/*reset*/
body, div, dl, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

table, td, tr, th {
    font-size: 14px;
}

ol, ul {
    list-style: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: top;
    border: 0;

    /*保持图片比例*/
    max-width: 100%;
    object-fit: contain;
}

iframe, video, section, span {
    max-width: 100%;
}


h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
}

address, cite, code, em, th, i {
    font-weight: normal;
    font-style: normal;
}

.clear {
    *zoom: 1;
}

.clear:after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

a {
    text-decoration: none;
    color: black;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

/*end of reset*/

/*default font*/
body {
    font-family: Alibaba-PuHuiTi-Regular, sans-serif;
}

.article-detail, .content-article {
    font-family: SimSun, sans-serif;
}

.article-detail p {

    /*line-height: unset !important;*/
}

.content-article p, .article-detail p {
    line-height: 25px;
}

html, body {
    min-height: 100%;
}


/**top**/
.ly_top {
    width: 100%;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.ly_top .top_main {
    width: 1200px;
    height: 80px;
    overflow: hidden;
    margin: 0 auto;
    padding: 0;
}

.top_main .ly_logo {
    width: 550px;
    height: 80px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    float: left;
}

.top_main .top_r {
    float: right;
    height: 44px;
    overflow: hidden;
    margin: 0 0 0 16px;
    padding: 18px 0;
    width: 260px;
}

.open-menu {
    display: none;
}

.top_r div {
    display: block;
}

.top_r div img {
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    margin: 0 8px 0 0;
    padding: 0;
    float: left;
}

.top_r div .r_text {
    height: 44px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.r_text h3 {
    color: #7d8488;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 8px;
    padding: 0;
}

.r_text {
    display: flex !important;
}

.r_text div {
    /*color: #009A44;*/
    font-size: 1.3em;
    /*margin: 0;*/
    /*margin: auto;*/
    margin-top: auto;
    margin-bottom: auto;
    padding: 0;
    white-space: nowrap;
}

.ly_logo > a {
    display: block;
    position: relative;
    top: 50%;
    margin-top: -30px;
}

/*end of top*/

/**nav**/
.ly_nav {
    width: 1200px;
    height: 50px;
    padding: 0;
    position: relative;

    margin-left: auto;
    margin-right: auto;
}

.nav {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.nav_item {
    float: left;
    position: relative;
    margin: 0 16px 0 0;
}

.nav_item > a {
    display: block;
    padding: 0 16px;
    line-height: 50px;
    font-size: 15px;
    color: black;
    /*-webkit-transition: all .4s;*/
    /*transition: all .4s;*/
}

.nav_item > a:hover, .nav_item > a.navon {
    color: #009A44;
}

.nav_item > a:hover, .nav_item > a.navon {
    height: 48px;
    font-weight: bold;
    border-bottom: 2px solid #076f30;
}

.nav_link {
    display: none;
}

.menu_open {
    display: none;
}

.nav_item_open {
    /*width: 100%;*/
    height: auto;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 10;
    box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);
    background: #fff;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(34px);
    transform: translateY(34px);
    -webkit-transition: all .4s;
    transition: all .4s;
    /*overflow: hidden;*/
}

.nav_item:hover .nav_item_open, .nav_item2:hover .nav_item_open3 {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

.subopen {
    display: none;
}

.nav_item2 {
    width: 100%;
    line-height: 40px;
}

.nav_item2 a {
    display: block;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
}

.nav_item2:hover > a, .nav_item3:hover > a {
    background: #007633;
    color: #fff;
}

.hcover {
    display: none;
}

.nav_item_open3 {
    position: absolute;
    left: 100%;
    margin-left: 1px;
    /*top: 0;*/
    z-index: 11;
    visibility: hidden;
    box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1);
    background: #fff;
    border-radius: 0 0 2px 2px;
    opacity: 0;
    margin-top: -40px;
}

/*end of nav*/

/**search**/
.ly_search {
    width: 240px;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 8px;
    right: 0;
}

.ly_search .sc_ipt {
    width: 170px;
    height: 30px;
    overflow: hidden;
    margin: 0;
    padding: 2px 11px;
    background-color: #f4f4f4;
    border-radius: 2px 0 0 2px;
    float: left;
}

.ly_search .sc_btn {
    width: 48px;
    height: 34px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background-color: #009A44;
    border-radius: 0 2px 2px 0;
}

.sc_ipt input {
    display: block;
    width: 100%;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    color: #666;
    font-size: 12px;
    border: none;
    outline: none;
    background: none;
}

.sc_btn input {
    display: block;
    width: 100%;
    height: 34px;

    background: url(../images/sc_btn1.png) center center no-repeat;
    border: none;
    outline: none;
}

.keyword {
    display: block;
    margin-bottom: 30px;
}

/*end of search*/


/*swiper*/
.index-swiper.swiper-container {
    /*height: 550px;*/

    /*锁定长款比例*/
    height: 29vw;

    margin-top: 4px;
}

.index-swiper .swiper-slide {
    text-align: center;
}

.index-swiper.swiper-container img {
    width: 100%;
    /*max-width: 100%;*/
    max-height: 100%;
}

/*首页图片描述文字*/
.index-swiper .swiper-desc-text {
    position: absolute;
    z-index: 9999;
    right: 6%;
    bottom: 7%;
    font-size: 2em;
    text-shadow: #ffffff 1px 1px 5px;
}

.swiper-wrapper {
    align-items: center;
}

.partner-swiper .swiper-slide img {
    max-width: 100%;
    min-width: 70%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/**
线性滚动
设置到.swiper-wrapper上
 */
.linear-swiper {
    -webkit-transition-timing-function: linear; /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

/*end of swiper*/

/*service*/
.service {
    width: 100%;
    height: 153px;
    background: #ededed;
    padding: 40px 0 20px 0;
    display: flex;
}

.service > ul {
    width: 100%;
    display: flex;
    justify-content: center;
}

.service li {
    width: 150px;
    padding: 0 50px;
    background: url(../images/line1.jpg) no-repeat right top;
}

.service li a {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: black;
}

.service li em {
    font-size: 14px;
    font-style: italic;
    padding-top: 10px;
    white-space: nowrap;
}

.service li i {
    font-size: 72px;
    color: #e4b060;
}

.service li:nth-child(1) i {
    color: #0081ff;
}

.service li:nth-child(2) i {
    color: #39b54a;
}

.service li:nth-child(3) i {
    color: #c3d43b;
}

.service li:nth-child(4) i {
    color: #fbbd08;
}

.service li:nth-child(5) i {
    color: #f37b1d;
}

.service li:nth-child(6) i {
    color: #dc2a2a;
}

/*end of service*/


/*news*/
.container {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
}

.ly_tit {
    width: 1200px;
    overflow: hidden;
    margin: 40px auto 40px;
    padding: 0;
}

.ly_tit h5 {
    width: 100%;
    overflow: hidden;
    color: #424a51;
    font-size: 26px;
    text-align: center;
    margin: 0 auto 10px;
    padding: 0;
}

.ly_tit span {
    display: block;
    width: 100%;
    overflow: hidden;
    color: #bbb;
    font-size: 12px;
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.ly_tit span font {
    color: #dfdfdf;
}


.web-news .hd {
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
}

.web-news .hd li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.web-news .hd li a {
    display: block;
    line-height: 40px;
    width: 160px;
    font-size: 18px;
    border: 1px solid #ebebeb;
}

.web-news .hd li.on a {
    background-color: #009a44;
    border-color: #009a44;
    color: #fff;
}

.web-news .bd ul {
    margin-left: -40px;
    height: 480px;
}

.web-news .bd li {
    float: left;
    width: 50%;
}

.web-news .bd li a {
    display: block;
    margin-left: 40px;
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 20px;
    overflow: hidden;
}

.web-news .bd li .img-center {
    overflow: hidden;
    height: 290px;
    line-height: 290px;
    text-align: center;
    border-bottom: solid 1px #EEEEEE;
}

.web-news .bd li .img-center img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    max-width: 100%;
    max-height: 100%;

    border-radius: 5px;
}

.web-news .bd li a:hover .img-center img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.web-news .bd li .date {
    float: left;
    width: 110px;
    color: #666;
    padding: 26px 0;
    text-align: center;
    border-right: 1px solid #eee;
    line-height: 1;
}

.web-news .bd li .date strong {
    display: block;
    font-size: 50px;
    color: #333;
    margin-bottom: 6px;
}

.web-news .bd li .info {
    margin-left: 110px;
    padding: 20px;
}

.web-news .bd li .info h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;

    font-weight: bold;
}

.web-news .bd li .info p {
    color: #888;
    margin: 10px 0 0;
    overflow: hidden;
    line-height: 1.8;
    height: 50px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

    font-family: 楷体, sans-serif;
}

.web-news .bd li a:hover {
    border-color: #009a44;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.web-news a {
    color: black;
}

.web-news .bd li .index-news-thumbnail {
    height: 122px;
    padding: unset;
    display: flex;
    flex-direction: column;
}

.index-news-thumbnail img {

    max-height: 100%;
    max-width: 100%;
    height: 80%;
}

.index-news-thumbnail > div {
    height: 20%;
}

/*end of news*/


/**about**/
.ly_about {
    width: 100%;
    overflow: hidden;
    margin: 40px auto;
    padding: 0 0 40px;
    background-color: #f5f5f5;
}

.ly_about .ab_main {
    width: 1200px;
    height: 360px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;

}

.ab_main .ab_text {
    width: 560px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.ab_text h3 {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #424a51;
    font-size: 24px;
}

.ab_text p {
    width: 100%;
    overflow: hidden;
    line-height: 26px;
    margin: 40px auto;
    padding: 0;
    color: #888;
    font-size: 14px;
    text-indent: 2em;
    text-align: justify;
}

.ab_text a {
    display: block;
    width: 160px;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #009A44;
}

.ab_text a:hover {
    background-color: #00AF46FF;
}

.ab_main .ab_img {
    width: 720px;
    height: 360px;
    margin: 0;
    padding: 0;
}

.ab_img img {
    width: 600px;
    /*height: 400px;*/
    margin-left: 100px;
}

/*end of about*/

/*footer*/
.footer {
    border-top: 3px solid #009A44;
    background-color: #F5F5F5;
    width: 100%;
}

.ft_content {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
}

.ft_block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    max-width: 50%;
}

.footer .ft_divider:not(:first-child):not(:last-child) {
    border-right: 1px solid rgba(200, 200, 200, 0.5);
}

.ft_block > div {
    height: 30px;
}

.ft_block.ft_links {
    min-width: 100px;
    align-items: normal;
}

.footer .link_item {

}

.link_item a {
    text-decoration: underline;
    color: #2440B3;
}

.ft_contact {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

.contact_item {
    display: flex;
    width: 50%;
}

.contact_item .contact_title_wrapper {
    display: flex;
}

.contact_item .contact_detail {
    max-width: 280px;
}

.contact_item i, .link_item i {
    color: #989898;
}

.contact_item .contact_title {
    width: 80px;
    display: inline-block;
    font-weight: bold;
}

.contact_item span {
    /*display: block;*/
}

.ft_mobile_logo {
    display: none;
}

.ft_copyright {
    background-color: #363434;
    color: #666;
    height: 60px;
    text-align: center;
    vertical-align: middle;

    display: flex;
    justify-content: center;
    align-items: center;
}

/*end of footer*/

/*breadcrumb nav*/
.bc-nav {
    margin-bottom: 20px;
}

.bc-nav a, .bc-nav i {
    color: #666;
}

.bc-nav a:hover {
    color: #009A44;
}

/*end of breadcrumb nav*/

/*content*/
.content-wrapper {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;

    min-height: 100%;
    padding: 20px 0;
    box-sizing: border-box;

}


.content-sub-wrapper {
    display: flex;
}

.content {
    padding-left: 40px;
    width: 100%;
    min-height: 500px;
}

.content h3 {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
    color: #333;
    font-size: 24px;
    margin: 0 auto 20px;
    padding: 0;
    font-weight: bold;
    font-family: Alibaba-PuHuiTi-Regular, sans-serif;
}

/*end of content*/

/*left nav*/
.left-nav {
    width: 240px;
}

.left-nav-title {
    width: 200px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px 20px;
    background-color: #009A44;
}

.left-nav .left-nav-content {
    width: 220px;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 9px 10px;
    border-right: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
}

.left-nav .left-nav-item {
    width: 220px;
    overflow: hidden;
    margin: 0 auto 10px;
    padding: 0;
}


.left-nav .left-nav-item a {
    display: flex;
    width: 200px;
    height: 40px;
    padding: 0 10px;
    background-color: #f5f5f5;
    justify-content: space-between;
}

.left-nav .left-nav-item a:hover {
    background-color: #009A44;
}

.left-nav .left-nav-item a:hover div {
    color: #FFF;
}

.left-nav .left-nav-item a div {
    line-height: 40px;
    color: #333;
}

.left-nav-block:not(:last-child) {
    margin-bottom: 20px;
}

.left-contact-item:not(:last-child) {
    margin-bottom: 5px;
}

.left-contact-title {
    font-weight: bold;
    margin-right: 2px;
}

/*end of left nav*/
.content-article {
    min-height: 90%;
}

.article-list {
    min-height: 200px;
}

/*paginator*/
.paginator {
    margin: 20px auto;
}

.paginator ul {
    display: flex;
    justify-content: center;
}

.paginator ul li {
    margin-right: 5px;
}

.paginator ul li:hover a {
    color: #009A44;
}

.paginator ul li a, .paginator ul li span {
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    border: 1px solid #dddddd;
    color: #555555;
    padding: 0 12px;
}

/*end of paginator*/

/*article list*/
.article-item {
    padding: 40px 30px;
    display: flex;
    height: 115px;
    border-bottom: 1px solid #e5e4e2;
}

.article-item-left, .article-item-left img {
    width: 166px;
    height: 98px;
}


.article-item-right {
    padding-left: 20px;
}

.article-item-title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.article-item-desc {
    color: #a9a6a6;
}

.article-item-date {
    color: #a9a6a6;
    font-size: 12px;
    white-space: nowrap;
}

.article-item-no-img {
    display: flex;
    height: 40px;
    justify-content: space-between;
    padding: 0 20px;
    border-bottom: 1px dashed #999;
}

.article-item-no-img .article-item-title {
    margin-bottom: 0;
}

.article-item-no-img div {
    line-height: 40px;
}

/*article*/
.article-info {
    background-color: #f5f5f5;
    color: #999;
    padding: 0 20px;
    height: 40px;
    margin-bottom: 40px;
}

.article-info span {
    line-height: 40px;
    margin-right: 20px;
}

.article-nav {
    display: flex;
}

/*ir*/
.ir-wrapper {
    display: flex;
    justify-content: space-between;
}

.ir-wrapper .ir-index {
    width: 500px;
}

.ir-wrapper .ir-index-block {
    width: 100%;
    border-radius: 2px;
    border: 1px solid #CCC;
    margin-bottom: 15px;
}

.ir-wrapper .head {
    height: 30px;
    border-bottom: 2px solid #009A44;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
}

.ir-block-title {
    line-height: 30px;
    font-weight: bold;
    font-size: 15px;
}

.ir-wrapper .head a {
    float: right;
    display: block;
    line-height: 30px;
}

.ir-wrapper .body {
    padding: 10px 20px;
}

.ir-block-item {
    display: flex;
    justify-content: space-between;
    height: 30px;
}

.ir-block-item .ir-date {
    color: #999;
}

/*stock*/
.stock-info {
    width: 320px;
    height: 200px;
    padding: 20px 25px;
    border: 1px solid #CCC
}

.stock-info .value-wrapper {
    height: 50px;
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    padding-bottom: 20px;
}

.stock-info .unit {
    font-size: 20px;
}

.stock-info .current-value, .stock-info .arrow i {
    font-size: 40px
}

.stock-info.even .value-wrapper span {
    color: #717171;
}

.stock-info.up .value-wrapper span {
    color: red;
}

.stock-info.down .value-wrapper span {
    color: green;
}

.stock-info .arrow i {
    display: none;
}

.stock-info.up .arrow i.arrow-up, .stock-info.down .arrow i.arrow-down {
    display: inline;
}

.stock-info .right {
    display: block;
    line-height: 50px;
}

.stock-info .right .span {
    line-height: 50px;
    display: block;
}

.stock-info .detail-wrapper {
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
}

.stock-info td {
    line-height: 32px;
}

.stock-info .time {
    font-size: 12px;
    color: #999;
    /*height: 40px;*/
    /*line-height: 40px;*/
    text-align: right;
}

.k-line {
    margin-top: 20px;
}

.k-line img {
    width: 372px;
}


/*service module*/
.section {
    /*margin-bottom: 20px;*/
}

.service-module-container {
    display: flex;
    justify-content: space-between;
}

.service-module-block {
    width: 25%;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(150, 150, 150, 0.75);
    -webkit-box-shadow: 2px 2px 5px rgba(150, 150, 150, 0.75);
    -moz-box-shadow: 2px 2px 5px rgba(150, 150, 150, 0.75);

    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.service-module-block:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.service-module-title {
    border-bottom: 2px solid #009A44;
    font-size: 22px;
    font-weight: bold;
}

.service-module-item-wrapper {
    padding: 5px 0 0 10px;
}

.service-module-item {
    font-size: 16px;
}

.service-module-item:not(:last-child) {
    margin-bottom: 2px;
}