@charset "UTF-8";
@font-face {
    font-family: "Impact";
    src: url("./fonts/impact.woff") format("woff"), url("./fonts/impact.eot") format("embedded-opentype"), url("./fonts/impact.ttf") format("truetype");
}

@font-face {
    font-family: "OPPOSans";
    src: url("./fonts/OPPOSans-H.eot") format("woff"), url("./fonts/OPPOSans-H.eot") format("embedded-opentype"), url("./fonts/OPPOSans-H.ttf") format("truetype");
}


@font-face {
    font-family: "D-DIN";
    src: url("./fonts/D-DIN.woff") format("woff"), url("./fonts/D-DIN.eot") format("embedded-opentype"), url("./fonts/D-DIN.ttf") format("truetype");
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    min-width: 1200px;
    position: relative;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: 18px;
    font: 100%;
	margin: auto;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: 'Microsoft YaHei';
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 通用样式 */

#header {
    min-height: 140px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.header-bk {
    background-color: #266cb1;
    border-bottom: 1px solid #6697c8;
}

.header-img {
    margin-top: 21px;
}

.header-city {
    padding: 0 18px 0 43px;
    margin: 25px 0 0 -70px;
    border-radius: 15px;
    line-height: 30px;
    border: 1px solid #93b6d8;
    color: #fff;
    font-size: 16px;
    background: url("../images/location_01.png") 18px 50% no-repeat;
    cursor: pointer;
    position: relative;
}

.city-sel {
    position: absolute;
    right: 0;
    top: 29px;
    padding-top: 13px;
    z-index: 2;
}

.header-title-arise {
    padding: 16px 0 0 20px;
    width: 500px;
    height: 100px;
    background-color: #fff;
    border-radius: 4px;
    line-height: 32px;
    font-size: 16px;
    display: none;
}

.header-city:hover .header-title-arise {
    display: block;
}

.header-title-frist {
    color: #3179e2;
    font-size: 16px;
    display: inline-block;
}

.header-title-text {
    margin-left: 52px;
    color: #333;
    display: inline-block;
}

.header-title-second {
    margin-top: 15px;
    color: #3179e2;
}

.header-title-hd {
    margin-top: 15px;
    width: 480px;
}

.header-title-item {
    width: 20%;
}

.header-item0text {
    color: #333;
    font-size: 16px;
    line-height: 32px;
}


/* 搜索框 */

.search-frame {
    width: 256px;
    border-radius: 20px;
    margin-top: 21px;
    background: #4581bc;
}

.ewb-search {
    margin-left: 16px;
    position: relative;
    width: 192px;
    background: 0 0;
    line-height: 40px;
}

.ewb-search .input-placeholder {
    font-size: 12px;
    position: absolute;
    cursor: text;
    line-height: 40px;
    color: #fff;
}

.ewb-search .input-box {
    color: #fff;
    width: 100%;
    background: 0 0;
}

.input_button {
    margin-top: 6px;
    margin-right: 17px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    background: url("../images/search_icon.png")no-repeat;
}


/* 头部导航 */

.header-nav {
    text-align: center;
}

.nav-item {
    width: 163px;
}

/* .nav-item:first-child {
    width: 98px;
    text-align: left;
} */

/* .nav-item:last-child {
    text-align: right;
} */

.nav-item-text {
    padding-top: 38px;
    display: inline-block;
    font-size: 18px;
    color: #fbfdff;
    line-height: 26px;
}

.nav-item-text.active,
.nav-item-text:hover {
    color: #fff;
    font-weight: bold;
}

.nav-item-text.active .triangle-line {
    position: relative;
    background: url("../images/show_01.png") top center no-repeat;
    background-size: 100% 15px;
    height: 15px;
    bottom: -6px;
}


/* 底部 */

.footer-center {
    line-height: 35px;
    color: #666;
    border-top: 1px solid #e2e3e5;
    padding-bottom: 23px;
    background: #f1f3f8;
    text-align: center;
}

.footer-center-frist {
    margin-top: 28px;
	width: 85%;
}
.footer-center-middle {
  
	width: 85%;
}
.footer-center-last {
 
	width: 85%;
}

.footer-tel {
    margin-right: 18px;
    display: inline-block;
    padding-left: 20px;
    background: url("../images/footer_01.png")0 12px no-repeat;
}

.footer-web {
    margin-left: 18px;
    color: #666;
    display: inline-block;
    padding-left: 20px;
    background: url("../images/footer_02.png")0 12px no-repeat;
}

.footer-center-second {
    margin-left: 24px;
}

.footer-center-last>span {
    margin-left: 16px;
}

.footer-center-last>a {
    color: #666;
}

.footer-plice {
    margin-left: 22px;
    display: inline-block;
    background: url("../images/footer_03.png")0 50% no-repeat;
    padding-left: 33px;
}


/* 2021-04-14 zsy */


/* 当前位置 */

.location {
    color: #999;
    padding: 23px 0 23px 25px;
    height: 20px;
    line-height: 20px;
    background: url("../images/location.png") no-repeat left center;
}

.location .link {
    color: #999;
}

.location .current {
    color: #3078e1;
}


/* 子页面底部公用样式 */

.sub-footer {
    margin-top: 55px;
}


/* 左右布局页面背景颜色 */

.sub-body {
    background-color: #f7fafd;
}

/* .proj-slide .name {
    color: #fff !important;
    background-color: #7497dc;
    background-image: linear-gradient(to right, #7497dc, #9dbefc);
}

.proj-slide a.name.current,
.proj-slide a:hover {
    color: #fff;
    background-color: #ffa31f !important;
    background-image: none;
}

.proj-slide a.name:hover {
    color: #fff;
    background-color: #ffa31f !important;
    background-image: none;
} */



/* 新头部--20210903 */

input:-webkit-autofill {
    -webkit-text-fill-color: #666 !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s;
}

input {
    background-color: transparent;
}

#header {
    height: 460px;
}

