@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  color: #414141;
  font: 0.75em/150% Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  font-style: normal;
}
html,
body {
  height: 100%;
}

ul,
ol,
li,
p,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
tr,
span,
a,
input,
select {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
input,
select,
textarea {
  font-family: tahoma, Arial, sans-serif;
  outline: none;
  -webkit-font-smoothing: none;
  -webkit-font-smoothing: antialiased;
}
ul,
li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #414141;
  -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 {
  width: 98%;
  max-width: 1200px;
  padding: 0px;
  margin: 0px auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
  font-size: 0px;
}
.krtop {
  background: #1c183b;
  width: 100%;
  padding: 15px 0;
}
#krlogo {
  text-align: left;
  line-height: 0;
}
#krlogo img {
  max-height: 86px;
  display: inline-block;
  vertical-align: middle;
}
.swfix {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.12) 0 3px 20px;
  z-index: 99;
}
.swfix #sanlogo {
  margin-top: 10px;
}
.swfix #sanlogo img {
  max-height: 50px;
}
.krtoptdh div {
  float: right;
}
#krtopplayer {
  font-size: 1.35em;
  line-height: 1.5em;
  color: #ffcc00;
  font-weight: bold;
  margin-left: 25px;
  display: inline-block;
}
#krtopplayer img {
  opacity: 0.28;
  display: inline-block;
  vertical-align: middle;
  max-height: 30px;
}
#krtopplayer span {
  display: inline-block;
  vertical-align: bottom;
}
#grtdhl {
}
#grtdhl ul {
  overflow: hidden;
}
#grtdhl ul li {
  float: left;
  margin-right: 3em;
  padding-left: 25px;
  font-size: 1.15em;
  line-height: 20px;
}
#grtdhl ul li a {
  color: #fff;
}
#grtdhl ul li.ema {
  background: url(../index.html) left center no-repeat;
}
#grtdhl ul li.tel {
  background: url(../index.html) left top no-repeat;
}
#grtdhl ul li.sky {
  background: url(../index.html) left top no-repeat;
}
.cmtlang span {
  display: block;
  line-height: 32px;
  margin-left: 2em;
  font-size: 1.15em;
  background: url(../index.html) left center no-repeat;
  padding-left: 20px;
}
.cmtsoc {
  margin-left: 1em;
  margin-top: 8px;
}
.cmtsoc img {
  max-height: 16px;
  opacity: 0.6;
}
.cmtsoc a {
  margin-right: 12px;
  display: inline-block;
}
.cmtsoc a:hover img {
  opacity: 0.8;
}
#krtopr {
  width: 66%;
}
#krnav {
  margin-top: 20px;
}
#genmenu {
  position: relative;
  font-size: 1.15em;
  text-transform: uppercase;
}
.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;
}

#cmbanner {
  background: #fafafa;
  padding: 20px 0;
}

