html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height: 1.3em;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background: transparent;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

p, span, hr, button, form {
  margin: 0;
  padding: 0;
  font-size: 12px;
}

mark {
  background: yellow;
  color: black;
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
  text-transform: none;
}

select {
  text-transform: none;
}

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

* {
  font-family: Arial;
  color: #333333;
}

a {
  color: black;
}

a:hover {
  color: white;
}

/*----top---- */
#top {
  width: 100%;
  height: 50px;
  background: white url(../images/menu-bg.jpg) center no-repeat;
  margin-top: 40px;
  position: relative;
  z-index: 99;
}
#top header {
  width: 980px;
  margin: 0 auto;
  padding: 15px 0 0 270px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#top header ul li {
  display: inline-block;
  margin-right: 20px;
  height: 80px;
}
#top header ul li a {
  font-size: 16px;
  padding-top: 57px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top header ul li a:hover {
  background: url(../images/menu-over.png) center top no-repeat;
}
#top header ul li .over {
  background: url(../images/menu-over.png) center top no-repeat;
  color: white;
}
#top header ul li:last-child {
  margin-right: 0;
}
#top header .logo {
  width: 215px;
  height: 183px;
  z-index: 99;
  padding: 35px 0 0 35px;
  -webkit-box-sizing: box-border;
  -moz-box-sizing: box-border;
  box-sizing: box-border;
  position: absolute;
  top: -40px;
  left: 40px;
  background: url(../images/logo-bg.png) no-repeat;
}

/*----content---- */
#content {
  max-width: 100%;
  position: relative;
  z-index: 80;
}

.slides,
.flex-control-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-direction-nav {
  position: relative;
  z-index: 200;
  margin-top: -300px;
}

.flexslider {
  position: relative;
  width: 100%;
  height: 735px;
  overflow: hidden;
}

.flexslider .slides > li {
  display: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
  -webkit-backface-visibility: hidden;
  height: 735px;
}

.flexslider .slides > li.bgli01 {
  background: url(../images/index-img/p1.jpg) center no-repeat;
}

.flexslider .slides > li.bgli02 {
  background: url(../images/index-img/p2.jpg) center no-repeat;
}

.flexslider .slides > li.bgli03 {
  background: url(../images/index-img/p3.jpg) center no-repeat;
}

.flex-direction-nav a {
  width: 60px;
  height: 60px;
  margin: -50px 17px 0;
  display: block;
  background: url(../images/bg_direction_nav.png) no-repeat 0 0;
  position: relative;
  top: 70%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-transition: all 0.3s ease;
}

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -75%;
  top: -60px;
}

.flex-direction-nav .flex-prev {
  left: 20%;
  top: -50px;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 75px;
  left: 65%;
  z-index: 200;
}

.flex-control-nav li {
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  background: url(../images/index-img/circle_blue2.png) center no-repeat;
  width: 21px;
  height: 21px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: url(../images/index-img/circle_blue1.png) center no-repeat;
  width: 21px;
  height: 21px;
}

.flex-control-paging li a.flex-active {
  background: url(../images/index-img/circle_blue1.png) center no-repeat;
  width: 21px;
  height: 21px;
  cursor: default;
}

.fullslider {
  position: relative;
  width: 100%;
  height: 663px;
  overflow: hidden;
  top: 0px;
}

.fullslider_content {
  position: absolute;
  left: 50%;
  margin-left: -930px;
  width: 1920px;
  height: 663px;
}

#adauto {
  width: 1920px;
  position: absolute;
  z-index: 2;
  left: 50%;
  margin-left: -500px;
  top: 0px;
}

#maincontent {
  width: 990px;
  position: relative;
  margin: 0 auto;
}

.slide_products {
  position: absolute;
  left: 0px;
  z-index: 99;
  padding-left: 0px;
  top: 621px;
}

/*----pro-box-m---- */
.jcarousel-skin-tango {
  position: absolute;
  top: 285px;
  /*left: 60px;*/
  margin-left: 40px;
}

.jcarousel-skin-tango .jcarousel-clip {
  overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
  width: 900px;
  height: 168px;
}

.jcarousel-skin-tango .jcarousel-item {
  width: 210px;
  margin-right: 20px;
  height: 168px;
  text-align: center;
}
.jcarousel-skin-tango .jcarousel-item:last-child {
  margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
  margin-bottom: 10px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
  background: white;
  color: black;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
  position: absolute;
  top: 65px;
  right: -25px;
  width: 20px;
  height: 50px;
  cursor: pointer;
  background-image: url(../images/next-bt.png);
  z-index: 90;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
  position: absolute;
  top: 65px;
  left: -25px;
  width: 20px;
  height: 50px;
  cursor: pointer;
  background-image: url(../images/pre-bt.png);
  z-index: 90;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
  cursor: default;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

/*----news-box---- */
.boxbg-top, .boxbg-down {
  width: 980px;
  margin: 0 auto;
}

#news-box {
  width: 980px;
  margin: 30px auto 40px;
  position: relative;
}

