@font-face {
  font-family: 'raleway';
  src: url('../font/raleway.ttf') format('truetype'), url('../font/raleway.woff2') format('woff2'), url('../font/raleway.woff') format('woff');
}
@font-face {
  font-family: 'raleway-bold';
  src: url('../font/raleway-bold.ttf') format('truetype'), url('../font/raleway-bold.woff2') format('woff2'), url('../font/raleway-bold.woff') format('woff');
}
@font-face {
  font-family: 'raleway-medium';
  src: url('../font/raleway-medium.otf') format('opentype'), url('../font/raleway-medium.woff2') format('woff2'), url('../font/raleway-medium.woff') format('woff');
}
body {
  font-family: 'Microsoft YaHei' !important;
}
li {
  list-style: none;
}
body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
div,
li,
dt,
dd,
a,
img,
i,
span,
blockquote,
em {
  margin: 0;
  padding: 0;
}
i,
em {
  font-style: normal;
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
a {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
.fm_os {
  font-family: 'open sans';
  font-weight: 600;
}
.no-mr {
  margin-right: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pr {
  padding-right: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.pt30 {
  padding-top: 30px;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb50 {
  padding-bottom: 50px;
}
.indent1 {
  text-indent: 1em;
}
.indent2 {
  text-indent: 2em;
}
.indent3 {
  text-indent: 3em;
}
.indent4 {
  text-indent: 4em;
}
.indent5 {
  text-indent: 5em;
}
.center {
  text-align: center;
}
#header {
  border-bottom: 5px solid #0093dd;
}
#header .container {
  padding: 0;
}
#header .nav {
  height: 118px;
  line-height: 118px;
  background: #fff;
}
#header .nav .logo {
  display: block;
  float: left;
}
#header .nav .h-search {
  width: 20px;
  height: 20px;
  background: url(../image/ser-zoom.png) no-repeat center;
  cursor: pointer;
  margin: 49px 0 0 15px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../image/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../image/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  text-align: right;
}
#header .nav .menu-box .menu > li {
  position: relative;
  display: inline-block;
}
#header .nav .menu-box .menu > li > a {
  position: relative;
  display: block;
  padding: 0 20px;
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
#header .nav .menu-box .menu > li.active > a,
#header .nav .menu-box .menu > li:hover > a,
#header .nav .menu-box .menu > li.current > a {
  background-color: #0093dd;
  color: #fff;
}
#header .nav .menu-box .menu > li > .sub-menu {
  position: absolute;
  border-bottom-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-bottom-left-radius: 5px;
  -ms-border-bottom-left-radius: 5px;
  -o-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  -ms-border-bottom-right-radius: 5px;
  -o-border-bottom-right-radius: 5px;
  opacity: 0;
  filter: alpha(opacity=100);
  top: 130%;
  left: 0;
  width: max-content;
  min-width: 100%;
  /* width: 111px; */
  background: #0093dd;
  text-align: left;
  z-index: 99;
  display: none;
}
#header .nav .menu-box .menu > li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 15px 10px 15px 20px;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #222;
}
#header .nav .menu-box .menu > li .sub-menu.pro_sub_menu{
	width: 500px;
	padding-bottom: 15px;
}
#header .nav .menu-box .menu > li .sub-menu.pro_sub_menu>li{
	margin: 20px 0;
  padding: 0 15px;
}
#header .nav .menu-box .menu > li .sub-menu.pro_sub_menu li,
#header .nav .menu-box .menu > li .sub-menu.pro_sub_menu>li a{
	background: none!important;
}
#header .nav .menu-box .menu > li .sub-menu.pro_sub_menu>li a:hover{
	text-decoration: underline;
}
#header .nav .menu-box .menu > li .sub-menu.pro_sub_menu>li>a{
	display: block;
	font-weight: bold;
	float: left;
  padding: 0;
	/* width: 120px; */
}
#header .nav .menu-box .menu > li .sub-menu.pro_sub_menu>li ul{
	position: initial;
	display: block!important;
	float: left;
	opacity: 1;
  width: 100%;
  margin: 0 -8px;
	/* width: 420px; */
}
#header .nav .menu-box .menu > li .sub-menu.pro_sub_menu>li ul li{
	display: block;
	float: left;
	/* width: 25%; */
}
#header .nav .menu-box .menu > li .sub-menu.pro_sub_menu>li ul li a{
	padding: 15px 8px 0;
	font-size: 12px;
	    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#index_banner {
  border-bottom: 5px solid #0093dd;
}
#banner {
  position: relative;
  background: #000;
  height: 677px;
  overflow: hidden;
}
#banner .container {
  height: 100%;
}
#banner .item {
  display: none;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#banner .item .txt {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
