@charset "UTF-8";
/* 
Author: Nuj
Version: 1.0.0
Date:2015.8.17
*/
/*初始化*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

body {
  -webkit-text-size-adjust: none;
  background: #fff;
  color: #848484;
  font-size: 12px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
}

td, th, caption {
  font-size: 12px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

a {
  color: #868686;
  text-decoration: none;
  transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  /* Firefox 4 */
  -webkit-transition: all .3s ease 0s;
  /* Safari 和 Chrome */
  -o-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
}

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #13b5b1;
}

img {
  border: none;
}

ol, ul, li {
  list-style: none;
}

input, textarea, select, button {
  font: 12px Verdana,Helvetica,Arial,sans-serif;
}

input[placeholder] {
  font: 12px "宋体";
}

table {
  border-collapse: collapse;
}

.clear {
  clear: both;
}

.ch {
  font-family: "微软雅黑", "黑体", "宋体";
}

.en {
  font-family: Verdana,Helvetica,Arial,sans-serif;
}

*:focus {
  outline: none;
}

@font-face {
  font-family: 'iconfont';
  src: url("//at.alicdn.com/t/font_1442987161_9189723.eot");
  /* IE9*/
  src: url("//at.alicdn.com/t/font_1442987161_9189723.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_1442987161_9189723.woff") format("woff"), url("//at.alicdn.com/t/font_1442987161_9189723.ttf") format("truetype"), url("//at.alicdn.com/t/font_1442987161_9189723.svg#iconfont") format("svg");
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-text-stroke-width: 0.2px;
}

.show {
  display: block !important;
}

.hide {
  display: none !important;
}

/*结束*/
body {
  background: url(images/bg.gif) repeat;
  position: relative;
  text-align: center;
}

body:before {
  content: "";
  background: url(images/topbg.jpg) repeat-x;
  height: 7px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#wrapper {
  width: 980px;
  margin: 0 auto;
}

#header {
  padding: .5em 0;
}

/*顶部Logo*/
.hlogo {
  float: left;
}
.hlogo h1 {
  padding: 10px 30px;
}
.hlogo .hlogoico {
  background: url(images/logo.png) no-repeat;
  width: 139px;
  height: 133px;
  text-indent: -9999px;
  display: inline-block;
}

/*顶部右侧*/
.search-sns {
  float: right;
  width: 35%;
  margin-top: 3.5em;
}
.search-sns .sns {
  margin-bottom: 1em;
  float: right;
}
.search-sns .sns #qtranslate-chooser:before,
.search-sns .sns #qtranslate-chooser:after {
  display: table;
  content: " ";
}
.search-sns .sns #qtranslate-chooser:after {
  clear: both;
}
.search-sns .sns #qtranslate-chooser li {
  float: left;
}
.search-sns .sns #qtranslate-chooser li a {
  font-size: 1.2em;
  padding: 1em;
  color: #fff;
  display: inline-block;
  width: 6em;
}
.search-sns .sns #qtranslate-chooser li .active a {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4) inset;
}
.search-sns .sns #qtranslate-chooser li:first-child a {
  background-color: #28a9cf;
  border-top-left-radius: 2em;
  border-bottom-left-radius: 2em;
}
.search-sns .sns #qtranslate-chooser li:last-child a {
  background-color: #f33333;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
}
.search-sns .search {
  float: right;
  width: 100%;
}
.search-sns .search #searchform {
  background-color: #fff;
  border-radius: .3em;
  overflow: hidden;
  position: relative;
}
.search-sns .search #searchform .letterinput {
  padding: 1em;
  float: left;
  border: none;
  width: 85%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2) inset;
}
.search-sns .search #searchform .gobutton {
  position: absolute;
  right: 0;
  width: 15%;
  height: 100%;
  background-color: #b2d646;
  border: none;
  cursor: pointer;
  color: #fff;
  font-size: 1.4em;
}

