@charset "utf-8";
/* CSS Document */
/*公共部分*/

@font-face {
    font-family: fz_N;
    src: url('/phpstyle/zjjk/index/images/SourceHanSansCN-Normal-2.otf');
}

@font-face {
    font-family: fz_R;
    src: url('/phpstyle/zjjk/index/images/SourceHanSansCN-Regular-2.otf');
}

@font-face {
    font-family: fz_M;
    src: url('/phpstyle/zjjk/index/images/SourceHanSansCN-Medium-2.otf');
}

/** {font-family: "microsoft yahei", "helvetica", "heiti SC", "droid", "sans";word-spacing: 0px;letter-spacing: 1px;margin: 0;padding: 0;}*/
* {
    word-spacing: 0px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;
}

html {
    max-width: 100%;
    margin: 0rem auto;
    min-height: 100%;
}

body {
    max-width: 100%;
    margin: 0rem auto;
    /* background:url("../images/body_bg.png") repeat-y center,-moz-linear-gradient(top,#293098,#1f3aa3);
    background:url("../images/body_bg.png") repeat-y center,-webkit-gradient(linear, 0% 0%, 0% 100%,from(#293098), to(#1f3aa3));*/
    /* background:-moz-linear-gradient(top,#293098,#1f3aa3);  */
    /* background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#293098), to(#1f3aa3)); */
    background-size: 100% auto;
    min-height: 100%;
    font-size: 14px;
}
html,
body {
    height: 100%;
}
img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.container {
    max-width: 1465px;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    .container {
        width: 1465px;
    }
}

.fl {
    float: left;
}

.fr {
    float: right;
}

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

.clear {
    clear: both
}

.blank {
    margin-bottom: 20px;
}


*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 14px;
    margin: 8px 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 14px;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C""\201D""\2018""\2019";
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: 6px;
}

sub {
    bottom: 6px;
}

img {
    border: 0;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 3px 6px 8px;
}

legend {
    border: 0;
    padding: 0;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input,
button {
    outline: none;
}

input:focus {
    outline: none;
}

input[type=button]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
    -moz-box-sizing: content-box;
}

input[type=button]::-webkit-focus-inner {
    padding: 0;
    border: 0 none;
    -webkit-box-sizing: content-box;
}

input[type=text]::-moz-focus-inner {
    padding: 0;
    border: 0 none;
    -moz-box-sizing: content-box;
}

input[type=text]::-webkit-focus-inner {
    padding: 0;
    border: 0 none;
    -webkit-box-sizing: content-box;
}

.jz3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.search_input::-webkit-input-placeholder {
    color: #999;
}

.search_input:-moz-placeholder {
    color: #999;
}

.search_input::-moz-placeholder {
    color: #999;
}

.search_input:-ms-input-placeholder {
    color: #999;
}
.navbar-nav > li:hover a {
    color: var(--color-primary);
    background: rgb(255 255 255 / 0.9);
    border-radius: 20px;
    overflow: hidden;
}
@media screen and (max-width: 1460px) {

    #nav .container,
    #page0 .container,
    #page1 .container,
    #page2 .container,
    #page3 .container,
    #page5 .container,
    #page6 .container,
    #page7 .container,
    #footer .container {
        width: 1200px;
    }

    #myCarousel1 .arrow-prev {
        left: 50px !important;
    }

    #myCarousel1 .arrow-next {
        right: 50px !important;
    }

    .navbar .phonebutton {
        margin-left: 20px;
    }
    .wechat-box {
        display: none;
    }
}


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

a:hover,
a:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

a,
span {
    display: inline-block;
}

.rt {
    float: right;
}

.fl {
    float: left;
}

p,
dt,
dd,
li {}

h1,
h3,
h4,
h5,
h6 {}

#nav {
    height: 80px;
    position: absolute;
    top: 0px;
    z-index: 2;
    width: 100%;
}

.overflow {
    overflow: hidden;
}

.navbar-brand {
    padding: 0px;
    height: auto;
}

