@charset "UTF-8";
* { word-wrap: break-word; }

*, *:before, *:after { box-sizing: border-box; outline: none; }

html { overflow-x: hidden; }

html, body, h1, h2, h3, h4, h5, h6, hr, p, iframe, dl, dt, dd, ul, ol, li, pre, form, button, input, textarea, th, td, fieldset { margin: 0; padding: 0; font-weight: normal; -webkit-tap-highlight-color: transparent; }

ul, ol, dl { list-style-type: none; }

html, body { *position: static; color: #000; background: #fff; width: 100%; height: auto; }

address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: 400; }

input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; border: 0; }

input, button { overflow: visible; vertical-align: middle; outline: none; }

/*body, th, td, button, input, select, textarea { font-size: 14px; font-family: "PingFang SC Regular",-apple-system,"Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,Verdana,sans-serif,"WenQuanYi Micro Hei","\5B8B\4F53"; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }*/
body, th, td, button, input, select, textarea { font-size: 14px; font-family: "Microsoft Yahei",arial; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; }

a { text-decoration: none; cursor: pointer; -webkit-tap-highlight-color: transparent; -webkit-transition: all .4s ease; transition: all .4s ease; color: #000; }

a:hover, a:focus, a:active { text-decoration: none; outline: none; }

a.ie6:hover { zoom: 1; }

b, i { font-weight: normal; font-style: normal; }

sub, sup { vertical-align: baseline; }

button, input[type="button"], input[type="submit"] { line-height: normal !important; }

img { max-width: 100%; border: 0; object-fit: cover; /*display: block;*/-webkit-user-drag: none; }

a * { -webkit-transition: all .4s ease; transition: all .4s ease; }

input, textarea { border: 0; background: none; outline: none; resize: none; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

input[type="text"], input[type="tel"], input[type="button"], input[type="submit"], input[type="reset"], input[type="password"], input[type="email"], textarea { -webkit-appearance: none; border-radius: 0; -webkit-tap-highlight-color: transparent; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none !important; margin: 0; }

input::-moz-placeholder, textarea::-moz-placeholder { color: #bbb; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #bbb; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #bbb; }

::-webkit-scrollbar { width: 4px; height: 4px; background-color: white; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

::-webkit-scrollbar-thumb { background-color: #c8c8c8; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

/*font*/
@font-face { font-family: "PingFang SC Light"; src: url("../fonts/pingfang sc light.ttf") format("truetype"); font-weight: normal; font-style: normal; }

@font-face { font-family: "PingFang SC Regular"; src: url("../fonts/pingfang sc regular.ttf") format("truetype"); font-weight: normal; font-style: normal; }

@font-face { font-family: "PingFang SC Semibold"; src: url("../fonts/pingfang sc semibold.ttf") format("truetype"); font-weight: normal; font-style: normal; }

.cl:after, .clearfix:after { content: ""; display: block; height: 0; clear: both; visibility: hidden; }

.cl, .clearfix { zoom: 1; }

.fl { float: left !important; }

.fr { float: right !important; }

.highlight { color: #E30B20 !important; margin: 0 !important; }

.swiper-lazy-preloader { border-color: #1A52EE; }

.mobileshow { display: none !important; }

@keyframes a_banner_s_line { 
    0% { 
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform-origin: 50% 100%;
        -webkit-transform-origin: 50% 100%;
        -ms-transform-origin: 50% 100%;
        -moz-transform-origin: 50% 100%;
        -o-transform-origin: 50% 100%;
        opacity: 1; 
  }
  20% { 
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1; 
  }
  30% { 
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 0; 
  }
  31% { 
    transform: scale(1, 0.01);
    -webkit-transform: scale(1, 0.01);
    -ms-transform: scale(1, 0.01);
    -moz-transform: scale(1, 0.01);
    -o-transform: scale(1, 0.01);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 0; 
  }
  50% { 
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    opacity: 1; 
  }
  100% { 
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    opacity: 1; 
  } 
}

@keyframes mymove { 
    from { left: -16px; }
    to { left: 40px; } 
}

.wrap { height: auto; overflow: hidden; }

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

.shareWx-box { text-align: center; }

.shareWx-box .url_img { margin: 15px auto 5px; }

.shareWx-box p { font-size: 13px; }

#content { height: auto; overflow: hidden; position: relative; z-index: 1; background: #fff; }

.bigTitle { font-size: 48px; color: #333; text-align: center; }

.bigTitleEn { font-size: 20px; color: #CFCFCF; text-align: center; margin-top: 5px; text-transform: capitalize; font-family: "PingFang SC Light"; }

.commonBtn { width: 220px; height: 60px; line-height: 60px; background: #1A52EE; font-size: 16px; color: #fff; box-shadow: 0 3px 12px rgba(26, 82, 238, 0.2); border-radius: 50px; display: block; text-align: center; margin: 50px auto 0; }

.commonBtn i { font-size: 20px; vertical-align: -2px; }

.commonBtn:hover i { margin-left: 5px; }

.bsBox { box-sizing: content-box; }

.noMore { font-size: 14px; color: #888; text-align: center; margin-top: 20px; }

/*! 1501-1920px */
.container { width: 1440px; margin: 0 auto; position: relative; transition: all .4s ease; }




/* header */
.header { width: 100%; position: fixed; left: 0; top: 0; z-index: 3; clear: both; transition: all .4s ease; }

.header .head { height: auto; overflow: hidden; transition: .8s background-color ease-in; }

.header .head .container { width: auto; padding: 0 80px; }

.header .head .container .logo { /*width: 188px; height: 46px;*/width: 388px; height: 72px; background: url("../images/swlogo.png") center no-repeat; background-size: 100%; margin: 14px 0; display: block; float: left; }

.header .head .container .nav { height: auto; overflow: hidden; float: right; }

.header .head .container .nav .item { font-size: 18px; color: #fff; float: left; padding: 30px 0 28px; margin-left: 48px; position: relative; }

.header .head .container .nav .item:after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0; background: #fff; transition: all .4s ease; transform: translateY(-15px); }

/*.header .head .container .nav .item.active:after, .header .head .container .nav .item:hover:after { height: 3px; transform: translateY(-8px); }*/

.header .head .container .nav .item.search.active { color: #333 !important; }

/*二级菜单*/
.header .secondmenu { height: auto; overflow: hidden; position: relative; transition: all .4s; }

.header .secondmenu .container { height: auto; overflow: hidden;padding-top: 0.7%; padding-bottom: 0.7%;}

/*.header .secondmenu .left { width: 33%; text-align: right; float: left; position: relative; z-index: 1; padding-right: 35px; }

.header .secondmenu .left h1 { font-size: 24px; color: #000; }

.header .secondmenu .left h2 { font-size: 44px; color: rgba(51, 51, 51, 0.19); font-family: "PingFang SC Light"; }

.header .secondmenu .left:after { content: ""; width: 3px; height: 82px; background: rgba(26, 82, 238, 0.2); position: absolute; right: 0; top: 5px; }
*/
.header .secondmenu .secondmenuinfo { width: 90%; padding-left: 4%; float: right; position: relative; z-index: 1; }

.header .secondmenu .secondmenuinfo .snav { height: auto; overflow: hidden; /*float: left;*/ margin-right: 10%;text-align: center; }

.header .secondmenu .secondmenuinfo .snav .item { width:120px;font-size: 16px; line-height: 36px; color: #a6ceff; display: inline-block; }

.header .secondmenu .secondmenuinfo .snav .item:hover { color: #fff; }

/*.header .secondmenu .secondmenuinfo .img { width: 70%; max-width: 480px; float: left; }*/

.header .secondmenu .secondmenuinfo .img img { width: 100%; }

.header .secondmenu:before { content: ""; width: 40%; height: 100%; background: rgba(0, 71, 157, 0.7); position: absolute; left: 0; top: 0; }

.header .secondmenu:after { content: ""; width: 60%; height: 100%; background: rgba(0, 71, 157, 0.7); position: absolute; right: 0; top: 0; }

.header .secondmenu .secondmenuItem { display: none; }

.header .msecondmenu { display: none; }

.header.header-white .head { background: #fff; transition: none; }

.header.header-white .head .logo { background: url("../images/swlogo2.png") center no-repeat; background-size: 100%; }

.header.header-white .head .nav .item { color: #333; }

.header.header-white .head .nav .item.active, .header.header-white .head .nav .item:hover { color: #1A52EE; }

.header.header-white .head .nav .item.active:after, .header.header-white .head .nav .item:hover:after { display: none; }

.header.header-white .head .nav .item.search:hover { color: #1A52EE !important; }

.header.header-white .searchBtn { color: #333; }

.header .searchBox { height: auto; overflow: hidden; position: relative; display: none; }

.header .searchBox .container { width: auto; padding: 0 80px; }

.header .searchBox .box { height: auto; width: 350px; padding: 10px 0; background: rgba(0, 0, 0, 0.5); float: right; }

.header .searchBox .box input { width: 90%; height: 40px; padding: 0 20px; font-size: 14px; color: #fff; float: left; }

.header .searchBox .box .btn { width: 10%; display: block; float: right; }

.header .searchBox .box .btn i { font-size: 16px; color: rgba(255, 255, 255, 0.5); line-height: 40px; }



.swbread{
    width: 100%;
    float: left;
}
.swbread .swbreadinfo{
    width: 100%;
    padding:0 96px;
    text-align: right;
    float: left;
}
.swbread .swbreadinfo a{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}



/*footer*/
.swfoot{
    width: 100%;
    background: #343537;
    float: left;
}
.swfoot .swfootinfo{
    width: 100%;
    padding:80px 96px 0;
    padding:80px 96px 25px;
    float: left;
}
.swfoot .swfootinfo .topfoot{
    width: 100%;
    float: left;
}
.swfoot .swfootinfo .topfoot .leftfoot{
    width: 48%;
    display: inline-block;
    float: left;

}
.swfoot .swfootinfo .topfoot .leftfoot .footlogo{
    width: 54%;
    display: inline-block;
    float: left;

}
.swfoot .swfootinfo .topfoot .leftfoot .footlogo img{
    width: 100%;
    display: inline-block;
}
.swfoot .swfootinfo .topfoot .leftfoot .footcomp{
    width: 84%;
    display: inline-block;
    float: left;
    padding-left: 14px;

}
.swfoot .swfootinfo .topfoot .leftfoot .footcomp .footcncomp{
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    float: left;
    line-height: 30px;
    
}
.swfoot .swfootinfo .topfoot .leftfoot .footcomp .footencomp{
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    float: left;
}
.swfoot .swfootinfo .topfoot .rightfoot{
    width: 48%;
    display: inline-block;
    float: right;

}
.swfoot .swfootinfo .topfoot .rightfoot .footmenu{
    width: 100%;
    float: left;
    display: flex;
      justify-content: center;
      align-items: center;
}
.swfoot .swfootinfo .topfoot .rightfoot .footmenu .footmenuitem{
    width: 20%;
    display: inline-block;
    float: left;
}
.swfoot .swfootinfo .topfoot .rightfoot .footmenu .footmenuitem a{
    width: 100%;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}
.swfoot .swfootinfo .bottfoot{
    width: 100%;
    margin-top:40px;
    
    float: left;
}

.swfoot .swfootinfo .bottfoot .footcopyright{
    width: 100%;
    margin:0 auto;
    padding:35px 0;
    border-top: #3D3F42 solid 1px;
    /*display: flex;
    justify-content: center;
    align-items: center;*/
}
.swfoot .swfootinfo .bottfoot .footcopyright p{
    width: 100%;
    width: auto;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #CCCCCC;
    line-height: 30px;
    margin:0 10px 0 0;
    float: left;
}
/*.swfoot .swfootinfo .bottfoot .footcopyright p:last-child{
    margin-left: 30px;
}*/
.swfoot .swfootinfo .bottfoot .footcopyright p a{
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    color: #CCCCCC;
    float: left;
}

/*
.NeiPage .content { padding: 80px 0 140px; }

.NeiPage .title h2 { font-size: 30px; color: #333; font-family: "PingFang SC Semibold"; }

.NeiPage .title h3 { font-size: 36px; color: #DCE2F2; line-height: 50px; margin-top: 5px; font-family: "PingFang SC Light"; text-transform: capitalize; }

.NeiPage .leftTitle { float: left; padding-top: 40px; position: relative; z-index: 2; }

.NeiPage .leftTitle h2 { font-size: 30px; color: #333; font-family: "PingFang SC Semibold"; }

.NeiPage .leftTitle h3 { font-size: 36px; color: #DCE2F2; line-height: 40px; margin-top: 10px; text-transform: capitalize; font-family: "PingFang SC Light"; }

.neiBanner { width: 100%; height: 300px; overflow: hidden; background-size: cover; background-repeat: no-repeat; background-position: center; position: relative; z-index: 1; }
*/


/*positionTabs*/
/*

.Page404 .main { padding-top: 10%; }

.Page404 .main .img { margin: 0 auto 20px; display: block; }

.Page404 .main .text { height: auto; overflow: hidden; margin-top: 20px; text-align: center; }

.Page404 .main .text h1 { font-size: 50px; color: #333; display: inline-block; font-weight: bold; }

.Page404 .main .text .p { display: inline-block; }

.Page404 .main .text .p p { width: 100px; font-size: 14px; line-height: 18px; color: #333; float: left; margin: 0 15px; }

.Page404 .main .text .p .btn { width: 180px; height: 38px; line-height: 38px; font-size: 14px; border: 1px solid #1A52EE; color: #1A52EE; text-align: center; display: block; float: left; }

.Page404 .main .text .p .btn i { font-size: 14px; color: #1A52EE; }*/


/*Search*/
.Search .neiBanner { background-image: url("../images/search-banner.jpg"); }

.Search .content { padding: 80px 0; }

.Search .main { position: relative; min-height: 50vh; }

.Search .main .search { width: 700px; height: auto; overflow: hidden; margin: 30px auto 40px; }

.Search .main .search input { width: 580px; height: 47px; font-size: 16px; border: 1px solid #ddd; padding: 0 15px; float: left; }

.Search .main .search .btn { width: 120px; line-height: 45px; background: #1A52EE; display: block; float: left; text-align: center; }

.Search .main .search .btn i { font-size: 20px; color: #fff; }

.Search .main .search .btn:hover { background: #3163ef; }

.Search .main .tabs { height: auto; overflow: hidden; }

.Search .main .tabs a { line-height: 45px; width: 140px; text-align: center; background: #eee; font-size: 16px; color: #666; display: inline-block; margin-right: 10px; margin-bottom: 10px; }

.Search .main .tabs a.active, .Search .main .tabs a:hover { background: #1A52EE; color: #fff; }

.Search .main ul { height: auto; overflow: hidden; margin-top: 40px; }

.Search .main ul li { height: auto; overflow: hidden; margin-bottom: 25px; border-bottom: 1px solid #eee; padding-bottom: 25px; }

.Search .main ul li h2 { font-size: 16px; color: #333; margin-bottom: 10px; transition: all .4s ease; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.Search .main ul li h2 span { color: #1A52EE; margin-right: 15px; }

.Search .main ul li p { font-size: 14px; color: #999; line-height: 24px; margin-bottom: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.Search .main ul li p:last-child { margin-bottom: 0; }

.Search .main ul li:hover h2 { color: #1A52EE; }

.Search .main .nodate { text-align: center; margin: 100px 0 50px; }

.Search .main .nodate img { display: block; margin: 0 auto 20px; }

.Search .main .nodate p { font-size: 15px; color: #999; }



.banner .bannerinfo .bannertxt .bannerentxt {
    text-transform: uppercase;
}

/*====================================================================================================================*/




/*! 1200 ~ 1500  主内容区1140 */
@media (max-width: 1500px) { 
  .container { width: 1140px; }
  .bigTitle { font-size: 40px; }
  .bigTitleEn { font-size: 18px; margin-top: 1px; }
  .commonBtn { width: 200px; height: 56px; line-height: 56px; font-size: 14px; margin: 40px auto 0; }
  .commonBtn i { font-size: 20px; vertical-align: -2px; }

  /* header */
  .header .head .container { padding: 0 80px; }
  .header .head .container .logo { width: 269px; height: 50Px; margin: 14px 0; }
  .header .head .container .nav .item { font-size: 16px; padding: 25px 0 20px; margin-left: 30px; }
/*  .header .secondmenu .left h1 { font-size: 22px; }
  .header .secondmenu .left h2 { font-size: 40px; }
  .header .secondmenu .left:after { width: 3px; height: 75px; top: 5px; }*/
  .header .secondmenu .secondmenuinfo .snav { margin-right: 10%; }
  .header .secondmenu .secondmenuinfo .snav .item { 
    width:100px;
    font-size: 14px; 
    line-height: 32px; 
  }

  /*footer*/

/*  .NeiPage .content { padding: 73px 0; }
  .NeiPage .title h2, .NeiPage .leftTitle h2 { font-size: 26px; }
  .NeiPage .title h3, .NeiPage .leftTitle h3 { font-size: 30px; line-height: 30px; }
  .NeiPage .leftTitle { padding-top: 40px; }
  .neiBanner { height: 234px; }
*/
  /*positionTabs*/
/*  .positionTabs { margin-bottom: 40px; }
  .positionTabs .position { line-height: 70px; }
  .positionTabs .position a.home { width: 70px; height: 70px; }
  .positionTabs .tabs { line-height: 70px; }
  .page a { width: 40px; line-height: 40px; border-radius: 40px; font-size: 14px; }
  .page a.first, .page a.last { width: 80px; }*/
  

  /*Search*/
  .Search .content { padding: 73px 0; }
  .Search .main .search input { font-size: 14px; }
  .Search .main .search .btn i { font-size: 18px; }
  .Search .main .tabs a { font-size: 14px; }
  .Search .main ul { margin-top: 40px; }
  .Search .main ul li { margin-bottom: 25px; padding-bottom: 25px; }
  .Search .main ul li h2 { font-size: 16px; }
  .Search .main ul li p { font-size: 14px; line-height: 24px; margin-bottom: 10px; } 






}






@media (max-width: 1440px) { 



}
@media (max-width: 1300px) { 


    
}





















/*====================================================================================================================*/



/*! 992 ~ 1199  主内容区960 */
@media (max-width: 1199px) { 

  .container { width: 960px; }
  .bigTitle { font-size: 36px; }
  .bigTitleEn { font-size: 16px; margin-top: 1px; }
  .commonBtn { width: 160px; height: 50px; line-height: 50px; font-size: 12px; margin: 30px auto 0; }
  .commonBtn i { font-size: 18px; vertical-align: -2px; }

  /* header */
  .header .head .container { padding: 0 30px; }
  .header .head .container .logo { width: 269px; height: 50px; }
  .header .head .container .nav .item { font-size: 16px; padding: 25px 0; margin-left: 20px; }
/*  .header .secondmenu .left h1 { font-size: 18px; }
  .header .secondmenu .left h2 { font-size: 36px; }
  .header .secondmenu .left:after { width: 3px; height: 70px; top: 5px; }*/
  .header .secondmenu .secondmenuinfo .snav .item { 
    width:80px;
    font-size: 14px; 
    line-height: 32px; 
  }



  .NeiPage .content { padding: 70px 0; }
  .NeiPage .title h2, .NeiPage .leftTitle h2 { font-size: 24px; }
  .NeiPage .title h3, .NeiPage .leftTitle h3 { font-size: 26px; line-height: 28px; }
  .NeiPage .leftTitle { padding-top: 30px; }
  .neiBanner { height: 188px; }
*/
  /*positionTabs*/
  /*
  .page { margin-top: 40px; }
  .page a { width: 36px; line-height: 36px; border-radius: 36px; font-size: 12px; }
  .page a.first, .page a.last { width: 72px; }
  */
  

  /*Search*/
  .Search .content { padding: 70px 0; }
  .Search .main .search input { font-size: 14px; }
  .Search .main .search .btn i { font-size: 18px; }
  .Search .main .tabs a { width: 120px; font-size: 14px; }
  .Search .main ul { margin-top: 40px; }
  .Search .main ul li { margin-bottom: 15px; padding-bottom: 15px; }
  .Search .main ul li h2 { font-size: 14px; }
  .Search .main ul li p { font-size: 13px; line-height: 22px; margin-bottom: 10px; } 



    .swfoot .swfootinfo {
        width: 100%;
        padding: 80px 40px 25px;
        float: left;
    }



}




@media (max-width: 1100px) { 
    
    
}


@media (max-width: 1080px){
    
}


/*====================================================================================================================*/




/*! <=991 手机端 */
@media (max-width: 991px) { 
  .mobileshow { display: block !important; }
  .pcshow { display: none !important; }
  .container { width: auto; padding: 0 .4rem; }
  .bigTitle { font-size: .48rem; }
  .bigTitleEn { font-size: .24rem; margin-top: 1px; }
  .commonBtn { width: 2.8rem; height: .86rem; line-height: .86rem; font-size: .26rem; margin: .3rem auto 0; }
  .commonBtn i { font-size: .28rem; vertical-align: -.01rem; }
  .noMore { font-size: .26rem; }

  /* header */
  .header .head .container { width: 100%; padding: .2rem .3rem; }
  .header .head .container .logo { width: 3.88rem; height: .72rem; margin: 0; }
  .header .head .container .menu { width: .45rem; height: .45rem; position: relative; margin: auto; transition: 0.3s; float: right; }
  .header .head .container .menu .bar { height: .04rem; width: .45rem; display: block; position: absolute; left: 0; background: #fff; transition: 0.3s; }
  .header .head .container .menu .bar:nth-of-type(1) { top: .05rem; transition: top 0.2s ease,transform 0.2s ease-out; }
  .header .head .container .menu .bar:nth-of-type(2) { top: .21rem; transition: top 0.2s ease, transform 0.2s ease-out; }
  .header .head .container .menu .bar:nth-of-type(3) { top: .39rem; transition: top 0.2s ease, transform 0.2s ease-out; }
  .header .head .container .menu.active .bar:nth-of-type(1) { top: .21rem; transform: rotate(45deg); transition: top 0.1s ease, transform 0.1s ease-out; }
  .header .head .container .menu.active .bar:nth-of-type(2) { opacity: 0; }
  .header .head .container .menu.active .bar:nth-of-type(3) { top: .21rem; transform: rotate(-45deg); transition: top 0.1s ease, transform 0.1s ease-out; }
  .header.header-white .searchBtn i { color: #1A52EE !important; }
  .header.header-white .menu .bar { background: #1A52EE !important; }
  .header .secondmenu { display: none; }
  .header .msecondmenu { max-height: calc(100vh - 1.01rem); overflow-y: auto; background: #fff; border-top: .01rem solid #eee; display: none; position: fixed; left: 0; right: 0; top: 1.01rem; margin: auto; z-index: 51; }
  .header .msecondmenu dl { height: auto; overflow: hidden; }
  .header .msecondmenu dl a { display: block; }
  .header .msecondmenu dl dt { font-size: .26rem; line-height: .99rem; padding: 0 .3rem; border-bottom: .01rem solid #eee; color: #000; position: relative; }
  .header .msecondmenu dl:nth-child(2) dd:nth-child(2) { border-bottom: 0; }
  .header .msecondmenu dl dt i { font-size: .34rem; margin-right: .2rem; vertical-align: -.02rem; }
  .header .msecondmenu dl dt i.icon-add { z-index: 3; color: #999; display: block; position: absolute; right: 0; top: 0; bottom: 0; width: 1.8rem; text-align: right; margin-right: 0; padding-right: 0.3rem; }
  .header .msecondmenu dl dt i.icon-add.active:before { content: "\e67a"; }
  .header .msecondmenu dl dd { height: auto; overflow: hidden; display: none; padding: 0 .3rem .4rem; border-bottom: .01rem solid #eee; }
  .header .msecondmenu dl dd .item { width: 48%; float: left; margin-top: .4rem; }
  .header .msecondmenu dl dd .item:nth-child(2n) { float: right; }
  .header .msecondmenu dl dd .item h2 { font-size: .26rem; color: #666; padding-bottom: .2rem; margin-bottom: .2rem; border-bottom: .01rem solid #eee; }
  .header .searchBtn { display: block; margin-right: .45rem; padding-top: .01rem; }
  .header .searchBtn i { font-size: .44rem; color: #fff; }
  .header .searchBox .container { padding: 0 .3rem; }
  .header .searchBox .box { width: 100%; padding: 0; }
  .header .searchBox .box input { height: .9rem; padding: 0 .3rem; font-size: .28rem; }
  .header .searchBox .box .btn i { font-size: .4rem; line-height: .9rem; }


  /*footer*/
  /*

  .page { margin-top: .4rem; }
  .page a { width: .6rem; line-height: .6rem; border-radius: .6rem; font-size: .26rem; margin: 0 .05rem; }
  .page a.first, .page a.last { width: 1.2rem; }
  */

  /*Search*/
  .Search .main .search { width: 100%; display: flex; margin: .5rem 0; }
  .Search .main .search input { font-size: .26rem; }
  .Search .main .search .btn { width: 3rem; }
  .Search .main .search .btn i { font-size: .32rem; }
  .Search .main .filter-phone { background: #F8F9FB; overflow: hidden; }
  .Search .main .filter-phone .swiper-slide { width: auto; }
  .Search .main .filter-phone .swiper-slide a { color: #333; display: block; font-size: .3rem; padding: .25rem .4rem; }
  .Search .main .filter-phone .swiper-slide.active a { background: #1A52EE; color: #fff; }
  .Search .main ul { margin-top: .5rem; }
  .Search .main ul li { margin-bottom: .3rem; padding-bottom: .3rem; }
  .Search .main ul li h2 { font-size: .32rem; line-height: .5rem; }
  .Search .main ul li p { font-size: .28rem; line-height: .45rem; margin-bottom: .2rem; } 


    .swbread .swbreadinfo a {
        font-size: 0.26rem;
        line-height: 0.5rem;
    }
    
  .swfoot .swfootinfo {
    padding: 0.8rem 0.4rem 0.4rem;
  }
  .swfoot .swfootinfo .topfoot .leftfoot {
        width: 76%;
        margin: 0 auto;
        display: block;
         float: unset; 
         text-align: center;
    }
    .swfoot .swfootinfo .topfoot .leftfoot .footcomp {
        width: 84%;
        padding-left: 0.14rem;
    }
    .swfoot .swfootinfo .topfoot .leftfoot .footcomp .footcncomp {
        width: 100%;
        font-size: 0.26rem;
        line-height: 0.3rem;
        text-align: left;
    }
    .swfoot .swfootinfo .topfoot .leftfoot .footcomp .footencomp {
        width: 100%;
        font-size: 0.26rem;
        text-align: left;
    }
    .swfoot .swfootinfo .topfoot .rightfoot {
        display: none;
    }
    .swfoot .swfootinfo .bottfoot {
        width: 100%;
        margin-top: 0.3rem;
    }
    .swfoot .swfootinfo .bottfoot .footcopyright {
        width: 86%;
        margin: 0 auto;
        padding: 0.5rem 0;
        text-align: center;
    }
    .swfoot .swfootinfo .bottfoot .footcopyright p {
        font-size: 0.26rem;
        line-height: 0.5rem;
        margin: 0 0.1rem 0 0;
    }
    .swfoot .swfootinfo .bottfoot .footcopyright p a {
        font-size: 0.26rem;
        width: 100%;
        text-align: center;
    }
    .swfoot .swfootinfo .topfoot .leftfoot .footlogo {
        width: 70%;
         float: unset; 
    }






}
@media (max-width: 767px) {

    .swbread .swbreadinfo {
        width: 100%;
        padding: 0 0.4REM;
        text-align: right;
        float: left;
    }
      
    .swfoot .swfootinfo .topfoot .leftfoot .footlogo {
        width: 100%;
        margin: 0 auto;
        display: inline-block;
        text-align: center;
        float: unset;
    }
    .swfoot .swfootinfo .topfoot .leftfoot .footlogo img {
        width: auto;
        display: inline-block;
    }
    .swfoot .swfootinfo .topfoot .leftfoot .footcomp {
        width: 100%;
    }
    .swfoot .swfootinfo .topfoot .leftfoot .footcomp .footcncomp {
        margin-top: 0.2rem;
        text-align: center;
    }
    .swfoot .swfootinfo .topfoot .leftfoot .footcomp .footencomp {
        margin-top: 0.2rem;
        text-align: center;
    }
    .swfoot .swfootinfo .bottfoot .footcopyright {
        display: block;
    }
    .swfoot .swfootinfo .bottfoot .footcopyright p {
        width: 100%;
        display: block;
        text-align: center;
    }
    .swfoot .swfootinfo .bottfoot .footcopyright p:last-child {
         margin-left: 0px; 
    }
    .swfoot .swfootinfo .bottfoot .footcopyright p a {
        float: left;
        width: 100%;
    }

}
@media (max-width: 414px){
  


}
