body {
    background-color: rgb(246, 244, 244);
}

.phone_body{
    display: none;
}

.phone_bottemflex{
    display: none;
}

.phone-section {
    display: none;
}

.center {
    width: 1200px;
    margin: 0 auto;
    /* background-color: #fff; */
}

.flex {
    display: flex;
    align-items: center;
}

.headTop {
    justify-content: space-between;
    height: 36px;
    padding-top: 1px;
}

.headTop-left {
    font-size: 12px;
    line-height: 140%;
}

.headTop-right {
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-left: 2px;
    height: 14px;
    line-height: 14px;
    height: 30px;
    line-height: 30px;
}

.headTop-cont .img {
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 10px;
}

.head {
    background-color: #fff;
    width: 100%;
    transition: all 0.5s;
}

.head-logo {
    padding-left: 20px;
    padding-right: 30px;
}

.head-cont {
    height: 90px;
    /* justify-content: space-between; */
}

.head-title {
    padding-left: 40px;
    font-size: 20px;
    text-align: center;
    height: 100%;
    align-items: center;
}

.head-title .head-titlelist {
    display: block;
    width: 120px;
    padding: 0 5px;
    /* margin-left: 20px; */
    color: #333333;
}

.head-titlelist {
    position: relative;
    height: 50%;
    line-height: 100%;
    display: flex;
    align-items: center;
    margin-top: -15px;
}

.head-titlelist>a {
    padding: 8px;
    /* height: 100%; */
    display: block;
    width: 100%;
    line-height: 220%;
    /* padding-top: 30px; */
    font-family: Microsoft YaHei;
    color: #333333;
    border-radius: 5px;
}

.head-titlelist>a:hover {
    background-color: #c9daf8;
}

.hover-a {
    display: none;
    position: absolute;
    top: 38px;
    z-index: 222;
    width: 196px;
    background-color: #e69138;
    font-size: 16px;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

.newslist-a {
    position: relative;
}

.ssssssss {
    display: none;
    position: absolute;
    right: -79px;
    top: -19px;
    width: 100px;
    border-radius: 5px;
    background-color: #e69138;
}

.ssssssss a {
    display: block;
}

.newslist-a:hover .ssssssss {
    display: block;
}

.hover-a a {
    display: block;
    padding: 5px 10px;
    border-radius: 5px;
}

.hover-a a:hover {
    background-color: #c9daf8;
}

.head-titlelist:hover .hover-a {
    display: block;
}


.swiper1 img {
    width: 100%;
}

.product {
    background-color: #fff;
}

.product {
    box-sizing: border-box;
    padding: 40px;
}

.index-title {
    text-align: center;
}

.index-title .title {
    color: rgb(30, 80, 174);
    font-family: Î¢ÈíÑÅºÚ;
    font-size: 30px;
    line-height: 140%;
    font-weight: bold;
}

.index-title .line {
    width: 56px;
    height: 1px;
    background-color: #bebebe;
}

.line-title {
    width: 100%;
    justify-content: center;
    color: rgb(177, 177, 177);
    font-size: 18px;
}

.line-title span {
    padding: 12px;
}

.product-text {
    font-size: 16px;
    font-family: Î¢ÈíÑÅºÚ;
    letter-spacing: 1px;
    line-height: 200%;
    color: #5A5A5A;
    padding-top: 20px;
}

.product-list {
    padding: 0px 0;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
}

.product-box {
    width: 30%;

    padding-top: 80px;
}

.product-box a {
    flex-direction: column;
    align-items: center;
}

.product-box {
    padding-left: 56px;
}

.product-box:nth-child(3n-2) {
    padding-left: 0px;
}

.product-box .img {
    width: 247px;
    height: 210px;

    overflow: hidden;
}

.product-box .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.8s;
}

.product-box:hover .img img {
    transform: scale(1.1);
}

.product-box :nth-child(2) {
    padding: 20px;
    color: rgba(0, 0, 0, 1);
    font-family: Microsoft YaHei;
    font-size: 15px;
    font-weight: bold;
}