.navbar-brand>img {
    width: 85%;
}

/* .nav>li>a:hover,
.nav>li>a:focus {
    background-color: transparent;
} */

#nav .container {
    margin-top: 10px;
}

.navbar-header {
    height: auto;
}

.navbar-nav {
    margin-top: 25px;
}

.nav>li>a {
    padding: 10px 22px;
    font-weight: normal;
    font-family: fz_R;
}

.nav a {
    font-size: 16px;
    color: #fff;
}

.phonebutton {
    background: #c10000;
    border-radius: 28px;
    padding: 8px 15px;
    color: #fff;
    margin-top: -9px;
    margin-left: 70px;
}

.phonebutton .buttonspan {
    background: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 20px;
    float: left;
    margin-top: 7px;
}

.phonenum {
    display: inline-block;
    padding-top: 3px;
    font-size: 24px;
    color: #ffffff;
    font-family: Impact;
}

.buttoni {
    width: 17px;
    height: 17px;
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/phoneicon.png") no-repeat center;
    display: inline-block;
    vertical-align: bottom;
}

.title1 {
    font-size: 40px;
    color: var(--color-primary);
    text-align: center;
    font-weight: bold;
    margin-bottom: 22px;
}

#page5 .page5textbox {
    position: relative;
}

.bluebox {
    position: absolute;
    top: 10%;
    left: -9%;
    z-index: 1;
}

.titleline {
    width: 58px;
    height: 4px;
    background: #c10000;
    text-align: center;
    margin: 0 auto;
}

.blueline {
    width: 75px;
    height: 2px;
    background: var(--color-primary);
    text-align: center;
    margin: 0 auto;
}

.boxpage {
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/businessfont.png") no-repeat center;
    background-size: contain;
    width: 75%;
    height: 125px;
    margin: 0 auto;
    padding-top: 20px;
}

.detailbtn {
    padding: 6px 26px;
    background: var(--color-primary);
    color: #fff;
}

.h3title,
.ptext {
    padding: 10px 0px;
    color: #000;
}

.h3title {
    font-weight: bold;
    font-size: 36px;
}

.ptext {
    font-size: 16px;
}

.titleimg {
    width: 90%;
    height: 50px;
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/title_img1.png") no-repeat center;
    background-size: contain;
    margin: 0 auto;
}

.titleimg1 {
    width: 90%;
    height: 50px;
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/title_img2.png") no-repeat center;
    background-size: contain;
    margin: 0 auto;
}

.listbox1 {
    background: #f9f7f7;
    text-align: center;
}

.wechat-box {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: right;
    position: relative;
    margin: 10px 0 0 30px;
    background: #fff;
}
.wechat-box .wechat {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.wechat-box .qrcode {
    width: 120px;
    position: absolute;
    left: 50%;
    top: 110%;
    transform: translateX(-50%);
    z-index: 6;
    display: none;
}
.wechat-box:hover .qrcode{
    display: block;
}
#page0 {
    position: relative;
    padding-bottom: 40px;
}

.bottombgbox {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/twobg.jpg") no-repeat center;
    width: 100%;
    height: 198px;
    z-index: -1;
}

.titleh5 {
    color: #555;
    font-size: 16px;
    text-align: center;
    padding: 1% 0px;
    font-family: none;
}

.text1 {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
}

.page1textbox {
    padding-left: 15%;
    text-align: left;
    padding-top: 40px;
}


#page1 .h3title {
    font-size: 36px;
}

#page1 .ptext {
    padding: 4px 0px;
}

.page1textbox .detailbtn {
    margin-top: 8%;
    display: inline-block;
    padding: 6px 30px;
    background: var(--color-primary);
}
#page1 #page1text1,
#page1 #page1text2 {
    background: #f8f8f8;
}
#page1 #page1img1 img,
#page1 #page1img2 img {
    width: 100%;
}
#page2 {
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/page4_bgimg.jpg") no-repeat center;
    background-size: cover;
}

#page2 .title1,
#page2 .titleline {
    text-align: left;
    margin-left: 0px;
}

