/*
 * @Author: Mr.cai 
 * @Date: 2019-11-28 16:40:04 
 * @Last Modified by: Mr.cai
 * @Last Modified time: 2019-12-05 15:56:45
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.l,
.col-l,
.col_l,
.col-c,
.col_c {
    float: left;
}

.r,
.col-r,
.col_r,
dt span,
.ul-txt li span,
.ul_txt li span {
    float: right;
}

.c {
    clear: both;
}

.n,
em {
    font-weight: normal;
    font-style: normal;
}

.fix {
    *zoom: 1;
}

.fix:after,
.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

a {
    text-decoration: none;
}

body {
    color: #3d4c63;
    font-size: 14px;
    line-height: 1.5;
    background: #fff;
    font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘, "PingFang SC", "Hiragino Sans GB", STHeiti, sans-serif;
    /* padding-top: 132px; */
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

img {
    max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

input,
textarea,
select {
    font-size: 12px;
    color: #444;
    font-family: "Microsoft Yahei", sans-serif;
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 132px;
    
    /* background-color: #2c56a1; */
    padding: 0 7.96875vw 0 2.08vw;
    z-index: 500;
    transition: .4s;
}

.header .wp {
    width: 83.33%
}

.header .logo {
    float: left;
    font-size: 0;
    line-height: 123px;
}

.header .logo .i2,.header .logo .i3 {
    display: none;
}
.header .logo .s-name{
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    color: #ffffff;
    line-height: 50px;
}
.header .logo .s-name em{
   display: block;
   font-size: 15px;
   line-height: 1.2;
}

.header .logo img {
    display: inline-block;
    vertical-align: middle;
}

.hdr {
    float: right;
    margin-top: 38px;
    position: relative;
}

/* .hdr .top {
    text-align: right;
    font-size: 0;
    height: 43px;
    padding-top: 15px;
} 

.hdr .en,
.hdr .so {
    display: inline-block;
    vertical-align: middle;
}

.hdr .en {
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    color: #d4d3d4;
    padding-left: 25px;
    padding-right: 20px;
    border-right: 1px solid #e5e5e5;
    background: url(../images/c_p1.png) no-repeat left center;
    background-size: auto 16px;
}*/

.header .so {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
}

.header .so form {
    float: left;
}

.header .serach {
    display: block;
    width: 40px;
    height: 32px;
    padding-left: 14px;
    /* margin-top: 5px; */
    background: url(../images/c_p2.png) no-repeat right bottom;
    background-size: auto 26px;
    cursor: pointer;
    position: relative;
}

.header .serach::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 16px;
    margin-top: -8px;
    background-color: #beb3b5;
}


.header .inp {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: #fff;
    height: 28px;
    line-height: 26px;
    color: #333;
    border-radius: 4px;
    width: 0px;
    text-indent: 10px;
    padding: 0 30px 0 10px;
    opacity: 0;
    transition: .3s;
    display: none;
}

.header .inp::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}

.header .inp:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}

.header .inp::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

.header .inp:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}