.flexslider {
  position: relative;
  width: 100%;
  height: auto;
  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;
  position: relative;
}
.flexslider .slides li img {
}
.flexslider .slides li div {
  position: absolute;
  color: #fff;
  top: 33%;
  left: 15%;
  width: 60%;
  max-width: 600px;
  text-align: left;
  line-height: 40px;
  text-shadow: 2px 2px 5px #333;
  color: #ddd;
}
.flexslider .slides li div a {
  color: #fff;
}
.flexslider .slides li div.fltext b {
  display: block;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 30px;
  color: #fff;
}
.flexslider .slides li div.fltext a.reques {
  display: block;
  border: solid 2px #ff6600;
  padding: 6px 20px;
  color: #ff6600;
  font-size: 15px;
  line-height: 30px;
  text-transform: uppercase;
  margin-top: 20px;
  width: 140px;
  text-align: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  text-shadow: none;
}
.flexslider .slides li div.fltext a:hover {
  text-decoration: none;
  background: #ff6600;
  color: #fff;
}
.flex-direction-nav a {
  width: 30px;
  height: 45px;
  line-height: 99em;
  overflow: hidden;
  margin: -30px 0 0;
  display: block;
  background: url(../index.html) no-repeat;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.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: 2em;
  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: 12px;
  overflow: hidden;
  text-indent: -99em;
  width: 12px;
  background: #999;
  margin-right: 5px;
  cursor: pointer;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.flex-control-paging li a.flex-active {
  background: #fff;
}

#krinabout {
  padding: 1em 0;
}
#krinabout h2,
#krinabout h1 {
  font-size: 2em;
  line-height: 2em;
  text-align: center;
}
#rninab h2 span {
  color: #2a559b;
}
.krinabtext {
  font-size: 1.25em;
  line-height: 1.75em;
  margin-top: 5px;
  padding: 0px 0;
  text-align: center;
}
.krinwhybg {
  background: #fff;
  padding: 4em 0;
}
.krinwhybg h2 {
  font-size: 2em;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
}
.krinwhybg h2 span {
  color: #2a559b;
}
.krinwhybox {
  margin-top: 10px;
}
.krinwhybox .krinwhyitem {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 19%;
  padding: 2% 1.5%;
  margin: 10px 0;
  margin-right: 3.5%;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 1rem 0px;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s;
}
.krinwhybox .krinwhyitem:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0.25rem 2rem 0px;
}
.krinwhybox .krinwhylast {
  margin-right: 0;
}
.krinwhyitem .krinwhypic {
  border-radius: 50%;
  width: 86px;
  height: 86px;
  margin: 0 auto;
}
.krinwhyitem .krinwhypic img {
  opacity: 0.91;
}
.krinwhyitem .krinwhypic:hover img {
  opacity: 1;
}
.krinwhyitem h5 {
  font-size: 1.5em;
  line-height: 1.5em;
  padding: 0px 0;
}
.krinwhyitem h5:hover {
  color: #4b3fa3;
}
.krinwhyitem .krinwhytext {
  font-size: 1.15em;
  line-height: 1.65em;
  color: #777;
  margin-top: 10px;
  min-height: 135px;
}

.krgrbg {
  background: #fafafa;
  padding: 3em 0;
  width: 100%;
  box-shadow: inset 0 8px 8px -12px rgba(0, 0, 0, 0.15);
}
.rndlwz {
  width: 49%;
}
.rndlwz h5 {
  font-size: 60px;
  line-height: 1.5em;
  color: #fcc121;
}
.rndlwz h5 span {
  display: block;
  font-size: 32px;
  font-weight: normal;
  color: #ddd;
  line-height: 30px;
}
.rndltext {
  font-size: 1.35em;
  line-height: 2em;
  color: #fff;
  margin-top: 30px;
}
.rndlbtn {
  margin-top: 30px;
}
.rndlpic {
  width: 42%;
}
#rninhowp {
  padding: 4em 0;
}
#rninhowp h2 {
  font-size: 2.5em;
  line-height: 2em;
  text-align: center;
}
#rninhowp h2 span {
  color: #2a559b;
}
#rminbot .rminbitem {
  background: #f6f6f6;
  border: solid 1px #ddd;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 45.4%;
  padding: 1.5%;
  margin-right: 2.5%;
}
#rminbot .rminbitem:last-child {
  margin-right: 0;
}
.rminbitem .rminbpic {
  width: 12%;
}
.rminbitem .rminbpic img {
  max-height: 80px;
}
.rminbitem .rminbwz {
  width: 85%;
}
.rminbitem .rminbwz h5 {
  font-size: 1.5em;
  line-height: 1.5em;
}
.rminbtext {
  font-size: 1.15em;
  line-height: 1.65em;
  color: #666;
  margin-top: 5px;
}