#banner .item .txt .inner {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
}
#banner .item .txt .inner span {
  opacity: 0;
  filter: alpha(opacity=100);
  display: inline-block;
}
#banner .item .txt .inner .span1 {
  font-size: 61px;
  font-weight: bold;
  padding-bottom: 22px;
}
#banner .item .txt .inner .span2 {
  font-size: 36px;
  padding-bottom: 36px;
}
#banner .item .txt .inner .span2 i {
  font-size: 30px;
}
#banner .item .txt .inner .span3 {
  font-size: 14px;
  padding: 10px 25px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  background-color: #ee6b00;
}
#banner .item .txt .inner .span3 a {
  display: block;
  color: #fff;
}
#banner .item.active .span1 {
  animation: fadeInDown 1s 0.4s forwards;
}
#banner .item.active .span2 {
  animation: fadeInDown 1s 0.2s forwards;
}
#banner .item.active .span3 {
  animation: fadeInUp 1s 0.6s forwards;
}
#banner .arr {
  position: absolute;
  display: inline-block;
  opacity: 0;
  filter: alpha(opacity=100);
  color: #FFFFFF;
  background: rgba(220, 220, 220, 0.1);
  line-height: 80px;
  padding: 0 16px;
  top: 50%;
  margin-top: -40px;
  font-size: 34px;
  cursor: pointer;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
#banner .arr:hover {
  background: rgba(237, 108, 0, 0.7);
}
#banner .arr.arr-l {
  left: 10px;
}
#banner .arr.arr-r {
  right: 10px;
}
#banner:hover .arr {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body h2.title {
  display: block;
  font-size: 24px;
  margin: 50px 0;
  text-align: center;
}
#index-body .i-product {
  display: block;
  margin: 0 0 1%;
}
#index-body .i-product ul li {
  display: block;
  float: left;
  width: 290px;
  margin: 0 13px 0 0;
}
#index-body .i-product ul li img {
  border: 1px solid #0093dd;
  border-bottom: 0;
}
#index-body .i-product ul li .zoom-box {
  overflow: hidden;
}
#index-body .i-product ul li .zoom-box .pic-name {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 35px 0;
}
#index-body .i-product ul li .zoom-box .pic-name h5 {
  color: #fff;
  font-size: 18px;
  line-height: 2em;
  margin: 7px 0;
}
#index-body .i-product ul li .zoom-box .pic-name p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8em;
}
#index-body .i-product ul li h4 {
  display: block;
  color: #333;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  border-top: 10px solid #dedede;
}
#index-body .i-product ul li:hover .zoom-box .pic-name {
  top: 0;
}
#index-body .i-product ul li:hover h4 {
  border-top-color: #0093dd;
}
#index-body .i_partner {
  margin: 0 0 38px;
}
#index-body .i_partner .i_partner_box li {
  display: block;
  float: left;
  margin: 30px 0 0;
  width: 9.091%;
  
  overflow: hidden;
}
#index-body .i_partner .i_partner_box li img{
	max-height: 82px;
}
.download-list{}
.download-list li{
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}
.download-list li .img{
	display: block;
	float: left;
}
.download-list li h4{
	display: block;
	float: left;
	font-size: 16px;
	margin: 30px 0 0 20px;
}
.download-list li a{
	display: block;
	float: right;
  padding-right: 10px;
	/* width: 134px; */
	height: 38px;
	line-height: 38px;
	color: #fff;
	font-size: 13px;
	padding-left: 50px;
	margin: 50px 0 0;
	background: #006ce7 url(../image/down.png) no-repeat 7px center; 
}
.download-list li a:hover{
	background-color: #0093dd;
}
footer {
  padding: 50px 0;
  background-color: #0093dd;
  border-top: 10px solid #e5e5e5;
}
footer h3.tit {
  font-size: 18px;
  color: #fff;
  margin: 0 0 34px;
}
footer .fot_news {
  width: 300px;
}
footer .fot_news ul {
  display: block;
  width: 283px;
}
footer .fot_news ul li {
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px #1f9ede solid;
}
footer .fot_news ul li .new_l {
  width: 100px;
}
footer .fot_news ul li .new_r {
  width: 170px;
  color: #fff;
  font-size: 12px;
}
footer .fot_news ul li .new_r p {
  height: 60px;
  padding: 5px 0;
}
footer .fot_news a.more {
  display: block;
  color: #000;
  font-size: 12px;
}
footer .fot_news a.more:hover {
  color: #fff;
}
footer .fot_about {
  width: 310px;
  padding: 0 30px 0 0;
}
footer .fot_about p {
  color: #fff;
  height: 150px;
  overflow: hidden;
  font-size: 12px;
  margin: 0 0 67px;
  line-height: 16px;
}
footer .fot_about a.more {
  display: block;
  color: #fff;
  font-size: 12px;
}
footer .fot_about a.more:hover {
  text-decoration: underline;
}
footer .fot_product {
  width: 220px;
}
footer .fot_cont {
  width: 370px;
}