.header .close {
    display: none;
    position: absolute;
    top: 7px;
    right: 5px;
    width: 15px;
    height: 15px;
    background: url(../images/c_so1.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.header .so.act .inp {
    width: 200px;
    opacity: 1;
    display: block;
}

.header .so.act .serach {
    display: none;
}

.header .so.act .close {
    display: block;
}

.header.fixed {
    position: fixed;
    height: 67px;
    padding: 0;
    background-color: #2954a2;
    border-width: 0;
}

.header.fixed .wp {
    width: 72.92%;
}

.header.fixed .logo {
    position: relative;
    line-height:70px;
    padding-top: 5px;
}

.header.fixed .logo::after {
    content: "";
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #2954a2;
    position: absolute;
    top: -6px;
    left: -7px;
    z-index: -1;
}


.header.fixed .logo .i2 {
    display: inline-block;
}

.header.fixed .logo .i1 {
    display: none;
}

.header.fixed .hdr .top {
    display: none;
}

.header.fixed .hdr {
    margin-top: 0;
}

.header.fixed .nav li {
    padding-bottom: 0;
}

.header.fixed .nav .v1 {
    line-height: 67px;
}

.header.fixed .nav .subBox.act {
    top: 67px;
}

.header.fixed .so {
    top: 16px;
}

.nav {
    padding-right: 40px;
}

.nav li {
    float: left;
    position: relative;
}

.nav .v1 {
    display: block;
    font-size: 18px;
    line-height: 1.8;
    color: #ffffff;
    padding: 0 16px;
}

.nav .subBox {
    position: absolute;
    top: -999px;
    left: 0;
    width:105%;
    border-top: 3px solid #eb9902;
    padding: 20px 5px 40px;
    background: linear-gradient(rgba(10, 38, 88, 1), rgba(42, 84, 162, 0));
}

.nav .subBox{ 
background: -webkit-linear-gradient(bottom,rgba(10, 38, 88, 1), rgba(42, 84, 162, 0));
background: -o-linear-gradient(bottom,rgba(10, 38, 88, 1), rgba(42, 84, 162, 0));
background: -moz-linear-gradient(bottom,rgba(10, 38, 88, 1),  rgba(42, 84, 162, 0));
background: linear-gradient(rgba(10, 38, 88, 1), rgba(42, 84, 162, 0));
} 

.nav .subBox.iec{background-color:#bbb}

.nav .subBox.act {
    top: 32px;
}

/* .nav .subBox::before {
    content: "";
    display: block;
    position: absolute;
    left: 50px;
    top: -9px;
    display: block;
    width: 13px;
    height: 7px;
    background: url(../images/nav_t.png);
} */

.nav .sub {
    opacity: 0;
    transition: all .3s ease-in-out;
}

.nav .subBox.act .sub {
    opacity: 1;
}

.nav .sub .v2 {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
    color: #fff;
    transition: .3s;
}

.nav .sub .v2:hover {
    color: #66ccff;
}

.menuBtn {
    position: relative;
    z-index: 9;
    display: none;
    float: right;
    width: 40px;
    height: 40px;
    padding: 7px;
    margin-top: 8px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn b {
    display: block;
    height: 3px;
    background-color: #ffffff;
    margin: 3px 0 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s
}

.menuBtn.open b {
    display: none;
    margin: 0;
    position: absolute;
    left: 5px;
    top: 50%;
    width: 30px
}

.menuBtn.open b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg)
}

.menuBtn.open b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg)
}

/* è½®æ’­ */
.banner {
    
}

.banner::before,
.banner::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 140px;
    background: linear-gradient(rgba(0, 0, 0, .7) 20%, rgba(0, 0, 0, .05));
    z-index: 1;
}
.banner::before{
 background: url(../images/c_top1.png) no-repeat left top;
    background-size: 100% 100%;
}
.banner::after {
    top: auto;
    bottom: 35px;
 background: url(../images/c_top2.png) no-repeat left top;
    background-size: 100% 100%;

}

.banner .item a {
    display: block;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.banner .item .video-box{
height: 75vh;
position: relative;
}
.banner .item .video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    display: block;
    object-fit: cover;
-webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.banner .txt {
    position: absolute;
    left: 50%;
    bottom: 20%;
    width: 83.33%;
    font-size: 30px;
    transform: translateX(-50%);
    color: #ffffff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.banner .txt i {
    display: inline-block;
    vertical-align: bottom;
    width: 105px;
    height: 1px;
    margin: 0 10px;
    background-color: rgba(255, 255, 255, .4);
}

.banner .slick-slide{padding-right:0;}
.banner .slick-dots {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    font-size: 0;
    z-index: 5;
}

.banner .slick-dots li {
    display: inline-block;
    width: 25px;
    height: 33px;
    margin: 0 10px;
    background: url(../images/nn.png) no-repeat center;
    background-size: auto 95%;
    /* cursor: pointer; */
    /* pointer-events: none; é˜»æ­¢ç‚¹å‡»äº‹ä»¶ */
}

.banner .slick-dots button {
    display: none;
}

.banner .slick-dots li.slick-active {
    background-image: url(../images/dd.gif);
}

/* è½®æ’­end */
.wp {
    margin: 0 auto;
    width: 72.92%;
}

.row-c1 {
    position: relative;
z-index: 2;
    margin-top: -100px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 100px 0 60px;
    overflow: hidden;
}

.banner .down {
    position: absolute;
    left: 50%;
    bottom: 15%;
    z-index: 10;
    width: 55px;
    height: 40px;
    margin-left: -28px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, .12);
    text-align: center;
    line-height: 40px;
    font-size: 0;
    cursor: pointer;
    animation: myAni 1.5s infinite;
}

@keyframes myAni {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }

    100% {
        transform: translateY(0);
    }
}

.banner .down img {
    display: inline-block;
    vertical-align: middle;
}

