html,
body {
	padding: 0;
	margin: 0;
	font-family: "MonR";
	font-size: 14px;
	color: #333;
}

@font-face {
	font-family: "MonBL";
	/* Project id  */
	src: url('Montserrat-Black-2.otf') format('truetype');
}

@font-face {
	font-family: "MonBO";
	/* Project id  */
	src: url('Montserrat-Bold-3.otf') format('truetype');
}

@font-face {
	font-family: "MonEB";
	/* Project id  */
	src: url('Montserrat-ExtraBold-4.otf') format('truetype');
}

@font-face {
	font-family: "MonEL";
	/* Project id  */
	src: url('Montserrat-ExtraLight-5.otf') format('truetype');
}

@font-face {
	font-family: "MonL";
	/* Project id  */
	src: url('Montserrat-Light-6.otf') format('truetype');
}

@font-face {
	font-family: "MonM";
	/* Project id  */
	src: url('Montserrat-Medium-7.otf') format('truetype');
}

@font-face {
	font-family: "MonR";
	/* Project id  */
	src: url('Montserrat-Regular-8.otf') format('truetype');
}

@font-face {
	font-family: "MonS";
	/* Project id  */
	src: url('Montserrat-SemiBold-9.otf') format('truetype');
}

@font-face {
	font-family: "MonT";
	/* Project id  */
	src: url('Montserrat-Thin-10.otf') format('truetype');
}

.MonM {
	font-family: "MonM";
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youjiantou:before {
	content: "\e622";
}

.icon-down:before {
	content: "\e649";
}

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

.wrap2 {
    width: 73.5%;
    margin: 0 auto;
    min-width: 1400px;
    max-width: 1400px;
}


/* 1111 */

.content-box {
    width: 1370px;
    height: 100%;
}

.textDiv:hover .jt1 {
    display: none;
}

.textDiv:hover .jt2 {
    display: inline-block;
}

.jt {
    margin-left: 20px;
}

.jt2 {
    display: none;
}

.content .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: #ffffff !important;
    opacity: 1 !important;
}

.content .swiper-pagination-bullet-active {
    width: 46px !important;
    height: 10px !important;
    background-color: #ffffff !important;
    border-radius: 5px !important;
}

.content .swiper-wrapper {
    margin-bottom: 40px;
}

.content .swiper-horizontal>.swiper-pagination-bullets,
.content .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: -5vw !important;
}

.content-box .swiper-horizontal>.swiper-pagination-bullets,
.content-box .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: -2vw !important;
}

.showDiv {
    display: none;
}

.clearfixed {
    clear: both;
}

a {
    color: #333;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.arrow-bottom {
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: red;
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}


/* 向右的箭头 */

.arrow-right {
    font-size: 0;
    line-height: 0;
    border-width: 10px;
    border-color: #f7f7f7;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background: none;
    text-decoration: none;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
}

p {
    padding: 0;
    margin: 0;
}

a:hover {
    color: #1E9FFF;
}

img {
    max-width: 100%;
}

.imgDiv {
    overflow: hidden;
}

.imgDiv img {
    width: 100%;
    transition: all 0.5s;
}

/*.Medium {*/
/*    font-family: Medium2;*/
/*}*/

/*.Light {*/
/*    font-family: Light2;*/
/*}*/

/*.ExtraLight {*/
/*    font-family: ExtraLight;*/
/*}*/

/*.ExtraBold {*/
/*    font-family: ExtraBold;*/
/*}*/

/*.Thin {*/
/*    font-family: Thin2;*/
/*}*/

/*.SemiBold {*/
/*    font-family: SemiBold;*/
/*}*/

/*.Regular {*/
/*    font-family: Regular;*/
/*}*/

/*.Black {*/
/*    font-family: Black2;*/
/*}*/

/*.Bold {*/
/*    font-family: Bold2;*/
/*}*/

/*.Regular {*/
/*    font-family: Regular;*/
/*}*/

/*.ExtraBold {*/
/*    font-family: ExtraBold;*/
/*}*/

.mask:hover .imgDiv img {
    transform: scale(1.1);
}

input:focus,
button:focus,
textarea:focus {
    outline: none;
}

.ovh {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ovh2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ovh3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.ovh4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}


/**导航菜单**/

header {
    width: 100%;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 999;
    background: #FFFFFF;
    height: 100px;
    transition: all 0.5s;
    /* box-shadow: 0 0 5px #ECEDEE; */
    /*overflow: hidden;*/
}

header.header2 {
    background: none;
    border-bottom: 1px #666 solid;
    box-shadow: none;
}

header .logo img {
    max-height: 100%;
}

header.on-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #FFFFFF;
    /* box-shadow: 0 0 8px #ccc; */
    border-bottom: 1px #eee solid;
    top: 40px;
}

header.on-fixed .rightDiv .menu>ul>li>a {
    color: #000;
}

header .rightDiv {
    float: right;
}

header .rightDiv .menu {
    text-align: right;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
}

header .rightDiv .menu>ul {
    display: inline-block !important;
    /*overflow: hidden;*/
}

.contact-box {
    width: 180px;
    height: 100px;
    background-color: #1E9FFF;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    /*font-family: Regular;*/
}

.quote {
    font-size: 12px;
    /*font-family: Light2;*/
}

header .rightDiv .menu>ul>li {
    float: left;
    position: relative;
    padding: 0 30px;
    /*width: 126px;*/
}

header .rightDiv .menu>ul>li>a {
    height: 100px;
    display: block;
    /* padding: 0 5px; */
    /* justify-content: center; */
    /* align-items: center; */
    text-align: center;
    color: #333;
    position: relative;
    font-size: 16px;
    line-height: 100px;
    /*font-family: Regular;*/
}


/* header .rightDiv .menu>ul>li:last-child img {
	margin-right: 10px;
}

header .rightDiv .menu>ul>li:last-child>a {
	color: #999;
}
 */

header .rightDiv .menu>ul>li>a::after {
    content: "";
    width: 0;
    height: 3px;
    background: #1E9FFF;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    transition: .5s;
}

header .rightDiv .menu>ul>li>a.now::after,
header .rightDiv .menu>ul>li:hover>a::after {
    width: 60px;
    transition: .5s;
    font-weight: bold;
}

header .rightDiv .menu>ul>li>a:hover,
header .rightDiv .menu>ul>li>a.now {
    color: #1E9FFF;
}

header .rightDiv .menu>ul>li:hover>a,
header .rightDiv .menu>ul>li:focus>a,
header .rightDiv .menu>ul>li.on>a,
header .rightDiv .menu>ul>li.active>a {
    color: #1E9FFF;
}

header .rightDiv .menu ul li div.down_list {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0.625rem;
    margin-top: -0.65rem;
    display: none;
}

header .rightDiv .menu ul li div.down_list ul li a {
    text-align: center;
    display: block;
}

header .mbtn {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(menu1.svg) no-repeat center center;
    background-size: 70%;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    z-index: 9999;
}

header .mbtn:active {
    opacity: .8;
}

header.header2 .rightDiv .menu>ul>li>a {
    color: #FFFFFF;
    margin: 0 2px;
    position: relative;
    text-transform: capitalize;
    /*font-family: Regular;*/
}


/* header.header2 .rightDiv .menu>ul>li:hover>a {
	border-bottom: 2px #FFFFFF solid;
}
 */


/* header.header2 .rightDiv .menu>ul>li>a.now {
	border-bottom: 2px #FFFFFF solid;
} */


/* header.header2 .rightDiv .menu>ul>li>ul>li:hover a {
	border-bottom: none;
} */


/* header .rightDiv .menu>ul>li:last-child>a {
	padding: 0;
	margin: 0;
	margin-top: 2.5rem;
	margin-left: 1rem;
}
 */

body.on-menu header .mbtn {
    background: url(menu-hide1.svg) no-repeat center center;
    background-size: 70%;
    z-index: 9999;
}

.menu,
.menu ul li,
.menu ul li a,
.menu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.menu #menu-button {
    display: none
}

.menu {
    width: auto;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #b3c9e2;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.menu>ul>li {
    float: left;
}


/*.menu.align-center>ul{font-size:0;text-align:center}
.menu.align-center>ul>li{display:inline-block;float:none}
.menu.align-center ul ul{text-align:left}
.menu.align-right>ul>li{float:right}
.menu.align-right ul ul{text-align:right}*/

.menu>ul>li>a {
    padding: 0;
    font-size: 18px;
    text-decoration: none;
    color: #333;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

.menu>ul>li:hover>a,
.menu>ul>li.active>a {
    color: #fff;
}


/* .menu>ul>li.has-sub>a {
	padding-right: 20px;
} */


/*.menu>ul>li.has-sub>a::after{position:absolute;top:50%;margin-top:-6px;right:-15px;width:8px;height:8px;border-bottom:1px solid #000;border-right:1px solid #000;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:border-color .2s ease;-moz-transition:border-color .2s ease;-ms-transition:border-color .2s ease;-o-transition:border-color .2s ease;transition:border-color .2s ease}*/


/* .menu>ul>li.has-sub>a::after {
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 0;
	width: 10px;
	height: 6px;
	content: "";
	 background: url(xia.png) no-repeat; */


/*} */

.menu ul li {
    /* overflow: hidden; */
}

.menu ul li:hover {
    /* overflow: visible; */
}


/*.menu>ul>li.has-sub:hover>a::after,.menu>ul>li.has-sub.on>a::after{border-color:#fff}*/

.menu ul ul {
    min-width: 180px;
    position: absolute;
    top: 90px;
    /* min-width: 100%; */
    left: 10%;
    transform: translate(-10%, 0);
    z-index: 9;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease 0s;
    background: #fff;
    box-shadow: inset 0px 1px 0px 0px #e5e5e5;
    padding: 15px 0;
}

.menu ul li:hover>ul {
    top: 100px;
    opacity: 1;
    visibility: visible;
}


/*.menu.align-right li:hover>ul{right:0}*/

.menu ul ul ul {
    right: 100%;
    top: 0;
    width: 100%;
}

.menu ul ul li:hover>ul {
    margin-left: 0;
}

.menu ul ul li:hover {
    /* background: rgba(17, 99, 160, 0.06); */
    color: #1E9FFF;
}

.menu ul ul li:hover a,
.menu ul ul li:hover span {
    color: #1E9FFF;
}


/*.menu.align-right ul ul ul{margin-left:0;margin-right:100%}*/

.menu ul ul .ul {
    background: rgba(255, 255, 255, 1);
    /* border-radius: 6px; */
    box-shadow: 0px 5px 5px rgba(0, 0, 0, .1);
}

.menu ul ul li {
    padding: 0 10px;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
    /* text-align: center; */
}


/*.menu ul ul li:first-child{border-radius: 6px 6px 0 0;}*/


/*.menu ul ul li a{padding:10px;width: width: 100%;;font-size:15px;text-decoration:none;color:#666666;-webkit-transition:color .2s ease;-moz-transition:color .2s ease;-ms-transition:color .2s ease;-o-transition:color .2s ease;transition:color .2s ease}
.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#81D8D0;background: #F9F9F9;}*/

.menu ul ul li>a {
    font-size: 16px;
    color: #333;
    /* border-bottom: 1px solid #e5e5e5; */
    text-decoration: none;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    padding: 5px 15px;
    text-align: left;
    white-space: nowrap;
    /*font-family: Regular;*/
    line-height: 26px;
}

.menu ul ul li>a span {
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.3)
}

