﻿* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main {
    max-width: 1620px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

.main_1440 {
    max-width: 1460px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

.main_1200 {
    max-width: 1220px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

body,
html {
    width: 100%;
    height: 100%;
}


/* .header .item .nav { display: inline-block; vertical-align: middle; }
.header .item .nav a { font-size: 16px; display: inline-block; vertical-align: middle; margin: 0px 20px; color: #333; font-weight: bold; position: relative; transition: all 0.6s; -webkit-transition: all 0.6s; }
.header .item .nav a:hover { color: #418abb; }
.header .item .nav a:after { content: ''; background: #418abb; position: absolute; bottom: -20px; width: 6px; height: 6px; left: 50%; margin-left: -3px; border-radius: 50%; opacity: 0; transition: all 0.6s; -webkit-transition: all 0.6s; }
.header .item .nav a:hover:after { opacity: 1; bottom: -10px; } */



.banner_swp {
    height: calc(100vh - 120px);
}

.banner_swp .item {
    height: calc(100vh - 120px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

.banner_swp .item h3 {
    font-size: 66px;
    line-height: 80px;
}

.banner_swp .item p {
    font-size: 24px;
    color: #ffffff;
    margin-top: 30px;
}

/* .banner_pag { bottom: 50px !important; display: flex; flex-direction: row; width: 100%; } */
/* .banner_swp .swiper-pagination-bullet:before { content: ''; position: absolute; top: -2px; width: 0%; height: 2px; 
background: #c52735; left: 0px; transition: all 1s; -webkit- transition: all 1s; }
.banner_swp .swiper-pagination-bullet { background: none; width: inherit; height: inherit; border-radius:0px; margin:0px !important; opacity:1; outline:none; flex: 1; font-size: 18px; padding-top: 30px; color: #fff; position: relative; border-top: 2px solid rgba(255, 255, 255, 0.5);} */

.banner_pag {
    bottom: 40px !important;
}

.banner_swp .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0px 6px !important;
    outline: none;
}

.banner_swp .swiper-pagination-bullet-active {
    background: #418abb;
}


.banner_swp .swiper-pagination-bullet-active {
    color: #c52735;
}

.banner_swp .swiper-pagination-bullet-active:before {
    background: #c52735;
    width: 100%;
}

.banner_pag_box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.banner_pag_box .main {
    position: relative;
}


.m_link:before {
    content: '';
    background: url('img/icon3.png') no-repeat left center;
    width: 45px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    margin-top: -2px;
}

.m_link {
    font-size: 16px;
    color: #fff;
    margin-top: 35px;
}

.m_link:hover {
    text-decoration: underline;
}

.m_tit_white {
    font-size: 34px;
    color: #418abb;
	
}

.m_tit {
    font-size: 48px;
    background-image: linear-gradient(90deg, #418abb 0, #df7f65 40%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.m_tit1 {
    font-size: 42px;
    color: #9d3631;
    text-align: center;
}

.m_tit2 {
    font-size: 42px;
    color: #3176b2;
    text-align: left;
}


.inproduct {
    background: url('/jmstyle/img/chanpinbg5.jpg') no-repeat center top;
    padding-top: 60px;
	padding-bottom:60px;
}

.inproduct .list {
    margin-top: 70px;
}

.inproduct .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.inproduct .list ul li {
    flex: 1;
    cursor: pointer;
}

.inproduct .list ul li .link {
    display: block;
    padding: 50px;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.inproduct .list ul li .link p {
    font-size: 20px;
    color: #ffffff;
    margin-top: 20px;
}

.inproduct .list ul li .link .icon {
    position: relative;
}

.inproduct .list ul li .link .icon:after {
    content: '';
    background: #dfbc5e;
    width: 48px;
    height: 48px;
    position: absolute;
    left: -8px;
    bottom: -8px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.inproduct .list ul li .link .icon img {
    position: relative;
    z-index: 3;
}

.inproduct .list ul li .link .m_link {
    margin-top: 80px;
    opacity: 0;
    display: block;
}

.inproduct .list ul li.active .link {
    background: #e0b159;
}

.inproduct .list ul li.active .link .icon:after {
    background: #418abb;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.inproduct .list ul li.active .link .m_link {
    opacity: 1;
}

.inproduct .list ul li.active .link p {
    opacity: 0;
}


.inproduct .listcon ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inproduct .listcon ul li {
    width: 49.7%;
}

.inproduct .listcon ul li .link {
    display: flex;
    flex-direction: row;
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 50px 60px 10px 60px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: relative;
    justify-content: space-between;
}

.inproduct .listcon ul li .link .img {
    width: 237px;
    flex: 0 0 auto;
    position: relative;
    z-index: 3;
}

.inproduct .listcon ul li .link .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 50px;
    position: relative;
    z-index: 3;
	height:260px;
}

.inproduct .listcon ul li .link .text h3 {
    font-size: 24px;
    color: #000000;
}

.inproduct .listcon ul li .link .text p {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.inproduct .listcon ul li .link:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #143b95 0%, #62bace 100%);
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.inproduct .listcon ul li .link:hover:after {
    opacity: 1;
}

.inproduct .listcon ul li .link:hover .text h3 {
    color: #fff;
}

.inproduct .listcon ul li .link:hover .text p {
    color: rgba(255, 255, 255, 1.0)
}

.m_link_hs {
    font-size: 16px;
    color: #a8a8a8;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_link_hs:after {
    content: '';
    background: url('img/icon11.png') no-repeat left center;
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 8px;
}

.m_link_hs:hover {
    color: #418abb;
}

.inabout {
    /*background: url('/jmstyle/img/nbg1.png') no-repeat center top;*/
	
    padding-top: 30px;
}

.inabout .had p {
    font-size: 20px;
    color: #a8a8a8;
    line-height: 32px;
    margin-top: 20px;
    width: 45%;
}

.inabout .item {
    padding-left: 310px;
    position: relative;
}

.inabout_swp {
    margin-top: 50px;
}

.inabout_swp .link {
    display: block;
}

.inabout_swp .link .img {
    height: 238px;
    width: 100%;
    overflow: hidden;
}

.inabout_swp .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.inabout_swp .link .text h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-top: 30px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.inabout_swp .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.inabout_swp .link:hover .text h3 {
    color: #418abb;
}

.inabout_prev {
    background: url('img/icon12.png') no-repeat left center;
    width: 45px;
    height: 45px;
}

.inabout_next {
    background: url('img/icon13.png') no-repeat left center;
    width: 45px;
    height: 45px;
    right: inherit;
    left: 70px;
}

.insetion {
    margin-top: 30px;
}

.insetion ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.insetion ul li {
    width: 33.3%;
	padding-bottom: 0.02%;
}

.insetion ul li .link {
    display: block;
    position: relative;
    position: relative;
}

.insetion ul li .link:after {
    content: '';
    /*background: url('img/icon15.png') repeat-x left bottom;*/
	background-color: rgb(51 102 119 / 20%);
    height: 100%;
    width: 100%;
    top: 0px;
    bottom: 0px;
    position: absolute;
}

.insetion ul li .link .img {
    overflow: hidden;
}

.insetion ul li .link .img img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.insetion ul li .text {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 50px;
    color: #fff;
    z-index: 2;
}

.insetion ul li .text h3 {
    font-size: 24px;
    font-weight: bold;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.insetion ul li .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.insetion ul li .link:hover .text h3 {
    padding-left: 20px;
}

.m_link_bs {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_link_bs:before {
    content: '';
    background: url('img/icon16.png') no-repeat left center;
    width: 29px;
    height: 29px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 8px;
}

.m_link_bs:hover {
    color: #fff;
    text-decoration: underline;
}

.m_link_h {
    font-size: 16px;
    color: #418abb;
    margin-top: 30px;
    display: inline-block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_link_h:before {
    content: '';
    background: url('img/icon54.png') no-repeat left center;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}

.m_link_h:hover {
    text-decoration: underline;
}


.inaboutback {
    padding: 10px 0px 50px;
    background: url('img/icon14.png') no-repeat right center;
}

.footer {
    /*background: #f5f5f5;*/
	background: url('/jmstyle/img/footbg1.jpg') no-repeat right center;
    padding: 80px 0px 50px;
}

.footer .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer .item .fl .text {
    margin-top: 30px;
}

.footer .item .fl .text p {
    margin-top: 10px;
}

.footer .item .fl .text p i {
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.footer .item dl dt {
    font-size: 16px;
    color: #418abb;
}

.footer .item dl dd {
    margin-top: 20px;
}

.footer .item dl dd a {
    display: block;
    font-size: 14px;
    color: #a1a1a1;
    margin-bottom: 3px;
    cursor: pointer;
	line-height:26px;
}

.footer .item dl dd a:hover {
    color: #418abb;
    text-decoration: underline;
}

.footer .dow {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
}

.footer .dow .text a {
    color: #a1a1a1;
}

.footer .dow .text a:hover {
    color: #418abb;
}

.footer .dow .img {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.footer .dow .img .icon {
    margin-left: 10px;
    cursor: pointer;
}

.footer .dow .img .icon a {
    display: block;
}

.footer .dow .img .icon .wxt {
    position: absolute;
    right: 25px;
    bottom: 50px;
}

.footer .dow .img .icon .wxt img {
    width: 100px;
}

.footer .dow .img .wx_hover:hover .wxt {
    display: block;
}


.banner_x {
    /*height: 480px;*/
	height:	360px;
    position: relative;
}

.m_nav {
    background: #f3f3f3;
}

.m_nav .item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.m_nav .item a {
    font-size: 16px;
    padding: 0px 18px;
    position: relative;
    line-height: 60px;
    display: block;
    cursor: pointer;
}

.m_nav .item a:after {
    content: '';
    background: #418abb;
    height: 3px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_nav .item a:hover:after {
    width: 100%;
}

.m_nav .item a:hover {
    color: #418abb;
}

.m_nav .item a.active:after {
    width: 100%;
}

.m_nav .item a.active {
    color: #418abb;
}

.mbx .item {
    text-align: right;
    line-height: 60px;
	display:none;
}

.mbx .item a {
    background: url('img/icon22.png') no-repeat right center;
    padding-right: 15px;
    margin-right: 6px;
}

.mbx .item a:last-child {
    margin-right: 0px;
    padding-right: 0px;
    background: none;
}

.mbx .item a:hover {
    color: #418abb;
}

.mbx1 {
    background: #f3f3f3;
}

.mbx1 .item {
    text-align: left;
}


.product {
    margin: 26px 0px 26px;
    text-align: center;
}

.product h2 {
    font-size: 42px;
    color: #418abb;
}

.product .fom {
    text-align: center;
    margin-top: 30px;
}

.product .fom .txt {
    border: 1px solid #cccccc;
    padding: 10px 20px;
    font-size: 16px;
    display: inline-block;
    width: 550px;
    height: 60px;
    border-radius: 30px;
    vertical-align: top;
    color: #333;
}

.product .fom .but {
    background: #9d3631;
    color: #fff;
    font-size: 18px;
    height: 60px;
    padding: 0px 60px;
    border-radius: 30px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.product_back {
    /*background-image: linear-gradient(0deg, #fff 0%, #f4f4f4 100%);*/
	background-image: linear-gradient(0deg, #fafafa 0%, #fafafa 1%);
    padding: 50px 0px;
}

.productlist .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productlist .list ul li {
    width: 48%;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin: 30px 0px;
}

.productlist .list ul li .link {
    display: flex;
    flex-direction: row-reverse;
    height: 280px;
    content: '';
    background: url('img/icon25.png') no-repeat left bottom;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
}

.productlist .list ul li .link .text {
    width: 50%;
    padding: 40px;
    padding-right: 0px;
}

.productlist .list ul li .link .text strong {
    font-size: 18px;
    color: #9e3831;
}

.productlist .list ul li .link .text h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin-top: 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.productlist .list ul li .link .text p {
    font-size: 16px;
    color: #4c4c4c;
    margin-top: 20px;
    line-height: 24px;
    /*height: 48px;*/
	height:170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.productlist .list ul li .link .text .icon {
    display: block;
    background: url('img/icon27.png') no-repeat center center;
    width: 33px;
    height: 33px;
    margin-top: 30px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.productlist .list ul li .link .img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('img/icon26.png') no-repeat right center;
    padding: 20px;
}

.productlist .list ul li .link:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.productlist .list ul li .link:hover .text h3 {
    color: #21499a;
}

.productlist .list ul li .link:hover .text .icon {
    background: url('img/icon27_m.png') no-repeat center center;
}


.product_details {
    padding: 30px 0;
    background: url('img/img8.jpg') no-repeat center center;
    background-size: cover;
}

.product_details .item {
    height: 730px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.product_details .item .text {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product_details .item .text .con {
    border-left: 5px solid #418abb;
    padding: 40px 0px;
    padding-left: 50px;
}

.product_details .item .text .con strong {
    font-size: 18px;
    color: #9e3831;
    display: block;
}

.product_details .item .text .con h3 {
    font-size: 42px;
    color: #000000;
}

.product_details .item .text .con p {
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}

.product_details .item .text .con .link {
    display: block;
    margin-top: 40px;
}

.product_details .item .img {
    width: 50%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_details .porduct-boss {
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-left: 3px solid #418abb;
    color: #000;
    font-size: 18px;
}

.product_details .top-container {
    margin-left: 30px;
}

.product_details .top-container .top-title {
    display: inline-block;
    padding-left: 50px;
    padding-right: 30px;
    background: url(img/chanpinxiangqing.png) no-repeat center;
    background-size: 100% 100%;
}

.product_details .top-content {
    margin-top: 20px;
    text-indent: 2em;
}

.product_details .top-container h3 {
    color: #377db5;
    font-size: 30px;
    /* line-height: 50px; */
    padding: 5px 0px;
}

.product_details .content-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row-reverse;
    width: calc(100% - 30px);
    margin-left: 30px;
}

.product_details .content-container .text-container {
    width: 60%;
    height: 100%;
}

.product_details .content-container .text-container .little-title {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #377db5;
    font-size: 25px;
    font-weight: bolder;
}

.product_details .content-container .text-container li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 30px;
}

.product_details .content-container .text-container .contact-me img {
    margin-top: 30px;
}

.product_details .content-container .picture-container {
    width: 40%;
}

.text-container .boxs .contact-me { cursor: pointer; }



.product_details1 {
    margin-top: 100px;
}

.product_details1 ul li {
    display: flex;
    flex-direction: row;
}

.product_details1 ul li:nth-child(2n) {
    flex-direction: row-reverse;
}

.product_details1 ul li .img {
    width: 50%;
    overflow: hidden;
}

.product_details1 ul li .img img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_details1 ul li .text {
    width: 50%;
    padding: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product_details1 ul li .text .con {
    border-left: 2px solid #418abb;
    padding: 20px 40px;
}

.product_details1 ul li .text .con h3 {
    font-size: 28px;
    color: #333333;
    margin-top: 20px;
}

.product_details1 ul li .text .con p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.product_details1 ul li:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.product_video {
    background: url('img/img11.jpg') no-repeat center center;
    height: 540px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
}

.product_video h3 {
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.product_details2 {
    margin-top: 100px;
}

.product_details2 .list {
    margin-top: 50px;
}

.product_details2 .list ul li {
    margin-top: 20px;
}

.product_details2 .list ul li .link {
    display: block;
    padding: 30px 0px;
    background: #f4f3f2 url('img/icon36.png') no-repeat 30px center;
    padding-left: 130px;
    position: relative;
    padding-right: 200px;
}

.product_details2 .list ul li .link span {
    position: absolute;
    right: 30px;
    top: 50%;
    background: url('img/icon37.png') no-repeat right 10px;
    padding-right: 40px;
    margin-top: -25px;
    height: 50px;
    line-height: 50px;
}

.product_details2 .list ul li .link strong {
    color: #666;
    font-size: 16px;
}

.product_details2 .list ul li .link p {
    font-size: 20px;
    color: #000000;
}

.product_details2 .list ul li .link:hover p {
    color: #9d3631;
}

.product_details3 {
    margin-top: 100px;
}

.product_details3 .list {
    margin-top: 20px;
}

.m_pd_box {
    padding-bottom: 100px;
}

.govemment {
    margin-top: 55px;
}

.govemment .item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.govemment .item .img {
    width: 30%;
    margin-top: 30px;
}

.govemment .item .img img {
    width: 100%;
}

.govemment .item .text {
    width: 65%;
}

.govemment .item .text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 30px;
    color: #333
}

.govemment .item .list {
    width: 25%;
    margin-top: 10px;
}

.govemment .item .list ul li {
    background-image: linear-gradient(90deg, #e9964c 0%, #a91b26 100%);
    margin-top: 15px;
    padding: 18px 20px;
    padding-left: 40px;
}

.govemment .item .list ul li .link {
    display: block;
    background: url('img/icon38.png') no-repeat right center;
    min-height: 76px;
    padding-right: 100px;
}

.govemment .item .list ul li .link strong {
    font-size: 17px;
    color: #fff;
    display: block;
    min-height: 52px;
}

.govemment .item .list ul li .link span {
    font-size: 14px;
    color: #fff;
    display: block;
    margin-top: 10px;
}

.govemment .item .list ul li .link span:after {
    content: '';
    background: url('img/icon39.png') no-repeat left center;
    width: 17px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}

.govemment .item .list ul li .link:hover strong {
    text-decoration: underline;
}

.govemment1 {
    margin-top: 80px;
}

.govemment1 .list {
    margin-top: 50px;
}

.govemment1 .list ul {
    display: flex;
    flex-direction: row;
}

.govemment1 .list ul li {
    flex: 1;
    height: 386px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: relative;
}

.govemment1 .list ul li .img {
    height: 100%;
    width: 100%;
}

.govemment1 .list ul li .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.govemment1 .list ul li.active {
    flex: 2;
}

.govemment1 .list ul li .con {
    position: absolute;
    top: 30px;
    left: 50px;
    text-align: center;
}

.govemment1 .list ul li .con img {
    display: inline-block;
}

.govemment1 .list ul li .con strong {
    font-size: 28px;
    display: block;
    color: #fff;
    margin-top: 10px;
}

.mechanism {
    margin-top: 55px;
}

.mechanism .list {
    margin-top: 40px;
}

.mechanism .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mechanism .list ul li {
    border: 1px solid #e4e4e4;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20%;
    padding: 15px;
}


.contactbox {
    padding-top: 55px;
    background: url('img/icon43.png') no-repeat right bottom;
    padding-bottom: 100px;
}

.contact .list {
    overflow: hidden;
    margin-top: 40px;
}

.contact .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
}

.contact .list ul li {
    width: 33.33%;
    padding: 0px 10px;
}

.contact .list ul li .item {
    background: #f3f3f3 url('img/icon44.png') no-repeat right bottom;
    padding: 80px 50px;
    position: relative;
}

.contact .list ul li .item h3 {
    font-size: 28px;
    color: #418abb;
    position: relative;
    z-index: 3;
}

.contact .list ul li .item .text {
    margin-top: 20px;
    position: relative;
    z-index: 3;
}

.contact .list ul li .item .text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    color: #333333;
}

.contact .list ul li .item .link {
    display: block;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    background: url('img/icon45.png') no-repeat left top;
    width: 150px;
    height: 42px;
}

.contact .list ul li .item:after {
    content: '';
    background: #f3f3f3;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
}

.contact .list ul li .item:before {
    content: '';
    background: url('img/icon44.png') no-repeat right bottom;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.contact .list ul li .item:hover:after {
    content: '';
    background-image: linear-gradient(0deg, #d1683e 0%, #b6332e 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.contact .list ul li .item:hover:before {
    content: '';
    background: url('img/icon46.png') no-repeat right bottom;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.contact .list ul li .item:hover h3 {
    color: #fff;
}

.contact .list ul li .item:hover .text p {
    color: #fff;
}

.contact .list ul li .item:hover .link {
    display: block;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    background: url('img/icon45_m.png') no-repeat left top;
    width: 150px;
    height: 42px;
}

.contact .con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 20px;
}

.contact .con .item {
    background: #f3f3f3 url('img/icon44.png') no-repeat right bottom;
    padding: 80px 50px;
    position: relative;
    width: 49%;
}

.contact .con .item h3 {
    font-size: 28px;
    color: #418abb;
    position: relative;
    z-index: 3;
}

.contact .con .item .text {
    margin-top: 20px;
    position: relative;
    z-index: 3;
}

.contact .con .item .text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 8px;
    color: #333333;
}

.contact .con .item .link {
    display: block;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    background: url('img/icon45.png') no-repeat left top;
    width: 150px;
    height: 42px;
}

.contact .con .item:after {
    content: '';
    background: #f3f3f3;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 1s;
    -webkit-transition: all 1s;
    opacity: 0;
}

.contact .con .item:before {
    content: '';
    background: url('img/icon44.png') no-repeat right bottom;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    right: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.contact .con .item:hover:after {
    content: '';
    background-image: linear-gradient(90deg, #22509e 0%, #59aecb 100%);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 1;
}

.contact .con .item:hover:before {
    content: '';
    background: url('img/icon46.png') no-repeat right bottom;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.contact .con .item:hover h3 {
    color: #fff;
}

.contact .con .item:hover .text p {
    color: #fff;
}

.contact .con .item:hover .link {
    display: block;
    margin-top: 50px;
    position: relative;
    z-index: 3;
    background: url('img/icon45_m.png') no-repeat left top;
    width: 150px;
    height: 42px;
}

.contact .con .img {
    width: 48.7%;
    background: #eaeaea;
}

.contact .con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.contactfom {
    margin-top: 55px;
}

.contactfom .list {
    margin-top: 35px;
}

.contactfom .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.contactfom .list ul li strong {
    display: block;
    font-size: 18px;
    color: #333333;
}

.contactfom .list ul li strong i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
}

.contactfom .list ul li strong span {
    color: #ff0000;
}

.contactfom .list ul li {
    width: 32%;
}

.contactfom .list ul li .txt {
    border: 1px solid #cac9c9;
    height: 56px;
    padding: 10px 15px;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    color: #333;
    background: none;
}

.contactfom .list ul li .txtbox {
    border: 1px solid #cac9c9;
    height: 56px;
    padding: 10px 15px;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    color: #333;
    height: 285px;
    background: none;
}

.contactfom .list1 ul li {
    width: 49%;
}

.contactfom .list2 ul li {
    width: 100%;
}

.contactfom .list3 ul li {
    position: relative;
}

.contactfom .list3 ul li .yzm {
    position: absolute;
    right: 5px;
    top: 20px;
}


.contactfom .dow {
    margin-top: 30px;
}

.contactfom .dow .but {
    font-size: 16px;
    color: #fff;
    background: #418abb;
    border-radius: 30px;
    padding: 10px 36px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.contactfom .dow .but:hover {
    background: #000;
}

.news {
    margin-top: 55px;
}

.news .had {
    position: relative;
}

.news .m_xiala {
    position: absolute;
    right: 0px;
    top: 20px;
	display:none;
}

.news .list {
    overflow: hidden;
}

.news .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
}

.news .list ul li {
    width: 33.33%;
    padding: 0px 20px;
    margin-top: 40px;
}

.news .list ul li .img {
    height: 290px;
    width: 100%;
    overflow: hidden;
}

.news .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news .list ul li .text {
    padding: 30px;
}

.news .list ul li .text h3 {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news .list ul li .text strong {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #666666;
}

.news .list ul li .link {
    display: block;
    background: #f5f5f5;
    height: 100%
}

.news .list ul li .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.news .list ul li .link:hover .text h3 {
    color: #418abb;
}

/*hezuo*/
.newshezuo {
    margin-top: 55px;
}

.newshezuo .had {
    position: relative;
}

.newshezuo .m_xiala {
    position: absolute;
    right: 0px;
    top: 20px;
	display:none;
}

.newshezuo .list {
    overflow: hidden;
}

.newshezuo .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -20px;
    margin-right: -20px;
    flex-wrap: wrap;
}

.newshezuo .list ul li {
    width: 16.666%;
    padding: 0px 20px;
    margin-top: 20px;
}

.newshezuo .list ul li .img {
    height: auto;
    width: 100%;
    overflow: hidden;
}

.newshezuo .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.newshezuo .list ul li .text {
    padding: 12px;
}

.newshezuo .list ul li .text h3 {
    font-size: 14px;
	text-align:center;
    color: #000000;
   /* font-weight: bold;*/
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.newshezuo .list ul li .text strong {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #666666;
}

.newshezuo .list ul li .link {
    display: block;
    /*background: #f5f5f5;*/
    height: 100%
}

.newshezuo .list ul li .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.newshezuo .list ul li .link:hover .text h3 {
    color: #418abb;
}
/*hezuo*/


.news_details {
    margin-top: 80px;
}

.news_details .tit {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 35px;
}

.news_details .tit h1 {
    font-size: 36px;
    color: #333333;
}

.news_details .tit h3 {
    margin-top: 25px;
}

.news_details .tit h3 span {
    background: #f0f0f0;
    color: #333;
    padding: 6px 26px;
    border-radius: 30px;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}

.news_details .con p {
    color: #666666;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.news_details .con strong {
    font-weight: bold;
    color: #000;
}

.news_details .con img {
    margin: 0 auto;
    height: auto !important;
}

.news_details .return {
    text-align: center;
    margin-top: 80px;
}

.news_details .return a {
    border: 2px solid #418abb;
    padding: 8px 65px;
    display: inline-block;
    font-size: 16px;
    color: #418abb;
    border-radius: 30px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news_details .return a:hover {
    background: #418abb;
    color: #fff;
}


.media {
    margin-top: 55px;
}

.media .had {
    background: #f5f5f5;
    padding: 40px;
    margin-top: 40px;
}

.media .had .link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.media .had .link .img {
    width: 46.6%;
    height: 415px;
    overflow: hidden;
}

.media .had .link .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.media .had .link .text {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.media .had .link .text strong {
    display: block;
    font-size: 16px;
    color: #999999;
}

.media .had .link .text h3 {
    font-size: 24px;
    color: #3d3d3d;
    margin-top: 5px;
}

.media .had .link .text p {
    line-height: 26px;
    margin-top: 20px;
    font-size: 16px;
}

.media .had .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.media .had .link:hover .text h3 {
    color: #418abb;
}

.media .list ul li .link {
    display: block;
    padding: 35px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.media .list ul li .link .img {
    width: 296px;
    height: 200px;
    flex: 0 0 auto;
    overflow: hidden;
}

.media .list ul li .link .img img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.media .list ul li .link .text {
    flex: 1;
    padding: 32px 35px 0px 35px;
}

.media .list ul li .link .text strong {
    font-size: 16px;
    color: #999999;
    display: block;
}

.media .list ul li .link .text h3 {
    font-size: 20px;
    color: #333333;
    margin-top: 8px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.media .list ul li .link .text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}

.media .list ul li .link:hover {
    background: #f5f5f5;
}

.media .list ul li .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.media .list ul li .link:hover .text h3 {
    color: #418abb;
    padding-left: 10px;
}

.development {
    margin-top: 55px;
}

.development .text {
    margin-top: 30px;
}

.development .text p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    color: #333333;
    text-indent: 32px;
}

.trend {
    margin-top: 55px;
}

.trend1 {
    margin-top: 60px;
}

.trend1 ul li {
    margin-top: 60px;
    position: relative;
}

.trend1 ul li:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    background: #f5f5f5;
}

.trend1 ul li .item {
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 3;
}

.trend1 ul li .item .img {
    width: 47%;
    overflow: hidden;
}

.trend1 ul li .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.trend1 ul li .item .text {
    width: 53%;
    background: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 100px;
}

.trend1 ul li .item .text h3 {
    font-size: 36px;
    color: #333333;
}

.trend1 ul li .item .text p {
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
    color: #333333;
}

.trend1 ul li .item:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.trend1 ul li:nth-child(2n+1) .item {
    display: flex;
    flex-direction: row-reverse;
}

.trend1 ul li:nth-child(2n+1) .item .text {
    padding-right: 100px;
    padding-left: 0px;
}

.trend1 ul li:nth-child(2n+1):after {
    right: inherit;
    left: 0px;
}


.development1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.development1 .fl {
    width: 64%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #f3f3f3;
}

.development1 .fl .text {
    width: 46.9%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px;
    position: relative;
}

.development1 .fl .text:after {
    content: '';
    background: url('img/icon62.png') no-repeat right center;
    width: 31px;
    height: 37px;
    position: absolute;
    right: -31px;
    top: 50%;
    margin-top: -18px;
    z-index: 3;
}

.development1 .fl .text h3 {
    font-size: 36px;
    color: #418abb;
}

.development1 .fl .text p {
    color: #333333;
    font-size: 16px;
    line-height: 28px;
    margin-top: 20px;
}

.development1 .fl .img {
    width: 53.1%;
    overflow: hidden;
}

.development1 .fl .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.development1 .fl:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.development1 .fr {
    width: 34%;
    position: relative;
}

.development1 .fr .img {
    height: 100%;
    overflow: hidden;
}

.development1 .fr .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.development1 .fr p {
    background: rgba(143, 35, 44, 0.9);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 22px;
    color: #fff;
    padding: 25px;
}

.development1 .fr:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.pagebox {
    text-align: center;
    position: relative;
}

.pagebox ul {
    margin-top: 60px;
}

.pagebox ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagebox ul li a {
    margin: 0px;
    font-size: 16px;
    color: #666;
    position: relative;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .page a {
    height: 40px;
    width: 40px;
    border: 1px solid #8a8a8a;
    border-radius: 50%;
    line-height: 40px;
    margin: 0px 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    color: #333;
}

.pagebox ul .previous a {
    background: url('img/icon66.png') no-repeat center center;
    height: 40px;
    overflow: hidden;
    width: auto;
    padding-left: 80px;
    line-height: 40px;
    margin-right: 20px;
}

.pagebox ul .next a {
    background: url('img/icon67.png') no-repeat center center;
    height: 40px;
    width: auto;
    overflow: hidden;
    padding-right: 80px;
    line-height: 40px;
    margin-left: 20px;
}

.pagebox ul .previous a:hover {
    background: url('img/icon66_m.png') no-repeat center center;
    color: #418abb;
}

.pagebox ul .next a:hover {
    background: url('img/icon67_m.png') no-repeat center center;
    color: #418abb;
}

.pagebox ul li.first {
    display: none;
}

.pagebox ul li.last {
    display: none;
}

.pagebox ul li.page:hover a,
.pagebox ul li.selected a {
    color: #fff;
    background: #418abb;
    border: 1px solid #418abb;
}



.m_xiala dl {
    position: relative;
    margin-right: 10px;
    width: 220px;
    margin: 0 auto;
    z-index: 3;
}

.m_xiala dl dt {
    height: 50px;
    padding: 0px 20px;
    border-radius: 30px;
    appearance: none;
    -webkit-appearance: none;
    background: #fff url('img/icon71.png') no-repeat 90% center;
    outline: none;
    line-height: 50px;
    border: 1px solid #a3a3a3;
    text-align: left;
    position: relative;
    z-index: 3;
    cursor: pointer;
    color: #333;
    font-size: 16px;
}

.m_xiala dl dd {
    display: none;
    position: absolute;
    top: 64px;
    left: 0px;
    background: #fff;
    width: 100%;
    z-index: 0;
    box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
    text-align: left;
    border-radius: 5px;
}

.m_xiala dl dd a {
    display: block;
    display: block;
    padding: 12px 20px;
    font-size: 16px;
    border-bottom: 1px solid #eaeaea;
    font-family: 'C-News';
}

.m_xiala dl dd a:hover {
    background: #418abb;
    color: #fff;
}




/* 搜索 */
.search_content {
    padding: 120px 0px;
}

.searchbox1 {
    width: 40%;
    height: 44px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 100px;
}

.searchbox1 .searchtext {
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    border: 1px solid #999;
    padding-left: 20px;
    padding-right: 80px;
    box-sizing: border-box;

}

.search-error {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.search-result-empry {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
}

.searchbtn {
    position: absolute;
    right: 0px;
    top: 0px;
    background: url('img/fdj.png') no-repeat center center;
    height: 44px;
    width: 60px;
}

.searchbtn:hover {
    background: url('img/fdj_hover.png') no-repeat center center;
}

.banner_swp .item {
    width: 80%;
}


@media screen and (max-width:980px) {

    .searchbox1 {
        width: 100%;
    }

    .search_content {
        padding: 30px 0px;
    }
}


.floating { position: fixed; right: 10px; top: 45%; z-index: 88; }
.floating .link { position: relative; display: block; margin: 10px 0px; cursor: pointer; }
.floating .link i {  width: 60px; height: 60px; background: #fff; border-radius: 50%; display: block; display: flex; align-items: center; justify-content: center; position: relative; z-index: 3; transition: all 0.6s; -webkit-transition: all 0.6s;  }
.floating .link p { position: absolute; right: 1px; width: 58px; top: 1px; height: 58px; transition: all 0.6s; -webkit-transition: all 0.6s; background:rgba(0, 0, 0, 0.5); line-height: 60px; z-index: 1; border-radius: 50%; overflow: hidden; padding-left: 28px; color: #fff; font-size: 18px;  }


.floating .link:hover p { width: 170px; border-radius: 50px; }
.floating .link_1:hover p { width: 240px; }

.floating .link .icon1 { background: #fffefe url('img/fd_2.png') no-repeat center center; }
.floating .link .icon2 { background: #fffefe url('img/fd_1.png') no-repeat center center; }

.floating .link:hover .icon1 { background: #377db5 url('img/fd_2_1.png') no-repeat center center; }
.floating .link:hover .icon2 { background: #377db5 url('img/fd_1_1.png') no-repeat center center; }

.floating .link_2 p { position: absolute; right: 1px; width: 58px; top: 1px; height: 58px; transition: all 0.6s; -webkit-transition: all 0.6s; background:rgba(17, 55, 146, 0.5); line-height: 60px; z-index: 1; border-radius: 50%; overflow: hidden; padding-left: 28px; color: #fff; font-size: 16px;  width: 170px; border-radius: 50px; }
.floating .link_2 .icon2 { background: #377db5 url('img/fd_1_1.png') no-repeat center center; }