.m-sun {
    position: absolute;
   top:100%;
    left: 50%;
    width: 11.4%;
    margin-left: -5.7%;
    transition: 3s;
z-index:2;

}
.m-sun img{
 display: block;
width: 100%;
position: relative;z-index: 1;
}
.m-sun.up {
    /* top: auto; */
   top:87%;
}
.m-sun::after{
    content: "";
    display: block;
    width: 83%;
    height: 83%;
    border-radius: 50%;
    background-color: #e69a15;
     -webkit-animation: shine 3s linear infinite;
     -moz-animation: shine 3s linear infinite;
       -o-animation: shine 3s linear infinite;
          animation: shine 3s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
   -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

}
@-webkit-keyframes shine {
  0% {
    box-shadow: 0 0 0 yellow;
  }
  50% {
    box-shadow: 0 0 60px yellow;
  }
  100% {
    box-shadow: 0 0 0 yellow;
  }
}
@-moz-keyframes shine {
  0% {
    box-shadow: 0 0 0 yellow;
  }
  50% {
    box-shadow: 0 0 60px yellow;
  }
  100% {
    box-shadow: 0 0 0 yellow;
  }
}
@-o-keyframes shine {
  0% {
    box-shadow: 0 0 0 yellow;
  }
  50% {
    box-shadow: 0 0 60px yellow;
  }
  100% {
    box-shadow: 0 0 0 yellow;
  }
}
@keyframes shine {
  0% {
    box-shadow: 0 0 0 yellow;
  }
  50% {
    box-shadow: 0 0 60px yellow;
  }
  100% {
    box-shadow: 0 0 0 yellow;
  }
}
.row-c1 .g-tit {
    margin-bottom: 35px;
}

.g-tit {
    overflow: hidden;
}

.g-tit .more {
    float: right;
    width: 57px;
    height: 51px;
    background: url(../images/more.png) no-repeat center;
    background-size: contain;
    transition: .3s;
}

.g-tit .more:hover {
    transform: translateY(-5px);
}


.g-tit.sty1 .more {
    background-image: url(../images/more1.png);
}

.g-tit h3 {
    overflow: hidden;
    font-size: 34px;
    color: #ffffff;
    font-weight: normal;
    padding-left: 64px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 90%;
}

.g-tit.sty1 h3 {
    color: #333399;
}

.g-tit .link {
    float: right;
    font-size: 16px;
    color: #ffffff;
    padding: 0 16px;
    line-height: 30px;
    margin-top: 10px;
    margin-right: 40px;
    background-color: #009966;
    transition: .3s;
}

.g-tit .link:hover {
    text-decoration: underline;
}


.row-c1 .col_l {
    width: 520px;
    margin-right: 46px;
}

.m-ban1 .con {
    display: block;
    position: relative;
    padding-right: 3px;
    height:418px;
}

.m-ban1 .pic {
    position: relative;
    height: 0;
    padding-top: 67.31%;
    overflow: hidden;
}

.m-ban1 .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    /*width: 100%;*/
max-width:none;
min-width:100%;
    min-height: 100%;
    display: block;
transform: translate(-50%,-50%);
}

.m-ban1 .date {
    position: absolute;
    top: 15px;
    right: 0;
    z-index: 1;
    text-align: center;
    font-size: 14px;
    padding: 5px 23px;
    color: #ffffff;
    background: url(../images/c_bg2.png) no-repeat center;
    background-size: 100% 100%;
}

.m-ban1 .day {
    font-size: 36px;
    line-height: 1.1;
}

.m-ban1 .txt {
    background-color: #fff;
    font-size: 18px;
    color: #000;
    padding: 20px 10px 56px 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    margin-left: 14px;
    margin-top: -30px;
}

.m-ban1 .slick-dots {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: right;
    font-size: 0;
    padding-right: 28px;
}

.m-ban1 .slick-dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #c6c6c6;
    cursor: pointer;
}

.m-ban1 .slick-dots button {
    display: none;
}

.m-ban1 .slick-dots li.slick-active {
    border-color: #ff9900;
}

.row-c1 .col_r {
    float: none;
    overflow: hidden;
}

.ul-news {
    overflow: hidden;
    margin: 0 -10px;
}

.ul-news li {
    float: left;
    width: 33.33%;
    padding: 0 10px;
}

.ul-news .con {
    display: block;
height:418px;
 overflow: hidden;
}

.ul-news .pic {
    /*   position: relative;
    height: 0;
    padding-top: 67.3%;*/
    overflow: hidden;
    height: 178px;
}

.ul-news .pic .img {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: .4s;
}

/* .ul-news .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: .4s;
} */

.ul-news .con:hover .pic .img {
    transform: scale(1.06);
}
.ul-news .con:hover .txt,.ul-news .con:hover .pic{box-shadow: 2px 0 12px rgba(0,0,0,0.5);}
.ul-news .con:hover .txt h4 {
    color: #333399;
}

.ul-news .txt {
    background-color: #fff;
    position: relative;
    margin: -5px 6px 0;
    padding: 15px 18px 50px;
    font-size: 14px;
    color: #999999;

}

.ul-news .txt h4 {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 2;
    height: 4em;
    overflow: hidden;
    transition: .4s;
}

.ul-news .info {

    line-height: 1.857;
    height: 5.571em;
    overflow: hidden;
    margin-bottom: 20px;
}

