@charset "utf-8";
/* by Sean Lu 20171204 */
/*reset*/
body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
body {
  font-size: 100%;
  font-family: Helvetica, STHeiti, Droid Sans Fallback;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
  overflow-x: hidden;
}
textarea {
  resize: none;
}
iframe,
img {
  border: 0;
}
ul,
ol {
  list-style: none;
}
input,
select,
textarea {
  outline: 0;
  -webkit-user-modify: read-write-plaintext-only;
}
input {
  -webkit-appearance: none;
}
a {
  text-decoration: none;
  color: #666;
}
a:hover {
  color: #023589;
}

/* 清理浮动 */
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fl {
  float: left;
}
.fr {
  float: right;
}

/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
::-webkit-scrollbar-button:vertical {
  display: none;
}
::-webkit-scrollbar-track:vertical {
  background-color: black;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #8e8e8e;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #3b3b3b;
}
::-webkit-scrollbar-corner:vertical {
  background-color: #535353;
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #ff6e00;
}

/* 拖选文字样式 20160628 */
::selection {
  background: #023589;
  color: #fff;
}
::-moz-selection {
  background: #023589;
  color: #fff;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.topbar {
  height: 36px;
  line-height: 36px;
  background: #023589;
  color: #cecfca;
  font-size: 12px;
  overflow:hidden;
  
}
.topbar a {
  color: #cecfca;
  padding-left: 10px;
  background: url(../img/topbarsplit.jpg) no-repeat left center;
  margin-left: 10px;
}
.topbar a:first-child {
  background: none;
}
.topbar a:hover {
  color: #fff;
}
.topbar a img {
  vertical-align: middle;
}

