@charset "UTF-8";

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 15px;
  color: #555;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #555;
  font-size: 15px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 15px;
  color1: #555;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color1: #555;
  font-size: 15px;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #da251d;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}

.wrap14 {
  max-width: 1400px;
  margin: 0 auto;
}
.wrap14:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.lzpic2 {
  display: none;
}
.col:after,
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  width: 100%;
  float: left;
}

.color_green{background: #009238;}

.text_color_fff{color:#fff;}

.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #da251d;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 30px;
  color: #777;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainfilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top1: 200px;
}
/* header */
.header {
	position1: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 13;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
	transition: all .3s;
}

.header.on {
	top: -120px;
}

.header .container-fluid {
	padding: 0 60px;
}

.heaer-top {
	height: 120px;
	border-bottom: 1px solid #eeeeee;
	background: #facd00;
}

.heaer-top .l-box {
	float: left;
}

.heaer-top .logo {
	float: left;
	margin-top1: 34px;
}

.heaer-top .text1 {
	float: left;
	font-size: 16px;
	color: #123b98;
	line-height: 24px;
	padding-left: 20px;
	margin-top: 23px;
	margin-left: 20px;
	border-left: 1px solid #f2f2f2;
}

.heaer-top .text{float:left;padding: 30px 0 0 20px;position: relative;height: 80px;}
.heaer-top .text span {display:inline-block;height:33px;font-size:24px;color: #4c2000;line-height:33px;overflow: hidden;border-bottom:1px solid #452000;}
.heaer-top .text span strong{padding-right:14px;}
.heaer-top .text em {font: 15px arial;color: #4c2000;display: block;line-height: 23px;height: 23px;text-transform: uppercase;letter-spacing: 22px;word-spacing:2px;}


.heaer-top .r-box {
	float: right;
}

.heaer-top .phone1 {
	float: left;
	padding-left: 65px;
	background: url(../images/icon1.png) no-repeat left center;
	margin-top: 32px;
}

.heaer-top .phone1 .name {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-bottom: 5px;
}

.heaer-top .phone1 .number {
	font-size: 26px;
	color: #1d4ab3;
	line-height: 1;
	font-weight: bold;
}

.heaer-top .tel {
  float: right;
  margin-top: 24px;
}
.heaer-top .tel span,
.heaer-top .tel a {
  display: block;
  padding-left1: 32px;
}
.heaer-top .tel span {
  font-size: 18px;
  line-height: 30px;
  color: #4c2000;
  background: url(../images/t_tel_bj.jpg) no-repeat 0 center;
  min-height: 30px;
  padding-left: 35px;
}
.heaer-top .tel a {
  font-family: "Arial", arial;
  font-size: 30px;
  font-weight: bold;
  color: #4c2000;
  margin-top: 4px;
}

.heaer-top .lang {
	position: relative;
	float: left;
	margin-left: 65px;
	margin-top: 44px;
}

.heaer-top .lang .drop-down {
	display: none;
	position: absolute;
	top: 98%;
	left: 0;
	width: 100%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, .1);
}

.heaer-top .lang .item {
	display: block;
	font-size: 0;
	margin-bottom: 5px;
}

.heaer-top .lang .item:last-child {
	margin-bottom: 0;
}

.heaer-top .lang .item .icon {
	line-height: 30px;
}

.heaer-top .lang .name-2 {
	width: calc(100% - 23px);
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #888888;
	line-height: 30px;
	padding-left: 5px;
}

.heaer-top .btn-lang {
	font-size: 0;
	line-height: 31px;
	cursor: pointer;
}

.heaer-top .lang .icon {
	display: inline-block;
	vertical-align: top;
}

.heaer-top .lang .name {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #888888;
	padding-right: 22px;
	margin-left: 15px;
	background: url(../images/icon4.png) no-repeat right center;
}

.head-bot {
	height: 60px;
}

.head-bot .nav {
	float1: left;
	max-width1: 1400px;
	margin: 0 auto;
}

.head-bot li {
	position: relative;
	float: left;
	margin: 0 2.2%;
	padding: 10px 0;
}

.head-bot li:last-child {
	margin-right1: 0;
}

.head-bot .nav li>a {
	display: inline-block;
	font-size: 18px;
	color: #666666;
	line-height: 40px;
	font-weight: bold;
	padding: 0 22px;
	border-radius1: 20px;
	transition: all .3s;
}

.head-bot li:hover>a {
	color: #fff;
	background-color: #a87c02;
}

.head-bot li.on>a {
	color: #fff;
	background-color: #123b98;
}

.head-bot .drop-down {
	position: absolute;
	top: 100%;
	left: 50%;
	min-width: 100%;
	transform: translate(-50%, 0);
	background-color: #fff;
	z-index: 9;
	display: none;
}

.head-bot .drop-down>a {
	display: block;
	padding: 10px;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	border-bottom: 1px solid #e5e5e5;
	transition: all .3s;
}

.head-bot .drop-down a:hover {
	color: #4e2000;
}

.head-bot .drop-down-2 {
	position: fixed;
	top: 180px;
	left: 0;
	width: 100%;
	transform: translate(0, 0);
	border-top: 1px solid #eeeeee;
	background-color: #fff;
	z-index: 9;
	display: none;
}

.header.on .head-bot .drop-down-2 {
	top: 60px;
}

.header.on .head-bot .drop-down-3 {
	top: 60px;
}

.head-bot .drop-down-2 ul {
	display: flex;
	align-items: stretch;
}

.head-bot .drop-down-2 li {
	float: left;
	min-width: 200px;
	padding: 10px 20px 25px;
	margin: 0;
	border-right: 1px solid #eeeeee;
}

.head-bot .drop-down-2 .h1 {
	font-size: 16px;
	color: #222222;
	line-height: 70px;
	font-weight: bold;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.head-bot .drop-down-2 a {
	display: block;
	font-size: 0;
}

.head-bot .drop-down-2 .icon {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.head-bot .drop-down-2 .icon img {
	max-height: 50px;
}

.head-bot .drop-down-2 .name {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #666666;
	line-height: 50px;
	width: calc(100% - 50px);
	white-space: nowrap;
	transition: all .3s;
}

.head-bot .drop-down-2 .more .name {
	color: #123b98;
}

.head-bot .drop-down-2 a:hover .name {
	color: #123b98;
}

.head-bot .drop-down-3 {
	position: fixed;
	top: 180px;
	left: 0;
	width: 100%;
	transform: translate(0, 0);
	border-top: 1px solid #eeeeee;
	background-color: #fff;
	display: none;
}

.head-bot .drop-down-3 .l-box {
	float: left;
	width: calc(100% - 490px);
	border-right: 1px solid #eeeeee;
	display: flex;
	flex-wrap: wrap;
}

.head-bot .drop-down-3 .r-box {
	float: left;
	width: 490px;
}

.head-bot .drop-down-3 .column {
	float: left;
	width: 33.33%;
	padding: 60px 50px;
	font-size: 0;
	margin-right: 0;
}

.head-bot .drop-down-3 .l-box a {
	font-size: 0;
	padding: 0;
}

.head-bot .drop-down-3 .img {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	overflow: hidden;
}

.head-bot .drop-down-3 .text-box {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 90px);
	padding-left: 25px;
}

.head-bot .drop-down-3 .h1 {
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin: 0;
	margin-top: 15px;
	transition: all .3s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.head-bot .drop-down-3 .l-box .more {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.head-bot .drop-down-3 .l-box a:hover .h1 {
	color: #123b98;
}

.head-bot .drop-down-3 .r-box {
	padding: 50px;
}

.head-bot .drop-down-3 .r-box a {
	display: block;
	font-size: 16px;
	color: #000000;
	line-height: 46px;
	transition: all .3s;
}

.head-bot .drop-down-3 .r-box a:hover {
	color: #123b98;
}

.head-bot .drop-down-3 .r-box .more {
	color: #123b98;
	text-decoration: underline;
}

.head-bot .search {
	float: right;
	width: 160px;
	height: 36px;
	padding: 0 12px;
	margin-top: 12px;
	border: 1px solid #123b98;
	border-radius: 18px;
}

.head-bot .form-inline {
	font-size: 0;
}

.head-bot .form-control {
	width: calc(100% - 18px);
	border: 0;
	box-shadow: none;
}

.head-bot .form-control::-webkit-input-placeholder {
	font-size: 14px;
	color: #b1b1b1;
}

.head-bot .btn-submit {
	font-size: 0;
	background: none;
}

.m-head {
	display: none;
}

.m-head .wrap {
	height: 70px;
	margin: 0px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.m-head-wrap .logo {
	float: left;
}
.m-head .logo img {
    height: 60px;
}
.head-menu .btn-menu {
	float: right;
	width: 40px;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.head-menu .btn-menu>span {
	width: 40px;
	height: 2px;
	background-color: #000000;
	margin: 4px 0;
	transition: all .3s;
}

.head-menu .btn-menu.on>span {
	width: 30px;
}

.head-menu .btn-menu.on>span:first-child {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
}

.head-menu .btn-menu.on>span:nth-child(2) {
	display: none;
}

.head-menu .btn-menu.on>span:last-child {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	margin-top: -6px;
}

.head-menu .drop-down {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100% - 60px);
	background-color: #fff;
	z-index: 13;
	border-top: 1px solid #eee;
	overflow-y: auto;
}

.head-menu .drop-down::-webkit-scrollbar{
	display: none;
}

.head-menu .drop-down .nav {
	padding: 10px 0;
	overflow-y: auto;
}

.head-menu .drop-down .nav::-webkit-scrollbar {
	display: none;
}

.head-menu .drop-down a {
	font-size: 16px;
	padding: 12px 35px;
	color: #000;
}

.head-menu .drop-down-2{
	display: none;
	padding: 0 15px;
}

.head-menu .drop-down-2 .h1{
	font-size: 16px;
	color: #333;
	line-height: 40px;
	padding: 0 35px;
	margin: 0 auto;
}

.head-menu .drop-down-2 .sub-nav{
	display: none;
}	

.head-menu .drop-down-2 .sub-nav a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	padding: 0 45px;
}

.head-menu .drop-down-2>a{
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 40px;
	padding: 0 35px;
}




.footer {
  background: #188a01;
  padding: 30px 0 30px 0;
  text-align: center;
}
.footer .wrap {
  max-width1: 914px;
}
.footer .tel a {
  font-size: 40px;
  color: #fff;
}
.footer .btnbox {
  margin: 40px 0 36px 0;
}
.footer .btnbox a {
  display: inline-block;
  min-width: 130px;
  height: 56px;
  line-height: 56px;
  padding: 0 20px;
  border-radius: 4px;
  border: solid 1px #ffffff29;
  font-size: 20px;
  color: #fff;
  margin: 0 17px;
  overflow: hidden;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.footer .btnbox a:hover {
  color: #000;
}
.footer .btnbox a:first-child::after {
  left: auto;
  right: 0;
}
.footer hr {
  height: 1px;
  background: #ffffff24;
}
.footer .contact {
  margin: 30px 0 30px 0;
}
.footer .contact .qrcode,
.footer .contact .text {
  max-width: 40%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
.footer .contact img {
width: 105px;
    height: 105px;
  display: block;
}
.footer .contact .qrcode {
  width: 105px;
}
.footer .contact .text {
  font-size: 18px;
  color: #fff;
  text-align: left;
}
.footer .contact .text a {
  font-size: 12px;
  color: #fff;
}
.footer .contact .text .tit {
  font-size: 24px;
}
.footer .contact .text p {
  margin-bottom: 15px;
}
.footer .contact .text p:last-child {
  margin-bottom: 0;
}
.footer .linek {
  max-width: 760px;
  margin: 0 auto;
}
.footer .linek a {
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  padding: 0 16px;
  position: relative;
  word-wrap: break-word;
  display: inline-block;
}
.footer .linek a:hover {
  color: #da251d;
}
.footer .linek a:first-child::after {
  display: none;
}
.footer .linek a::after {
  content: " ";
  width: 1px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  z-index: 2;
  background: #fff;
}
.footer .copy {
  margin-top: 48px;
  font-size: 16px;
  color: #fff;
}
.footer .copy a {
  font-size: 16px;
  color: #fff;
}
.fixed-sidebar {
  width: 84px;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translate(0, -51%);
  -webkit-transform: translate(0, -51%);
  -moz-transform: translate(0, -51%);
  -ms-transform: translate(0, -51%);
  -o-transform: translate(0, -51%);
  z-index: 90;
  text-align: center;
  color: #fff;
  display: none;
}
.fixed-sidebar .top {
  position: relative;
  z-index: 5;
}
.fixed-sidebar .top img {
  width: 100%;
  display: block;
}
.fixed-sidebar ul {
  margin-top: -12px;
  padding: 0 6px;
}
.fixed-sidebar li {
  position: relative;
  margin-bottom: 4px;
}
.fixed-sidebar li:hover a {
  background: #da251d;
}
.fixed-sidebar li a {
  display: block;
  color: #fff;
  font-size: 12px;
  background: #ee3d45;
  border-radius: 8px;
  padding: 12px 0;
}
.fixed-sidebar li i {
  height: 28px;
  display: block;
  margin-bottom: 6px;
}
.fixed-sidebar li i img {
  height: 100%;
}
.fixed-sidebar li .hide {
  height: 38px;
  line-height: 38px;
  position: absolute;
  top: 0;
  right: 100px;
  z-index: 5;
  background: #da251d;
  white-space: nowrap;
  display: none;
}
.fixed-sidebar li .phone {
  background: #a81e23;
  padding: 0 20px;
  font-size: 18px;
  color: #fff;
}
.fixed-sidebar li .qrcode {
  width: 120px;
  height: 120px;
  padding: 4px;
}
.fixed-sidebar li .qrcode img {
  width: 100%;
  display: block;
}
@media only screen and (max-width: 1400px) {
  .fixed-sidebar {
    width: 50px;
  }
  .fixed-sidebar ul {
    margin-top: -5px;
  }
  .fixed-sidebar li {
    margin-bottom: 2px;
  }
  .fixed-sidebar li a {
    font-size: 12px;
    padding: 5px 4px;
  }
  .fixed-sidebar li i {
    height: 16px;
    margin-bottom: 4px;
  }
  .fixed-sidebar li .hide {
    right: 40px;
  }
  .fixed-sidebar li .phone {
    font-size: 14px;
  }
}
.banner img {
  width: 100%;
  display: block;
}
.banner video {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  bottom: -4px;
}
.banner .swiper-pagination-bullet {
  width: 12px;
  height: 18px;
  background: #373330;
  border-radius: 0;
  opacity: 1;
  margin: 0 10px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.banner .swiper-pagination-bullet-active {
  background: #188a01;
  height: 36px;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.pchead {
  text-align: center;
}
.pchead img {
  max-height: 100%;
}
.pchead .title {
  display: inline-block;
  padding-bottom: 44px;
  margin-bottom: 28px;
  background: url(../images/title_line9.png) repeat-x 0 bottom;
}
.pchead .slogan {
  line-height: 28px;
  color: #222;
  max-width: 640px;
  margin: 0 auto;
}
.swiper-button-prev,
.swiper-button-next {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  margin: -17px 0 0 0;
  z-index: 5;
  background: no-repeat center;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev {
  background-image: url(../images/arrow2.png);
  left: -74px;
}
.swiper-button-prev:hover {
  background-image: url(../images/arrow4.png);
}
.swiper-button-next {
  background-image: url(../images/arrow3.png);
  right: -74px;
}
.swiper-button-next:hover {
  background-image: url(../images/arrow5.png);
}

        .menu{float:left; padding:15px 0 0 20px;position: relative;height: 80px;}
        .menu span {display:inline-block;height:33px;font-size:24px;color: #4c2000;line-height:33px;overflow: hidden;border-bottom:1px solid #452000;}
        .menu span strong{padding-right:14px;}
        .menu em {font: 15px arial;color: #4c2000;display: block;line-height: 23px;height: 23px;text-transform: uppercase;letter-spacing: 22px;word-spacing:2px;}

.text-center {
    text-align: center;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        /*! width:750px; */
    }
}

@media (min-width:992px) {
    .container {
        /*! width:970px */
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

@media (min-width:1600px) {
    .container {
        width: 1200px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}



.Hardware .container2{
    margin-right: auto;
    margin-left: auto;
    padding: 0px 15px!important;
	width:100%;
}

.Hardware1{background: url(../images/al_bj.jpg) no-repeat center top;height: 730px;padding-top:90px;box-sizing: border-box;}
.Hardware1 .text1{font-size: 60px;font-weight:bold;color:#fff;}
.Hardware1 h3{display: block;font-size: 24px;color: #333333;line-height: 35px;margin: 0px auto 40px auto;}
.Hardware1 .text2{font-size:36px;color: #4c2000;font-weight: bold;height1: 60px;line-height: 50px;}
.Hardware1{
	padding: 80px 15px!important;
	width: 100%;
	width: 100%;
	float: left;
	padding: 5% 0;
	position: relative;
	overflow: hidden;
}
.Hardware1 .container2{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
 
.btn_default { outline: none; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; color: #fff; overflow: hidden; }
.btn_default:active { border-color: #17954c; color: #17954c; }
.btn_default:hover { background: #FFC107; }
.btn_default:before {  font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; position: relative; content: ">"; position: absolute; left: 130%; top: 50%; margin-top: -8px; height: 100%; font-size: 125%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
.btn_default:hover:before { left: 80%; }
.btn_default:active:before { color: #FFF; }
.btn_view_more {overflow: hidden;display: block;width: 130px;height: 42px;line-height: 42px;border-radius: 30px;-webkit-border-radius: 30px;-ms-border-radius: 30px;-moz-border-radius: 30px;border: 1px #ffc000  solid;font-size: 14px;text-align: center;background-color: #ffc000;color: #452000;margin: 30px auto 30px auto;}
.btn_read_more:hover { color: #FFF; background-color: #0080ff; }
.btn_view_more i {  padding-left: 4px; }


.clodmeeting h1, .training h1, .Hardware h1 {font-size: 60px;font-weight: bold;line-height: 1.8;color: #36475a;-webkit-transition: all 1s .1s;transition: all 1s .1s;-webkit-transform: translate3d(0, 30px, 0);transform: translate3d(0, 30px, 0);opacity: 0;}
.clodmeeting h3, .training h3, .Hardware h3 {font-size: 18px;margin-bottom: 20px;color: #6e798b;line-height: 30px;-webkit-transition: all 1s .3s;transition: all 1s .3s;-webkit-transform: translate3d(0, 30px, 0);transform: translate3d(0, 30px, 0);opacity: 0;}
.clodmeeting.animated h1, .training.animated h1, .Hardware.animated h1 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.clodmeeting.animated h3, .training.animated h3, .Hardware.animated h3 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.clodmeeting .btn_view_more, .training .btn_view_more, .Hardware .btn_view_more { -webkit-transition: all 1s .3s; transition: all 1s .3s; -webkit-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0); opacity: 0; }
.clodmeeting.animated .btn_view_more, .training.animated .btn_view_more, .Hardware.animated .btn_view_more { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }
.clodmeeting, .training, .Hardware {width: 100%;padding-top: 35px;padding-bottom: 80px;}
.clodmeeting h3, .training h3, .Hardware h3 {margin: 30px auto 40px auto;}
.clodmeeting { width: 100%; }
.training { width: 100%; /*! background: url(../images/bg2.jpg) no-repeat top center; */ background-color: #F5F5F5 }
.training .training_img { width: 98%; }
.Hardware {width: 100%; /*! background: url(../images/index.yingjian.jpg) no-repeat top center; */background-size: cover;max-width: 1200px;margin: 0px auto;}
.cloudmeeting_banner_bg { height: 800px; background-color: #161616; color: #FFF; overflow: hidden; background: #161616 url(../images/bg.jpg) no-repeat center center }
/*----------é¦–é¡µå›¾ç‰‡åŠ¨ç”»----------*/
.clodmeeting img, .training img, .Hardware img { -webkit-transition: all 1s .6s; transition: all 1s .6s; opacity: 0; -webkit-transform: translate3d(0, 100px, 0); transform: translate3d(0, 100px, 0) }
.clodmeeting.animated img, .training.animated img, .Hardware.animated img { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }




.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}



.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
    *zoom: 1;
}





.section {
    min-height: 900px;
    max-width: 2560px;
    margin: 0 auto;
    overflow: hidden;
}


/*----------产品中心特点----------*/  
.fscp_w {}
.fscp_w .cp_desc img{color: transparent;border-radius: 10px;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;}
.fscp_w .cp_desc img:hover{transform:scale(1.03); -webkit-transform:scale(1.03); -moz-transform:scale(1.03); -o-transform:scale(1.03);-ms-transform:scale(1.03);}
/*楼层标题动画*/
.fscp_w .title_w { width: 100%; margin: 50px auto 50px auto; text-align: center; }
.fscp_w .title_w h1 { display: block; display: inline-block; width: auto; margin: 0 10px; height: 38px; line-height: 42px; font-size: 32px; font-family: "PingFang SC", Microsoft YaHei, Helvetica, Arial, sans-serif; }
.fscp_w .title_w .left_line, .fscp_w .title_w .right_line { display: block; display: inline-block; text-align: center; width: 40px; height: 2px; margin-bottom: 10px; background-color: #FFF }
.fscp_w .title_w .en_text { font-size: 20px; padding-left: 10px; font-family: "PingFang SC", Helvetica, arial, sans-serif; ; color: #cacfe9; text-transform: uppercase; text-align: center; letter-spacing: 8px; }

@media screen and (max-width:990px) {
.fscp_w { padding: 0px 0 0px 0; }
/*移动端楼层标题*/
.fscp_w .title_w { width: 100%; margin: 50px auto 20px auto; text-align: center; }
.fscp_w .title_w h1 { font-size: 28px; }
.fscp_w .title_w .left_line, .edu_p_w .title_w .right_line { display: block; display: inline-block; width: 20px; height: 1px; margin-bottom: 10px; background-color: #cacfe9; }
.fscp_w .title_w .en_text { margin: 0 auto; }
}
/*--（概述）--*/ 
.fscp_w .category_teleconference_w {color1: #FFF;padding: 0 0 0 0;background1: #009238;text-align: center;padding-bottom: 50px;padding-top: 50px;}
.fscp_w .category_teleconference_w .cp_text p {color1: #FFF;text-align: left;}
.fscp_w .category_teleconference_w .pull-left {margin-top: 10%;text-align: left;}
.fscp_w .category_teleconference_w .pull-right {margin-top: 10%;margin-right1: -200px;}

@media (min-width: 1200px) {
.fscp_w .category_teleconference_w .pull-right img { max-width: none; }
}

@media (min-width: 992px) and (max-width: 1600px) {
.fscp_w .category_teleconference_w .pull-right {margin-top: 10%;margin-right1: -100px;}
.fscp_w .category_teleconference_w .pull-right img { max-width: 100%; }
}
@media (max-width: 1366px) {
.fscp_w .category_teleconference_w .pull-left {  margin-top: 15%; }
.fscp_w .category_teleconference_w .pull-right {margin-top: 15%;}
}
@media (max-width:1200px) {
.fscp_w .category_teleconference_w .pull-left {width: 100%;margin-top: 0%;text-align: center;}
.fscp_w .category_teleconference_w .pull-right {width: 100%;margin-top: 5%;margin-right: 0px;margin-bottom: 0%;}
}
.fscp_w .category_teleconference_w .scene_list_w {overflow: hidden;max-width1: 800px;margin: 30px 0px 50px -15px;}
.fscp_w .category_teleconference_w .scene_list_w li {float: left;width: 45%;margin: 8px 15px;text-align: center;border-radius: 15px;border1: 1px solid #fff;}
.fscp_w .category_teleconference_w .scene_list_w li img {max-width1: 60px;}
.fscp_w .category_teleconference_w .scene_list_w h6 {font-size: 24px;line-height: 30px;padding-top: 8px;padding-bottom: 8px;}


@media (max-width:1200px) {
.fscp_w .category_teleconference_w .scene_list_w {overflow: hidden;max-width1: 620px;margin: 50px auto 50px auto;}
.fscp_w .category_teleconference_w .scene_list_w li {float: left;width: 41%;padding: 8px 2px;text-align: center;}
}

.whitefont{color:#fff;}

.pull-left {
    float: left!important;
}
.pull-right {
    float: right!important;
}






.pro_w{width: 100%;height1: 243px;}
.pro_w h4 a {display:block;height: 66px;line-height: 66px;font-size:46px;color1: #fff;font-weight: normal;text-align: left;}
.pro_w h4 span {color: #ffc800;font-weight: bold;}
.pro_w p {font-size:20px;color1: #fff;line-height: 36px;padding-top1: 20px;}




.ns_bj .news .ns_tt a{font-size: 60px;font-weight:bold;line-height: 60px;}


.ns_bj{background1: url(../images/ns_bj.jpg) no-repeat center bottom;height1: 917px;border-bottom: 1px solid #e6e6e6;padding-bottom: 50px;}
.ns_tt{text-align: center;margin-bottom: 30px;}
.ns_bj .tit{height: 68px;line-height: 68px;border-bottom:1px dashed #c9c9c9;}
.ns_bj .tit span a {font-size:32px;color: #1a1a1a;}
.ns_bj .tit em a {float:right;font:20px arial;color: #808080;line-height: 68px;text-transform: uppercase;}
.dongt{float:left;width: 47%;}
.dongt dl{padding-top:29px;height1: 414px;}
.dongt dt{font-size:0;line-height: 0}
.dongt dt img {width:520px;height: 260px;}
.dongt dd {padding-top:20px;}
.dongt dd h4 a {display: block;height: 43px;line-height: 43px;font-size:24px;color: #333333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-weight:normal;}
.dongt dd p {font-size:20px;padding-top:8px;color: #808080;line-height: 32px;}
.dongt dd p a {color: #808080;}
.dongt dd h4 a:hover{color: #178703;}
.dongt li a {display: block;padding-left:30px;background: url(../images/ns_ico1.jpg) no-repeat left center;height: 45px;line-height: 45px;font-size:22px;color: #4c4c4c;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dongt li a:hover{color: #178703;background: url(../images/ns_ico1_hv.jpg) no-repeat left center;text-decoration: underline;}

.went{float:right;width: 47%;}
.went dl{height1: 171px;padding-top:26px;border-bottom:1px solid #c9c9c9;margin-bottom:25px;}
.went dt{height: 30px;line-height: 30px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.went dt em {display: inline-block;height: 30px;width:60px;text-align: center;background: #178703;vertical-align: top;line-height: 30px;font-size:20px;color: #fff;margin-right:20px;font-style: normal;}
.went dt a {font-size:24px;color: #333333;line-height: 30px;height: 30px;display1: inline-block;vertical-align: top;}
.went dt a:hover{color: #178703}
.went dd {font-size:20px;color: #808080;line-height: 32px;padding-top:14px;}
.went dd a {font-size:20px;color: #808080;}
.went ul{height1: 270px;}
.went li a{display: block;height:45px;line-height: 45px;color: #4c4c4c;font-size:22px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;background: url(../images/ns_ico2.jpg) no-repeat right;}
.went li a:hover{color: #178703;background: url(../images/ns_ico2_hv.jpg) no-repeat right center;text-decoration: underline;}
.wt_n{font-size:0;line-height: 0}
.wt_n img {float:left;width: 400px;height: 120px;}
.wt_n span {float:left;width: 135px;height: 120px;background: #f7ca18;text-align: center;padding-top: ;font-size:26px;color: #333333;padding-top:35px;box-sizing: border-box;line-height:35px;}
.wt_n span a {font-size:26px;color: #333333;}


@media (max-width:1200px) {
.went,.dongt{width:100%;}
.pro_w h4 a{text-align: center;}
.fscp_w .category_teleconference_w .cp_text p{text-align: center;}
.dongt dt{display:none;}
.wt_n{display:none;}
}

@media (max-width:500px) {
.dongt dd,.dongt dl{padding:0px;}
.ns_bj .news .ns_tt a ,.clodmeeting h1, .training h1, .Hardware h1{font-size:40px;line-height:40px;}
.fscp_w .category_teleconference_w .scene_list_w li{width: 100%;padding:0px;margin:10px 0 10px 0;}
}





.ys h2 {overflow: hidden; display:block; margin-bottom:50px;}
.bt01{font-size: 38px;font-weight:bold;color: #ffffff;text-align: center;line-height: 40px;overflow: hidden;}
.bt01 a{ color:#222222;}
.bt01 span{color: #ffffff;display: inline-block;padding-left: 30px;}
.bt01 i{display: block; font-size: 18px; color:#777;font-weight: bold;line-height: 50px; margin-top:15px; font-style:normal; letter-spacing:1px;}
.bt01 i img{vertical-align: middle;margin: 0 15px;}
.ys_bj{position: relative;z-index: 1;background1: url(../images/ys_bj.jpg) no-repeat 0 0;background: #009238;padding-top: 4%;padding-bottom:4%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;width:100%;float:left;display: block;}
.ys{overflow: hidden;}
.ys_nav{overflow: hidden;}
.ys_nav li{float: left;margin-right: 3%;width:22.75%;overflow: hidden;font-size: 35px;color: #ffffff;position: relative;}
.ys_nav li:last-child{margin-right: 0;}
.ys_nav li p{background: url(../images/ys_ico.png) no-repeat right 40px;line-height: 50px;color: #fff;font-size: 20px;}
.ys_nav li i{display: block;padding-top: 26px; font-size: 12px; color:#cecece; text-transform: uppercase; font-family: Arial; line-height: 15px;}
.ys_nav li::before{position: absolute; content:""; width:100%; height:2px; top: 0;left: 0;background:#d5d5d5;}
.ys_nav li::after{position: absolute;content:"";width:40%;height:2px;top: 0;left: 0;background: #48bd75;}
.ys_nav .li01{background1: url(../images/01.png) no-repeat left 92px; height1:178px;}
.ys_nav .li02{background1: url(../images/02.png) no-repeat left 92px; height1:178px;}
.ys_nav .li03{background1: url(../images/03.png) no-repeat left 92px; height1:178px;}
.ys_nav .li04{background1: url(../images/04.png) no-repeat left 92px;height1: 178px;}
.ys_nav .li01:hover , .ys_nav .li01.cur{background1: url(../images/01-1.png) no-repeat left 92px; height1:178px;}
.ys_nav .li02:hover , .ys_nav .li02.cur{background1: url(../images/02-2.png) no-repeat left 92px; height1:178px;}
.ys_nav .li03:hover , .ys_nav .li03.cur{background1: url(../images/03-3.png) no-repeat left 92px; height1:178px;}
.ys_nav .li04:hover , .ys_nav .li04.cur{background1: url(../images/04-4.png) no-repeat left 92px;height1: 178px;}

.ys_c{overflow: hidden;background: #ecc635;}
.ys_c dt{float: left;width1: 75%;overflow: hidden;}
.ys_c dt img{width:100%; display:block;}
.ys_c dd{float: right;width:25%;background:#ecc635;overflow: hidden;padding: 45px 32px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.ys_c dd h3{font-size: 24px;color: #006b29;line-height: 35px;font-weight: bold;}
.ys_c dd h3 a{ color:#fff;}
.ys_c dd p{margin-top: 20px;font-size: 16px;line-height: 30px;color: #000;}
@media (max-width: 1080px){
.ys_c dt{width1: 60%;}
.ys_c dd{ width:40%;padding: 15px 10px 15px;}
}
@media (max-width: 900px){
.ys_c dt{width1: 50%;}
.ys_c dd{ width:50%;}
.ys_c dd p{ margin-top: 10px; font-size: 14px; line-height: 26px;}
}
 
@media (max-width: 680px){
.ys h2 { margin-bottom:20px;}
.bt01{ font-size: 24px; }
.bt01 i{font-size: 14px; line-height:30px; margin-top:10px;}
.ys_nav li{ float: left; margin-right: 3%; width:22.75%;overflow: hidden; font-size: 14px; color:#333333;position: relative;}
.ys_nav li p{background: url(../images/ys_ico.png) no-repeat right 32px;background-size: 15px;line-height: 45px;}
.ys_nav li i{padding-top: 15px;}
.ys_nav .li01{background: url(../images/01.png) no-repeat left 62px; background-size:45%; height:100px;}
.ys_nav .li02{background: url(../images/02.png) no-repeat left 62px; background-size:45%;height:100px;}
.ys_nav .li03{background: url(../images/03.png) no-repeat left 62px; background-size:45%; height:100px;}
.ys_nav .li04{background: url(../images/04.png) no-repeat left 62px; background-size:45%;height:100px;}
.ys_nav .li01:hover , .ys_nav .li01.cur{background: url(../images/01-1.png) no-repeat left 62px;  background-size:45%;height:100px;}
.ys_nav .li02:hover , .ys_nav .li02.cur{background: url(../images/02-2.png) no-repeat left 62px;  background-size:45%;height:100px;}
.ys_nav .li03:hover , .ys_nav .li03.cur{background: url(../images/03-3.png) no-repeat left 62px;  background-size:45%;height:100px;}
.ys_nav .li04:hover , .ys_nav .li04.cur{background: url(../images/04-4.png) no-repeat left 62px;  background-size:45%;height:100px;}
.ys_c dt{float: none; width:100%;}
.ys_c dd{float: none; width:100%;padding: 15px 10px 15px;}
.ys_c dd h3{font-size: 20px;}
}

@media (max-width: 480px){
.ys h2 { margin-bottom:20px;}
.bt01{ font-size: 17px; }
.bt01 i{    font-size: 12px;
    line-height: 20px;
    margin-top: 0px;}
		#our_project{background-position: center;background-size: cover;}
#our_project .plist .tit{
   
    color: #fff;
   
}
}	








@media screen and (max-width: 1680px) {
	.head-bot li {
		margin-right1: 10px;
	}

	.head-bot .nav li>a {
		padding1: 0 15px;
	}
}

@media screen and (max-width: 1600px) {
	.head-bot li {
		padding1: 15px 0;
	}

	.head-bot .nav li>a {
		font-size1: 14px;
		height1: 30px;
		line-height1: 30px;
		padding1: 0 10px;
		border-radius1: 15px;
	}

	.head-bot .drop-down-2 li {
		padding: 10px 10px 20px;
	}

	.head-bot .drop-down-2 .h1 {
		font-size: 14px;
	}

	.head-bot .drop-down-2 .name {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.head-bot .drop-down-3 .r-box {
		width: 300px;
	}

	.head-bot .drop-down-3 .l-box {
		width: calc(100% - 300px);
	}

	.head-bot .drop-down-3 .column {
		padding: 30px;
	}
}

@media screen and (max-width: 1440px) {
	.header .container-fluid {
		padding: 0 15px;
	}

	.head-bot .drop-down-2 li {
		min-width: auto;
		width: 14.28%;
	}

	.head-bot .drop-down-3 .column {
		width: 50%;
		padding: 20px;
	}

	.head-bot .drop-down-3 .r-box {
		padding: 30px;
	}
}

@media screen and (max-width: 1280px) {
	.heaer-top .logo {
		width1: 200px;
		margin-top1: 40px;
	}

	.heaer-top .text {
		font-size: 14px;
	}

	.heaer-top .phone .number {
		font-size: 18px;
	}

	.heaer-top .lang {
		margin-left: 30px;
	}

	.head-bot li {
		margin-right1: 5px;
	}

	.head-bot .nav li>a {
		padding1: 0 8px;
	}
}

@media screen and (max-width: 1279px){
	.head-bot .search {
		display: none;
	}
}

@media screen and (max-width: 1199px) {
	.header.on {
		top: 0;
	}

	.p-head {
		display: none;
	}

	.m-head {
		display: block;
	}
}

@media screen and (max-width: 768px) {
.header {
	position: fixed;
}
.main {margin-top:60px;}
	.m-head .wrap {
		height: 60px;
	}

	.m-head .logo img {
		height: 60px;
	}

	.head-menu .btn-menu {
		width: 30px;
	}

	.m-head .btn-menu>span {
		width: 30px;
		margin: 3px 0;
	}

	.head-menu .btn-menu.on>span {
		width: 20px;
	}

	.head-menu .btn-menu.on>span:last-child {
		margin-top: -5px;
	}

	.head-menu .drop-down {
		top: 60px;
	}
}








.ul-map{overflow:hidden;margin:69px 0 45px}
.ul-map li{float:left;width:33.33%;position:relative}
.ul-map li::after{content:" ";position:absolute;top:50%;right:0;display:block;width:1px;height:64px;background-color:#e5e5e5;-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%)}
.ul-map li:last-child::after{display:none}
.ul-map li .pic{text-align:center;overflow:hidden;margin-bottom:19px}
.ul-map li .pic img{width:47px;height:34px;display:block;margin:0 auto}
.ul-map li .txt{text-align:center}
.ul-map li .txt .tit{font-size:18px;color:#333;margin-bottom:17px;font-weight:400}
.ul-map li .txt .desc{font-size:16px;color:#777;line-height:1.68}
.ul-map li .txt .desc .p2{font-size: 16px;color1: #9b9b9b;}