.header-bk {
    height: 100%;
    background: url("../images/header_bg.png") no-repeat center top;
    border-bottom: none;
}


.header-bk-sub {
    height: 100%;
   /* background: url("../images/header_bg.jpg") no-repeat center 90px !important; */
    border-bottom: none;
}

.header-wrap {
    box-sizing: border-box;
    height: 140px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header-top {
    height: 74px;
}

.logo {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 22px;
}

.header-city {
    margin-top: 13px;
    margin-bottom: 5px;
}

.city-link {
    font-size: 16px;
    color: #fff;
}

.search-frame {
    margin-left: 30px;
    background: rgba(255, 255, 255, 0.2)
}

.nav-items {
    padding-top: 15px;
    display: flex;
    justify-content: space-between;
}

.nav-item,
.nav-item:first-child {
    width: auto;
}

.nav-item {
    position: relative;
}

.nav-link {
    display: inline-block;
    position: relative;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    color: #fff;
}

.nav-item.haschild .nav-link:after {
    position: absolute;
    content: "";
    top: calc(50% + 2px);
    right: -23px;
    width: 16px;
    height: 10px;
    transform: translateY(-50%);
    background: url("../images/nav_down.png") no-repeat;
}

.nav-item.haschild:hover .nav-link:after {
    background-image: url("../images/nav_up.png");
}

.nav-item:hover .nav-link,
.nav-item.current .nav-link {
    font-weight: 800;
}

.nav-item:hover .nav-link:before,
.nav-item.current .nav-link:before {
    position: absolute;
    content: "";
    height: 5px;
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: #fff;
}

.sub-items {
    box-sizing: border-box;
    display: none;
    padding: 10px 0;
    min-width: 155px;
    position: absolute;
    top: calc(100% + 9px);
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
    background-color: #fff;
}

.sub-items:before {
    position: absolute;
    content: "";
    top: -9px;
    left: 0;
    right: 0;
    height: 9px;
}

.nav-item:hover .sub-items {
    display: block;
	z-index: 10000;
}

.sub-link {
    display: block;
    font-size: 20px;
    padding: 0 5px;
    height: 42px;
    line-height: 42px;
    color: #666;
    text-align: center;
   /* white-space: nowrap; */
}

.sub-link:hover {
    color: #3078e1;
    background-color: #f3f8ff;
}

body {
    background-color: #f7fafd;
}

.flex-box {
    display: flex;
    justify-content: space-between;
}


/* 当前位置 */

.location .current {
    color: #3078e1;
}


/* 公共标题样式 */

.common-hd {
    height: 42px;
    line-height: 42px;
}

.common-tt {
    position: relative;
    font-weight: 800;
    font-size: 26px;
    padding-left: 17px;
}

.common-tt:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 6px;
    height: 26px;
    transform: translateY(-50%);
    border-radius: 15px;
    background-color: #3366cc;
}

.box-shadow {
    box-sizing: border-box;
    border: 1px solid #eaf2fd;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(80, 143, 226, 0.1);
    background-color: #fff;
}

.footer-center .sel {
    display: none;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #666;
    padding-left: 20px;
    border: 1px solid #dadada;
}

.chose-list {
    margin-left: -20px;
}

.chose-item {
    width: calc(33.33% - 20px);
    margin-left: 20px;
}

.footer-center .chosen-container-single {
    text-align: left;
}

.footer-center .chosen-container-single .chosen-single {
    height: 40px;
    line-height: 40px;
    border-color: #dadada;
    padding-left: 20px;
    color: #666;
    background: #fff;
}

.footer-center .chosen-container-single .chosen-single div b {
    background: url("../images/sel_down.png") no-repeat center;
}

.footer-center .chosen-container-single.chosen-with-drop .chosen-single div b {
    background-image: url("../images/sel_up.png");
}

.footer-center .chosen-container-single .chosen-single div {
    right: 11px;
}

.chosen-search {
    display: none;
}

.footer-center .chosen-container .chosen-results li {
    padding-left: 16px;
    color: #666;
}

.footer-center .chosen-container .chosen-results li:hover,
.footer-center .chosen-container .chosen-results li.highlighted {
    /* color: #fff; */
}

.footer-center .chosen-with-drop .chosen-drop {
    border-color: #dadada;
    border-radius: 0;
}