.grbg {
  background: #f6f6f6;
  padding: 4em 0;
}
#rminabout {
}
#rminabpic {
  width: 39%;
  line-height: 0;
}
#rminabpic img {
  position: relative;
  width: 100%;
}
#rminabwz {
  width: 58%;
}
#rminabwz h4 {
  font-size: 2em;
  line-height: 2em;
  text-align: left;
  margin-top: 0;
  color: #be0000;
}
.inrmabtext {
  font-size: 1.15em;
  line-height: 1.75em;
  padding: 5px 0;
  text-align: left;
}
.inssabmore {
  margin-top: 25px;
  margin-bottom: 15px;
}
.inssabmore a {
  font-size: 1.25em;
  line-height: 1.5em;
  padding: 10px 20px;
  line-height: 24px;
  display: inline-block;
  background: #232323;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.inssabmore a:hover {
  background: #131313;
  text-decoration: none;
  color: #fff;
}

.rminwhybg {
  background-image: url("../index.html");
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0;
}
.rminwhybg h2 {
  font-size: 2em;
  line-height: 2em;
  text-align: center;
  margin-top: 0;
  color: #fde58a;
}
#rminwhybox {
}
.rminwhytext {
  font-size: 1.15em;
  line-height: 1.75em;
  padding: 5px 0;
  text-align: left;
  color: #e8e8e8;
}
.rminwhytext strong {
  font-size: 1.25em;
  color: #fff;
}

#krinsay {
  padding: 0em 0;
}
#krinsay h2 {
  font-size: 2em;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
}
#krinsay h2 span {
  color: #2a559b;
}
.krinsaybox {
  font-size: 1.15em;
  line-height: 1.75em;
  text-align: center;
  color: #666;
}
.krinsaybox .krinsayitem {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 31%;
  margin: 1em 0;
  margin-right: 3.15%;
}
.krinsaybox .krinsayitem:last-child {
  margin-right: 0;
}
.krinsaybox .krinsayitem div {
  display: block;
}
.krinsaybox .krinsayitem h5 {
  font-size: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 10px;
}
.krinsayitem .krinsaywz .krinsayoth {
  font-size: 1.15em;
  line-height: 1.5em;
  padding-top: 5px;
  color: #999;
}
.krinsaybox .krinsayitem div.krinsaytext {
  font-size: 1.05em;
  line-height: 1.65em;
  color: #666;
  text-align: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08), 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
  padding: 20px;
}
.krinsaybox .krinsayitem div.krinsaytext {
  margin-top: 22px;
}
.krinsayitem .krinsaypic {
  width: 26%;
  line-height: 0;
}
.krinsayitem .krinsaybot {
  position: relative;
  margin-left: 10px;
}
.krinsayitem .krinsaybot::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 40px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 9px 0 9px;
  border-color: #4b3fa3 transparent transparent transparent;
  box-shadow: 0 9px 9px -3px rgba(97, 79, 79, 0.06);
}
.krinsayitem .krinsaypic img {
  border-radius: 50%;
  border: solid 3px #4b3fa3;
}
.krinsayitem .krinsaywz {
  width: 68%;
  text-align: left;
}
#krinhowp {
  padding: 4em 0;
}
#krinhowp h2 {
  font-size: 2em;
  line-height: 2em;
  text-align: center;
  text-transform: uppercase;
}
.krinhowpbox {
  overflow: hidden;
  padding-top: 1.5em;
}
.krinhowplist {
  display: inline-block;
  width: 48%;
  margin: 0 3% 2em 0;
  padding: 0px 0;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}
.krinhowplast {
  margin-right: 0;
}
.krinbnewspic {
  width: 41%;
  float: left;
}
.krinbnewspic img {
  border: solid 1px #f2f2f2;
}
.krinbnewsr {
  width: 55%;
  float: right;
}
.krinbnewsr h5 {
  padding: 1px 0px;
  line-height: 1.5em;
  font-size: 1.35em;
  font-weight: bold;
}
.krinbnewsr h5 a {
}
.krinbnewstext {
  line-height: 1.75em;
  font-size: 1.15em;
  color: #666;
}
.krinbnewsmore {
  padding-top: 5px;
  line-height: 2em;
  text-align: left;
}
.krinbnewsmore a {
  font-weight: bold;
  color: #173ea9;
  text-decoration: underline;
  font-size: 1.05em;
}
.krinbnewsother {
  padding: 8px 0;
  display: block;
  color: #888;
  font-style: italic;
  font-size: 1.05em;
}
.rninhowplist span {
  display: block;
}

