﻿@charset "utf-8";
/* CSS Document */
body {margin:0px; padding:0px; color:#383635; font: 0.75em/150% poppinsregular,Arial, Helvetica, sans-serif;-webkit-font-smoothing: antialiased;-webkit-text-size-adjust:none; font-style:normal;}
@font-face {
    font-family: 'poppinsregular';
    src: url('../fonts/poppins-regular-webfont.eot');
    src: url('../fonts/poppins-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
         url('../fonts/poppins-regular-webfont.woff') format('woff'),
         url('../fonts/poppins-regular-webfont.ttf') format('truetype'),
         url('../fonts/poppins-regular-webfont.svg#poppinsregular') format('svg'); font-display:optional;}
@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/RobotoBold.eot');
    src: url('../fonts/RobotoBold.eot') format('embedded-opentype'),
         url('../fonts/RobotoBold.woff2') format('woff2'),
         url('../fonts/RobotoBold.woff') format('woff'),
         url('../fonts/RobotoBold.ttf') format('truetype'),
         url('../fonts/RobotoBold.svg#RobotoBold') format('svg'); font-display:optional;
}

ul, ol, li, p, form, fieldset, table, td, img, div, dl, dt, dd, tr ,span,a ,input,select{margin:0px;padding:0px; font-family:poppinsregular,Arial, Helvetica, sans-serif;-webkit-font-smoothing: antialiased;}
h1,h2,h3,h4,h5,h6 {margin:0px;padding:0px; font-family:poppinsregular,Arial, Helvetica, sans-serif;-webkit-font-smoothing: antialiased;}
input,select ,textarea{ font-family: poppinsregular,Arial, sans-serif; outline:none;-webkit-font-smoothing:none;-webkit-font-smoothing: antialiased;}
ul,li { list-style:none;}
a { text-decoration:none; color:#383635;-webkit-text-size-adjust:none;-webkit-font-smoothing: antialiased;}
a,area{blr:expression(this.onFocus=this.blur());}/*For IE*/
:focus{-moz-outline-style:none;}/*For Firefox*/
a:hover {color:#343434; text-decoration:underline;}

img, object {-ms-interpolation-mode: bicubic; border:none;height: auto; width: auto; max-width:100%; }
.pad {padding-top:12px;}
.overf {overflow:hidden;}
.wrap {	max-width:1200px; padding:0px;margin:0px auto;}
.fl {float:left;}
.fr {float:right;}
.clear { clear:both; font-size:0px;}

.ortop {padding-top:15px; padding-bottom:10px;background:#fff; width:100%;}
#orlogo {text-align:left; width:26%;}
#orlogo img { max-height:70px;}
.ortdh { background:#162125; padding:10px 0; width:100%;}
#ortdhl { overflow:hidden;}
#ortdhl ul {}
#ortdhl ul li { float:left; margin-right:2em; font-size:1.15em; color:#ccc;}
#ortdhl ul li span { display:inline-block; height:18px; width:18px; padding:5px; vertical-align:middle; margin-right:5px; border-radius:50%;}
#ortdhl ul li.ema {background:url(../images/fenduni_06.png) left center no-repeat;}
#ortdhl ul li.tel {background:url(../images/fenduni_03.png) left top no-repeat;}
#ortdhl ul li a ,#ortdhl ul li b { color:#ccc;display:inline-block; vertical-align:middle;}
#ortdhr { }
#ortdhr a,#grtdhr span { display:inline-block; margin-left:10px; line-height:0; padding:4px 0; vertical-align:middle;}
#ortlang { margin-left:1.5em; padding-left:1.5em; border-left:solid 1px #888; margin-top:4px;}
#ortlang a,#ortlang img { display:inline-block; vertical-align:middle;}
#ortlang a { color:#fff;}
#ortlang a:hover { text-decoration:none;}
#grtsear { background:#f8f8f8;padding:0; margin-left:1em; width:20%; padding:0 1%;-webkit-border-radius: 22px; -moz-border-radius:22px; border-radius: 22px;}
.tsinput {width:84%; height:39px; line-height:39px; padding:0px; text-indent:5px;outline:none; border:none;float:left; background:none; vertical-align:middle;}
.tsbtn { background:url(../images/fenduni_38.png) center center no-repeat; width:15%;border-top-right-radius:5px;border-bottom-right-radius:5px; height:39px;border:none;float:right; vertical-align:middle; cursor:pointer;}
.ordh { background:#f4f6f7; /*border-top:solid 1px #e3e3e3;border-bottom:solid 1px #e3e3e3;*/ width:100%;}
#genmenu {position:relative;font-size:1.25em;/* font-weight:bold; */text-transform:uppercase; margin-top:10px;}
.mcfix {
    position: fixed; display:block;
    top: 0; background:#fff;
    padding:5px 0;
    width: 100%;
    margin: 0 auto;
    z-index: 9999;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,0.25)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,0.25)!important;
    box-shadow: 0 0 7px rgba(0,0,0,0.25)!important;
}
@charset "utf-8";
#genmenu,
#genmenu ul,
#genmenu ul li,
#genmenu ul li a,
#genmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#genmenu:after,
#genmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#genmenu #menu-button {
  display: none;
}
#genmenu {
  width: auto;
  line-height: 1; margin-top:15px;
}
#menu-line {
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #009ae1;
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
#genmenu > ul > li {
  float: left;
}
#genmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#genmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#genmenu.align-center ul ul {
  text-align: left;
}
#genmenu.align-right > ul > li {
  float: right;
}
#genmenu.align-right ul ul {
  text-align: right;
}
#genmenu > ul > li > a {
padding:0 1em; line-height:45px;
	text-decoration:none;
	display:block; 	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear; background:#fff; border-radius:3px;
}
#genmenu > ul > li > a.req {background: linear-gradient(180deg,#f3192b,#e31c2d); padding:0 10px; color:#fff;border-radius:3px;}
#genmenu > ul > li:hover > a,
#genmenu > ul > li.active > a {
color:#fff; background:#f3a42c;
}

#genmenu > ul > li:hover > a.req {background: linear-gradient(180deg,#f0182b,#e31c2d); padding:0 10px; color:#fff;}
#genmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#genmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 19px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#genmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#genmenu ul ul {
  position: absolute;
  left: -9999px; width:225px; z-index:999; padding:5px 0;
}
#genmenu li:hover > ul {
  left: 0;background-color: rgba(255,255,255,0.9);
}
#genmenu.align-right li:hover > ul {
  right: 0;
}
#genmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#genmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#genmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#genmenu ul li:hover > ul > li {
  height: 32px;
}
#genmenu ul ul li a {
  padding: 10px; 
  font-size: 14px;
  /*background: #333333;*/
  text-decoration: none;
  color: #444;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#genmenu ul ul li:hover > a,
#genmenu ul ul li a:hover {
  color: #f3a42c;
}
#genmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#genmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#genmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media screen and (max-width: 1280px) {
	#genmenu > ul > li > a { padding:0 12px;}
	}
@media screen and (max-width: 1024px) {
	#genmenu > ul > li > a { padding:0 8px;}
	}
	
@media screen and (max-width: 860px) {
	#genmenu > ul > li > a {font-size:0.85em; font-weight:normal;}
	}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #genmenu {
    width: 100%; margin-top:5px;
  }
  #genmenu ul {
    width: 100%;
    display: none; position:absolute; background:#666; z-index:9999;
  }
  #genmenu > ul > li > a { padding:5px 8px; text-align:center; line-height:20px; border:none; background:none;}
  #genmenu.align-center > ul,
  #genmenu.align-right ul ul {
    text-align: left;
  }
  #genmenu ul li,
  #genmenu ul ul li,
  #genmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #genmenu ul li a,
  #genmenu ul ul li a {
    width: 100%; margin:0; color:#fff;
  }
  #genmenu li:hover > ul { left:0; background:#777;}
  #genmenu > ul > li,
  #genmenu.align-center > ul > li,
  #genmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #genmenu ul ul li a {
    padding: 10px 20px 10px 20px;
    font-size: 14px;
    color: #ddd;
    background: none;
  }
  #genmenu ul ul li:hover > a,
  #genmenu ul ul li a:hover {
    color: #000000;
  }
  #genmenu ul ul ul li a {
    padding-left: 40px;
  }
  #genmenu ul ul,
  #genmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #genmenu > ul > li.has-sub > a::after,
  #genmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #genmenu #menu-button {
    display: block; background:#ddd;
    padding: 10px;
    color: #333;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
  }
  #genmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 15px;
    height: 2px;
    background: #faa00d;
  }
  #genmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #faa00d;
    border-bottom: 2px solid #faa00d;
  }
  #genmenu .submenu-button {
    position: absolute;
    z-index: 10; cursor:pointer;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  #genmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 10px;
    left: 15px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #genmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 15px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #genmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