#page2 .titleline {
    width: 40px;
    margin-bottom: 4%;
}

.banners {
    height: 100%;
}
.banners .swiper-container {
    height: 100%;
}
.banners .swiper-slide-1 {
    /* background: url('//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/banner.jpg') center center no-repeat; */
    height: 100%;
}
.banners .swiper-slide-2 {
    /* background: url('//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/banner_1.jpg') center center no-repeat; */
    height: 100%;
}
.banners .swiper-slide-3 {
    /* background: url('//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/banner_2.jpg') center center no-repeat; */
    height: 100%;
}
.pindent {
    text-indent: 30px;
    margin: 0 0 0px;
    line-height: 30px;
}

#page2 .detailbtn {
    border-radius: 4px;
    padding: 8px 20px;
    color: #fff;
    margin-top: 5%;
}

#page2 .detailbtn:hover,
#page2 .detailbtn:focus {
    color: #fff;
}
#page2 .swiper-container {
    width: 767px;
}
#page2 .box {
    width: 767px;
    position: relative;
}
#page2 .box p {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: rgb(51 51 51 / 0.5);
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 0;
}
#page2 .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: url(//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/img/icon_prev_1.png);
}
#page2 .swiper-button-next {
    width: 56px;
    height: 56px;
    background: url(//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/img/icon_next_1.png);
}
.line {
    border-top: 1px solid #ddd;
    width: 50px;
}

.bigfont {
    font-size: 68px;
    font-family: "Arial";
}

.listitem2 {
    color: #fff;
    border-radius: 5px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.text2 {
    font-size: 16px;
    line-height: 25px;
    margin-top: 10px;
}

.text1 {
    padding-top: 16%;
}

.page2box {
    border-radius: 5px;
    width: 100%;
    position: relative;
}

.listimgbox {
    background: url(//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/page4_img1.jpg) no-repeat center;
    width: 100%;
    height: 230px;
    background-size: 100%;
    border-radius: 5px;
    transition: all .5s;
}

.page2box .listitem2:hover {
    /* background: rgba(193, 0, 0, 0.75); */
}

.listimgbox2 {
    background: url(//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/page4_img4.jpg) no-repeat center;
    background-size: 100%;
    transition: all .5s;

}

.listimgbox1 {
    background: url(//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/page4_img3.jpg) no-repeat center;
    background-size: 100%;
    transition: all .5s;
}
.page2box:hover .listimgbox,
.page2box:hover .listimgbox1,
.page2box:hover .listimgbox2 {
    background-size: 110%;
    transition: all .5s;
}

.listitem3 {
    background: rgba(193, 0, 0, 0.75);
}

.page4box {
    background: #fff;
    box-shadow: 5px 1px 7px 1px #efefef;
    padding: 7%;
    text-align: left;
}

#myCarousel2 .ptext {
    color: #555;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    text-shadow: none;
}

#myCarousel2 .title1 {
    text-align: left;
    text-shadow: none;
}

#page4 {
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/page5_bgimg.jpg") no-repeat center;
    background-size: cover;
    height: 645px;
    width: 100%;
}

#myCarousel2 .detailbtn {
    border-radius: 4px;
    padding: 10px 38px;
    margin-top: 5%;
}
#myCarousel2 .more {
    float: right;
}
.page5imgbox {
    width: 25%;
}

.page5textbox {
    width: 75%;
    background: #f9f7f7;
    text-align: left;
    padding: 2% 4% 2% 4%;
}

.page5textbox dt {
    color: var(--color-primary);
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}

.page5textbox dd {
    font-size: 18px;
    color: #000;
    text-align: left;
    line-height: 28px;
}

.list5item li {
    margin-bottom: 20px;
}

.list6item li {
    width: 23%;
    margin-right: 2%;
}
.list6item-1 li {
    width: 32%;
}
.page6listbox dd {
    width: 100%;
    /* background: #9e9e9e; */
    background-color: var(--color-primary);
    color: #fff;
    text-align: center;
    padding: 6px 0px;
    font-size: 16px;
    margin-top: 15%;
}