.menu ul ul li>a:hover,
.menu ul ul li a:hover {
    /* color: #f05a59; */
    border: 0;
}

.menu ul ul li:last-child>a {
    border: 0;
}

.dingbu {
    height: 60px;
    width: 100%;
    background: url(top_bg.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: 99;
}

.dingbu .flex2 {
    height: 60px;
}
.flex-align-center{
    display: flex;
    align-items: center;
}

.linkDiv {
    height: 40px;
    background-color: #cb3034;
    top: 60px;
    position: fixed;
    z-index: 9991;
    width: 100%;
    transition: top 0.5s;
    opacity: 1;
}

.linkDiv.zin {
    z-index: 111;
    opacity: 0;
}

.slogin {
    width: 500px;
    height: 40px;
    /*background-color: #ffffff;*/
    font-family: "MonR";
    color: #404242;
    text-align: center;
    line-height: 42px;
    position: relative;
}

.slogin::after {
    width: 0;
    height: 0;
    border-color: transparent #fff;
    /*上下颜色 左右颜色*/
    border-width: 0 20px 20px 0;
    border-style: solid;
    position: absolute;
    /*content: "";*/
    right: 0;
    bottom: -5px;
}

.dingbu .wenzi {
    /*width: 414px;*/
    line-height: 23px;
    color: #11aa92;
    font-family: "MonR";
}
.wenzi-box{
    /*width: 664px;*/
}
.home-video{
   
    height: 488px;
}
.home-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dingbu a.more {
    width: 179px;
    height: 36px;
    background-color: #11aa92;
    box-shadow: 0px 4px 6px 0px #56851b;
    border-radius: 18px;
    text-align: center;
    line-height: 36px;
    margin-top: 0;
    color: #FFF;
}

.close_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
}

footer {
    background-color: #7b858e;
    padding-top: 50px;
    padding-bottom: 60px;
}

footer .flex2 {
    align-items: flex-start;
}

.MonBO {
    font-family: "MonBO";
}

.link_a a {
    margin-right: 5px;
    position: relative;
}

.link_a a img.absolute {
    z-index: 9;
    opacity: 0;
}

.link_a a img {}

.link_a a:hover img {
    opacity: 0;
}

.link_a a:hover img.absolute {
    opacity: 1;
}

.footNav ul li a {
    display: block;
    font-size: 20px;
    color: #fff;
    position: relative;
    padding: 5px 0;
    padding-left: 20px;
    line-height: 41px;
}

.footNav .bt {
    margin-bottom: 10px;
}

.footNav ul li a::before {
    position: absolute;
    left: 3px;
    top: 20px;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;
}

.footNav ul li a:hover {
    color: #1E9FFF;
}

.footNav ul li a:hover::before {
    border-left: 8px solid #1E9FFF;
}

.newsletter form input {
    width: 360px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    border: 1px #fff solid;
}

input:focus {
    border: 2px #1E9FFF solid !important;
}

.newsletter form button {
    width: 228px;
    height: 50px;
    background-color: #1E9FFF;
    display: block;
    border: 0;
    outline: none;
    margin-top: 10px;
}

.newsletter form button:hover {
    background: linear-gradient(-40deg, #c2cf03 0%, #1E9FFF 100%);
}

.newsletter form button img {
    margin-right: 10px;
}

.linkDiv.top0 {
    top: 0;
}

header.top40 {
    top: 40px;
}

.top_link a img {
    width: 20px;
    height: 20px;
    display: block;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.top_link a {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    padding-top: 10px;
    transition: all 0.3s;
}

.top_link a img.absolute {
    opacity: 0;
}

.top_link a:hover {
    background: #fff;
}

.top_link a:hover img.absolute {
    opacity: 1;
}

.top_con {
    display: flex;
    align-items: center;
    height: 40px;
}

.top_con p img,
.top_con a img {
    margin-right: 10px;
}

.top_con p {
    margin-right: 60px;
}

.banner {
    margin-top: 140px;
}

.banner_nei {
    margin-top: 140px;
}

.banner_nei .absolute {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.bg_gray {
    background: #f7f7f5;
}

.aboutDiv1 .wenzi {
    width: 410px;
}

.aboutDiv1 .imgVideo {
    width: calc(100% - 470px);
}

.aboutDiv1 .imgVideo video,
.aboutDiv1 .imgVideo img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    position: inherit;
}

.aboutDiv2 {
    margin-bottom: 20px;
}

.aboutDiv2 .con1 {
    padding-top: 80px;
    padding-bottom: 60px;
    border-bottom: 1px #e6e6e6 solid;
}

.aboutDiv2 .bt {
    font-size: 44px;
    width: 280px;
    line-height: 50px;
}

.line34 {
    line-height: 34px;
}

.aboutDiv2 .wenzi {
    width: calc(100% - 410px);
}

.aboutDiv2 .con2 {
    padding-top: 60px;
}

.bg_green {
    background: #1E9FFF;
}

.aboutDiv2 .con2 .textDiv {
    min-height: 310px;
}

.aboutDiv2 .con2 .textDiv.bg_green {
    padding: 30px;
}

.aboutDiv2 .con2 .textDiv.bg_green .txt {
    padding-top: 0;
}

.aboutDiv2 .con2 .row {
    margin: 0 -30px;
    margin-top: 30px;
}

.aboutDiv2 .con2 .col-lg-4 {
    padding: 0 30px;
    margin-bottom: 60px;
}

.aboutDiv2 .con2 .textDiv .number {
    font-size: 120px;
    color: #03A9F4;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 120px;
    top: -15px;
    z-index: 1;
    letter-spacing: -9px;
}

.aboutDiv2 .con2 .textDiv .txt {
    position: relative;
    z-index: 9;
    padding-top: 40px;
}

.contactDiv .lx_list {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.contactDiv .lx_list li {
    max-width: 500px;
    /*margin-left: 3%;*/
}

.contactDiv .lx_list li img {
    margin-bottom: 15px;
}

.contactDiv .followDiv {
    margin-top: 50px;
    border-top: 1px #cbcfc6 solid;
    padding-top: 50px;
}

.followDiv .link_a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 23px;
    margin-bottom: 10px;
}

.followDiv .link_a a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #1E9FFF;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 9px;
}

.followDiv .link_a a img {
    width: 25px;
}

.followDiv .link_a a:hover img {
    opacity: 1;
}

.followDiv .link_a a:hover {
    background-image: linear-gradient(-40deg, #1E9FFF 0%, #c2cf03 100%);
}

.jianjieDiv1 ul li {
    width: 50%;
    float: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
}

.jianjieDiv1 ul li img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-top: 10px;
}

.jianjieDiv1 ul li .wenzi {
    width: calc(100% - 80px);
    padding-right: 20px;
}

.jianjieDiv1 ul li:nth-child(3) {
    width: 100%;
    margin-bottom: 0;
}

.jianjieDiv2 .wenzi {
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 9;
    background: rgba(0, 0, 0, 0.6);
}

.jianjieDiv2 .col-lg-4 {
    margin-bottom: 30px;
}

.jianjieDiv2 .textDiv {
    transition: transform 0.5s ease;
}

.jianjieDiv2 .textDiv:hover {
    transform: scale(1.1);
}

a.down_a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    color: #fff;
    background-color: #1E9FFF;
}

a.down_a img {
    margin-left: 10px;
    font-size: 14px;
    color: #fff;
}

a.down_a:hover {
    background-image: linear-gradient(90deg, #1E9FFF 0%, #c2cf03 100%);
    color: #fff;
}

.downList li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    border-bottom: 1px #e6e6e6 solid;
}

.downList li:first-child {
    padding-top: 0;
}

.downList li .wenzi {
    display: flex;
    align-items: center;
    width: calc(100% - 230px);
    justify-content: space-between;
}

.downList li .wenzi .txt {
    width: calc(100% - 70px);
}

.fenye .met_pager {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fenye .met_pager a {
    width: 42px;
    height: 42px;
    background-color: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 16px;
}

.fenye .met_pager span {
    width: 42px;
    height: 42px;
    background-color: #e6e6e6;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 5px;
    font-size: 16px;
}

.fenye .met_pager a.Ahover,
.fenye .met_pager a:hover {
    background-color: #1E9FFF;
    color: #fff;
}

.fenye .met_pager a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

#metPageB {
    display: none!important;
}

#metPageT {
    display: none!important;
}

.PageText {
    display: none!important;
}

.flDiv {
    width: calc(100% - 410px);
}

.rtDiv {
    width: 330px;
}

.tj_bt {
    position: relative;
    padding-bottom: 6px;
}

