@charset "utf-8";

/* CSS Document */
img {
    max-width: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

fieldset,
img {
    border: 0;
}

:focus {
    outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
    font-style: normal;
    font-weight: 400;
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

ol,
ul {
    list-style: none;
}

table {
    border-collapse: collapse;
    /* border-spacing: 0;
	margin: 0 auto; */
    /*	border-collapse: separate !important;*/
    border-spacing: 0 !important;
    background-color: #ccd6e1 !important;
}

table td {
    background: #fff;
}

caption,
th {
    /*	text-align: left;*/
}

sup,
sub {
    font-size: 100%;
    vertical-align: baseline;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

* {
    box-sizing: border-box;
}

img {
    border: 0;
    outline: 0;
    /*	vertical-align: middle;*/

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

body {
    font-family: 'Microsoft YaHei';
    color: #1a1a1a;

    overflow-x: hidden;
    font-size: 0.32rem;
    /* min-width: 1000px; */
}

.clear {
    zoom: 1;
    clear: both;
    *zoom: 1;
}

.clear:after {
    display: table;
    content: '';
    clear: both;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: #1b62af;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.mobileNone {
    display: none !important;
}

.wrapper {
    width: 6.9rem;
    margin: 0 auto;
}

.top {
    position: relative;
}

.topbox {}

.in_banner {
    text-align: center;
    overflow-x: hidden;
    /* min-width: 1000px; */
}

.in_banner img {
    width: 100%;
}

.index .top_dw {
    position: absolute;
    top: 0;
    width: 100%;
}

 .top_bar {
    display: none;
    background: rgba(14, 80, 152, .2);
    line-height: 50px;
}

.top_ico {
    text-align: right;
}

.top_ico li {
    display: inline-block;
    padding: 0 18px;
    position: relative;
}

.top_ico li::before {
    content: '';
    width: 0;
    height: 16px;
    border-left: 1px solid rgba(255, 255, 255, .4);
    position: absolute;
    left: -2px;
    top: 50%;
    margin-top: -8px;
}

.index .top_ico {
    color: #fff;
    font-size: 16px;
}

.index .top_ico a {
    opacity: .7;
    display: inline-block;
}

.index .top_ico a:hover {
    opacity: 1;
    color: #fff;
}

.top_ico .ico_so {
    width: 20px;
    height: 20px;
    background: url(hjghy_202603_icon_so2.png) center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-top: -3px;
}

.index .top_ico .ico_so {
    background-image: url(hjghy_202603_icon_so.png);
}

.top_ico .ico_wx {
    background: url(hjghy_202603_icon_wx2.png) left center no-repeat;
    background-size: 20px auto;
    padding-left: 26px;
}

.index .top_ico .ico_wx {
    background-image: url(hjghy_202603_icon_wx.png);
}

.top_warp {}

.top_warp .logo {
    float: left;
    padding-top: 0.65rem;
}

.top_warp .logo img {
    width: 4.9rem;
}

.mobile-top-btn {
    padding-top: 0.77rem;
    float: right;

}

.mobile-top-btn .search {
    width: 0.40rem;
    height: 0.40rem;
    background: url(hjghy_202603_icon_so2.png) no-repeat;
    background-size: contain;
    float: left;
}

.top .mobile-top-btn .nav-toggle {
    width: .42rem;
    height: .32rem;
    /* display: inline-block; */
    float: left;
    vertical-align: middle;
    position: relative;
    margin-left: .4rem;
    margin-top: 0.02rem;
}

.top .mobile-top-btn i {
    width: 100%;
    height: .04rem;
    background: #013d83;
    display: block;
    border-radius: 10px;
    margin-top: .13rem;
    position: relative;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.top .mobile-top-btn i:before, .top .mobile-top-btn i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: .04rem;
    background: #013d83;
    border-radius: 10px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
}

.phone_on.top .mobile-top-btn i:before,
.phone_on.top .mobile-top-btn i:after {
    background: #013d83;
}

.top .mobile-top-btn i:before {
    margin-top: -.12rem;
}

.top .mobile-top-btn i:after {
    margin-top: .12rem;
}

.phone_on .nav-toggle i:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0;
}

.phone_on .nav-toggle i:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 0;
}

.phone_on .nav-toggle i {
    background: none;
}

.menu {
    height: 100vh;
    position: absolute;
    display: none;
    /* padding-top: 20px; */
    float: right;
    color: #fff;
    top: 3.9rem;
    width: 100%;
    left: 0;
    background: #f9fbfe;
    z-index: 9;
    box-shadow: 0 0.2rem 0.2rem #f9fbfe;
    /* transition: 1s; */
    overflow: hidden;
}



.menu li {
    position: relative;
    width: 7.1rem;
    border-bottom: 0.01rem solid #d3deeb;
    margin: 0 auto;
}

.show-sub-nav {
    right: 0.2rem;
    top: 0.2rem;
    width: .5rem;
    height: 0.5rem;
    position: absolute;
    background: url(hjghy_202603_navfoldM.png) no-repeat center;
    background-size: .12rem .21rem;
    transition: .5s;
}

.show-sub-nav.unfold {
    transform: rotate(90deg);
    transition: .5s;
}

.menu li a {
    display: inline-block;
}

.menu li a.menu_t1 {
    color: #1a1a1a;
    font-size: 0.34rem;
    padding: 0.25rem 0;
    padding-left: 0.25rem;
}

.menu li.on a.menu_t1 {
    color: #013d83;
}

.search-con {
    width: 7.1rem;
    margin: 0 auto;
    border-bottom: 0.01rem solid #d3deeb;
    overflow: hidden;
    padding: 0.3rem;
    border-bottom: 1px solid #013d83;
}

.search-con input {
    display: block;
    float: left;
    font-size: 0.34rem;
    border: 0;
    background: 0;
}

.search-con input.search-submit {
    background: url(hjghy_202603_icon_so2.png) no-repeat;
    background-size: contain;
    width: 0.34rem;
    height: 0.34rem;
    color: #aec2d9;
}

.search-con input.search-input {
    padding: 0 0.2rem;
}

.menu li .menu_t2 {
    display: none;
    overflow: hidden;
    z-index: 99;
    font-weight: normal;
    line-height: 1.3;
    font-size: 0.32rem;
    color: #1a1a1a;
    padding-left: 0.5rem;
}

.menu li .menu_t2 a {
    display: block;
    margin: 0.25rem 0;
}

.menu li .menu_t2 a:first-child {
    margin-top: 0;
}



/*更多*/
.more {
    /* position: absolute; */
}

.more .ico {
    display: inline-block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(hjghy_202603_icon_more.png) center center no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px;

    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.more a {
    font-size: 0.3rem;
    color: #1b62af;
    display: block;
}

.more a:hover {
    color: #000;
}

.more a:hover .ico {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
}

.footer {
    background: #f1f7ff;
    margin-top: 0.6rem;
}

.friendly-links {
    /* overflow: hidden; */
    /* padding: 40px; */
    /* font-size: 20px; */
    /* border-bottom: 1px solid #cbd0d6; */
    padding-top: 0.5rem;
}

.friendly-links>* {
    float: left;
    font-size: 0.3rem;
    height: 40px;
    line-height: 40px;
}

.friendly-links h3 {
    float: none;
    margin-bottom: 0.2rem;
}

.friendly-links>div {
    float: left;
    position: relative;
    /* margin-left: 100px;
    margin-right: 180px;
    padding-right: 30px; */
    /* cursor: pointer; */
    font-size: 0.28rem;
    width: 3.3rem;
    height: 0.68rem;
    line-height: 0.68rem;
    /* text-align: center; */
    background: #fff;
    border: 0.02rem solid #bcd8f7;
    border-radius: 0.06rem;
    margin-bottom: 0.2rem;
    /* margin-right: 0.25rem; */


}

.friendly-links>div:nth-child(3),
.friendly-links>div:nth-child(5) {
    float: right;
}

.friendly-links>div+div {
    margin-left: 0;
}

.friendly-links>div:last-child {
    margin-right: 0;
}
.friendly-links>div.mee a ,
.friendly-links>div span {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 0.2rem;

}

.friendly-links .arr {
    position: absolute;
    right: 0.1rem;
    bottom: 0.22rem;
    width: 0.2rem;
    height: 0.13rem;
    background: url(hjghy_202603_footerArr.png) no-repeat;
    background-size: contain;
    transition: .5s;
}

.friendly-links .links.unfold .arr {
    transform: rotate(180deg);
    transition: .5s;
}

.friendly-links .links-con {
    position: absolute;
    width: 100%;
    height: 3rem;
    /* top: -240px; */
    bottom: 0.68rem;
    left: 50%;
    transform: translateX(-50%);
    background: #f1f7ff;
    box-shadow: 0 0 10px #3e6896;
    border-radius: 10px;
    padding: 0.1rem;
    font-size: 0.28rem;
    opacity: 0;
    height: 0;
    visibility: hidden;
    transition: .5s;
    overflow: hidden;
}
.friendly-links .links.unfold  {
    /* height: 3rem; */
}
.friendly-links .links.unfold .links-con {
    opacity: 1;
    height: 3rem;
    visibility: visible;
    transition: .5s;
}

.friendly-links .links-con ul {
    width: 100%;
    height: 2.8rem;
    overflow-y: scroll;
}

.friendly-links .links-con li {

    font-size: 0.28rem;
    line-height: 0.48rem;
    padding: 10px 0;
}


.beian .sydw img{
    width: 0.8rem;
}

.beian>div:last-child {
    margin-right: 0;
}

.beian {
    /* height: 68px; */
    /* line-height: 68px; */
    /* padding: 30px 0 50px 0; */
    box-sizing: content-box;
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.56rem;
    padding: 0.3rem 0;
}

.beian img {
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 2px;
    width: 0.3rem;
}

.scale-img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.scale-img:hover {
    transform: scale(1.05);
    transition: .5s;
}

.scale-con {
    overflow: hidden;
}

.scale-con a {
    display: block;
    width: 100%;
    height: 100%;
}
.code-box {
    display: none;
}