footer .fot_product ul {
  margin: 0 0 32px;
}
footer .fot_product ul li {
  position: relative;
  display: block;
  padding: 0 0 0 15px;
  margin: 0 0 24px;
}
footer .fot_product ul li a {
  display: block;
  font-size: 12px;
  color: #fff;
}
footer .fot_product ul li a:hover {
  text-decoration: underline;
}
footer .fot_product ul li:after {
  position: absolute;
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  top: 50%;
  margin: -2.5px 0 0;
  background-color: #fff;
}
footer .fot_product a.more {
  display: block;
  color: #000;
  font-size: 12px;
}
footer .fot_product a.more:hover {
  color: #fff;
}
footer .fot_cont .bdy li {
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 0 0 0 42px;
  margin: 0 0 30px;
}
footer .fot_cont .bdy li a {
  color: #fff;
}
footer .fot_cont .bdy li a:hover {
  text-decoration: underline;
}
footer .fot_cont .bdy li.li_01 {
  background: url(../image/fot_01.png) no-repeat left center;
}
footer .fot_cont .bdy li.li_02 {
  background: url(../image/fot_02.png) no-repeat left center;
}
footer .fot_cont .bdy li.li_03 {
  background: url(../image/fot_03.png) no-repeat left center;
}
footer .fot_cont .bdy li.li_04 {
  background: url(../image/fot_04.png) no-repeat left center;
}
footer .fot_cont .link {
  text-align: left;
  margin: 35px 0 0;
}
footer .fot_cont .link a {
  display: inline-block;
  margin: 0 25px 0 0;
}
footer .fot_cont .link a .img_01{
	display: block;
}
footer .fot_cont .link a .img_02{
	display: none;
}
footer .fot_cont .link a:hover .img_01{
	display: none;
}
footer .fot_cont .link a:hover .img_02{
	display: block;
}