.tj_bt:before {
    width: 60px;
    height: 4px;
    background-color: #1E9FFF;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}

.tuijian ul li a {
    display: block;
    padding: 18px 0;
    border-bottom: 1px #dadada solid;
}

.tuijian ul li:last-child a {
    border-bottom: 0;
}

.rtDiv .link_a {
    margin-top: 30px;
}

.rtDiv .link_a a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: solid 1px #777777;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 10px;
    background: linear-gradient(-40deg, #fff 0%, #fff 100%);
    ;
    transition: all 0.5s;
}

.rtDiv .link_a {
    display: flex;
}

.rtDiv .link_a a:hover {
    background: linear-gradient(-40deg, #1E9FFF 0%, #c2cf03 100%);
    border: 0;
}

.eventsDiv .date {
    color: #888;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 20px;
    padding-top: 16px;
}

.eventsDiv .date img {
    margin-right: 10px;
}

.eventsDiv .textDiv {
    background: #fff;
    padding: 20px;
    padding-top: 0;
}

.eventsDiv .textDiv .wenzi {
    text-decoration: underline;
    transition: all 0.5s;
    padding-bottom: 10px;
}

.eventsDiv .textDiv:hover .wenzi {
    color: #1E9FFF;
    text-decoration: none;
}

.eventsDiv .col-lg-4 {
    margin-bottom: 30px;
}

.event_xqDiv {
    margin-top: 0px;
    transition: all 0.5s;
}

.local a {
    color: #888;
}

.detail_title {
    line-height: 56px;
    padding: 35px 0;
    border-bottom: 1px #e6e6e6 solid;
    margin-bottom: 35px;
}

.xqCon {
    color: #555;
}

.submitFl {
    width: 480px;
}

.yinsi {
    margin-top: 170px;
}

.submitFl .txt {
    padding-right: 20px;
}

.submitFr {
    width: 590px;
}

p.radio {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: solid 2px #999999;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.submitFr .tab li {
    display: flex;
    align-items: center;
    color: #888;
}

.submitFr .tab li.active {
    color: #333;
}

.submitFr .tab li .txt {
    width: calc(100% - 30px);
}

.submitFr .tab li.active p.radio {
    border: solid 2px #1E9FFF;
}

.submitFr .tab li.active p.radio span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #1E9FFF;
    border-radius: 50%;
}

.submitFr form input {
    width: 100%;
    height: 46px;
    background-color: #f7f7f5;
    border: solid 2px #f7f7f5;
    padding: 0 25px;
    font-size: 16px;
    margin-bottom: 20px;
}

.submitFr form select {
    width: 100%;
    height: 46px;
    background-color: #f7f7f5;
    border: solid 2px #f7f7f5;
    padding: 0 25px;
    font-size: 16px;
    margin-bottom: 20px;
    outline: none;
}

.submitFr form select option {
    padding: 10px 0;
}

.submitFr form select:focus,
.submitFr form input:focus {
    background-color: #fff;
}

.submitFr form select:focus {
    border: solid 2px #1E9FFF;
}

.submitFr form button {
    font-size: 18px;
    width: 296px;
    height: 50px;
    background-color: #1E9FFF;
    color: #fff;
    border: 0;
    outline: none;
    float: right;
    margin-top: 20px;
}

.submitFr form button:hover {
    background-image: linear-gradient(-40deg, #c2cf03 0%, #1E9FFF 100%);
}

.widDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.submitFr form .widDiv input.inp1 {
    width: 58%;
}

.widDiv .inp2 {
    width: 38%;
}

.submitFr form .widDiv select {
    width: 58%;
}


/* 
.yzPop{
	width: 603px;
		height: 411px;
		background-color: #ffffff;
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		z-index: 9;
} */

.title_nei .txt {
    font-style: italic;
}

.fisEn {
    background-image: linear-gradient(-40deg, #FF5722 0%, #1E9FFF 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.qaDiv1 .content {
    padding: 50px;
    padding-top: 15px;
    background: #fff;
}

.qaDiv1 ul.tab {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px #e6e6e6 solid;
}

.qaDiv1 ul.tab li {
    padding: 15px 40px;
    position: relative;
}

.qaDiv1 ul.tab li::after {
    position: absolute;
    content: "";
    width: 0%;
    bottom: -1px;
    height: 2px;
    background: #1E9FFF;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all 0.5s;
}

.qaDiv1 ul.tab li:hover::after,
.qaDiv1 ul.tab li.active::after {
    width: 100%;
}

.qaDiv1 ul.tab li.active {
    color: #1E9FFF;
}

.imgVideo {
    width: 400px;
}

.imgVideo video {
    position: absolute;
    width: 400px;
    height: 225px;
    object-fit: cover;
}

.tabDiv {
    padding-top: 50px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.tabDiv .wenzi {
    width: calc(100% - 440px);
    padding-top: 30px;
}

.qaDiv3 {
    background: #212e37;
    padding-bottom: 30px;
}

.qaList {
    display: flex;
    flex-wrap: wrap;
}

.qaList li .imgDiv {
    width: 78px;
    height: 78px;
    margin: 0 auto;
    border: 1px #fff solid;
    margin-bottom: 15px;
}

.qaList li .imgDiv img.absolute {
    opacity: 0;
}

.qaList li:hover .imgDiv img {
    opacity: 0;
}

.qaList li:hover .imgDiv {
    border: 1px #1E9FFF solid;
}

.qaList li:hover .imgDiv img.absolute {
    opacity: 1;
}

.qaList li {
    width: 100%;
    margin-bottom: 50px;
}

.fenjie span.dian {
    display: block;
    width: 14px;
    height: 14px;
    background-color: #ffffff;
    border-radius: 50%;
}

.fenjie span.xian {
    width: calc((100% - 34px)/2);
    height: 2px;
    background-color: #ffffff;
    transition: all 0.5s;
    position: relative;
}

.fenjie span.xian:before {
    width: 0%;
    height: 2px;
    content: "";
    top: 0;
    background: #1E9FFF;
    position: absolute;
    z-index: 3;
    transition: all 0.6s;
}

.fenjie span.xian:nth-child(1):before {
    right: 0;
}

.fenjie span.xian:nth-child(3):before {
    left: ;
    : 0;
}

.qaList li .wenzi {
    padding: 0 15px;
}

.qaList li:hover .fenjie span.dian {
    background: #1E9FFF;
}

.qaList li:hover .fenjie span.xian:before {
    width: 100%;
}

.qaList li:hover .wenzi p {
    color: #1E9FFF;
}

.qaDiv4 .textDiv {
    display: flex;
    /*align-items: flex-start;*/
    align-items: center;
    justify-content: space-between;
}

.qaDiv4 .textDiv .wenzi {
    width: calc(100% - 700px);
    font-style: italic;
}

.zpDiv ul li {
    margin-bottom: 10px;
    position: relative;
    background: #f6f7f5;
}

.zpDiv ul li img.down {
    position: absolute;
    top: 30px;
    right: 30px;
    transition: all 0.5s;
}

.zpDiv ul li .wenzi {
    display: none;
    background: #f6f7f5;
    padding: 0px 30px;
    padding-bottom: 30px;
    margin-top: -15px;
    padding-right: 40px;
}

.zpDiv ul li p.zp_title {
    min-height: 80px;
    padding: 25px 30px;
    border-radius: 5px;
    cursor: pointer;
    width: 80%;
}

.zpDiv ul li p.zp_title span:first-child {
    width: 47.5%;
    display: inline-block;
}

.zpDiv ul li p.zp_title i {
    font-style: initial;
    color: #999;
}

.zpDiv ul .active p.zp_title i {
    color: #fff;
}

.zpDiv ul li.active img.down {
    transform: rotate(180deg);
}

.qaDiv4 .swiper-slide .imgDiv {
    border: solid 4px #062f48;
    padding: 3px;
}

.qaDiv4 .swiper-slide img {
    border: solid 1px #e1d6c6;
}

.pat80 {
    padding-top: 80px;
}

.wz_list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

.wz_list li img {
    width: 24px;
    height: 24px;
    margin-top: 7px;
}

.wz_list li p {
    width: calc(100% - 45px);
    color: #666;
}

.wz_list li:last-child {
    margin-bottom: 0;
}

.ser_list>li .textDiv {
    position: relative;
    height: 100%;
    /* align-items: center; */
}

.ser_list>li:nth-child(odd) .wenzi {
    float: left;
}

.ser_list>li:nth-child(even) .wenzi {
    float: right;
}

.ser_list>li .textDiv .wenzi {
    width: calc(100% - 480px);
}

.ser_list>li .textDiv>img.img {
    width: 410px;
    object-fit: cover;
    position: absolute;
    height: 100%;
}

.ser_list>li:nth-child(even) img.img {
    left: 0;
}

.ser_list>li:nth-child(odd) img.img {
    right: 0;
}

a.con_a {
    display: block;
    width: 260px;
    height: 50px;
    background-color: #1E9FFF;
    text-align: center;
    line-height: 50px;
    margin-top: 35px;
}

a.con_a:hover {
    color: #fff;
    background: linear-gradient(90deg, #1E9FFF 0%, #c2cf03 100%);
}

.ser_list>li:last-child {
    padding-bottom: 80px;
}

.dingwei {
    padding-top: 100px;
    margin-top: -100px;
}

.markDiv .date {
    display: flex;
    align-items: center;
}

.markDiv .date img {
    margin-right: 8px;
}

.markDiv .textDiv .videoDiv video {
    display: none;
}

.markDiv .textDiv .videoDiv {
    position: absolute;
    z-index: 9;
}

.markDiv .textDiv .imgDiv img {
    width: 380px;
    /* height: 285px; */
    object-fit: cover;
}

.playDiv img.play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    0 z-index: 9;
}

.popDiv {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    top: 0;
    display: none;
}

.videoPop {
    width: 1200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    display: none;
}

.videoPop video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close_video {
    position: absolute;
    top: -50px;
    right: -50px;
    cursor: pointer;
}

.bigImg {
    display: none;
}

.imgBigPop {
    width: 1200px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%, -50%);
}

.imgBigPop img.bigPop {
    width: 100%;
    height: 762px;
    object-fit: cover;
}

.markDiv .col-lg-4 {
    margin-bottom: 30px;
}

.sear_endDiv {
    margin-top: 200px;
    padding: 40px 0;
    transition: all 0.5s;
}

.banner {
    transition: all 0.5s;
}

.banner.top140,
.sear_endDiv.top140,
.event_xqDiv.top140 {
    margin-top: 140px;
}

.sear_endDiv input {
    width: 590px;
    height: 50px;
    background-color: #ffffff;
    border: 2px #fff solid;
    padding: 0 22px;
    font-size: 20px;
}

.sear_endDiv button {
    font-size: 20px;
    color: #fff;
    border: 0;
    width: 180px;
    height: 50px;
    background-color: #1E9FFF;
    display: block;
}

.sear_endDiv2 ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.sear_endDiv2 ul.bt_list li {
    background: #f7f7f5;
}

.sear_endDiv2 ul.bt_list li p {
    padding: 15px 40px;
}

.sear_endDiv2 ul.end_list li p {
    padding: 35px 40px;
}

.sear_endDiv2 ul li p:first-child {
    width: 25%;
}

.sear_endDiv2 ul li p:nth-child(2) {
    width: 35%;
}

.sear_endDiv2 ul li p:nth-child(3) {
    width: 20%;
}

.sear_endDiv2 ul li p:nth-child(4) {
    width: 20%;
}

.sear_endDiv2 ul.end_list li {
    border-bottom: dashed 1px #e5e5e5;
}

.sear_endDiv2 ul.end_list li a.zixun {
    display: block;
    width: 143px;
    height: 46px;
    background: linear-gradient(90deg, #1E9FFF 0%, #1E9FFF 100%);
    border-radius: 23px;
    text-align: center;
    line-height: 43px;
    color: #fff;
    transition: all 0.5s;
}

.sear_endDiv2 ul.end_list li a.zixun:hover {
    background: linear-gradient(90deg, #1E9FFF 0%, #c2cf03 100%);
}

.sear_endDiv2 {
    padding-bottom: 80px;
}

.bannerIndex video,
.bannerIndex img {
    width: 100%;
    height: 778px;
    object-fit: cover;
}

.searDiv {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 97;
    text-align: center;
}

.searDiv .txt {
    font-size: 54px;
    color: #fff;
    margin-bottom: 80px;
}

.searDiv form {
    padding: 20px;
    background: rgba(33, 46, 55, 0.85);
    font-size: 20px;
    width: 840px;
    margin: 0 auto;
}

.searDiv form input {
    width: calc(100% - 180px);
    height: 50px;
    background-color: #ffffff;
    border: 2px #fff solid;
    padding: 0 20px;
}

.searDiv form button {
    width: 180px;
    height: 50px;
    background: #E91E63;
    border: 0;
    font-size: 16px;
    color: #fff;
    border: 0;
    outline: none;
}

.searDiv form button:hover {
    background-image: linear-gradient(90deg, #E91E63 0%, #c2cf03 100%);
}

.tishiDiv {
    width: 100vw;
    height: 100vh;
    background-color: #ffffff;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    box-shadow: 0 5px 5px #e2e2e2;
    display: none ;
    /*这里*/
    padding-top: 60px;
}

.tishiDiv .textDiv .flex {
    height: 411px;
}

.tishiDiv .textDiv .xian {
    width: 200px;
    height: 1px;
    background-color: #cccccc;
    margin: 25px auto;
}

.failDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 8px 15px;
    font-size: 20px;
    border-radius: 10px;
    display: none;
}

.buyTop form input {
    width: 590px;
    height: 50px;
    background-color: #f7f7f5;
    padding: 0 20px;
    border: 2px #f7f7f5 solid;
    font-size: 20px;
    float: left;
}

.buyTop form button {
    width: 180px;
    height: 50px;
    background: #1E9FFF;
    border: 0;
    font-size: 20px;
    color: #fff;
    float: left;
}

.buyTop form button:hover {
    background: linear-gradient(-40deg, #c2cf03 0%, #1E9FFF 100%);
}

.buyTop .title_nei {
    width: 100%;
    padding: 1%;
}

.buyDiv .flDiv {
    width: calc(100% - 420px);
    min-height: 413px;
    padding-bottom: 50px;
    border: solid 1px #e5e5e5;
}

.buyDiv .flDiv ul li {
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
}

.buyDiv .flDiv ul li p:first-child {
    width: 180px;
}

.buyDiv .flDiv ul li p:nth-child(2) {
    width: 160px;
}

.buyDiv .flDiv ul li p:nth-child(3) {
    width: 90px;
}

.buyDiv .flDiv ul li p:nth-child(4) {
    width: 98px;
}

.buyDiv .flDiv ul li p:nth-child(5) {
    width: 178px;
}

.buyDiv .flDiv ul.buy_list li p input {
    width: 100%;
    padding: 0 10px;
    font-size: 20px;
    border: solid 1px #e5e5e5;
    height: 40px;
    line-height: 40px;
}

.buyDiv .flDiv ul.buy_list li {
    margin-bottom: 10px;
}

.buyDiv .flDiv ul.buy_list li:first-child {
    display: none;
}

.buyDiv .flDiv ul.head_list li {
    height: 50px;
    background-color: #f7f7f5;
    line-height: 50px;
}

.buyDiv .frDiv {
    width: 380px;
    min-height: 413px;
    background-color: #f7f7f5;
    padding: 20px;
}

.addDiv {
    cursor: pointer;
    width: 180px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #333333;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-top: 30px;
}

.addDiv img {
    margin-right: 10px;
}

.deletDiv {
    width: 130px;
    height: 40px;
    background-color: #ffffff;
    border: solid 1px #ff0000;
    margin-top: -40px;
    margin-right: 15px;
    color: #ff0000;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.deletDiv img {
    margin-right: 10px;
}

.buyDiv .frDiv input {
    width: 100%;
    line-height: 50px;
    height: 50px;
    background-color: #ffffff;
    border: 2px #fff solid;
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 20px;
}

.buyDiv .frDiv textarea {
    width: 100%;
    height: 120px;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 0;
    font-size: 20px;
    border: 2px #fff solid;
}

textarea:focus {
    border: 2px #1E9FFF solid !important;
}

.buyBtn {
    width: 500px;
    height: 50px;
    background-color: #1E9FFF;
    margin: 0 auto;
    border: 0;
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 60px;
}

.buyBtn:hover {
    background-image: linear-gradient(90deg, #1E9FFF 0%, #c2cf03 100%);
}

.indexDiv1 {
    background-color: #1c262f;
    margin-top: -6px;
}

.indexDiv1 ul {
    display: flex;
    align-items: center;
}

.indexDiv1 ul li {
    height: 100px;
    position: relative;
    /* width: 25%; */
    padding: 20px;
}

.indexDiv1 ul li::after {
    position: absolute;
    width: 1px;
    height: 100%;
    background: #30424e;
    right: 0;
    top: 0;
    z-index: 9;
    content: "";
}

.indexDiv1 ul li:last-child::after {
    display: none;
}

.indexDiv1 ul li .textDiv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexDiv1 ul li .textDiv .wenzi {
    width: calc(100% - 53px);
    font-size: 20px;
    color: #fff;
    line-height: 24px;
}

.indexDiv1 ul li:hover {
    background-image: linear-gradient(90deg, #1E9FFF 0%, #E91E63 100%);
}

.indexDiv1 ul li:hover img {
    filter: grayscale(100%) brightness(200%);
}

a.more {
    display: block;
    width: 260px;
    height: 50px;
    background-color: #1E9FFF;
    margin-top: 70px;
    text-align: center;
    line-height: 50px;
}

a.more:hover {
    background-image: linear-gradient(90deg, #1E9FFF 0%, #c2cf03 100%);
    color: #fff;
}

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

.indexDiv2 ul li:first-child {
    padding-right: 69px;
    width: calc(100% - 380px);
}

.indexDiv2 ul li:nth-child(2) {
    padding-left: 40px;
    width: 450px;
    border-left: 1px #30424e solid;
}

.indexDiv2 ul li {
    display: flex;
    align-items: flex-start;
}

.indexDiv2 ul li img {
    width: 41px;
    height: 41px;
}

.indexDiv2 ul li .txt {
    width: calc(100% - 56px);
    margin-left: 15px;
}

.indexDiv2 .wenzi {
    width: calc(100% - 740px);
    margin-right: 30px;
}

.indexDiv3 {
    background: #535353;
    background-size: cover;
    padding-bottom: 70px;
    height: 723px;
}

.indexDiv3 .txt {
    width: 60%;
}

.relative {
    position: relative;
}

.mt10 {
    margin-top: 10px;
}

.font28 {
    font-size: 28px;
}

.font20 {
    font-size: 16px;
}

.l34 {
    line-height: 34px !important;
}

.indexDiv3 .content2 {
    width: 1630px;
    /* margin-left: 260px; */
    position: absolute;
    right: 0;
}

.indexDiv3 .textDiv {
    /* width: 19vw; */
    width: 364px;
    height: 287px;
    padding: 30px;
    min-height: 287px;
    background: url(txt_bg2.png) no-repeat center center;
    background-size: cover;
    transition: all 0.5s;
}

.indexDiv3 .textDiv:hover {
    background: url(txt_bg1.png) no-repeat center center;
    background-size: cover;
}

.indexDiv3 .textDiv:hover .go_more img {
    margin-left: 30px;
}

.go_more {
    position: absolute;
    bottom: 30px;
}

.go_more img {
    margin-left: 20px;
    transition: all 0.5s;
}

.indexDiv3 .col-lg-3 {
    margin-bottom: 30px;
}

.indexDiv3 .content {
    width: 86.5%;
    margin-left: 13.5%;
}

.indexDiv4 .flDiv {
    width: 50%;
    height: 540px;
}

.indexDiv4 .flDiv .imgVideo {
    width: 100%;
}

.indexDiv4 .flDiv img,
.indexDiv4 .flDiv .imgVideo video {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.indexDiv4 .frDiv {
    width: 680px;
    padding-top: 70px;
    padding-left: 120px;
    height: 540px;
}

.indexDiv4 .frDiv .cenDiv {
    width: 230px;
    height: 340px;
    background-color: #1E9FFF;
    position: absolute;
    left: -140px;
    padding: 40px 33px;
    top: 85px;
}

.indexDiv4 .frDiv a.more {
    margin-top: 58px;
}

.star {
    display: flex;
    align-items: center;
}

.star img {
    margin-right: 10px;
}

.indexDiv4 .frDiv .cenDiv ul li {
    padding: 8px 0;
}

.indexDiv4 .frDiv .cenDiv ul li a p {
    position: relative;
    display: inline;
}

.indexDiv4 .frDiv .cenDiv ul li a:hover p {
    color: #fff;
}

.indexDiv4 .frDiv .cenDiv ul li a p::after {
    position: absolute;
    content: "";
    width: 0%;
    height: 2px;
    background: #fff;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.indexDiv4 .frDiv .cenDiv ul li a:hover p::after {
    width: 100%;
}

.indexDiv5 {
    padding-top: 95px;
    padding-bottom: 100px;
   background: #ebf4fb;
    background-size: cover;
}


.indexDiv6 {
    padding-top: 95px;
    padding-bottom: 100px;
    background: linear-gradient(to right, #a3d1e5, #bfdeed);
    background-size: cover;
}



/* .indexDiv5 .content {
    position: relative;
    z-index: 9;
    padding: 60px;
    background: url(31.png) no-repeat center center;
    background-size: cover;
    margin-top: -50px;
    width: 1660px;
    height: 460px;
} */

.content-box .swiper2 {
    height: 365px;
    /* height: 20vw; */
}

.swiper2 .s-i {
    width: 312px;
    text-align: center;
}

.swiper2 .s-i:hover img {
    transform: scale(1.05);
}

.swiper-slide {
    width: 312px;
}

.swiper2 .s-i img {
    width: 100%;
    height: 239px;
    object-fit: cover;
    overflow: hidden;
}

.s-i p {
    /*font-family: Regular;*/
    font-size: 26px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
}

.indexDiv5 .bigTxt {
    font-size: 200px;
    color: rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 1;
    line-height: 200px;
}

.indexDiv5 .title {
    margin-top: -70px;
}

.indexDiv5 .content {
    position: relative;
    z-index: 9;
    padding: 60px;
    background: #b8dbeb;
    background-size: cover;
    margin-top: -50px;
    width: 1660px;
    height: 460px;
}

.indexDiv5 .content .swiper-slide {
    height: 40px;
}

.indexDiv5 .content .swiper-slide a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 28px;
}

.indexDiv5 .content .swiper-slide a .xian {
    width: 20px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    display: block;
    margin-right: 120px;
}

.indexDiv5 .content .swiper-slide .textDiv:hover .xian {
    width: 60px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    margin-right: 80px;
}

.indexDiv5 .content .swiper-slide a:hover {
    font-size: 34px;
    font-family: "MonR";
    color: #fff;
}

.indexDiv5 .content .swiper-slide .textDiv {
    display: flex;
    align-items: center;
}

.indexDiv5 .content .swiper-container {
    height: 410px;
}

#case4 .swiper-wrapper,
.indexDiv5 .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear !important;
    -ms-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important;
}

.lang_ul {
    position: absolute;
    top: 40px;
    z-index: 997;
    background: #fff;
    width: 100px;
    padding: 10px;
    left: 0;
    box-shadow: 0 2px 3px #999;
    display: none;
}


/* .langDiv:hover .lang_ul{
	display: block;
} */

.lang_ul li a {
    display: block;
    padding: 2px 0;
    padding-left: 19px;
    position: relative;
    font-size: 14px;
    color: #333;
}

.top_con p.lang {
    height: 40px;
    line-height: 40px;
    margin-right: 0;
}

.lang_ul li a:before {
    content: "";
    left: 0;
    top: 6px;
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 8px solid #666;
    border-bottom: 5px solid transparent;
}
.lang_ul2 li a:before{
    top: 4px;
}
.lang_ul li a:hover:before {
    width: 0;
    height: 0;
    border-left: 8px solid #1E9FFF;
}
.lang_ul li a:hover{
    color: #1E9FFF;
}
.lang {
    cursor: pointer;
}

.submitFr form input.date_hide {
    /* position: absolute; */
    /* top: 0; */
    /* width: 100%; */
    padding-right: 15px;
    /* opacity: 0; */
    /* z-index: 9; */
}

.dateInp img.absolute {
    top: 15px;
    right: 10px;
    z-index: 2;
}

.dateInp {
    width: 58%;
}

input[type="date"] {
    -webkit-appearance: none;
    /*清除样式*/
    background-color: transparent;
    /*清除背景色*/
}

input[type="date"]::-webkit-datetime-edit-fields-wrapper {
    display: none;
}

input[type="date"].show_inp::-webkit-datetime-edit-fields-wrapper {
    display: block;
}

input.show_placeholder {
    color: #858585;
}

input.show_placeholder:before {
    content: attr(placeholder);
}

.fixed_rt {
    position: fixed;
    bottom: 120px;
    right: 40px;
    z-index: 9992;
}

.fixed_rt ul li {
    margin-top: 14px;
    position: relative;
}

.fixed_rt ul li a>img {
    box-shadow: 0 0 10px #a1a1a1;
    border-radius: 50%;
    overflow: hidden;
}

.fixedDiv {
    width: 200px;
    padding: 20px 16px;
    border-radius: 10px;
    border-top: 10px #f1f143 solid;
    position: absolute;
    bottom: 20px;
    left: -210px;
    background: #fff;
    transition: all 0.5s;
    visibility: hidden;
    opacity: 0;
}

.fixed_rt ul li:hover .fixedDiv {
    left: -210px;
    bottom: 0;
    visibility: visible;
    opacity: 1;
}

.banner_nei .imgVideo {
    width: 100%;
}

.banner_nei img,
.banner_nei .imgVideo video {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.qaDiv4 .imgVideo img,
.qaDiv4 .imgVideo video {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.qaDiv4 .imgVideo {
    width: 640px;
}

.qaDiv2 .imgVideo video,
.qaDiv2 .imgVideo img {
    height: 675px;
    width: 100%;
    object-fit: cover;
}

#case4.flex .swiper-wrapper {
    display: flex;
    justify-content: center;
}


/*PHONE屏幕下的专用样式*/

@media screen and (max-width:992px) {
    .indexDiv3{
        height: 510px;
    }
    .s-i p{
        font-size: 20px;
    }
    .swiper2 .s-i {
        width: 100%;
    }

    .wrap,
    .wrap2 {
        width: 92%;
        margin: 0 auto;
        font-size: 14px;
        min-width: auto;
        max-width: auto;
    }
    .showDiv {
        display: block;
    }
    .menu {
        width: 100%
    }
    .menu ul {
        width: 100%;
        display: block;
    }
    .menu ul ul {
        top: 0;
        border: 0;
        box-shadow: none;
        border-top: 1px #eee solid;
    }
    .menu ul ul .ul {
        background: #fff;
        box-shadow: none !important;
        border-radius: 0;
    }
    .menu>ul>li>a {
        padding: 0 20px;
    }
    .menu.align-center>ul,
    .menu.align-right ul ul {
        text-align: left
    }
    .menu ul li,
    .menu ul ul li,
    .menu ul li:hover>ul>li {
        width: 100%;
        height: auto;
        border-top: 1px solid rgba(255, 255, 255, .3)
    }
    .menu ul li:hover>ul {
        top: 0;
    }
    .menu ul li a,
    .menu ul ul li a {
        width: 100%
    }
    .menu>ul>li,
    .menu.align-center>ul>li,
    .menu.align-right>ul>li {
        float: none;
        display: block
    }
    .menu ul ul li a {
        padding: 0 20px 0 30px;
        font-size: 12px;
        background: 0 0
    }
    /*.menu ul ul li:hover>a,.menu ul ul li a:hover{color:#fff}*/
    .menu ul ul ul li a {
        padding-left: 40px
    }
    .menu ul ul,
    .menu ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0
    }
    .menu>ul>li.has-sub>a::after,
    .menu ul ul li.has-sub>a::after {
        display: none
    }
    #menu-line {
        display: none
    }
    .menu #menu-button {
        display: block;
        padding: 20px;
        color: #000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase
    }
    .menu #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 15px;
        height: 2px;
        background: #fff
    }
    .menu #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 15px;
        height: 3px;
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff
    }
    .menu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #eee;
        height: 52px;
        width: 52px;
        cursor: pointer
    }
    .menu .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #999;
        z-index: 99;
        /* transform: rotate(45deg); */
    }
    .menu .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #999;
        z-index: 99;
    }
    .menu .submenu-button.submenu-opened:after {
        display: none
    }
    .menu ul ul {
        background: transparent;
        border-bottom: none;
        padding: 0;
        border-top: 0;
    }
    .menu ul ul ul {
        top: 0;
    }
    .menu li:hover>ul {
        left: auto;
        margin-left: auto;
    }
    .menu ul ul li>a:last-child {
        border-bottom: 0;
    }
    header .rightDiv .menu ul li ul li {
        border-bottom: 1px #eee dashed;
        border-top: 0;
    }
    header .rightDiv .menu ul li ul li:last-child {
        border: 0;
    }
    header .logo {
        margin-left: 0;
    }
    header .logo img {
        max-height: 35px;
    }
    header .logo a {
        /* height: 35px; */
        margin-top: 0px;
    }
    .menu ul ul {
        visibility: visible;
        opacity: 1;
        width: 100%;
        left: 0;
        transform: translate(0, 0);
    }
    header .wrap {
        display: block;
        height: 50px;
        overflow: hidden;
    }
    header.header2 .rightDiv .menu>ul>li>a {
        color: #333;
    }
    header {
        position: fixed !important;
        z-index: 999;
        top: 0;
        left: auto;
        right: 0;
        width: 100%;
        height: 50px;
        padding-top: 0;
        background: #fff;
        /* box-shadow: 0 0 5px #EEEEEE; */
        /* background: #000; */
        /*background-color: transparent;*/
        /* transition: right 300ms !important; */
    }
    header.header2 {
        background: #FFFFFF;
        border: 0;
        box-shadow: 0 0 5px #EEEEEE;
    }
    .on-fixed header {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
    }
    /*body.on-menu header {right: 45%;}*/
    header .mbtn {
        display: block;
    }
    body.on-menu header .mbtn {
        z-index: 9999;
    }
    header.top40 .rightDiv .menu {
        top: 90px;
        height: calc(100% - 90px);
    }
    header .rightDiv .menu {
        float: right;
        position: fixed;
        top: 150px;
        right: 0;
        width: 100%;
        height: calc(100% - 150px);
        padding-top: 0;
        /* background-color: rgba(0, 0, 0, 0.9); */
        background: #fff;
        border-bottom: 1px solid #f8f8f847;
        transition: right 300ms;
        right: -100%;
        padding: 0;
        z-index: 9999;
        overflow-y: auto;
        text-align: center;
        margin-top: 0;
        padding-bottom: 50px;
    }
    header .rightDiv .menu ul>li {
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #eee;
        float: none;
        width: 100%;
    }
    header .rightDiv .menu ul>li:first-child {
        border-top: 1px #eee solid;
    }
    header .rightDiv .menu ul li a {
        display: block;
        line-height: 50px;
        height: 50px;
        color: #333;
        /*padding: 0 15px;*/
        text-align: left;
        font-size: 16px;
        font-weight: normal;
    }
    header .rightDiv .menu>ul>li>a.now::after,
    header .rightDiv .menu>ul>li:hover>a::after {
        display: none;
    }
    header .rightDiv .menu>ul>li>a.login {
        width: 100px;
        margin: 10px 0;
        margin-left: 20px;
        text-align: center;
    }
    header .rightDiv .menu>ul>li>a small {
        display: none;
    }
    header .rightDiv .menu>ul {
        display: block;
        /* padding-top: 60px; */
        width: 100%;
    }
    .ser-text-box,.ser-img-box{
        width: 100% !important;
        /*margin: 0 auto;*/
    }
    .ser-img-box{
        height: initial !important;
        margin-bottom: 30px;
    }
    .distribution, .distribution-right{
        font-size: 19px !important;
        
    }
    .ser-text {
        font-size: 16px !important;
    }


    .w62{
        width: 90vw !important;
    }
    body.on-menu header .rightDiv .menu {
        right: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .contact-box{
        margin-left: 0;
        width: 100vw;
    }
    .ser-title{
        width: 100vw !important;
        height: initial !important;
        padding: 40px 20px 0 20px !important;
        font-size: 16px !important;
    }
    body.on-menu .main {
        right: 0;
    }
    header .rightDiv .menu>ul>li>a {
        padding: 0 20px;
        background: none;
        margin: 0;
        width: 100%;
        color: #333;
    }
    header .rightDiv .menu ul li i {
        display: block;
    }
    header .twoMenu {
        position: relative;
        top: 0px;
        background: none;
        padding: 0;
        width: initial;
    }
    header .twoMenu dl {
        margin-bottom: 10px;
    }
    header .twoMenu dl dd {
        margin-top: 0;
    }
    header .rightDiv .menu ul li .twoMenu dl dt>a {
        color: #fff;
    }
    .on-fixed header .rightDiv .menu ul li .twoMenu dl dt>a {
        color: #000;
    }
    header .rightDiv .menu ul li .twoMenu {
        top: 10px;
        box-shadow: none;
    }
    header .rightDiv .menu ul li .twoMenu .liDiv>a {
        line-height: 32px;
        height: 32px;
        font-weight: normal;
    }
    header .twoMenu .liDiv>a:after {
        top: 0;
    }
    header .rightDiv .menu ul li.relativeLi .twoMenu .ulDiv {
        margin: 0 15px;
    }
    header .rightDiv .menu ul li .twoMenu dl dt>a {
        line-height: 50px;
        height: initial;
    }
    header .rightDiv .menu>ul>li>a::before {
        display: none;
    }
    header .rightDiv .menu>ul>li:hover,
    header .rightDiv .menu>ul>li:focus,
    header .rightDiv .menu>ul>li.on {
        background: none;
    }
    header .rightDiv .menu>ul>li.on>a {
        color: #204e9e;
    }
    header .rightDiv .menu>ul>li>a:hover span,
    header .rightDiv .menu>ul>li>a.now span {
        display: none;
        /* background: #3fba9e;
		border-bottom: 2px #3fba9e solid; */
    }
    .hideDiv {
        display: none;
    }
    .bannerIndex,
    .banner_nei {
        margin-top: 50px;
    }
    header {
        top: 100px;
    }
    .dingbu .wenzi,
    .slogin {
        display: none;
    }
    header .wrap2.flex2 {
        height: 50px;
    }
    .linkDiv {
        /* overflow: hidden; */
        z-index: 9999;
    }
    .top_con p {
        display: none;
    }
    .bannerIndex,
    .banner_nei {
        margin-top: 90px;
    }
    .bannerIndex video,
    .bannerIndex img {
        height: 240px;
    }
    .searDiv .txt {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: 26px;
    }
    .searDiv form {
        width: 100%;
        padding: 10px;
    }
    .searDiv form button {
        width: 90px;
        height: 40px;
        font-size: 14px;
    }
    .searDiv form input {
        width: calc(100% - 90px);
        height: 40px;
        font-size: 14px;
    }
    .indexDiv1 ul {
        flex-wrap: wrap;
    }
    .indexDiv1 ul li {
        width: 100%;
        height: auto;
        padding: 10px;
    }
    .indexDiv1 ul li .textDiv .wenzi {
        font-size: 14px;
    }
    .indexDiv1 ul li .textDiv img {
        width: 25px;
    }
    .indexDiv1 ul li::after {
        width: 100%;
        height: 1px;
        bottom: 0;
        left: 0;
        top: auto;
        right: auto;
    }
    .font44 {
        font-size: 20px;
    }
    .indexDiv2>.flex2 {
        display: block;
    }
    .indexDiv2 .wenzi {
        width: 100%;
        margin-bottom: 40px;
    }
    .par100 {
        padding: 50px 0;
    }
    .indexDiv2 ul {
        display: block;
    }
    .indexDiv2 ul li:first-child {
        width: 100%;
        padding-right: 0;
    }
    .indexDiv2 ul li:nth-child(2) {
        width: 100%;
        padding-left: 0;
        border: 0;
        margin-top: 20px;
    }
    .indexDiv2 img.fr {
        width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
    }
    .indexDiv3 .content {
        width: 92%;
        margin-left: 0;
        margin: 0 auto;
    }
    .indexDiv3 .textDiv>img {
        width: 30px;
    }
    .indexDiv3 .textDiv {
        padding: 15px;
        min-height: 180px;
        height: 180px;
        width: 46vw;
    }
    .l34{
        line-height: 18px !important;
    }
    .indexDiv3 .textDiv .font28 {
        font-size: 14px;
    }
    .go_more {
        left: 15px;
        font-size: 12px;
    }
    .go_more img {
        width: 20px;
        margin-left: 10px;
    }
    .indexDiv3 .col-lg-3 {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .indexDiv3 .txt {
        width: 100%;
    }
    .indexDiv3 .row {
        margin: 0 -5px;
        margin-top: 20px;
    }
    .indexDiv4 .flDiv {
        width: 100%;
        height: 200px;
    }
    .indexDiv4 .flDiv img,
    .indexDiv4 .flDiv .imgVideo video {
        height: 200px;
    }
    .indexDiv4 .frDiv {
        width: 100%;
        padding: 0;
        height: auto;
        margin-top: 0px;
        padding: 0 20px;
        padding-bottom: 40px;
    }
    .indexDiv4 .frDiv .cenDiv {
        position: relative;
        width: calc(100% + 40px);
        left: 0;
        top: 0;
        padding: 20px;
        height: auto;
        margin: 0 -20px;
        margin-bottom: 20px;
    }
    .indexDiv4 .frDiv .cenDiv ul li {
        width: 50%;
    }
    .indexDiv4 .frDiv .cenDiv ul {
        display: flex;
        flex-wrap: wrap;
    }
    .indexDiv5 .bigTxt {
        font-size: 50px;
        line-height: 50px;
    }
    .indexDiv5 .content {
        margin-top: 0;
        float: none;
        padding: 20px;
        width: 100%;
    }
    .content-box {width: 100%;
}
    .indexDiv5 .content .swiper-slide a .xian {
        margin-right: 50px;
    }
    .indexDiv5 .content .swiper-slide .textDiv {
        font-size: 18px;
    }
    .indexDiv5 .content .swiper-slide .textDiv:hover .xian {
        width: 50px;
    }
    .indexDiv5 .content .swiper-slide .textDiv:hover .xian {
        margin-right: 20px;
    }
    .indexDiv5 .content .swiper-slide a:hover {
        font-size: 20px;
    }
    .indexDiv5 .content .swiper-container {
        height: 320px;
    }
    footer .wrap2>.flex2 {
        display: block;
    }
    .footNav ul {
        display: flex;
        flex-wrap: wrap;
    }
    .footNav ul li a {
        font-size: 16px;
        padding-left: 15px;
    }
    .newsletter {
        margin-top: 20px;
    }
    .footNav ul li {
        margin-right: 25px;
    }
    .footNav ul li a::before {
        top: 11px;
        border-top: 3px solid transparent;
        border-left: 5px solid #fff;
    }
    .footNav {
        margin-top: 20px;
    }
    .newsletter form input {
        width: 100%;
        height: 40px;
        line-height: 40px;
    }
    .newsletter form button {
        height: 40px;
        width: 200px;
    }
    .indexDiv5 {
        padding-bottom: 50px;
    }
    .banner_nei img {
        height: 140px;
        object-fit: cover;
    }
    .banner_nei .font68 {
        font-size: 28px;
    }
    .par80 {
        padding: 40px 0;
    }
    .ser_list>li .textDiv>img.img {
        width: 100%;
        height: auto;
        position: relative;
        height: 100px;
        object-fit: cover;
        margin-bottom: 30px;
    }
    .ser_list>li .textDiv .wenzi {
        width: 100%;
        float: none;
    }
    .ser_list>li .textDiv {
        height: auto;
    }
    .pat80 {
        padding-top: 40px;
    }
    .wz_list li img {
        width: 18px;
        height: 18px;
    }
    .wz_list li p {
        width: calc(100% - 25px);
    }
    .qaDiv1 .content {
        padding: 20px;
    }
    .qaDiv1 ul.tab {
        flex-wrap: wrap;
    }
    .qaDiv1 ul.tab li {
        width: 50%;
        padding: 10px;
        font-size: 16px;
        text-align: center;
    }
    .fisEn {
        font-size: 18px;
    }
    .tabDiv {
        display: block;
        padding-top: 20px;
    }
    .imgVideo {
        width: 100%;
    }
    .imgVideo video,
    .imgVideo img {
        width: 100%;
        height: 200px;
    }
    .tabDiv .wenzi {
        width: 100%;
    }
    .qaList li .imgDiv {
        width: 36px;
        height: 36px;
    }
    .qaDiv4 .textDiv {
        display: block;
    }
    .qaDiv4 .textDiv .wenzi {
        width: 100%;
    }
    .title_nei .font44 {
        font-size: 26px;
    }
    .aboutDiv2 .flex2 {
        display: block;
    }
    .aboutDiv2 .bt {
        width: 100%;
        font-size: 26px;
    }
    .aboutDiv2 .wenzi {
        width: 100%;
    }
    .aboutDiv2 .con1 {
        padding: 40px 0;
    }
    .aboutDiv2 .con2 {
        padding-top: 40px;
        overflow: hidden;
    }
    .aboutDiv2 .con2 .font26 {
        font-size: 18px;
    }
    .aboutDiv2 .con2 .textDiv {
        min-height: auto;
    }
    .aboutDiv2 .con2 .textDiv .number {
        font-size: 80px;
    }
    .aboutDiv2 .con2 .col-lg-4 {
        margin-bottom: 30px;
    }
    .jianjieDiv1 ul li {
        width: 100%;
        margin-bottom: 20px;
    }
    .jianjieDiv1 ul li img {
        width: 50px;
        height: 50px;
    }
    .jianjieDiv1 ul li .wenzi {
        width: calc(100% - 65px);
    }
    .jianjieDiv1 ul li .wenzi .font28 {
        font-size: 18px;
    }
    .jianjieDiv1 ul li .wenzi .font20 {
        font-size: 14px;
    }
    .jianjieDiv2 .col-lg-4 {
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .jianjieDiv2 .row {
        margin: 0 -5px;
        margin-top: 20px;
    }
    .jianjieDiv2 .wenzi {
        font-size: 18px;
    }
    .flDiv {
        width: 100%;
    }
    .detail_title {
        line-height: 36px;
        padding: 15px 0;
    }
    .event_xqDiv {
        margin-top: 150px;
    }
    .rtDiv {
        width: 100%;
        margin-top: 30px;
    }
    .tuijian ul li a {
        padding: 10px 0;
    }
    .tj_bt {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .imgBigPop {
        width: 100%;
    }
    .imgBigPop img.bigPop {
        width: 100%;
        height: auto;
        object-fit: cover;
        margin: 0 auto;
        display: block;
    }
    .close_video {
        position: absolute;
        top: -35px;
        right: 15px;
        cursor: pointer;
    }
    .videoPop {
        width: 100%;
    }
    .downList li .wenzi img {
        width: 30px;
    }
    a.down_a {
        width: 110px;
        height: 35px;
    }
    .downList li .wenzi {
        width: calc(100% - 125px);
    }
    .downList li .wenzi .txt {
        width: calc(100% - 45px);
    }
    .downList li {
        padding: 20px 0;
    }
    .fenye ul li a {
        width: 36px;
        height: 36px;
    }
    .yinsi {
        margin-top: 50px;
    }
    .submitFr {
        width: 100%;
        margin-top: 20px;
    }
    .submitFr form .widDiv input.inp1,
    .submitFr form .widDiv input.inp2,
    .submitFr form .widDiv select {
        width: 100%;
    }
    .widDiv {
        display: block;
    }
    .submitFr form button {
        width: 200px;
    }
    .buyTop {
        display: block;
    }
    .buyTop form button {
        width: 100px;
        height: 40px;
        background-color: #1E9FFF;
        border: 0;
        font-size: 16px;
        color: #fff;
        float: left;
    }
    .buyTop form input {
        width: calc(100% - 100px);
        height: 40px;
        font-size: 16px;
        padding: 0 10px;
    }
    .searFr {
        margin-top: 20px;
    }
    .buyDiv .flDiv {
        width: 100%;
    }
    .buyDiv .flDiv ul li p:first-child {
        width: 20%;
    }
    .buyDiv .flDiv ul li p:nth-child(2) {
        width: 22%;
    }
    .buyDiv .flDiv ul li p:nth-child(3) {
        width: 15%;
    }
    .buyDiv .flDiv ul li p:nth-child(4) {
        width: 15%;
    }
    .buyDiv .flDiv ul li p:nth-child(5) {
        width: 20%;
    }
    .buyDiv .flDiv ul.head_list li p {
        font-size: 12px;
        word-break: break-all;
        hyphens: auto;
    }
    .buyDiv .flDiv ul li {
        padding: 0 10px;
    }
    .buyDiv .flDiv ul.head_list li {
        line-height: 16px;
        padding-top: 10px;
    }
    .addDiv {
        width: 120px;
        height: 36px;
        font-size: 15px;
        margin-top: 30px;
    }
    .deletDiv {
        width: 90px;
        height: 36px;
        margin-top: -36px;
        margin-right: 10px;
        font-size: 14px;
    }
    .deletDiv img {
        margin-right: 4px;
    }
    .buyDiv .frDiv {
        width: 100%;
        margin-top: 20px;
    }
    .buyDiv .frDiv input {
        padding: 0 10px;
        font-size: 16px;
    }
    .buyDiv .frDiv textarea {
        padding: 10px;
        font-size: 16px;
    }
    .buyBtn {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 30px;
    }
    .dingbu a.more {
        width: 120px;
        margin-right: 40px;
        font-size: 14px;
    }
    .banner.top140 {
        margin-top: 90px;
    }
    .indexDiv1 {
        padding: 20px 0;
    }
    .submitFr form input,
    .submitFr form select {
        padding: 0 10px;
    }
    .link_a a img {
        width: 25px;
    }
    .rtDiv .link_a img {
        width: 40px;
        height: 40px;
    }
    .ser_list>li .textDiv>img.img {
        height: 150px;
    }
    .imgVideo video,
    .imgVideo img {
        width: 100%;
        height: 320px;
    }
    .tabDiv .imgVideo video,
    .tabDiv .imgVideo img {
        width: 100%;
        height: 180px;
        object-fit: cover;
    }
    .sear_endDiv {
        margin-top: 150px;
    }
    .sear_endDiv.top140 {
        margin-top: 90px;
    }
    .sear_endDiv button {
        font-size: 14px;
        width: 100px;
        height: 40px;
        background-color: #1E9FFF;
        display: block;
    }
    .sear_endDiv input {
        width: calc(100% - 100px);
        height: 40px;
        font-size: 14px;
    }
    .sear_endDiv2 .font28 {
        font-size: 18px;
    }
    .sear_endDiv2 ul.bt_list li p,
    .sear_endDiv2 ul.end_list li p {
        padding: 10px 5px;
        font-size: 12px;
    }
    .sear_endDiv2 ul li p:nth-child(2) {
        width: 30%;
    }
    .sear_endDiv2 ul li p:first-child {
        width: 20%;
    }
    .sear_endDiv2 ul.end_list li p:first-child {
        word-break: break-all;
    }
    .sear_endDiv2 ul.end_list li a.zixun {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 12px;
    }
    .fenye ul li a img {
        width: 20%;
    }
    .tishiDiv {
        width: 85%;
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .failDiv {
        width: 85%;
    }
    .contactDiv .lx_list li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .contactDiv .lx_list {
        flex-wrap: wrap;
    }
    .contactDiv .lx_list li img {
        width: 40px;
    }
    .contactDiv .font44 {
        font-size: 20px;
        line-height: 30px;
    }
    .top_con p.lang {
        display: block;
    }
    /* .linkDiv,
	.lang_ul {
		z-index: 1001;
	} */
    .banner_nei {
        margin-top: 90px;
    }
    .lang_ul {
        position: absolute;
        right: -10px;
        left: auto;
        z-index: 9999;
    }
    .fixed_rt {
        right: 10px;
        bottom: 10px;
    }
    .fixed_rt ul li {
        margin-top: 5px;
    }
    .banner_nei img,
    .banner_nei .imgVideo video {
        height: 150px;
    }
    #case4 {
        padding: 0 10px;
    }
    .aboutDiv1 .imgVideo {
        width: 100%;
        margin-top: 20px;
    }
    .aboutDiv1 .wenzi {
        width: 100%;
    }
    .aboutDiv1 .flex2 {
        display: block;
    }
    .aboutDiv1 .imgVideo img,
    .aboutDiv1 .imgVideo video {
        height: 170px;
    }
    .qaDiv2 .imgVideo video,
    .qaDiv2 .imgVideo img {
        height: 125px;
        width: 100%;
        object-fit: cover;
    }
    .qaDiv4 .imgVideo {
        margin-bottom: 20px;
    }
    .qaDiv4 .imgVideo img,
    .qaDiv4 .imgVideo video {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }
    .qaDiv4 .imgVideo {
        width: 100%;
    }
}


/*PAD屏幕下的专用样式*/

@media screen and (min-width: 768px) and (max-width:992px) {
    .sear_endDiv2 ul.bt_list li p,
    .sear_endDiv2 ul.end_list li p {
        padding: 10px;
        font-size: 14px;
    }
}


/*中等PC屏幕下的专用样式*/

@media screen and (min-width:993px) and (max-width:1024px) {
    .wrap,
    .wrap2 {
        width: 96%;
        margin: 0 auto;
        min-width: auto;
        max-width: auto;
    }
    .dingbu .wenzi,
    .slogin {
        width: 300px;
    }
    header .logo img {
        max-height: 20px;
    }
    header .rightDiv .menu>ul>li {
        float: left;
        position: relative;
        padding: 0 5px;
    }
    .submitFr {
        width: calc(100% - 550px);
    }
    .buyDiv .flDiv ul li p:first-child {
        width: 20%;
    }
    .buyDiv .flDiv ul li p:nth-child(2) {
        width: 22%;
    }
    .buyDiv .flDiv ul li p:nth-child(3) {
        width: 15%;
    }
    .buyDiv .flDiv ul li p:nth-child(4) {
        width: 15%;
    }
    .buyDiv .flDiv ul li p:nth-child(5) {
        width: 20%;
    }
    .buyDiv .frDiv {
        width: 320px;
    }
    .buyDiv .flDiv {
        width: calc(100% - 345px);
    }
    .buyDiv .flDiv ul.head_list li {
        line-height: 22px;
        padding-top: 10px;
        height: 60px;
    }
    .buyTop form input {
        width: 400px;
    }
}

@media screen and (min-width:1205px) {
     ::-webkit-scrollbar {
        width: 8px;
        height: 0px;
        background: #eee;
    }
     ::-webkit-scrollbar-track {
        border-radius: 0;
    }
     ::-webkit-scrollbar-thumb {
        border-radius: 0;
        background: #1E9FFF;
        border-radius: 10px;
        transition: all .2s;
        /* border-radius: 0.25rem; */
    }
     ::-webkit-scrollbar-thumb:hover {
        background-color: #1E9FFF;
    }
}

@media screen and (min-width:1201px) and (max-width:1400px) {
    .wrap2 {
        width: 1200px;
        min-width: auto;
    }
    header .rightDiv .menu>ul>li {
        padding: 0 10px;
    }
    header .logo img {
        height: 35px;
    }
    .indexDiv1 ul li {
        padding: 20px 10px;
    }
    .indexDiv1 ul li .textDiv .wenzi {
        font-size: 18px;
    }
    .indexDiv2 img.fr {
        width: 40%;
    }
    .indexDiv2 .wenzi {
        width: 56%;
    }
    .indexDiv3 .content {
        width: 90%;
        margin-left: 5%;
    }
    .indexDiv4 .frDiv {
        width: 45%;
    }
    .slogin {
        width: 410px;
    }
    .fixed_rt {
        right: 10px;
    }
}

@media screen and (max-width:992px) {
    .dingbu .wenzi,
    .slogin {
        display: block;
    }
    .dingbu .flex2 {
        display: block;
        padding-top: 10px;
    }
    .dingbu {
        height: 150px;
    }
    .linkDiv {
        top: 150px;
    }
    header {
        top: 190px;
    }
    .slogin {
        width: 55%;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        margin-top: 10px;
    }
    .dingbu .wenzi {
        width: 60%;
        font-size: 13px;
        margin-top: 10px;
    }
    .close_btn {
        top: 25px;
    }
    .dingbu a.more {
        float: right;
        margin-top: -80px;
        margin-right: 0;
    }
    .bannerIndex {
        /*margin-top: 240px;*/
    }
    header .rightDiv .menu {
        top: 240px;
    }
}


/*PAD屏幕下的专用样式*/

@media screen and (min-width: 768px) and (max-width:992px) {
    .dingbu .flex2 {
        display: flex;
        padding-top: 0;
    }
    .slogin {
        width: 26%;
    }
    .dingbu .wenzi {
        width: 30%;
    }
    .dingbu a.more {
        margin-top: 0;
        margin-right: 10px;
    }
    .close_btn {
        top: 50%;
        right: 15px;
    }
    .dingbu {
        height: 70px;
    }
    .linkDiv {
        top: 70px;
    }
    header {
        top: 110px;
    }
    .bannerIndex {
        margin-top: 160px;
    }
    header .rightDiv .menu {
        top: 160px;
    }
}

@media screen and (min-width: 993px) and (max-width:1200px) {
    .dingbu a.more {
        margin-right: 30px;
    }
}



/*首页产品中心*/


.flexpro { 
    display:flex;
    flex-wrap: wrap;
	width:100%;
    justify-content: space-between;
	}

.flexpro dl{width:30%}

@media screen and (max-width:991px) {
.flexpro dl{width:100%}

}


#ct {
	min-height: 300px;
}

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

@media screen and (max-width:991px) {
.wp {
   width:100%;
   margin: 0 auto;
  }
}
.cl {
	zoom: 1;
}

#news2_3 {
	background: none;
	width: 1260px;
}

@media screen and (max-width:991px) {
#news2_3 {
	background: none;
	width: 100%;
}
}

.bm, .fl .bm {
	border: 0 none;
}

.bm, .bn {
	margin-bottom: 10px;
}

#news2_4 {
	margin: 1px 60px 50px 0;
	border-bottom: 0 none;
	background: #FFF;
	list-style: none outside none;
	height: 390px;
	width: 360px;
	overflow: hidden;
	position: relative;
}

@media screen and (max-width:991px) {
#news2_4 {
	margin: 1px 0px 50px 0;
	border-bottom: 0 none;
	background: #FFF;
	list-style: none outside none;
	height: auto;
	width: 100%;
	overflow: hidden;
	position: relative;
}
}



#news2_4:hover {
	-webkit-box-shadow: 0 0 15px rgba(150,150,150,.8);
	-moz-box-shadow: 0 0 15px rgba(150,150,150,.8);
	box-shadow: 0 0 15px rgba(150,150,150,.8);
}
#news2_4 dt {
	width: 360px;
	height: 250px;
}