#bottom {
  padding: 3em 0;
  background: #2a1960;
  clear: both;
  text-align: left;
  color: #bfbfbf;
}
#bottom h4 {
  font-size: 1.5em;
  padding: 3px 0px;
  line-height: 2em;
  margin-bottom: 5px;
  color: #fff;
}
#bottop {
  padding: 0 10%;
}
#botab {
  width: 37%;
  padding-left: 0.5%;
  padding-right: 5%;
}
.botabtext {
  padding: 2px 0px;
  line-height: 2em;
  font-size: 1.15em;
}
.botcate {
  width: 21%;
  padding-right: 5%;
}
#botpic {
  width: 15%;
  padding-right: 7%;
  margin-top: 10px;
}
#botpic img {
  opacity: 0.56;
  max-width: 180px;
}
.botcate1 {
  width: 43%;
  padding-right: 5%;
}
.botcatelist {
}
.botcatelist ul {
  overflow: hidden;
}
.botcatelist ul li {
  padding: 5px 0px;
  font-size: 1.25em;
  line-height: 1.75em;
}
.botcatelist ul li a {
  padding-left: 1px;
  color: #bfbfbf;
}
.botcate1 .botcatelist ul li {
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  margin-right: 4.5%;
}
#botlogo {
  text-align: center;
  margin-top: 0px;
  width: 100%;
  background: #fafafa;
  padding: 20px 0;
}
#botlogo img {
  position: relative;
}
#botlx {
  width: 30%;
}

.botlxlist li {
  line-height: 2em;
  padding: 3px 0px;
  font-size: 1.25em;
  line-height: 30px;
  background-position: left 10px;
  background-repeat: no-repeat;
  padding-left: 23px;
}
.botlxlist li.cname {
  padding-left: 0;
  font-weight: bold;
  color: #fff;
}
.botlxlist li.cadd {
  background-image: url(../index.html);
}
.botlxlist li.cema {
  background-image: url(../index.html);
}
.botlxlist li.cwhat {
  background-image: url(../index.html);
}
.botlxlist li.ctel {
  background-image: url(../index.html);
}
.botlxlist li.cmob {
  background-image: url(../index.html);
}
.botlxlist li strong {
  color: #222;
}
#bottom a:hover {
  text-decoration: none;
}
#botfol {
  width: 18%;
}
#botsign {
  width: 29%;
}
.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;
  display: block;
  text-indent: 5px;
  padding: 2px 0px;
  border: none;
  outline: none;
  vertical-align: middle;
  width: 100%;
  text-indent: 15px;
}
.botsignbox .bsbtn {
  background: #1514d6;
  color: #fff;
  width: 45%;
  height: 36px;
  margin-top: 6px;
  text-align: center;
  margin-top: 15px;
  font-size: 1.15em;
  border: none;
  outline: none;
  vertical-align: middle;
  cursor: pointer;
}

#bottop {
  padding-bottom: 60px;
}
#footer {
  font-size: 1.15em;
  background: #1f104f;
}
#footer .wrap {
  padding: 1.5em 0;
}
#copy {
  line-height: 2.25em;
  text-align: center;
  color: #fff;
}
.botkey {
  display: block;
  padding: 3px 0;
  font-size: 0.95em;
  color: #ddd;
}
.botkey a {
  color: #888;
}

#copy a {
  color: #aaa;
}
#botdh {
  text-align: center;
}
#botdh a {
  margin: 0 3px;
}
#botsoc {
  margin-top: 10px;
}
#botsoc img {
  max-height: 20px;
  opacity: 0.9;
}
#botsoc a {
  margin-left: 15px;
  display: inline-block;
}

.mobdlbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.8);
  display: none;
}
.mobdlbtn a {
  display: block;
  background: #244985;
  color: #fcc121;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.75em;
  padding: 10px 10px;
  text-align: center;
  border-radius: 3px;
}
.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(../index.html) 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(../index.html) 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;
  text-align: center;
  color: #fff;
}
#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 {
  width: 100%;
  background: #4b3fa3;
  padding: 1em 0;
  text-align: left;
}
.locabox h3 {
  font-size: 2.25em;
  color: #fcc121;
  line-height: 2em;
  text-transform: uppercase;
}
#locatit {
  font-size: 1.15em;
  line-height: 2em;
  color: #ddd;
  padding: 0 0;
}
#locatit a {
  color: #ddd;
}

#main {
  padding-top: 4em;
  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;
}
.proselbox {
  padding: 10px 10%;
}
.proselitem {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 23%;
  padding: 0 0;
  margin-right: 2.3%;
  background: #fafafa;
}
.prosellast {
  margin-right: 0;
}
.proselitem .proseltit {
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px 15px 0 15px;
}
.proselitem .prosellist {
  padding: 0 0;
  position: relative;
}
.prosellist .pcate {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 15px;
  cursor: pointer; /*border:1px solid #ddd; border-radius:5px;*/
  background: url(../index.html) 96% center no-repeat;
}
.new {
  width: 100%;
  position: absolute;
  background: #fff;
  -webkit-box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 20px 30px -5px rgba(0, 0, 0, 0.15);
  display: none;
  background: #fff;
  z-index: 99;
}

.prosellist ul li {
  line-height: 20px;
  padding: 5px 15px;
  cursor: pointer;
  font-size: 1.15em;
}
.prosellist ul li:hover {
  background: #ccc;
  color: #fff;
}
.projvbox {
  padding: 0 10%;
}
#left {
  width: 20%;
}
#yflsear h4 {
  font-size: 1.75em;
  line-height: 1.5em;
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px 0;
}

.krlbox {
  /* background:#fcfcfc;*/
  padding-bottom: 2em;
}
.krlbox h4 {
  font-size: 1.75em;
  background: #4b3fa3;
  color: #fff;
  line-height: 1.75em;
  padding: 5px 15px;
  border-bottom: solid 2px #f1f1f1;
  text-transform: uppercase;
}
.krlcatelist {
  border: solid 1px #f1f1f1;
  padding: 10px 15px;
  padding-bottom: 25px;
}
.krlcatelist ul li {
  border-bottom: solid 1px #f1f1f1;
  position: relative;
}
.krlcatelist ul li:last-child {
}
.krlcatelist ul li a {
  font-size: 1.25em;
  line-height: 1.75em;
  padding: 10px 6px;
  display: block;
}
.krlcatelist ul li > a:hover {
  background: #fcfcfc;
  text-decoration: none;
  color: #ffcc00;
}
.krlcatelist ul li.selected > a {
  color: #dbb385;
}
.krlcatelist ul li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  border: solid 1px #f1f1f1;
  padding: 10px 12px;
  width: 150px;
}
.krlcatelist ul li ul li {
  background: none;
  border: none;
  padding: 0 5px;
}
.krlcatelist ul li ul li a {
  padding: 4px 15px;
  display: block;
  background: none;
  font-size: 1.05em;
  color: #676767;
  padding-left: 0;
  font-weight: normal;
}
.krlcatelist ul li ul li a:hover {
  text-decoration: none;
  background: none;
}
.thlbox {
  margin-bottom: 2em;
}
.thlbox h4 {
  font-size: 1.75em;
  line-height: 2em;
  padding-bottom: 5px;
  margin-bottom: 1em;
  border-bottom: solid 1px #ddd;
}
.thlcatelist {
}
.thlcatelist ul li {
  font-size: 1.15em;
  line-height: 1.5em;
  padding: 8px 0;
  margin-bottom: 3px;
  list-style: disc inside;
}

#right {
  width: 75%;
}

.rbox {
  padding: 0;
}
.rbox h2,
.rbox h1 {
  font-size: 2em;
  line-height: 2em;
  text-transform: uppercase;
  text-align: left;
  vertical-align: middle;
}
.rbox h1 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.5em;
  font-size: 1.25em;
  color: #555;
}
.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;
}

