html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
textarea,
input {
    margin: 0;
    padding: 0
}

address,
cite,
dfn,
em,
var,
i {
    font-style: normal
}

body {
    font-size: 15px;
    color: #333;
    font-family: MicrosoftYaHei
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-weight: normal
}

fieldset,
img {
    border: 0
}

a,
img {
    -webkit-touch-callout: none
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none;
    color: #333
}

input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}

ul,
ol {
    list-style: none
}

:focus {
    outline: none
}

.clearfix {
    clear: both;
    content: "";
    display: block;
    overflow: hidden
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

html,
body {
    height: 100%;
    width: 100%
}

.text1 {
   
    white-space: nowrap; 
    overflow: hidden;
    text-overflow: ellipsis;
   }
   .text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
.web_wrap {
    /* min-width: 1500px;
    max-width: 1920px; */
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.model_box {
    padding: 40px 0
}

h2.model_title {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-bottom: 73px
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #4968FF;
    border: 1px solid #4968FF;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 8px 20px;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #4968FF;
    border-color: #4968FF
}

.icon-down {
    display: inline-block;
    width: 15px;
    height: 14px;
    background: url("../../img/xing/down_select1.png");
    background-size: 12px;
    background-position: 50%;
    background-repeat: no-repeat
}

#header {
    position: fixed;
    z-index: 100;
    width: 100%;
    /* max-width: 1920px; */
    padding: 0 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
    z-index:999999;
    left: 0;
    top: 0;
}

#header header {
    width: 100%
}

#header header .header_wrap {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

#header header .header_wrap .header_right {
    display: flex;
    align-items: center
}

#header header .header_wrap .header_right .menu {
    margin-right: 54px;
    display: flex;
    align-items: center;
    cursor: pointer
}

#header header .header_wrap .header_right .menu .menu_item {
    padding: 0 40px;
    display: block;
    height: 80px;
    line-height: 80px;
    color: #333
}
#header header .header_wrap .header_right .menu li{
    position: relative;
}
#header header .header_wrap .header_right .menu li:after,#header header .header_wrap .header_right .menu .chanpin:after{
    content: "";
    position: absolute;
    border-bottom: 2px solid #3955FF;
    left: 51%;
    right: 51%;
    bottom: 0;
    transition: all .3s linear;
}
#header header .header_wrap .header_right .menu li:hover:after,#header header .header_wrap .header_right .menu .chanpin:hover:after {
    left: 0;
    right: 0
}


#header header .header_wrap .header_right .menu li.active>a{
    font-weight: bold;
    color: #3955FF
}
#header header .header_wrap .header_right .menu .chanpin{
    height: 80px;
    line-height: 80px;
    position: relative;
    display: block;
}
#header header .header_wrap .header_right .menu .chanpin.active {
    font-weight: bold;
    color: #3955FF
}

#header header .header_wrap .header_right .menu .chanpin.active .icon-down {
    background: url("../../img/xing/down_select1.png");
    background-size: 12px;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-left: 4px;
}

#header header .header_wrap .header_right .menu .menu_item:hover>a{
    color: #3955FF
}

#header header .header_wrap .header_right .menu .menu_item:hover .icon-down {
    background: url("../../img/xing/down_select2.png");
    background-size: 12px;
    background-position: 50%;
    background-repeat: no-repeat
}

#header header .header_wrap .header_right .menu .product {
    position: relative
}

#header header .header_wrap .header_right .menu .preduct_show {
    padding-top: 2px;
    position: absolute;
    right: -400px;
    top: 60px;
    display: none;
    cursor: initial;
    
}

@media screen and (max-width: 1500px) {
    #header header .header_wrap .header_right .menu .preduct_show {
        right: -50px
    }
}

#header header .header_wrap .header_right .menu .productList {
    width: auto;
    height: 260px;
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    display: flex;
    justify-content: space-between
}

#header header .header_wrap .header_right .menu .productList .product_item {
    width: 250px
}

#header header .header_wrap .header_right .menu .productList .product_item .product_title {
    line-height: 36px;
    font-size: 16px;
    font-weight: 600;
    color: #252a3d;
    display: -moz-box;
    display: flex;
    border-bottom: 1px solid #dfe1e5;
    margin-bottom: 16px
}

#header header .header_wrap .header_right .menu .productList .product_item a {
    display: block;
    line-height: 36px
}

#header header .header_wrap .header_right .menu .productList .product_item a:hover {
    color: #3A72FF
}

#header header .header_wrap .header_right .menu .dropdown:hover .preduct_show {
    display: block
}
#footer{
    background-color: #282b31;
}