.header {
  height: 90px;
  background: #fff;
}
.header .wrapper {
  height: 100%;
}
.header .logo {
  float: left;
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.header .logo img {
  display: block;
  height: 61px;
}
.header .nav {
  float: right;
}
.header .nav .nli {
  float: left;
  margin: 0 16px;
}
.header .nav .nli .na {
  line-height: 90px;
  height: 90px;
  display: block;
  position: relative;
  padding: 0 10px;
  color: #282828;
  font-weight: bold;
  box-sizing: border-box;
}
.header .nav .nli .na:hover,
.header .nav .nli.on .na {
  border-bottom: 4px solid #e60012;
  color: #023589;
}

.bannerslide {
  height: 736px;
  width: 100%;
}
.bannerslide .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
.bannerslide .swiper-slide .bsbg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 5s linear;
  transition: all 5s linear;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bannerslide .swiper-slide.swiper-slide-active .bsbg {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.homebox01 {
}
.homebox01 .hb01side {
  float: left;
  width: 34%;
  height: 600px;
  background: #efefef;
  padding: 0 5%;
  box-sizing: border-box;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
}
.homebox01 .hb01side .name {
  font-size: 40px;
  font-weight: bold;
  color: #282828;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.homebox01 .hb01side .name:after {
  height: 3px;
  background: #1e305a;
  content: "";
  display: block;
  width: 16%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.homebox01 .hb01side .text {
  font-size: 14px;
  line-height: 24px;
  color: #838d9b;
  margin-bottom: 90px;
}
.homebox01 .hb01side .link {
}
.homebox01 .hb01side .link a {
  color: #838d9b;
  font-size: 18px;
  padding-right: 9px;
  margin-right: 5px;
  background: url(../img/hb01scsplit.jpg) no-repeat right center;
}
.homebox01 .hb01side .link a:last-child {
  background: none;
}
.homebox01 .hb01side .link a:hover {
  color: #023589;
}
.homebox01 .hb01main {
  float: left;
  width: 48%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding: 20px 0;
}
.homebox01 .hb01main .item {
  overflow: hidden;
}
.homebox01 .hb01main .item a {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 0 5%;
}
.homebox01 .hb01main .item .part01 {
  text-align: center;
}
.homebox01 .hb01main .item .part01 .img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homebox01 .hb01main .item .part01 .img img {
  width: 100%;
}
.homebox01 .hb01main .item .part01 .nam {
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  color: #000;
  margin: 5px 0 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.homebox01 .hb01main .item .part01 .txt {
  font-size: 12px;
  color: #9b9d9e;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.homebox01 .hb01main .item .part01 .lin {
  font-size: 18px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  z-index: 1;
  color: #fff;
  opacity: 0;
}
.homebox01 .hb01main .item .part01 .lin em {
  font-style: normal;
  margin: 0 10px;
  font-size: 16px;
}

.inmain .homebox01 .hb01main {
  float: none;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #dedede;
  border-left: 1px solid #dedede;
}
.inmain .homebox01 .hb01main .item {
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
}

.inhonor {
}
.inhonor h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}
.inhonor ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.inhonor ul img {
  border: 1px solid #ccc;
  transition: all 0.4s;
}
.inhonor ul img:hover {
  border: 1px solid #ff6600;
}

.homebox02 {
  background: #f4f4f4 url(../img/homebox02bg.jpg) no-repeat center top;
  padding-bottom: 70px;
}
.homebox02 .title {
  text-align: center;
  padding: 70px 0 70px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.homebox02 .title .cn {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
}
.homebox02 .list {
}
.homebox02 .list .item {
  width: 33.333333333%;
  float: left;
  height: 350px;
  overflow: hidden;
}
.homebox02 .list .item a {
  display: block;
  height: 100%;
  position: relative;
}
.homebox02 .list .item .img {
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.homebox02 .list .item a:hover .img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.homebox02 .list .item .kux {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 130px;
  background: #fff;
  font-size: 12px;
  color: #adadad;
  text-align: center;
  padding: 28px 0;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.homebox02 .list .item a:hover .kux {
  background: #ff6600;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.homebox02 .list .item .kux .bt {
  position: relative;
  margin-bottom: 12px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.homebox02 .list .item a:hover .kux .bt {
  margin-top: 8px;
}
.homebox02 .list .item .kux .bt span {
  display: inline-block;
  padding: 0 20px;
  font-size: 20px;
  color: #000;
  line-height: 30px;
  position: relative;
  font-weight: bold;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}
.homebox02 .list .item a:hover .kux .bt span {
  color: #fff;
  background: #ff6600;
}
.homebox02 .list .item .kux .bt:before {
  display: block;
  content: "";
  width: 90%;
  position: absolute;
  left: 5%;
  top: 15px;
  height: 0;
  border-bottom: 1px solid #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.homebox02 .list .item a:hover .kux .bt:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.homebox02 .list .item .kux .tx {
  position: relative;
}
.homebox02 .list .item a:hover .kux .tx {
  opacity: 0;
}
.homebox02 .list .item .kux .tx span {
  display: inline-block;
  padding: 0 20px;
  line-height: 24px;
  position: relative;
  background: #fff;
  -webkit-transition: background 0.4s;
  transition: background 0.4s;
}
.homebox02 .list .item a:hover .kux .tx span {
  background: #ff6600;
}
.homebox02 .list .item .kux .tx:before {
  display: block;
  content: "";
  width: 90%;
  position: absolute;
  left: 5%;
  top: 12px;
  height: 0;
  border-bottom: 1px solid #dedede;
}

.homebox03 {
  padding: 70px 0;
}
.homebox03 .title {
  text-align: center;
  padding: 0 0 30px;
  font-size: 14px;
  line-height: 24px;
  color: #5a5a5a;
}
.homebox03 .title .cn {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  color: #000;
}
.homebox03 .touimg {
  width: 410px;
  float: left;
  height: 307px;
  position: relative;
  overflow: hidden;
}
.homebox03 .touimg .img {
}
.homebox03 .touimg .img img {
  display: block;
  width: 100%;
}
.homebox03 .touimg .cov {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 76px;
  background: rgba(4, 12, 16, 0.5);
  padding: 12px 30px;
  box-sizing: border-box;
  color: #fff;
}
.homebox03 .touimg .cov .time {
  font-size: 14px;
  line-height: 24px;
  display: block;
  font-family: arial;
}
.homebox03 .touimg .cov .name {
  font-size: 18px;
}
.homebox03 .list {
  margin-left: 450px;
}
.homebox03 .list .item {
}
.homebox03 .list .item a {
  color: #9ba0a9;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #b8b8b8;
}
.homebox03 .list .item a:hover {
  color: #556471;
}
.homebox03 .list .item .time {
  float: left;
  width: 120px;
  text-align: right;
  font-family: arial;
}
.homebox03 .list .item a:hover .time {
  color: #ff6600;
}
.homebox03 .list .item .time .year {
  display: block;
  font-size: 14px;
  margin-top: 10px;
}
.homebox03 .list .item .time .day {
  display: block;
  font-size: 38px;
}
.homebox03 .list .item .info {
  margin-left: 0px;
}
.homebox03 .list .item .info .name {
  display: block;
  font-size: 18px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-bottom: 2px;
}
.homebox03 .list .item a:hover .info .name {
  color: #000;
}
.homebox03 .list .item .info .text {
  font-size: 12px;
  line-height: 18px;
  height: 36px;
  overflow: hidden;
}

.homebox04 {
  padding: 70px 0;
  background: url(../img/homebox04bg.jpg) no-repeat center;
}
.homebox04 .title {
  text-align: center;
  padding: 0 0 30px;
  font-size: 14px;
  line-height: 24px;
  color: #5a5a5a;
}
.homebox04 .title .cn {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  color: #000;
}
.homebox04 .homeprolist {
}
.homebox04 .homeprolist .item {
  margin: 0 5px;
}
.homebox04 .homeprolist .item .ibox {
}
.homebox04 .homeprolist .item .ibox a {
  border: 2px solid #a7abb0;
  display: block;
  position: relative;
}
.homebox04 .homeprolist .item .ibox img {
  display: block;
  width: 100%;
}
.homebox04 .homeprolist .item .ibox .cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(203, 134, 60, 0.9);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.homebox04 .homeprolist .item .ibox .txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.homebox04 .homeprolist .item .ibox a:hover .cover {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.homebox04 .homeprolist .item .ibox a:hover .txt {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer {
  background: #13293d;
  padding: 70px 0;
}
.footer dl {
  margin-right: 8%;
  float: left;
}
.footer dl:last-child {
  margin-right: 0;
}
.footer dl dd {
  line-height: 24px;
  font-size: 14px;
  color: #a7abb0;
}
.footer dl dd a {
  font-size: 14px;
  color: #a7abb0;
}
.footer dl dd a:hover {
  color: #fff;
}
.footer dl dt {
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}
.footer dl dt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background: #ff6600;
}
.footer dl dt a {
  font-size: 20px;
  color: #fff;
}

.footbox {
  float: right;
}
.footbox .sea {
  margin-bottom: 20px;
}
.footbox .sea .seainp {
  width: 297px;
  line-height: 42px;
  height: 42px;
  border: 0;
  background: #37548e url(../img/seaicon.png) no-repeat 94% center;
  box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
}
.footbox .add span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #a7abb0;
  margin-bottom: 5px;
}

.foot {
  height: 60px;
  background: #13293d;
  border-top: 1px solid #425464;
  color: #f4f4f4;
  font-size: 12px;
  line-height: 60px;
}
.foot a {
  color: #f4f4f4;
}

.menu {
  height: 100%;
  float: right;
  background: url(../img/mnav01.jpg) no-repeat 10px center;
  background-size: 40px auto;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  padding-left: 40px;
}
.menu.menuon {
  background-image: url(../img/mnav02.jpg);
}

.lanav {
  background: -webkit-linear-gradient(top, #003ea4, #023589);
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-bottom: 3px solid #ff6600;
  border-bottom-width: 0;
}
.lanav.navon {
  height: 92px;
  border-bottom-width: 3px;
}
.lanav ul {
  padding: 10px 0;
}
.lanav li {
  width: 25%;
  float: left;
}
.lanav a {
  color: #fff;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 36px;
}

.inbanner {
  height: 260px;
  width: 100%;
  display: table;
  background: url(../img/inbanner01.jpg) no-repeat center;
  background-size: cover;
}
.inbanner .title {
  padding-bottom: 32.5px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}
.inbanner .title .cn {
  font-weight: bold;
  font-size: 50px;
  line-height: 80px;
}
.inbanner .title .en {
  font-size: 18px;
  line-height: 24px;
}

.inpage {
}

.innav {
  margin-top: -32.5px;
  height: 65px;
  position: relative;
}
.innav .wrapper {
  position: relative;
}
.innav_box {
  height: 65px;
  background: #fff;
}
.fixednavbar.fnon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.innav_box ul {
  display: table;
  width: 100%;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.innav_box li {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  background: #fff;
}
.innav_box li a {
  display: block;
  height: 100%;
  line-height: 24px;
  padding: 20.5px 10px;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  color: #666;
}
.innav_box li:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ff6600;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.innav_box li:hover:after,
.innav_box li.on:after {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.innav_box li:hover a,
.innav_box li.on a {
  color: #ff6600;
}

.inmain {
  margin-bottom: 50px;
}
.inmain p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.inmain img {
  max-width: 100%;
}
.intitle {
  text-align: center;
  margin: 40px 0;
}
.intitle h1 {
  display: inline-block;
  color: #023589;
  border-bottom: 3px solid #023589;
  font-size: 30px;
  line-height: 60px;
}
.inname {
  text-align: center;
  margin: 40px 0;
}
.inname h1 {
  display: inline-block;
  color: #023589;
  font-size: 30px;
  line-height: 40px;
  padding: 0 20px;
}
.inname .info {
  line-height: 30px;
  font-size: 12px;
  color: #999;
  margin-top: 10px;
}
.inname .info span {
  margin: 0 10px;
}

.aboutbox01 {
  height: 180px;
  width: 100%;
  background: #f1f1f1;
  display: table;
  margin-top: 40px;
}
.aboutbox01 .item {
  display: table-cell;
  position: relative;
  text-align: center;
  vertical-align: middle;
  height: 100%;
  color: #666;
}
.aboutbox01 .item .num {
  font-size: 60px;
  font-family: impact;
  color: #023589;
}
.aboutbox01 .item .txt {
  line-height: 26px;
}

.aboutbox02 {
  overflow: hidden;
  border-top: 2px solid #023589;
  background: #f1f1f1;
  padding: 30px 20px;
  margin: 40px 0;
}
.aboutbox02 .item {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding: 0 20px;
}
.aboutbox02 .item a {
  display: block;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
  color: #999;
  background: #fff;
  padding: 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.aboutbox02 .item a:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.aboutbox02 .item .nam {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  line-height: 50px;
}
.aboutbox02 .item .txt {
  min-height: 40px;
}

.inproli {
}
.inproli ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.inproli ul li {
}
.inproli ul li img {
  width: 100%;
  border: 1px #ccc solid;
}

.devicelist {
  overflow: hidden;
}
.devicelist li {
  width: 23%;
  float: left;
  margin: 0 1% 20px;
}
.devicelist li a {
  display: block;
  text-align: center;
}
.devicelist li .nam {
  line-height: 40px;
}

.newsbackline {
  height: 30px;
  line-height: 30px;
  border-top: 1px solid #dedede;
  padding-top: 10px;
  margin: 30px 0 50px;
}
.newsbackline ul {
  width: 100%;
}
.newsbackline ul li {
  width: 33.333333%;
  float: left;
  text-align: center;
  display: block;
  height: 33px;
}
.newsbackline ul li a {
  display: inline-block;
  width: 120px;
  border-width: 1px;
  border-style: solid;
  border-color: #dedede;
  text-decoration: none;
  color: #666;
  font-size: 12px;
}
.newsbackline ul li a:hover {
  border-color: #ff6600;
  color: #ff6600;
}
.newsbackline ul li.prev {
  text-align: left;
}
.newsbackline ul li.prev a {
  text-align: center;
}
.newsbackline ul li.next {
  text-align: right;
}
.newsbackline ul li.next a {
  text-align: center;
}

.techlist {
  margin: 0 10%;
}
.techlist li {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.techlist li .nam {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.techlist li .nam a {
  font-size: 20px;
  color: #023589;
}
.techlist li .nam a:hover {
  text-decoration: underline;
}
.techlist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.prolist {
  overflow: hidden;
}
.prolist .item {
  float: left;
  width: 23%;
  margin: 0 1% 20px;
}
.prolist .item a {
  display: block;
  border: 1px solid #dedede;
  padding: 2px;
  text-align: center;
}
.prolist .item a:hover {
  background: #023589;
  color: #fff;
}
.prolist .item .img {
  overflow: hidden;
}
.prolist .item .img img {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.prolist .item a:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.prolist .item .nam {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}

.newslist {
  margin: 0 10%;
}
.newslist li {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}
.newslist li .img {
  float: left;
  width: 20%;
  margin-right: 20px;
  border: 1px solid #dedede;
  padding: 2px;
}
.newslist li .img img {
  display: block;
}
.newslist li .nam {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.newslist li .nam a {
  font-size: 20px;
  color: #023589;
}
.newslist li .nam a:hover {
  text-decoration: underline;
}
.newslist li .txt {
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

/* 1200分辨率下界面样式 */
@media (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .header .nav .nli {
    margin: 0;
  }
  .header .nav .nli:nth-child(4),
  .header .nav .nli:nth-child(5),
  .header .nav .nli:nth-child(6) {
    display: none;
  }

  .header {
    overflow: hidden;
  }

  .menu {
    display: -webkit-box;
  }

  .bannerslide {
    height: 550px;
  }

  .footbox {
    display: none;
  }
}

/* 720分辨率下界面样式 */
@media (max-width: 720px) {
  .header .nav .nli {
    display: none;
  }

  .topbar .fr a.no {
    display: none;
  }

  .bannerslide {
    height: 180px;
  }

  .devicelist li {
    width: 48%;
    margin-bottom: 10px;
  }
  .lanav li {
    width: 33.333%;
  }

  .header {
    height: 70px;
  }
  .header .logo img {
    height: 40px;
  }

  .homebox01 .hb01side {
    float: none;
    width: 100%;
    height: 300px;
  }
  .homebox01 .hb01main {
    float: none;
    width: 96%;
	margin:auto;
  }

  .homebox01 .hb01side .text {
    margin-bottom: 20px;
  }
  .homebox01 .hb01side .name {
    font-size: 28px;
  }

  .homebox02 .title {
    padding-top: 50px;
  }
  .homebox02 .title .cn {
    font-size: 28px;
  }
  .homebox02 .list .item {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
  .homebox02 .list .item .img img {
    display: block;
    margin: 0 auto;
  }

  .homebox03 {
    padding: 50px 0;
  }
  .homebox03 .title .cn {
    font-size: 28px;
  }
  .homebox03 .touimg {
    width: 98%;
    float: none;
    margin: 0 auto 20px;
    height: 220px;
  }
  .homebox03 .list {
    margin-left: 0;
  }
  .homebox03 .list .item .time {
    margin-left: -20px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .homebox03 .list .item .info {
    margin-left: 30px;
  }

  .homebox04 {
    padding: 50px 0;
  }
  .homebox04 .title .cn {
    font-size: 28px;
  }

  .prolist .item {
    width: 48%;
    margin-bottom: 10px;
  }

  .footer {
    display: none;
  }
  .foot {
    overflow: hidden;
  }

  .inbanner {
    height: 160px;
  }
  .inbanner .title {
    padding-bottom: 22.5px;
  }
  .inbanner .title .cn {
    font-size: 30px;
    line-height: 40px;
  }
  .inbanner .title .en {
    font-size: 12px;
  }
  .innav {
    height: 45px;
    margin-top: -22.5px;
  }
  .innav_box {
    height: 45px;
  }
  .innav_box li a {
    font-size: 12px;
    padding: 10.5px 10px;
  }

  .intitle {
    margin: 20px 0;
  }
  .intitle h1 {
    font-size: 24px;
    line-height: 40px;
  }

  .aboutbox01 {
    height: auto;
    overflow: hidden;
    margin-top: 20px;
  }
  .aboutbox01 .item {
    display: block;
    width: 50%;
    float: left;
    font-size: 14px;
    margin: 20px 0;
  }
  .aboutbox01 .item .num {
    font-size: 30px;
    font-weight: bold;
  }
  .aboutbox01 .item .txt {
    line-height: 24px;
  }

  .aboutbox02 {
    margin-bottom: 20px;
  }
  .aboutbox02 .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .techlist {
    margin: 0 10px;
  }

  .newslist {
    margin: 0 10px;
  }
  .newslist li .img {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