.grbanner { }
.flexslider{position:relative;width:100%;max-height:640px;overflow:hidden;zoom:1;}
.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;transition:all 1s ease;}
.flexslider .slides{zoom:1;}
.flexslider .slides li { text-align:center; line-height:0;}
/*.flexslider .slides li div { position:absolute;opacity:0.3;filter:alpha(opacity=30); background:#000; color:#fff; top:15%; right:10%; width:25%; padding:5%;}
.flexslider .slides li div a { color:#fff;}*/
.flex-direction-nav a{width:30px;height:45px;line-height:99em;overflow:hidden;margin:-30px 0 0;display:block;background:url(../images/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -45px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-prev{opacity:0.8;filter:alpha(opacity=25);}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover{opacity:1;filter:alpha(opacity=50);}
.flex-control-nav{width:100%;position:absolute;bottom:70px;text-align:center; z-index:999; padding-top:10px;}
.flex-control-nav li{margin:0 1px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{display:block;height:8px;overflow:hidden;text-indent:-99em;width:40px; background:#fff;margin-right:5px; cursor:pointer;-webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px;}
.flex-control-paging li a.flex-active{ background:#ffac2e}

.orwhybg {background:#f4f6f7; width:100%; padding:3em 0;}
.orwhybg h4 { font-size:2.25em; line-height:2em; text-transform:uppercase; text-align:center;}
#orwhy { position:relative; margin-top:-60px; z-index:99;}
.orwhybox {}
.orwhybox .orwhyitem {display:inline-block; vertical-align:top;*display:inline;*zoom:1;margin-top:1.5em; margin-bottom:1.5em; padding:25px 1.5%; width:19.75%; margin-right:2.5%; text-align:center; background:#252c32; borer-radius:5px;-webkit-box-shadow: 0 15px 15px 5px rgba(0,0,0,0.1);box-shadow: 0 15px 15px 5px rgba(0,0,0,0.1);}
.orwhybox .orwhyitem:last-child { margin-right:0;}
.orinwhypic { display:block;}
.orinwhypic img { max-width:75px; height:auto;}
.orwhyitem h5 { font-size:1.5em; line-height:1.75em; margin-top:10px; margin-bottom:10px; color:#fff;}
.orwhyitem .orinwhytext { font-size:1.15em; line-height:1.75em; color:#ccc; min-height:120px;}
.psinabmore { display:block; font-size:1.05em; text-transform:uppercase; margin-top:18px;}
.psinabmore a { display:inline-block; -webkit-border-radius:3px; -moz-border-radius: 3px; border-radius: 3px;background:#0070cc; border:solid 1px #0070cc; color:#fff; line-height:2em; padding:5px 20px;-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;}
	.psinabmore a:hover {background:none; text-decoration:none; color:#0070cc; border:solid 1px #0070cc;}

#orinproduct { padding:4em 0 3em 0;}
#orinproduct h4 { font-size:2.25em; line-height:2em; text-transform:uppercase; text-align:center;}
.orinprotext { font-size:1.15em; line-height:1.75em; text-align:center; color:#777; padding:0px 10%;}
.orinprodlist {  width:98%; max-width:1920px; margin:0 auto;margin-top:20px;}
.orinprodlist ul li {display:inline-block; vertical-align:top;*display:inline;*zoom:1; background:#fff; width:22.75%; margin:1.5em 1%;text-align: center;-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.15);box-shadow: 0 0 8px 0 rgba(0,0,0,.15);-webkit-transition: all .25s;
-o-transition: all .25s;
transition: all .25s;}
.orinprodlist ul li:hover {-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.15);box-shadow: 0 0 15px 0 rgba(0,0,0,.15);}
.orinprodlist ul li img { }
.orinprodlist ul li span { display:block;}
.orinprodlist ul li span.cptit { font-size:1.5em; font-weight:bold; line-height:1.5em; padding:10px 0; margin:5px 0;}
.orinprodlist ul li span a { }
.orinprodlist ul li span a:hover { text-decoration:none;}
.orinprodlist ul li.orplast { margin-right:0;}
.orinplmore { display:block; font-size:1.15em; text-transform:uppercase; font-weight:bold; margin-top:25px; text-align:center;}
.orinplmore a { display:inline-block; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius: 3px;background:#252c32; color:#fff; line-height:2em; padding:10px 35px;-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;}
.orinplmore a:hover {background:#f3a42c; text-decoration:none; color:#fff;}

.innabg {background-image: url("../images/inabbg1.jpg");background-attachment: fixed;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;padding:4em 0; margin:3em auto;}
#orinabbox {padding:10px 0;}
#orinabpic { width:39%; position:relative;}
#orinabwz { width:56%; color:#fff; padding-top:20px;}
#orinabwz h4 {font-size:2.25em; line-height:2em; text-transform:uppercase;text-align:left;}
#orinabwz h4 span { display:block; width:80px;border-bottom:solid 2px #faa00d; margin-top:5px;}
.orinabtext { font-size:1.15em; line-height:2em; padding:5px 0; text-align:left; padding-right:30px;}
.orinabmore { display:block; font-size:1.15em; text-transform:uppercase; font-weight:bold; margin-top:15px;}
.orinabmore a { display:inline-block; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius: 3px;background:#252c32; color:#fff; line-height:2em; padding:8px 25px;-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;}
.orinabmore a:hover {background:#ffac2e; text-decoration:none; color:#fff; }


#mcinprod { margin-bottom:4em; margin-top:4em;}
#mcinprod h4 { font-size:2em; line-height:1.5em; text-transform:uppercase; text-align:center;}
.mcinprotext { font-size:1.05em; line-height:1.75em; padding:5px 10%; text-align:center; color:#777;}
.mcinprodbox { }
.mcinprodbox .mcinprodlist {display:inline-block; vertical-align:top;*display:inline;*zoom:1; background:#fff; width:23.05%; margin:1.5em 2% 1em 0; transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s; border:solid 1px #eee; border-radius:3px;
    text-align: center;}
.mcinprodbox .mcinprodlist:hover {box-shadow:0px 10px 24px 0px rgba(0,0,0,0.05);}
.mcinprodbox .mcinplast { margin-right:0;}
.mcinprodlist div { display:block;}
.mcinprodlist .mcinprodtit { font-size:1.5em; font-weight:bold; line-height:1.5em; padding:10px 10px;}
.mcinprodlist .mcinprodtext { font-size:1.15em; line-height:1.75em; padding:0 10px; color:#777;}
.mcinprodlist .mcinprodmore { padding:10px; font-size:1.25em; line-height:1.5em; text-transform:uppercase; margin-bottom:10px;}
.mcinprodlist .mcinprodmore a {  text-decoration:underline;}
.mcinprodlist a:hover { color:#e31c2d; text-decoration:none;}
.mcinpmore { padding:10px 0; text-align:right;}
.mcinpmore a { display:inline-block;/*background: linear-gradient(180deg,#f3192b,#e31c2d);*/ background:#eee; padding:12px 20px; text-transform:uppercase; font-size:1.15em; font-weight:bold; line-height:1.5em; color:#333;border-radius:0px;-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;}
.mcinpmore a:hover {background: linear-gradient(180deg,#434343,#444); color:#fff; text-decoration:none;}
.mcintestmore {padding:10px 0; text-align:center;}
.mcintestmore a { display:inline-block;background: linear-gradient(180deg,#f3192b,#e31c2d); padding:12px 20px; text-transform:uppercase; font-size:1.15em; font-weight:bold; line-height:1.5em; color:#fff;border-radius:3px;-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;}
.mcintestmore a:hover {background: linear-gradient(180deg,#434343,#444); text-decoration:none;}

#orinbnews { padding:2em 0;}
#orinbnews h4 {font-size:2.25em; line-height:2em;text-align:center; text-transform:uppercase;}
#grinbnews h4 span { display:block; width:80px;border-bottom:solid 2px #faa00d; margin:0 auto; margin-top:5px;}
.inbnewslist {padding-top:0;}
.inbnewslist ul { overflow:hidden;}
.inbnewslist ul li { display:inline-block; width:30.5%; margin:10px 3.75% 5px 0; vertical-align:top;*display:inline;*zoom:1; overflow:hidden;}
.inbnewslist ul li img { }
.inbnewslist ul li:last-child{ margin-right:0;}
.inbnewslist ul li div { display:block; padding:5px 0;}
.inbnewslist ul li div.inbpic img {transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;}
.inbnewslist ul li div.inbpic { overflow:hidden; padding:0; line-height:0;}
.inbnewslist ul li div.inbpic:hover img {transform: scale3d(1.04,1.04,1);}
.inbnewslist ul li div.inbwz {}
.inbnewslist ul li div.inbptit { font-size:16px; font-weight:bold; line-height:20px; padding-top:10px;}
.inbnewslist ul li div.inbpdate {color:#999; line-height:1.5em; padding:3px 0;}
.inbnewslist ul li div.inbptext { font-size:14px; line-height:24px;color:#777; padding-top:3px;}
.inbotmore { display:block; margin-top:10px; text-align:center;}
.inbotmore a {text-align:center; margin-right:10px; display:inline-block;padding:5px 1.5em; margin-right:10px; background:#0462ff; font-size:1.05em; line-height:24px; margin:0 auto;-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear; color:#fff;-webkit-border-radius:3px; -moz-border-radius: 3px; border-radius: 3px;}
.inbotmore a:hover { background:#004fd3; text-decoration:none;}

#bottom { padding:4em 0; background:#162125; color:#ccc;clear:both; text-align:left; margin-top:3em;}
#bottom h4 { font-size:1.75em;  line-height:2em; text-transform:uppercase; color:#ffac2e; margin-bottom:5px;}
#botab { width:37%; padding-left:0.5%; padding-right:5%;}
.botabtext { padding:2px 0px; line-height:2em; font-size:1.15em;}
.botcate {width:16%; padding-right:5%;}
.botcate1 { width:20%; padding-right:5%;}
.botcatelist {}
.botcatelist ul { overflow:hidden;}
.botcatelist ul li {padding:5px 0px; font-size:1.15em; line-height:1.5em;}
.botcatelist ul li a {  padding-left:1px; color:#ccc;}

#botlx { width:26%; padding-right:5%;}
.botlxlist { padding:5px 0px 3px 1px; font-size:1.15em; line-height:24px; background-position:left 8px; background-repeat:no-repeat;}
.botlxlist li.cname { padding-left:0;font-weight:bold; color:#fff;}
.botlxlist li.cadd { background-image:url(../images/fenduni_85.png); line-height:22px;}
.botlxlist li.cema { background-image:url(../images/fenduni_101.png);}
.botlxlist li.cfax { background-image:url(../images/fenduni_90.png);}
.botlxlist li.ctel { background-image:url(../images/fenduni_88.png);}
.botlxlist li.cmob { background-image:url(../images/pins_73.png);}

#botsign { width:26%;}
.botsignbox { padding:0 0;}
.botsignbox span { display:block; font-size:1.15em;  line-height:22px; padding-bottom:10px; overflow:hidden;}
#signbright { width:63%;}
#signbright span { display:block;padding:3px 0px; overflow:hidden;}
.botsignbox .bsinput { background:#fff; height:30px; line-height:30px; text-indent:5px;padding:1px 0px; border:solid 1px #fff; outline: none; float:left;vertical-align:middle; width:70%;}
.botsignbox .bsbtn { background:#ffac2e; color:#fff; width:28%; height:34px; float:left;text-align:center; font-size:1.05em; border:none; outline:none;vertical-align:middle;}

#footer { margin-top:4em; font-size:1.15em;color:#fff;}
#copy {line-height:2.25em; text-align:center; border-top:solid 1px #333; padding-top:2em;}
.botkey { display:block; padding:3px 0; font-size:0.95em;color:#ddd;}
.botkey a { color:#888;}

#copy a { color:#aaa;}
#botdh {text-align:left;}
#botdh a { color:#fff;}
.botsoc { margin-top:10px;}
.botsoc a { margin-right:8px; display:inline-block; background:#ffac2e; width:20px; height:20px; padding:5px; border-radius:50%;}


.bmessbox{ width:175px; padding:2px 0; background:#f1f1f1; position:fixed; bottom:0; right:5px; color:#333; text-align:center; font-size:14px; line-height:20px; border-top-left-radius:5px; border-top-right-radius:5px; cursor:pointer; z-index:10000;}
.bmessbox i{ background: url(../images/lxema.png) no-repeat center center; width:30px; height:30px; background-size:cover; display:inline-block; position:relative; top:5px;}
.bmessbox span{ position:relative; top:-5px;}
.bmessbox:hover{ background:#eee;}

.messboxnr{ width:220px; height:auto; padding:35px 0 0 0; position:fixed; bottom:0; right:5px; background:#333; text-align:center; display:none; z-index:10001; border-top-left-radius:3px; border-top-right-radius:3px;box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 2px;}
.messboxnr h2{ font-size:15px; color:#fff; position:absolute;top: 8px;left: 12px; font-weight: normal;}
.messboxnr span{ position:absolute; right:11px; top:10px; width:16px; height:16px; background: url(../images/messclo.png) no-repeat center center; display:inline-block; cursor:pointer;}
.messboxlist { background:#fff; padding:10px 0;}
.messboxlist ul li { padding:2px 10px; overflow:hidden;}
.messboxnr input { width:100%; margin:0 auto; padding:5px 0;background:#eee; border-radius:3px; margin-bottom:5px; border:none;color:#666; text-indent:5px; outline:none; box-shadow:none; line-height:20px;}
.messboxnr textarea{ width:100%; margin:0 auto; height:50px; background:#eee; border-radius:3px; padding:5px 0; border:none;color:#666; text-indent:5px; outline:none; box-shadow:none;}
.messboxnr input.btns{ width:40%; padding:5px 0;margin-top:10px; text-align:center; background:#e31c2d; border:none; border-radius:2px; color:#fff; cursor:pointer;line-height:20px; margin:0; float:left;}
.messboxnr input.btns:hover{ background:#e91426;}

.messboxnr .col-lg-6{ width:100%;}
.messboxnr .submit{ margin-right:15px; margin-top:10px;}

.topadv {width:100%; margin:0px auto; position:relative; line-height:0;}
#locanr { font-size:2.5em; padding:5px 0; line-height:2em; color:#fff; text-transform:uppercase; font-weight:bold;}
#locanr  a { color:#555;}
.tadvbox { padding:6px 0; position:absolute; left:0; top:31%; width:100%;}
.locabox { background:#f6f6f6; padding:10px 0;}
.locatit { font-size:2.5em; line-height:2em; font-weight:bold; color:#fff; position:absolute; top:40%; width:100%; text-align:center;}
.locasm { font-size:1.05em; line-height:2em;text-align:left;}
.locasm a { color:#333;}


#main { padding-top:3em; padding-bottom:3em;}

.topcate { padding: 0; margin-bottom:2em;}
.topcate ul { overflow:hidden;}
.topcate ul li { float:left;padding:0; margin-right:2em; padding-right:1em;}
.topcate ul li a { display:block; line-height:2em; padding:5px 3px; font-size:1.35em; border-bottom:solid 2px #fff;}
.topcate ul li.cur a,.topcate ul li a:hover {border-bottom:solid 2px #0db26d; text-decoration:none;}


#left { width:21%; }
#yflsear h4 { font-size:1.75em; line-height:1.5em; font-family:Arial, Helvetica, sans-serif; margin:15px 0;}
.orlsearbox { background:#f9f9f9; padding:0; width:100%;-webkit-border-radius:18px; -moz-border-radius:18px; border-radius:18px; overflow:hidden; border:solid 1px #eee; margin-bottom:30px;}
.orlsearbox  .tsinput {width:76%; height:36px; line-height:36px; padding:0px; text-indent:13px;outline:none; border:none;float:left; background:none; vertical-align:middle;}
.orlsearbox  .tsbtn { background:url(../images/lsear.png) center center no-repeat; width:19%; height:32px;border:none;float:right; vertical-align:middle; cursor:pointer;}
.orlbox { background:#f9f9f9;}
.orlbox h4 { font-size:1.75em; line-height:1.75em; background:#162125; color:#fff; padding:10px 15px; text-transform:uppercase;}
.orlcatelist { padding-top:2px; padding-bottom:20px;}
.orlcatelist ul li { border-bottom:dotted 1px #e1e1e1;}
.orlcatelist ul li a { font-size:1.25em;line-height:1.5em; padding:12px 15px; display:block;-webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;}
.orlcatelist ul li a:hover {  text-decoration:none; color:#faa00d; background:#eee;}
.orlcatelist ul li.cur > a { font-weight:bold; color:#faba01;}
.orlcatelist ul li ul { padding-left:15px; padding-top:0px; display:none; margin-bottom:15px;}
.orlcatelist ul li.cur ul { display:block;}
.orlcatelist ul li ul li {padding:2px 0px; line-height:2em; background:none; border:none;}
.orlcatelist ul li ul li a { padding:4px 0; display:block; background:none;font-size:13px; color:#7a7a7a; padding-left:0; font-weight:normal;}
.orlcatelist ul li ul li a:hover { background:none;}

.orlbtn { padding:2em 0;}
.orlbtn span { display:block; padding:10px 0;}
.orlbtn span a { background:#faa00d; display:block; font-size:1.35em; font-weight:bold; line-height:1.5em; padding:10px 10px; text-align:center; color:#fff;}
.orlbtn span.ldownl a { background:#162125;}
.orlbtn span a:hover { text-decoration:none; background:#e59d2f;-webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;}
.orlbtn span.ldownl a:hover { background:#413e3a;}
.orlbtn span img { display:inline-block; vertical-align:middle; margin-top:-8px;}
.orbbtn { padding:0 0;}
.orbbtn span { display:block; padding:10px 0;}
.orbbtn span a { background:#faa00d; display:block; font-size:1.35em; font-weight:bold; line-height:1.5em; padding:10px 10px; width:245px; text-align:center; color:#fff;}
.orbbtn span a:hover { text-decoration:none; background:#e59d2f;-webkit-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;}
.orbbtn span img { display:inline-block; vertical-align:middle; margin-top:-8px;}

.grlprodbox { margin-top:3em; margin-bottom:2em;}
.grlprodbox h4 { font-size:1.5em; line-height:1.5em; padding:5px 0; border-bottom:solid 2px #e6e6e6; text-transform:uppercase; margin-bottom:10px;}
.grlprodlist ul li { padding:8px 0; overflow:hidden;}
.grlprodlist ul li img { max-width:50%; float:left;}
.grlprodlist ul li span { float:right; width:45%; font-size:1.15em; line-height:1.75em;}

#right { width:74%;}

.rbox {padding: 0;}
.rbox h4 { font-size:2em; line-height:2em; text-transform:uppercase; color:#faa00d; text-align:left; vertical-align:middle;}
.rbox h4 span { display:inline-block; background:#0070cc; width:6px; height:24px; margin-right:6px; vertical-align:middle; margin-bottom:5px;}
.protext { padding:0 2px;line-height:1.75em; font-size:1.15em; color:#777;}
.procatebg { background:#eee; padding:3em 0; width:100%;}
#procatelist {padding:0 ;}
#procatelist ul { overflow:hidden;}
#procatelist ul li {display:inline-block;vertical-align:top;*display:inline;*zoom:1; width:14.35%; margin:0 1%; text-align:center;}
#procatelist ul li span { display: block; font-size:1.25em; line-height:1.5em; padding-top:10px;}
#procatelist ul li a:hover { text-decoration:none; color:#2099db;}
#procatelist ul li.cur a {color:#2099db;}

.mcservbg { background:#f9f9f9;}
.mcservlist {padding:2%; margin:2em 0;}
.mcservpic { width:39%;}
.mcservwz { width:57%; padding:3% 0;}
.mcservwz h5 { font-size:1.75em; line-height:2em;}
.mcservtext { font-size:1.15em; line-height:2em; padding:10px 0;}
.mcservmore { margin-top:5px;}
.mcservmore a {display:inline-block;background:#f3192b; padding:10px 20px; text-transform:uppercase; font-size:1.15em; font-weight:bold; line-height:1.5em; color:#fff;border-radius:3px;-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;}
.mcservmore a:hover { background:#e31c2d; text-decoration:none;}

.orprodlist { padding:10px 0;}
.orprodlist ul { overflow:hidden;}
.orprodlist ul li {display:inline-block; *display:inline;*zoom:1; background:#fff; width:47.5%;margin:15px 4.5% 15px 0; vertical-align:top; text-align:left;}
.orprodlist ul li a { display:block;}
.orprodlist ul li.lplast { margin-right:0;}
.orprodlist ul li span { display:block; padding:3px 0px; text-align:left;}
.orprodlist ul li span.plpic { overflow:hidden; padding:0;}
.orprodlist ul li span.plpic a { line-height:0;}
.orprodlist ul li span.plpic img {-webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;}
.orprodlist ul li:hover span.plpic img {
    opacity: 0.8;
    transform: scale(1.1);}
.orprodlist ul li span.pltit { font-size:1.5em; line-height:1.5em; padding:5px 0; margin-top:10px; font-weight:bold;}
.orprodlist ul li span.pltit a {}
.orprodlist ul li span.pltext { color:#777; font-size:1.15em; line-height:1.75em;}
.orprodlist ul li span.plmore { padding:8px 0; font-size:1.25em; font-weight:bold; line-height:1.5em; text-transform:uppercase;}
.orprodlist ul li span.plmore a { color:#faa00d; text-decoration:underline;}
.caprodlist { padding-top:10px;}
.caprodlist .caproditem { border-bottom:solid 1px #eee; padding:25px 0;}
.caproditem .caprodpic { width:30%;}
.caproditem .caprodwz { width:65%;}
.caproditem .caprodpic { overflow:hidden; padding:0;}
.caproditem .caprodpic a { line-height:0; display:block;}
.caproditem .caprodpic img {-webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;}
.caproditem .caprodpic:hover img {opacity: 0.8;transform: scale(1.1);}
.caproditem h5 { font-size:1.5em; line-height:1.5em; padding:5px 0; margin-top:10px; font-weight:bold;}
.caproditem h5 a {}
.caproditem .pltext { color:#777; font-size:1.15em; line-height:1.75em;word-break: break-word;}
.caproditem .plmore { padding:8px 0; font-size:1.25em; font-weight:bold; line-height:1.5em; text-transform:uppercase;}
.caproditem .plmore a { color:#faa00d; text-decoration:underline;}

.ordllist ul li { width:31%; margin:25px 0; margin-right:3.05%; background:#f9f9f9;display:inline-block; *display:inline;*zoom:1;}
.ordllist ul li span { display:block; padding:5px 10px; text-align:center;}
.ordllist ul li span.dltit { font-size:1.35em; line-height:1.5em; font-weight:bold; padding-top:10px;}
.ordllist ul li span.dlmore { padding-bottom:15px; font-size:1.15em; line-height:1.5em; font-weight:bold;}
.ordllist ul li span.dlmore a { color:#faa00d; text-decoration:underline;}
.ordllist ul li.dllast { margin-right:0;}

.ordllist1 ul li { display:inline-block; *display:inline;*zoom:1; vertical-align:top;margin:25px 0; width:45%; margin-right:5%; padding:1%; border:solid 1px #eee; background:#f9f9f9;}
.ordllist1 ul li.dllast { margin-right:0;}
.ordllist1 ul li span { display:block; padding:5px 10px; text-align:left;}
.ordllist1 ul li span.dltit { font-size:1.35em; line-height:1.5em; font-weight:bold; padding-top:10px;}
.ordllist1 ul li span.dltext { font-size:1.15em; line-height:1.5em; padding:10px 0;}
.ordllist1 ul li span.dlmore { padding-bottom:15px; font-size:1.15em; line-height:1.5em; font-weight:bold;}
.ordllist1 ul li span.dlmore a { color:#faa00d; text-decoration:underline;}

#pvtop {overflow:hidden; }
#pvtleft {width:56%;}
.bpic {width:100%; border:solid 1px #f1f1f1;}
.rbpvtitle { font-size:1.5em; border-bottom:solid 1px #eee; line-height:2em; padding:5px; margin-bottom:1em;}

.feedsearbox {border:solid 1px #ddd;border-radius:3px; padding:0; width:320px; overflow:hidden; margin-bottom:25px;}
.feedsearbox .fdsinput {width:84%; height:38px; line-height:38px; padding:0px; text-indent:10px;outline:none; border:none;float:left; background:none; vertical-align:middle;}
.feedsearbox .fdsbtn { background:url(../images/fsear.png) center center no-repeat; width:38px; height:38px;border:none;float:right; vertical-align:middle; cursor:pointer;}

.feedbox { margin-top:15px; padding:0 5%;}
.feedbox .feedblist { margin-bottom:2em; padding:20px 40px; background:url(../images/rchpl_46.png) 20px 28px no-repeat #f9f9f9; padding-left:60px; border:solid 1px #eee;}
.feedblist div.testitext { font-size:1.35em; line-height:2em;}
.feedblist div.testiauth { text-align:left; font-style:italic; color:#999; padding-top:15px; font-size:1.15em;}
.feedblist div.testimore { text-align:right; font-size:1.25em; font-weight:bold; line-height:24px; }
.feedblist div.testimore a {text-decoration:underline; }

.orabtop { padding:1em 0;}
.orabpic { width:40%;}
.orabwz { width:55%;}
.orabtop h4 { font-size:2em; line-height:2em; display:block;}
.orablist { margin-bottom:4em;}
.orabtext { font-size:1.15em; line-height:2em; padding:10px 0; overflow: hidden;}
.orabtext img { float:right; margin-left:30px; max-width:500px;}
.orabwhy { padding:4em 0; background:#f9f9f9;}
.orabwhy h4 { font-size:2em; line-height:2em; display:block; text-align:center;}
.orabwhy .orwhybox .orwhyitem { background:#fff;-webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);box-shadow: 0 0px 8px　0 rgba(0,0,0,0.1); margin-top:10px;}
.orabwhy .orwhyitem h5 { color:#444;}
.orabwhy .orwhyitem .orinwhytext { color:#555;}
.certbg { position:relative; background:#232323; padding:2em 0; height:220px;}
#orabcertbox { position:relative; margin-top:-220px;}
.orabcert { padding:0 0; padding-bottom:4em;}
#orabcertbox h4 { font-size:2em; line-height:2em; display:block; text-align:center; margin:10px 0; color:#fff;}
.orabcertlist { background:url(../images/vipbg_02.png) center bottom no-repeat; padding:0 5%; background-size:contain;}
.orabcertlist ul li {display:inline-block; *display:inline;*zoom:1;width:22%;  margin-top:15px; margin-bottom:60px; margin-right:1.35%; margin-left:1.35%; vertical-align: top;}
.orabcertlist ul li span { display:none; padding-top:15px; text-align:center; font-size:1.15em; line-height:2em;}
.orabcertlist ul li:last-child { }

#pvtright {width:40%;}
#pvtright h5 {font-size:1.5em;padding:5px 1px; line-height:1.5em;}
#vcbtn {padding:15px 0; overflow:hidden; border-bottom:solid 1px #e5e5e5; margin-top:20px;}
#vcbtn a { display:inline-block; padding:5px 1.5em; line-height:2em; font-size:1.35em; color:#fff; background:#faa00d;}
#vcbtn a:hover { text-decoration:none;}
.vcdownl { margin-top:1em; padding:1em 1px; overflow:hidden; border-top:solid 1px #d6d6d6; line-height:25px; font-weight:bold; font-size:1.15em;}
.vcdownl img { float:left; margin-right:10px;}
.vcdownl a { text-decoration:underline;}
#vcform {padding: 5px 1px;  margin-bottom:10px; line-height:2.25em; font-size:1.15em; color:#777;}
#vcform ul li {overflow:hidden; padding:1px 0px; line-height:2em; font-size:1.05em;}
#vcform ul li span.tpri { color:#ff6000; font-weight:bold;}
.vpsel {border:solid 1px #ccc; font-size:11px;}
#vcform li b {width:60px; color:#333; padding-right:4px;}

.share { display:block; padding:15px 0;}
#pvrbtn { margin-top:2em;}
#pvrbtn a { display:inline-block; border:solid 1px #ddd; border-radius:3px; margin-right:1em; line-height:1.75em; font-size:1.15em;}
#pvrbtn a.pvprev { background:url(../images/lpli_03.png) 10px 12px no-repeat; padding:5px 1.5em 5px 1.75em;}
#pvrbtn a.pvnext { background:url(../images/lpli_05.png) 106px 12px no-repeat; padding:5px 1.75em 5px 1.5em;}
#pvrbtn a:hover { text-decoration:none; background:#eee;-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;}
.yfmarbox {}
.caselist { padding:5px 0;}
.caselist ul li { padding:1.5%;line-height:1.5em;display:inline-block; *display:inline;*zoom:1; background:#f6f6f6;width:28.5%;  margin-top:1em; margin-bottom:1.5em; margin-right:2%; background:#f5f5f5; background:#fff; border:solid 1px #f1f1f1; border-radius:5px;}
.caselist ul li.lclast { margin-right:0;}
.caselist ul li span.catit { font-size:1.35em; line-height:1.5em; font-weight:bold; padding-top:10px; display:block;}
.caselist ul li span.catit a:hover { color:#e31c2d;}
.caselist ul li span.catext { font-size:1.15em; line-height:1.75em; color:#777; padding-top:10px; padding-bottom:5px;display:block;}
.caselist ul li span.camore { padding-top:5px; font-size:1.15em; line-height:2em;}
.caselist ul li span.camore a { font-weight:bold; text-decoration:underline; color:#0070cc;}

.faq_body {
	DISPLAY: none; padding:8px; line-height:1.85em; color:#777; padding-top:0px;
}
.bmprocate {}
.bmprocate .cateitem { display:inline-block; vertical-align:top;*display:inline;*zoom:1;background: #fff;border: 1px solid #F1F1F1;text-align: center;padding: 0px 0;   -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); width:23%; margin:15px 0; margin-right:2%;}
.bmprocate .catesingel { margin-right:0;}
.bmprocate .cateitem  h5 a { display:block; font-size:1.5em; line-height:1.5em; text-align:center; padding:15px 0; background:#eee;-webkit-transition: 0.3s ease;transition: 0.3s ease;}
.bmprocate .cateitem  h5 a:hover { text-decoration:none; background:#ec9a1d; color:#fff;}

.blogbox { padding:0px 0;}
.blogbox .bloglist {display:inline-block; *display:inline;*zoom:1; background:#f6f6f6;width:31%;  margin-top:1em; margin-bottom:1.5em; margin-right:3%; background:#f9f9f9;} 
.blogbox  .bloglast { margin-right:0;}
.mcnewstit { font-weight:bold; padding:6px 0; line-height:1.75em; font-size:1.25em; border-bottom:dotted 1px #ccc; display:block;margin:0 15px; }
.mcnewstit a {}
.mcnewstext { line-height:1.75em; font-size:1.15em; color:#666; padding:8px 15px; display:block;}
.mcnewsmore {  padding:0 15px; line-height:1.75em; text-align:left; display:block;} 
.mcnewsmore a { font-weight:bold; padding:0 0; padding-bottom:15px; display:inline-block; color:#e31c2d; text-decoration:underline; font-size:1.15em;}

.ornewslist {padding-top:0;}
.ornewslist ul { overflow:hidden;}
.ornewslist ul li { display:inline-block; width:30.5%; margin:20px 3.75% 10px 0; vertical-align:top;*display:inline;*zoom:1; overflow:hidden;}
.ornewslist ul li img { }
.ornewslist ul li.lnlast { margin-right:0;}
.ornewslist ul li div { display:block; padding:5px 0;}
.ornewslist ul li div.inbpic img {-webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    -ms-transition: 0.5s ease all;
    transition: 0.5s ease all;}
.ornewslist ul li div.inbpic { overflow:hidden; padding:0; line-height:0;}
.ornewslist ul li div.inbpic:hover img {transform: scale3d(1.1,1.1,1.1);}
.ornewslist ul li div.inbwz {}
.ornewslist ul li div.inbptit { font-size:16px; font-weight:bold; line-height:20px; padding-top:15px;}
.ornewslist ul li div.inbpdate {color:#aaa; line-height:1.5em; padding:3px 0;}
.ornewslist ul li div.inbptext { font-size:13px; line-height:20px;color:#707070; padding-top:3px;}
.inbotmore { display:block; margin-top:10px; text-align:center;}
.inbotmore a {text-align:center; margin-right:10px; display:inline-block;padding:5px 1.5em; margin-right:10px; background:#0462ff; font-size:1.05em; line-height:24px; margin:0 auto;-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear; color:#fff;-webkit-border-radius:3px; -moz-border-radius: 3px; border-radius: 3px;}
.inbotmore a:hover { background:#004fd3; text-decoration:none;}

#abfactory { margin-top:5em; margin-bottom:5em;}
#abfactory h5{ font-size:2.5em; line-height:2em;}
.facshowbox { clear:both;}
.facshowbox ul { }
.facshowbox ul li  {display:inline-block;width:23%; margin:20px 1.65% 1em 0; vertical-align:top;*display:inline;*zoom:1; text-align:center;}
.facshowbox ul li span { display:block; margin:10px 0; text-align:center; font-size:1.25em; line-height:1.5em;}
.facshowbox ul li img { border:solid 1px #e5e5e5;}
.facshowbox ul li.faclast { margin-right:0;}
.facshowbox ul li b { display:block; padding-top:15px; text-align:center; font-size:1.15em; line-height:1.5em;}
.facshowbox ul li a:hover { text-decoration:none;}
.pagecont { padding:5px 1px;line-height:2em; font-size:1.35em;word-break: break-word; overflow:hidden;}
.pagecont h5 { font-size:1.35em; line-height:2em; margin-bottom:10px;}
.grabadvan {background: #fff;-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.09)!important;-moz-box-shadow: 0 0 5px rgba(0,0,0,0.09)!important;box-shadow: 0 0 5px rgba(0,0,0,0.09)!important; margin:3em 0;}
.grabadvanpic { width:33%; line-height:0;}
.grabadvanwz { width:66%; padding:0 0;}
.grabadvanwz h5 { font-size:2em; line-height:1.5em; color:#faa00d; text-transform:uppercase; padding-left:3%; margin-top:1em; margin-bottom:5px;}
.grabadvanbox .grabadvanitem { display:inline-block; vertical-align:top;*display:inline;*zoom:1; width:45%; margin:0 2%; margin-top:1.75em;}
.grabadvanitem .abadvpic { display:block; float:left; width:15%; text-align:center;}
.grabadvanitem .abadvpic img { }
.grabadvanitem .abadvwz { width:81%; float:right; text-align:left; padding-top:10px;}
.grabadvanitem .abadvwz span { display:block;}
.grabadvanitem .abadvwz span.abadvtit { font-size:1.65em; font-weight:bold; padding:0 0; line-height:1.5em;}
.grabadvanitem .abadvwz span.abadvtext { font-size:1.25em; line-height:1.75em; color:#888; padding-top:5px;}

.grabcerti { margin-top:1em;}
.grabcerti h5 {font-size:2em; line-height:1.5em; color:#faa00d; text-transform:uppercase; margin-top:1em; margin-bottom:5px;}
.grabcertilist ul li { width:23%; margin:10px 0; margin-right:2.3%;display:inline-block; vertical-align:top;*display:inline;*zoom:1; }
.grabcertilist ul li:last-child { margin-right:0;}

#ptoptit {height:30px; line-height:30px; overflow:hidden;/* border-top:solid 1px #e5e5e5;*/ margin:15px 0px; padding-top:8px; font-size:1.15em;}
#ptsort {overflow:hidden; height:30px; font-size:12px;}
#ptsl {padding-left:5px; height:35px; line-height:35px;}
#ptsl a#list { padding-left:25px; margin-right:10px;}
#ptsl a#gal { padding-left:25px; margin-right:10px;}
#ptsl a.cur {color:#009140;}
#ptstitle { padding-left:5px; font-weight:bold;}
#ptsr {padding-right:5px;}
#ptsr select {border:solid 1px #d0d0d0; line-height:18px;}
.text-center { padding:1.5em 0;}
.rcsort { width:35%; padding-left:3px; height:1.75em; line-height:1.75em;}
#rpage a {padding:5px 10px; background:#eee; line-height:20px; text-align:right;}
#rpage ul li { display:inline-block; margin-left:6px;}
#rpage ul li.active a { color:#333; background:#faa00d;}
#rpage a:hover { text-decoration:none;color:#333; background:#faa00d;}
.botpad { padding-top:10px;}


#newscont { padding:1em 10px; padding-top:2em;}
.nvtit {font-size:1.25em; line-height:1.75em; font-weight:bold; text-align:center; padding:10px 0px; border-bottom:dotted 1px #ccc;}
.nvdate {padding:5px 0px; text-align:center; color:#999; margin-bottom:5px; line-height:2em; position:relative; padding-top:10px;}
.nvdate span { position:absolute; right:5px; top:9px; font-size:1.15em;}
.nvdate span a { background:url(../images/back.jpg) right center no-repeat; padding-right:30px; text-decoration:underline;font-weight:bold;}
.nvcont { line-height:2em; font-size:1.05em;}
.newback { padding:6px 0px; line-height:2em; font-size:1.25em; font-weight:bold; text-align:right;}
.newback a { text-decoration:underline; background:url(../images/back.jpg) right center no-repeat; padding-right:30px;}


#pvbot { padding:1em 0;}
#pvdes {padding-top:2em; clear:both;}/*
#pvdes h4 { font-size:1.5em; color:#0db26d; border-bottom:solid 1px #e7e7e7;}
#pvdes h4 span {position:relative; border-bottom:solid 2px #0db26d;line-height:2em; padding:8px 0; bottom:4px;}*/
#pvdes table,#pvdes td {border-collapse:collapse;border: 1px solid #ddd;word-wrap: break-word;word-break: break-all;}
#pvdes table { width:98%;}
#pvdes td { padding:3px 5px;}
#alsolike h3 {font-size:1.5em;line-height:1.75em;background:#f2f2f2; padding:2px 5px;}
#pvcs {position:relative;}

.pvh4 { font-size:2em; line-height:2em; text-transform:uppercase; color:#faa00d;padding:0 0; border-bottom:solid 1px #eee; font-weight:normal;}
.pvh4 ul { overflow:hidden;}
.pvh4 ul li {float:left; position:relative; font-weight:bold; margin-right:6px; padding:5px 15px; background:#e5e5e5;border-bottom:none;}


.pvhorder {height:32px;padding-left:3px; font-size:16px; border-bottom:solid 1px #e1e1e1; font-weight:bold; padding-top:15px;}
.pvhorder ul { }
.pvhorder ul li {float:left; height:38px; line-height:38px; position:relative; font-size:0.85em; padding:0px 10px;}

.large { font-size:1.25em; font-weight:bold;}
.block { display: block; padding:10px 2px; line-height:2.25em; font-size:1.15em;clear:both; overflow:hidden;}
.unblock { display: none;padding:10px 2px; line-height:2.25em; font-size:1.05em;}
/*.block ul li,.unblock ul li { list-style: inside disc;}*/

.sec1 {cursor:pointer;}
.pvh4 ul li.sec2 {background:#0462ff;cursor:pointer; color:#fff; position:relative; border:none}

.grmarklist ul li { padding:10px 0;line-height:1.75em; font-size:1.25em; margin-bottom:5px; border-bottom:dotted 1px #ddd;}
.grmarklist div.dltext { font-size:1.15em; line-height:1.5em; color:#555; padding-top:8px;}
.grmarklist div.dlmore { padding-top:5px; font-size:1.15em; line-height:2em;}
.grmarklist div.dlmore a { font-weight:bold; text-decoration:underline; color:#0757ba;}

.alsolike { padding: 0px; margin-top:2em;}
.alsolike h5 {font-size:2em; line-height:2em; text-transform:uppercase; color:#faa00d;padding:0 0; border-bottom:solid 1px #eee; font-weight:normal;}
.alprodlist { padding:5px 0;}
.alprodlist ul { overflow:hidden;}
.alprodlist ul li {display:inline-block; vertical-align:top;*display:inline;*zoom:1; background:#fff;width:30.25%; border:solid 1px #eee; padding:0.75%; margin:1.5em 1.5% 5px 0; vertical-align:top; text-align:left;}
.alprodlist ul li.lplast { margin-right:0;}
.alprodlist ul li span { display:block; padding:3px 0px; text-align:center;}
.alprodlist ul li span.lptit { font-size:1.25em; line-height:1.5em; padding-top:10px;}
.alprodlist ul li span.lptext { color:#666; font-size:1.05em; line-height:1.75em; padding-bottom:10px;}
.alprodlist ul li span a:hover {color:#222;}

#pvinq { margin-top:3em; background:#f9f9f9; border:solid 1px #eee; padding:2em; border-radius:3px;}
#pvinq h5 { font-size:1.75em; line-height:2em; border-bottom:solid 1px #ddd; }
.pvintoptext {font-size: 1.05em;line-height: 2em;padding-top: 1em; color:#666;}
.pvinqbox {
    padding: 5px 0;
}
.pvinqbox ul li {
    padding: 10px 0;
    overflow: hidden;
}
.pvinqbox ul li label, .pvinqbox ul li p {
    display: block;
    font-size: 1.15em;
    padding: 5px 0;
    width: 13%;
    float: left;
    text-align: left;
    margin-right: 10px;
}
.pvinqbox ul li a {
    float: left;
    line-height: 28px;
    color: #3272b9;
    font-size: 1.25em;
    text-decoration: underline;
}
.pvinqbox ul li input, .pvinqbox ul li textarea {
    border-radius: 2px;
    border: 1px solid #CCCCCC;
    color: #424242;
    padding: 5px 0px;
    line-height: 24px;
    text-indent: 5px;
    outline: none;
    width: 79%;
    float: left;
}
.pvinqbox ul li input.pvsbtn {
    background: #faa00d;
    color: #fff;
    font-size: 1.25em;
    text-align: center;
    cursor: pointer;
    width: 135px;
    height: 39px;
    border: none;
}
.pvinqcode ,.pvinqbtn { width:48%;}
.pvinqcode input {border:solid 1px #ccc; height:30px; padding:2px; text-indent:2px; width:45%;}
.pvinqbtn input { width:50%; background:#85c032; border:none; color:#fff; line-height:38px; text-align:center; font-size:1.5em;}
.pvdes table,.pvdes td {border-collapse:collapse;border: 1px solid #ddd;word-wrap: break-word;word-break: break-all;}

#pvview { padding:15px 5px;}
.pvvtit { height:45px; line-height:45px; text-align: center; padding-left:5px; font-size:1.8em; border-bottom:solid 1px #eee;}
.pvimg { padding-top:15px; text-align:center;}
.pvcont { padding:15px 0px; line-height:22px;}

#pviewcont { padding:1em 5px;}
.pviewtitle {font-size:1.5em;  text-align:center; color:#555; height:2em; line-height:2em;}
.pviewpic { text-align:center; padding:8px 3%;}
.pvbtn { overflow:hidden; padding:8px 0px; padding-left:30%; clear:both; border-top:solid 1px #e5e5e5; margin-top:1.25em;}
.pvbtn span { float:left; padding-right:15px;}
.pvbtn span.share { padding-top:8px;}
.pvtext {padding:12px 0px; text-align:left;}

.signbg {display: block; margin-top:1em;
    border: 1px solid #ececec;
    border-radius: 8px;
    background: #fff;
    border-top: 4px solid #444;
    padding: 35px 25px;
    box-shadow: 0 2px 3px rgba(0,0,0,.08);
    background-color: white;}
.signbox {padding:5px 0; width:42%;}
.signbox h5,.regbox h5 { font-size:1.5em; line-height:2em;}
.regbox { width:55%; margin:0 auto;}
.signlist {}
.signlist ul li { display:block; padding:10px 0;}
.signlist ul li span { display:block; font-size:1.15em; line-height:1.75em; padding:3px 0;}
.signlist ul li span b { color:#f00;}
.signlist ul li input {
    border-radius: 3px;
    border: 1px solid #CCCCCC; color:#424242;
    padding: 5px 0px; line-height:24px;
    text-indent: 3px;
    outline: none; width:85%;}
.signlist ul li select {
    border-radius: 3px;
    border: 1px solid #CCCCCC; color:#424242;
    padding: 5px 0px; line-height:24px;
    text-indent: 3px;
    outline: none; width:35%;}
.signlist ul li input.sigbtn { background:#fd0003; color:#fff; font-size:1.35em; text-align:center; width:55%; cursor:pointer; border:none;}
.signlist ul li input.sigbtn:hover { background:#e50609;}

.sigcrtext { font-size:1.15em; line-height:2em; padding:10px 0;}
.sigcrbtn { display:block; padding-top:1em;  overflow:hidden;}
.sigcrbtn a {background:#fd0003; color:#fff; font-size:1.35em; text-align:center; width:55%; cursor:pointer; border:none; line-height:2em; display:block; float:right;
border-radius: 3px;}
.sigcrbtn a:hover {background:#e50609; text-decoration:none;}
.lxbox { padding:1em 2px;}

.lxform {padding:2% 0;}
.lxtext { width:53%;}
.lxpic { width:40%;}
.lxttitle { font-size:1.35em; line-height:2.25em; padding:3px 0; font-weight:bold; background:#1b81f4; padding:10px 25px; margin:0px 0; color:#fff;}
.lxttitle b { font-size:1.5em; display:block;}
.lxcolor { color:#e04752;}
.lxtwz {padding:0px 0; font-size:1.15em; line-height:2.15em;}
.lxtwz b { color:#faa00d;}
.lxtwz i { font-style:normal; color:#999;}
.lxtel ul li i { display:block; margin-left:130px;}
.lxtel ul li { line-height:1.75em; padding:5px 0;}
.lxcontactform { background:#fafafa; padding:20px 25px; margin-top:3em;}
#contactform  {padding:5px 0;}
.lxcont,.lxmap {padding-top:1em;line-height:2em; font-size:1.15em;}
.lxformleft,.lxformright { width:48%;}
#contactform div {padding:5px 0px; overflow:hidden;}
#contactform label { display:block;font-size:1.15em; padding:5px 0; text-align:left;}
#contactform input, #contactform select,#contactform textarea {
    border-radius: 3px;
    border: 1px solid #ddd; color:#424242;
    padding: 5px 0px; line-height:24px;
    text-indent: 3px;
    outline: none; width:98%; display:block;
}
#contactform select { width:35%;}/*
#contactform textarea { width:70%;}*/
#contactform input.asbtn {
    background:#faa00d; color:#fff; font-size:1.25em; text-align:center; cursor:pointer;
    width: 135px;
    height: 36px;
    border: none; margin-top:5px;}
.color { color:#888;}
	
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 100px;
  right: 10px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background:url(../images/top.png) no-repeat center center #353535;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
/*.cd-top.cd-fade-out {*/
  /* 如果用户继续向下滚动,这个按钮的透明度会变得更低 */
/*  opacity: .5;
}*/
.no-touch .cd-top:hover {
  background:url(../images/top.png) no-repeat right center;
}

#tbox{width:38px; height:38px; float:right; position:fixed; margin-right:10px;
_position:absolute;
_bottom:auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
_margin-bottom:10px;
}
#gotop{ display: block; width:38px; height:38px;} 
#gotop:hover{}
.lpsup { position:fixed; padding:5px 15px; font-size:1.35em; padding-top:12px; bottom:0; right:0; background:#85c032; color:#fff; overflow:hidden;}
.lpsup a { color:#fff;}
.lpsup a:hover { text-decoration:none;}
.lpsup img { float:left; margin-right:10px;}
#fdrdiv {width:140px;position: fixed;top: 49%;right: 0; z-index:99999999;}
#fdrtit { font-weight:bold; color:#fff; background:#2c2c2c; line-height:1.75em; padding:5px 10px; font-size:1.15em;border-top-left-radius:3px;border-top-right-radius:3px}
#fdrlist {padding:10px 10px; background:#fff; border:solid 2px #2c2c2c;}
#fdrlist ul li { overflow:hidden; padding:8px 0px;}
#fdrlist ul li a,#fdrlist ul li span { }
#fdrlist ul li img { float:left; margin-right:5px;}
#fdrlist ul li.rema img { margin-top:0px;}
#fdrlist ul li a { /*width:40px; height:30px; background:#0059c6;-moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px;*/ padding:5px 0px;}
.fdrtop { font-size:1.15em; text-align:center; display:block; cursor:pointer; padding:8px 0; background:#2c2c2c; color:#fff;border-bottom-left-radius:3px;border-bottom-right-radius:3px}

/************************************************************************************
smaller than 980
*************************************************************************************/

@media screen and (max-width: 1280px) {

	/* pagewrap */
	.wrap {
		width: 98%;
		max-width:98%;
	}
.orinprodlist ul li { width:22.65%;}
.facshowbox ul li { width:23.75%;}
.ornewslist ul li { width:30.35%;}
}
@media screen and (max-width: 1120px) {
.psinapplist ul li { width:30.5%;}
#pstopr { width:73%;}
.inprodlist ul li { width:23.15%;}
}
@media screen and (max-width: 1024px) {
.orwhyitem h5 { font-size:1.35em;}
.orinprodlist ul li { width:22.5%;}
.indexformtop input { width:46.75%;}
.yslinplcate ul li a { font-size:1.25em; padding:10px 1em;}
.yslbnewslist ul li { width:23%;}
#inmtop h3 { font-size:1.5em;}
.bsinput { width:65%;}
#cmsear { width:36%;}
.grprodlist ul li{ width:21.5%;}
.grnewslist ul li { width:30.35%;}
}

/************************************************************************************
smaller than 800
*************************************************************************************/
@media screen and (max-width: 860px) {
#grlogo { max-width:52%;}
.ingrctwz { padding:10px; min-height:inherit;}
.ingrcttext { line-height:1.5em;}
.ingrcateoth .ingrcaitem { width:30.5%;}
.ingrctprod ul li { width:30.75%;}
.inprodlist ul li span.inptit { line-height:inherit;}
#grinadvan .grinaditem { width:24.65%;}
.yfinbnewstit { line-height:inherit;}
.yfinbnewstext { line-height:1.5em;}
#yfmenu { margin-top:1em;}
.jyinprodlist ul li { width:21.85%;}
#jrtsear { width:45%;}
/*.tsinput {width:62%;}*/
.spinsollist ul li { width:30.75%;}
.spincatelist ul li { width:23.35%;}

#jytopr { width:59%;}
#jylogo { width:40%;}
#bottom h4 { font-size:1.25em;}
#botsoc { width:100%; text-align:left;}
}
@media screen and (max-width: 768px) {
.orwhybox .orwhyitem { padding:20px 1.35%;}
.inbnewslist ul li { width:30.35%;}
#ortopr { width:65%;}
.inprodlist ul li { width:23.05%;}
.pswhytext { padding:5px 1%;}
#grdh { margin-top:5px;}
.indexformtop input { width:46.5%;}
.index_form_left h5 { font-size:2em; line-height:2em;}
.index_form_text { font-size:1.15em; line-height:24px;}
.inprocate ul li a{ font-size:1.05em; padding:8px 9px;}
.jyincatebox div.jyincatelist { width:28.65%;}
.jyinprodlist ul li { width:21.75%;}
}
/************************************************************************************
smaller than 650
*************************************************************************************/
@media screen and (max-width: 640px) {
#yfinabwz {width: 96%;top:0; position:relative;}
#grtdhl ul li.tel ,#grtdhr{ display:none;}
.tadvbox { display:none;}
.inprodlist ul li { width:23.05%;}
#yfinabout,#yfproduct { margin-top:2em; margin-bottom:2em;}
.yfwhylist ul li {width:95%;}
.rbox h4 span.lmprosearbox { float:none;}
.rbox h4 span.lmprosearbox b { display:block;}
.rbox h4 span.lmprosearbox input.lsinput { width:71%;}
.rbox h4 span.lmprosearbox input.lsbtn { width:26%;}
#procatelist ul { text-align:center;}
#procatelist ul li { width:46.35%; margin:10px 1%;display: inline-block;vertical-align:top;*display:inline;*zoom:1; float:none;}
}


/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}
.wrap { max-width:98%; margin:0 auto;}
.fl { float:none;}
.fr { float:none;}
.ortop { padding:5px 0;}
#orlogo { width:55%; display:block; text-align:left; float:left;}
#ortopr { width:35%; float:right;}
#orwhy { margin-top:0;}
.flex-control-nav { bottom:10px;}
.orwhybox .orwhyitem { width:92.5%; padding:10px 1.35%; margin:10px 1.5%;}
.orinwhypic img { max-width:55px;}
.orwhyitem .orinwhytext { min-height:inherit;}
.orinprotext { padding:5px 1%;}
.orinprodlist ul li { width:47%;}
.yfinprotext { padding:5px 2%;}
.yfrevbox { margin:1em 2%;}
#ingrctleft,#ingrctright { width:98%; margin:5px 1%;}
.ingrcatetop { padding-top:1em;}
.pswhylist ul li:last-child ,.psappllist ul li.laplast{ margin-right:auto;}
#ingrcate,.psabbg,#grinadvan,#grinabout { padding:1em 0; margin:0 auto;}
.pswhylist ul li,.psappllist ul li { width:88%; padding:2%; display:block; margin:10px auto;}
.pswhylist ul li span.lwhytit { padding-top:5px;}
.jrincenttext { padding:0 10px; font-size:1.5em; line-height:2em;}
.orabpic,.orabwz,#orinabwz,.caproditem .caprodpic,.caproditem .caprodwz { width:98%; margin:5px 1%; float:none;}
.innabg { padding:0;}
.certbg { height:100px;}
.orabcertlist ul li { width:46%; margin-top:10px; margin-bottom:10px;}
.protext { word-break:break-word;}
#orabcertbox { margin-top:-120px;}
.ortdh, .ingrcalast,.grabadvanpic,#orinabpic { display:none;}
.orinabtext { padding:5px 0; padding-right:0;}
.locatit { font-size:2em; top:10px;}
#jyinprod ,.grbg { padding:1em 0;}
#grinadvan .grinaditem { width:92%; padding:2%; margin:5px 2%;}
.ingrctprod ul li,.ingrcateoth .ingrcaitem { width:45%; margin:1em 2%;}
.psinapplist ul li { width:92%; margin:1em 4%;}
#pstsoc { display:none;}
.grabadvanwz { width:96%; display:block; padding:2%; float:none;}
.grprodlist ul li.lplast,.inprodlist ul li.lpjlast { margin-right:1%;}
.caprodlist .caproditem,.ornewslist ul li,.spcaselist ul li,.spnewslist { width:46.25%; margin:10px 1.5%;display:inline-block; vertical-align:top;*display:inline;*zoom:1;}
.ordllist1 ul li { width:96%; padding:1.5%; margin:10px 0;}
.index_form { padding:1.5em 0;}
.index_form_left,#lminqual,.index_form_right { width:98%; max-width:98%; flex:inherit; margin:0 auto; padding:5px 0;}
.indexformtop, .indexformbot { padding-left:1%;}

.botcatelist ul li { font-size:1.05em; line-height:1.5em;}
.procatebg{ display:none;}
.mpinbnewslist,.mpinbnewsr { display:block; float:none; margin:10px 1%; width:98%;}
.mpinbnewspic,.alprodlist ul li.lplast { display:none;}
.lpprodpic { float:left;}
.lpprodwz { float:left;}
#locatit { left:1em; top:1em; max-width:90%;}
.locatitle  { font-size:1.5em; line-height:1.5em; width:98%; padding:5px 1%; display:none;}
.locanr {  width:98%; padding:5px 1%;}
.pvinqbox ul li { padding:5px 0;}
.pvinqbox ul li label, .pvinqbox ul li p,.pvinqbox ul li input, .pvinqbox ul li textarea { display:block; float:none;width:98%;}
.lpprodwzmore { display:block; clear:both; width:98%;}
.pvinqleft,.pvinqright,.pvinqcode, .pvinqbtn { width:98%;}
.pvinqbtn { padding-top:10px;}
.pvinqbtn input { width:96%;}
.grnewslist ul li,.fccaselist ul li { width:47%; margin:10px 1%;}
.inbnewslist ul li { width:96%; margin:10px auto; display:block;}
.botsign { margin:0;}
.tsinput {width:80%; height:36px; line-height:36px;}
.tsbtn{ height:36px; line-height:36px; width:15%;}
.bsinput { width:55%;}
.signbox { width:98%;}

#cminabwz,#cminabpic,.lxleft,.lxform {width:98%; padding:0px 1%; padding-top:5px; margin:0;}
.spinbnewslist{ margin:5px 1%; width:98%;}
.inbnewslist ul li div.inbwz { width:98%;}
.cmincawz { padding:5px;}
#bottom { padding:1.5em 0;}
#footer { padding:1em 0;}
#copy { line-height:1.5em;}
#botsoc { text-align:center;}
#trfabpic {width:98%; padding:0px 1%; padding-top:5px;}
.cmprodlist ul li,.apdprodlist ul li { width:46%; margin:5px 1%;}
.cmprodlist ul li span { padding:5px;}
#main { padding:1em 0;}
.cmprodlist ul li span.lptext { display:none;}
.facshowbox ul li { width:45%; padding:5px 2%; margin:5px 0;}

.lxform ,.lxtext,#botlx,.lxpic,.botcate1,#footer,#botnews, #botsign ,.lxformleft, .lxformright{width:98%; padding:0px 1%; padding-top:5px;}
.botcate,.botcate1{ width:47%; padding:5px 1%;display:inline-block;vertical-align:top;*display:inline;*zoom:1;}
.lxcontactform { padding:10px;}
.botcate1 .botcatelist ul li a { line-height:1.35em;}
.injknewslist { padding:5px 3px;}
.bsinput { width:58%;}
.psnewslist { padding:10px 0;}
.psnewspic { display:none;}
.psnewsr { display:block; padding:5px 1%; width:98%;}
.botnewslist { padding:6px 0px;}
.pvh4 ul li { display:block; float:none; text-align:center; border-bottom:solid 1px #fff;}
.copy { margin:0px;}
	/* content */
	#right {
		width: 98%;
		float: none;
		margin: 10px 0;
	}
#pvtright {
		width: 98%;
		float: none;
		margin: 10px 0;
	}
#pvtleft {
		width: 98%;
		float: none;
	}
	/* sidebar */
	#left {
		width: 98%;
		margin: 0;
		float: none;
	}

#lnews {width:98%; padding: 0px 1%;}
#inlianx {width:98%; padding: 0px 1%;}

.inservlist ul li { width:46%; padding:5px 2%; float:left;}

#left {width:98%; padding: 0px 1%;}
#right {width:100%; padding: 0px 0;}
#pvright {width:98%; padding: 0px 1%;}
#pvinq { padding:5px;}
#mltdhl ul li { padding-left:22px;}
#newslist ul li span.nltit { padding:4px 0px;line-height:18px; border-bottom:dotted 1px #ccc; font-weight:bold; color:#333;}

.sinprodlist ul li,.alsoprodlist ul li{ width:47.15%; margin:3px 1% 3px 1%; text-align:center;}
.lcproductlist ul li span { height:4.5em; overflow:hidden;}
#procate ul li { width:46%; padding:3px 2% 3px 2%; float:left; text-align:center;}
.topadv { margin-top:0;}
#rpage { width:98%; padding:0px 1%; text-align:left;}
.rcsort { width:98%; padding:0px 1%;}
#ptoptit {height:auto;margin-bottom:10px;}

#copy { width:98%; float:none; padding:5px 1%; text-align:center;}
.botdh { text-align:center;}
#bottom { margin-top:10px;}
.locabox {  }
#locatit {    background: rgba(246,246,246,1) none repeat scroll !important; padding:5px; margin:0; display:block;}
.locatitle  { font-size:1.5em; line-height:1.5em; width:98%; padding:5px 1%; display:none;}
.locanr {  width:98%; padding:5px 1%; color:#444;}
.locanr a { color:#444;}
#fdrdiv { display:none;}
.messboxnr { display:none;}
.theme-popover { top:5%; left:5%; width:90%;}
.dform div.callist label { display:block; float:none; width:100%; text-align:left; }
.dform div.callist div.calr input,.dform div.callist div.calr select  { width:92%;}
.dform div.callist div.calr { display:block; width:100%;}
.dform { padding:1% 5%;}
}


/************************************************************************************
smaller than 320
*************************************************************************************/
@media screen and (max-width: 320px) {

	/* disable webkit text size adjust (for iPhone) */
	html {
		-webkit-text-size-adjust: none;
	}

.prodlist ul li { width:96%; padding:3px 2% 3px 2%; text-align:center;}
#bottom { min-height:60px;}

}

