/* 其他文件样式 */
/* 公司简介样式 */
body {font-family: "Microsoft YaHei";}
.section {
  padding: 100px 100px 50px;
}
.section article {
  animation-duration: 2s;
}
.section article p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
}
.section .init {
  animation-duration: .8s;
}
.section .in-tit h2 {
  margin-top: 40px;
}
.section article h2 {
  color: #333;
  visibility: visible;
  line-height: 1.8;
  margin: 0;
}
.section img {
  box-shadow: #aaa 0px 0px 15px;
  border: #fff 5px solid;
}
.section .img-center {
  text-align: center;
  margin: 20px 3px 20px 3px;
}
.about2-left {
  width: 48%;
  margin-right: 2%;
  float: left;
}
.about2 img {
  animation-delay: .5s;
  animation-duration: 2s;
}
.section .img-right {
  float: right;
  margin: 0 15px 10px 30px; 
}
/* 发展历史 */
.fixed-nav-bar {
  position: fixed;
  top: 260px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 128px;
}
.staticing {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.rotate {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  animation: rotation 8s infinite linear;
}
.section #StaticLogoImage {
  box-shadow: none;
  border: none;
}
/* 产品中心 */
.pro-inpro h3.series {
  font-size: 30px;
  padding: 10px 20px;
  background: #079900;
  color: #fff;
  box-shadow: #bfbfbf 3px 3px 3px;
  animation-duration: 2s;
  
}
.pro-inpro li {
  animation-duration: 2s;
}
.product h3.series2 {
  background: #0100ff;
}
.product h3.series3 {
  background: #980200;
}
.pro-pic img {
  box-shadow:none;
  border: none;
}
.pro-list li .pro-pic {
  max-width: 370px;
  margin: auto;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 10px #dfdfdf;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 10px;
  padding-bottom: 40px;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #E9E9E9;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}
.tlcontainer {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.tlcontainer::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: white;
  border: 4px solid #990100;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.tl-left {
  left: 0;
}
.tl-left:before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #E9E9E9;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #E9E9E9;
}
.tl-right {
  left: 50%;
}
.tl-right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #E9E9E9;
  border-width: 10px 10px 10px 0;
  border-color: transparent #E9E9E9 transparent transparent;
}
.tl-right::after {
  left: -10px;
}
.tl-content {
  padding: 20px 30px;
  background-color: #E9E9E9;
  position: relative;
  border-radius: 6px;
}
.content-block {
  vertical-align: middle;
  padding: 20px 30px;
  background-color: #bababa;
  position: relative;
  border-radius: 6px;
  box-shadow: 5px 10px #8b8b8b;
}
.content-block h3 {
  text-align: center;
  font-size: 20px;
  color: #261919;
}
/* 产品详情页 */
.pro-nav {
  position: fixed;
  top: 88px;
  width: 100%;
  background: #235789;
  margin: 0;
  padding: 10px 15px;
  z-index: -10;
  transition: all 0.5s ease;
  display: none;
}
.pro-nav.cross {
  transform: translateY(60px);
}
.pro-nav h3 {
  margin: 0;
  padding: 0 0 0 10px;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  float: left;
}
.pro-nav .pro-nav-in {
  float: right;
}
.pro-nav .pro-nav-in ul {
  list-style-type: none;
  text-align: right;
  margin: 0;
  padding: 0;
}
.pro-nav .pro-nav-in ul li {
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  visibility: visible;
}
.pro-nav .pro-nav-in ul li + li {
  border-left: rgba(255,255,255,.8) 1px solid;
}
.pro-nav .pro-nav-in ul li img {
  max-height: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
.pro-nav .pro-nav-in ul li a {
  font-size: 14px;
}
.pro-content {
  padding: 100px 0 0 0;
}
.pro-banner {
  position: relative;
  text-align: right;
  padding: 50px 0;
  background: url(../images/pro-large_bg.png) no-repeat top left;
  animation: slide 1.5s ease;
}
.pro-banner h1 {
  color: #2D2D2D;
  font-size: 30px;
  margin: 0;
  padding: 15px;
  position: absolute;
  top: 50px;
  left: 15px;
}
.pro-banner .pro-banPic {
  padding: 0 30px;
  animation-duration: 2s;
}
.pro-banner img {
  border: none;
  box-shadow: none;
}
.pro-banner .pro-menu ul {
  list-style-type: none;
  position: absolute;
  left: 15px;
  bottom: 50px;
}
.pro-banner .pro-menu ul li {
  float: left;
  /* display: inline-block; */
  text-align: center;
}
.pro-banner .pro-menu ul li+li {
  margin: 0 1px;
}
.pro-banner .pro-menu ul li a {
  display: block;
  width: 100%;
  background: #235789;
  color: #fff;
  padding: 10px 25px;
  font-size: 20px;
  font-weight: bold;
  word-spacing: 12px;
}
.pro-banner .pro-menu ul li a img {
  display: block;
  margin-bottom: 5px;
}
.pro-app {
  padding: 80px 0;
  background: url(../images/section_bg.jpg) repeat-x bottom;
}
.pro-content img {
  border: none;
  box-shadow: none;
}
.pro-content h2 {
  color: #1a5096;
  text-align: center;
  margin-bottom: 0px;
  animation-duration: 2s;
}
.pro-content h2 .img, .pro-content .title {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.pro-content .title {
  text-align: left;
  font-size: 36px;
  letter-spacing: 36px;
  color: #261919;
}
.pro-content .title span {
  display: block;
  font-size: 18px;
  opacity: .5;
  letter-spacing:normal;
}
.pro-content h3 {
  max-width: 1000px;
  line-height: 1.5;
  margin: 20px auto 30px;
  color: #1a5096;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.app-list ul {
  display: flex;
}
.app-list li {
  margin: 0 20px;
  float: left;
  flex: 1;
}
.app-list li img {
  border: #ccc 1px solid;
  margin: auto;
}
.pro-content .pro-spec h2 {
  text-align: left;
  padding-left: 20px;
}
.pro-content .pro-spec .title {
  color: #1a5096;
}
.spec-pic {
  width: 50%;
  float: right;
  text-align: center;
  margin-top: -100px;
}
.spec-pic span {
  color: #000;
  font-size: 24px;
  margin-top: 16px;
}
.spec-info {
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-bottom: 20px;
}
.spec-info p {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #1a5096;
}
.spec-info span {
  color: #f00;
  font-size: 18px;
}
.pro-spec .spec-option h2 {
  padding: 0;
  margin-bottom: 20px;
}
.pro-spec .spec-option {
  padding-left: 20px;
  margin: 20px 0;
  width: 50%;
  float: left;
}
.pro-spec .spec-option li {
  display: block;
  position: relative;
  width: 320px;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-box-shadow: 1px 2px 4px rgba(0, 0, 0,0.5);
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
  box-shadow: 1px 2px 8px rgba(0, 0, 0, .5);
  color: black;
  line-height: 1.5em;
  font-family: Tahoma, SimSun, "Roboto Regular", sans-serif;
  padding-top: 10px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 35px;
}
.pro-spec .spec-option li a {
  padding: 5px;
  display: block;
  text-align: right;
  text-decoration: underline;
}
.pro-spec .spec-option span {
  display: block;
  padding: 5px 0;
  font-weight: 500;
}
.pro-spec .spec-option i {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
  margin-top: 15px;
  margin-left: 5px;
  transition: all .3s;
}
.pro-spec .spec-option i.active {
  background-color: #235789;
}
.pro-spec .spec-option i.active::after {
  content: '';
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.pro-spec .spec-option li:hover i {
  background-color: #ccc;
}
.pro-spec .spec-option li:hover a {
  color: #079900;
}
.pro-spec .spec-option li:hover i.active {
  background-color: #235789;
}
.pro-spec .spec-option .btn {
  display: block;
  background-color: #235789;
  border: none;
  color: white;
  padding: 20px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  cursor: pointer;
  font-weight: 700;
  transition: all .3s;
}
.pro-spec .spec-option .btn:hover {
  background-color: #12449b;
}
.pro-spec {
  position: relative;
}
.pro-option-desc {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;  
  background: rgba(0, 0, 0, 0.8);
  z-index: 1999;
}
.option-content {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  bottom: 20%;
  left: 0%;
}
.option-content .cont-box {
  position: relative;
  background-color: #fff;
  padding: 30px;
  width: auto;
  max-width: 572px;
  margin: 0 auto;
}
.option-content .cont-box .box-close {
  font-size: 36px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  cursor: pointer;
  position: absolute;
  top: 0;
  overflow: visible;
  cursor: pointer;
  right: 0px;
  color: #333;
  opacity: 0.65;
}
.option-content .cont-box .box-info strong {
  font-size: 1.5em;
  margin: 20px 0;
  font-weight: 700;
}
.option-content .cont-box .box-info p{
  font-size: 20px;
  color: black;
}
.option-content .cont-box .box-info ul {
  padding-left: 20px;
}
.option-content .cont-box .box-info ul li{
  list-style-type: disc;
  line-height: 1.5;
  font-size: 20px;
}
@keyframes slide {
	0% { background-position: 0 140px; opacity: 0; }
	75% { opacity: 0.5}
	100% { background-position: 0 0; opacity: 1; }
}
.pro-video {
  padding-bottom: 20px;
}
.pro-video iframe{
  width: 600px;
  height: 400px;
  padding-left: 20px;
}
/* 新闻中心样式 */
.news-cont ul{
  display: flex;
  flex-wrap: wrap;
}
.news-cont ul li {
  width: calc(33.333% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  margin-bottom: 1.875rem;
  overflow: hidden;
  position: relative;
}
@media (max-width:800px) {
  .news-cont ul li {
    margin: 0;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.news-cont ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-100%);
  width: 100%;
  height: 10px;
  background: #e8390e;
  opacity: 0;
  transition: all .25s ease-in-out;
}
.news-cont ul li:hover::after {
  opacity: 1;
  transform: translateX(-50%);
}
.news-cont ul li:hover img {
  transform: scale(1.1);
  transition: all .25s ease-in-out;
}
.news-cont img {
  box-shadow: none;
  border: none;
}
.news-cont .btn {
  color: #fff;
    background: #333;
    border-radius: 0;
    padding: 16px;
    letter-spacing: 0;
    min-width: 250px;
    text-align: center;
    line-height: 1;
    font-size: 24px;
    transition: all .5s;
}
.btn:hover {
  background-color: #e8390e;
}
.news-cont .info {
  padding: 25px 30px 30px;
  background: #fff;
  min-height: 250px;
}
.news-cont .info h3 {
  margin: 0;
  color: #3C3C3C;
  font-size: 20px;
  font-weight: 700;
}
.news-cont .info p {
  margin: 5PX;
  color: #777;
  font-size: 14px;
  line-height: 21PX;
}
.news-cont .info .time {
  color: #B3B3B3;
  font-size: 18px;
}
.news-section {
  background: none;
  animation-duration: 2s;
}
.news-section .news-list time .year {
  display: inline-block;
}
.news-section .news-list time .mon {
  font-size: 24px;
  margin-left: 12px;
  color: #990100;
  box-sizing: inherit;
}
.news-section .news-list time .mon i {
  font-size: 18px;
}
.news-section .news-list li {
  background: #ececec;
  margin-top: 1px;
  transition: all 0.3s ease;
  border: #eee 1px solid;
}
.news-section .news-list li a {
  width: 100%;
  display: block;
  padding: 30px;
}
.news-section .news-list li:hover {
  transform: translateX(20px);
  background: #980200 !important;
  color: #fff;
}
.news-section .news-list .news-data {
  border: none;
}
.news-section .news-list .news-data {
  margin: 0;
  padding: 0;
}
.news-section .news-list li:nth-child(2n) {
  background: #fff;
}
.news .news-data .news-tit {
  margin-bottom: 0;
}
.news-section .news-list li:hover span {
  color: #fff;
}
.news-section .news-list li:hover .news-tit {
  color: #fff;
}
/* 新闻详情页 */
.new-info {
  padding-bottom: 50px;
}
.new-info h4, .new-info p{
  line-height: 2;
  font-size: 18px;
}
.new-info h4{
  font-size: 24px;
  border-bottom: #ccc 1px solid;
  color: #f00;
}
.new-info .back {
  text-align: right;
}
.new-info .back a {
  display: inline-block;
  margin: auto;
  text-align: center;
  background: #e8390e;
  color: #fff;
  padding: 10px 30px 10px 50px;
  font-size: 16px;
  position: relative;
}
.new-info .back a::before {
  content: "\f137";
  position: absolute;
  left: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.new-info .back a:hover::before {
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
/* 视频中心样式 */
.vid-desc ul li {
  float: left;
  width: 32%;
  margin-left: 10px;
  margin-bottom: 10px;
}
.vid-desc ul li iframe {
  width: 100%;
  min-height: 300px;
}
.vid-desc .vid-title {
  text-align: left;
  padding: 5px;
  font-size: 18px;
}
/* 电子书样式 */
.ebook {
  padding: 100px 20px 50px;
}
.ebook .ebook-list li {
  width: 15%;
  margin: 0 0.8% 40px;
  float: left;
  text-align: center;
  animation-duration: 0.8s;
}
.ebook-list img {
  display: inline-block;
  border: #ccc 1px solid;
  padding: 5px;
  background: #eee;
  border-radius: 5px;
  box-shadow: none;
}
.ebook .ebook-list li:hover img {
  border: #990200 1px solid;
  box-shadow: inset 0px 0px 36px #990200;
  background: #fff;
}
.book-name {
  font-size: 16px;
  font-weight: bold;
  margin: 10px auto;
  text-align: center;
}
/* 联系我们样式 */
.contact {
  padding: 100px 20px 50px;
}
.contact * {
  
  line-height: 30px;
  font-size: 16px;
}
.contact p{
  color: #777;
  line-height: 30px;
  font-size: 16px;
}
.contact .blue {
  color: #00f;
}
.contact .red {
  color: #f00;
}
.form-range {
  width: 50%;
  float: left;
  animation-duration: 1.4s;
  padding: 0 30px;
  margin-bottom: 50px;  
  color: #666;
}
.com_ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
.com_ul a:hover {
	color: #f0b557;
}
.com_ul .h4 span {
	color: #333;
	font-size: 26px;
	text-transform: uppercase;
	text-align: center;
	background: #fff;
	padding: 0px 30px;
	display: inline-block;
}
.com_ul ul {
  display: flex;
}
.com_ul li {
  flex: 1;
	list-style: none;
	text-align: center;
}
.section_title {
	margin-top: 30px;
	font-family: 'CenturyGothic';
	color: #04243d;
	padding: 4px 0px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: 1px solid #eee;
}
.section_title img {
	margin-right: 15px;
}
.contact .h4 h4 {
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
	font-family: 'poppins_s';
	text-transform: capitalize;
	text-align: center;
}
.contact .h4 .p {
	text-align: center;
	font-size: 13px;
	color: #999;
	margin-bottom: 30px;
}
.cont-us {
  display: flex;
}
.con_info,.inquiry_line {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}
.contact .con_infop {
	padding-top: 10px;
	font-size: 13px;
}
.cont-us img {
  box-shadow: none;
  border: none;
}

.contact .inquiry .req {
	font-size: 14px;
	color: #555;
	margin-bottom: 20px;
}
.contact .inquiry .req span {
	color: red;
}
.con_infop_tit {
  color: #003366;
    box-sizing: border-box;
    transition: color 0.3s linear 0s, background-color 0.3s linear 0s, border-color 0.3s linear 0s, opacity 0.3s linear 0s, background-image 0.3s linear 0s;
    font-size: 16px;
}
.con_infop_tit strong {
  font-weight: 700;
}
.inquiry .p {
	color: #777;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	margin-bottom: 15px;
}
.inquiry .input_1 {
	font-size: 13px;
	line-height: 46px;
	height: 46px;
	padding-left: 20px;
	width: 100%;
	background: #fff;
	color: #999;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.inquiry .input_1:focus {
	border: 1px solid #f0b557;
	color: #333;
}


.inquiry .input_4 {
	font-size: 13px;
	line-height: 46px;
	height: 46px;
	padding-left: 20px;
	width: 10%;
	background: #fff;
	color: #999;
	margin-bottom: 15px;
	border: 1px solid #ddd;
}
.inquiry .input_4:focus {
	border: 1px solid #f0b557;
	color: #333;
}

.inquiry .input_2 {
	line-height: 40px;
	font-size: 13px;
	height: 100px;
	padding-left: 20px;
	width: 100%;
	background: #fff;
	color: #999;
	border: 1px solid #ddd;
	margin-bottom: 15px;
}
.inquiry .input_2:focus {
	border: 1px solid #f0b557;
	color: #333;
}
.inquiry .in_email {
  width: 48%;
  padding-right: 15px;
	background: #fff url(../images/inquiry_email.png) no-repeat 8px center;
	padding-left: 40px;
  margin-right: 4%;
}
.inquiry .in_tel {
	background: #fff url(../images/inquiry_tel.png) no-repeat 8px center;
	padding-left: 40px;
  width: 48%;
  padding-right: 15px;
}
.in_line {
  display: flex;
}
.inquiry .in_message {
	background: #fff url(../images/inquiry_message.png) no-repeat 8px 10px;
	padding-left: 40px;
}
.contact_email {
	float: right;
}
.contact_email .email {
	background: url(../images/con_bg.jpg) no-repeat center center;
	background-size: cover;
	padding: 50px 30px;
}
.contact_email .email h4 {
	font-size: 26px;
	color: #fff;
	text-transform: capitalize;
	line-height: 40px;
	font-family: 'poppins_s';
	text-transform: capitalize;
}
.contact_email .email p {
	color: #fff0e0;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin: 10px 0;
}
.contact_email .email .email_main {
	background: #fff;
	line-height: 50px;
	height: 50px;
	width: 100%;
	padding-left: 10px;
	border: none;
	color: #999;
	border-radius: 30px;
}
.contact_email .email_btn {
	background: #f0b557;
	line-height: 50px;
	height: 50px;
	width: 100%;
	padding-left: 10px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 15px;
	border-radius: 30px;
}
.inquiry .btn_1 {
	line-height: 42px;
	height: 42px;
	padding: 0px 26px;
	background: #04243d;
	font-size: 14px;
	font-family: 'poppins_s';
	border: none;
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
	position: relative;
	border-radius: 30px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.inquiry .btn_1::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background-color: rgba(255,255,255,0.15);
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transform: scale(0.5, 1);
	transform: scale(0.5, 1);
}
.inquiry .btn_1:hover::before {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.inquiry .btn_1:hover {
	background: #f0b557;
}
.contact .inquiry {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    padding: 15px 30px 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
.contact_oth {
	margin-top: 40px;
}
.contact_oth img{
  box-shadow: none;
  border: none;
}
.contact .map {
	margin-top: 10px;
	padding-top: 30px;
}
.contact_oth .section_title {
	margin-top: 30px;
	color: #04243d;
	padding: 4px 0px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 24px;
	border-bottom: 1px solid #eee;
}
/* 应用领域 */
.applications .bg-links {
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.applications .bg-links .info {
  padding: 15px;
  text-align: center;
  color: #fff;
  background: rgba(51, 51, 51, .8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 3;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all .25s ease-in-out;
}
.applications .bg-links a {
  width: 100%;
}
.applications .bg-links .img-fluid {
  box-shadow: none;
  border: none;
  width: 100%;
  height: auto;
}
.applications .bg-links li {
  width: calc(25% - 10px);
  margin: 20px 5px;
  position: relative;
}
.applications .bg-links .item .list,
.applications .bg-links li:hover .title {
display: none;
}
.applications .bg-links li:hover .list {
display: block;
}
.applications .bg-links li:hover .info {
display: block;
text-align: left;
height: 100%;
background: rgba(231, 120, 23, .4);
}
.applications .bg-links li .list .title {
padding-bottom: 12px;
margin-bottom: 15px;
border-bottom: 1px solid rgba(255, 255, 255, .6);
font-size: initial;
}
.applications .bg-links li:hover .list .title {
display: block;
}
.applications .bg-links .item .list ul {
padding-left: 18px;
color: rgba(255, 255, 255, .9);
font-size: 20px;
}
.applications .bg-links .item .list ul li {
  width: 100%;
  display: list-item;
  text-align: -webkit-match-parent;
  list-style: disc;
  font-size: initial;
}
.applications .bg-links .item .list ul li:not(:last-child) {
  margin-bottom: 10px;
}
.applications .bg-links .item .list a {
  width: 100%;
  display: block;
  padding: 0;
}
@media (max-width:800px) {
  .applications .bg-links li {
    width: calc(50% - 10px);
  }
  .cont-us {
    display: block;
  }
  .con_info, .inquiry_line {
    width: 100%;
  }
  .contact .inquiry {
    padding: 0;
  }
  .inquiry .p {
    font-size: 18px;
  }
  .in_line {
    display: block;
  }
  .inquiry .in_email,.inquiry .in_tel {
    width: 100%;
  }
  .com_ul ul {
    display: block;
  }
  .com_ul li {
    width: 100%;
  }
}
.com_ul li .li {
	padding: 30px 15px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	background: #f7f7f7;
}
.com_ul li .li .icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	background: #f0b557;
	font-size: 20px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.com_ul li .li:hover .icon {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	transform: rotateY(180deg);
}
.com_ul li .li .icon i {
	line-height: 60px;
}
.com_ul li .li h4, .com_ul li .li h4 a {
	color: #333;
	font-size: 14px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	line-height: 20px;
	overflow: hidden;
	margin: 15px 0 5px;
	font-family: 'poppins_s';
	text-transform: uppercase;
}
.com_ul li .li p {
	color: #808080;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.com_ul li .li em {
	font-style: normal;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	color: #f0b557;
	font-size: 16px;
	margin: 10px 0;
	display: inline-block;
	font-family: 'poppins_s';
}
.com_ul li .li em i {
	margin-left: 10px;
}
.com_ul .con_info {
	margin-top: 50px;
	text-align: center;
	margin-bottom: 50px;
	padding-bottom: 30px;
	padding-top: 30px;
}
.com_ul .con_infop {
	line-height: 30px;
	font-size: 13px;
	color: #777;
}
.cont-form .range { font-size: 16px; list-style-type: none; margin: 20px 0; padding: 0; }
.cont-form .range li { margin-bottom: 16px; }
.cont-form .range .form-label { display: block; float: left; width: 20%; text-align: right; padding-right: 20px; }
.cont-form .range .form-label-v2 { display: block; float: left; width: 80%; text-align: left; padding-right: 20px; }
.cont-form .range .form-label .req { color: #8a2626; font-weight: bold; margin-right: 4px; }
.cont-form .range .form-control { width: 80%; background: none; border: 1px #666 solid; }
.cont-form .range #verifycode { width: 25%; }
.cont-form .btn { text-align: center; }
.cont-form .btn input { background: #8a2626; border: none; color: #fff; margin: 0 20px; padding: 12px 24px; }
.cont-form .btn input:hover { background: #e60113; }
/*验证码*/
.cont-form .code {
  background-color: silver;
  font-family:Arial; /*设置字体*/
  font-style:initial;
  color:brown;
  font-size:20px;
  border:0;
  padding:2px 3px;
  letter-spacing:3px;
  font-weight:bolder;
  width:81px;
  height:36px;      
  margin-left: 50%;
  margin-top: -35px;
}
.cont-form .yz {
  font-size:16px;
  color:#288bc4;
  margin-left: 50%;
}
.map-info {
  width: 100%;
  float: right;
  animation-duration: 1.4s;
  padding: 0 30px;
  margin-bottom: 50px;
  color: #666;
  min-height: 400px;
}
/* 隐私权 */
.privacy * {
  color: #666;
  line-height: 1.8;
}
/* sitempa */
.sitemap {
  padding: 100px 20px 50px;
}
.sitemap ul { padding-left: 20px; font-size: 18px; line-height: 1.5; }
.sitemap .site-menu { margin: 0 auto 50px; }
.sitemap .site-menu1, .sitemap .site-menu2, .sitemap .site-menu3, .sitemap .site-menu4 { width: 23%; float: left; margin: 0 1%; }

.sitm-menu li { position: relative; vertical-align: top; padding-top: 20px; margin-right: 20px; white-space: normal; width: 100%; }
.site-menu li a {	position: relative; display: block; margin: 0 0 15px; padding: 15px; font-size: 16px; font-weight: bold; line-height: 1.5; white-space: normal; color: #333; background-color: white; border: 1px solid #e5e5e5; border-top: 4px solid #95a5a6; border-radius: 5px; z-index: 1; transition: all 0.3s ease; box-shadow: #f5f5f5 3px 3px 3px; }
.site-menu1 li a { border-top-color: #e67e22; width: auto; }
.site-menu2 li a { border-top-color: #079900; width: auto; }
.site-menu3 li a { border-top-color: #0100ff; width: auto; }
.site-menu4 li a { border-top-color: #980200; width: auto; }
.site-menu1 li:hover a { background-color: #e67e22; color: #fff; }
.site-menu2 li:hover a, .site-menu2 li.active a { background-color: #079900; color: #fff; }
.site-menu3 li:hover a, .site-menu3 li.active a { background-color: #0100ff; color: #fff; }
.site-menu4 li:hover a, .site-menu4 li.active a { background-color: #980200; color: #fff; }
@media (max-width:800px) {
  /* 公司简介样式 */
  .section {
    padding: 150px 0 0 0 ;
  }
  .section .in-tit h2 {
    margin: 20px 0;
  }
  .about2-left {
    width: 100%;
    float: none;
  }
  .section .img-right {
    float: none;
    margin-left: 0;
  }
  /* 发展历史 */
  .timeline {
    padding-bottom: 20px;
  }
  .timeline::after {
    display: none;
  }
  .tlcontainer {
    width: 100%;
  }
  .tlcontainer::after {
    display: none;
  }
  .tlcontainer::before {
    display: none;
  }
  .tl-right {
    left: 0;
  }
  .content-block {
    margin: 20px 30px;
    padding: 15px 0;
  }
  /* 商品详情页 */
  .pro-nav h3 {
    float: none;
    margin-bottom: 5px;
    padding-left: 0;
    text-align: center;
  }
  .pro-nav .pro-nav-in {
    float: none;
  }
  .pro-nav .pro-nav-in ul {
    padding-left: 0;
    text-align: center;
  }
  .pro-nav .pro-nav-in ul li {
    padding: 0 7px;
    width: 24%;
  }
  .pro-nav .container {
    padding: 0;
  }
  .pro-nav {
    padding: 5px 0;
  }
  .pro-banner {
    padding: 0px;
    background: none;
  }
  .pro-banner h1 {
    position: static;
    text-align: left;
    font-size: 24px;
  }
  .pro-banner .pro-banPic {
    padding: 30px 0px;
  }
  .pro-banner .pro-menu ul li {
    max-width: inherit;
    width: 24.5%;
    text-align: center;
    float: left;
    display: block;
  }
  .pro-banner .pro-menu ul li:last-child {
    margin-right: 0;
  }
  .pro-banner .pro-menu ul li + li {
    margin-left: 1px;
  }
  .pro-banner .pro-menu ul {
    position: static;
    text-align: left;
    padding-left: 3px;
  }
  .pro-app {
    padding: 30px 0;
  }
  .pro-nav.cross {
    transform: translateY(50px);
  }
  .spec-pic, .spec-info {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .spec-info p {
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .pro-spec .spec-option {
    float: none;
    padding-left: 0;
    width: 100%;
  }
  .spec-info {
    padding-left: 0;
  }
  .pro-content .pro-spec h2 {
    padding-left: 0;
  }
  .pro-spec .spec-option li {
    width: 100%;
  }
  .pro-app .app-list ul {
    display: block;
    padding-left: 20px;
  }
  .pro-app .app-list ul li {
    float: left;
    width: 40%;
    margin: 10px;
  }
  .pro-video iframe {
    width: 100%;
  }
  /* 新闻中心样式 */
  .news-section .news-list li a {
    padding: 20px 10px
  }
  .news .news-data .news-tit {
    -webkit-line-clamp: 2;
  }
  /* 视频中心样式 */
  .vid-desc ul li {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  /* 电子书样式 */
  .ebook .ebook-list li {
    width: 100%;
    float: none;
  }
  /* 联系我们 */
  .form-range, .map-info {
    width: 100%;
    float: none;
  }
  .map-info {
    min-height: 200px;
  }
  .cont-form .range .form-label {
    float: none;
    text-align: left;
    width: 100%;
  }
  .cont-form .range .form-control {
    width: 100%;
  }
  .cont-form .range #verifycode {
    width: 45%;
  }
  /* 网站地图 */
  .sitemap .site-menu ul {
    width: 100%;
    padding-left: 0;
  }
  .sitemap .site-menu1 li {
    margin: 0 1%;
    width: 46%;
    float: left;
  }
}
.pro-inpro h3.series,.pro-content h2 {
  margin: 30px 0;
}