#menu .topmenu {
  border: 3px solid #fff;
  border-radius: 50px;
  position: relative;
  z-index: 20;
  height: 51px;
}
#menu .topmenu li {
  float: left;
  position: relative;
}
#menu .topmenu li a {
  width: 139.14286px;
  padding: .75em .5em;
  color: #fff;
  display: block;
  font-size: 16px;
}
#menu .topmenu li a:hover {
  background: #F7F7F7;
}
#menu .topmenu li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#menu .topmenu li:first-child a {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
#menu .topmenu li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#menu .topmenu li:last-child .children li a{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
#menu .topmenu li:last-child .children {
  border-top-right-radius: 10px;
}
#menu .topmenu li:last-child a {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
#menu .topmenu .home-menu a, #menu .topmenu .vip-menu a {
  background: #47a6dc;
}
#menu .topmenu .home-menu a:hover, #menu .topmenu .vip-menu a:hover {
  color: #47a6dc;
}
#menu .topmenu .home-menu .children, #menu .topmenu .vip-menu .children {
  background: #3C8AB6;
}
#menu .topmenu .about-menu a, #menu .topmenu .contact-menu a {
  background: #46d0d6;
}
#menu .topmenu .about-menu a:hover, #menu .topmenu .contact-menu a:hover {
  color: #46d0d6;
}
#menu .topmenu .about-menu .children, #menu .topmenu .contact-menu .children {
  background: #37A6AB;
}
#menu .topmenu .pro-menu a {
  background: #b2d646;
}
#menu .topmenu .pro-menu a:hover {
  color: #b2d646;
}
#menu .topmenu .pro-menu .children {
  background: #8BA639;
}
#menu .topmenu .shop-menu a {
  background: #ffcb3e;
}
#menu .topmenu .shop-menu a:hover {
  color: #ffcb3e;
}
#menu .topmenu .shop-menu .children {
  background: #DFB238;
}
#menu .topmenu .rec-menu a {
  background: #ee468d;
}
#menu .topmenu .rec-menu a:hover {
  color: #ee468d;
}
#menu .topmenu .rec-menu .children {
  background: #ee468d;
}
#menu .topmenu:before {
  content: "";
  background: url(images/msleft.png) no-repeat;
  width: 532px;
  height: 24px;
  position: absolute;
  z-index: 10;
  top: 49px;
  left: 0;
}
#menu .topmenu:after {
  content: "";
  background: url(images/msright.png) no-repeat;
  width: 532px;
  height: 24px;
  position: absolute;
  z-index: 10;
  top: 49px;
  right: 0;
}
#menu .children {
  position: absolute;
  top: 45px;
  width: 100%;
  border-bottom-right-radius: 1em;
  border-bottom-left-radius: 1em;
  overflow: hidden;
  z-index: 99;
  height: 0;
}
#menu .children li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#menu .children li:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#menu .children li:first-child a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#menu .children li:last-child {
  border-bottom: none;
}
#menu .children li:last-child a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#banner {
  background: url(images/bannerbg.png) no-repeat;
  height: 360px;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.bannerul li{
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  display: none;
}
.bannerul .showpic{
  z-index: 10;
}
.bannerul li img{
  border-radius: 10px;
}
#banner .left {
  position: absolute;
  left: 70px;
  top: 70px;
  text-align: left;
}
#banner .left .subtitle {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
#banner .left .bannertitle {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
#banner .left p {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  margin: 10px 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
#banner .right {
  position: absolute;
  right: 40px;
  top: 50px;
}
#banner .right img {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  margin-left: 120%;
}
#banner .bannerbtn {
  position: absolute;
  top: 290px;
  /*left: 75px;*/
  z-index: 999;
  width: 100%;
}
#banner .bannerbtn .dotul{
  margin: 0 auto;
  display: inline-block;
}
#banner .bannerbtn .dotul li {
  float: left;
  padding: .6em;
  border-radius: 50%;
  margin: 0 .5em;
  cursor: pointer;
  border: 2px solid #fff;
}
#banner .bannerbtn .dotul .sel-nav {
  background-color: #47a6dc !important;
}

#index-right {
  width: 70%;
  float: right;
}

