html,body {
  height: 100%;
}
body {
   font-family: 瀹嬩綋,simsun,Arial,sans-serif;
   color: #333;
   font-size: 14px;
   line-height: 1;
   min-width: 1200px;
   position: relative;
}
#rus {
   font-family: Arial,sans-serif;
}
.page-view {
    margin: auto;
	width: 1200px;
}
.imgbox img {
  display: block;
  width: 100%;
}
p {
  margin-bottom: 10px;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?-hm8619');
	src:url('../fonts/icomoon.eot?#iefix-hm8619') format('embedded-opentype'),
		url('../fonts/icomoon.woff?-hm8619') format('woff'),
		url('../fonts/icomoon.ttf?-hm8619') format('truetype'),
		url('../fonts/icomoon.svg?-hm8619#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-mail3:before {
    content: "\e705";
}
.icon-phone10:before {
    content: "\e702";
}
.icon-directions:before {
    content: "\e704";
}
.icon-dribbble2:before {
    content: "\e74d";
}
.icon-print:before {
    content: "\e661";
}

/*header*/
header {
  position: relative;
}
.top {  
  height: 80px;
  background: #fff;
}
.top-left,
.top-right {
  position: absolute;
  top: 0;
  z-index: 99;
  width: 80px;
  height: 80px;
  background: #fff;
}
.top-left {
  left: 0;
  margin-left: -80px;
  border-bottom-left-radius: 80px;
}
.top-right {
  right: 0;
  margin-right: -80px;
  border-bottom-right-radius: 80px;
}
.logo a,
.logo img {
  display: block;
  width: 100%;
}
.top-center-right {
  width: 75%;
}
.islogin {
  overflow: hidden;
  padding: 5px 0;
}
.islogin a,
.islogin span {
  float: right;
  margin-right: 5px;
}
.islogin a {
  font-size: 12px;
  color: #333;
}
.islogin .reg {
  color: #C81623;
}
.nav-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  color: #1a1a02;
}
.nav .nav-link:after {
  position: absolute;
  content: " ";
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #f60;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.nav .nav-link:hover:after {
  width: 100%;
}
.nli {
  position: relative;
}
.sub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  padding: 1em;
  width: 100px;
  text-align: left;
  background: #f1f1f1;
}
.sub.en-sub {
  width: 200px;
}
.sub a {
  font-family: Arial;
  display: block;
  font-size: 14px;
  line-height: 2;
  color: #1a1a02;
  border-bottom: 1px dashed #666;
}
.sub a:hover {
  color: #a82024;
}
.nav-lan {
  font-size: 16px;
  line-height: 2;
  color: #1a1a02;
}
.lan {
  display: inline-block;
  vertical-align: middle;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
}

/*footer*/
.footer {
  height: 100px;
  color: #fff;
  background: #1e1e1e;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  text-decoration: underline;
}
/*index.php*/
.content {
  padding: 30px 0;
}
.content-left {
  padding: 50px 10px;
  width: 580px;
  background: #f0f0f0;
}
.content-right {
  padding: 50px 20px;
  width: 560px;
  background: #f0f0f0;
}
.content-left img {
  margin-right: 15px;
  width: 300px;
}
#index_en .content-left img {
  width: 150px;
}
.content-left .title {
  color: #00aaee;
  line-height: 2;
  border-bottom: 1px solid #c3dae8;
}
.content-left .content-box {
  overflow: hidden;
  padding: 20px 0;
  height: 250px;
  box-sizing: border-box;
}
.content-left .content-txt {
  overflow: hidden;
  line-height: 1.5;
}
.prod-menu {
  background: #e9e7e7;
}
.prodbox {
  width: 360px;
}
.prodbox-en {
  width: 340px;
}
.prod-menu li {
    padding: 0 25px;
	width: 150px;
    border-bottom: 1px solid #fff;
}
.prod-menu-en li {
    padding: 0 15px;
	width: 190px;
}
.prod-menu li a {
  display: block;
  line-height: 36px;
  color: #333;
}
#rus .prod-menu li a {
  padding: 5px 0;
  line-height: 1.3;
}
.prod-menu li:hover {
  background: #f0f0f0;
}
.prodbox .swiper-slide a {
  display: block;
}
.prodbox .swiper-slide img {
  display: block;
  width: 100%;
  height: 290px;
}
.contactbox .title {
  line-height: 2;
  color: #00abee;
}
.contact-content {
  margin: 0 auto;
  width: 80%;
  font-size: 14px;
  color: #00abee;
}
.contactbox .icon {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
}
.contact-content-en > div {
  width: 30%;
  text-align: center;
}