.projview {
  text-align: center;
}
.projvtit {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 20px 25px;
}
.projvtext {
  font-size: 1.25em;
  line-height: 2em;
  color: #707070;
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: left;
}
.projvback {
  text-align: left;
  padding: 10px 0;
  font-size: 13px;
}
.projvback a {
  color: #999;
}
.projvback a:hover {
  text-decoration: none;
}
.projvarea {
  display: inline-block;
  background: #424242;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}
.projvarea a {
  color: #fff;
}
.projvauth {
  padding: 0;
  font-size: 1.05em;
  line-height: 1.5em;
  color: #888;
}
..projvauth b {
  color: #424242;
}

.pvbox {
  padding: 0 10%;
}
#pvtop {
  overflow: hidden;
}
#pvtleft {
  width: 51%;
}
.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;
}
.pvtoptu {
  padding: 0 1%;
}

.mcservtop {
  padding: 1em 0;
}
.mcservviewpic {
  width: 46%;
}
.mcserviewright {
  width: 50%;
}
.mcserviewright h5 {
  font-size: 1.75em;
  line-height: 2em;
}
.mcservviewtext {
  font-size: 1.15em;
  line-height: 2em;
  padding: 10px 0;
}

#pvtright {
  width: 44%;
}
#pvtright h5 {
  font-size: 2.25em;
  padding: 3px 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: #dbb385;
}
#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;
  border-top: solid 1px #e5e5e5;
  margin-top: 25px;
}
#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(../index.html) 10px 12px no-repeat;
  padding: 5px 1.5em 5px 1.75em;
}
#pvrbtn a.pvnext {
  background: url(../index.html) 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;
}

.krnewsbox {
  padding-top: 0;
  margin-bottom: 2em;
}
.krnewsbox .krnewsitem {
  display: block;
  text-align: left;
  background: #fff;
  margin-top: 10px;
  margin-bottom: 30px;
}
.krnewsbox .krnewslast {
  margin-right: 0;
}
.krnewsitem .krnewspic img {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.krnewsitem .krnewspic {
  width: 30%;
  line-height: 0;
  overflow: hidden;
}
.krnewsitem .krnewspic:hover img {
  transform: scale3d(1.04, 1.04, 1);
}
.krnewsitem .krnewschra {
  width: 63%;
  padding: 1px 3%;
}
.krnewschra h5 {
  font-size: 1.5em;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.krnewschra h5 a {
  font-weight: bold;
}
.krnewschra .krnewsdate {
  color: #999;
  font-size: 1.15em;
  line-height: 1.5em;
  padding: 3px 0px;
}
.krnewschra .krnewstext {
  font-size: 1.25em;
  line-height: 1.65em;
  padding: 2px 0px;
}
.krnewsmore {
  display: block;
  margin-top: 8px;
  text-align: left;
  padding: 0 0px;
}
.krnewsmore a {
  font-size: 1.25em;
  color: #4b3fa3;
  font-weight: bold;
  text-decoration: underline;
}
.krnewsmore a:hover {
}

.rmplbox {
  padding: 0 0;
}
.rmplbox .rmplitem {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 96%;
  padding: 2%;
  margin-bottom: 2.5em;
  background: #f9f9f9;
}
.rmplbox .rmpllast {
  margin-right: 0;
}
.rmplitem .rmplpic {
  width: 27%;
}
.rmplitem .rmplwz {
  width: 70%;
}
.rmplitem .rmplpic a {
  line-height: 0;
  display: block;
  overflow: hidden;
}
.rmplitem .rmplpic img {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.rmplpic:hover img {
  transform: scale3d(1.1, 1.1, 1.1);
}
.rmplitem h5 {
  font-size: 1.5em;
  line-height: 1.75em;
  padding: 5px 0;
}
.rmplitem h5 a {
}
.rmpldate {
  padding: 0px 0;
  font-size: 1.15em;
  line-height: 1.5em;
  color: #999;
  font-style: italic;
}
.rmplitem .rmpltext {
  font-size: 1.25em;
  line-height: 1.75em;
  margin-top: 10px;
  color: #777;
  padding: 0 0;
}
.rmplitem .rmplmore {
  margin-top: 15px;
  font-size: 1.15em;
  line-height: 1.75em;
}
.rmplitem .rmplmore a {
  display: inline-block;
  color: #fff;
  background: #2a559b;
  padding: 7px 20px;
  text-decoration: none;
  -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;
}
.rmplitem .rmplmore a:hover {
  background: #3d7fe9;
  text-decoration: none;
}

#abfactory {
  margin-top: 5em;
  margin-bottom: 5em;
}
#abfactory h5 {
  font-size: 2.5em;
  line-height: 2em;
}
.facshowbox {
  padding: 10px 10%;
  clear: both;
}
.facshowbox ul {
}
.facshowbox ul li {
  display: inline-block;
  width: 30%;
  margin: 10px 1.5%;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  text-align: center;
}
.facshowbox ul li img {
  border: solid 1px #e5e5e5;
}
.facshowbox ul li.faclast {
  margin-right: 0;
}
.facshowbox ul li span {
  display: block;
  padding-top: 10px;
  text-align: center;
  font-size: 1.15em;
  line-height: 1.5em;
}
.cmabbox {
  padding: 35px 25%;
}
.cmabpic {
  width: 38%;
}
.cmabwz {
  margin-top: 0;
  line-height: 2em;
  font-size: 1.25em;
  word-break: break-word;
}
.pagecont {
  padding: 5px 1px;
  line-height: 2em;
  font-size: 1.15em;
  word-break: break-word;
}
.pagecont ol {
  margin-left: 20px;
}
.pagecont ol li {
  list-style: inherit;
  margin-left: 15px;
}
.pagecont h5 {
  font-size: 1.15em;
  color: #be0000;
  line-height: 2em;
  margin-bottom: 5px;
}
.pagesup {
  background: #f9f9f9;
  border: solid 1px #ddd;
  display: block;
  padding: 20px;
  margin-top: 2em;
}
.pagesup h6 {
  font-size: 1.35em;
  color: #be0000;
  line-height: 2em;
}
.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;
}