.product-box :nth-child(3) {
    color: #5A5A5A;
    line-height: 2;
    font-size: 16px;
}

.programme {
    background-color: #fff;
    justify-content: space-between;
    padding: 50px 0 100px 0;
    align-items: inherit;
}

.programme-title {
    height: 98px;
    background-color: #1e50ae;
    line-height: 98px;
    color: #fff;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
    font-size: 20px;

}

.programme-title a {
    color: #fff;
    font-size: 12px;
}

.programme-left {
    width: 48%;

}

.programme-box {
    padding: 15px 0 15px 10px;
    border-bottom: 1px dotted #c6c6c6;

}

.programme-box a {
    display: block;
    font-size: 14px;
    color: #5A5A5A;
    font-family: Microsoft YaHei;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.programme-right {
    width: 48%;
}

.partners {
    padding: 50px 0 80px 0;
}

.partners-title {
    text-align: center;
    font-size: 34px;
    color: #fff;
    padding: 0px 0 70px 0;
}

.partners-background {
    background: url(/templates/default/images/backbanner.png) center no-repeat;
    background-size: cover;
}

.partners-list {
    flex-wrap: wrap;
}

.partners-box {
    padding: 0 32px 20px 0;
    width: 12%;
    transition: all 0.5s;
    cursor: pointer;
}

.partners-box img {
    transition: all 0.5s;
}

.partners-box:hover img {
    transform: rotateY(360deg);
}

.partners-box:nth-child(7n) {
    padding: 0 0 20px 0;
}

.footer-background {
    width: 100%;
    background-color: rgb(27, 37, 46);
}

.foot {
    justify-content: center;
    align-items: center;
    color: rgb(139, 147, 157);
    font-size: 16px;
    font: Arial, "ËÎÌå", Helvetica, sans-serif, Verdana;
    height: 80px;
    border-bottom: 1px solid #5A5A5A;
}

.foot-list {
    align-items: center;
    margin: 0 30px;
}

.foot-bah {
    align-items: center;
    justify-content: center;
    height: 80px;
    font-size: 12px;
    color: #8b939d;
}

.foot-list span {
    padding: 0 10px;
}

.foot-box {
    color: #fff;
}

.foot-box1 {
    display: inline-block;
    background-color: #25C6DA;
    color: #fff;
    padding: 2px 5px;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
}

.foot-bah span {
    padding: 0 10px;
}

.fudong {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #fff;
}

#piaochuang1 {

    position: fixed;
    background-color: #40a0ff00;
    /*border-radiusÇÐ³öÔ²*/
    border-radius: 50px;
    height: 100px;
    width: 100px;
    left: 0px;
    top: 0px;
    /*¸¡ÓÚ×îÉÏ²ã*/
    z-index: 10000;
    /*Åä¾°Í¼Æ¬Õ¼Âúdiv*/
    background-image: url("/templates/default/images/css/static/1.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*ÒõÓ°*/
    box-shadow: -20px 20px 10px #88888846;
    cursor: pointer;
}

.float-container {
    position: relative;
    z-index: 99999999999999999999;
    width: 325px;
}

.float-container p {
    text-align: right;
    position: absolute;
    margin: 0;
    top: -25px;
    right: 0;
    cursor: pointer;
}

.go-top {
    position: fixed;
    bottom: 60px;
    right: 60px;
    cursor: pointer;
}

.kefu {
    transition: all 0.5s;
    z-index: 999;
    position: fixed;
    top: 20%;
    right: -130px;
    background-repeat: no-repeat;
    width: 191px;
    height: 400px;
    background-image: url(/templates/default/images/customerservice1.png);
}

.kefu:hover {
    right: 0;
}

.kfu-cont {
    width: 100%;
    height: 100%;
    position: relative;
}

.kfu-cont>span:nth-child(1) {
    position: absolute;
    top: 132px;
    left: 26px;
    color: #fff;
    font-size: 16px;
}

.kfu-cont a {
    width: 100px;
    height: 30px;
    position: absolute;
    top: 99px;
    left: 79px;
    /* color: #fff; */
    font-size: 16px;
    z-index: 9999;
    /* transition: all 0.3s; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.kfu-cont a:hover {
    background-color: #8b939d;
    color: #fff;
}

.kfu-cont a:hover .qq {
    display: none;
}

.kfu-cont a:hover .qq1 {
    display: block;
}

.kfu-cont a div {
    display: flex;
    align-items: center;
}

.kfu-cont div span {
    padding-left: 5px;
}

.kfu-cont .qq1 {
    display: none;
}


/* ¹«¹²css */

.public {
    min-height: 200px;
    background-color: #fff;
    padding: 50px 0;
}

.public-title {
    width: 80%;
    height: 80px;
    border-radius: 50px;
    box-shadow: 17px 14px 16px #b8b8b8;
    align-items: center;
    justify-content: space-around;
    margin: 0px auto;
    font-size: 16px;

}

.publicTiyle-list {
    padding: 15px 20px;
    border-radius: 50px;
    transition: all 0.5s;
    border: 1px solid #efefef;
}

.publicTiyle-click {
    padding: 15px 20px;
    border-radius: 50px;
    transition: all 0.5s;
    background-color: rgba(30, 80, 174, 1);
    color: #fff;
}

.choose {
    padding: 15px 20px;
    border-radius: 50px;
    transition: all 0.5s;
    background-color: rgba(30, 80, 174, 1);
    color: #fff;
}

.publicTiyle-list:hover {
    background-color: rgba(30, 80, 174, 1);
    color: #fff;
}


.public-center {
    width: 100%;
    align-items: flex-start;
    margin-top: 60px;
    /* min-height: 200px; */
}

.public-center-left {
    width: 31%;
    text-align: center;
}

.public-center-right {
    width: 75%;
    position: relative;
}

.public-center-left .top {
    color: rgb(238, 238, 238);
    font-size: 45px;
    line-height: 1.4;
}

.public-center-left .second {
    color: rgb(56, 56, 56);
    text-transform: none;
    text-indent: 0px;
    letter-spacing: normal;
    font-family: "Helvetica Neue", "PingFang SC", "Microsoft Yahei", "Î¢ÈíÑÅºÚ", STXihei, "»ªÎÄÏ¸ºÚ", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    word-spacing: 0px;
    float: none;
    display: inline !important;
    white-space: normal;
    orphans: 2;
    widows: 2;
    background-color: rgb(255, 255, 255);
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    -webkit-text-stroke-width: 0px;
    text-decoration-style: initial;
    text-decoration-color: initial;
    font-weight: bold;
}

.public-center-left .three {
    color: rgb(51, 51, 51);
    line-height: 16.8px;
    font-size: 11px;
}

.public-center-right .top {
    color: rgb(51, 51, 51);
    line-height: 193%;
    font-size: 16px;
    font-weight: bold;
}

.public-center-right::before {
    content: "";
    width: 1px;
    height: 142px;
    background-color: #d1d1d1;
    position: absolute;
    left: -10px;
    top: 0px;
}

.public-center-right .second {
    font-size: 14px;
    line-height: 2;
    padding: 20px 10px;
    color: #5A5A5A;
}

.intro {
    line-height: 1.9;
    padding-top: 50px;
    font-size: 12px;
    box-sizing: border-box;
    padding: 50px 30px;
}

.intro h1 {
    font-size: 24px;
}

.query {
    width: 100%;
    padding: 40px 30px;
    box-sizing: border-box;
}

.zs-list {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.zs-box {
    width: 23%;
    text-align: center;
    font-size: 19px;
    line-height: 1.5;
    margin-right: 30px;
    padding: 30px 0 0 0;
}


.zs-box:nth-child(4n) {
    margin-right: 0;
}

.yy-list {
    width: 80%;
    margin: 0 auto;
}

.yy-box {
    font-size: 15px;
    line-height: 4;
    border-bottom: 1px dashed #c6c6c6;
}

.yy-box span:nth-child(1) {
    font-size: 12px;
    color: #6d9eeb;
}

.cpzx-cent {
    align-items: flex-start;
    justify-content: space-between;
}

.cpzx-cent .left {
    width: 20%;
}

.cpzx-cent .right {
    width: 75%;
}

.cpzx-cent .left .box {
    background-color: #f6b26b;
    font-size: 16px;
    line-height: 3;
    font-weight: bold;
    margin: 1PX 0;
}

.cpzx-cent .left .box:hover {
    background-color: #c9daf8;
}

.cpzx-cent .left .box img {
    width: 25px;
    height: 25px;
    padding: 5px 15px;
}

.cpzx-cent .left .box1 {
    font-size: 14px;
    line-height: 3;
    padding-left: 60px;
    margin: 1px 0;
    background-color: #fce5cd;
    display: block;
    font-weight: bold;
}

.cpzx-cent .left .box1:hover {
    background-color: #c9daf8;
}

.cpzx-cent .left .box1:hover+.box {
    background-color: #c9daf8;
}

.cpzx-cent .left .list:hover .box1 {
    /* display: block; */
}
.cpzx-cent .top{
    margin-bottom: 20px;
}

.cpzx-cpbox {
    justify-content: space-between;
    padding: 10px 0;
    /* margin-top: 20px; */
    border-top: 1px solid #dddddd;
    border-color: rgb(204, 204, 204);
    border-width: 1px 0px 0px;
    border-style: dotted solid solid;
    align-items: flex-start;
}

/* .cpzx-cent .right .top {} */

.cpzx-cent .right .top .cpzx-title {
    font-size: 25px;
    letter-spacing: 1px;
    color: #5A5A5A;
    font-weight: bold;
}

.cpzx-cent .right .top .cpzx-text {
    font-size: 16px;
    color: #434343;
    line-height: 2;
    padding-top: 20px;
}



.gslc-list {
    width: 90%;
    margin: 30px auto;
}

.gslc-box:nth-child(2n-1) {
    overflow: hidden;
    width: 51%;
    left: 0;
    height: 120px;
    background-image: url(/templates/default/images/01-1.jpg);
    /* margin-bottom: -100px; */
    background-size: 100% 100%;
    text-align: right;
}

.gslc-box:nth-child(2n-1) p {
    padding-right: 100px;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    padding-left: 10px;
}

.gslc-box:nth-child(2n-1) p:first-child {
    padding-top: 14px;
    font-size: 24px;
    color: #1c4587;
    font-weight: bold;
    text-align: right;
}

.gslc-box:nth-child(2n) {
    overflow: hidden;
    width: 51%;
    position: relative;
    right: -48.55%;
    top: 0;
    height: 120px;
    background-image: url(/templates/default/images/01.jpg);
    background-size: 100% 100%;
}

.gslc-box:nth-child(2n) p {
    padding-left: 100px;
    font-size: 15px;
    line-height: 1.4;
}

.gslc-box:nth-child(2n) p:first-child {
    padding-top: 14px;
    font-size: 24px;
    color: #1c4587;
    font-weight: bold;
}

.gslc-yuanw {
    width: 43px;
    margin: 0 auto;
    position: relative;
    top: -10px;
    left: -1px;
}

.cpzx-cpbox .left {
    width: 20%;
    text-align: center;
    font-size: 18px;
    line-height: 2;
}


.cpzx-cpbox .left img {
    width: 100%;
}

.cpzx-cpbox .cent {
    width: 46%;
    padding-left: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: transparent;
    line-height: 1.8;
    color: #434343;
}

.cpzx-cpbox .right {
    width: 25%;
    font-size: 18px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
}
.cpzx-cpbox .right p{
    width: 100%;
}
.cpzx-cpbox .right img {
    width: 97px;
    height: 75px;
    padding-top: 15px;
}

.public-second {
    font-weight: bold !important;
}

.public-newsnava {
    padding: 20px;
    margin: 0 50px;
    font-size: 14px;
    color: #5A5A5A;
    border-bottom: 1px solid #e2e2e2;
}

.public-newsnav {
    flex-grow: 1;
}

.newpublic {
    width: 100% !important;
}

.dongtai {
    font-size: 14px;
    color: #6d9eeb;
}

.dongtai:hover {
    font-size: 14px;
    color: #2c90ff;
}

.abouts-public {
    background-color: #fff;
    min-height: 200px;
    padding: 20px 0;
}


.abouts-title {
    padding: 20px;
}

.abouts-title span {
    font-size: 28px;
    padding-right: 10px;
}

.abouts-title div {
    flex-grow: 1;
    border-bottom: 1px solid #d1d1d1;
}

.abouts-title div p {
    margin-bottom: 9px;
}

.adress {
    flex-grow: 1;
    line-height: 2;
    font-size: 20px;
}

.xiangxi {
    width: 80%;
    margin: 20px auto;
}


.ewm {
    width: 203px;
    height: 203px;
}

.maps {
    width: 100%;
    height: 500px;
}

.yyyont-title {
    width: 100%;
    font-family: Microsoft YaHei;
    font-size: 24px;
    color: #333333;
    font-weight: normal;
    text-align: center;
}

.yyydscend-listserl {
    width: 100%;
    align-content: center;
    justify-content: center;
    padding-top: 30px;
}

.yyy-fxiang {
    padding-left: 40px;
}

.yyy-textcont {
    width: 100%;
    padding: 30px 60px;
    font-size: 16px;
    font-family: Î¢ÈíÑÅºÚ, sans-serif;
    line-height: 40px;
    box-sizing: border-box;
    color: #5A5A5A;
}

.newspage li {
    padding: 10px 50px;
    font-size: 16px;
}

.intro {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 60px;
}

.intro-list {
    width: 50%;
    line-height: 2;
}

.intro-list:nth-child(2) {
    box-sizing: border-box;
    padding: 25px;
}

.intro-list:nth-child(3) {
    box-sizing: border-box;
    padding: 25px;
}

.swiper-pagination-bullet {
    width: 19px;
    height: 18px;
    border: solid 2px #660000;
    background: #000000;
}

.swiper-pagination-bullet-active {
    background-color: #660000;
}

.showPages {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px 0 0 0;
}

.showPages a {
    margin: 5px;
    cursor: pointer;
}

.queryh1-1 {
    font-size: 29px;
    font-family: Î¢ÈíÑÅºÚ;
    font-weight: 300;
    margin-top: 60px;
    margin-bottom: 20px;
}

.zsadf {
    padding-top: 50px;
    width: 100%;
    line-height: 2;
    display: flex;
    color: #5a5a5a;
    font-family: Microsoft YaHei;
    font-size: 14px;
    box-sizing: border-box;
}

.zsadf img{
    padding-left: 30px;
}

.form .con {
    width: 80%;
    margin: 20px auto;
    flex-wrap: wrap;
}
.form .con .inputbox {
    width: 45%;
    margin: 0 0 20px 0;
}
.form .con .inputbox .text{
    font-size: 20px;
    margin: 0 0 15px 0;
}
.form .con .inputbox .input{
    width: 100%;
}
.form .con .inputbox .input input{
    width: 90%;
    background: #f7f7f7;
    border: none;
    outline: none;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 10px;
}
.form .con .inputbox .input span{
    width: 10%;
    display: block;
    color: #ff0000;
}
.form .con .textareabox{
    width: 100%;
    margin: 0 0 20px 0;
}
.form .con .textareabox .text{
    font-size: 20px;
    margin: 0 0 15px 0;
}
.form .con .textareabox .textarea{
    width: 88%;
}
.form .con .textareabox .textarea textarea{
    width: 97%;
    background: #f7f7f7;
    border: none;
    outline: none;
    line-height: 40px;
    font-size: 16px;
    color: #666666;
    box-sizing: border-box;
    padding: 0 10px;
    height: 100px;
}
.form .con .textareabox .textarea span{
    width: 3%;
    display: block;
    color: #ff0000;
}
.form .con .submit{
    width: 15%
}
.form .con .submit input{
    background: #1e50ae;
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
}<!--ºÄÊ±1763772208.5081Ãë-->