footer .fuwu {
    height: 300px;
    /* background: url("../../img/xing/footer_banner.png");
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; */
    
    border-bottom: 1px solid #606879;
    height: 98px;
}
footer .fuwu .w1200{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .fuwu .fuwu-item {
    /* margin: 0 100px */
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.fuwu-item img{
    display: block;
    width: 26px;
    height: 26px;
    margin-right: 8px;
}

.fuwu-item p {
    color: #fff;
    font-size: 16px;height: 98px;
    line-height: 98px;
}
.footCon{
    overflow: hidden;
    padding: 30px 0;
}
.footCon_left{
    float: left;
    display: flex;
    justify-content: flex-start;
}
.footCon_leftItem{
    width: 160px;
}
.footCon_leftItem h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}
.footCon_leftItem  li{
   
    line-height: 44px;
}
.footCon_leftItem  li a{
    display: block;
    font-size: 14px;
    color: #606879;
}
.footCon_right{
 float: right;
 width: 260px;
 margin-top: 50px;
}
.footCon_right h3{
 font-size: 20px;
 font-weight: 700;
 margin-bottom: 20px;
 color: #fff;
 /* text-align: center; */
}
.footCon_right>div{
display: flex;
 justify-content: flex-start;
 align-items: center;
 padding-bottom: 20px;
}
.footCon_right div img{
 display: block;
 width: 38px;
 height: 38px;
 margin-right: 20px;
}
.footCon_right div span{
 display: block;
 font-size: 28px;
 color: #fff;
 text-align: center;
}
footer .footer {
   border-top: 1px dashed #606879;
    height: 116px;
    font-size: 14px;
    color: #606879;
    padding: 024px 0;
}
.footerLink{
font-size: 16px;
color: #606879;
margin-bottom: 30px;
}
.footerLink span{
    display: inline-block;
    font-size: 16px;
    color: #fff;
}
.footerLink a{
    display: inline-block;
    font-size: 14px;
    color: #606879;
    padding: 0 4px;
}
footer .footer p {
    font-size: 14px;
    color: #606879;
}
footer .footer p a{
    font-size: 14px;
    color: #fff;
}


.newsGroup{
    background: #f6f7f9;
}






      #flexd_slide {
        position: fixed;
        right: 0px;
        bottom: 300px;
        z-index: 999999;
        width:90px;
        /*height: 360px;*/
        background: #ffffff;
       
        box-shadow: -11px 12px 40px 0px rgba(134, 134, 134, 0.06);
        
      }
  
      #flexd_slide ul {
        width: 90px;
        padding: 0px 10px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background: #ffffff;
        z-index: 999;
        box-shadow: -11px 12px 40px 0px rgba(134, 134, 134, 0.06);
       
      }
  
      #flexd_slide li {
        box-sizing: border-box;
        flex: 1;
        padding:28px 0;
        border-bottom: 1px solid #a7aebc;
        position: relative;
      }
  
      #flexd_slide li:last-child {
        border: 0px;
      }
  
      .s_img {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        position: relative;
      }
  
      #flexd_slide .zhiCustomBtn {
        margin-left: -9px;
      }
  
      .s_block {
        box-sizing: border-box;
        position: absolute;
        right: -400%;
        top: 0;
        min-width: 135px;
        min-height: 100%;
        background: #ffffff;
        box-shadow: -11px 12px 40px 0px rgba(134, 134, 134, 0.06);
        border-radius: 7px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0px 10px;
        transition: right 0.5s;
        z-index: -1;
      }
  
      .s_block span {
        box-sizing: border-box;
        flex: 1;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
      }
  
      .s_block span:first-child {
        border-bottom: 1px solid #a7aebc;
      }
  
      .s_img:hover .s_block {
        right: 110%;
      }
  