.ml {
  font-size: 1.15em;
  margin-top: 1em;
}
#ptoptit {
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  border-top: solid 1px #e5e5e5;
  margin: 10px 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: 3px 10px;
  margin: 0px 2px;
  transition: all 0.3s;
}
#rpage ul li {
  display: inline-block;
  margin-left: 5px;
}
#rpage li.active a,
#rpage a:hover {
  text-decoration: none;
  background: #4b3fa3;
  color: #fff;
}
.botpad {
  padding-top: 10px;
}

.newscont {
}
.newscont h5 {
  font-size: 2em;
  line-height: 1.75em;
  font-weight: bold;
  text-align: left;
  padding: 5px 0px;
  border-bottom: solid 1px #ccc;
}
.nvdate {
  padding: 5px 0px;
  text-align: left;
  color: #999;
  margin-bottom: 5px;
  line-height: 2em;
  font-size: 1.15em;
  padding-top: 10px;
}
.nvdate span {
  position: absolute;
  right: 5px;
  top: 9px;
  font-size: 1.15em;
}
.nvdate span a {
  background: url(../index.html) right center no-repeat;
  padding-right: 30px;
  text-decoration: underline;
  font-weight: bold;
}
.nvcont {
  line-height: 2em;
  font-size: 1.25em;
  padding: 0 0;
}
.newback {
  padding: 6px 0px;
  line-height: 2em;
  font-size: 1.25em;
  font-weight: bold;
  text-align: right;
}
.newback a {
  text-decoration: underline;
  background: url(../index.html) right center no-repeat;
  padding-right: 30px;
}