#qaContent {
  margin: -90px auto 0;
  width: 980px;
  /*padding: 20px;*/
  padding-top:20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#qaContent-bg {
  width: 100%;
  height: 366px;
  position: absolute;
  top: 770px;
  background: url(../images/news-box-bg.jpg) center top no-repeat;
}

#news-box #news_button {
  text-align: left;
 /* margin: 0 0 -95px 20px;*/
	margin: 0 0 -95px -15px;
}

.accordionPart li {
  margin-bottom: 9px;
}

.accordionPart li a {
  font-size: 12px;
  color: #333333;
  cursor: pointer;
}

.accordionPart li a:hover {
  font-size: 12px;
  color: white;
}

/*----news-wall---- */
.news-wall {
  position: relative;
  width: 980px;
  min-height: 318px;
  margin: 0 auto;
  background: url(../images/page-box-bg.png) repeat-y;
  padding: 0 0 0 23px;
  -webkit-box-sizing: box-border;
  -moz-box-sizing: box-border;
  box-sizing: box-border;
}
.news-wall .top-box {
  float: left;
  margin: -30px 10px 0 0;
  width: 305px;
}
.news-wall .top-box:last-child {
  margin-right: 0;
}
.news-wall .top-box p {
  line-height: 0;
}
.news-wall .top-box .title2 {
  width: 305px;
  height: 45px;
  background-color: #01419a;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  color: white;
}
.news-wall .top-box .title2 p {
  line-height: 0;
  height: 6px;
}
.news-wall .top-box .news {
  background: url(../images/index-img/news-box.png) no-repeat;
  width: 305px;
  height: 165px;
  position: relative;
}
.news-wall .top-box .news ul {
  position: absolute;
  top: 10px;
  left: 19px;
}
.news-wall .top-box .news ul li {
  font-family: Arial;
  color: black;
}
.news-wall .top-box .news ul li a {
  font-size: 13.79px;
  height: 22px;
  margin-top: 3px;
  text-shadow: 0px 0px 0px black;
}
.news-wall .top-box .news ul li a:hover {
  color: black;
}
.news-wall .top-box .news ul li a span {
  font-size: 13.79px;
  display: inline-block;
  color: black;
  font-weight: bold;
  margin-right: 10px;
}
.news-wall .top-box .news ul li hr {
  height: 0px;
  width: 203px;
  position: absolute;
  right: -55px;
  color:#ffffff;
}
.news-wall .top-box a.buttom {
  position: absolute;
  top: 125px;
  right: 95px;
}
.news-wall .top-box a.buttom img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news-wall .top-box a.buttom:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.news-wall .movie {
  width: 305px;
  overflow: hidden;
}

/*----footer---- */
footer {
  background: url(../images/footer-menu-bg2.png) center no-repeat;
  height: 40px;
}
footer #footer {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
footer #footer div.menu-page {
  position: absolute;
  top: 6px;
  left: 225px;
  margin-bottom: 40px;
  z-index: 99;
}
footer #footer div.menu-page ul {
  text-align: center;
  color: #b5b5b6;
}
footer #footer div.menu-page ul li {
  display: inline-block;
     padding: 4px 3.7px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}
footer #footer div.menu-page ul li a {
  color: black;
  font-size: 14px;
  font-family: Arial;
}
footer #footer div.menu-page ul li a:hover {
  color: #14a83b;
}
footer #footer div.ftp {
float:right;
  text-align: right;
  position: relative;
  top: 75px;
  z-index: 99;
}
footer #footer div.s-logo {
  position: absolute;
  top: 70px;
  right: 120px;
}
footer #footer div.s-logo ul li {
  display: inline-block;
  margin-right: 10px;
}
footer #footer div.down-text {
  position: relative;
  /*top: 90px;*/

   padding-top: 95px;
  right: 0;
}
footer #footer div.down-text h1 {
  font-size: 28px;
  color: #14a83b;
  font-weight: bold;
  font-family: Arial;
  margin-top: -50px;
  padding: 0;
}
footer #footer div.down-text #inreal_logo {
  color: #9c9c9c;
  font-size: 12px;
}
footer #footer div.down-text #inreal_logo a {
  color: #898989;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer #footer div.down-text #inreal_logo a:hover {
  color: #14a83b;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer #footer div.down-text address {
  display: inline;
  color: black;
  font-size: 14px;
  font-family: Arial;
  font-style: normal;
  padding: 0;
}
footer #footer div.down-text address span {
  display: inline;
  color: #333333;
  font-family: Arial;
  font-style: normal;
}
footer .down-bg {
  position: relative;
  top: 15px;
  background-color: #39bacf;
  height: 20px;
  width: 100%;

}


/**/
#top header ul p {
    display: inline-block;
    margin-top: -30px;
    position: absolute;
    right: 16px;
    top: 10px;
    z-index: 300;
}
#top header ul p a {
    color: #000000;
}
#top header ul p span {
    color: #000000;
}
#top header ul p a:hover {
    color: #0099cc;
}