body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  font-size: 0.7rem;
}
a {
  text-decoration: none;
  color: #a3a3a3;
}
@font-face {
  font-family: fzsxslkjw;
  src: url('fzsxslkjw.ttf');
}
ul {
  list-style: none;
}
body {
  background: #fff;
}
.zoom {
  height: auto;
  overflow: hidden;
  zoom: 1;
  margin: auto;
}
.boz {
  box-sizing: border-box;
}
.gt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.gt2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.gt5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

@media (min-width: 1440px) {
  .container {
    width: 1440px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .absolute {
    width: 160px;
    height: 420px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -253px;
    background: url(/Public/Home/images/ab.png);
    background-size: 100% 100%;
    z-index: 99999999999;
  }
  .absolute .cont {
    width: 70px;
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
  }
  .absolute .cont a {
    display: block;
    width: 100%;
    height: 34px;
    border-bottom: 1px dashed #073e6b;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
  }
  .absolute .cont a:last-child {
    height: 30px;
    border-bottom: none;
    border-top: 1px dashed #073e6b;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 5px;
  }
  .absolute .cont img {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}

@media (max-width: 1440px) {
  .container {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .absolute {
    width: 160px;
    height: 420px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -253px;
    background: url(/Public/Home/images/ab.png);
    background-size: 100% 100%;
    z-index: 99999999999;
    display: none;
  }
  .absolute .cont {
    width: 70px;
    height: 180px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
  }
  .absolute .cont a {
    display: block;
    width: 100%;
    height: 34px;
    border-bottom: 1px dashed #073e6b;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
  }
  .absolute .cont a:last-child {
    height: 30px;
    border-bottom: none;
    border-top: 1px dashed #073e6b;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    margin-top: 5px;
  }
  .absolute .cont img {
    display: block;
    width: 100%;
    margin-top: 5px;
  }
}

@media (min-width: 1440px) {
  .banner {
    width: 100%;
    height: 840px;
  }
}
@media (min-width: 1000px) and (max-width: 1440px) {
  .banner {
    width: 100%;
    height: 640px;
  }
}

@media (min-width: 600px) and (max-width: 1000px) {
  .banner {
    width: 100%;
    height: 540px;
  }
}

@media (max-width: 600px) {
  .banner {
    width: 100%;
    height: 250px;
  }
}

.banner .swiper-container {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.nav {
  position: absolute;
  top: 0;
  width: 100%;
  height: 218px;
  z-index: 999999;
}
.nav .top {
  width: 100%;
  height: 36px;
  background: rgba(255, 255, 255, 0.6);
}

@media (min-width: 720px) {
  .nav .top .welcome {
    float: left;
    line-height: 36px;
    color: #333;
    font-size: 14px;
    padding-left: 88px;
  }
  .nav .top .right {
    float: right;
  }
  .nav .top .right p {
    font-size: 14px;
    color: #333;
    line-height: 36px;
    float: left;
  }
  .nav .top .right a {
    float: left;
    padding: 4px 14px;
    background: #fdd100;
    font-size: 14px;
    color: #333;
    border-radius: 6px;
    margin-top: 4px;
    margin-left: 20px;
  }
  

}

@media (max-width: 720px) {
  .nav .top .welcome {
    float: left;
    line-height: 36px;
    color: #333;
    font-size: 14px;
    padding-left: 10px;
  }
  .nav .top .right {
    float: right;
  }
  .nav .top .right p {
    font-size: 14px;
    color: #333;
    line-height: 36px;
    float: left;
    display: none;
  }
  .nav .top .right a {
    float: left;
    padding: 4px 14px;
    background: #fdd100;
    font-size: 14px;
    color: #333;
    border-radius: 6px;
    margin-top: 4px;
    margin-left: 20px;
  }
 

}





@media (min-width: 920px) {
  .nav .mid {
    width: 100%;
    height: 132px;
    background: none;
  }
  .nav .mid a {
    display: block;
    width: 338px;
    height: 92px;
    float: left;
    margin-top: 20px;
  }
  .nav .mid a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .nav .mid .search {
    width: 516px;
    height: 40px;
    float: right;
    margin-right: 40px;
    margin-top: 46px;
  }
  .nav .mid .search p {
    float: left;
    font-size: 14px;
    color: #555;
    line-height: 40px;
  }
  .nav .mid .search div {
    width: 352px;
    height: 40px;
    float: right;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
  }
  .nav .mid .search div .search-input {
    display: block;
    width: 256px;
    height: 38px;
    background: #fff;
    border: none;
    outline: none;
    text-indent: 10px;
    font-size: 14px;
    color: #333;
    float: left;
  }
  .nav .mid .search div .search-sub {
    display: block;
    width: 94px;
    height: 38px;
    float: right;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid #d2d2d2;
    background: #fdd100;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #333;
    cursor: pointer;
    outline: none;
  }
}

@media (min-width: 570px) and (max-width: 920px) {
  .nav .mid {
    width: 100%;
    height: 102px;
    background: none;
  }
  .nav .mid a {
    display: block;
    width: 238px;
    height: 62px;
    float: left;
    margin-top: 20px;
  }
  .nav .mid a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .nav .mid .search {
    width: 300px;
    height: 30px;
    float: right;
    margin-right: 10px;
    margin-top: 36px;
  }
  .nav .mid .search p {
    float: left;
    font-size: 14px;
    color: #555;
    line-height: 40px;
    display: none;
  }
  .nav .mid .search div {
    width: 300px;
    height: 30px;
    float: right;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
  }
  .nav .mid .search div .search-input {
    display: block;
    width: 224px;
    height: 28px;
    background: #fff;
    border: none;
    outline: none;
    text-indent: 10px;
    font-size: 14px;
    color: #333;
    float: left;
  }
  .nav .mid .search div .search-sub {
    display: block;
    width: 74px;
    height: 28px;
    float: right;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid #d2d2d2;
    background: #fdd100;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #333;
    cursor: pointer;
    outline: none;
  }
}

@media (max-width: 570px) {
  .nav .mid {
    width: 100%;
    height:60px;
    background: none;
  }
  .nav .mid a {
    display: block;
    width: 130px;
    height: 38px;
    float: left;
    margin-top: 12px;
  }
  .nav .mid a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .nav .mid .search {
    width: calc(100% - 150px);
    -webkit-width: calc(100% - 150px);
    -moz-width: calc(100% - 150px);
    height: 24px;
    float: right;
    /* margin-right: 10px; */
    margin-top: 16px;
  }
  .nav .mid .search p {
    float: left;
    font-size: 14px;
    color: #555;
    line-height: 40px;
    display: none;
  }
  .nav .mid .search div {
    width: 100%;
    height: 24px;
    float: right;
    box-sizing: border-box;
    border: 1px solid #d2d2d2;
  }
  .nav .mid .search div .search-input {
    display: block;
    width: calc(100% - 56px);
    -webkit-width: calc(100% - 56px);
    -moz-width: calc(100% - 56px);
    height: 24px;
    background: #fff;
    border: none;
    outline: none;
    text-indent: 10px;
    font-size: 14px;
    color: #333;
    float: left;
  }
  .nav .mid .search div .search-sub {
    display: block;
    width: 56px;
    height: 24px;
    float: right;
    box-sizing: border-box;
    border: none;
    border-left: 1px solid #d2d2d2;
    background: #fdd100;
    font-family: '微软雅黑';
    font-size: 13px;
    color: #333;
    cursor: pointer;
    outline: none;
  }
}

@media (min-width: 1440px) {
  .nav .down {
    width: 100%;
    height: 50px;
    background: #12285d;
  }
  .nav .down ul {
    display: block;
    width: 100%;
    height: 50px;
  }
  .nav .down ul li {
    display: block;
    width: 144px;
    height: 50px;
    float: left;
  }
  .nav .down ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
  }
  .nav .down ul li a:hover {
    color: #fdd100;
  }
  .nav .down ul li .ul {
    display: none;
    width: 144px;
    position: absolute;
    background: rgba(53, 90, 139, 0.8);
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .nav .down ul li .ul li {
    width: 100%;
    height: 48px;
    float: none;
  }
  .nav .down ul li .ul li a {
    display: block;
    width: 130px;
    margin: auto;
    box-sizing: border-box;
    border-bottom: 1px dashed #6f929c;
    height: 100%;
    font-size: 14px;
  }
  .nav .down ul li .ul li:last-child {
    margin-bottom: 10px;
  }
  .nav .down .a-act {
    background: #f7b307;
    color: #022e2f;
  }
  .nav .down .a-act:hover {
    color: #022e2f;
  }
}

@media (min-width: 1000px) and (max-width: 1440px) {
  .nav .down {
    width: 100%;
    height: 50px;
    background: #12285d;
  }
  .nav .down ul {
    display: block;
    width: 1000px;
    height: 50px;
    margin: auto;
  }
  .nav .down ul li {
    display: block;
    width: 100px;
    height: 50px;
    float: left;
  }
  .nav .down ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
  }
  .nav .down ul li a:hover {
    color: #fdd100;
  }
  .nav .down ul li .ul {
    display: none;
    width: 100px;
    position: absolute;
    background: rgba(53, 90, 139, 0.8);
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .nav .down ul li .ul li {
    width: 100%;
    height: 48px;
    float: none;
  }
  .nav .down ul li .ul li a {
    display: block;
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    border-bottom: 1px dashed #6f929c;
    height: 100%;
    font-size: 14px;
  }
  .nav .down ul li .ul li:last-child {
    margin-bottom: 10px;
  }
  .nav .down .a-act {
    background: #f7b307;
    color: #022e2f;
  }
  .nav .down .a-act:hover {
    color: #022e2f;
  }
}

@media (max-width: 1000px){
  .nav .down {
    width: 100%;
    height: 50px;
    background: #12285d;
    position: relative;
  }
  .nav .down ul {
    display: none;
    width: 1000px;
    height: 50px;
    margin: auto;
  }
}




@media (min-width: 1440px) {
  .sec1 {
    width: 100%;
    min-height: 570px;
    background: #fff;
  }
  .sec1 .right {
    width: 948px;
    min-height: 570px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    float: right;
  }
  .sec1 .right .box {
    width: 100%;
    min-height: 474px;
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    margin-top: 20px;
  }
  .sec1 .right .box .box-a {
    display: block;
    float: left;
    width: 458px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    margin-left: 30px;
    box-sizing: border-box;
  }
  .sec1 .right .box .box-a:first-child {
    margin-left: 0;
  }
  .sec1 .right .box .box-a .img-box {
    width: 100%;
    height: 306px;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec1 .right .box .box-a .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sec1 .right .box .box-a .news-head {
    font-size: 20px;
    color: #333;
    padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec1 .right .box .box-a .date {
    font-size: 18px;
    color: #f07c12;
    padding-top: 14px;
  }
  .sec1 .right .box .box-a .news-txt {
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sec1 .left {
    width: 458px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    float: left;
  }
  .sec1 .left .a-list a {
    display: block;
    width: 100%;
    height: 66px;
    margin-top: 35px;
  }
  .sec1 .left .a-list a:first-child {
    margin-top: 20px;
  }
  .sec1 .left .a-list a:hover .date {
    border: 1px solid #f07c12;
  }
  .sec1 .left .a-list a:hover .date .top {
    color: #f07c12;
  }
  .sec1 .left .a-list a:hover .date .down {
    background: #f07c12;
    color: #fff;
  }
  .sec1 .left .a-list a:hover .date .down {
    background: #f07c12;
    color: #fff;
  }
  .sec1 .left .a-list a:hover .txt .p-head {
    color: #f07c12;
  }
  .sec1 .left .a-list a .date {
    width: 72px;
    height: 66px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #999999;
  }
  .sec1 .left .a-list a .date .top {
    width: 70px;
    height: 33px;
    background: #f3f3f3;
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 33px;
  }
  .sec1 .left .a-list a .date .down {
    width: 70px;
    height: 33px;
    background: #999;
    font-size: 14px;
    color: #f3f3f3;
    text-align: center;
    line-height: 33px;
  }
  .sec1 .left .a-list a .txt {
    width: 360px;
    height: 66px;
    float: left;
  }
  .sec1 .left .a-list a .txt .p-head {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec1 .left .a-list a .txt .p-txt {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 6px;
  }
}

@media (min-width: 900px) and (max-width: 1440px) {
  .sec1 {
    width: 96%;
    margin:auto;
    height: auto;
    overflow: hidden;
    zoom: 1;
    background: #fff;
  }
  .sec1 .right {
    width: 66.66%;
    /*min-height: 570px;*/
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    float: right;
  }
  .sec1 .right .box {
    width: 100%;
    /*min-height: 474px;*/
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    margin-top: 20px;
  }
  .sec1 .right .box .box-a {
    display: block;
    float: right;
    width: 48%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .sec1 .right .box .box-a:first-child {
    margin-left: 0;
  }
  .sec1 .right .box .box-a .img-box {
    width: 100%;
    height: 254px;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec1 .right .box .box-a .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .sec1 .right .box .box-a .news-head {
    font-size: 20px;
    color: #333;
    padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec1 .right .box .box-a .date {
    font-size: 18px;
    color: #f07c12;
    padding-top: 14px;
  }
  .sec1 .right .box .box-a .news-txt {
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sec1 .left {
    width: 30%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    float: left;
  }
  .sec1 .left .a-list a {
    display: block;
    width: 100%;
    height: 66px;
    margin-top: 35px;
  }
  .sec1 .left .a-list a:first-child {
    margin-top: 20px;
  }
  .sec1 .left .a-list a:hover .date {
    border: 1px solid #f07c12;
  }
  .sec1 .left .a-list a:hover .date .top {
    color: #f07c12;
  }
  .sec1 .left .a-list a:hover .date .down {
    background: #f07c12;
    color: #fff;
  }
  .sec1 .left .a-list a:hover .date .down {
    background: #f07c12;
    color: #fff;
  }
  .sec1 .left .a-list a:hover .txt .p-head {
    color: #f07c12;
  }
  .sec1 .left .a-list a .date {
    width: 72px;
    height: 66px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #999999;
  }
  .sec1 .left .a-list a .date .top {
    width: 70px;
    height: 33px;
    background: #f3f3f3;
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 33px;
  }
  .sec1 .left .a-list a .date .down {
    width: 70px;
    height: 33px;
    background: #999;
    font-size: 14px;
    color: #f3f3f3;
    text-align: center;
    line-height: 33px;
  }
  .sec1 .left .a-list a .txt {
    width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    height: 66px;
    float: left;
  }
  .sec1 .left .a-list a .txt .p-head {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec1 .left .a-list a .txt .p-txt {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 6px;
  }
}
@media (min-width: 600px) and (max-width: 900px) {
  .sec1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    background: #fff;
  }
  .sec1 .right {
    width: 94%;
    /*min-height: 570px;*/
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec1 .right .box {
    width: 100%;
    /*min-height: 474px;*/
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    margin-top: 20px;
  }
  .sec1 .right .box .box-a {
    display: block;
    float: left;
    width: 48%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    margin-left: 4%;
    box-sizing: border-box;
  }
  .sec1 .right .box .box-a:first-child {
    margin-left: 0;
  }
  .sec1 .right .box .box-a .img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec1 .right .box .box-a .img-box img {
    display: block;
    width: 100%;
  }
  .sec1 .right .box .box-a .news-head {
    font-size: 20px;
    color: #333;
    padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec1 .right .box .box-a .date {
    font-size: 18px;
    color: #f07c12;
    padding-top: 14px;
  }
  .sec1 .right .box .box-a .news-txt {
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    line-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sec1 .left {
    width: 94%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec1 .left .a-list a {
    display: block;
    width: 100%;
    height: 66px;
    margin-top: 35px;
  }
  .sec1 .left .a-list a:first-child {
    margin-top: 20px;
  }
  .sec1 .left .a-list a:hover .date {
    border: 1px solid #f07c12;
  }
  .sec1 .left .a-list a:hover .date .top {
    color: #f07c12;
  }
  .sec1 .left .a-list a:hover .date .down {
    background: #f07c12;
    color: #fff;
  }
  .sec1 .left .a-list a:hover .date .down {
    background: #f07c12;
    color: #fff;
  }
  .sec1 .left .a-list a:hover .txt .p-head {
    color: #f07c12;
  }
  .sec1 .left .a-list a .date {
    width: 72px;
    height: 66px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #999999;
  }
  .sec1 .left .a-list a .date .top {
    width: 70px;
    height: 33px;
    background: #f3f3f3;
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 33px;
  }
  .sec1 .left .a-list a .date .down {
    width: 70px;
    height: 33px;
    background: #999;
    font-size: 14px;
    color: #f3f3f3;
    text-align: center;
    line-height: 33px;
  }
  .sec1 .left .a-list a .txt {
    width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    height: 66px;
    float: left;
  }
  .sec1 .left .a-list a .txt .p-head {
    font-size: 18px;
    color: #333;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec1 .left .a-list a .txt .p-txt {
    font-size: 14px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 6px;
  }
}

@media (max-width: 600px) {
  .sec1 {
    width: 98%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    background: #fff;
    margin: auto;
  }
  .sec1 .right {
    width: 98%;
    /*min-height: 570px;*/
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec1 .right .box {
    width: 100%;
    /*min-height: 474px;*/
    box-sizing: border-box;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    margin-top: 20px;
  }
  .sec1 .right .box .box-a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    box-sizing: border-box;
    margin-top: 14px;
  }
  .sec1 .right .box .box-a .img-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec1 .right .box .box-a .img-box img {
    display: block;
    width: 100%;
  }
  .sec1 .right .box .box-a .news-head {
    font-size: 16px;
    color: #333;
    padding-top: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec1 .right .box .box-a .date {
    font-size: 14px;
    color: #f07c12;
    padding-top: 10px;
  }
  .sec1 .right .box .box-a .news-txt {
    font-size: 14px;
    color: #666;
    padding-top: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .sec1 .left {
    width: 98%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec1 .left .a-list a {
    display: block;
    width: 100%;
    height: 66px;
    margin-top: 35px;
  }
  .sec1 .left .a-list a:first-child {
    margin-top: 20px;
  }
  .sec1 .left .a-list a:hover .date {
    border: 1px solid #f07c12;
  }
  .sec1 .left .a-list a:hover .date .top {
    color: #f07c12;
  }
  .sec1 .left .a-list a:hover .date .down {
    background: #f07c12;
    color: #fff;
  }
  .sec1 .left .a-list a:hover .date .down {
    background: #f07c12;
    color: #fff;
  }
  .sec1 .left .a-list a:hover .txt .p-head {
    color: #f07c12;
  }
  .sec1 .left .a-list a .date {
    width: 72px;
    height: 66px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #999999;
  }
  .sec1 .left .a-list a .date .top {
    width: 70px;
    height: 33px;
    background: #f3f3f3;
    font-size: 24px;
    color: #999;
    text-align: center;
    line-height: 33px;
  }
  .sec1 .left .a-list a .date .down {
    width: 70px;
    height: 33px;
    background: #999;
    font-size: 14px;
    color: #f3f3f3;
    text-align: center;
    line-height: 33px;
  }
  .sec1 .left .a-list a .txt {
    width: calc(100% - 80px);
    -webkit-width: calc(100% - 80px);
    -moz-width: calc(100% - 80px);
    height: 66px;
    float: left;
  }
  .sec1 .left .a-list a .txt .p-head {
    font-size: 16px;
    color: #333;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec1 .left .a-list a .txt .p-txt {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 6px;
  }
}

@media (min-width: 1440px) {
  .sec2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec2 .box {
    width: 100%;
    height: 280px;
    margin-top: 20px;
  }
  .sec2 .box .swiper-container1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 214px;
  }

}

@media (min-width: 700px) and (max-width: 1440px) {
  .sec2 {
    width: 96%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec2 .box {
    width: 100%;
    height: 280px;
    margin-top: 20px;
  }
  .sec2 .box .swiper-container1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 214px;
  }
}

@media (max-width: 700px) {
  .sec2 {
    width: 96%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .sec2 .box {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }
  .sec2 .box .swiper-container1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 166px;
  }
  .sec2 .box .swiper-container1 .swiper-pagination{
    display: none;
  }
}

@media (min-width: 1440px) {
  .sec2 .img-cont {
    width: 100%;
    height: 295px;
    margin-top: 10px;
  }
  .sec2 .img-cont a {
    display: block;
    width: 20%;
    height: 295px;
    border-right: 2px solid #fff;
    float: left;
    box-sizing: border-box;
  }
  .sec2 .img-cont a:last-child {
    border-right: none;
  }
  .sec2 .img-cont a:hover .txt {
    background: rgba(240, 124, 18, 0.5);
  }
  .sec2 .img-cont a .txt {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
  }
  .sec2 .img-cont a .txt .cont {
    width: 140px;
    height: 120px;
    margin: auto;
    margin-top: 92px;
  }
  .sec2 .img-cont a .txt .cont .p1 {
    text-align: center;
    font-size: 30px;
    color: #fff;
  }
  .sec2 .img-cont a .txt .cont .p2 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
    font-weight: bold;
  }
  .sec2 .img-cont a .txt .cont span {
    display: block;
    width: 100px;
    height: 30px;
    border: 2px solid #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin: auto;
    margin-top: 16px;
    border-radius: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .sec2 .img-cont {
    width: 100%;
    height: 274px;
    margin-top: 10px;
  }
  .sec2 .img-cont a {
    display: block;
    width: 25%;
    height: 274px;
    border-right: 2px solid #fff;
    float: left;
    box-sizing: border-box;
  }
  .sec2 .img-cont a:last-child {
    border-right: none;
  }
  .sec2 .img-cont a:hover .txt {
    background: rgba(240, 124, 18, 0.5);
  }
  .sec2 .img-cont a .txt {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
  }
  .sec2 .img-cont a .txt .cont {
    width: 140px;
    height: 120px;
    margin: auto;
    margin-top: 92px;
  }
  .sec2 .img-cont a .txt .cont .p1 {
    text-align: center;
    font-size: 30px;
    color: #fff;
  }
  .sec2 .img-cont a .txt .cont .p2 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
    font-weight: bold;
  }
  .sec2 .img-cont a .txt .cont span {
    display: block;
    width: 100px;
    height: 30px;
    border: 2px solid #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin: auto;
    margin-top: 16px;
    border-radius: 15px;
  }
}

@media (min-width: 640px) and (max-width: 1200px) {
  .sec2 .img-cont {
    width: 100%;
    height: 200px;
    margin-top: 10px;
  }
  .sec2 .img-cont a {
    display: block;
    width: 25%;
    height: 200px;
    border-right: 2px solid #fff;
    float: left;
    box-sizing: border-box;
  }
  .sec2 .img-cont a:last-child {
    border-right: none;
  }
  .sec2 .img-cont a:hover .txt {
    background: rgba(240, 124, 18, 0.5);
  }
  .sec2 .img-cont a .txt {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
  }
  .sec2 .img-cont a .txt .cont {
    width: 140px;
    height: 100px;
    margin: auto;
    margin-top: 50px;
  }
  .sec2 .img-cont a .txt .cont .p1 {
    text-align: center;
    font-size: 20px;
    color: #fff;
  }
  .sec2 .img-cont a .txt .cont .p2 {
    text-align: center;
    font-size: 14px;
    color: #fff;
    padding-top: 6px;
    /*font-weight: bold;*/
  }
  .sec2 .img-cont a .txt .cont span {
    display: block;
    width: 100px;
    height: 30px;
    border: 2px solid #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    /*font-weight: bold;*/
    margin: auto;
    margin-top: 16px;
    border-radius: 15px;
  }
}

@media (max-width: 640px) {
  .sec2 .img-cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
  }
  .sec2 .img-cont a {
    display: block;
    width: 50%;
    height: 170px;
    border-right: 2px solid #fff;
    float: left;
    box-sizing: border-box;
  }
  .sec2 .img-cont a:last-child {
    border-right: none;
  }
  .sec2 .img-cont a:hover .txt {
    background: rgba(240, 124, 18, 0.5);
  }
  .sec2 .img-cont a .txt {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid transparent;
  }
  .sec2 .img-cont a .txt .cont {
    width: 130px;
    height: 100px;
    margin: auto;
    margin-top: 35px;
  }
  .sec2 .img-cont a .txt .cont .p1 {
    text-align: center;
    font-size: 18px;
    color: #fff;
  }
  .sec2 .img-cont a .txt .cont .p2 {
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding-top: 6px;
    /*font-weight: bold;*/
  }
  .sec2 .img-cont a .txt .cont span {
    display: block;
    width: 80px;
    height: 24px;
    border: 2px solid #fff;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    /*font-weight: bold;*/
    margin: auto;
    margin-top: 16px;
    border-radius: 15px;
  }
}

.sec2 .common-p {
  text-align: center;
}

.sec2 .box .dd {
  position: absolute;
  z-index: 9999;
  width: 208px;
  height: 178px;
  margin-top: -260px;
  margin-left: -230px;
}
.sec2 .box .dd img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec2 .box .swiper-container1 {
  width: 100%;
  height: 100%;
}


.sec2 .box .swiper-container1 .swiper-slide {
  width: 326px;
  height: 250px;
}

.sec2 .box .swiper-container1 .swiper-slide p {
  font-size: 16px;
  color: #333;
  text-align: center;
  padding-top: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media (min-width: 1440px) {
  .sec3 {
    width: 100%;
    min-height: 530px;
    border-bottom: 7px solid #fafafa;
    background: url(/Public/Home/images/bg.jpg);
    background-size: 100% 100%;
  }
  .sec3 a {
    display: block;
    width: 460px;
    height: 480px;
    float: left;
    margin-left: 30px;
  }
  .sec3 a:first-child {
    margin-left: 0;
  }
  .sec3 a .img-box1 {
    margin-top: 20px;
    width: 100%;
    height: 5px;
    background: #f07c12;
  }
  .sec3 a .img-box {
    margin-top: 20px;
    width: 100%;
    height: 226px;
  }
  .sec3 a .img-box img {
    display: block;
    width: 460px;
    height: 226px;
    margin: auto;
  }
  .sec3 a .p-head {
    font-size: 20px;
    color: #333;
    padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec3 a .date {
    font-size: 18px;
    color: #f07c12;
    padding-top: 20px;
  }
  .sec3 a .p-txt {
    padding-top: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .sec3 a .more {
    width: 126px;
    height: 46px;
    background: #f07c12;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    float: right;
    margin-top: 12px;
  }
}

@media (min-width: 1000px) and (max-width: 1440px) {
  .sec3 {
    width: 100%;
    min-height: 530px;
    border-bottom: 7px solid #fafafa;
    background: url(/Public/Home/images/bg.jpg);
    background-size: 100% 100%;
  }
  .sec3 a {
    display: block;
    width: 30%;
    height: 480px;
    float: left;
    margin-left: 5%;
  }
  .sec3 a:first-child {
    margin-left: 0;
  }
  .sec3 a .img-box1 {
    margin-top: 20px;
    width: 100%;
    height: 5px;
    background: #f07c12;
  }
  .sec3 a .img-box {
    margin-top: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .sec3 a .img-box img {
    display: block;
    width: 100%;
    margin: auto;
  }
  .sec3 a .p-head {
    font-size: 20px;
    color: #333;
    padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec3 a .date {
    font-size: 18px;
    color: #f07c12;
    padding-top: 20px;
  }
  .sec3 a .p-txt {
    padding-top: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .sec3 a .more {
    width: 126px;
    height: 46px;
    background: #f07c12;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 16px;
    float: right;
    margin-top: 12px;
  }
}

@media (min-width: 600px) and (max-width: 1000px) {
  .sec3 {
    width: 98%;
    margin: auto;
    height: auto;
    overflow: hidden;
    zoom: 1;
    border-bottom: 7px solid #fafafa;
    background: url(/Public/Home/images/bg.jpg);
    background-size: 100% 100%;
  }
  .sec3 a {
    display: block;
    width: 48%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    float: left;
    margin-left: 4%;
  }
  .sec3 a:first-child {
    margin-left: 0;
  }
  .sec3 a:last-child {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .sec3 a .img-box1 {
    margin-top: 20px;
    width: 100%;
    height: 5px;
    background: #f07c12;
  }
  .sec3 a .img-box {
    margin-top: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .sec3 a .img-box img {
    display: block;
    width: 100%;
    margin: auto;
  }
  .sec3 a .p-head {
    font-size: 20px;
    color: #333;
    padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec3 a .date {
    font-size: 18px;
    color: #f07c12;
    padding-top: 20px;
  }
  .sec3 a .p-txt {
    padding-top: 20px;
    line-height: 40px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .sec3 a .more {
    width: 110px;
    height: 36px;
    background: #f07c12;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    float: right;
    margin-top: 12px;
  }
}

@media (max-width: 600px) {
  .sec3 {
    width: 98%;
    margin: auto;
    height: auto;
    overflow: hidden;
    zoom: 1;
    border-bottom: 7px solid #fafafa;
    background: url(/Public/Home/images/bg.jpg);
    background-size: 100% 100%;
  }
  .sec3 a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .sec3 a:last-child {
    margin-bottom: 20px;
  }
  .sec3 a .img-box1 {
    margin-top: 20px;
    width: 100%;
    height: 5px;
    background: #f07c12;
  }
  .sec3 a .img-box {
    margin-top: 20px;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .sec3 a .img-box img {
    display: block;
    width: 100%;
    margin: auto;
  }
  .sec3 a .p-head {
    font-size: 16px;
    color: #333;
    padding-top: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .sec3 a .date {
    font-size: 16px;
    color: #f07c12;
    padding-top: 14px;
  }
  .sec3 a .p-txt {
    padding-top: 10px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .sec3 a .more {
    width: 80px;
    height: 30px;
    background: #f07c12;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 12px;
    float: right;
    margin-top: 10px;
  }
}

.map {
  width: 98%;
  height: 450px;
  margin: auto;
}



@media (min-width: 1440px) {
  .footer {
    width: 100%;
    min-height: 334px;
    background: #3f3f3f;
  }
  .footer .box {
    width: 100%;
    margin: auto;
    margin-top: 50px;
    height: 230px;
    border-bottom: 1px solid #595959;
  }
  .footer .box .ul {
    width: 132px;
    float: left;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .footer .box .ul .p-head {
    font-size: 16px;
    color: #fff;
  }
  .footer .box .ul a {
    display: block;
    font-size: 14px;
    color: #777;
    margin-top: 10px;
  }
  .footer .box .ul a:hover {
    color: #fff;
  }
  .footer .box .img {
    float: left;
    width: 130px;
    height: 130px;
    margin-left: 50px;
    margin-right: 70px;
  }
  .footer .box .img img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .footer {
    width: 100%;
    min-height: 334px;
    background: #3f3f3f;
  }
  .footer .box {
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    height: 230px;
    border-bottom: 1px solid #595959;
  }
  .footer .box .ul {
    width: 110px;
    float: left;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .footer .box .ul .p-head {
    font-size: 14px;
    color: #fff;
  }
  .footer .box .ul a {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 10px;
  }
  .footer .box .ul a:hover {
    color: #fff;
  }
  .footer .box .img {
    float: left;
    width: 100px;
    height: 170px;
    margin-left: 40px;
    margin-right: 60px;
  }
  .footer .box .img img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 1200px) {
  .footer {
    width: 100%;
    height:auto;
    overflow: hidden;
    zoom: 1;
    background: #3f3f3f;
  }
  .footer .box {
    display: none;
    width: 1200px;
    margin: auto;
    margin-top: 50px;
    height: 230px;
    border-bottom: 1px solid #595959;
  }
  .footer .box .ul {
    width: 110px;
    float: left;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .footer .box .ul .p-head {
    font-size: 14px;
    color: #fff;
  }
  .footer .box .ul a {
    display: block;
    font-size: 12px;
    color: #777;
    margin-top: 10px;
  }
  .footer .box .ul a:hover {
    color: #fff;
  }
  .footer .box .img {
    float: left;
    width: 100px;
    height: 170px;
    margin-left: 40px;
    margin-right: 60px;
  }
  .footer .box .img img {
    display: block;
    width: 100%;
    height: 100%;
  }
}

.footer .footer-p {
  text-align: center;
  font-size: 12px;
  color: #777;
  padding-top: 20px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #e89a0f !important;
  margin: -10px 5px !important;
}
.common-right-imgbox .img-nav .box .swiper-container1 .swiper-pagination .swiper-pagination-bullet{
  width: 12px !important;
  height: 12px !important;
  border-radius: 50% !important;
  background: #e89a0f !important;
  margin: -40px 5px !important;
}
@media (min-width: 600px) {
  .common-p {
    font-size: 24px;
    color: #333;
    padding-top: 40px;
  }
  .common-p span {
    font-size: 40px;
    color: #eaeaea;
    font-family: 'Arial';
    padding-top: 4px;
  }
}
@media (max-width: 600px) {
  .common-p {
    font-size: 18px;
    color: #333;
    padding-top: 30px;
  }
  .common-p span {
    font-size: 28px;
    color: #eaeaea;
    font-family: 'Arial';
    padding-top: 4px;
  }
}

@media (min-width: 1340px) {
  .ban {
    width: 100%;
    height: 574px;
  }
}

@media (min-width: 1000px) and (max-width: 1340px) {
  .ban {
    width: 100%;
    height: 474px;
  }
}

@media (min-width: 600px) and (max-width: 1000px) {
  .ban {
    width: 100%;
    height: 400px;
  }
}

@media (max-width: 600px) {
  .ban {
    width: 100%;
    height: 300px;
  }
}

.ban img {
  display: block;
  width: 100%;
  height: 100%;
}
.sec1-content {
  width: 100%;
  min-height: 910px;
  background: url(/Public/Home/images/bgg1.jpg);
  background-size: 100% 100%;
  background-attachment: fixed;
  overflow: hidden;
  zoom: 1;
}

@media (min-width: 1390px) {
  .container1 {
    width: 1380px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .common-left {
    width: 264px;
    overflow: hidden;
    zoom: 1;
    height: auto;
    float: left;
    margin-top: 40px;
  }
  .common-left .p-head {
    font-size: 24px;
    color: #12285d;
  }
  .common-left .p-head span {
    font-size: 16px;
    color: #666;
  }
  .common-left .heng-img {
    width: 100%;
    height: 4px;
    margin-top: 6px;
  }
  .common-left .heng-img img {
    display: block;
    width: 100%;
    height: 4px;
  }
  .common-left .list {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .common-left .list .a {
    width: 100%;
    height: 44px;
    border-bottom: 1px dashed #c6c4bb;
  }
  .common-left .list .a:first-child {
    margin-top: 10px;
  }
  .common-left .list .a a {
    font-size: 16px;
    color: #000;
    line-height: 50px;
    padding-left: 14px;
  }
  .common-left .list .a a:hover {
    color: #f07c12;
  }
  .common-left .list .a .a-act {
    color: #f07c12;
  }
  .common-right {
    width: 1020px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    float: right;
    margin-top: 44px;
  }
  .common-right .common-right-head {
    width: 100%;
    height: 52px;
  }
  .common-right .common-right-head .left {
    width: 176px;
    height: 52px;
    background: url(/Public/Home/images/right1.png);
    background-size: 100% 100%;
    float: left;
  }
  .common-right .common-right-head .left div {
    width: 162px;
    height: 40px;
  }
  .common-right .common-right-head .left div p {
    font-size: 18px;
    color: #f5f5f5;
    line-height: 40px;
    text-align: center;
  }
  .common-right .common-right-head .right {
    width: calc(100% - 190px);
    -webkit-width: calc(100% - 190px);
    -moz-width: calc(100% - 190px);
    width: calc(100% - 190px);
    height: 34px;
    border-bottom: 1px solid #ccc;
    float: right;
  }
  .common-right .common-right-head .right p {
    font-size: 14px;
    color: #999;
    float: right;
    line-height: 34px;
  }
  .common-right .common-right-head .right p a {
    color: #999;
  }
}

@media (min-width: 820px) and (max-width: 1390px) {
  .container1 {
    width: 98%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .common-left {
    width: 264px;
    overflow: hidden;
    zoom: 1;
    height: auto;
    float: left;
    margin-top: 40px;
  }
  .common-left .p-head {
    font-size: 24px;
    color: #12285d;
  }
  .common-left .p-head span {
    font-size: 16px;
    color: #666;
  }
  .common-left .heng-img {
    width: 100%;
    height: 4px;
    margin-top: 6px;
  }
  .common-left .heng-img img {
    display: block;
    width: 100%;
    height: 4px;
  }
  .common-left .list {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .common-left .list .a {
    width: 100%;
    height: 44px;
    border-bottom: 1px dashed #c6c4bb;
  }
  .common-left .list .a:first-child {
    margin-top: 10px;
  }
  .common-left .list .a a {
    font-size: 16px;
    color: #000;
    line-height: 50px;
    padding-left: 14px;
  }
  .common-left .list .a a:hover {
    color: #f07c12;
  }
  .common-left .list .a .a-act {
    color: #f07c12;
  }
  .common-right {
    width: calc(100% - 320px);
    -webkit-width: calc(100% - 320px);
    -moz-width: calc(100% - 320px);
    height: auto;
    overflow: hidden;
    zoom: 1;
    float: right;
    margin-top: 44px;
  }
  .common-right .common-right-head {
    width: 100%;
    height: 52px;
  }
  .common-right .common-right-head .left {
    width: 176px;
    height: 52px;
    background: url(/Public/Home/images/right1.png);
    background-size: 100% 100%;
    float: left;
  }
  .common-right .common-right-head .left div {
    width: 162px;
    height: 40px;
  }
  .common-right .common-right-head .left div p {
    font-size: 18px;
    color: #f5f5f5;
    line-height: 40px;
    text-align: center;
  }
  .common-right .common-right-head .right {
    width: calc(100% - 190px);
    -webkit-width: calc(100% - 190px);
    -moz-width: calc(100% - 190px);
    width: calc(100% - 190px);
    height: 34px;
    border-bottom: 1px solid #ccc;
    float: right;
  }
  .common-right .common-right-head .right p {
    font-size: 14px;
    color: #999;
    float: right;
    line-height: 34px;
  }
  .common-right .common-right-head .right p a {
    color: #999;
  }
}

@media (max-width: 820px){
  .container1 {
    width: 98%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .common-left {
    width: 100%;
    overflow: hidden;
    zoom: 1;
    height: auto;
    margin-top: 20px;
  }
  .common-left .p-head {
    font-size: 18px;
    color: #12285d;
  }
  .common-left .p-head span {
    font-size: 14px;
    color: #666;
  }
  .common-left .heng-img {
    width: 100%;
    height: 4px;
    margin-top: 6px;
  }
  .common-left .heng-img img {
    display: block;
    width: 100%;
    height: 4px;
  }
  .common-left .list {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .common-left .list .a {
    width: 100%;
    height: 30px;
    border-bottom: 1px dashed #c6c4bb;
  }
  .common-left .list .a:first-child {
    margin-top: 10px;
  }
  .common-left .list .a a {
    font-size: 14px;
    color: #000;
    line-height: 30px;
    padding-left: 14px;
  }
  .common-left .list .a a:hover {
    color: #f07c12;
  }
  .common-left .list .a .a-act {
    color: #f07c12;
  }
  .common-right {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 24px;
  }
  .common-right .common-right-head {
    width: 100%;
    height: 52px;
  }
  .common-right .common-right-head .left {
    width: 110px;
    height: 40px;
    background: url(/Public/Home/images/right1.png);
    background-size: 100% 100%;
    float: left;
  }
  .common-right .common-right-head .left div {
    width: 100px;
    height: 31px;
  }
  .common-right .common-right-head .left div p {
    font-size: 14px;
    color: #f5f5f5;
    line-height: 31px;
    text-align: center;
  }
  .common-right .common-right-head .right {
    width: calc(100% - 114px);
    -webkit-width: calc(100% - 114px);
    -moz-width: calc(100% - 114px);
    width: calc(100% - 114px);
    height: 34px;
    border-bottom: 1px solid #ccc;
    float: right;
  }
  .common-right .common-right-head .right p {
    font-size: 12px;
    color: #999;
    float: right;
    line-height: 34px;
  }
  .common-right .common-right-head .right p a {
    color: #999;
  }

}

@media (min-width: 1380px) {

  .common-right-imgbox {
    width: 1000px;
    min-height: 700px;
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;
  }
  .common-right-imgbox .txt-head-p {
    font-size: 24px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .common-right-imgbox .txt-cont-p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
  }
  .common-right-imgbox .img-box {
    display: block;
    width: 320px;
    height: 204px;
    overflow: hidden;
    /* float: left; */
    margin-left: 20px;
    margin-top: 30px;
    position: relative;
  }
  .common-right-imgbox .img-box:hover .txt {
    display: block;
  }
  .common-right-imgbox .img-box .txt {
    width: 100%;
    height: 34px;
    background: rgba(0, 0, 0, 0.7);
    margin-top: -34px;
    position: absolute;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    display: none;
  }
  .common-right-imgbox .img-box:nth-child(3n+1) {
    margin-left: 0;
  }
  .common-right-imgbox .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
  }
  .common-right-imgbox .img-box img:hover {
    transform: scale(1.1);
  }

  .common-right-teambox {
    width: 100%;
    height: 318px;
    margin-top: 30px;
  }
  .common-right-teambox .left {
    width: 49.4%;
    height: 318px;
    float: left;
  }
  .common-right-teambox .left img {
    display: block;
    width: 100%;
  }
  .common-right-teambox .right {
    width: 46%;
    height: 318px;
    overflow: auto;
    float: right;
  }
  .common-right-teambox .right .head {
    width: 90%;
    height: 84px;
    border-bottom: 1px solid #ccc;
  }
  .common-right-teambox .right .head p {
    font-size: 18px;
    color: #666;
    padding-top: 40px;
  }
  .common-right-teambox .right .head p span {
    font-size: 24px;
    color: #000;
  }
  .common-right-teambox .right .txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 40px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 24px;
  }
  .img-nav {
    width: 100%;
    height: 94px;
    margin-top: 60px;
  }
  .img-nav .box {
    width: 100%;
    height: 140px;
  }
  .img-nav .box .swiper-container1 {
    width: 100%;
    height: 100%;
  }
  .img-nav .box .swiper-container1 .swiper-slide {
    width: 142px;
    height: 94px;
  }
  .img-nav .box .swiper-container1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 120px;
  }

  .news-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #999;
  }
  .news-box .list-a {
    display: inline-block;
    width: 33%;
    height: 166px;
    margin-top: 30px;
  }
  .news-box .list-a:last-child {
    /* margin-bottom: 40px; */
  }
  .news-box .list-a:hover {
    background: #576685;
  }
  .news-box .list-a:hover .cont .p-head {
    /* color: #fff; */
  }
  .news-box .list-a:hover .cont .p-cont {
    /* color: #fff; */
  }
  .news-box .list-a:hover .cont .date {
    /* color: #fff; */
  }
  .news-box .list-a .img-box {
    padding:2px 10px;
    width: 100%;
    height: 160px;
    box-sizing: border-box;
    /* float: left; */
    margin-top: 3px;
    margin-left: 3px;
  }
  .news-box .list-a .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-box .list-a .cont {
    padding:0 10px;
    /* width: calc(100% - 283px);
    -webkit-width: calc(100% - 283px);
    -moz-width: calc(100% - 283px);
    height: 166px; */
    /* float: right; */
  }
  .news-box .list-a .cont .p-head {
    font-size: 18px;
    color: #000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 28px;
  }
  .news-box .list-a .cont .p-cont {
    font-size: 14px;
    color: #666;
    text-indent: 2em;
    padding-top: 10px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-box .list-a .cont .date {
    font-size: 30px;
    color: #596787;
    display: none;
    text-align: right;
    padding-top: 14px;
    padding-right: 10px;
  }
  .page {
    width: 100%;
    height: 22px;
    margin-top: 48px;
  }
  .page div {
    display: table;
    /*重点就是这个属�??,这个样式会告知浏览器当前元素的宽�?,采用�?小的宽度.不是默认全宽*/
    margin: 0 auto;
    height: 22px;
  }
  .page div a {
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    background: #666666;
    margin-left: 4px;
  }
}

@media (min-width: 920px) and (max-width: 1380px) {

  .common-right-imgbox {
    width: 576px;
    min-height: 700px;
    margin:auto;
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;

  }
  .common-right-imgbox .txt-head-p {
    font-size: 24px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .common-right-imgbox .txt-cont-p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
  }
  .common-right-imgbox .img-box {
    display: block;
    width: 280px;
    height: 184px;
    overflow: hidden;
    float: left;
    margin-left: 16px;
    margin-top: 30px;
    position: relative;
  }
  .common-right-imgbox .img-box:hover .txt {
    display: block;
  }
  .common-right-imgbox .img-box .txt {
    width: 100%;
    height: 34px;
    background: rgba(0, 0, 0, 0.7);
    margin-top: -34px;
    position: absolute;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    display: none;
  }
  .common-right-imgbox .img-box:nth-child(2n+1) {
    margin-left: 0;
  }
  .common-right-imgbox .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
  }
  .common-right-imgbox .img-box img:hover {
    transform: scale(1.1);
  }
  .common-right-teambox {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 30px;
  }
  .common-right-teambox .left {
    width: 80%;
    margin: auto;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .common-right-teambox .left img {
    display: block;
    width: 100%;
  }
  .common-right-teambox .right {
    width: 80%;
    margin: auto;
    height: 218px;
    overflow: auto;
  }
  .common-right-teambox .right .head {
    width: 90%;
    height: 84px;
    border-bottom: 1px solid #ccc;
  }
  .common-right-teambox .right .head p {
    font-size: 18px;
    color: #666;
    padding-top: 40px;
  }
  .common-right-teambox .right .head p span {
    font-size: 24px;
    color: #000;
  }
  .common-right-teambox .right .txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 40px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 24px;
  }
  .img-nav {
    width: 100%;
    height: 94px;
    margin-top: 60px;
  }
  .img-nav .box {
    width: 100%;
    height: 140px;
  }
  .img-nav .box .swiper-container1 {
    width: 100%;
    height: 100%;
  }
  .img-nav .box .swiper-container1 .swiper-slide {
    width: 142px;
    height: 94px;
  }
  .img-nav .box .swiper-container1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 120px;
  }
  .news-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #999;
  }
  .news-box .list-a {
    display: block;
    width: 100%;
    height: 166px;
    margin-top: 20px;
  }
  .news-box .list-a:last-child {
    margin-bottom: 20px;
  }
  .news-box .list-a:hover {
    background: #576685;
  }
  .news-box .list-a:hover .cont .p-head {
    /* color: #fff; */
  }
  .news-box .list-a:hover .cont .p-cont {
    /* color: #fff; */
  }
  .news-box .list-a:hover .cont .date {
    /* color: #fff; */
  }
  .news-box .list-a .img-box {
    width: 220px;
    height: 130px;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
  }
  .news-box .list-a .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-box .list-a .cont {
    width: calc(100% - 230px);
    -webkit-width: calc(100% - 230px);
    -moz-width: calc(100% - 230px);
    height: 166px;
    float: right;
  }
  .news-box .list-a .cont .p-head {
    font-size: 14px;
    color: #000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 18px;
  }
  .news-box .list-a .cont .p-cont {
    font-size: 12px;
    color: #666;
    text-indent: 2em;
    padding-top: 10px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-box .list-a .cont .date {
    font-size: 20px;
    color: #596787;
    text-align: right;
    padding-top: 14px;
    padding-right: 10px;
  }
  .page {
    width: 920px;
    height: 22px;
    margin-top: 48px;

  }
  .page div {
    /*display: table;
    !*重点就是这个属�??,这个样式会告知浏览器当前元素的宽�?,采用�?小的宽度.不是默认全宽*!
    margin: 0 auto;*/
    width: 100%;
    height: 22px;
  }
  .page div a {
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    background: #666666;
    margin-left: 4px;
    float: left;
  }
}

@media (min-width: 820px) and (max-width: 920px) {

  .common-right-imgbox {
    width: 380px;
    min-height: 700px;
    margin:auto;
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;

  }
  .common-right-imgbox .txt-head-p {
    font-size: 24px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .common-right-imgbox .txt-cont-p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
  }
  .common-right-imgbox .img-box {
    display: block;
    width: 380px;
    height: 204px;
    overflow: hidden;
    /*float: left;
    margin-left: 16px;*/
    margin-top: 20px;
    position: relative;
  }
  .common-right-imgbox .img-box:hover .txt {
    display: block;
  }
  .common-right-imgbox .img-box .txt {
    width: 100%;
    height: 34px;
    background: rgba(0, 0, 0, 0.7);
    margin-top: -34px;
    position: absolute;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    display: none;
  }
 /* .common-right-imgbox .img-box:nth-child(2n+1) {
    margin-left: 0;
  }*/
  .common-right-imgbox .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
  }
  .common-right-imgbox .img-box img:hover {
    transform: scale(1.1);
  }
  .common-right-teambox {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 30px;
  }
  .common-right-teambox .left {
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .common-right-teambox .left img {
    display: block;
    width: 100%;
  }
  .common-right-teambox .right {
    width: 100%;
    margin: auto;
    height: 218px;
    overflow: auto;
  }
  .common-right-teambox .right .head {
    width: 90%;
    height: 84px;
    border-bottom: 1px solid #ccc;
  }
  .common-right-teambox .right .head p {
    font-size: 18px;
    color: #666;
    padding-top: 40px;
  }
  .common-right-teambox .right .head p span {
    font-size: 24px;
    color: #000;
  }
  .common-right-teambox .right .txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 40px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 24px;
  }
  .img-nav {
    width: 100%;
    height: 94px;
    margin-top: 60px;
  }
  .img-nav .box {
    width: 100%;
    height: 140px;
  }
  .img-nav .box .swiper-container1 {
    width: 100%;
    height: 100%;
  }
  .img-nav .box .swiper-container1 .swiper-slide {
    width: 142px;
    height: 94px;
  }
  .img-nav .box .swiper-container1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 120px;
  }
  .news-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #999;
  }
  .news-box .list-a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
  }
  .news-box .list-a:last-child {
    margin-bottom: 20px;
  }
  .news-box .list-a:hover {
    background: #576685;
  }
  .news-box .list-a:hover .cont .p-head {
    /* color: #fff; */
  }
  .news-box .list-a:hover .cont .p-cont {
    /* color: #fff; */
  }
  .news-box .list-a:hover .cont .date {
    /* color: #fff; */
  }
  .news-box .list-a .img-box {
    width: 110px;
    height: 65px;
    margin-top: 3px;
    margin-left: 3px;
  }
  .news-box .list-a .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-box .list-a .cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .news-box .list-a .cont .p-head {
    font-size: 14px;
    color: #000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 8px;
  }
  .news-box .list-a .cont .p-cont {
    font-size: 12px;
    color: #666;
    text-indent: 2em;
    padding-top: 4px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-box .list-a .cont .date {
    font-size: 20px;
    color: #596787;
    text-align: right;
    padding-top: 8px;
    padding-right: 10px;
  }
  .page {
    width: 820px;
    height: 22px;
    margin:auto;
    margin-top: 48px;
    margin-bottom: 38px;
  }
  .page div {
    /*display: table;
    !*重点就是这个属�??,这个样式会告知浏览器当前元素的宽�?,采用�?小的宽度.不是默认全宽*!
    margin: 0 auto;*/
    width: 100%;
    height: 22px;
  }
  .page div a {
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    background: #666666;
    margin-left: 4px;
    float: left;
  }
}

@media (min-width: 576px) and (max-width: 820px) {

  .common-right-imgbox {
    width: 576px;
    min-height: 700px;
    margin:auto;
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;

  }
  .common-right-imgbox .txt-head-p {
    font-size: 24px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .common-right-imgbox .txt-cont-p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
  }
  .common-right-imgbox .img-box {
    display: block;
    width: 280px;
    height: 184px;
    overflow: hidden;
    float: left;
    margin-left: 16px;
    margin-top: 30px;
    position: relative;
  }
  .common-right-imgbox .img-box:hover .txt {
    display: block;
  }
  .common-right-imgbox .img-box .txt {
    width: 100%;
    height: 34px;
    background: rgba(0, 0, 0, 0.7);
    margin-top: -34px;
    position: absolute;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    display: none;
  }
  .common-right-imgbox .img-box:nth-child(2n+1) {
    margin-left: 0;
  }
  .common-right-imgbox .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
  }
  .common-right-imgbox .img-box img:hover {
    transform: scale(1.1);
  }
  .common-right-teambox {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 30px;
  }
  .common-right-teambox .left {
    width: 80%;
    margin: auto;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .common-right-teambox .left img {
    display: block;
    width: 100%;
  }
  .common-right-teambox .right {
    width: 80%;
    margin: auto;
    height: 218px;
    overflow: auto;
  }
  .common-right-teambox .right .head {
    width: 90%;
    height: 84px;
    border-bottom: 1px solid #ccc;
  }
  .common-right-teambox .right .head p {
    font-size: 18px;
    color: #666;
    padding-top: 40px;
  }
  .common-right-teambox .right .head p span {
    font-size: 24px;
    color: #000;
  }
  .common-right-teambox .right .txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 40px;
    text-indent: 2em;
    font-size: 14px;
    color: #666;
    line-height: 24px;
  }
  .img-nav {
    width: 100%;
    height: 94px;
    margin-top: 60px;
  }
  .img-nav .box {
    width: 100%;
    height: 140px;
  }
  .img-nav .box .swiper-container1 {
    width: 100%;
    height: 100%;
  }
  .img-nav .box .swiper-container1 .swiper-slide {
    width: 142px;
    height: 94px;
  }
  .img-nav .box .swiper-container1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 120px;
  }
  .news-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #999;
  }
  .news-box .list-a {
    display: block;
    width: 100%;
    height: 166px;
    margin-top: 20px;
  }
  .news-box .list-a:last-child {
    margin-bottom: 20px;
  }
  .news-box .list-a:hover {
    background: #576685;
  }
  .news-box .list-a:hover .cont .p-head {
    /* color: #fff; */
  }
  .news-box .list-a:hover .cont .p-cont {
    /* color: #fff; */
  }
  .news-box .list-a:hover .cont .date {
    /* color: #fff; */
  }
  .news-box .list-a .img-box {
    width: 220px;
    height: 130px;
    float: left;
    margin-top: 3px;
    margin-left: 3px;
  }
  .news-box .list-a .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-box .list-a .cont {
    width: calc(100% - 230px);
    -webkit-width: calc(100% - 230px);
    -moz-width: calc(100% - 230px);
    height: 166px;
    float: right;
  }
  .news-box .list-a .cont .p-head {
    font-size: 14px;
    color: #000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 18px;
  }
  .news-box .list-a .cont .p-cont {
    font-size: 12px;
    color: #666;
    text-indent: 2em;
    padding-top: 10px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-box .list-a .cont .date {
    font-size: 20px;
    color: #596787;
    text-align: right;
    padding-top: 14px;
    padding-right: 10px;
  }
  .page {
    width: 576px;
    height: 22px;
    margin:auto;
    margin-top: 48px;
    margin-bottom: 38px;
  }
  .page div {
    /*display: table;
    !*重点就是这个属�??,这个样式会告知浏览器当前元素的宽�?,采用�?小的宽度.不是默认全宽*!
    margin: 0 auto;*/
    width: 100%;
    height: 22px;
  }
  .page div a {
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    background: #666666;
    margin-left: 4px;
    float: left;
  }
}

@media (min-width: 320px) and (max-width: 576px) {

  .common-right-imgbox {
    width: 96%;
    min-height: 700px;
    margin:auto;
    margin-top: 10px;
    overflow: hidden;
    zoom: 1;

  }
  .common-right-imgbox .txt-head-p {
    font-size: 24px;
    color: #000;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .common-right-imgbox .txt-cont-p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    text-indent: 2em;
  }
  .common-right-imgbox .img-box {
    display: block;
    width: 320px;
    height: 204px;
    overflow: hidden;
    /*float: left;
    margin-left: 16px;*/
    margin-top: 30px;
    position: relative;
  }
  .common-right-imgbox .img-box:hover .txt {
    display: block;
  }
  .common-right-imgbox .img-box .txt {
    width: 100%;
    height: 34px;
    background: rgba(0, 0, 0, 0.7);
    margin-top: -34px;
    position: absolute;
    text-align: center;
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    display: none;
  }/*
  .common-right-imgbox .img-box:nth-child(2n+1) {
    margin-left: 0;
  }*/
  .common-right-imgbox .img-box img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
  }
  .common-right-imgbox .img-box img:hover {
    transform: scale(1.1);
  }
  .common-right-teambox {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 30px;
  }
  .common-right-teambox .left {
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .common-right-teambox .left img {
    display: block;
    width: 100%;
  }
  .common-right-teambox .right {
    width: 100%;
    margin: auto;
    height: 218px;
    overflow: auto;
  }
  .common-right-teambox .right .head {
    width: 100%;
    min-height: 84px;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px solid #ccc;
  }
  .common-right-teambox .right .head p {
    font-size: 12px;
    color: #666;
    padding-top: 40px;
  }
  .common-right-teambox .right .head p span {
    font-size: 16px;
    color: #000;
  }
  .common-right-teambox .right .txt {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
    text-indent: 2em;
    font-size: 12px;
    color: #666;
    line-height: 24px;
  }
  .img-nav {
    width: 100%;
    height: 94px;
    margin-top: 60px;
  }
  .img-nav .box {
    width: 100%;
    height: 140px;
  }
  .img-nav .box .swiper-container1 {
    width: 100%;
    height: 100%;
  }
  .img-nav .box .swiper-container1 .swiper-slide {
    width: 142px;
    height: 94px;
  }
  .img-nav .box .swiper-container1 .swiper-slide img {
    display: block;
    width: 100%;
    height: 120px;
  }
  .news-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    border-bottom: 1px dashed #999;
  }
  .news-box .list-a {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
  }
  .news-box .list-a:last-child {
    margin-bottom: 20px;
  }
  .news-box .list-a:hover {
    background: #576685;
  }
  .news-box .list-a:hover .cont .p-head {
    /* color: #fff; */
  }
  .news-box .list-a:hover .cont .p-cont {
    /* color: #fff; */
  }
  .news-box .list-a:hover .cont .date {
    /* color: #fff; */
  }
  .news-box .list-a .img-box {
    width: 110px;
    height: 65px;
    margin-top: 3px;
    margin-left: 3px;
  }
  .news-box .list-a .img-box img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .news-box .list-a .cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
  }
  .news-box .list-a .cont .p-head {
    font-size: 14px;
    color: #000;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 8px;
  }
  .news-box .list-a .cont .p-cont {
    font-size: 12px;
    color: #666;
    text-indent: 2em;
    padding-top: 4px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .news-box .list-a .cont .date {
    font-size: 20px;
    color: #596787;
    text-align: right;
    padding-top: 8px;
    padding-right: 10px;
  }
  .page {
    width: 320px;
    height: 22px;
    margin:auto;
    margin-top: 48px;
    margin-bottom: 38px;
  }
  .page div {
    /*display: table;
    !*重点就是这个属�??,这个样式会告知浏览器当前元素的宽�?,采用�?小的宽度.不是默认全宽*!
    margin: 0 auto;*/
    width: 100%;
    height: 22px;
  }
  .page div a {
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    background: #666666;
    margin-left: 4px;
    float: left;
  }
}

@media (max-width: 600px) {
  .dl_head {
    width: 100%;
    min-height: 36px;
    margin-top: 20px;
    overflow: hidden;
    zoom: 1;
  }
  .dl_head .p1 {
    font-size: 16px;
    color: #12285d;
    text-align: left;
    /*line-height: 36px;*/
    /*float: left;*/
    margin-bottom: 0;
  }
  .dl_head .p1 span {
    font-size: 14px;
    color: #666;
  }
  .dl_head .p2 {
    font-size: 12px;
    color: #999;
    text-align: right;
    /*line-height: 36px;*/
  }
  .dl_head .p2 a {
    color: #999;
  }
  .dl-nav {
    width: 100%;
    min-height: 30px;
    overflow: hidden;
    zoom: 1;
    margin-top: 14px;
  }
  .dl-nav a {
    display: block;
    width: 100px;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #003366;
    float: left;
    margin-left: 12px;
    margin-top: 10px;
    text-align: center;
    line-height: 28px;
    color: #003366;
    font-size: 12px;
    text-decoration: none;
  }
  .dl-nav a:hover {
    background: #003366;
    color: #fff;
  }
  .dl-nav .a-act {
    background: #003366;
    color: #fff;
  }
}

@media (min-width: 600px) {
  .dl_head {
    width: 100%;
    height: 36px;
    margin-top: 40px;
  }
  .dl_head .p1 {
    font-size: 24px;
    color: #12285d;
    text-align: left;
    line-height: 36px;
    float: left;
    margin-bottom: 0;
  }
  .dl_head .p1 span {
    font-size: 16px;
    color: #666;
  }
  .dl_head .p2 {
    font-size: 14px;
    color: #999;
    text-align: right;
    line-height: 36px;
  }
  .dl_head .p2 a {
    color: #999;
  }
  .dl-nav {
    width: 100%;
    min-height: 40px;
    overflow: hidden;
    zoom: 1;
    margin-top: 44px;
  }
  .dl-nav a {
    display: block;
    width: 194px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #003366;
    float: left;
    margin-left: 32px;
    margin-top: 10px;
    text-align: center;
    line-height: 38px;
    color: #003366;
    font-size: 16px;
    text-decoration: none;
  }
  .dl-nav a:hover {
    background: #003366;
    color: #fff;
  }
  .dl-nav .a-act {
    background: #003366;
    color: #fff;
  }
}
.heng1-img {
  width: 100%;
  height: 4px;
  display: block;
}

@media (min-width: 1440px) {
  .picScroll-left {
    width: 100%;
    height: 550px;
    margin-top: 30px;
  }
  .picScroll-left .prev {
    display: block;
    width: 18px;
    height: 36px;
    background: url(/Public/Home/images/prev.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 246px;
    cursor: pointer;
  }
  .picScroll-left .bd {
    width: 1268px;
    height: 100%;
    float: left;
    margin-left: 18px;
  }
  .picScroll-left .bd .picList {
    width: 800%;
    height: 100%;
    margin-left: 20px !important;
  }
  .picScroll-left .bd .picList li {
    width: 390px;
    height: 100%;
    display: block;
    float: left;
    margin-right: 39px;
  }
  .picScroll-left .bd .picList li .pic {
    width: 100%;
    height: 262px;
  }
  .picScroll-left .bd .picList li .pic img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .picScroll-left .bd .picList li .title {
    width: 100%;
    height: 290px;
    background: #4c6e8c;
  }
  .picScroll-left .bd .picList li .title .head {
    width: 94%;
    height: 70px;
    border-bottom: 1px dashed #93a5b6;
    margin: auto;
  }
  .picScroll-left .bd .picList li .title .head p {
    text-align: center;
    padding-top: 30px;
    font-size: 20px;
    color: #fff;
  }
  .picScroll-left .bd .picList li .title .cont {
    width: 94%;
    height: 164px;
    margin: auto;
    overflow: auto;
    margin-top: 20px;
  }
  .picScroll-left .bd .picList li .title .cont p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
  }
  .picScroll-left .next {
    display: block;
    width: 18px;
    height: 36px;
    background: url(/Public/Home/images/next.png);
    background-size: 100% 100%;
    float: right;
    margin-top: 246px;
    cursor: pointer;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .picScroll-left {
    width: 1100px;
    height: 550px;
    margin: auto;
    margin-top: 30px;
  }
  .picScroll-left .prev {
    display: block;
    width: 16px;
    height: 32px;
    background: url(/Public/Home/images/prev.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 246px;
    cursor: pointer;
  }
  .picScroll-left .bd {
    width: calc(100% - 64px);
    -webkit-width: calc(100% - 64px);
    -moz-width: calc(100% - 64px);
    height: 100%;
    float: left;
    margin-left: 16px;
  }
  .picScroll-left .bd .picList {
    height: 100%;/*
    margin-left: 20px !important;*/
  }
  .picScroll-left .bd .picList li {
    width: 338px;
    height: 100%;
    display: block;
    float: left;
    margin-right: 13px;
  }
  .picScroll-left .bd .picList li .pic {
    width: 100%;
    height: 262px;
  }
  .picScroll-left .bd .picList li .pic img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .picScroll-left .bd .picList li .title {
    width: 100%;
    height: 290px;
    background: #4c6e8c;
  }
  .picScroll-left .bd .picList li .title .head {
    width: 94%;
    height: 70px;
    border-bottom: 1px dashed #93a5b6;
    margin: auto;
  }
  .picScroll-left .bd .picList li .title .head p {
    text-align: center;
    padding-top: 30px;
    font-size: 20px;
    color: #fff;
  }
  .picScroll-left .bd .picList li .title .cont {
    width: 94%;
    height: 164px;
    margin: auto;
    overflow: auto;
    margin-top: 20px;
  }
  .picScroll-left .bd .picList li .title .cont p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
  }
  .picScroll-left .next {
    display: block;
    width: 16px;
    height: 32px;
    background: url(/Public/Home/images/next.png);
    background-size: 100% 100%;
    float: right;
    margin-top: 246px;
    cursor: pointer;
  }
}

@media (min-width: 700px) and (max-width: 1200px) {
  .picScroll-left {
    width: 600px;
    height: 550px;
    margin: auto;
    margin-top: 30px;
  }
  .picScroll-left .prev {
    display: block;
    width: 14px;
    height: 28px;
    background: url(/Public/Home/images/prev.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 220px;
    cursor: pointer;
  }
  .picScroll-left .bd {
    width: calc(100% - 60px);
    -webkit-width: calc(100% - 60px);
    -moz-width: calc(100% - 60px);
    height: 100%;
    float: left;
    margin-left: 16px;
  }
  .picScroll-left .bd .picList {
    height: 100%;/*
    margin-left: 20px !important;*/
  }
  .picScroll-left .bd .picList li {
    width: 250px;
    height: 100%;
    display: block;
    float: left;
    margin-right: 40px;
  }
  .picScroll-left .bd .picList li .pic {
    width: 100%;
    height: 210px;
  }
  .picScroll-left .bd .picList li .pic img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .picScroll-left .bd .picList li .title {
    width: 100%;
    height: 240px;
    background: #4c6e8c;
  }
  .picScroll-left .bd .picList li .title .head {
    width: 94%;
    height: 56px;
    border-bottom: 1px dashed #93a5b6;
    margin: auto;
  }
  .picScroll-left .bd .picList li .title .head p {
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
  }
  .picScroll-left .bd .picList li .title .cont {
    width: 94%;
    height: 164px;
    margin: auto;
    overflow: auto;
    margin-top: 12px;
  }
  .picScroll-left .bd .picList li .title .cont p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
  }
  .picScroll-left .next {
    display: block;
    width: 14px;
    height: 28px;
    background: url(/Public/Home/images/next.png);
    background-size: 100% 100%;
    float: right;
    margin-top: 220px;
    cursor: pointer;
  }
}
.tempWrap{
  width: 100% !important;
}
@media (min-width: 320px) and (max-width: 700px) {
  .picScroll-left {
    width: 320px;
    height: 550px;
    margin: auto;
    margin-top: 30px;
  }
  .picScroll-left .prev {
    display: block;
    width: 10px;
    height: 20px;
    background: url(/Public/Home/images/prev.png);
    background-size: 100% 100%;
    float: left;
    margin-top: 120px;
    cursor: pointer;
  }
  .picScroll-left .bd {
    width: 280px;
    height: 100%;
    float: left;
    margin-left: 10px;
    overflow: hidden;
  }
  .picScroll-left .bd .picList {
    height: 100%;/*
    margin-left: 20px !important;*/
  }
  .picScroll-left .bd .picList li {
    width: 280px;
    height: 100%;
    display: block;
    float: left;
    margin-right: 13px;
  }
  .picScroll-left .bd .picList li .pic {
    width: 100%;
    height: 230px;
  }
  .picScroll-left .bd .picList li .pic img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .picScroll-left .bd .picList li .title {
    width: 100%;
    height: 240px;
    background: #4c6e8c;
  }
  .picScroll-left .bd .picList li .title .head {
    width: 94%;
    height: 56px;
    border-bottom: 1px dashed #93a5b6;
    margin: auto;
  }
  .picScroll-left .bd .picList li .title .head p {
    text-align: center;
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
  }
  .picScroll-left .bd .picList li .title .cont {
    width: 94%;
    height: 164px;
    margin: auto;
    overflow: auto;
    margin-top: 12px;
  }
  .picScroll-left .bd .picList li .title .cont p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
  }
  .picScroll-left .next {
    display: block;
    width: 10px;
    height: 20px;
    background: url(/Public/Home/images/next.png);
    background-size: 100% 100%;
    float: right;
    margin-top: 120px;
    cursor: pointer;
  }
}

@media (min-width: 1440px) {
  .video-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin-top: 30px;
  }
  .video-box .v {
    width: 440px;
    height: 356px;
    float: left;
    margin-left: 30px;
    margin-top: 20px;
  }
  .video-box .v:nth-child(3n+1) {
    margin-left: 0;
  }
  .video-box .v .txt {
    width: 100%;
    height: 56px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 56px;
    font-size: 16px;
    color: #000;
  }
}
@media (min-width: 1000px) and (max-width: 1440px){
  .video-box {
    width: 96%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    margin-top: 30px;
  }
  .video-box .v {
    width: 30%;
    height: 356px;
    float: left;
    margin-left: 5%;
    margin-top: 20px;
  }
  .video-box .v:nth-child(3n+1) {
    margin-left: 0;
  }
  .video-box .v .txt {
    width: 100%;
    height: 56px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 56px;
    font-size: 16px;
    color: #000;
  }
}
@media (min-width: 600px) and (max-width: 1000px){
  .video-box {
    width: 96%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    margin-top: 30px;
  }
  .video-box .v {
    width: 48%;
    height: 356px;
    float: left;
    margin-left: 4%;
    margin-top: 20px;
  }
  .video-box .v:nth-child(2n+1) {
    margin-left: 0;
  }
  .video-box .v .txt {
    width: 100%;
    height: 56px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 56px;
    font-size: 16px;
    color: #000;
  }
}

@media (max-width: 600px) {
  .video-box {
    width: 96%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
    margin-top: 30px;
  }
  .video-box .v {
    width: 94%;
    height: 356px;
    margin: auto;
    margin-top: 20px;
  }
  .video-box .v .txt {
    width: 100%;
    height: 56px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 56px;
    font-size: 16px;
    color: #000;
  }
}

.page div a:hover {
  background: #f07c12;
}
.page div .a-act {
  background: #f07c12;
}

.details-box {
  width: 100%;
  height: 640px;
  margin-top: 30px;
  border-bottom: 1px dashed #999999;
}
.details-box .cont {
  width: 100%;
  height: 590px;
  background: #fffef8;
  overflow: auto;
}
.details-box .cont .mid {
  width: 94%;
  height: auto;
  overflow: hidden;
  zoom: 1;
  margin: auto;
}
.details-box .cont .mid .p-head {
  text-align: center;
  padding-top: 30px;
  font-size: 18px;
  color: #000;
}
.details-box .cont .mid .p-cont {
  text-indent: 2em;
  padding-top: 30px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.details-box .cont .mid .date {
  font-size: 30px;
  color: #b5b9c3;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 30px;
}
.details-box .cont .mid p:last-child {
  padding-bottom: 30px;
}
.details-box .download {
  width: 100%;
  height: 30px;
  background: #fffef8;
}
.details-box .download .right {
  float: right;
}
.details-box .download .right p {
  font-size: 16px;
  color: #000;
  float: left;
}
.details-box .download .right img {
  display: block;
  width: 24px;
  height: 22px;
  float: left;
}
.details-box .download .right a {
  font-size: 14px;
  color: #f07c12;
  line-height: 22px;
  padding-right: 20px;
}
.page1 {
  width: 100%;
  height: 50px;
  margin-top: 20px;
}
.page1 p {
  padding-left: 30px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-top: 6px;
}

@media (min-width: 1440px) {
  .signup {
    width: 100%;
    height: 800px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .signup .head {
    width: 920px;
    height: 68px;
    margin: auto;
    border-bottom: 1px dashed #e2e1df;
  }
  .signup .head p {
    text-align: center;
    color: #f07c12;
    font-size: 18px;
    padding-top: 30px;
  }
  .signup .cont {
    width: 490px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .signup .cont .item {
    width: 100%;
    height: 30px;
    margin-top: 25px;
  }
  .signup .cont .item .left {
    width: 96px;
    height: 100%;
    float: left;
    position: relative;
  }
  .signup .cont .item .left p {
    line-height: 30px;
    text-align: right;
    font-size: 16px;
    color: #333;
  }
  .signup .cont .item .left .p-xin:before {
    content: '*';
    display: block;
    color: red;
    position: absolute;
    /*日常绝对定位*/
    top: 3px;
    width: 0;
    height: 0;
    left: 0px;
  }
  .signup .cont .item .right {
    width: calc(100% - 130px);
    -webkit-width: calc(100% - 130px);
    -moz-width: calc(100% - 130px);
    height: 100%;
    float: right;
  }
  .signup .cont .item .right input {
    display: block;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #333;
    outline: none;
    text-indent: 10px;
  }
  .signup .cont .item .right .atn-input1 {
    display: block;
    width: 104px;
    height: 33px;
    float: left;
    background: #f07c12;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    text-align: center;
    text-indent: 0px;
  }
  .signup .cont .item .right .atn-input2 {
    display: block;
    width: 104px;
    height: 33px;
    float: left;
    background: #4c5f88;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 15px;
    text-align: center;
    text-indent: 0px;
  }
}

@media (min-width: 1380px) and (max-width: 1440px) {
  .signup {
    width: 100%;
    height: 800px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .signup .head {
    width: 920px;
    height: 68px;
    margin: auto;
    border-bottom: 1px dashed #e2e1df;
  }
  .signup .head p {
    text-align: center;
    color: #f07c12;
    font-size: 18px;
    padding-top: 30px;
  }
  .signup .cont {
    width: 490px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .signup .cont .item {
    width: 100%;
    height: 30px;
    margin-top: 25px;
  }
  .signup .cont .item .left {
    width: 96px;
    height: 100%;
    float: left;
    position: relative;
  }
  .signup .cont .item .left p {
    line-height: 30px;
    text-align: right;
    font-size: 16px;
    color: #333;
  }
  .signup .cont .item .left .p-xin:before {
    content: '*';
    display: block;
    color: red;
    position: absolute;
    /*日常绝对定位*/
    top: 3px;
    width: 0;
    height: 0;
    left: 0px;
  }
  .signup .cont .item .right {
    width: calc(100% - 130px);
    -webkit-width: calc(100% - 130px);
    -moz-width: calc(100% - 130px);
    height: 100%;
    float: right;
  }
  .signup .cont .item .right input {
    display: block;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #333;
    outline: none;
    text-indent: 10px;
  }
  .signup .cont .item .right .atn-input1 {
    display: block;
    width: 104px;
    height: 33px;
    float: left;
    background: #f07c12;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    text-align: center;
    text-indent: 0px;
  }
  .signup .cont .item .right .atn-input2 {
    display: block;
    width: 104px;
    height: 33px;
    float: left;
    background: #4c5f88;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 15px;
    text-align: center;
    text-indent: 0px;
  }
}

@media (min-width: 820px) and (max-width: 1380px) {
  .signup {
    width: 100%;
    height: 800px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .signup .head {
    width: 94%;
    height: 68px;
    margin: auto;
    border-bottom: 1px dashed #e2e1df;
  }
  .signup .head p {
    text-align: center;
    color: #f07c12;
    font-size: 18px;
    padding-top: 30px;
  }
  .signup .cont {
    width: 90%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .signup .cont .item {
    width: 100%;
    height: 30px;
    margin-top: 25px;
  }
  .signup .cont .item .left {
    width: 76px;
    height: 100%;
    float: left;
    position: relative;
  }
  .signup .cont .item .left p {
    line-height: 30px;
    text-align: right;
    font-size: 14px;
    color: #333;
  }
  .signup .cont .item .left .p-xin:before {
    content: '*';
    display: block;
    color: red;
    position: absolute;
    /*日常绝对定位*/
    top: 3px;
    width: 0;
    height: 0;
    left: 0px;
  }
  .signup .cont .item .right {
    width: calc(100% - 90px);
    -webkit-width: calc(100% - 90px);
    -moz-width: calc(100% - 90px);
    height: 100%;
    float: right;
  }
  .signup .cont .item .right input {
    display: block;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #333;
    outline: none;
    text-indent: 10px;
  }
  .signup .cont .item .right .atn-input1 {
    display: block;
    width: 104px;
    height: 33px;
    float: left;
    background: #f07c12;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    text-align: center;
    text-indent: 0px;
  }
  .signup .cont .item .right .atn-input2 {
    display: block;
    width: 104px;
    height: 33px;
    float: left;
    background: #4c5f88;
    font-size: 16px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 15px;
    text-align: center;
    text-indent: 0px;
  }
}
@media (max-width: 820px) {
  .signup {
    width: 100%;
    height: 800px;
    background: #fff;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .signup .head {
    width: 94%;
    height: 68px;
    margin: auto;
    border-bottom: 1px dashed #e2e1df;
  }
  .signup .head p {
    text-align: center;
    color: #f07c12;
    font-size: 18px;
    padding-top: 30px;
  }
  .signup .cont {
    width: 100%;
    height: auto;
    overflow: hidden;
    zoom: 1;
    margin: auto;
  }
  .signup .cont .item {
    width: 100%;
    height: 30px;
    margin-top: 25px;
  }
  .signup .cont .item .left {
    width: 76px;
    height: 100%;
    float: left;
    position: relative;
  }
  .signup .cont .item .left p {
    line-height: 30px;
    text-align: right;
    font-size: 14px;
    color: #333;
  }
  .signup .cont .item .left .p-xin:before {
    content: '*';
    display: block;
    color: red;
    position: absolute;
    /*日常绝对定位*/
    top: 3px;
    width: 0;
    height: 0;
    left: 0px;
  }
  .signup .cont .item .right {
    width: calc(100% - 90px);
    -webkit-width: calc(100% - 90px);
    -moz-width: calc(100% - 90px);
    height: 100%;
    float: right;
  }
  .signup .cont .item .right input {
    display: block;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border: 1px solid #333;
    outline: none;
    text-indent: 10px;
  }
  .signup .cont .item .right .atn-input1 {
    display: block;
    width: 104px;
    height: 33px;
    float: left;
    background: #f07c12;
    font-size: 12px;
    color: #fff;
    border: none;
    outline: none;
    text-align: center;
    text-indent: 0px;
  }
  .signup .cont .item .right .atn-input2 {
    display: block;
    width: 104px;
    height: 33px;
    float: left;
    background: #4c5f88;
    font-size: 12px;
    color: #fff;
    border: none;
    outline: none;
    cursor: pointer;
    margin-left: 15px;
    text-align: center;
    text-indent: 0px;
  }
}
/*美化滚动�?*/
/*::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(158, 158, 158, 0.2) inset;
}
::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(158, 158, 158, 0.2) inset;
}
::-webkit-scrollbar-corner {
  background: transparent;
}*/