#sidebar {
  width: 29%;
  margin: 0 1% 1% 0;
}

#index-pro {
  width: 100%;
  float: right;
  margin-bottom: 15px;
}
#index-pro .boxtitle {
  background: #b2d646;
}

#index-procate {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
#index-procate .mainbox {
  padding: 0;
}
#index-procate .sidetitle {
  background: #ffcb3e;
  margin: 1em;
}
#index-procate .sidetitle:before, #index-procate .sidetitle:after {
  background: #e2b232;
}

#index-loca {
  width: 100%;
  float: left;
}
#index-loca .mainbox {
  padding: 0;
}
#index-loca .sidetitle {
  background: #47a6dc;
  margin: 1em;
}
#index-loca .sidetitle:before, #index-loca .sidetitle:after {
  background: #297dac;
}

#index-about {
  width: 100%;
  float: right;
  position: relative;
}
#index-about .mainbox {
  padding: 0;
}

.mainbox {
  background: #fff;
  border-radius: 20px;
  padding: 15px 15px 20px 15px;
  box-shadow: 3px 6px 0px #ebebeb;
  border: 1px solid #fff;
}

.boxtitle {
  padding: 1.2em 1em;
  font-size: 16px;
  color: #fff;
  border-radius: .3em;
  position: relative;
}
.boxtitle h2 {
  float: left;
  text-indent: 1em;
}
.boxtitle h2:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 60%;
  background: #9dbd3b;
  border-radius: 10px;
  top: 20%;
  left: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.boxtitle .more {
  float: right;
  color: #fff;
}

.sidetitle {
  padding: 1.2em 1em;
  font-size: 16px;
  color: #fff;
  border-radius: .3em;
  position: relative;
}
.sidetitle:before {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  position: absolute;
  top: 1.5em;
  left: 1em;
}
.sidetitle:after {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  box-shadow: 1px 2px 0px rgba(0, 0, 0, 0.1) inset;
  position: absolute;
  top: 1.5em;
  right: 1em;
}

.pro-singletitle {
  text-align: left;
  font-size: 18px;
  color: #646464;
  text-indent: 1em;
  position: relative;
  padding: 20px 10px;
  border-bottom: 1px solid #eee;
}
.pro-singletitle:before {
  content: "";
  position: absolute;
  left: 0;
  width: .5em;
  height: 50%;
  background: #46d0d6;
}

.catemain {
  background: #f8f8f8;
  padding: 25px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px dashed #dcdcdc;
}
.catemain ul {
  width: 90%;
  margin: 5%;
}
.catemain ul li a {
  padding: .9em 1em;
  width: 100%;
  background: #3D89B5;
  color: #fff;
  display: block;
  margin: 1.5em 0;
  font-size: 18px;
  border-radius: .4em;
  box-shadow: 3px 3px 0px #0D2D3F;
  letter-spacing: .3em;
  text-shadow: 1px 0px 2px #103245;
  font-weight: bold;
}
.catemain ul li a:hover {
  background: #336D8E;
  box-shadow: 3px 3px 0px #0B1B24;
}

.locamain {
  background: #f8f8f8;
  padding: 20px 0;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top: 1px dashed #dcdcdc;
}
.locamain #allmap {
  width: 90%;
  height: 210px;
  margin: 0 5%;
}
.locamain #allmap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.locamain .anchorBL {
  display: none;
}

.aboutthum {
  width: 40%;
  padding: 20px;
  float: left;
}

.abouttext {
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px;
  background: #f8f8f8;
  border-left: 1px dashed #dcdcdc;
  position: absolute;
  overflow: hidden;
}
.abouttext h2 {
  font-size: 18px;
  text-align: left;
  margin-bottom: 1em;
  position: relative;
  text-indent: 1em;
}
.abouttext h2:before {
  content: "";
  width: .5em;
  height: 100%;
  position: absolute;
  left: 0;
  background: #46d0d6;
}
.abouttext p {
  margin: 1em 0;
  line-height: 22px;
  text-align: left;
}
.abouttext .moreabout {
  float: right;
  color: #46d0d6;
}