.bottom {
  display: block;
  line-height: 50px;
  background-color: #00204a;
  text-align: center;
  color: #aaa;
  font-size: 12px;
}
.bottom a {
  color: #aaa;
}
.bottom a:hover {
  color: #fff;
}
.bottom p {
  display: inline-block;
  margin: 0 12px;
}
.inner-banner {
  display: block;
}
.inner-page {
  padding-bottom: 21px;
}
.inner-page .bread-crumbs {
  display: block;
  padding: 15px 0;
  margin: 0 0 24px;
  border-bottom: 1px solid #ccc;
}
.inner-page .bread-crumbs a,
.inner-page .bread-crumbs span {
  color: #444;
  font-size: 14px;
}
.inner-page .bread-crumbs a:hover {
  color: #d8261a;
}
/*.inner-page .sidebar {
  width: 21.5%;
}
.inner-page .sidebar .side-tit {
  position: relative;
  display: block;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 20px;
  overflow: hidden;
  padding: 16px 0px;
  border-bottom: 1px solid #f0f0f0;
}
.inner-page .sidebar .side-tit:after {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  bottom: 0px;
  width: 79px;
  height: 3px;
  background: #0093dd;
}
.inner-page .sidebar .side-top {
  display: block;
  margin: 0 0 50px;
}
.inner-page .sidebar .side-top .side-menu {
  margin: 12px 0 0;
}
.inner-page .sidebar .side-top .side-menu li a {
  position: relative;
  display: block;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  height: 45px;
  line-height: 45px;
  color: #555;
  padding: 0 0 0 25px;
  background: url(../image/side_a.png) no-repeat 3px 19px;
  border-bottom: 1px solid #f0f0f0;
}
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active {
  color: #0093dd;
}
.inner-page .sidebar .side-btm .bdy p {
  display: block;
  padding: 15px 0 15px 25px;
  font-size: 13px;
  border-bottom: 1px solid #f0f0f0;
}
.inner-page .sidebar .side-btm .bdy p a {
  color: #333;
}
.inner-page .sidebar .side-btm .bdy p a:hover {
  color: #0093dd;
}*/
.inner-page .sidebar .side-btm .bdy .p1 {
  background: url(../image/side_01.png) no-repeat left center;
}
.inner-page .sidebar .side-btm .bdy .p2 {
  background: url(../image/side_02.png) no-repeat left center;
}
.inner-page .sidebar .side-btm .bdy .p3 {
  background: url(../image/side_03.png) no-repeat left center;
}
.inner-page .sidebar .side-btm .bdy .p4 {
  background: url(../image/side_04.png) no-repeat left center;
}
.inner-page .sidebar .side-btm .bdy .p5 {
  background: url(../image/side_05.png) no-repeat left center;
}
.inner-page .sidebar {
  width: 23.5%;
  background-color: #fff;
}
.inner-page .sidebar .side-top {
  border: 1px solid #fff;
}
.inner-page .sidebar .side-top .side-tit {
  display: block;
  color: #FFFFFF;
  padding: 35px 0 15px 20px;
  background: #303030;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inner-page .sidebar .side-top .side-menu {
  padding: 8px 0;
}
.inner-page .sidebar .side-top .side-menu li a {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  overflow: hidden;
  height: 38px;
  line-height: 38px;
  text-indent: 34px;
  color: #555;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-image: url(../image/side-arr-h.png);
}
.inner-page .sidebar .side-top .side-menu li a:hover,
.inner-page .sidebar .side-top .side-menu li a.active {
  background-color: #0093dd;
  background-image: url(../image/side-arr.png);
  color: #fff;
  text-indent: 45px;
  background-position: 30px center;
}
.inner-page .sidebar .side-top .side-menu li .children {
  padding-left: 20px;
}
.inner-page .sidebar .side-contact {
  margin-top: 30px;
  border: 1px solid #fff;
}
.inner-page .sidebar .side-contact h3 {
  font-size: 18px;
  font-weight: bold;
  display: block;
  color: #FFFFFF;
  padding: 12px 0 12px 20px;
  background: #303030;
  margin-bottom: 16px;
}
.inner-page .sidebar .side-contact ul li {
  color: #333;
  margin-bottom: 15px;
  /*padding: 0 15px 0 20px;*/
}
.inner-page .sidebar .side-contact ul li a {
  color: #333;
}
.inner-page .sidebar .side-contact ul li a:hover{
	color: #0093dd;
}
.inner-page .page-right-bar {
  width: 74%;
}
.inner-page .piclist li {
  float: left;
}
.inner-page .piclist li .litit {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 10px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page .piclist li .liintro {
  font-size: 14px;
  color: #333;
  margin-top: 6px;
}
.inner-page .piclist li:hover .litit {
  color: #0093dd;
}
.about-page .about-artical img {
  width: auto;
  max-width: 100%;
}
.about-page .about-artical h3 {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.about-page .about-artical p {
  font-size: 14px;
  line-height: 2em;
  margin-top: 2.1%;
}
.product-page .sidebar .side-top .side-menu>li>a,
.prodet-page .sidebar .side-top .side-menu>li>a{
	font-weight: bold;
}
.product-page .piclist li {
  display: block;
  float: left;
  width: 32%;
  margin: 0 2% 0 0;
}
.product-page .piclist li img {
  border: 1px solid #0093dd;
  border-bottom: 0;
}
.product-page .piclist li .zoom-box {
  overflow: hidden;
}
.product-page .piclist li .zoom-box .pic-name {
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 35px 0;
}
.product-page .piclist li .zoom-box .pic-name h5 {
  color: #fff;
  font-size: 18px;
  line-height: 2em;
  margin: 7px 0;
}
.product-page .piclist li .zoom-box .pic-name p {
  color: #fff;
  font-size: 12px;
  line-height: 1.8em;
}
.product-page .piclist li h4 {
  display: block;
  color: #333;
  text-align: center;
  font-size: 18px;
  padding: 15px 0;
  border-top: 10px solid #dedede;
  height: 70px;
}
.product-page .piclist li:hover .zoom-box .pic-name {
  top: 0;
}
.product-page .piclist li:hover h4 {
  border-top-color: #0093dd;
}
.product-page .piclist li:nth-child(3n) {
  margin-right: 0;
}
.prodet-page .prodet-top .prodet-top-l {
  width: 50%;
}
.prodet-page .prodet-top .prodet-top-l ul.image-gallery {
  margin-top: 20px;
}
.prodet-page .prodet-top .prodet-top-l ul.image-gallery li {
  float: left;
  width: 15%;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #ddd;
  padding: 0;
}
.prodet-page .prodet-top .prodet-top-r {
  position: relative;
  width: 47%;
}
.prodet-page .prodet-top .prodet-top-r h1.protit {
  color: #333;
  font-size: 24px;
  font-weight: 600;
}
.prodet-page .prodet-top .prodet-top-r .prodetail {
  margin: 2% 0 6%;
  font-size: 14px;
}
.prodet-page .prodet-top .prodet-top-r .prodetail p {
  line-height: 2em;
}
.prodet-page .prodet-top .prodet-top-r a.pro-mes {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  display: block;
  color: #fff;
  width: 195px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #0093dd;
}
.prodet-page .prodet-top .prodet-top-r a.pro-mes:hover {
  background: #000;
}
.prodet-page .pro-title {
  display: block;
  width: 150px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #0093dd;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 15px;
}
.prodet-page .prodet-details {
  margin: 5% 0;
}
.prodet-page .prodet-details .prodet-information p {
  line-height: 2em;
  font-size: 14px;
}
.prodet-page .recommend-product {
  margin: 5% 0;
}
.prodet-page .recommend-product ul li {
  float: left;
  width: 23%;
  margin-left: 2.6%;
}
.prodet-page .recommend-product ul li .zoom-pic {
  border: 1px solid #ccc;
}
.prodet-page .recommend-product ul li p {
  text-align: center;
  color: #333;
  font-size: 16px;
  padding: 12px 0;
}
.prodet-page .recommend-product ul li:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.prodet-page .recommend-product ul li:hover p {
  color: #0093dd;
}
.prodet-page .recommend-product ul li:first-child {
  margin-left: 0;
}
.news-page .newslist li {
  display: block;
  padding: 0 0 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.news-page .newslist li h3 {
  font-size: 18px;
  font-weight: 600;
  color: #555;
  transition: 0.2s ease;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-page .newslist li i.new-update,
.news-page .newslist li p.new-abst {
  color: #777;
  font-size: 14px;
}
.news-page .newslist li i.new-update {
  display: block;
  margin: 10px 0;
}
.news-page .newslist li p.new-abst {
  line-height: 1.8em;
  font-size: 15px;
}
.news-page .newslist li:hover h3 {
  color: #0093dd;
}
.news .news_title h1 {
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .news_date {
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  border-bottom: 1px solid #CCC;
  padding-bottom: 5px;
}
.news .news_abst {
  border-bottom: 1px dashed #CCC;
  padding: 10px 0;
  font-size: 14px;
}
.news .news_abst p {
  display: inline-block;
}
.news .news_contents {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
  margin-top: 10px;
  border-bottom: 1px dashed #CCC;
  padding: 20px 0;
}
.news .news_contents a {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.news .news_contents p,
.news .news_contents div,
.news .news_contents span,
.news .news_contents table {
  color: #000;
  font-size: 14px;
  line-height: 24px;
  clear: both;
}
.news .news_next {
  width: 99%;
  margin-top: 0px;
  padding-left: 5px;
  border-top: 0px solid #CCC;
  text-align: left;
  padding-top: 10px;
}
.news .news_next a {
  width: 100%;
  height: 25px;
  line-height: 25px;
  color: #999;
  font-size: 15px;
  margin-left: 5px;
}
.news .news_next a:hover {
  color: #0093dd;
}
.news .newsnav {
  margin-bottom: 30px;
}
.contact-page {
  padding-top: 0;
}
.contact-page img {
  width: auto;
}
.contact-page .cn-form {
  width: 67%;
  float: left;
  padding: 25px 35px 15px;
}
.contact-page .contact-details {
  background: #fff;
  width: 30%;
  padding: 15px 30px 0;
  border: 1px solid #DDD;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
.contact-page .contact-details img{
	max-width: 150px;
}
.contact-page .contact-details h3.contact-title {
  font-weight: bold;
  font-size: 22px;
  border-bottom: 1px dashed #dcdcdc;
  margin-bottom: 0px;
  padding-bottom: 21px;
}
.contact-page .contact-details .contact-list h5 {
  margin: 18px 0px;
  font-size: 18px;
  font-weight: bold;
}
.contact-page .contact-details .contact-list p {
  font-size: 14px;
  line-height: 2em;
  margin: 0 0 7px;
}
.contact-page .contact-details .contact-list a {
  color: #4b4b4b;
 
}
.contact-page .contact-details .contact-list a:hover {
  color: #0093dd;
}
.app-page .app-list li {
  margin-bottom: 18px;
  padding: 0 10px 20px 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #e5e5e5;
}
.app-page .app-list li img {
  float: left;
  width: 31%;
}
.app-page .app-list li .fr {
  width: 66%;
}
.app-page .app-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 15px 0 21px;
}
.app-page .app-list li .fr p {
  color: #222;
  line-height: 2em;
  margin: 0 0 7px;
}
.app-page .app-list li .fr p span {
  font-weight: bold;
}
.lg-page .piclist li {
  cursor: pointer;
  margin-right: 3%;
  margin-bottom: 30px;
  width: 31.32%;
}
.lg-page .piclist li .zoom-box .pic-zoom{
	    background: rgba(0, 0, 0, 0.6) url(../image/zoom.png) no-repeat center center;
}
.lg-page .piclist li img{
	border: 1px solid #ccc;
}
.lg-page .piclist li:nth-child(3n) {
  margin-right: 0;
}
.faq-page{}
.faq-page .faq-list{}
.faq-page .faq-list dt{
	font-size: 16px;
	font-weight: bold;
	color: #009ddd;
	line-height: 2em;
}
.faq-page .faq-list dd{
	line-height: 1.8em;
	margin: 0 0 12px;
}
.case-page .case-list li {
  margin-bottom: 18px;
  padding: 10px;
  background: #F5F5F5;
}
.case-page .case-list li img {
  float: left;
  width: 30%;
}
.case-page .case-list li .fr {
  width: 65%;
}
.case-page .case-list li .fr h4 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #0093dd;
  text-transform: uppercase;
  margin: 15px 0 30px;
}
.case-page .case-list li .fr p {
  font-size: 13px;
  color: #222;
  line-height: 1.8em;
}
.cn-form {
  width: 100%;
  height: auto;
  padding: 35px 45px 25px;
  border: 1px solid #dddddd;
  background: #fff;
}
.cn-form p {
  font-size: 18px;
  padding: 10px 0;
  color: #666;
}
.cn-form .formtit {
  margin-bottom: 26px;
  font-size: 22px;
  line-height: 2em;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  background: url(../image/form-tit-bg.jpg) no-repeat center bottom;
}
.cn-form li {
  margin-bottom: 13px;
  color: #444;
}
.cn-form li label {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
.cn-form .btnTjly {
  font-size: 15px;
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  width: 100%;
  height: 38px;
  background: #0093dd;
  border: none;
  cursor: pointer;
  color: #fff;
}
.cn-form .btnTjly:hover {
  background: #000;
}
.cn-form .m-form-l {
  width: 49%;
}
.cn-form .m-form-l li .iptTxt {
  font-size: 13px;
  padding: 0 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  width: 100%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
.cn-form .m-form-l li .iptTxt:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form .m-form-l li .txtAre {
  width: 95%;
  height: 383px;
  border: 1px solid #dedede;
  outline: none;
  resize: none;
  padding: 14px;
  color: #ccc;
  line-height: 18px;
}
.cn-form .m-form-r {
  width: 49%;
}
.cn-form .m-form-r textarea {
  height: 287px;
  width: 100%;
  border: 1px solid #dedede;
  font-size: 13px;
  padding: 10px 15px;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
.cn-form .m-form-r textarea:focus {
  border-color: #e9322d;
  box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -webkit-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -moz-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -ms-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  -o-box-shadow: 0, 0, 6px, 6px, #f8b9b7 0 0 0 #000000;
  outline: 0;
  background: rgba(255, 43, 66, 0.04);
}
.cn-form div.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
  width: auto;
  background-repeat: no-repeat;
  background-position: center;
}
.cn-form .yzm img {
  width: 19.4%;
  height: 30px;
}
.cn-form .yzm input {
  font-size: 13px;
  padding: 0 15px;
  width: 75.6%;
  border: 1px solid #dedede;
  height: 30px;
  outline: none;
  background: #fff;
  color: #777;
}
::-webkit-input-placeholder {
  color: #777;
}
:-moz-placeholder {
  color: #777;
}
::-moz-placeholder {
  color: #777;
}
:-ms-input-placeholder {
  color: #777;
}
.zoom-box {
  position: relative;
}
.zoom-box .pic-zoom {
  opacity: 0;
  filter: alpha(opacity=0);
  transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  -moz-transition: 0.4s ease;
  -ms-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.zoom-box:hover .pic-zoom {
  opacity: 1;
  filter: alpha(opacity=1);
}
.zoom-pic {
  overflow: hidden;
}
.zoom-pic img {
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
.zoom-pic img:hover {
  transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.05, 1.05) skew(0, 0) rotateX(0) rotateY(0);
}
.white-zoom {
  position: relative;
}
.white-zoom:after {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  content: '';
  position: absolute;
  z-index: 2;
  width: 1px;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  top: 50%;
}
@media screen and (min-width: 768px) {
  .around-line > li {
    float: left;
    position: relative;
    cursor: pointer;
  }
  .around-line > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .around-line > li:before,
  .around-line > li:after {
    content: '';
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: absolute;
  }
  .around-line > li:before {
    top: 0;
    left: 0;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid rgba(0, 148, 217, 0.8);
    border-left: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:after {
    right: 0;
    bottom: 0;
    top: 100%;
    left: 100%;
    border-bottom: 1px solid rgba(0, 148, 217, 0.8);
    border-right: 1px solid rgba(0, 148, 217, 0.8);
  }
  .around-line > li:hover:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li:hover:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:before {
    bottom: 0;
    right: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .around-line > li.active:after {
    top: 0;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
.m-page {
  font-family: 'arial';
  text-align: center;
  line-height: 22px;
  font-size: 0;
  margin: 23px 0;
  letter-spacing: -0.307em;
  word-wrap: normal;
  white-space: nowrap;
  color: #138bdf;
}
.m-page a,
.m-page span {
  display: inline-block;
  vertical-align: top;
  padding: 2px 10px;
  margin-left: -1px;
  border: 1px solid #ddd;
  font-size: 14px;
  letter-spacing: normal;
  text-shadow: 0 1px #fff;
  background: #fff;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -ms-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
.m-page a {
  text-decoration: none;
  color: #000;
}
.m-page a:first-child {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.m-page a:last-child {
  margin-right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.m-page a:hover {
  color: #fff;
  background: #0093dd;
}
.m-page a:active {
  background: #0093dd;
}
.m-page span.current,
.m-page span.current:hover,
.m-page span.current:active {
  cursor: default;
  color: #fff;
  background: #0093dd;
}
@media screen and (max-width: 1230px) {
  body {
    zoom: .75;
  }
  #header .nav .menu-box .menu > li > a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 970px) {
  body {
    zoom: 1;
  }
  .container {
    width: 100%;
  }
  #header .nav {
    height: auto;
    line-height: inherit;
  }
  #header .nav .logo {
    margin: 2% 0 3% 3%;
  }
  #header .nav .h-search {
    margin: 4% 3% 0 0;
  }
  #header .nav .menu-box {
    width: 100%;
    text-align: center;
    margin: 0 0 1%;
  }
  #header .nav .menu-box .menu > li {
    width: 12.5%;
  }
  #header .nav .menu-box .menu > li > a {
    display: block;
    padding: 0;
  }
  #index-body h2.title {
    margin: 5% 0;
  }
  #index-body .i-product ul li {
    width: 24.4%;
    margin: 0 0.8% 0 0;
  }
  #index-body .i-product ul li .zoom-box .pic-name {
    padding: 5% 3.5% 0;
  }
  #index-body .i_partner {
    margin: 0 0 3%;
  }
  #index-body .i_partner .i_partner_box li {
    margin: 3% 0 0;
    width: 11.11%;
  }
  footer {
    padding: 5% 0;
  }
  footer h3.tit {
    margin: 0 0 3%;
  }
  footer .fot_news {
    width: 100%;
  }
  footer .fot_news ul {
    width: 100%;
  }
  footer .fot_news ul li {
    margin-bottom: 3.3%;
    padding-bottom: 3.3%;
  }
  footer .fot_news ul li .new_l {
    width: 10%;
  }
  footer .fot_news ul li .new_r {
    width: 88%;
  }
  footer .fot_news ul li .new_r p {
    height: auto;
  }
  footer .fot_about {
    width: 100%;
    padding: 3% 0;
  }
  footer .fot_about p {
    height: auto;
    margin: 0 0 3.2%;
    line-height: 1.8em;
  }
  footer .fot_product {
    width: 100%;
  }
  footer .fot_product ul {
    margin: 0 0 3.2%;
  }
  footer .fot_cont {
    margin: 3% 0;
    width: 100%;
  }
  .inner-page {
    padding-bottom: 2.1%;
  }
  .inner-page .sidebar {
    width: 100%;
  }
  .inner-page .sidebar .side-tit {
    font-size: 16px;
  }
  .inner-page .sidebar .side-top {
    display: block;
    margin: 5% 0;
  }
  .inner-page .sidebar .side-top .side-menu {
    margin: 1.2% 0 0;
  }
  .inner-page .sidebar .side-top .side-menu li a {
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    background: url(../image/side_a.png) no-repeat 3px center;
  }
  .inner-page .sidebar .side-btm {
    display: none;
  }
  .inner-page .page-right-bar {
    width: 100%;
  }
  .product-page .piclist li .zoom-box .pic-name {
    padding: 5% 3.5% 0;
  }
}
@media screen and (max-width: 770px) {
  body {
    zoom: 1;
  }
  .container {
    width: 100%;
  }
  #header .navbar-header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
  }
  #header .navbar-header .navbar-toggle {
    display: block;
  }
  #header .nav {
    height: auto;
    line-height: inherit;
  }
  #header .nav .logo {
    margin: 2% 0;
    width: 100%;
  }
  #header .nav .logo img {
    display: block;
    margin: 0 auto;
    width: auto;
    max-width: 100%;
  }
  #header .nav .h-search {
    display: none;
  }
  #header .nav .menu-box {
    position: fixed;
    display: block;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
    z-index: 99999;
    background-color: #0093dd;
  }
  #header .nav .menu-box .menu > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
  }
  #header .nav .menu-box .menu > li > a {
    display: block;
    color: #fff;
    padding: 1% 0;
  }
  #header .nav .menu-box .menu > li .sub-menu {
    display: none!important;
  }
  #header .nav .menu-box .menu_mob_box {
    margin: 10% 0;
  }
  #header .nav .menu-box #mob_close {
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    width: 32px;
    height: 36px;
    cursor: pointer;
    z-index: 10;
    background: url(../image/side-pro-close.png) no-repeat center;
  }
  #index-body .i-product ul li {
    width: 49.5%;
    margin: 0 1% 0 0;
  }
  #index-body .i-product ul li .zoom-box .pic-name {
    padding: 2% 3.5% 0;
  }
  #index-body .i-product ul li:nth-child(even) {
    margin-right: 0;
  }
  #index-body .i_partner .i_partner_box li {
    margin: 3% 0 0;
    width: 33.33%;
  }
  footer .fot_news ul li .new_l {
    display: none;
  }
  footer .fot_news ul li .new_r {
    width: 100%;
  }
  footer .fot_product {
    display: none;
  }
  .bottom {
    line-height: inherit;
    padding: 2% 0;
  }
  .about-page .about-artical h3 {
    line-height: 2em;
  }
  .about-page .about-artical p {
    font-size: 12px;
  }
  .product-page .piclist li {
    width: 49.5%;
    margin: 0 1% 0 0;
  }
  .product-page .piclist li .zoom-box .pic-name {
    padding: 2% 3.5% 0;
  }
  .product-page .piclist li:nth-child(3n) {
    margin-right: 1%;
  }
  .product-page .piclist li:nth-child(even) {
    margin-right: 0;
  }
  .prodet-page .prodet-top .prodet-top-l {
    width: 100%;
  }
  .prodet-page .prodet-top .prodet-top-l ul.image-gallery {
    margin-top: 2%;
  }
  .prodet-page .prodet-top .prodet-top-r {
    width: 100%;
  }
  .prodet-page .prodet-top .prodet-top-r h1.protit {
    font-size: 18px;
    margin: 3% 0;
  }
  .prodet-page .prodet-top .prodet-top-r .prodetail {
    font-size: 13px;
    line-height: 2em;
  }
  .prodet-page .pro-title {
    width: 100%;
  }
  .prodet-page .recommend-product ul li {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  .prodet-page .recommend-product ul li p {
    font-size: 14px;
  }
  .prodet-page .recommend-product ul li:nth-child(odd) {
    margin-left: 0;
  }
  .news-page .newslist li h3 {
    font-size: 16px;
  }
  .news-page .newslist li i.new-update {
    font-size: 12px;
  }
  .news-page .newslist li p.new-abst {
    font-size: 13px;
  }
  .news .news_title h1 {
    font-size: 16px;
    font-weight: inherit;
  }
  .news .news_abst {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news .news_contents {
    font-size: 12px;
    padding: 0;
  }
  .news .news_contents a {
    font-size: 12px;
  }
  .news .news_contents p,
  .news .news_contents div,
  .news .news_contents span,
  .news .news_contents table {
    font-size: 12px;
  }
  .news .news_next a {
    font-size: 12px;
  }
  .news .newsnav {
    margin-bottom: 3%;
  }
  .contact-page .cn-form {
    width: 100%;
    padding: 2% 3%;
  }
  .contact-page .map {
    display: none;
  }
  .contact-page .contact-details {
    width: 100%;
    padding: 3%;
    height: auto;
    border: 0;
  }
  .contact-page .contact-details h3.contact-title {
    margin-bottom: 2%;
    padding-bottom: 3%;
  }
  .contact-page .contact-details .contact-list {
    margin: 3% 0 0;
  }
  .contact-page .contact-details .contact-list h5 {
    margin: 3.5% 0;
  }
  .lg-page .piclist li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .lg-page .piclist li:nth-child(3n) {
    margin-right: 2%;
  }
  .lg-page .piclist li:nth-child(even) {
    margin-right: 0;
  }
  .cn-form {
    width: 100%;
    padding: 2% 3%;
  }
  .cn-form .formtit {
    padding: 2% 0;
  }
  .cn-form .m-form-l {
    width: 100%;
  }
  .cn-form .m-form-r {
    width: 100%;
  }
  .cn-form .m-form-r textarea {
    height: 123px;
  }
}
@media screen and (max-width: 450px) {
  #header .nav .logo {
    zoom: 0.5;
  }
}
.pp_gallery ul a img{
	width: 50px;
}

.d-none {
  display: none !important;
}
.d-block {
  display: block !important;
}