/*company.php*/
.page-left {
  width: 300px;
}
.page-left .title {
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  background: #0091da;
}
.prod-list,
.service-list {
  margin-bottom: 15px;
  padding: 25px;
  background: #f0f0f0;
}
.prod-ul .prod-ul-li,
.service-ul .service-ul-li {
  margin-bottom: 15px;
  background: #e9e7e7;
}
.prod-ul .prod-ul-li h3 a,
.service-ul .service-ul-li h3 a {
  display: block;
  padding-left: 28px;
  line-height: 40px;
  color: #333;
}
#rus .prod-ul .prod-ul-li h3 a,
#rus .service-ul .service-ul-li h3 a {
  display: block;
  padding-left: 28px;
  line-height: 1.5;
  color: #333;
}
.prod-ul .prod-ul-li.ontype {
  background: #0091da;
}

.prod-sub {
  display: none;
  background: #fff;
}
.ontype .prod-sub {
  display: block;
}

.prod-sub a {
  display: block;
  padding-left: 28px;
  line-height: 34px;
  color: #656565;
}
.prod-sub a:hover {
  color: #d8714e;
}
.prod-sub .ondir {
  background: url(../images/this.png) no-repeat 14px center;
}
.page-right {
  width: 860px;
}
.page-right .title {
  line-height: 40px;
}
.page-right-txt {
  padding: 25px 0;
  line-height: 1.5;
}
.page-right-txt a {
  color: #333;
}
.page-right-txt a:hover {
  text-decoration: underline;
}
/*product.php*/

.page-right .title .small {
  font-size: 65%;
  color: #c30;
}
.products-list .products-list-box {
  padding: 20px 0;
}
.products-list-box ul {
  margin-right: 20px;
  width: 100%;
}
.products-list-box ul:last-child {
  margin-right: 0;
}
.products-list-box ul > h4 {
  margin-bottom: 10px;
  width: 100%;
  color: #c30;
  line-height: 2;
}
.products-list-box ul .product {
  margin-bottom: 10px;
  margin-right: 4%;
  width: 22%;
}
.products-list-box ul .product:nth-child(4n) {
  margin-right: 0;
}
.products-list .product {
  cursor: pointer;
}
.product h4,
.product h5 {
  white-space: nowrap;
}
.product h4 {
  display: inline-block;
  font-weight: bold;
  color: #2c56a5;
  line-height: 1.3;
  border-bottom: 2px solid #2c56a5;
}
.product h5 {
  font-size: 12px;
  color: #656565;
  line-height: 2;
}
.page-right .products-desc {
  line-height: 1.5;
}
.page-right .products-desc p > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
/*dynamic adddom*/

.prod_view {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  height: 100%;
  background: rgba(0,0,0,0.7);
}
.floatbox {
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -450px;
  width: 900px;
  height: 80%;
  text-align: left;
  background: #fff;
}
.float-title {
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #ddd;
}
.floatbox .prod-status {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 10px;
  padding: 0 10px;
  color: #fff;
  background: #2f80e3;
  border-radius: 100%;
}
.floatbox .top-shutdown {
  float: right;
  margin-top: 4px;
  width: 12px;
  height: 12px;
  background: url(../images/btn-close.png) no-repeat;
  background-position: 0 0 ;
}
.floatbox .top-shutdown:hover {
  background-position: 0 -12px;
}