@media screen and (max-width:991px) {
#news2_4 dt {
	width: 100%;
	height: auto;
}
}



#news2_4 dt img {
	width: 360px;
	height: 250px;
	border: 1px solid #d3d3d3;
	margin: 0;
	padding: 0;
}

@media screen and (max-width:991px) {
#news2_4 dt img {
	width: 100%;
	height: auto;
	border: 1px solid #d3d3d3;
	margin: 0;
	padding: 0;
}
}



#news2_5 {
	height: 40px;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
	text-align: center;
}
#news2_5 a {
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	display: block;
	padding: 0 20px;
}

#news2_7 {
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 6px;
	font-size: 14px;
	color: #888;
	padding: 0 20px;
	overflow: hidden;
	text-indent: 15px;
}

.news2_4 {
	height: 480px;
}

@media screen and (max-width:991px) {
.news2_4 {
	height: auto;
}
}

#news2_8 {
	width: 150px;
	height: 34px;
	text-align: center;
	overflow: hidden;
	margin: 30px 105px 0 105px;
}
#news2_8 a {
	width: 150px;
	height: 34px;
	line-height: 34px;
	color: #666;
	font-size: 12px;
	background: #ECECEC;
	display: block;
}

@media screen and (max-width:991px) {
#news2_8 {
	width: 100%;
	height: 34px;
	text-align: center;
	overflow: hidden;
	margin: 30px 105px 0 0px;
}
#news2_8 a {
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #666;
	font-size: 12px;
	background: #ECECEC;
	display: block;
}
}