#pvbot {
  padding: 1em 0;
}
#pvdes {
  padding-top: 2em;
  clear: both;
}
#pvdes h5 {
  font-size: 2.25em;
  padding: 3px 1px;
  line-height: 1.5em;
}
#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;
}
#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: #dbb385;
  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: 30px 30px;
  margin-top: 60px;
  background: #fafafa;
}
.alsolike h5 {
  font-size: 2.5em;
  line-height: 2em;
  color: #faa00d;
  padding: 0 0;
}
.alprodlist {
  padding: 5px 0;
}
.alprodlist ul {
  overflow: hidden;
}
.alprodlist ul li {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 23.5%;
  margin: 1.5em 1.5% 5px 0;
  vertical-align: top;
  text-align: left;
}
.alprodlist ul li:last-child {
  margin-right: 0;
}
.alprodlist ul li span {
  display: block;
  padding: 10px 0px;
  font-size: 1.25em;
  line-height: 1.5em;
  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;
}
.pvcbox {
  display: none;
  background: #fff;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
}
.pvcbox .pvcclose {
  position: absolute;
  right: 0;
  top: 0;
}
.pvccontent {
  max-width: 1500px;
  padding: 30px;
  margin: 0 auto;
}
.pvconleft {
  width: 48%;
  margin: 10% 0;
}
.pvconright {
  width: 40%;
  margin-top: 15%;
}
.pvconright h6 {
  font-size: 1.75em;
  line-height: 2em;
}
.pvcrlist {
  padding: 10px 0;
}
.pvcrlist ul li {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  *zoom: 1;
  width: 22.5%;
  margin: 1.5em 2% 5px 0;
  vertical-align: top;
}
.pvcrtext {
  font-size: 1.25em;
  line-height: 2em;
  padding: 10px 0;
}
#pvinq {
  margin-top: 1em;
  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: #dbb385;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  cursor: pointer;
  width: 135px;
  height: 35px;
  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, 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;
}
.lxform {
  padding: 2% 0;
}
.lxtext {
}
.lxpic {
  width: 47%;
}

.lxright {
  display: block;
  vertical-align: top;
  padding: 3%;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
  margin-top: 3em;
}
.lxright h5 {
  font-size: 1.5em;
  line-height: 1.5em;
}
.indexformtop,
.indexformbot {
}
.indexformtop input {
  border: solid 1px #eee;
  background: #fff;
  display: inline-block;
  margin: 10px 0px;
  line-height: 30px;
  text-indent: 6px;
  padding: 4px 0px;
  width: 100%;
  color: #333;
  outline: none;
}
.indexformbot textarea {
  outline: none;
  border: solid 1px #eee;
  background: #fff;
  display: block;
  margin: 1em 0px;
  line-height: 28px;
  text-indent: 6px;
  padding: 3px 0px;
  width: 100%;
  color: #333;
}
.indexformbot input.inbsubbtn {
  display: inline-block;
  background: #2a559b;
  color: #fff;
  font-size: 1.15em;
  line-height: 1.5em;
  padding: 10px 35px;
  font-weight: bold;
  transition: all 0.5s ease 0s;
  border: none;
  margin-top: 5px;
}
.indexformbot input.inbsubbtn:hover {
  background: #4c7fd2;
  text-decoration: none;
}

.lxbox {
  margin-top: 1em;
}
.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 {
  background: #f9f9f9;
  border: solid 1px #ddd;
  display: block;
  padding: 20px;
  font-size: 1.25em;
  line-height: 2em;
}
.lxcontactform {
  background: #fafafa;
  padding: 20px 25px;
  margin-top: 3em;
}
#contactform {
  padding: 5px 0;
}
.lxcont,
.lxmap {
  padding-top: 3em;
  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.25em;
  padding: 5px 0;
  text-align: left;
}
#contactform input,
#contactform select,
#contactform textarea {
  border: none;
  background: #fafafa;
  color: #555;
  padding: 5px 0px;
  line-height: 30px;
  text-indent: 5px;
  outline: none;
  width: 98%;
  display: block;
}
#contactform select {
  width: 35%;
} /*
#contactform textarea { width:70%;}*/
#contactform input.asbtn {
  background: #be0000;
  color: #fff;
  font-size: 1.25em;
  text-align: center;
  cursor: pointer;
  width: 135px;
  height: 36px;
  border: none;
  margin-top: 5px;
}
.color {
  color: #888;
}
.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;
}
.locabox li {
  display: inline-block;
}
