@charset "utf-8";
/* CSS Document */

body, html {
    position: relative;
    height: 100%;
}

/*基本*/

* {
    padding: 0px;
    margin: 0px
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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;
}

body {
    color: #333333;
    margin: 0px auto;
    display: block;
    background-color: #fff;
    font-family: "webfont";
    font-size: 14px;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
}

p {
    margin: 0px;
    line-height: 1.8em
}

b, strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /* Remove most spacing between table cells.*/
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

li {
    list-style: none outside none;
}

/*链接*/

a {
    text-decoration: none;
    color: #333333;
    background: transparent;
    outline: none
}

a:visited {
    color: #333333;
}

a:focus {
    outline: none;
}

a:hover {
    color: #E9A218;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

a:active {
    color: #333333;
    text-decoration: none;
    outline: none;
}

.container {
    height: inherit;
}

/*表单*/

/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
form {
    margin: 0;
}

button, input, select, textarea {
    font-size: 100%;
    margin: 3px auto;
    vertical-align: baseline;
    *vertical-align: middle;
}

button, select {
    text-transform: none;
}

input {
    padding: 2px;
    background-color: #FFFFFF;
    border: 1px solid #e3e3e3;
    width: 99%;
    line-height: normal;
}

textarea {
    padding: 2px;
    color: #000000;
    background-color: #fff;
    width: 99%;
}

.shousuo {
    width: 60px;
    height: 60px;
    background-color: #f3f3f3;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.shousuo i {
    color: #595959;
    font-size: 30px
}

.shousuo:hover .head-top-pcss {
    z-index: 1;
    opacity: 1;
    top: 100%;
}

.head-top-pcss {
    width: 200px;
    height: 42px;
    display: flex;
    transition: all 0.5s;
    z-index: -10;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 1%;
}

.head-top-pcss input {
    width: 78%;
    height: 100%;
    border: 1px solid #005bac;
    padding-left: 10px;
    outline: none;
    margin: 0;
}

.head-top-pcss a {
    display: block;
    flex: 1;
    height: 100%;
    line-height: 42px;
    text-align: center;
    background: #005bac;
    color: #ffffff;
    text-decoration: none;
}

.head-top-pcss a i {
    font-size: 30px;
}

.head-top-pcss a:hover {
    color: #fff;
}

.swiper-container1 {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-container1 .swiper-slide::after {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.swiper-container1 .swiper-slide {
    width: 100% !important;
}

.swiper-container1 .swiper-slide img {
    width: 100% !important;
}

.wenben {
    z-index: 2;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lb-fonts {
    font-family: SourceHanSansCN-Bold;
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.lb-fonts2 {
    font-family: SourceHanSansCN-Light;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
}

.lb-gd {
    margin-top: 50px;
}

.wenben a {
    border-radius: 20px;
    padding: 5px 10px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: #005bac;
}

.wenben a i {
    border-radius: 50%;
    margin-left: 20px;
}

.top-zuoyou {
    width: 300px;
    height: 60px;
    background-color: #ffffff;
    border-top: 4px solid #ffc000;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: flex;
}

.top-zuoyou>div {
    width: 50%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.5s;
}

.top-zuoyou>div:last-child::before {
    content: '';
    width: 1px;
    height: 45px;
    background: #bfbfbf;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22.5px;
}

.top-zuoyou>div i {
    font-size: 40px;
    color: #bfbfbf;
}

.top-zuoyou>div:hover {
    background: #ffc000;
}

.top-zuoyou>div:hover i {
    color: #fff;
}

.shubiao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    cursor: pointer;
}

.shubiao i {
    font-size: 40px;
}

.animated1 {
    animation-name: container;
    /*动画的名称*/
    transform-origin: center bottom;
    animation-iteration-count: infinite;
}
.animated1 {
    animation-duration: 2s; /*动画时间*/
    animation-fill-mode: both; /*播放后的状态*/
}
@keyframes container {
    0%, 100%, 20%, 50%, 80% {
        transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
        /*贝塞尔曲线 ： X1 Y1 X2 Y2*/
        transform: translate3d(0, 0, 0);
        /*设置只在Z轴上移动*/
    }
    40%, 43% {
        transition-timing-function: cubic-bezier(0.755, 0.50, 0.855, 0.060);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.sy-row1 {
    width: 100%;
    display: flex;
}
.sy-row1-left {
    width: 50%;
    min-height: 300px;
    background-color: #005bac;
    position: relative;
}
.sy-row1-right{
    width: 50%;
    min-height: 300px;
}
.sy-row1-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.font-12{
    font-size: 12px;
}
.font-14{
    font-size: 14px;
}
.font-16{
    font-size: 16px;
}
.font-18{
    font-size: 18px;
}
.font-20{
    font-size: 20px;
}
.font-24{
    font-size: 24px;
}
.font-48{
    font-size: 46px;
}
.font-weight{
    font-weight: bold;
}
.font-w500{
    font-weight: 500;
}
.font-f1{
    font-family: SourceHanSansCN-Regular;
}
.sy-row1-nr {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 10px;
}
.sy-title1 img {
    margin-right: 10px;
}
.sy-title2 {
    color: #fff;
    padding-left: 20px;
}
.sy-ms {
    width: 80%;
    line-height: 30px;
    margin-top: 30px;
    letter-spacing: 1px;
}
.renlist {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.renlist-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.renlist-item>div span{
    color: #ffc000;
}
.renlist-item p {
    text-align: center;
}
.xian2 {
    display: inline-block;
    margin: 30px 0 40px 0;
}
.xian2 img {
    transition: all 0.5s;
}
.xian2:hover img{
    margin-left: 10px;
}
.bt-xian {
    width: 20%;
    position: absolute;
    top: 100px;
    left: 0;
}
.bt-xian img{
    width: 100%;
}
.bt-xian2{
    width: calc(50% / 5);
    position: absolute;
    top: 100px;
    left: 0;
}
.bt-xian2 img {
    width: 100%;
}
.sy-row2 {
    width: 100%;
    min-height: 300px;
    position: relative;
    background-color: #f3f3f3;
}
.sy-row2-title {
    display: inline-block;
    padding: 40px calc(100%);
}
.sy-row2-title1 {
    color: #333;
}
.sy-row2-title1 img {
    margin-right: 10px;
}
.sy-row2-title2 {
    color: #b9b8b8;
    padding-left: 20px;
}
.swiper-container2 {
    overflow: hidden;
    margin-bottom: 30px;
}
.swiper-container2 .swiper-slide{
    padding-top: 13%;
}
.sy-yewuitem{
    width: calc(100% - 2px);
    height: calc(100% - 4px);
    position: absolute;
    left: 0;
    top: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px 40px;
    box-sizing: border-box;
    background-color: #fff;
}
.sy-yewu-title {
    margin-top: 10px;
}
.sy-yewu-ms {
    -webkit-line-clamp: 2;
    color: #999999;
}
.sy-yewu-icon {
    font-size: 30px;
    color: #999999;
}
.zuolie {
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #005bac;
    z-index: -1;
    transition: all 0.5s;
}
.zuolie i {
    font-size: 26px;
    color: #fff;
}
.sy-yewuitem:hover .zuolie {
    z-index: 1;
    width: 30px;
}
.sy-yewuitem::after {
    content: '';
    height: 20px;
    width: 20px;
    background-color: #005bac;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
}
.sy-yewuitem:hover::after {
    right: -2px;
    top: -2px;
}
.sy-yewuitem::before {
    content: '';
    height: 20px;
    width: 20px;
    background-color: #005bac;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: all 0.5s;
}
.sy-yewuitem:hover::before {
    right: -2px;
    bottom: -2px;
}
.more {
    font-family: SourceHanSansCN-Bold;
	font-size: 18px;
	color: #333333;
    letter-spacing: 1px;
    margin-bottom: 40px;
    display: inline-block;
}
.more img {
    margin-left: 10px;
}
.row2-zuoyou {
    width: 200px;
    display: flex;
    height: 30px;
    position: absolute;
    right: 0;
    top: -30px;
}
.row2-zuoyou>div {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.row2-zuoyou>div i {
    font-size: 24px;
}
.swiper-button-prev2 {
    color: #636363;
    background-color: #e6e6e6;
}
.swiper-button-next2 {
    color: #ffc000;
    background-color: #ffffff;
}
.sy-row3 {
    width: 100%;
    min-height: 400px;
    background: url(../image/bjjj.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding-bottom: 1px;
}
.b-show {
    background: rgba(255, 255, 255, 0.3);
}
.row3-zuoyou {
    width: 200px;
    display: flex;
    height: 30px;
    position: absolute;
    right: -100px;
    bottom: 0;
}
.row3-zuoyou>div {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.row3-zuoyou>div i {
    font-size: 24px;
}
.swiper-button-prev3 {
    color: #fff;
    background-color: #005bac;
}
.swiper-button-next3 {
    color: #ffc000;
    background-color: #ffffff;
}
.sy-row3-main {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 40px;
}
.sy-row3-mainleft {
    width: 28.7%;
    margin-right: 10px;
    position: relative;
}
.swiper-container3 {
    width: 100%;
    overflow: hidden;
}
.swiper-container3 .swiper-slide {
    display: flex;
    flex-direction: column;
    padding-top: 80%;
}
.sy-new-img {
    width: 100%;
    flex: 1;
}
.sy-new-title {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 20px 20px 20px;
    background: #fff;
}
.sy-new-l {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sy-new-img {
    width: 100%;
    height: 80%;
    overflow: hidden;
}
.sy-new-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.sy-new-l:hover .sy-new-img img{
    transform: scale(1.2);
}
.sy-new-l:hover .sy-new-title {
    color: #005bac;
}
.sy-new-title {
    color: #333333;
    position: relative;
}
.sy-new-title span{
    -webkit-line-clamp: 2;
}
.sy-new-title>i {
    color: #d7d7d7;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
.iyou {
    position: absolute;
    left: -10px;
    bottom: 8%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 13px;
    font-size: 24px !important;
    z-index: 99;
    background: #d9d9d9;
}
.iyou i {
    font-size: 16px;
    color: #fff;
}
.iyou2 {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 13px;
    font-size: 24px !important;
    background: #d9d9d9;
}
.synew-wz i {
    position: absolute;
    top: 0px;
    left: -27px;
    font-size: 16px;
    color: #fff;
}
.sy-row3-mainright {
    flex: 1;
    display: flex;
    flex-direction: column;
}
.sy-row3-ritem {
    width: 100%;
    height: calc((100% - 16px) / 3);
    margin-bottom: 8px;
    background: #fff;
    display: flex;
}
.sy-row3-ritem:hover .iyou2{
    background-color: #ffc000;
}
.sy-row3-ritem:last-child{
    margin-bottom: 0;
}
.synew-wz {
    position: relative;
    -webkit-line-clamp: 2;
    text-indent: 3rem;
}
.sy-row3-ritemr {
    flex: 1;
    position: relative;
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    justify-content: center;
    margin-left: 30px;
}
.sy-row3-ritem-riqi {
    padding: 0 30px;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.sy-row3-ritem-riqi::before{
    content: '';
    width: 1px;
    height: 80%;
    background-color: #e9e9e9;
    position: absolute;
    right: 0;
    top: 10%;
}
.sy-row3-ritem-riqi span {
    font-family: SourceHanSansCN-Regular;
	font-size: 40px;
	color: #cfc1a0;
}
.sy-row3-ritem-riqi p {
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #999999;
    margin-top: -5px;
}
.sy-row4 {
    width: 100%;
    background: url(../image/row4-bj.png) no-repeat;
    background-size: cover;
}
.sy-row4>div {
    display: flex;
}
.sy-row4-left {
    width: 70%;
    height: 500px;
}
.sy-row4-right {
    flex: 1;
    background: #fff;
    padding: 20px;
}
.sy-row4-ritem {
    width: 100%;
    height: calc(100% / 3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 1px solid #dcdcdc;
    position: relative;
}
.sy-row4-ritem .bottomBorder{
    width: 0%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #005bac;
    transition: all 0.5s;
}
.sy-row4-ritem:hover .bottomBorder {
    width: 100%;
}
.sy-row4-ritem:hover .sy-row4-ricon {
    padding-left: 10px;
    color: #005bac;
}
.sy-row4-ricon {
    font-size: 24px;
    color: #333;
    transition: all 0.5s;
}
.sy-row4-ricon i {
    font-size: 30px;
}
.BMap_mask{
    height: 100% !important;
}
.footer {
    width: 100%;
    background-color: #005bac;
    height: 201px;
}
.footer-main{
    /* display: flex;
    justify-content: space-between;
    align-items: center; */
}
.footer-main-l {
    display: flex;
    align-items: center;
    float: left;
    width: 80%;
    height: 100%;
}
.footer-main-l>img {
    width: 80px;
}
.footer-list {
    margin-left: 10%;
}
.footer-ul {
    display: flex;
}
.footer-lj {
    font-size: 14px;
    line-height: 30px;
	color: #ffffff;
    font-family: SourceHanSansCN-Regular;
}
.footer-lj img {
    width: 20px;
    margin-right: 10px;
}
.footer-ul ul{
    margin-right: 80px;
    font-size: 14px;
    line-height: 30px;
	color: #ffffff;
    font-family: SourceHanSansCN-Regular;
}
.footer-ul ul li a{
    font-family: SourceHanSansCN-Regular;
	color: #ffffff;
}
.erweima {
    display: flex;
    align-items: center;
    float: right;
    height: 100%;
}
.erweima img {
    width: 80px;
}
.erweima-wenzi {
    margin-left: 5px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
	color: #ffffff;
    font-family: SourceHanSansCN-Regular;
}
/* 内页开始 */
.ny-bnaner {
    width: 100%;
    position: relative;
}
.ny-bnaner::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.ny-bnaner>img{
    width: 100%;
    position:relative;
    z-index: 1
}
.ny-banner-title {
    z-index: 3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ny-banner-title1{
    font-family: SourceHanSansCN-Bold;
	font-size: 30px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 45px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
.ny-banner-title1 {
    font-family: SourceHanSansCN-Bold;
	font-size: 26px;
	color: #ffffff;
    position: relative;
}
.ny-banner-title1::before{
    content: '';
    width: 14px;
	height: 3px;
	background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -7px;
}
.ny-banner-title2 {
    font-family: SourceHanSansCN-Bold;
	font-size: 24px;
	color: #ffffff;
    margin-top: 5px;
}
.ny-main {
    width: 100%;
}
.ny-erjinav {
    border-bottom: 1px solid #d6d6d6;
}
.ny-erjinav ul {
    display: flex;
}
.ny-erjinav ul li{
    height: 50px;
    line-height: 49px;
    border-left: 1px solid #d6d6d6;
    padding: 0 30px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ny-erjinav ul li:last-child {
    border-right: 1px solid #d6d6d6;
}
.ny-erjinav ul li img {
    width: 20px;
}
.ny-erjinav ul li .ac {
    color: #005bac;
}
.ny-erjinav ul li:hover a{
    color: #005bac;
}
.ny-content {
    width: 100%;
    min-height: 500px;
}
.guwm1 {
    width: 100%;
    min-height: 200px;
    padding-bottom: 40px;
    background-color: #fbfbfb;
}
.guwm-title2 {
    text-align: center;
    margin: 0 auto;
    font-family: SourceHanSansCN-Bold;
	font-size: 24px;
    color: #333;
    position: relative;
    margin-top: 40px;
}
.guwm-title2 p {
    font-family: AdobeHeitiStd-Regular;
	font-size: 30px;
	font-weight: bold;
	color: #333333;
}
.guwm-title2 span {
    font-family: Tahoma;
	font-size: 20px;
	font-weight: bold;
	font-stretch: normal;
	color: #feb80e;
}
.guwm1-flex {
    width: 100%;
    display: flex;  
    align-items: center;
    justify-content: space-between;
}
.guwm1-flex .guwm1-ms {
    width: calc(50% - 20px);
}
.guwm1-fleximg {
    width: calc(50% - 20px);
    overflow: hidden;
}
.guwm1-fleximg:hover img{
    transform: scale(1.2);
}
.guwm1-fleximg img {
    width: 100%;
    transition: all 0.5s;
}
.guwm-title {
    width: 230px;
    height: 49px;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid #e6e6e6;
    font-family: SourceHanSansCN-Bold;
	font-size: 24px;
    color: #333;
    position: relative;
    margin-top: 40px;
}
.guwm-title::before {
    content: '';
    width: 77px;
	height: 2px;
	background-color: #005bac;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -38.5px;
}
.guwm1-ms{
    margin: 35px 0;
    font-family: MicrosoftYaHei;
	font-size: 16px;
	line-height: 36px;
	color: #333333;
    letter-spacing: 1px;
}
.guwm2 {
    width: 100%;
    min-height: 200px;
    padding-bottom: 40px;
}
.guwm2-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}
.guwm2-item {
    width: calc((100% - 39px) / 4);
    margin-right: 13px;
    padding: 8px;
    box-sizing: border-box;
    border: solid 1px #d6d6d6;
    cursor: pointer;
    margin-bottom: 13px;
    overflow: hidden;
}
.guwm2-item:hover .guwm2-item-img>div img{
    transform: scale(1.2)
}
.guwm2-item:hover .guwm2-item-title{
    color: #005bac;
}   
.guwm2-item-img {
    width: 100%;
    padding-top: 60%;
    position: relative;
}
.guwm2-item-img>div {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
}
.guwm2-item-img>div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all 0.5s;
}
.guwm2-item:nth-child(4n){
    margin-right: 0;
}
.guwm2-item-title {
    width: 100%;
    height: 46px;
    line-height: 45px;
    text-align: center;
    font-family: MicrosoftYaHei;
	font-size: 14px;
    color: #333;
}
.guwm3-list {
    width: 100%;
    display: flex;
    margin: 30px 0;
}
.guwm3-list-l {
    width: 34%;
    padding-top: 36%;
    position: relative;
}
.guwm3-list-l>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.guwm3-list-l img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guwm3-list-r {
    flex: 1;
    margin-left: 8px;
}
.guwm3-list-rtop {
    width: 100%;
    height: calc((100% - 8px) / 2);
    margin-bottom: 8px;
    display: flex;
}
.guwm3-list-rtop>div {
    width: calc((100% - 16px) / 3);
    margin-right: 8px;
}
.guwm3-list-rtop>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guwm3-list-rtop>div:last-child {
    margin-right: 0;
}
.guwm3-list-rbottom {
    width: 100%;
    display: flex;
    height: calc((100% - 8px) / 2);
}
.guwm3-list-rbottom>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.guwm3-list-rbottom>div:first-child {
    flex: 1;
}
.guwm3-list-rbottom>div:last-child {
    width: calc((100% - 16px) / 3);
    height: 100%;
    margin-left: 8px;
}
.xq-title {
    width: 100%;
    min-height: 100px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e4e4e4;
}
.xq-riqi {
    align-items: center;
    padding-right: 15px;
    position: relative;
}
.xq-riqi::before {
    content: '';
    width: 1px;
    height: 32px;
	background-color: #dddddd;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
}
.xq-riqi p{
    font-family: AlibabaPuHuiTiR;
	font-size: 18px;
	letter-spacing: 1px;
	color: #666666;
}
.xq-riqi span{
    font-family: AdobeHeitiStd-Regular;
	font-size: 20px;
	letter-spacing: 1px;
	color: #666666;
}
.xq-title-nr {
    margin-left: 15px;
}
.cq-nr {
    padding: 30px 0;
}
.cq-nr img {
    max-width: 100%;
}
.shangxiaList {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shangxiaList a {
    padding: 3px 10px;
    border: solid 1px #dddddd;
}
.fhanniu {
    color: #fff !important;
    background-color: #ee3737;
}
.fhanniu:hover {
    color: #333;
}
.sx:hover {
    color: #fff;
    background: #005bac;
}
.xwxq-main {
    width: 100%;
    min-height: 200px;
    padding-bottom: 40px;
    background-color: #fbfbfb;
}
.xwxq-main .container {
    background: #fff;
}
.zyyw {
    width: 100%;
    margin: 30px 0;
}
/* 新闻咨询 */
.xwzx{
    width: 100%;
}
.xwzx-top {
    display: flex;
    margin: 30px 0;
}
.xwzx-top-item {
    width: calc((100% - 40px) / 3);
    padding-top: 30%;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}
.xwzx-top-item:last-child {
    margin-right: 0;
}
.xwzx-top-item>.it {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.xwzx-top-img {
    width: 100%;
    height: 75%;
    overflow: hidden;
}
.xwzx-top-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.xwzx-top-title {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #f5f5f5;
}
.xwzx-top-title p{
    font-family: SourceHanSansCN-Light;
	font-size: 18px;
	color: #000000;
}
.xwzx-top-title span {
    font-family: SourceHanSansCN-Light;
	font-size: 14px;
	color: #989898;
}
.yishang {
    width: 100%;
    height: auto !important;
    background-color: #005bac;
    padding: 20px;
    position: absolute;
    bottom: -40px;
    left: 0;
    opacity: 0;
    transition: all 0.5s;
}
.yishang p{
    font-family: SourceHanSansCN-Light;
	font-size: 18px;
	color: #fff;
}
.yishang span {
    font-family: SourceHanSansCN-Light;
	font-size: 14px;
	color: #fff;
}
.yishang-ms {
    -webkit-line-clamp: 3;
    font-family: SourceHanSansCN-Light;
	font-size: 14px;
	color: #fff;
    margin: 15px 0;
}
.xwzx-top-item:hover .yishang {
    opacity: 1;
    bottom: 0;
}
.xwzx-bottom {
    margin: 30px 0;
}
.xwzx-bottom-item {
    width: 100%;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    border: solid 1px #e9e9e9;
    border-top: 0;
    transition: all 0.5s;
}
.xwzx-bottom-item:first-child {
    border-bottom: 1px solid #e9e9e9;
}
.xwzx-bottom-riqi {
    padding-right: 40px;
}
.xwzx-bottom-riqi p:first-child {
    font-family: SourceHanSansCN-Light;
	font-size: 16px;
	color: #888888;
    text-align: right;
    transition: all 0.5s;
}
.xwzx-bottom-riqi p:last-child {
    font-family: SourceHanSansCN-Regular;
	font-size: 40px;
	color: #888888;
    transition: all 0.5s;
}
.xwzx-bottom-z {
    flex: 1;
}
.xwzx-bottom-z1 {
    font-family: SourceHanSansCN-Light;
	font-size: 18px;
	color: #222222;
    transition: all 0.5s;
}
.xwzx-bottom-z2 {
    font-family: SourceHanSansCN-Light;
	font-size: 14px;
	color: #666;
    margin-top: 10px;
}
.xwzx-bottom-jia {
    width: 40px;
	height: 40px;
    text-align: center;
    line-height: 40px;
	border: 1px solid #e9e9e9;
    margin-left: 30px;
    transition: all 0.5s;
}
.xwzx-bottom-jia i{
    color: #e9e9e9;
    transition: all 0.5s;
}
.xwzx-bottom-item:hover .xwzx-bottom-jia{
    background-color: #005bac;
}
.xwzx-bottom-item:hover .xwzx-bottom-jia i{
    color: #fff;
}
.xwzx-bottom-item:hover .xwzx-bottom-z1{
    color: #005bac;
}
.xwzx-bottom-item:hover .xwzx-bottom-riqi p:first-child {
    color: #005bac;
}
.xwzx-bottom-item:hover .xwzx-bottom-riqi p:last-child {
    color: #005bac;
}
.xwzx-bottom-item:hover {
    border-bottom: 1px solid #005bac;
}
.fenye {
    text-align: center;
    margin-bottom: 30px;
}
/* 联系我们 */
.guwm5 {
    width: 100%;
    height: 100%;
    min-height: 500px;
    padding: 20px 0;
}
.guwm5 .container{
    background-color: #fff;
}
.lxwm-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 40px;
}
.lxwm-top-item {
    display: flex;
    align-items: center;
    font-family: PingFangSC-Regular;
	font-size: 16px;
}
.lxwm-top-item img {
    width: 30px;
    margin-right: 10px;
}
.lxwm-bottom {
    display: flex;
    padding: 60px 40px;
    position: relative;
}
.form {
    width: 50%;
    padding-bottom: 80px;
}
.form-title {
    font-family: PingFangSC-Regular;
	font-size: 30px;
	color: #000000;
    margin-top: 40px;
}
.form input {
    width: 60%;
    height: 50px;
    border: 0;
    border-bottom: 1px solid #000;
}
.tijiao {
    display: inline-block;
    padding: 8px 40px;
    background-color: #000;
    color: #fff;
    margin-top: 30px;
}
.guwm7 {
    width: 100%;
}
.cpyc-top {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    font-family: SourceHanSansCN-Regular;
	font-size: 16px;
	color: #999999;
}
.cpyc-top span {
    width: calc((100% - 120px) / 3);
}
.cpyc-top span:last-child {
    width: 120px;
    text-align: center;
}
#box2 {
    width: 100%;
    margin-bottom: 40px;
}
.first_ul {
    width: 100%;
    cursor: pointer;
}
.first_ul .m {
    width: 100%;
    height: 50px;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	background-color: #efefef;
}
.first_ul .m span {
    width: calc((100% - 120px) / 3);
    text-align: left;
}
b{
    width: 120px;
    text-align: center;
}
.first_ul li {
    /* min-height: 200px; */
    border: solid 1px #e1e1e1;
    padding: 20px;
    display: none;
}
#box2 .active{
    color: #fff;
    background-color: #005bac;
}
.gzlc-title {
    width: 100%;
    text-align: center;
    font-family: SourceHanSansCN-Bold;
	font-size: 20px;
	color: #333333;
    margin: 30px 0;
}
.gzlc-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.gzlc-item {
    width: calc(100% / 5);
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.gzlc-item p {
    font-family: AdobeHeitiStd-Regular;
	font-size: 14px;
	color: #333333;
}
.gzlc-item img {
    width: 120px;
}
.you-j::before{
    content: '';
    width: 30px;
	height: 25px;
    background: url(../image/zo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: -15px;
    top: 37%;
    margin-bottom: 17.5px;
}
.zou-j::before{
    content: '';
    width: 30px;
	height: 25px;
    background: url(../image/yo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -15px;
    top: 37%;
    margin-bottom: 17.5px;
}
.xia-j::before{
    content: '';
    width: 25px;
	height: 30px;
    background: url(../image/xo.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -35px;
}
.didi {
    width: 400px;
    height: 400px;
    position: absolute;
    bottom: 0;
    right: 0;
}
/* .didi img {
    width: 100%;
} */
#firstpane {
    display: none;
}
.anchorTR {
    inset:20px 150px auto auto !important;
} 



@media (min-width: 1400px){
    .container {
        width: 80%;
    }
    .sy-row1-left {
        padding-left: 10%;
    }
    .sy-row2-title{
        padding: 40px 10%;
    }
    .didi {
        right: ;
    }
}
@media (max-width: 1390px){
    .sy-row1-left {
        padding-left: calc((100% - 1200px) / 2);
    }
    .sy-row2-title{
        padding:40px calc((100% - 1200px) / 2)
    }
}
