/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
.wid {
  width: 90%;
  margin: 0 auto;
  max-width: 1300px;
}
body,
html {
  width: 100%;
  height: 100%;
}
.head {
  width: 100%;
  height: 70px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.head .conts {
  width: 100%;
}
.head .conts .logo {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .conts .logo img {
  max-width: 100%;
}
.head .conts .nav {
  padding-left: 20px;
}
.head .conts .nav ul {
  margin: 0;
}
.head .conts .nav ul li {
  line-height: 40px;
  padding: 15px 20px;
  position: relative;
}
.head .conts .nav ul li h4 {
  margin: 0;
  line-height: 40px;
}
.head .conts .nav ul li h4 a {
  font-size: 16px;
  color: #333;
  text-decoration: none;
}
.head .conts .nav ul li .slide {
  width: 200px;
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top: 70px;
  min-height: 100px;
  background: rgba(11,69,144,0.6);
  padding: 15px 0;
  display: none;
}
.head .conts .nav ul li .slide p {
  width: 100%;
  margin: 0;
  text-align: center;
  line-height: 22px;
  color: #fff;
  padding: 6px 12px;
}
.head .conts .nav ul li .slide p a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
.head .conts .nav ul li .slide p:hover {
  background: rgba(11,69,144,0.6);
}
.head .conts .nav ul li:hover .slide {
  display: block;
}
.head .conts .nav ul li.acti {
  background-color: #e5e5e5;
  position: relative;
}
.head .conts .nav ul li.acti:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ff5800;
}
.head .conts .nav ul li.acti h4 a {
  color: #ff5800;
}
.head .conts .func {
  height: 70px;
  display: flex;
  justify-content: space-between;
}
.head .conts .func .box {
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  position: relative;
}
.head .conts .func .box:after {
  content: "";
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -7px;
  width: 1px;
  height: 14px;
  background-color: #ababab;
}
.head .conts .func .box .sea {
  position: relative;
}
.head .conts .func .box .btns {
  width: 300px;
  height: 32px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 19px;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
}
.head .conts .func .box .btns button {
  width: 34px;
  height: 30px;
  float: right;
  background: url("../img/d98ad1_14x14.png") center no-repeat;
  border: none;
}
.head .conts .func .box .btns input {
  width: calc(100% - 34px);
  float: left;
  height: 30px;
  background: none;
  border: none;
  padding-left: 12px;
}
.head .conts .func .box a {
  color: #5e5e5e;
  text-decoration: none;
}
.head .conts .func .box span {
  margin-left: 4px;
}
.head .conts .func .box:last-child:after {
  display: none;
}
.head .conts .func .box:hover .btns {
  display: block;
}
.head .conts .menu {
  height: 70px;
  width: 70px;
}
.head .conts .menu .box {
  width: 70px;
  height: 70px;
  position: relative;
  right: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .conts .menu .box i {
  display: inline-block;
  width: 30px;
  height: 2px;
  background-color: #0b4590;
  position: relative;
}
.head .conts .menu .box i:after {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 2px;
  transition: 0.5s;
  background-color: #0b4590;
}
.head .conts .menu .box i:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  transition: 0.5s;
  height: 2px;
  background-color: #0b4590;
}
.head .conts .menu .box.acti i {
  background: none;
}
.head .conts .menu .box.acti i:after {
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.head .conts .menu .box.acti i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}
.null {
  width: 100%;
  height: 70px;
  float: left;
}
.banner {
  width: 100%;
  overflow: hidden;
}
.banner ul {
  width: 100%;
  margin: 0;
}
.banner ul li {
  width: 100%;
  position: relative;
  float: left;
  height: 600px;
}
.banner ul li video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner ul li .imgs {
  width: 100%;
}
.banner ul li .imgs img {
  width: 100%;
}
.banner ul li .intr {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.banner ul li .intr .wid {
  height: 100%;
}
.banner ul li .intr .text {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.banner ul li .intr .text h4 {
  margin: 0;
}
.banner ul li .intr .text h5 {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  margin: 15px 0;
  line-height: 1.5;
}
.banner ul li .intr .text h5 span {
  display: inline-block;
  position: relative;
  border-top: 1px solid #fff;
}
.banner .swiper-pagination {
  bottom: 130px !important;
  width: 100px;
  left: 50%;
  margin-left: -600px;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 5px;
  transition: 0.5s;
  opacity: 1;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 42px;
  background-color: #ff5800;
}
.banner .swiper-button-prev {
  left: 50%;
  margin-left: -700px;
}
.banner .swiper-button-prev:after {
  color: #fff;
}
.banner .swiper-button-prev:hover:after {
  color: #ff5800;
}
.banner .swiper-button-next {
  right: 50%;
  margin-right: -700px;
}
.banner .swiper-button-next:after {
  color: #fff;
}
.banner .swiper-button-next:hover:after {
  color: #ff5800;
}
.dynamic {
  width: 100%;
  padding-top: 40px;
  float: left;
  padding-bottom: 50px;
  background-color: #f1f1f1;
}
.dynamic .conts {
  width: 100%;
  margin-top: -150px;
  position: relative;
  z-index: 9;
}
.dynamic .title {
  width: 100%;
  height: 54px;
  line-height: 54px;
  background-color: #ff5800;
  padding: 0 20px;
  border-radius: 2px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dynamic .title span {
  line-height: 50px;
  font-size: 32px;
  color: #fff;
}
.dynamic .title span em {
  font-size: 24px;
}
.dynamic .title a {
  display: inline-block;
  float: right;
  color: #fff;
  text-decoration: none;
}
.dynamic .list {
  width: 100%;
}
.dynamic .list .item {
  width: 100%;
  margin-top: 26px;
  background-color: #fff;
  height: 413.32px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}
.dynamic .list .item .imgs {
  width: 100%;
  overflow: hidden;
}
.dynamic .list .item .imgs img {
  width: 100%;
  transition: 0.5s;
  height: 276.32px;
}
.dynamic .list .item .text {
  width: 100%;
  height: 137px;
  padding: 6px 20px;
}
.dynamic .list .item .text a {
  text-decoration: none;
}
.dynamic .list .item .text h5 {
  line-height: 28px;
  font-size: 18px;
  color: #333;
  text-align: justify;
  min-height: 56px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 16px;
}
.dynamic .list .item .text h5 a {
  text-decoration: none;
}
.dynamic .list .item .text p {
  width: 100%;
  margin: 0;
  line-height: 40px;
  font-size: 16px;
  color: #888;
}
.dynamic .list .item .text p a {
  text-decoration: none;
}
.dynamic .list .item:hover {
  cursor: pointer;
}
.dynamic .list .item:hover .imgs img {
  transform: scale(1.1);
}
.dynamic .list .item:hover .text {
  background-color: #ff5800;
}
.dynamic .list .item:hover .text h5 {
  color: #fff;
}
.dynamic .list .item:hover .text p {
  color: #fff;
}
.product {
  width: 100%;
  background-color: #1b1b1b;
  float: left;
  overflow: hidden;
  padding-bottom: 50px;
}
.product .conts {
  width: 100%;
  padding-top: 70px;
}
.product .conts .intr {
  padding-top: 84px;
}
.product .conts .intr .text {
  width: 100%;
  padding-top: 50px;
}
.product .conts .intr .text h5 {
  line-height: 60px;
  font-size: 32px;
  color: #ff5800;
}
.product .conts .intr .text h5 m0,
.product .conts .intr .text h5 em {
  font-size: 24px;
}
.product .conts .intr .text p {
  margin: 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
  margin-top: 30px;
}
.product .conts .inform {
  width: 100%;
}
.product .conts .inform .tabs {
  width: 100%;
}
.product .conts .inform .tabs ul {
  width: auto;
  margin: 0;
}
.product .conts .inform .tabs ul li {
  line-height: 42px;
  padding: 0 8px;
  margin: 0 10px;
  margin-right: 56px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.product .conts .inform .tabs ul li.acti:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ff5800;
}
.product .conts .inform .tabs .more {
  float: right;
  padding-top: 10px;
}
.product .conts .inform .tabs .more a {
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  position: relative;
}
.product .conts .inform .tabs .more a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 1px;
  background-color: #ff5800;
}
.product .conts .inform .content {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.product .conts .inform .content .list {
  width: 100%;
  display: none;
}
.product .conts .inform .content .list.show {
  display: block;
}
.product .conts .inform .content .list ul {
  width: 100%;
  margin: 0;
}
.product .conts .inform .content .list ul li {
  width: 33.3%;
  position: relative;
}
.product .conts .inform .content .list ul li .imgs {
  width: 100%;
}
.product .conts .inform .content .list ul li .imgs img {
  width: 100%;
  height: 350px;
}
.product .conts .inform .content .list ul li .text {
  width: 100%;
  background: rgba(0,0,0,0.65);
  position: absolute;
  left: 0;
  bottom: 0;
}
.product .conts .inform .content .list ul li .text .tits {
  width: 100%;
  height: 24px;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  min-height: 50px;
  padding: 5px 12px;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product .conts .inform .content .list ul li .text .tits:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #b64003, rgba(182,64,3,0));
}
.product .conts .inform .content .list ul li .text .labs {
  width: 100%;
  padding: 3px 12px;
}
.product .conts .inform .content .list ul li .text .labs .box {
  line-height: 20px;
  font-size: 12px;
  color: #fff;
}
.product .conts .inform .content .list ul li .text .labs .box img {
  position: relative;
  top: -1px;
}
.product .conts .inform .content .list .swiper-button-prev {
  left: 10px;
}
.product .conts .inform .content .list .swiper-button-prev:after {
  color: #fff;
  font-size: 20px;
}
.product .conts .inform .content .list .swiper-button-prev:hover:after {
  color: #ff5800;
}
.product .conts .inform .content .list .swiper-button-next {
  right: 10px;
}
.product .conts .inform .content .list .swiper-button-next:after {
  color: #fff;
  font-size: 20px;
}
.product .conts .inform .content .list .swiper-button-next:hover:after {
  color: #ff5800;
}
.notice {
  width: 100%;
  border-bottom: 22px solid #ff5800;
  float: left;
  min-height: 100px;
  position: relative;
  padding-top: 28px;
  padding-bottom: 80px;
  overflow: hidden;
}
.notice:after {
  content: "";
  position: absolute;
  right: 50%;
  margin-right: -1760px;
  top: 0;
  height: 100%;
  background-color: #ff5800;
  width: 1000px;
}
.notice .tabs {
  width: 100%;
}
.notice .tabs ul {
  width: auto;
  margin: 0;
}
.notice .tabs ul li {
  line-height: 44px;
  font-size: 16px;
  margin-right: 32px;
  cursor: pointer;
  position: relative;
}
.notice .tabs ul li.acti:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #ff5800;
}
.notice .tabs .more {
  line-height: 44px;
  font-size: 14px;
}
.notice .tabs .more a {
  color: #333;
  border-bottom: 1px solid #ff5800;
  display: inline-block;
  line-height: 44px;
}
.notice .conts {
  width: 100%;
  padding-top: 36px;
  float: left;
}
.notice .conts .content {
  width: 100%;
}
.notice .conts .content .list {
  width: 100%;
  display: none;
}
.notice .conts .content .list.show {
  display: block;
}
.notice .conts .content .list ul {
  width: 100%;
  margin: 0;
}
.notice .conts .content .list ul li {
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 14px;
  position: relative;
}
.notice .conts .content .list ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #ff5800;
  border-bottom: 6px solid transparent;
}
.notice .conts .content .list ul li a {
  color: #333;
  text-decoration: none;
}
.notice .conts .content .list ul li a span {
  color: #333;
  font-size: 16px;
}
.notice .conts .content .list ul li a i {
  color: #999;
  float: right;
}
.notice .conts .content .list ul li:hover a span {
  color: #ff5800;
}
.notice .conts .intr {
  width: 100%;
  padding-top: 60px;
}
.notice .conts .intr .text {
  width: 100%;
  text-align: right;
}
.notice .conts .intr .text h5 {
  line-height: 60px;
  font-size: 32px;
  color: #ff5800;
}
.notice .conts .intr .text h5 em {
  font-size: 24px;
}
.notice .conts .intr .text p {
  margin: 0;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  margin-top: 30px;
}
.research {
  width: 100%;
  background-color: #1b1b1b;
  padding: 80px 0;
  float: left;
  overflow: hidden;
  padding-top: 40px;
}
.research .conts {
  width: 100%;
}
.research .conts .intr {
  width: 100%;
}
.research .conts .intr .text {
  width: 100%;
}
.research .conts .intr .text h5 {
  line-height: 76px;
  font-size: 32px;
  color: #ff5800;
}
.research .conts .intr .text h5 em {
  font-size: 24px;
}
.research .conts .intr .text p {
  width: 100%;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  text-align: justify;
  padding-top: 20px;
  max-width: 320px;
}
.research .conts .more {
  width: 100%;
  padding-top: 32px;
  line-height: 32px;
  text-align: right;
}
.research .conts .more a {
  color: #fff;
  text-decoration: none;
  position: relative;
  line-height: 32px;
  height: 32px;
  display: inline-block;
}
.research .conts .more a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #ff5800;
}
.research .conts .list {
  width: 100%;
  margin-top: 20px;
}
.research .conts .list .item {
  width: 100%;
}
.research .conts .list .item .imgs {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.research .conts .list .item .imgs img {
  max-width: 80%;
  transition: 0.5s;
}
.research .conts .list .item .text {
  width: 100%;
  padding-top: 10px;
  text-align: center;
}
.research .conts .list .item .text span {
  display: inline-block;
  line-height: 24px;
  color: #fff;
  height: 24px;
  border-bottom: 1px solid #ff5800;
}
.research .conts .list .item:hover {
  cursor: pointer;
}
.research .conts .list .item:hover .imgs img {
  transform: scale(1.2);
}
.work {
  width: 100%;
  overflow: hidden;
  padding-bottom: 100px;
}
.work .title {
  width: 100%;
  float: left;
  position: relative;
}
.work .title .imgs {
  width: 100%;
}
.work .title .imgs video {
  width: 100%;
  min-height: 280px;
  -o-object-fit: cover;
  object-fit: cover;
}
.work .title .imgs img {
  width: 100%;
}
.work .title .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.work .title .text .wid {
  height: 100%;
}
.work .title .text .txts {
  height: 100%;
  display: flex;
  text-align: right;
  justify-content: center;
  flex-direction: column;
}
.work .title .text .txts h5 {
  font-size: 32px;
  color: #ff5800;
}
.work .title .text .txts h5 em {
  font-size: 24px;
}
.work .title .text .txts .more {
  width: 100%;
  padding: 15px 0;
}
.work .title .text .txts .more a {
  display: inline-block;
  line-height: 24px;
  color: #fff;
  border-bottom: 1px solid #ff5800;
  text-decoration: none;
}
.work .conts {
  width: 100%;
}
.work .conts .tits {
  width: 100%;
  line-height: 68px;
  margin: 30px 0;
  float: left;
  margin-bottom: 15px;
}
.work .conts .tits span {
  font-size: 32px;
  color: #ff5800;
}
.work .conts .tits a {
  display: inline-block;
  float: right;
  color: #333;
  text-decoration: none;
  position: relative;
}
.work .conts .tits a:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 100%;
  height: 1px;
  background-color: #ff5800;
}
.work .conts .item {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 15px 0;
  float: left;
}
.work .conts .item .imgs {
  width: 100%;
  overflow: hidden;
}
.work .conts .item .imgs img {
  width: 100%;
  height: 300px;
  transition: 0.5s;
}
.work .conts .item .text {
  width: 100%;
  height: 42px;
  position: absolute;
  left: 0;
  bottom: 8px;
  padding: 0 38px;
}
.work .conts .item .text:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  width: 41px;
  height: 14px;
  background: url("../img/155094_61x14.png") center no-repeat;
  background-size: 100% auto;
  transform: scale(0.6);
}
.work .conts .item .text span {
  line-height: 42px;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.work .conts .item .text span:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -12px;
  width: 2px;
  height: 24px;
  background-color: #ff5800;
}
.work .conts .item:hover {
  cursor: pointer;
}
.work .conts .item:hover .imgs img {
  transform: scale(1.1);
}
.work .conts .video {
  width: 100%;
  position: relative;
  margin: 15px 0;
  float: left;
}
.work .conts .video .imgs {
  width: 100%;
}
.work .conts .video .imgs video {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
}
.work .conts .video .imgs img {
  width: 100%;
  height: 410px;
}
.work .conts .video .play {
  width: 120px;
  height: 120px;
  background: rgba(0,0,0,0.5) url("../img/3d35f4_42x48.png") center no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 50%;
  cursor: pointer;
  margin-top: -60px;
  border-radius: 60px;
}
.maps {
  width: 100%;
  position: relative;
}
.maps .imgs {
  width: 100%;
  text-align: center;
}
.maps .imgs img {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.footer {
  width: 100%;
  background: url("../img/abc1f7_1920x220.jpg") center no-repeat;
  float: left;
}
.footer .contact {
  width: 100%;
  min-height: 190px;
  background: rgba(27,27,27,0.9);
}
.footer .contact.contact-bgn {
  background-color: #323232;
}
.footer .contact .intrs {
  height: 190px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.footer .contact .intrs h5 {
  line-height: 28px;
  font-size: 18px;
  color: #ff5800;
}
.footer .contact .intrs p {
  margin: 0;
  line-height: 20px;
  color: #939393;
}
.footer .contact .intrs p span {
  display: inline-block;
  width: 126px;
  text-align: justify;
  float: left;
  -moz-text-align-last: justify;
  text-align-last: justify;
}
.footer .contact .intrs p em {
  display: inline-block;
  float: left;
  width: calc(100% - 72px);
}
.footer .contact .logo {
  height: 190px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .contact .logo img {
  max-height: 80%;
}
.footer .copyright {
  width: 100%;
  height: 34px;
  background-color: #ff5800;
  text-align: center;
  line-height: 34px;
  color: #fff;
}
.footer .copyright em {
  padding: 0 20px;
}
.footer .copyright em a {
  color: #fff;
  text-decoration: none;
}
.alerts {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 999;
}
.alerts .cont {
  width: 100%;
  padding-top: 56px;
  display: none;
}
.alerts .cont .menu {
  width: 100%;
  min-height: 100px;
  background-color: #fff;
  float: left;
  padding: 20px 20px;
}
.alerts .cont .menu .language {
  width: 100%;
}
.alerts .cont .menu .language ul {
  float: right;
  border: 1px solid #223b59;
}
.alerts .cont .menu .language ul li {
  width: 60px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #fff;
  line-height: 30px;
  color: #0b4590;
}
.alerts .cont .menu .language ul li.acti {
  background-color: #223b59;
  color: #fff;
}
.alerts .cont .menu .list {
  width: 100%;
}
.alerts .cont .menu .list ul {
  width: 100%;
}
.alerts .cont .menu .list ul li {
  width: 100%;
  border-bottom: 1px dashed #ccc;
  padding: 10px 0;
}
.alerts .cont .menu .list ul li:last-child {
  border: none;
}
.alerts .cont .menu .list ul li h4 {
  width: 100%;
  line-height: 30px;
  margin: 0;
  font-size: 16px;
  font-family: arial;
  font-weight: bold;
  position: relative;
}
.alerts .cont .menu .list ul li h4 a {
  color: #0b4590;
  text-decoration: none;
}
.alerts .cont .menu .list ul li .slide {
  width: 100%;
  padding: 10px 0;
  display: none;
}
.alerts .cont .menu .list ul li .slide p {
  margin: 0;
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
  line-height: 20px;
}
.alerts .cont .menu .list ul li .slide p:after {
  content: "";
  position: absolute;
  left: 0;
  top: 13px;
  width: 4px;
  height: 4px;
  background-color: #0b4590;
  border-radius: 2px;
}
.alerts .cont .menu .list ul li .slide a {
  width: 100%;
  line-height: 24px;
  color: #0b4590;
  opacity: 0.8;
  padding-right: 20px;
}
.alerts .cont .menu .list ul li.btns h4:after {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 50%;
  transition: 0.6s;
  margin-top: -10px;
  background: url("../img/ed8695_40x40.png") center no-repeat;
  background-size: 20px 20px;
}
.alerts .cont .menu .list ul li.acti h4:after {
  transform: rotate(90deg);
}
.alerts .cont .func {
  width: 100%;
  height: 60px;
  border-top: 2px solid #0b4590;
  float: left;
  background-color: #fff;
}
.alerts .cont .func .box {
  width: 33.3%;
  float: left;
  line-height: 60px;
  text-align: center;
  position: relative;
  font-size: 16px;
  color: #666;
  text-decoration: none;
}
.alerts .cont .func .box img {
  position: relative;
  top: -3px;
}
.alerts .cont .func .box a {
  color: #0b4590;
  text-decoration: none;
}
.alerts .cont .func .box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 1px;
  height: 16px;
  background-color: #0b4590;
}
.alerts .cont .search {
  width: 100%;
  height: 60px;
  background-color: #0b4590;
  float: left;
  padding: 10px 20px;
  border-top: 1px solid rgba(255,255,255,0.5);
}
.alerts .cont .search .input {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #fff;
  padding: 0 20px;
}
.alerts .cont .search .input input {
  width: 40px;
  float: left;
  border: none;
  background: none;
  height: 40px;
  font-size: 16px;
  background: url("../img/51104e_40x40.png") center no-repeat;
  background-size: 24px 24px;
  color: #223b59;
}
.alerts .cont .search .input input[type='text'] {
  width: calc(100% - 40px);
  background: none;
  height: 40px;
}
.alerts .cont .search .input input::-webkit-input-placeholder {
  color: rgba(11,69,144,0.8);
}
.bann {
  width: 100%;
  height: 405px;
  float: left;
}
.bann .title {
  height: 405px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 46px;
}
.bann .title span {
  color: #fff;
  font-size: 32px;
  position: relative;
  display: inline-block;
  position: relative;
}
.bann .title span:after {
  content: "";
  position: absolute;
  left: -18px;
  top: 50%;
  margin-top: -18px;
  width: 6px;
  height: 36px;
  background-color: #ff5800;
}
.contents {
  width: 100%;
}
.contents .sidebar {
  width: 100%;
  min-height: 100px;
  float: left;
}
.contents .sidebar .list {
  width: 100%;
  padding-top: 50px;
  padding-right: 50px;
}
.contents .sidebar .list ul {
  width: 100%;
  margin: 0;
}
.contents .sidebar .list ul li {
  width: 100%;
  line-height: 34px;
  padding: 10px 0;
}
.contents .sidebar .list ul li h4 {
  margin: 0;
  line-height: 34px;
  font-size: 16px;
  position: relative;
}
.contents .sidebar .list ul li h4 a {
  color: #333;
  text-decoration: none;
}
.contents .sidebar .list ul li h4:hover:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -1.5px;
  width: 8px;
  height: 3px;
  background-color: #ff5800;
}
.contents .sidebar .list ul li h4:hover a {
  color: #ff5800;
  text-decoration: none;
}
.contents .sidebar .list ul li .slide {
  width: 100%;
}
.contents .sidebar .list ul li .slide p {
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  padding: 5px 0;
  padding-left: 20px;
  position: relative;
}
.contents .sidebar .list ul li .slide p:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 13px;
  width: 4px;
  height: 4px;
  background-color: #ccc;
  border-radius: 2px;
}
.contents .sidebar .list ul li .slide p a {
  color: #999;
  text-decoration: none;
}
.contents .sidebar .list ul li .slide p:hover:after {
  background-color: #ff5800;
}
.contents .sidebar .list ul li .slide p:hover a {
  color: #ff5800;
}
.contents .sidebar .list ul li.acti h4:after {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -1.5px;
  width: 8px;
  height: 3px;
  background-color: #ff5800;
}
.contents .sidebar .list ul li.acti h4 a {
  color: #ff5800;
  text-decoration: none;
}
.contents .detail {
  width: 100%;
  float: right;
  max-width: 900px;
}
.contents .detail .title {
  width: 100%;
  border-bottom: 1px solid #b8b8b8;
  padding: 26px 0;
  float: left;
  text-align: center;
}
.contents .detail .title h5 {
  margin: 0;
  line-height: 44px;
  font-size: 16px;
  color: #838383;
}
.contents .detail .title h4 {
  line-height: 40px;
  font-size: 24px;
  color: #333;
  margin: 0;
}
.contents .detail .title .labs {
  width: 100%;
  padding-top: 30px;
}
.contents .detail .title .labs p {
  width: 100%;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  color: #5e5e5e;
  text-align: left;
}
.contents .detail .title .labs p img {
  position: relative;
  top: -2px;
}
.contents .detail .content {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.contents .detail .content .imgs {
  width: 100%;
  padding: 15px 0;
  float: left;
  text-align: center;
}
.contents .detail .content .imgs img {
  width: auto;
  max-width: 100%;
}
.contents .detail .content .text {
  width: 100%;
}
.contents .detail .content .text .txts {
  width: 100%;
  padding: 15px 0;
  font-size: 15px;
  line-height: 36px;
  color: #333;
  text-align: justify;
  text-indent: 30px;
}
.contents .detail .content .author {
  width: 100%;
  text-align: right;
  padding: 50px 0;
  float: left;
}
.contents .detail .content .author h5 {
  line-height: 26px;
  font-size: 16px;
  color: #767676;
  margin: 0;
}
.contents .detail .content .author p {
  line-height: 22px;
  font-size: 14px;
  color: #767676;
}
.contents .detail .list {
  width: 100%;
  background-color: #1b1b1b;
  float: left;
  margin-top: 60px;
}
.contents .detail .list .row {
  background-color: #1b1b1b;
}
.contents .detail .list .item {
  width: 100%;
}
.contents .detail .list .item .imgs {
  width: 100%;
  overflow: hidden;
}
.contents .detail .list .item .imgs img {
  width: 100%;
  transition: 0.5s;
}
.contents .detail .list .item .intr {
  width: 100%;
  background-color: #1b1b1b;
  padding: 20px 12px;
  float: left;
}
.contents .detail .list .item .intr .txts {
  width: 100%;
  line-height: 24px;
  color: #fff;
  font-size: 16px;
  text-align: justify;
  min-height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.contents .detail .list .item .intr .labs {
  width: 100%;
}
.contents .detail .list .item .intr .labs p {
  margin: 0;
  color: #fff;
  line-height: 30px;
}
.contents .detail .list .item .intr .labs p img {
  position: relative;
  top: -2px;
}
.contents .detail .list .item:hover .imgs img {
  transform: scale(1.1);
}
.contents .detail .list .item:hover .intr .txts {
  color: #ff5800;
}
.contents .detail .products {
  width: 100%;
  margin-top: 60px;
}
.contents .detail .products .intrs {
  width: 100%;
  margin-bottom: 40px;
  float: left;
}
.contents .detail .products .intrs .imgs {
  width: 100%;
  overflow: hidden;
}
.contents .detail .products .intrs .imgs img {
  width: 100%;
  height: 335px;
  transition: 0.5s;
}
.contents .detail .products .intrs .imgs:hover img {
  transform: scale(1.1);
}
.contents .detail .products .intrs .titles {
  width: 100%;
  height: 335px;
  background-color: #ff5800;
  color: #fff;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contents .detail .products .intrs.intr2 .titles {
  background-color: #c7d1d9;
}
.contents .detail .products .intrs.intr3 .titles {
  background-color: #80a2bf;
}
.contents .detail .products .intrs.intr4 .titles {
  background-color: #1b1b1b;
}
.file {
  width: 100%;
  min-height: 100px;
  float: left;
  padding-top: 60px;
}
.file .title {
  width: 100%;
  line-height: 80px;
  font-size: 24px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #b8b8b8;
}
.file .list {
  width: 100%;
  padding-bottom: 60px;
  float: left;
}
.file .list ul {
  width: 100%;
  margin: 0;
}
.file .list ul li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #b8b8b8;
}
.file .list ul li a {
  text-decoration: none;
}
.file .list ul li .time {
  width: 100%;
  line-height: 20px;
  font-size: 13px;
  color: #999;
}
.file .list ul li .txts {
  width: 100%;
  line-height: 36px;
  font-size: 16px;
  color: #333;
}
.file .list ul li:hover .txts {
  color: #ff5800;
}
.paging {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.paging ul {
  width: 100%;
  text-align: center;
}
.paging ul li {
  width: auto;
  padding: 0 12px;
  height: 32px;
  min-width: 32px;
  display: inline-block;
  float: none;
  line-height: 30px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  margin: 0 10px;
  border-radius: 4px;
}
.paging ul li.acti {
  background-color: #ff5800;
  border: 1px solid #ff5800;
  color: #fff;
}
.paging ul li.acti:hover {
  color: #fff;
}
.paging ul li:hover {
  border: 1px solid #ff5800;
  color: #ff5800;
}
.newList {
  width: 100%;
  padding-top: 60px;
  float: left;
}
.newList .title {
  width: 100%;
  line-height: 80px;
  font-size: 24px;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #b8b8b8;
}
.newList .list {
  width: 100%;
  padding-bottom: 40px;
  float: left;
}
.newList .list ul {
  width: 100%;
  margin: 0;
}
.newList .list ul li {
  width: 100%;
  padding: 20px;
  float: left;
  border-bottom: 1px solid #b8b8b8;
}
.newList .list ul li .imgs {
  width: 260px;
  overflow: hidden;
}
.newList .list ul li .imgs img {
  width: 100%;
  height: 180px;
  transition: 0.5s;
}
.newList .list ul li .intr {
  width: calc(100% - 260px);
  padding-top: 10px;
  padding-right: 30px;
}
.newList .list ul li .intr .time {
  width: 100%;
  line-height: 20px;
  font-size: 13px;
  color: #999;
}
.newList .list ul li .intr .txts {
  width: 100%;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  min-height: 96px;
}
.newList .list ul li .intr .more {
  width: 100%;
}
.newList .list ul li .intr .more a {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  border: 1px solid #d5d5d5;
  padding: 0 10px;
  font-size: 13px;
  color: #666;
  border-radius: 4px;
  text-decoration: none;
}
.newList .list ul li:hover {
  background-color: #ff5800;
}
.newList .list ul li:hover .intr .time {
  color: #fff;
}
.newList .list ul li:hover .intr .txts {
  color: #fff;
}
.newList .list ul li:hover .intr .more a {
  border: 1px solid #fff;
  background-color: #fff;
  color: #ff5800;
}
.newList .list ul li:hover .imgs img {
  transform: scale(1.1);
}
.informs {
  width: 100%;
  min-height: 100px;
  float: left;
}
.informs .conts {
  width: 100%;
  padding-top: 38px;
}
.informs .conts .intrs {
  width: 100%;
  min-height: 100px;
  max-width: 900px;
  padding-right: 30px;
}
.informs .conts .intrs .title {
  width: 100%;
  border-bottom: 1px solid #b8b8b8;
}
.informs .conts .intrs .title h5 {
  line-height: 68px;
  font-size: 24px;
  color: #000;
  margin: 0;
}
.informs .conts .intrs .title h6 {
  margin: 0;
  line-height: 34px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.informs .conts .intrs .title h6 span {
  color: #838383;
}
.informs .conts .intrs .title h6 a {
  color: #838383;
}
.informs .conts .intrs .conts {
  width: 100%;
}
.informs .conts .intrs .conts .txts {
  width: 100%;
  line-height: 32px;
  font-size: 16px;
  color: #333;
  text-align: justify;
}
.informs .conts .intrs .conts .imgs {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.informs .conts .intrs .conts .imgs img {
  margin-bottom: 30px;
  max-width: 100%;
}
.informs .conts .sidebar {
  width: 100%;
  min-height: 100px;
}
.informs .conts .sidebar .title {
  width: 100%;
  height: 42px;
  background-color: #ff5800;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}
.informs .conts .sidebar .title img {
  margin-right: 6px;
}
.informs .conts .sidebar .title span {
  color: #fff;
  font-size: 20px;
}
.informs .conts .sidebar .list {
  width: 100%;
  padding: 20px 0;
  float: left;
}
.informs .conts .sidebar .list ul {
  width: 100%;
  position: relative;
  float: left;
}
.informs .conts .sidebar .list ul:after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: 1px;
  height: 90%;
  background-color: #ff5800;
}
.informs .conts .sidebar .list ul li {
  width: 100%;
  padding-bottom: 18px;
}
.informs .conts .sidebar .list ul li .txts {
  width: 100%;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-left: 26px;
}
.informs .conts .sidebar .list ul li .txts:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  background-color: #ff5800;
  border-radius: 5px;
  z-index: 9;
}
.informs .conts .sidebar .list ul li .labs {
  width: 100%;
  padding-left: 26px;
}
.informs .conts .sidebar .list ul li .labs img {
  position: relative;
  top: -1px;
  margin-right: 2px;
}
.informs .conts .sidebar .list ul li .labs span {
  color: #999;
}
.informs .conts .sidebar .list ul li:hover {
  cursor: pointer;
}
.informs .conts .sidebar .list ul li:hover .txts {
  color: #ff5800;
}
.informs .conts .sidebar .list ul li:hover .txts:after {
  border: 2px solid #ff5800;
}
.dynamic .list .row>div:nth-child(1) .item .imgs img {
  height: 413.32px;
}
.dynamic .list .row>div:nth-child(1) .item {
  position: relative;
}
.dynamic .list .row>div:nth-child(1) .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(255,255,255,0.8);
}
.dynamic .list .row>div:nth-child(1) .item .text p {
  color: #333;
}
.dynamic .list .row>div:nth-child(1) .item:hover .text {
  background-color: #ff5800;
}
.dynamic .list .row>div:nth-child(1) .item:hover .text p {
  color: #fff;
}
.alumnus {
  width: 100%;
  float: left;
  padding-top: 30px;
}
.alumnus .title {
  width: 100%;
  line-height: 80px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #b8b8b8;
  text-align: left;
}
.alumnus .list {
  width: 100%;
}
.alumnus .list ul {
  width: 100%;
  margin: 0;
}
.alumnus .list ul li {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px solid #b8b8b8;
}
.alumnus .list ul li .imgs {
  width: 200px;
  height: 260px;
  overflow: hidden;
}
.alumnus .list ul li .imgs img {
  width: 100%;
  height: 260px;
}
.alumnus .list ul li .intr {
  width: calc(100% - 200px);
  padding: 0 50px;
}
.alumnus .list ul li .intr .tits {
  width: 100%;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.alumnus .list ul li .intr .txts {
  width: 100%;
  padding: 10px 0;
  float: left;
}
.alumnus .list ul li .intr .txts p {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
  text-indent: 28px;
  color: #555;
  margin: 2px 0;
  width: 100%;
  float: left;
}

@media screen and (max-width: 1480px) {
  .banner .swiper-pagination {
    bottom: 180px !important;
    left: 60px !important;
    margin-left: 0;
    width: 100px !important;
  }
  .dynamic .list .item .imgs img {
    height: 275px;
  }
  .dynamic .list .item {
    height: 412px;
  }
  .dynamic .list .row>div:nth-child(1) .item .imgs img {
    height: 412px;
  }
}
@media screen and (max-width: 1300px) {
  .head .conts .nav ul li {
    padding: 15px 10px;
  }
  .dynamic .list .item .imgs img {
    height: 223px;
  }
  .dynamic .list .item {
    height: 360px;
  }
  .dynamic .list .row>div:nth-child(1) .item .imgs img {
    height: 360px;
  }
}
@media screen and (max-width: 1200px) {
  .contents .sidebar .list {
    padding-right: 0;
    max-width: 140px;
  }
  .contents .detail .products .intrs .titles {
    height: 240px;
  }
  .contents .detail .products .intrs .imgs img {
    height: 240px;
  }
  .product .conts .inform .content .list ul li .imgs img {
    height: 300px;
  }
  .dynamic .list .item .imgs img {
    height: 223px;
  }
  .dynamic .list .item {
    height: 360px;
  }
  .dynamic .list .row>div:nth-child(1) .item .imgs img {
    height: 360px;
  }
  .dynamic .title span {
    font-size: 24px;
  }
  .dynamic .title span em {
    font-size: 20px;
  }
  .product .conts .intr .text h5 span,
  .notice .conts .intr .text h5 span,
  .research .conts .intr .text h5 span,
  .work .title .text .txts h5 span {
    font-size: 24px;
  }
  .product .conts .intr .text h5 em,
  .notice .conts .intr .text h5 em,
  .research .conts .intr .text h5 em,
  .work .title .text .txts h5 em {
    font-size: 20px;
  }
  .dynamic .list .item .text {
    padding-top: 6px;
  }
  .dynamic .list .item .text h5 {
    font-size: 16px;
  }
  .banner .swiper-button-prev {
    left: 20px;
    margin-left: 0;
  }
  .banner .swiper-button-prev:after {
    font-size: 20px;
  }
  .banner .swiper-button-next {
    right: 20px;
    margin-right: 0;
  }
  .banner .swiper-button-next:after {
    font-size: 20px;
  }
  .wid {
    width: 100%;
    padding: 0 15px;
  }
  .head .conts .func .box:after {
    display: none;
  }
  .banner .swiper-pagination {
    bottom: 120px !important;
    left: 15px !important;
  }
}
@media screen and (max-width: 1100px) {
  .dynamic .list .item .imgs img {
    height: 203px;
  }
  .dynamic .list .item {
    height: 320px;
  }
  .dynamic .list .row>div:nth-child(1) .item .imgs img {
    height: 320px;
  }
  .dynamic .list .item .text {
    height: 117px;
  }
  .dynamic .list .item .text h5 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 993px) {
  .contents .sidebar .list {
    max-width: initial;
  }
  .file {
    padding-top: 20px;
  }
  .banner ul li {
    background: none !important;
    height: auto !important;
  }
  .notice {
    padding-bottom: 40px;
  }
  .wid {
    padding: 0 15px;
  }
  .product {
    padding-bottom: 30px;
  }
  .product .conts {
    padding-top: 0;
  }
  .product .conts .intr {
    padding-top: 0;
  }
  .product .conts .intr .text {
    padding-top: 20px;
  }
  .product .conts .intr .text p {
    margin-top: 10px;
  }
  .notice .conts .intr {
    padding-top: 0;
  }
  .notice .conts .intr .text h5 {
    text-align: center;
  }
  .notice .conts .intr .text p {
    margin-top: 10px;
    text-align: center;
  }
  .notice .conts .content {
    padding: 15px 0;
    float: left;
  }
  .work .conts .item .text {
    padding: 0 20px;
  }
  .work .conts .item .text span {
    font-size: 18px;
    padding-left: 1gul 0px;
  }
  .work .conts .item .text span:after {
    left: 0;
  }
  .contents .sidebar .list ul li {
    width: 50%;
    padding: 5px 0;
  }
  .contents .sidebar .list {
    padding: 0 20px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .contents .detail .title h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .wid {
    padding-left: 3%;
    padding-right: 3%;
  }
  .banner ul li .intr .text h4 img {
    width: 160px;
  }
  .banner ul li .intr .text h5 span {
    font-size: 28px;
  }
  .banner ul li .intr .text h5 {
    margin: 5px 0;
  }
  .dynamic .list .item .text h5 {
    min-height: auto;
    margin-bottom: 5px;
  }
  .product .conts .inform .tabs ul {
    width: 100%;
  }
  .product .conts .inform .tabs ul li {
    width: 25%;
    margin: 0;
    text-align: center;
  }
  .product .conts .inform .tabs .more {
    width: 100%;
    display: none;
  }
  .notice .tabs ul li {
    width: 25%;
    margin: 0;
    font-size: 14px;
    text-align: center;
  }
  .notice .tabs .more {
    display: none;
  }
  .notice .conts .content .list ul li a span {
    width: calc(100% - 80px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    float: left;
    font-size: 14px;
  }
  .research {
    padding: 20px 0;
    padding-bottom: 50px;
  }
  .research .conts .intr .text h5 {
    line-height: 36px;
  }
  .research .conts .intr .text p {
    padding-top: 20px;
  }
  .research .conts .more {
    display: none;
  }
  .research .conts .list .item .text span {
    height: auto;
    padding-bottom: 4px;
    min-height: 76px;
  }
  .research .conts .list .item .text {
    padding-top: 10px;
  }
  .research .conts .list .item .imgs img {
    width: 40px;
  }
  .research .conts .list .item .imgs {
    height: 60px;
  }
  .work .conts .item .text {
    padding: 0 30px;
  }
  .work .conts .item .text span {
    padding-left: 12px;
  }
  .work .conts .item .text:after {
    transform: scale(0.8);
  }
  .work .conts .video .play {
    transform: scale(0.4);
  }
  .footer .contact {
    height: auto;
    float: left;
    padding: 15px 0;
    background: #1b1b1b;
  }
  .footer .contact .intrs {
    width: 100%;
    height: 140px;
  }
  .footer .contact .logo {
    height: auto;
    width: 100%;
    padding: 15px 0;
  }
  .footer .contact .logo img {
    width: 60%;
  }
  .footer .copyright {
    float: left;
    height: auto;
    line-height: 24px;
    padding: 10px 0;
  }
  .footer .copyright span {
    display: block;
  }
  .footer .copyright em {
    display: block;
  }
  .banner .swiper-pagination {
    bottom: 20px !important;
  }
  .dynamic .conts {
    margin-top: 0;
  }
  .product .conts .intr .text h5,
  .notice .conts .intr .text h5,
  .research .conts .intr .text h5,
  .work .conts .tits span {
    font-size: 24px;
  }
  .work {
    padding-bottom: 0;
  }
  .work .conts .tits {
    margin-bottom: 0;
  }
  .product .conts .inform .content .list ul li .imgs img {
    height: 240px;
  }
  .notice .conts {
    padding-top: 0;
  }
  .work .title .imgs video {
    height: 200px;
  }
  .bann {
    height: 300px;
  }
  .bann .title {
    height: 300px;
  }
  .bann .title span:after {
    left: 0;
  }
  .bann .title span {
    font-size: 24px;
    padding-left: 16px;
  }
  .contents .detail .products .intrs .titles {
    height: 60px;
  }
  .newList .list ul li .imgs {
    width: 140px;
  }
  .newList .list ul li .imgs img {
    width: 100%;
    height: 100px;
  }
  .newList .list ul li .intr {
    padding-top: 0;
    padding-left: 20px;
    width: calc(100% - 140px);
  }
  .newList .list ul li .intr .txts {
    margin-top: 0;
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  .newList .list ul li .intr .more {
    padding-top: 4px;
  }
  .newList .list ul li .intr .more a {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    padding: 0 10px;
  }
  .newList .list ul li {
    padding-left: 0;
  }
  .newList {
    padding-top: 20px;
  }
  .newList .title {
    line-height: 40px;
    font-size: 20px;
  }
  .file .list ul li .txts {
    line-height: 26px;
    margin-top: 6px;
  }
  .informs .conts .intrs .title h5 {
    font-size: 18px;
    line-height: 26px;
  }
  .informs .conts {
    padding-top: 30px;
  }
  .banner .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.5);
    right: 10px;
    outline: none;
  }
  .banner .swiper-button-next:after {
    font-size: 24px;
  }
  .banner .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: rgba(255,255,255,0.5);
    left: 10px;
    outline: none;
  }
  .banner .swiper-button-prev:after {
    font-size: 24px;
  }
  .informs .conts .intrs {
    padding-right: 0;
  }
  .informs .conts .intrs .conts .txts {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    text-align: justify;
  }
  .banner ul li video {
    height: 240px;
  }
  .alumnus .list ul li {
    padding: 12px 0;
  }
  .alumnus .list ul li .intr {
    width: 100%;
    padding-left: 0;
    padding: 12px 0;
  }
  .alumnus .list ul li .imgs {
    width: 100%;
    height: auto;
  }
  .alumnus .list ul li .imgs img {
    height: auto;
  }
}