.ul-news .time {
    padding-left: 20px;
    background: url(../images/view.png) no-repeat left center;
    background-size: auto 14px;

}

.ul-news .slick-dots {
    position: absolute;
    left: 0;
    bottom: 5%;
    width: 100%;
    text-align: center;
    font-size: 0;
    padding-right: 28px;
}

.ul-news .slick-dots li {
    display: inline-block;
    float: none;
    padding: 0;
    width: 13px;
    height: 13px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #c6c6c6;
    cursor: pointer;
}

.ul-news .slick-dots button {
    display: none;
}

.ul-news .slick-dots li.slick-active {
    border-color: #ff9900;
}

.row-c2 {
    padding: 50px 0 60px;
}

.row-c2 .line {
    display: none;
    height: 15px;
    background-color: #e1e1e1;
}

.m-items_ue {
    display: none;
}

.m-items {
    overflow: hidden;
    margin: 0 -35px 0;
}

.m-items .box {
    float: left;
    width: 50%;
    padding: 0 35px;
}

.g-more {
    display: none;
}

.ul-list1 {
    margin-top: 25px;
}

.ul-list1 h5 {
    overflow: hidden;
    font-weight: normal;
    margin-bottom: 16px;
}

.ul-list1 .date {
    float: right;
    font-size: 16px;
    color: #999999;
}

.ul-list1 .link {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
    padding-left: 15px;
    background: url(../images/t1.png) no-repeat left center;
    background-size: auto 7px;
    transition: .3s;
}

.ul-list1 .link:hover {
    color: #333399;
}
.m-box1{overflow: hidden;}
.ul-pics {
    overflow: hidden;
margin:0 -15px;
}
.m-box1 .slick-slide{padding-right:0;}
/*.ul-pics li {
    display: inline-block;
}*/

.ul-pics .pic a {
    display: block;
    position: relative;
   /* width: 328px;
    height: 130px;*/
    overflow: hidden;
    margin: 0 15px;
    padding-top: 39%;
}

.ul-pics .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-height: 100%;
    display: block;
    transition: .4s;
    transform: translate(-50%,-50%);
}

.ul-pics .pic:hover img {
    transform: translate(-50%,-50%)  scale(1.05);
}
.ul-pics .slick-arrow {
  font-size: 0;
  text-indent: 9999px;
  border: none;
  z-index: 5;
  cursor: pointer;
  outline: 0;
}

.ul-pics .slick-prev,
.ul-pics .slick-next {
  width: 15px;
  height: 26px;
  position: absolute;
  top: 50%;
  margin-top: -13px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.ul-pics .slick-prev {
  left: 2%;
  background-image: url('../images/l-arow.png');
}

.ul-pics .slick-next {
  right: 2%;
  background-image: url('../images/r-arow.png');
}
.ul-pics .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.ul-pics .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
}

.ul-pics .slick-dots button {
  display: none;
}

.ul-pics .slick-dots li.slick-active {
  background-color: #2954a2;
}

.row-c3 {
    background: #f4f7fc no-repeat center top;
    background-size: cover;
    padding: 50px 0 160px;
    border-top: 2px solid #e0e8f8;
}

.row-c3 .g-tit {
    text-align: center;
    font-size: 0;
}

.row-c3 .g-tit h3 {
    display: inline-block;
}

.ul-pics1 {
    overflow: hidden;
    margin: 30px -6px 0;
}

.ul-pics1 li {
    float: left;
    padding: 0 6px;
width: 20%;
}
.ul-pics1 li:nth-child(2n){
width: 22.18%;
}
.ul-pics1 li:nth-child(2n+1){
width: 18.54%;
}
/*.ul-pics1 .li1 {
    width: 28.21%;
}

.ul-pics1 .li2 {
    width: 16%;
}

.ul-pics1 .li3 {
    width: 33.57%;
}

.ul-pics1 .li4 {
    width: 20%;
}*/

.ul-pics1 .con,
.ul-pics1 .item {
    position: relative;
    overflow: hidden;
}

.ul-pics1 .item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: .3s;
}

.ul-pics1 .txt {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 10px;
    text-align: center;
    display: block;
    transform: translateY(-50%);
    font-size: 1.666vw;
    color: #ffffff;
    opacity: 0;
    transition: .5s;
}

.ul-pics1 .item:hover .txt,
.ul-pics1 .item:hover::after {
    opacity: 1;
}

.ul-pics1 .item:hover a {
    transform: scale(1.05);
}