.footer-center .chosen-container .chosen-results {
    max-height: 120px !important;
}

.footer-center {
    padding-top: 20px;
}

.footer-center-frist {
    margin-top: 9px;
}

/* 2021-09-26 zsy */

.logo {
    font-size: 40px;
    line-height: 45px;
    padding-top: 17px;
}

.header-city {
    padding: 0 15px 0 39px;
}

.search-frame {
    margin-top: 20px;
    margin-left: 20px;
}

.header-city {
    margin-top: 25px;
    margin-bottom: 0;
}


/* 2021-10-22 zsy */

.header-city {
    height: 40px;
    line-height: 38px;
    padding: 0 25px 0 52px;
    margin-top: 20px;
    border-radius: 25px;
    font-size: 18px;
}


/* 2021-11-16 zsy */

#header {
    height: 540px;
}

.header-bk {
    background: url("../images/header_bg_02.jpg") no-repeat center 90px;
}

.header-top {
    height: 90px;
}

.header-top img {
    margin-top: 20px;
}

.search-frame {
    position: relative;
    width: 222px;
    height: 36px;
    line-height: 34px;
    padding-left: 40px;
    margin: 27px 0 0 10px;
    border-radius: 25px;
    border: 1px solid #d3d8e0;
    box-sizing: border-box;
    background: url("../images/header_search.png") no-repeat 14px center;
}

.ewb-search {
    width: 100%;
    height: 100%;
    margin: 0;
}

.search-frame .input-placeholder {
    left: 0;
    top: 0;
    line-height: 34px;
    font-size: 14px;
    color: #bbbfc9;
}

.ewb-search .input-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-right: 85px;
    box-sizing: border-box;
    color: #333;
}

.search-frame button {
    position: absolute;
    right: -30px;
    top: 6px;
    width: 65px;
    height: 22px;
    margin: 0;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    /* background: #2f72d7; */
}

.header-city {
    height: 34px;
    line-height: 34px;
    padding: 0 13px 0 39px;
    margin-top: 27px;
    border: 1px solid #d3d8e0;
    color: #bbbfc9;
    background-image: url("../images/loc_ico.png");
}

.header-city.provin {
    padding: 0 14px;
    background: none;
}

.header-city.provin .header-title-arise {
    width: 200px;
    height: auto;
    padding: 10px;
    text-align: center;
}

.header-city.provin .header-title-arise .link {
    color: #333;
}

.header-city+.header-city {
    margin-left: 10px;
}

.header-wrap {
    height: auto;
}

.nav-items {
    padding-top: 18px;
}




/* 2021-11-24 zsy */

#header {
    height: 489px;
}

.provin-btn {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    margin: 27px 4px 0 0;
    margin-right: 4px;
    border: 1px solid #d3d8e0;
    border-radius: 25px;
    font-size: 18px;
    color: #bbbfc9;
}

.search-frame {
    width: 182px;
    background: none;
    padding-left: 13px;
    margin-left: 4px;
}

.header-city {
    margin-left: 0px;
}

.nav-items {
    padding-top: 8px;
}


/* 2022-01-02 zsy */

/* .slide-name .text {
    display: inline-block;
    width: 125px;
    letter-spacing: -2px;
    text-align: justify;
    vertical-align: top;
}

.slide-name .text:after {
    content: "";
    display: inline-block;
    width: 100%;
} */

/* .wb-tree-sub .text {
    display: inline-block;
    width: 171px;
    letter-spacing: -1px;
    text-align: justify;
    vertical-align: top;
}

.wb-tree-sub .text:after {
    content: "";
    display: inline-block;
    width: 100%;
} */

/* .sub-items .text {
    display: inline-block;
    width: 125px;
    letter-spacing: -2px;
    text-align: justify;
    vertical-align: top;
}

.sub-items .text:after {
    content: "";
    display: inline-block;
    width: 100%;
} */

/* .img1{
	width: 120px;
	height: 120px;
	position: absolute;
	right: 680px;
	bottom: 10px;
}

.img2{
	width: 120px;
	height: 120px;
	position: absolute;
	right: 540px;
	bottom: 10px;
} */

.news-item >a{
	font-size: 18px;
}

/* 2022-01-05 zsy */

.provin-btn,
.header-city {
    color: #4873d5;
    border-color: #c6d6fa;
    transition: all .1s;
	font-family: "Microsoft YaHei";
}

.provin-btn:hover,
.header-city:hover {
    color: #fff;
    background-color: #4873d5;
}

.header-city:hover {
    background-image: url("../images/loc_icoh.png");
}

/* 2022-01-05 zsy */

/* .footer-img {
    position: absolute;
    top: 66%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: right;
} */

.footer-img {
    margin-top: 10px;
}

.footer-img .img1,
.footer-img .img2 {
    width: 120px;
    height: 120px;
    display: inline-block;
}

.footer-img .img1>img,
.footer-img .img2>img {
    max-width: 100%;
    max-height: 100%;
}

.footer-center-frist,
.footer-center-middle,
.footer-center-last {
    width: auto;
    text-align: left;
}