#news2_4:hover #news2_8 a {
	color: #FFF;
	background: #076CE0;
}
#news2_4:hover #news2_5 a {
	color: #076CE0;
}




/*新闻资讯*/
.news-item {
  display: block;
  padding: 20px;
  border-bottom: 1px solid #eaeaea;
  transition: all 0.5s;
}
@media (max-width: 767.98px) {
  .news-item {
    padding: 15px 0;
  }
}

.news-item::after {
  display: block;
  clear: both;
  content: "";
}
.news-item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.news-item .item-img {
  float: left;
  width: 180px;
  margin-right: 20px;
}
.news-item .item-content {
  overflow: hidden;
}
.news-item .item-content h4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-in-out 0s;
}
.news-item .item-content .info {
  color: #999;
  font-size: 12px;
  line-height: 30px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .news-item .item-content .info {
    display: none;
  }
}
.news-item .item-content .info span {
  display: inline-block;
  padding-right: 18px;
}
.news-item .item-content .txt {
  font-size: 14px;
  line-height: 25px;
  color: #666;
  height: 75px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .news-item .item-content .txt {
    height: 50px;
  }
}
.news-item .item-content .txt p {
  margin-bottom: 0;
}





.ratio {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.ratio::before {
  display: block;
  content: "";
}


.img-bg, .ratio-item,
.ratio iframe,
.ratio embed,
.ratio object,
.ratio video,
.ratio img {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}



.img-cover, .img-contain {
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.img-cover {
  background-size: cover;
}










.news-item {  
  display: flex;  
  margin-bottom: 20px;  
}  
  
.news-image {  
  flex: 0 0 200px; /* 设置图片宽度为200px，并且不伸缩 */  
  margin-right: 20px;  
}  
  
.news-image img {  
  width: 100%;  
  height: auto;  
  display: block;  
}  
  
.news-content {  
  flex: 1; /* 内容部分占据剩余空间 */  
}  
  
.news-title {  
  margin: 0 0 10px 0;  
}  
  
.news-summary {  
  margin: 0;  
}  
  
/* 响应式设计，可以根据需要调整 */  
@media (max-width: 600px) {  
  .news-item {  
    flex-direction: column;  
  }  
  .news-image {  
    flex: 1;  
    margin-right: 0;  
    margin-bottom: 20px;  
  }  
}