#page6 .page6listbox dt {
    box-shadow: 10px 15px 16px #b5b2b2;
}

#page7 .page6listbox dl,
#page7 .page6listbox dd {
    background: #f9f7f7;
    margin: 0px;
}

#page7 .page6listbox dd {
    color: #c3c3c3;
    line-height: 25px;
    text-align: left;
}

#page7 .list6item li {
    width: 32%;
    margin-right: 5px;
    background: #f9f7f7;
}
#page7 .list6item li a {
  	display: block;
}

#page6 {
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/page6_bgimg.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
    height: 870px;
}

#page7 .page6listbox dd {
    padding: 20px;
    font-size: 16px;
    font-weight: normal;
}
#page7 .page6listbox dd.jz3 {
    margin: 20px 0;
    padding: 0 20px;
}
#page7 .detailbtn {
    width: 100%;
    background: var(--color-primary);
    font-size: 14px;
    text-align: center;
}

.news_title .fl {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_title .rt {
    margin-top: 5px;
    font-size: 14px;
    color: #989898;
}

.friendlink a:hover,
.friendlink a:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.friendlink a {
    color: #fff;
    font-size: 14px;
    margin-left: 20px;
}

.friendlink {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

#footer {
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/footer_bg.jpg") no-repeat center;
    background-size: cover;
    width: 100%;
}

#footer .title1 {
    color: #fff;
    margin-bottom: 4px;
}

#footer .titleh5 {
    color: #fff;
    font-size: 14px;
}

#qrcode {
    text-align: center;
    margin: 0 auto;
}

#qrcode img {
    text-align: center;
    margin: 0 auto;
}

.footertitle {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
}

.footer_list {
    color: #fff;
}

.footer_list li {
    line-height: 25px;
}

.footer_list .listline {
    margin-bottom: 15px;
    font-size: 16px;
}

.hot_line {
    font-size: 22px;
    font-weight: bold;
    margin: 6px 0px;
    font-family: "Arial";
}
.hot_line i {
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
}

#foot {
    background: #035398;
}

.copytext {
    padding: 10px 0px;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 10%;
    width: 50%;
    width: 29%;
    height: 31%;
}

.carousel-caption1 {
    position: absolute;
    right: 6%;
    top: 0%;
    width: 50%;
    background: #fff;
    width: 15%;
    height: 100%;
    text-align: center;
    padding-top: 2%;
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 15%;
        left: 50%;
        padding-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 5%;
        left: auto;
        padding-bottom: 30px;
    }
}

.arrow1 {
    width: 17px;
    height: 12px;
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/rightleft.png") no-repeat center;
    display: inline-block;
    margin-left: 8px;
}

.arrow {
    width: 17px;
    height: 12px;
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/rightarrow.png") no-repeat center;
    display: inline-block;
    margin-left: 8px;
    cursor: pointer;
}

.numlist,
.numtotal {
    color: #9e9e9e;
    font-family: "Arial";
}

.number1 {
    color: #c10000;
    font-weight: bold;
    font-size: 18px;
    font-family: "Arial";
}

.arrow-prev {
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/index/images/leftarrow.png") no-repeat center;
}

#myCarousel1 {
    position: relative;
    padding: 0 60px;
}

#myCarousel1 .arrow-prev {
    width: 56px;
    height: 56px;
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/img/icon_prev_1.png");
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#myCarousel1 .arrow-next {
    width: 56px;
    height: 56px;
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/img/icon_next_1.png");
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banners .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/img/icon_prev_1.png");
}

.banners .swiper-button-next {
    width: 56px;
    height: 56px;
    background: url("//cdn.xuansiwei.com/hhuil3502/phpstyle/zjjk/img/icon_next_1.png");
}

#page7 .page6listbox dt {
    height: 357px;
    overflow: hidden;
    display: block;
}

#page7 .page6listbox dt img {
    min-width: 100%;
    height: 100%;
}