.promain {
  margin: 1em 0;
  min-height: 700px;
}
.promain .pro-item {
  float: left;
  width: 30%;
  margin: 1.5%;
}
.promain .pro-item .prothum {
  width: 100%;
  height: 196px;
  overflow: hidden;
  border-radius: 1em;
  border: 1px solid #B2D646;
}
.promain .pro-item h3 {
  margin: 1em 0;
  font-size: 12px;
  color: #b2b2b2;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.drawthum img{
  width: 100%;
  height: 100%;
  display: block;
}
.page-boxtitle {
  position: relative;
}
.page-boxtitle h2 {
  font-size: 18px;
  float: left;
  color: #47a6dc;
  padding: 1.5em;
}
.page-boxtitle .breadcrumbs {
  float: right;
  margin: 30px 25px 0 0;
}
.page-boxtitle .breadcrumbs a {
  color: #46d0d6;
}
.page-boxtitle .breadcrumbs span {
  margin: 0 .5em;
}
.page-boxtitle:after {
  content: "";
  width: 95%;
  margin: 0 auto;
  height: .8em;
  border-radius: 1em;
  background: #f1f1f1;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1) inset;
}

.page-aboutmain {
  padding: 10px 10px 40px 10px;
  margin: 10px 0;
  min-height: 640px;
}
.page-aboutmain img {
  border-radius: 1em;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3) inset;
  margin: 1em 0;
  display: block;
  width: 100%;
  height: auto;
}
.page-aboutmain p {
  padding: 1em 0;
  line-height: 28px;
  font-size: 14px;
  text-align: left;
  color: #a5a5a5;
}

#page-product .boxtitle {
  background: #b2d646;
}

.page-jobmain ul li {
  padding: 30px 20px;
  text-align: left;
  border-bottom: 1px dashed #eee;
}
.page-jobmain ul li .article-title {
  padding: 20px 0;
  position: relative;
}
.page-jobmain ul li .article-title h3 {
  color: #5a5a5a;
  font-size: 16px;
  text-indent: 1em;
}
.page-jobmain ul li .article-title p {
  color: #d5d5d5;
  text-indent: .5em;
  font-size: 12px;
}
.page-jobmain ul li .article-title:before {
  content: "";
  position: absolute;
  width: .5em;
  height: 50%;
  background: #46d0d6;
}
.page-jobmain ul li p {
  padding: 0 10px;
  line-height: 28px;
  color: #a7a7a7;
  font-size: 14px;
}
.page-jobmain ul li .readmore {
  text-align: right;
  color: #46d0d6;
  font-size: 12px;
}

.single-jobmain {
  padding: 30px;
}
.single-jobmain ul li {
  width: 48%;
  margin: 0 1%;
  float: left;
  text-align: left;
  padding: 20px;
  font-size: 14px;
  border-bottom: 1px dashed #eee;
}
.single-jobmain ul li em {
  font-weight: bold;
}
.single-jobmain .other {
  text-align: left;
  padding: 20px;
  font-size: 14px;
}
.single-jobmain .other em {
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}
.single-jobmain .other p {
  line-height: 28px;
}

.page-contactmain {
  padding: 30px;
}
.page-contactmain #allmap {
  width: 100%;
  height: 300px;
  border-radius: 1em;
}
.page-contactmain #allmap * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.page-contactmain .anchorBL {
  display: none;
}
.page-contactmain .contacttext li {
  padding: 20px;
  font-size: 14px;
  text-align: left;
  border-bottom: 1px dashed #eee;
  color: #4579BD;
}
.page-contactmain .contacttext li i {
  font-size: 28px;
  margin: 0 10px;
  color: #3349BA;
}
.page-contactmain .contacttext li em {
  font-weight: bold;
}

.pro-singlemain {
  padding: 10px;
}
.pro-singlemain img {
  width: 100%;
  height: auto;
  border-radius: 1em;
  display: block;
  margin: 10px 0;
}