.title{
        text-align: center;
        padding: 40px 0;
    }
    .title span{
        display: block;
        font-size: 26px;
        color: #afb7c0;
        font-weight: 700;
    }
    .title h3{
    color: #333;
    font-size: 20px;
    }
    .colorWrite span,.colorWrite h3{
        color: #fff;
    }

    #box_body{
        position: relative;
    }
    
    .w1200{
        width: 1200px;
        margin: 0 auto;
    }
      


    .cxBanner {
    
        margin-top:80px;
    }
    .cxBanner img{
        display: block;
    }
    
    .CxText {
        /* width: 1200px;
        position: absolute;
        left: calc(50% - 600px);
        top: 460px;
        z-index: 99999;
        background-color: rgba(235,243,253.7);
        padding: 40px;
        border: 1px solid #b1d4fb;
        border-radius: 20px; */

        width: 1200px;
    margin: -120px auto 0;
    z-index: 99999;
    background-color: rgba(235,243,253.7);
    padding: 40px;
    border: 1px solid #b1d4fb;
    border-radius: 20px;
    z-index: 9999;
    position: relative;
    }
    .CxText p{
        font-size: 24px;
        color: #333;
        line-height: 48px;
    }



    .pages{
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pages a{
        padding: 0 8px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        color: #999;
        border: 1px solid #e0e0e0;
        margin-right: 4px;
        display: block;
        cursor: pointer;
    }
    .pages a:last-child{
        margin: 0; 
    }
    .pages a.pagesC{
        /* width: ; */
    }
    .pages a:hover,.pages a.active{
        background-color: #3A72FF;
        color: #fff;
    }
    .pagesMargin{
        padding: 30px 0;

    }
	
	.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #444c69;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #262a3b;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #3A72FF;
  border-color: #444c69;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
	
.pager {
  padding: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.pager .pagination {
  margin: 0;
}
.pager .pager {
  margin: 0;
}
.pager li {
  margin: 0 0.4em;
  display: inline-block;
}
.pager li:first-child > a,
.pager li:last-child > a,
.pager li:first-child > span,
.pager li:last-child > span {
  padding: 0.5em 1.2em;
}
.pager li > a,
.pager li > span {
  background: none;
  border: 1px solid #e6e6e6;
  border-radius: 0.25em;
  padding: 0.5em 0.93em;
  font-size: 14px;
}



.mobileHead{
    display: none;
}







/* -------------------------初始化设置移动端显示---------------------- */

  
 
  @media screen and (max-width: 768px) {
    body {
      min-width: 100%;
    }
    html::-webkit-scrollbar {
      width: 0;
      height: 0;
    }
    #flexd_slide{
        display: none;
    }
    #header header .header_wrap{
        display: none;
    }
    .mobileHead{
        width: 100%;
        padding: 0 10px;
        height: 80px;
        box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid #fafafa;
    z-index: 999;
    position: relative;
    font-size: 16px;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    }
    .mobileHead_left img{
        display: block;
        width: 140px;
    }
    .mobileHead_Down{
        display: block;
        width: 40px;
        height: 40px;
    }
    .mobileHead_menu{
        position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    }
    .mobileHead_menu>li {
        height: 100%;
        font-size: 16px;
        color: #333;
        
        letter-spacing: .5px;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid #ddd;
    }
    .menuItem{
        width: calc(100% - 60px);
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
   display: block;
    background: url(../../img/xing/down.png)  no-repeat right center;
    background-size: 10px 16px;

   
    }
    .menuItem_ej{
        background-color: #fafafa;
        display: none;
    }
    .menuItem_ejGroup{
      overflow: hidden;
    padding: 0 50px;
    }
    .ejGroup_item{
        height: 50px;
        /* padding: 0 50px;
        display: block; */
        line-height: 50px;
        width: 50%;
        float: left;
    }
    
    .cxBanner img{
        width: 100%;
        height: 124px;
        object-fit: cover;
    }
  
    footer .fuwu{
        padding: 0 20px;
    }
    .w1200{
        width: 100%;
    }
    footer .fuwu .fuwu-item{
        width: 50%;
        float: left;
    }
    .fuwu-item p{
        height: 46px;
        line-height: 46px;
        font-size: 14px;
    }
    footer .fuwu .w1200{
        display: inline;
        overflow: hidden;
    }
    .footCon{
        padding: 20px 10px;
    }
    .footCon_left{
        display: none;
    }
    .footCon_right{
        float: inherit;
        width: 100%;
        margin: 0 auto;
    }
    .footCon_right div img{
        /*margin: 0 auto 20px;*/
    }
    footer .footer{
        padding: 20px 10px;
        height: 178px;
    }
    .footerLink{
        margin-bottom: 20px;
    }
    .footerLink span{
        display: block;
        margin-bottom: 16px;
    }
    footer .footer p{
        text-align: center;
    }
    footer .footer p span{
        display: block;
        margin-top: 10px;
    }
    .model_box{
        padding: 0;
    }
    
        
    .footCon_right{
 width: 100%;
        float:inherit
}
.footCon_right h3{
 font-size: 17px;
    fofont-weight:400;
 margin-bottom: 20px;
 color: #fff;
 /* text-align: center; */
}
.footCon_right>div{
display: flex;
 justify-content: flex-start;
 align-items: center;
}
.footCon_right div img{
 display: block;
 width: 30px;
 height: 30px;
    margin:0;
 margin-right: 20px;
}
.footCon_right div span{
 display: block;
 font-size: 24px;
 color: #ff !important;
 text-align: left;
}


    .CxText {
        width: calc(100% - 20px);
        position: initial;
        margin: 10px;
        padding: 10px;
        margin-top: 20px;
    }
    .CxText p {
        font-size: 15px;
        line-height: 30px;
    }
  }
  