.ul-pics1 .con a {
    display: block;
    transition: .5s;
}
.ul-pics1 .con .bg{
display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.ul-pics1 .con a>img{
height:100%;
}
.ul-pics1 .img1 {
    height: 310px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ul-pics1 .mb12 {
    margin-bottom: 12px;
}

.ul-pics1 .con.sty1 {
    float: left;
    width: 50%;
    overflow: hidden;
    margin-left: -6px;
    margin-right: -6px;
}

.ul-pics1 .box {
    overflow: hidden;
    margin-left: -6px;
    margin-right: -6px;
}

.ul-pics1 .box .item {
    float: left;
    width: 50%;
    padding: 0 6px;
    overflow: hidden;
}

.ul-pics1 .img2 {
    height: 149px;
}

.row-c4 {
    padding-top: 147px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
    margin-top: -100px;
}

.row-c4 .left {
    float: left;
margin-top:15px;
    width:80.835%;
 padding-right: 3.125vw;
    /*margin-right: 3.125vw;*/
}

.row-c4 .right {
   /*overflow: hidden*/
 margin-left:80.835%
}

.ul-picTxt1 {
    overflow: hidden;
    margin-left: -6px;
    margin-right: -6px;
}

.ul-picTxt1 li {
    float: left;
    width: 33.33%;
    padding: 0 6px;
}

.ul-picTxt1 .con {
    display: block;
    overflow: hidden;
    position: relative;
}

.ul-picTxt1 .pic {
    position: relative;
    height: 0;
    padding-top: 39.6347%;
    overflow: hidden;
}

.ul-picTxt1 .pic .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    transition: .4s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.ul-picTxt1 .con:hover .pic .img {
    transform: scale(1.06);
}

.ul-picTxt1 .txt {
    position: absolute;
    bottom: 10px;
    left: 0;
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    line-height: 2.55;
    width: 178px;
}

.ul-picTxt1 li:nth-child(1) .txt {
    background-color: #017ac1;
}

.ul-picTxt1 li:nth-child(2) .txt {
    background-color: #1f9029;
}

.ul-picTxt1 li:nth-child(3) .txt {
    background-color: #ed9a01;
}
.dl-file{margin-top:-15px}
.dl-file dt {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.dl-file dd a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    padding-left: 30px;
    background: url(../images/c_file.png) no-repeat left 10%;
    background-size: auto 18px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #fff;
    margin-bottom: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: .3s
}

.dl-file dd a:hover {
    text-decoration: underline;
}

.dl-file dd:last-of-type a {
    border-bottom: none;
}

.m-pass {
    padding-bottom: 92px;
    margin-top: 24px;
}

.m-pass .tit {
    margin-bottom: 25px;
}

.m-pass .tit span {
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    padding-right: 33px;
    background: url(../images/c_icon7.png) right center no-repeat;
    background-size: auto 12px;
}

.m-pass .con {
    overflow: hidden;
}

.m-pass .con .more {
    float: right;
   
}
.m-pass .con .more .btn{
     width: 73px;
     height: 44px;
     padding-left: 38px;
     margin-top: 2px;
     font-size: 14px;
     color: #ffffff;
     background: transparent no-repeat left center;
     background-size: auto 30px;
     border: none;
     outline: 0;
     cursor: pointer;
     display: none;
}
.m-pass .con .more .btn.show{
    display: block;
}
.ul-links.sty1{display: none;}
.ul-links {
    width: 92%;
    overflow: hidden;
    font-size: 0;
}

.ul-links li {
    display: inline-block;
    margin-right: 50px;
    margin-bottom: 25px;
}
/* .ul-links li:nth-child(n+8){
    display: none;
} */
.ul-links .link {
    display: block;
    padding-left: 55px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 41px;
    line-height: 41px;
    font-size: 16px;
    color: #ffffff;
    transition: .3s;
}

.ul-links .link:hover {
    text-decoration: underline;
}


.footer {
    position: relative;
    padding: 55px 0;
    background-color: rgba(12, 41, 96, .8);
}
.ft-bg{
   background: url(../images/ft-bg.jpg) no-repeat left center;
    background-size: 100% 100%;
}
.m-info {
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m-info p {
    margin-bottom: 15px;
}

.m-info .txt span {
    padding-right: 30px;
}

.m-info .txt i {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin-right: 8px;
    background: url(../images/c_icon2.png) no-repeat center;
    background-size: contain;
}

.m-info .icon {
    float: left;
    width: 2.9166vw;
    margin-right: 17px;
}

.m-info .txt {
    overflow: hidden;
}

.m-icon .v1 {
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: 54px;
    margin: 0 16px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .3);
    position: relative;
}

.m-icon .i1 {
    display: block;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: center;
    transition: 2s;
}

.m-icon .v1:hover .i1 {
    transform: rotateY(360deg);
}

.m-icon .qr {
    width: 100px;
    max-width: none;
    position: absolute;
    left: 50%;
    bottom: 110%;
    margin-left: -50px;
    opacity: 0;
    border: 1px solid #fff;
    transition: opacity 1.5s;
}

.m-icon .v1:hover .qr {
    display: block;
    opacity: 1;
}

.rightBox {
    position: fixed;
    top: 185px;
    right: 0;
    background: transparent;
    z-index: 100;
    -webkit-transition: opacity 0.35s,
        -webkit-transform 0.35s;
    transition: opacity 0.35s,
        transform 0.35s;
}

.rightBox li {
    height: 60px;
 
  
    width: 60px;
position:relative;
     margin-bottom: 1px;
    /*-webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);*/
}

.rightBox li i {
    width: 24px;
    height: 36px;

    float: left;
    margin: 14px 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.rightBox li a {
background: rgba(0, 0, 0, .5); 
    display: block;
    width:180px;
    color: #fff;
    position: absolute;
    top: -2px;
    width: 180px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
 

    color: #2bb7b3;
-webkit-transition: opacity 0.35s,
        -webkit-transform 0.35s;
    transition: opacity 0.35s,
        transform 0.35s;
}



.rightBox li:hover a {
    color: #fff;
 background: rgba(41, 84, 162, .9);
   transform: translateX(-120px);
}
/* é¦–é¡µæœ€åŽä¸€å±è½®æ’­ */

		.ul-picTxt1{
			padding: 0 32px;
		}

 .ul-picTxt1.slick-slider{
margin-top:36px;
}
		.ul-picTxt1 .slick-arrow{
			position: absolute;
			top: 50%;
			-webkit-transform: translateY(-50%);
			-moz-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
			-o-transform: translateY(-50%);
			transform: translateY(-50%);
			width: 27px;
			height: 27px;
			border: none;
			cursor: pointer;
			z-index: 5;
			overflow: hidden;
			-ms-transition: .3s;
			-moz-transition: .3s;
			-webkit-transition: .3s;
			-o-transition: .3s;
			transition: .3s;
			background-repeat: no-repeat;
			background-position: center center;
			background-color: transparent;
			font-size: 0;
		}
		.ul-picTxt1 .slick-prev{
			left: 0;
			background-image: url(../images/prevx1.png);
		}
		.ul-picTxt1 .slick-next{
			right: 0;
			background-image: url(../images/nextx1.png);
		}
@media only screen and (max-width:1700px) {
    .header {
        padding: 0 2%;
    }

    .nav .subBox.act {
        top: 28px;
    }

    .nav .v1 {
        font-size: 16px;
        padding: 0 15px;
    }

    .header .wp{width:auto}
    .header.fixed .wp,
    .wp {
        width: 90%;
    }
    .rightBox li{
/*transform: translate3d(120px,0,0);*/
}
.nav .v1{padding:0 10px;foint-size:14px}
.header .serach{height:27px;background-size: auto 20px;}
}

@media only screen and (max-width:1400px) {
    .g-tit h3 {
        font-size: 24px;
        padding-left: 45px;
    }

}

@media only screen and (max-width:1199px) {
    body {
        padding-top: 60px;
    }

    .header {
        position: fixed;
        height: 60px;
        padding: 0;
        background-color: #2954a2;
        border-width: 0;
        box-shadow: 0 0 8px rgba(0,0,0,.5);
    }

    .header .wp {
        width: 100%;
        padding: 0 15px;
    }

    .header .logo {
        position: relative;
        line-height: 50px;
        padding-top: 5px;
    }
 /*.row-y1{overflow: scroll  !important;}
    .header .logo::after {
        content: "";
        display: block;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background-color: #2954a2;
        position: absolute;
        top: -6px;
        left: -10px;
        z-index: -1;
    } */

    .header .logo img {
        height: 45px;
    }

    .header .logo .i1 {
        display: inline-block;
    }

    .header .logo .i2 {
        display: none;
    }
   /* .header .logo .s-name em{
        font-size:14px;
    }*/
    .header .hdr .top {
        display: none;
    }
   
    .header .nav {
        margin-top: 0;
        padding-right: 0;
    }

    .header .nav li {
        padding-bottom: 0;
    }

    .header .nav .v1 {
        line-height: 60px;
    }

    .header .nav .subBox.act {
        top: 60px;
    }

    .menuBtn {
        display: block;
    }

    .hdr {
        display: none;
        float: none;
        position: fixed;
        top: 67px;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 20px;
        background-color: rgba(0, 0, 0, .8);
        margin-top: 0;
        overflow-y: scroll;
         -ms-overflow-style: none;
         overflow: -moz-scrollbars-none;
    }
    .hdr::-webkit-scrollbar {
        display: none;
    }
    .nav li {
        float: none;
        width: auto;
    }

    .nav .v1 {
        text-align: center;
    }

    .nav .subBox {
        position: static;
        display: none;
    }

    .nav .sub {
        opacity: 1;
    }

    .header .so {
        position: relative;
        width: 200px;
        margin: 0 auto;
    }

    .header .so form {
        float: none;
        width: auto;
    }

    .header .serach {
        display: none;
    }
     .header .close {
         display: block;
     }
    .header .so .inp {
        display: block;
        width: 100%;
        opacity: 1;
        padding-left: 0;
    }

    .rightBox {
        display: none;
    }

    .banner .item .video-box,
    .banner .item a {
        height: 500px;
    }

     .banner .item .video-box .video{object-fit:cover;}
    .banner::before,
    .banner::after,
    .m-sun {
        display: none;
    }

    .row-c1 {
        background-image: url(../images/c_bg1-m.png) !important;
        /* background-color: #224ca6; */
        margin-top: 0;
        padding: 40px 0;
    }

    .row-c1 .col_l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .m-ban1 {
        margin-bottom: 40px;
    }
    .m-ban1 .con {
       height:auto;
    }

    .footer {
        padding: 40px 0;
    }

    .footer .col_l,
    .footer .col_r {
        float: none;
        width: auto;
    }

    .m-info .icon {
        display: none;
    }

    .m-info {
        font-size: 14px;
        text-align: center;
    }

    .m-info .txt span {
        display: block;
        padding-right: 0;
    }

    .m-info .txt p:last-child span {
        display: inline;
    }


    .m-icon {
        text-align: center;

    }

    .row-c4 .left {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .banner .down {
        display: none;
    }
.row-c4 .right{margin-left:0;}
   
}

@media only screen and (max-width:959px) {
.banner .item a{
height:450px;}
    .menuBtn {
        margin-top: 11px;
    }
    .header .logo .s-name em{
        font-size:12px;
    }
    .ul-news {
        padding-bottom: 80px;
    }

    .m-items {
        margin-left: 0;
        margin-right: 0;
    }

    .m-items .box {
        float: none;
        width: auto;
        margin-bottom: 35px;
    }

    .row-c3 {
        padding-bottom: 100px;
    }

    .ul-links {
        display: inline;
        width: 100%;
    }
    .ul-links.sty1{
        display: inline;
    }
   
    .m-pass{
        padding-bottom: 40px;
    }
    .m-pass .con .more {
        display: none;
    }
     .dl-file dt,
     .m-pass .tit span {
         font-size: 18px;
     }

     .ul-picTxt1 .txt {
         font-size: 16px;
     }

     .ul-links li {
         margin-right: 20px;
         margin-bottom: 15px;
     }

     .ul-links .link {
         font-size: 14px;
         padding-left: 35px;
         background-size: auto 25px;
     }
 .ul-pics {
        margin-left: -5px;
        margin-right: -5px;
        padding-bottom:20px;
    }

    .ul-pics li {
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .ul-pics .pic a {
        margin: 0;
    }
}

@media only screen and (max-width:767px) {
    body {
        padding-top: 50px;
    }

    .menuBtn {
        margin-top: 6px;
    }

    .wp {
        width: 100%;
        margin: 0;
        padding: 0 15px;
    }

    .header {
        height: 50px;
    }
                     
    .header .logo::after {
        display: none;
    }

    .header .logo {
        padding-top: 0;
        line-height: 50px;
    }
.header .logo .i3,
 .header .logo .i2{display:none}
    .header .logo .i1{
    display: inline-block;
}
.header .logo .s-name{
width:151px;
}
.header .logo .s-name .en{
        font-size:7px;
    }
.header .logo .s-name .zh{
text-align: justify;
text-align-last: justify;
}

    .header .logo img {
        height: 35px;
    }

    .hdr {
        top: 50px;
    }

    .banner .item .video-box,
    .banner .item a {
        height: 222px;
    }
 .banner .item a {
background-size: 100% auto;
}
    .banner .txt {
        font-size: 14px;
        left: 15px;
        bottom: 18%;
        text-align: left;
        width: 60%;
        transform: none;
    }

    .banner .txt i {
        display: none;
    }

    .banner .slick-dots {
        text-align: right;
    }

    .row-c1 {
        padding: 20px 0;
    }

    .row-c1 .g-tit {
        margin-bottom: 20px;
    }

    .row-c2 .line {
        display: block;
    }

    .m-box1 {
        padding-top: 35px;
    }

    .ul-news {
        padding-bottom: 0;
    }

    .ul-news li {
        float: none;
        width: auto;
        padding: 0;
    }

    .ul-news .con {
height:auto;
        padding-bottom: 10px;
        border-bottom: 1px solid #517cd2;
        margin-bottom: 15px;
    }

    .ul-news .pic {
        float: right;
        width: 40%;
        height: 100px;
        margin-left: 10px;
    }

    .ul-news .txt {
        overflow: hidden;
        margin-top: 0;
        background-color: transparent;
        padding: 5px;
        color: #fff;
    }

    .ul-news .txt h4 {
        text-overflow: ellipsis;
        white-space: nowrap;
        height: auto;
        line-height: 1.3;
        margin-bottom: 10px;
        color: #ffffff;
    }

    .ul-news .info {
        line-height: 1.5;
        height: 3em;
        margin-bottom: 8px;
        opacity:  .7;
    }

    .ul-news .time {
        font-size: 12px;
        background-size: auto 60%;
        opacity: .5;
        background-image: url(../images/view1.png);
    }

   .ul-pics {
        margin-left: 0;
        margin-right:0;
    }

    .ul-pics li {
        padding: 0;
        margin-bottom: 10px;
    }

   
    .g-tit h3 {
        font-size: 18px;
        padding-left: 30px;
    }

    .m-ban1.slick-slider,
    .g-tit .link,
    .g-tit .more,
    .row-c3,
    .m-icon {
        display: none;
    }

    .row-c2 {
        padding: 20px 0 0;
    }

    .m-items {
        display: none;
    }

    .m-items_ue {
        display: block;
        margin-bottom: 25px;
    }

    .g-more {
        display: block;
        width: 180px;
        line-height: 35px;
        border-radius: 35px;
        text-align: center;
        font-size: 14px;
        color: #999999;
        border: 1px solid #999999;
        background-color: transparent;
        margin: 0 auto;

    }

    .row-c1 .g-more {
        opacity: .5;
        color: #ffff;
        border-color: #ffffff;
    }

    .ul-tabs {
        font-size: 0;
        overflow-x: scroll;
        white-space: nowrap;
        padding-bottom: 15px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 20px;
    }

    .ul-tabs li {
        display: inline-block;
    }

    .ul-tabs a {
        display: block;
        line-height: 40px;
        padding-left: 35px;
        background: no-repeat left center;
        background-size: auto 80%;
        font-size: 16px;
        color: #7b7b7b;
        margin-right: 15px;
    }

    .ul-tabs li:nth-child(1) a {
        background-image: url(../images/c_p5_1.png);
    }

    .ul-tabs li:nth-child(2) a {
        background-image: url(../images/c_p7.png);
    }

    .ul-tabs .on a {
        color: #1f46a1;
    }

     .ul-tabs li.on:nth-child(1) a {
        background-image: url(../images/c_p5.png);
    }

    .ul-tabs li.on:nth-child(2) a {
        background-image: url(../images/c_p7-1.png);
    }

    .tab-box {
        height: 0;
        overflow: hidden;
    }

    .tab-box.show {
        height: auto;
    }

    .ul-list_u .con {
        display: block;
        overflow: hidden;
        margin-bottom: 15px;
    }

    .ul-list_u .date {
        float: left;
        width: 50px;
        margin-right: 10px;
        font-size: 12px;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        line-height: 30px;
    }

    .ul-list_u .d1 {
        background-color: #e2e2e2;
        color: #1f479f;
    }

    .ul-list_u .d2 {
        background-color: #1e47a1;
        color: #fff;
    }

    .ul-list_u .txt {
        color: #333333;
        font-size: 14px;
        line-height: 1.8;
        height: 3.6em;
        overflow: hidden;
    }

    .footer {
        padding: 20px 0;
    }

    .m-pass,
    .row-c4 .right {
        display: none;
    }

    .row-c4 {
        margin-top: 0;
        padding-top: 0;
        background-position: center bottom;
        background-size: auto;
    }

    .ul-picTxt1 {
        margin: 0;
padding:0 25px;
    }
 .ul-picTxt1.slick-slider{
margin-top:30px;
}
.ul-picTxt1 .slick-arrow{
width:20px;
height:20px;
    background-size: 100%;
}
.ul-picTxt1 li {
        padding: 0;
    }
     /*.ul-picTxt1 li {
        float: none;
        width: auto;
        padding: 0;
        margin-bottom: 15px;
    }

   .ul-picTxt1 .pic {
        float: left;
        width: 60%;
        height: 80px;
        padding: 0;
    }*/

    .ul-picTxt1 .txt {
        position: static;
        overflow: hidden;
        width: auto;
        height: 80px;
        line-height: 80px;
    }

    .m-info {
        font-size: 10px;
    }

    .m-info p {
        margin-bottom: 0;
    }

    .m-info .icon {
        display: block;
        width: 8vw;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
    }
    .m-info .txt i{
        width: 16px;
        height: 16px;
        margin-right: 2px;
    }
}