.shopbtn li {
  float: left;
  width: 45%;
  margin: 0 2.5%;
  padding: 15px 0;
  font-size: 16px;
  color: #fff;
  border-radius: .5em;
  cursor: pointer;
  position: relative;
}
.shopbtn .buy {
  background: #b2d646;
  border: 1px solid #9dc130;
}
.shopbtn .buy .children {
  background: #A1C241;
}
.shopbtn .buy .children a {
  border-bottom: 1px solid #96B33F;
}
.shopbtn .dis {
  background: #ffcb3e;
  border: 1px solid #d8a825;
}
.shopbtn .dis .children {
  background: #D2A838;
}
.shopbtn .dis .children a {
  border-bottom: 1px solid #C09A34;
}
.shopbtn .children {
  position: absolute;
  width: 100%;
  bottom: 50px;
  border-top-left-radius: .5em;
  border-top-right-radius: .5em;
  height: 0;
  overflow: hidden;
  z-index: 999;
}
.shopbtn .children li {
  padding: 0;
  margin: 0;
  float: none;
  width: 100%;
}
.shopbtn .children li a {
  display: block;
  color: #fff;
  width: 100%;
  padding: 15px 0;
}
.shopbtn .children li:last-child a {
  border-bottom: none;
}

#footer {
  width: 80%;
  position: relative;
  margin: 30px auto 0 auto;
}
#footer .copyright {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
  color: #185a4a;
}
#footer .copyright a {
  color: #185a4a;
}

/*分页样式*/
.pagecon {
  width: 100%;
  padding: 20px 0;
  text-align: right;
}

.pagenavi {
  display: inline-block;
}

.pagenav {
  max-width: 100%;
  margin: 30px auto 0 auto;
  text-align: center;
  display: inline-block;
}

.page-numbers {
  display: inline-block;
  float: left;
  margin-right: 5px;
  padding: 8px 11px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  color: #999;
  text-align: center;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  background-color: #fff;
}

.pagenavi a:hover, .current {
  background: #b2d646;
  color: #fff;
}

.pagenavi:after {
  clear: both;
  display: table;
  content: "";
  margin: 0 auto;
}

/*兼容*/
.maskbg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  text-align: center;
  z-index: 50;
}

.llq img {
  width: 150px;
  height: auto;
  z-index: 20;
  margin: 30px 10px;
}

/**/
.ar-item{
  text-align: left;
  padding: 20px 10px;
  border-bottom: 1px dashed #eee;
  font-size: 14px;
}

.single-infomain p{
  font-size: 14px;
  line-height: 24px;
  text-indent: 2em;
}
.single-infomain ol{
  padding: 0 20px;
}
.single-infomain ol li{
    list-style-type: decimal;
    margin: 10px 0;
    font-size: 14px;
    line-height: 24px;

}
/**/
.app-singlemain .appinfo,.app-singlemain .appdowload,.app-singlemain .drawdowload{
  padding: 30px 20px;
  border:1px solid #E8E8E8;
  border-radius: 10px;
  margin: 30px 10px;
  position: relative;
  line-height: 26px;
  font-size: 14px;
}
.app-singlemain .appinfo h3,.app-singlemain .appdowload h3,.app-singlemain .drawdowload h3{
  position: absolute;
  background: #47a6dc;
  padding: 5px 10px;
  border-radius: 5px;
  top: -20px;
  left: 10px;
  color: #fff;
}
.app-singlemain .appdowload a{
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  background: #46d0d6;
  color: #fff;
  margin: 0 2.5%;
  width: 44%;
}
.app-singlemain .drawdowload a{
  padding: 10px 20px;
  display: inline-block;
  border-radius: 5px;
  background: #46d0d6;
  color: #fff;
  width: 100%;
}

.cat-item .children{
  display: none;
}

.catemain .children li a{
  background: none;
  color: #3D89B5;
  box-shadow:none;
  text-shadow:none;
  padding: .4em 1em;
}

.catemain .children li a:hover {
    background: none;
    box-shadow: none;
}


.termbanner{
  margin: 20px 0;
}

.termbanner img{
  width: 100%;
  height: auto;
  display: block;
}