.float-content {
  padding: 15px;
}
.float-bottom {
  overflow: hidden;
  zoom: 1;
  padding: 15px;
  line-height: 30px;
  border-top: 1px solid #ddd;
}
.floatbox .bottom-shutdown {
  float: right;
  padding: 0 10px;
  height: 30px;
  color: #fff;
  background: #000;
}
.floatbox .bottom-link {
  float: right;
  margin-right: 5px;
  padding: 0 15px;
  color: #fff;
  background: #2f80e3;
}
.btn-close {
  cursor: pointer;
}
.float-content table {
  table-layout: fixed;
}
.float-content table p {
  margin: 0;
  padding: 0 5px;
  word-wrap: break-word;
}
.float-content > table {
  display: inline-block;
  width: 90%;
  font-size: 12px;
  line-height: 20px;
}
.float-content > table td {
  border: 1px solid #00ffff;
  box-sizing: content-box;
}
.float-content table tr:nth-child(odd) {
  background: #f1f1f1;
}

.download-pdf {
  padding: 15px 0;
}
.download-pdf a {
  color: #656565;
}
.download-pdf .red {
  color: #f00;
}

/*addom end*/

/*vips*/
.page-reg {
  background: #e9e7e8;
  min-height: 100%;
}
.reg-top,
.reg-content {
  margin: 0 auto;
  width: 1000px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,0.3);
}
.reg-top {
  padding: 20px;
  font-size: 18px;
  box-sizing: border-box;
  border-bottom: 2px solid #ddd;
}
.reg-top a {
  color: #f00;
}
.reg-content {
  padding: 50px 150px;
  box-sizing: border-box;
  min-height: 750px;
}
.regline {
  margin-bottom: 20px;
}
.inputbox {
    padding: 10px 25px;
	border: 1px solid #ddd;
}
.inputbox label {
    line-height: 30px;
	width: 100px;
}
.inputbox input {
    width: 250px;
    line-height: 30px;
	color: #656565;
	border: none;
}
.inputbox .input-validate {
    padding-right: 10px;
    width: 140px;
}
.inputbox .img-validate {
  width: 100px;
  height: 30px;
}
.submit {
  width: 382px;
  height: 40px;
  color: #fff;
  background: #f00;
}
.msgs {
  padding: 10px;
  color: #f00;
  line-height: 30px;
}
.reg-pass-back a{
  color: #656565; 
}


.page-right-txt p > img,
.page-right .products-desc p > img {
   display: block;
   margin: 0 auto;
   max-width: 100%;
}

/*2019-02-21*/
.prod-ul .prod-ul-li h3 a.active,
.service-ul .service-ul-li.active h3 a {
  color: #fff;
  background: #0091da;
}
.page-nav {
  padding: 10px 0;
}
.page-link {
  padding: 0 2px;
  margin: 0 3px;
}
.page-link.current {
  color: #f00;
  text-decoration: underline;
}
.news-list li {
  border-bottom: 1px dashed #ddd;
}
.news-list a {
  line-height: 2;
}
.page-right-txt .news-list a:hover {
  text-decoration: none;
}
.news-title {
  text-align: center;
}
.news-title h2 {
  font-size: 18px;
  font-weight: bold;
}
.news-txt {
  padding: 15px 0;
}
.page-right p > img {
  display: block;
  margin: 5px auto;
  max-width: 100%;
}

.about-content p{
  display: -webkit-box;
  display: box;
  display: flex;
}
.page-right .about-content p > img {
  display: block;
  margin: 0;
  margin-right: 5%; 
  margin-bottom: 15px;
  width: 30%;
}
.page-right .about-content p > img:nth-child(3n) {
  margin-right: 0;
}
.title-contact a {
  font-size: 12px;
  color: #333;
  line-height: 1.5;
}
.title-contact a > img {
  margin-right: 10px;
}
.title-contact a h3 .icon {
  margin-right: 3px;
  vertical-align: middle;
}

#szgs_stat_icon_16751 {
  margin: 0 auto;
}


.floatbox .float-content p > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}