@charset "utf-8";
/* by Sean Lu 20160702 */
/* 移动端全局控制reset */
body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
}
article,
aside,
footer,
header,
hgroup,
nav,
section,
audio,
canvas,
video {
  display: block;
}
body {
  font-size: 100%;
  font-family: microsoft yahei, Helvetica, STHeiti, Droid Sans Fallback;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background: #fff;
}
textarea {
  resize: none;
}
iframe,
img {
  border: 0;
}
ul,
ol {
  list-style: none;
}
input,
select,
textarea {
  outline: 0;
  -webkit-user-modify: read-write-plaintext-only;
}
input {
  -webkit-appearance: none;
}
a {
  text-decoration: none;
}

/* 清理浮动 */
.clearfix {
  clear: both;
  zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* 全局浮动 */
.fl {
  float: left;
}
.fr {
  float: right;
}

/* 圆细滚动条样式 20150717 */
::-webkit-scrollbar {
  width: 6px;
  height: 12px;
}
::-webkit-scrollbar-button:vertical {
  display: none;
}
::-webkit-scrollbar-track:vertical {
  background-color: black;
}
::-webkit-scrollbar-track-piece {
  background: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  background-color: #8e8e8e;
  border-radius: 5px;
}
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #3b3b3b;
}
::-webkit-scrollbar-corner:vertical {
  background-color: #535353;
}
::-webkit-scrollbar-resizer:vertical {
  background-color: #ff6e00;
}

/* 拖选文字样式 20160628 */
::selection {
  background: #ff7200;
  color: #fff;
}
::-moz-selection {
  background: #ff7200;
  color: #fff;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.newswrapbg {
  background: #f8efe0 url(../img/lgw.jpg) repeat-y center center;
  background-size: cover;
  padding: 50px 0;
}

.banner {
  height: 650px;
  width: 100%;
  background: url(../img/banner.jpg) no-repeat center center;
}

.headbar {
  padding-top: 30px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
  z-index: 2;
  height: 46px;
}
.headbar.on {
  padding-top: 20px;
  background: #fff;
  border-bottom: 1px solid #dedede;
  color: #333;
  padding-bottom: 10px;
}

.headbar .morenav {
  float: right;
  background: #f60 url(../img/amenuicon.png) no-repeat 10px center;
  background-size: auto 20px;
  color: #fff;
  line-height: 30px;
  height: 30px;
  font-size: 0.75rem;
  padding: 0 12px 0 40px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-radius: 4px;
  margin-top: 3px;
  display: none;
}
.headbar .morenavon {
  background-image: url(../img/amenuicon2.png);
}

.logo {
  float: left;
  background: url(../img/logo.png) no-repeat center center;
  width: 422px;
  height: 36px;
  text-indent: -9999px;
  display: block;
}
.headbar.on .logo {
  background-image: url(../img/logo02.png);
}
.nav {
  float: right;
  position: relative;
}
.nav .nul {
  overflow: hidden;
  margin-top: 15px;
}
.nav .nul .nLi {
  float: left;
  padding: 0 16px;
  padding-bottom: 10px;
}
.nav .nul .nLi0 {
  width: 0;
}
.nav .nul .nLi .na {
  position: relative;
  color: #fff;
  display: block;
  line-height: 22px;
  font-size: 16px;
  display: block;
}
.headbar.on .nav .nul .nLi .na {
  color: #636f7b;
}
.nav .nul .nLi .na:after {
  content: "";
  display: block;
  position: absolute;
  height: 32px;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  visibility: visible;
}
.nav .nav-current {
  position: absolute;
  bottom: -4px;
  height: 4px;
  overflow: hidden;
  background: #fff;
  opacity: 0;
}
.headbar.on .nav .nav-current {
  background: #636f7b;
}

.nav .sul {
  width: 960px;
  box-sizing: border-box;
  background: #f60 url(../img/bow.jpg) no-repeat center bottom;
  position: absolute;
  top: 66px;
  left: 0;
  display: block;
  padding: 40px 65px;
  transform: translateX(-42%) translateY(20px);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
}
.nav .sul:after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/navbg01.jpg) no-repeat center center;
  background-size: cover;
}
.nav .sul01:after {
  background-image: url(../img/navbgsp02.jpg);
}
.nav .sul02:after {
  background-image: url(../img/navbgsp04.jpg);
}
.nav .sul03:after {
  background-image: url(../img/navbgsp03.jpg);
}
.nav .sul04:after {
  background-image: url(../img/navbgsp06.jpg);
}
.nav .sul05:after {
  background-image: url(../img/navbgsp05.jpg);
}
.nav .sul06:after {
  background-image: url(../img/navbgsp01.jpg);
}
.nav .nul .nLi:hover .sul {
  transform: translateX(-42%) translateY(0);
  visibility: visible;
  opacity: 1;
  z-index: 1;
}
.nav .sul:before {
  width: 100%;
  height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0);
}
.nav .sul .sLi {
  display: block;
  width: 50%;
  line-height: 18px;
  padding: 8px 0;
}
.nav .sul .sLi .sa {
  font-size: 16px;
  color: #fff;
}
.nav .sul .sLi .sa:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url(../img/subabg.png) no-repeat center center;
  margin-left: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateX(-10px);
  opacity: 0;
}
.nav .sul .sLi .sa:hover:after {
  transform: translateX(0);
  opacity: 1;
}

#scrollBar {
  display: none;
  z-index: 9999;
}
#scrollBar .gotop {
  background: url(../img/top.jpg) repeat-x 0 0;
  width: 64px;
  height: 77px;
  display: block;
  overflow: hidden;
  text-indent: -2000em;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#scrollBar .gotop:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
  background-position: 0 -77px;
}

.homebox01 {
  height: 320px;
  background: #fdf5ef url(../img/aboutbg.jpg) no-repeat center bottom;
  padding: 28px 0;
}
.homebox01 .title {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 24px;
}

.hblock {
  overflow: hidden;
}
.hblock .item {
  width: 220px;
  box-sizing: border-box;
  color: #fff;
  float: left;
  margin: 0 20px 0 0;
  outline: none;
}
.hblock .item01 {
  width: 360px;
}
.hblock .item02 {
  width: 360px;
}
.hblock .item03 {
  width: 360px;
  margin-right: 0;
}
.hblock .item .fl {
  margin-right: 20px;
  font-weight: bold;
}
.hblock .item .num {
  font-size: 34px;
  float: left;
  margin-right: 10px;
  font-family: arial;
}
.hblock .item .tst {
  font-size: 14px;
  float: left;
  margin-right: 10px;
}
.hblock .item .txt {
  font-size: 14px;
  float: left;
  margin-top: 20px;
}

.homebox02 {
  height: 150px;
  padding: 50px 0;
  background: #f8efe0 url(../img/lgw.jpg) no-repeat center bottom;
  border-bottom: #e5dbca 1px solid;
}
.homebox02 .title {
  font-size: 24px;
  color: #3b4e61;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
.homebox02 .content {
  font-size: 16px;
  color: #555;
  line-height: 26px;
}

.commonbtn {
  padding: 10px 25px;
  display: block;
  border: 2px solid #ff7200;
  color: #ff7200;
  font-size: 16px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: relative;
  z-index: 1;
}
.commonbtn:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: #ff7200;
  z-index: -1;
}
.commonbtn:hover:before {
  height: 100%;
}
.commonbtn:hover {
  color: #fff;
}

.commonbtn02 {
  background: #ff7200;
  color: #fff;
  border: 0;
  padding: 11px 26px;
}
.commonbtn02:hover {
  color: #f60;
}
.commonbtn02:before {
  background: #ffdec8;
}

.commonbtn03 {
  width: 200px;
  border-color: #fff;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.commonbtn03 i {
  display: inline-block;
  width: 17px;
  height: 11px;
  background: url(../img/btndownicon02.png) no-repeat center top;
  margin-left: 20px;
}
.combtnon i {
  background-image: url(../img/btndownicon.png);
}
.commonbtn03:before {
  background: #fff;
}
.commonbtn03:hover {
  color: #f60;
}
.commonbtn03:hover i {
  background-position: center bottom;
}

.homecolor01 {
  background: #fdf5ef;
  height: 456px;
}
.homecolor02 {
  background: #f8efe0 url(../img/lgw.jpg) no-repeat center center;
  padding: 0 0;
}
.homecolor02 .wrapper {
  margin-top: 0px;
}

.homebox03 {
  background: #f8efe0;
  position: relative;
}
.homebox03 .more {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  right: 82px;
  top: 0;
  background: url(../img/hslidebtn.jpg) no-repeat 0 0;
  text-indent: -9999px;
  z-index: 1;
}

.hslide {
}
.hslide img {
  width: 100%;
}
.slick-slider {
  margin-bottom: 0;
}
.slick-prev {
  z-index: 1;
  left: auto;
}
.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  margin-top: 0;
}
.slick-prev:before,
.slick-next:before {
  position: absolute;
  right: 0;
  top: 0;
  text-indent: -9999px;
  background: url(../img/hslidebtn.jpg) no-repeat -40px 0;
  width: 40px;
  height: 40px;
  z-index: 1;
  opacity: 1;
}
.slick-next:before {
  background-position: -81px 0;
}
.slick-prev {
  right: 41px;
}
.slick-next {
  right: 0;
}

.hsbox {
  box-sizing: border-box;
  padding: 60px 0px 50px 0px;
}
.hsbox .title {
  font-size: 30px;
  color: #ff7200;
  font-weight: bold;
  margin-bottom: 20px;
}
.hsbox .content {
  font-size: 16px;
  color: #777;
  line-height: 24px;
}
.hsbox .biaoti {
  font-family: "Microsoft Yahei", "微软雅黑", "Arial", "Verdana", "sans-serif";
  font-size: 14px;
  color: #777;
  line-height: 24px;
}
.hsbox .zhengwen {
  font-family: "Microsoft Yahei", "微软雅黑", "Arial", "Verdana", "sans-serif";
  font-size: 12px;
  line-height: 150%;
  color: #888888;
  text-decoration: none;
  font-weight: normal;
}

.homebox04 {
  height: 380px;
  box-sizing: border-box;
  padding: 60px 0 40px;
}
.homebox04 .title {
  font-size: 30px;
  color: #ff7200;
  font-weight: bold;
  margin-bottom: 20px;
}
.homebox04 .content {
  font-size: 16px;
  color: #777;
  line-height: 24px;
}

.hb04list {
  overflow: hidden;
  width: 1250px;
  margin-top: 70px;
}
.hb04list .item {
  width: 200px;
  float: left;
  margin-right: 50px;
}
.hb04list .item a {
  display: block;
  border-top: #656462 2px solid;
  border-bottom: #d8d8d6 1px solid;
  padding: 20px 0;
  font-size: 20px;
  color: #636f7b;
  line-height: 30px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: url(../img/cog.png) no-repeat right bottom;
}
.hb04list .item a:hover {
  border-top-color: #f60;
  background-color: #ffdec8;
  padding-left: 20px;
  color: #f60;
}

.homebox05 {
  height: 450px;
  background: #fdf5ef;
  padding: 90px 0 80px;
  box-sizing: border-box;
  background-attachment: fixed;
  overflow: hidden;
}
.homebox05 .title {
  font-size: 24px;
  color: #ff7200;
  font-weight: bold;
  width: 150px;
  float: left;
}
.homebox05 .contact {
  float: left;
  width: 690px;
}
.homebox05 .contact .item {
  float: left;
  width: 230px;
  border: 1px solid #ebdcd1;
  padding: 20px 30px;
  box-sizing: border-box;
  margin: -1px 0 0 -1px;
  text-align: center;
}
.homebox05 .contact .item .icon {
  height: 30px;
  width: 30px;
  margin: 0 auto 20px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.homebox05 .contact .item:hover .icon {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.homebox05 .contact .item .icon img {
  height: 30px;
  display: block;
}
.homebox05 .contact .item p {
  font-size: 14px;
  color: #636f7b;
}
.homebox05 .morelink {
  float: right;
}
.homebox05 .morelink .txt01 {
  font-size: 14px;
  color: #636f7b;
  margin-bottom: 20px;
}
.homebox05 .morelink .txt02 {
  font-size: 26px;
  color: #636f7b;
  margin-bottom: 30px;
}
.homebox05 .morelink .txt02 strong {
  color: #ff7200;
  font-weight: normal;
}

.footer {
  padding: 30px 0 40px;
  background: #40474e;
  font-size: 14px;
  color: #97a3af;
  line-height: 22px;
  overflow: hidden;
}
.footer .links {
  margin-bottom: 16px;
}
.footer .links a {
  font-size: 16px;
}
.footer a {
  color: #97a3af;
}
.footer a:hover {
  text-decoration: underline;
}
.footer .qrcode {
  font-size: 20px;
  float: right;
  text-align: center;
}
.footer .qrcode img {
  width: 120px;
  display: block;
  margin-top: 10px;
}

.inbanner {
  padding: 160px 0 80px;
  height: 180px;
  background: url(../img/inbanner01.jpg) no-repeat center center;
  border-bottom: 4px solid #f60;
  position: relative;
}
.inbanner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/inbannercover.png) repeat-x center top;
  position: absolute;
  top: 0;
  left: 0;
}
.inbanner .title {
  width: 300px;
  height: 140px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.inbanner .title:before {
  content: "";
  display: block;
  position: absolute;
  top: -9%;
  left: 9%;
  width: 82%;
  height: 120%;
  border: 4px solid #f60;
  z-index: -1;
}
.inbanner .title .titbox {
  width: 300px;
  height: 150px;
  box-sizing: border-box;
  background: #fff url(../img/bow.jpg) repeat-y center center;
  padding-top: 10px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  border: 2px solid #fff;
  position: relative;
}
.inbanner .title .titbox img {
  margin-top: 10px;
}
.inbanner .title .titbox .en {
  text-transform: uppercase;
  font-size: 18px;
  font-family: arial;
  line-height: 30px;
}
.inbanner .title .titbox .cn {
  font-size: 30px;
  line-height: 40px;
}

.inbanner01 {
  background-image: url(../img/inbanner01.jpg);
}
.inbanner02 {
  background-image: url(../img/inbanner02.jpg);
}
.inbanner03 {
  background-image: url(../img/inbanner03.jpg);
}
.inbanner04 {
  background-image: url(../img/inbanner04.jpg);
}
.inbanner05 {
  background-image: url(../img/inbanner05.jpg);
}
.inbanner06 {
  background-image: url(../img/inbanner06.jpg);
}

.inbanner07 {
  background-image: url(../img/culimg01.jpg);
}
.inbanner08 {
  background-image: url(../img/culimg03.jpg);
}

.aboutbox01 {
  background: #f87906 url(../img/aboutbg.jpg) no-repeat center bottom;
  color: #fff;
  position: relative;
  padding: 1px 0;
}
.aboutbox01 .wrapper {
  margin-top: -200px;
}
.aboutbox01 .ab01con {
  padding: 55px 110px;
  background: #fff;
  color: #777;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0 0 60px 2px rgba(0, 0, 0, 0.29);
}
.aboutbox01 .ab01con .title {
  font-size: 26px;
  color: #636f7b;
  margin-bottom: 20px;
}
.aboutbox01 .ab01txt {
  padding: 55px 110px;
  font-size: 18px;
  line-height: 28px;
  margin-top: -30px;
}
.aboutbox01 .ab01txt .sti {
  margin-bottom: 10px;
}
.aboutbox01 .ab01txt .tit {
  font-size: 26px;
  margin-bottom: 30px;
}

.aboutbox01s .wrapper,
.aboutbox01s .ab01txt {
  margin-top: 0;
}

.aboutbox02 {
  background: #fdf5ef;
  padding: 55px 0;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
  color: #777;
}
.aboutbox02 .title {
  font-size: 26px;
  color: #636f7b;
  margin-bottom: 20px;
  padding: 0 110px;
}
.aboutbox02 .content {
  padding: 0 110px;
}

.aboutbg02 {
  background: url(../img/aboutbg02.jpg) no-repeat center center;
  height: 300px;
  background-attachment: fixed;
}
.aboutbg03 {
  background: url(../img/aboutbg03.jpg) no-repeat center center;
  height: 300px;
  background-attachment: fixed;
}
.aboutbg04 {
  background: url(../img/aboutbg04.jpg) no-repeat center center;
  height: 300px;
  background-attachment: fixed;
}

.aboutbox02 .ab02con {
  padding: 55px 110px;
  background: #fff;
  color: #777;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0 0 60px 2px rgba(0, 0, 0, 0.29);
}
.aboutbox02 .ab02con .title {
  font-size: 26px;
  color: #636f7b;
  margin-bottom: 20px;
  padding: 0;
}
.aboutbox02 .ab02con .content {
  padding: 0;
}
.aboutbox02 .ab02con01 {
  margin-top: -150px;
}

.aboutbox03 {
  padding: 1px 0;
}
.aboutbox03 .title {
  font-size: 26px;
  background: #40474e;
  color: #fff;
  height: 300px;
  padding-top: 55px;
  text-align: center;
  font-weight: bold;
}
.aboutbox03 .list {
  width: 1200px;
  margin: -220px auto 0;
  overflow: hidden;
}
.aboutbox03 .list .item {
  width: 46%;
  float: left;
  box-sizing: border-box;
  margin: 20px 2%;
  position: relative;
  overflow: hidden;
}
.aboutbox03 .list .item .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/aboutlist01.jpg) no-repeat center center;
  background-size: cover;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.aboutbox03 .list .item .bg01 {
  background-image: url(../img/aboutlist01.jpg);
}
.aboutbox03 .list .item .bg02 {
  background-image: url(../img/aboutlist02.jpg);
}
.aboutbox03 .list .item .bg03 {
  background-image: url(../img/aboutlist03.jpg);
}
.aboutbox03 .list .item .bg04 {
  background-image: url(../img/aboutlist04.jpg);
}
.aboutbox03 .list .item .bg05 {
  background-image: url(../img/aboutlist05.jpg);
}
.aboutbox03 .list .item:hover .bg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.aboutbox03 .list .item .con {
  background: rgba(255, 255, 255, 0.8);
  margin: 40px;
  padding: 50px;
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #777;
  height: 210px;
}
.aboutbox03 .list .item .con .tit {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #636f7b;
  margin-bottom: 30px;
}
.aboutbox03 .list .itemlast {
  margin: 20px 27%;
}

.aboutbox02 .ab02shuai {
  color: #f60;
  text-align: center;
}
.aboutbox02 .ab02shuai .title {
  color: #f60;
  font-weight: bold;
}

.commonmessage {
  background: #fb8517;
  padding: 55px 0;
  color: #fff;
  font-size: 16px;
}
.commonmessage .sti {
  text-align: center;
  font-style: normal;
  margin-bottom: 20px;
}
.commonmessage .tit {
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}

.messbox {
  width: 900px;
  margin: 0 auto;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.messboxon {
  height: 600px;
}
.messbox .item {
  width: 44%;
  display: inline-block;
  margin: 0 2.8%;
  box-sizing: border-box;
  padding: 20px 0;
}
.messbox .item .name {
  font-size: 18px;
  margin-bottom: 10px;
}
.messbox .item .con {
}
.messbox .item .cinput {
  width: 100%;
  padding: 29px 40px;
  box-sizing: border-box;
  border: 1px solid #f1a056;
  background: #f1a056;
  font-size: 16px;
  color: #fff;
  font-family: microsoft yahei;
}
.messbox .item .cinput:focus {
  border-color: #f60;
}
.messbox .item .cinput::-webkit-input-placeholder {
  color: #fff;
}
.messbox .item .ctext {
  width: 100%;
  padding: 29px 40px;
  box-sizing: border-box;
  border: 1px solid #f1a056;
  background: #f1a056;
  font-size: 16px;
  color: #fff;
  font-family: microsoft yahei;
  height: 160px;
}
.messbox .item02 {
  width: 94.4%;
}

.inculslide {
  width: 100%;
}
.inculslide img {
  width: 100%;
}
.inculslide .slick-slide {
}
.inculslide .slick-slide .txt {
  text-align: center;
  position: absolute;
  bottom: 18%;
  color: #fff;
  font-size: 24px;
  left: 0;
  width: 100%;
  line-height: 34px;
}
.inculslide .slick-slide .txt strong {
  font-size: 24px;
  font-weight: bold;
  display: block;
}

.inculslide .slick-prev,
.inculslide .slick-next {
  top: auto;
  bottom: 20%;
  width: 35px;
  height: 30px;
}
.inculslide .slick-prev:before,
.inculslide .slick-next:before {
  width: 35px;
  height: 30px;
  background: url(../img/facility_slider_arrow.png) no-repeat 0 0;
}
.inculslide .slick-next:before {
  background-position: right 0;
}
.inculslide .slick-prev {
  left: 50%;
  margin-left: -10%;
}
.inculslide .slick-next {
  right: 50%;
  margin-right: -10%;
}
.inculslide .slick-dots {
  bottom: 10%;
}
.inculslide .slick-dots li {
  width: 60px;
  height: 6px;
}
.inculslide .slick-dots li button {
  width: 60px;
  height: 6px;
}
.inculslide .slick-dots li button:before {
  width: 60px;
  height: 6px;
  content: "";
  background: #fff;
}

.newslist {
  width: 1200px;
  margin: 30px auto;
  overflow: hidden;
  padding-top: 30px;
}
.newslist .item {
  margin: 0 auto 60px;
  overflow: hidden;
}
.newslist .item .img {
  width: 320px;
  height: 205px;
  overflow: hidden;
  float: left;
}
.newslist .item .img a {
  display: block;
}
.newslist .item .img img {
  display: block;
  width: 100%;
}
.newslist .item .info {
  margin-left: 360px;
}
.newslist .item .info .name {
  line-height: 30px;
  margin-bottom: 10px;
}
.newslist .item .info .name a {
  font-size: 24px;
  color: #f60;
}
.newslist .item .info .name a:hover {
  color: #f30;
}
.newslist .item .info .time {
  font-size: 14px;
  color: #999;
  line-height: 20px;
  height: 20px;
  margin-bottom: 10px;
}
.newslist .item .info .desc {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  margin-bottom: 10px;
}
.newslist .item .info .readmore {
  font-size: 16px;
  color: #636f7b;
  line-height: 26px;
}
.newslist .item .info .readmore:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 13px;
  background: url(../img/subabg.png) no-repeat center center;
  margin-left: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  transform: translateX(-10px);
}
.newslist .item .info .readmore:hover:after {
  transform: translateX(0);
}

.newsbox {
  width: 970px;
  margin: 30px auto;
}
.newsbox .links {
  font-size: 16px;
  color: #999;
  line-height: 30px;
  margin-bottom: 10px;
}
.newsbox .links .back {
  font-size: 14px;
  background: #f1f1f1;
  padding: 0 20px;
  display: block;
  float: left;
  border-radius: 15px;
  color: #f60;
  margin-right: 20px;
}
.newsbox h1.title {
  font-size: 30px;
  color: #f60;
  margin-bottom: 20px;
  font-weight: normal;
}
.newsbox .content {
  font-size: 18px;
  line-height: 28px;
  color: #333;
}
.newsbox .content p {
  margin-bottom: 20px;
}
.newsbox .content img {
  max-width: 100%;
}

.newswrap {
}
.newswrap .topnews {
  width: 550px;
  float: left;
}
.newswrap .topnews .title {
  height: 25px;
  line-height: 25px;
  margin-bottom: 25px;
}
.newswrap .topnews .title h3 {
  float: left;
  font-size: 18px;
  color: #000;
  padding-left: 30px;
  background: url(../img/new.gif) no-repeat left center;
  font-weight: normal;
}
.newswrap .topnews .title .smore {
  font-size: 14px;
  color: #333;
  background: url(../img/vbfh.gif) no-repeat right center;
  float: right;
  display: none;
  width: 40px;
  height: 25px;
}
.newswrap .topnews .newstit {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.newswrap .topnews .newstit a {
  color: #333;
}
.newswrap .topnews .newstit a:hover {
  text-decoration: underline;
  color: #000;
}
.newswrap .topnews .newscon {
  color: #666;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 30px;
  height: 54px;
  overflow: hidden;
}
.newswrap .topnews .newimg {
  overflow: hidden;
}
.newswrap .topnews .newimg .item {
  float: left;
  position: relative;
  width: 140px;
  height: 85px;
  overflow: hidden;
  margin-bottom: 5px;
}
.newswrap .topnews .newimg .item a {
  display: block;
}
.newswrap .topnews .newimg .item img {
  display: block;
  width: 100%;
}
.newswrap .topnews .newimg:hover .item img {
  opacity: 0.8;
}
.newswrap .topnews .newimg:hover .item img:hover {
  opacity: 1;
}
.newswrap .topnews .newimg .itembig {
  width: 404px;
  height: 265px;
  margin-right: 5px;
}
.newswrap .topnews .newimg .tip {
  position: absolute;
  top: 0;
  left: 0;
  background: #3a4f62 url(../img/cs.jpg) no-repeat right top;
  width: 110px;
  height: 26px;
  line-height: 26px;
  text-indent: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.newswrap .newsshuai {
  width: 600px;
  float: right;
}
.newswrap .newsshuai .item {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.newswrap .newsshuai .item:last-child {
  border-bottom: 0;
}
.newswrap .newsshuai .item .ntit {
  line-height: 26px;
  height: 26px;
  margin-bottom: 10px;
}
.newswrap .newsshuai .item .ntit .nmore {
  float: right;
  font-size: 12px;
  color: #999;
}
.newswrap .newsshuai .item .ntit .nname {
  padding-left: 30px;
  background: url(../img/shen.png) no-repeat left center;
  font-size: 16px;
  color: #333f48;
}
.newswrap .newsshuai .item02 .ntit .nname {
  background-image: url(../img/bb.png);
}
.newswrap .newsshuai .item .ntit .nname:hover {
  color: #000;
  text-decoration: underline;
}
.newswrap .newsshuai .item .ncon {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  height: 36px;
  overflow: hidden;
}

.aboutbox01 .commonmessage {
  padding: 0 0 30px;
  background: none;
}

.mainbox {
  /* background: url(../img/lgw.jpg) repeat-y center top; */
  background: #fff;
}
.mainbox .content {
  padding: 50px 60px; /* color: #682500; */
  color: #666;
  line-height: 40px;
}
.mainbox .content p {
  margin-bottom: 20px;
}
.mainbox .content h1 {
  font-size: 26px;
  font-weight: normal;
  color: #f60;
  text-align: center;
  margin-bottom: 20px;
}

.innavbox {
  background: url(../img/aboutbg.jpg) no-repeat center center;
  text-align: center;
  padding: 30px 0;
}
.innavbox a {
  display: inline-block;
  padding: 40px 5px 10px;
  border: 2px solid #f60;
  font-size: 15px;
  color: #fff;
  background: #f60 url(../img/innav01s.png) no-repeat center 10px;
  border-radius: 4px;
  margin: 0 5px 10px;
  width: 14%;
}
.innavbox a:hover {
  opacity: 0.8;
}
.innavbox a.on {
  border-color: #fff;
  font-size: 15px;
  color: #f60;
  background-color: #fff;
}
.innavbox #innav01 {
  background-image: url(../img/innav01s.png);
}
.innavbox #innav01.on {
  background-image: url(../img/innav01.png);
}
.innavbox #innav02 {
  background-image: url(../img/innav02s.png);
}
.innavbox #innav02.on {
  background-image: url(../img/innav02.png);
}
.innavbox #innav03 {
  background-image: url(../img/innav03s.png);
}
.innavbox #innav03.on {
  background-image: url(../img/innav03.png);
}
.innavbox #innav04 {
  background-image: url(../img/innav04s.png);
}
.innavbox #innav04.on {
  background-image: url(../img/innav04.png);
}
.innavbox #innav05 {
  background-image: url(../img/innav05s.png);
}
.innavbox #innav05.on {
  background-image: url(../img/innav05.png);
}
.innavbox #innav06 {
  background-image: url(../img/innav06s.png);
}
.innavbox #innav06.on {
  background-image: url(../img/innav06.png);
}
.innavbox #innav07 {
  background-image: url(../img/innav07s.png);
}
.innavbox #innav07.on {
  background-image: url(../img/innav07.png);
}
.innavbox #innav08 {
  background-image: url(../img/innav08s.png);
}
.innavbox #innav08.on {
  background-image: url(../img/innav08.png);
}
.innavbox #innav09,
.innavbox #innav10,
.innavbox #innav11 {
  background-image: url(../img/innav09s.png);
}
.innavbox #innav09.on,
.innavbox #innav10.on,
.innavbox #innav11.on {
  background-image: url(../img/innav09.png);
}
.innavbox #innav12 {
  background-image: url(../img/innav12s.png);
}
.innavbox #innav12.on {
  background-image: url(../img/innav12.png);
}
.innavbox #innav13 {
  background-image: url(../img/innav13s.png);
}
.innavbox #innav13.on {
  background-image: url(../img/innav13.png);
}
.innavbox #innav14 {
  background-image: url(../img/innav14s.png);
}
.innavbox #innav14.on {
  background-image: url(../img/innav14.png);
}
.innavbox #innav15 {
  background-image: url(../img/innav15s.png);
}
.innavbox #innav15.on {
  background-image: url(../img/innav15.png);
}
.innavbox #innav16 {
  background-image: url(../img/innav16s.png);
}
.innavbox #innav16.on {
  background-image: url(../img/innav16.png);
}
.innavbox #innav17 {
  background-image: url(../img/innav17s.png);
}
.innavbox #innav17.on {
  background-image: url(../img/innav17.png);
}
.innavbox #innav18 {
  background-image: url(../img/innav18s.png);
}
.innavbox #innav18.on {
  background-image: url(../img/innav18.png);
}
.innavbox #innav20,
.innavbox #innav21,
.innavbox #innav22,
.innavbox #innav23,
.innavbox #innav24,
.innavbox #innav25,
.innavbox #innav26 {
  background-image: url(../img/innav09s.png);
}
.innavbox #innav20.on,
.innavbox #innav21.on,
.innavbox #innav22.on,
.innavbox #innav23.on,
.innavbox #innav24.on,
.innavbox #innav25.on,
.innavbox #innav26.on {
  background-image: url(../img/innav09.png);
}

.aboutlist {
}
.aboutlist .item {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
  float: left;
  margin-bottom: 30px;
}
.aboutlist .item02 {
  width: 100%;
}
.aboutlist .item .name {
  background: #f60;
  font-size: 18px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}
.aboutlist .item .cont {
  border: 1px solid #f90;
  border-radius: 0 0 10px 10px;
  border-top: 0;
  padding: 20px;
}

/* 1200分辨率下直接显示移动端界面布局 */
@media (width: 1200px) {
  .wrapper {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .headbar .morenav {
    display: block;
  }
  .headbar {
    padding-top: 20px;
  }
  .headbar.on {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .nav {
    display: none;
    width: 100%;
  }
  .navon {
    display: block;
    background: #f9f9f9;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 57px;
    box-sizing: border-box;
    height: 100%;
    z-index: -1;
  }
  .nav .nul {
    overflow-y: auto;
    height: 100%;
  }
  .nav .sul {
    width: 100%;
    background-color: transparent;
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    box-shadow: 0 0 0;
    transform: translateX(0) translateY(0);
    visibility: visible;
    opacity: 1;
    overflow: hidden;
  }
  .nav .nul .nLi:hover .sul {
    transform: translateX(0) translateY(0);
  }
  .nav .sul:before,
  .nav .sul:after {
    display: none;
  }
  .nav .nul .nLi {
    float: none;
    margin-bottom: 20px;
  }
  .nav .nul .nLi .na {
    color: #636f7b;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .nav .sul .sLi {
    width: 50%;
    float: left;
    padding: 4px 0;
  }
  .nav .sul .sLi .sa {
    font-size: 14px;
  }

  #scrollBar {
    display: none !important;
  }

  .nav .nav-current {
    display: none;
  }

  .logo {
    height: 20px;
    background-size: auto 100%;
    background-position: left center;
    width: 70%;
    margin-top: 8px;
  }

  .banner {
    height: 400px;
    background-size: auto 100%;
  }

  .homebox01 {
    height: auto;
    background-repeat: repeat-y;
  }
  .homebox01 .title {
    font-size: 16px;
  }
  .hblock .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 10px 14px;
  }
  .hblock .item .info {
    font-size: 12px;
    margin-top: 2px;
    float: right;
    text-align: right;
  }
  .hblock .item .num {
    font-size: 26px;
    float: none;
    display: inline-block;
  }
  .hblock .item .txt {
    font-size: 12px;
    margin-top: 15px;
    float: none;
    display: inline-block;
  }
  .hblock .item .tst {
    font-size: 12px;
    float: none;
    display: inline-block;
  }

  .homebox02 {
    background-position: center bottom;
    padding: 20px 0;
    height: auto;
  }
  .homebox02 .title {
    font-size: 16px;
    text-align: center;
  }
  .homebox02 .content {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
  }

  .commonbtn {
    float: none;
    width: 120px;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    margin-bottom: 16px;
    padding: 5px 0;
  }

  .homebox03 {
    overflow: hidden;
  }
  .hslide {
    margin-left: -35%;
    width: 170%;
  }
  .inculslide {
    margin-left: -15%;
    width: 130%;
  }
  .overslide {
    width: 100%;
    overflow: hidden;
  }

  .homecolor01 {
    display: none;
  }
  .homecolor02 .wrapper {
    margin-top: 70px;
  }
  .homecolor02 {
    height: auto;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .homebox04 {
    margin-top: -40px;
    background: #fff;
  }

  .hsbox {
    padding: 20px 20px;
    height: auto;
  }
  .hsbox .title {
    font-size: 16px;
    text-align: center;
  }
  .hsbox .content {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  .homebox03 .more {
    display: none;
  }

  .sphidden {
    display: none;
  }

  .homebox04 {
    height: auto;
    padding: 20px 0;
  }
  .homebox04 .title {
    text-align: center;
    font-size: 16px;
  }
  .homebox04 .content {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
  }

  .hb04list {
    width: 100%;
    margin-top: 20px;
  }
  .hb04list .item {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .hb04list .item a {
    margin: 0 5px;
    font-size: 16px;
    line-height: 26px;
  }

  .homebox05 {
    height: auto;
    padding: 20px 0;
  }
  .homebox05 .title {
    float: none;
    font-size: 16px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .homebox05 .contact {
    float: none;
    width: 100%;
    overflow: hidden;
  }
  .homebox05 .contact .item {
    width: 50%;
    min-height: 110px;
    padding: 10px 10px;
  }
  .homebox05 .contact .item p {
    font-size: 12px;
  }
  .homebox05 .morelink {
    float: none;
    text-align: center;
    margin-top: 20px;
  }
  .homebox05 .morelink .txt01 {
    font-size: 12px;
  }
  .homebox05 .morelink .txt02 {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .footer {
    padding: 20px 0;
  }
  .footer .qrcode {
    float: none;
    font-size: 12px;
  }
  .footer .qrcode img {
    margin: 5px auto 10px;
  }
  .footer .text {
    font-size: 10px;
    text-align: center;
    line-height: 16px;
  }

  .inbanner {
    padding: 120px 0 180px;
    height: 80px;
    background-size: auto 100%;
  }
  .inbanner .title {
    width: 200px;
    height: 80px;
  }
  .inbanner .title:before {
    height: 110%;
    width: 78%;
  }
  .inbanner .title .titbox {
    width: 200px;
    height: 80px;
    padding-top: 14px;
  }
  .inbanner .title .titbox .en {
    font-size: 12px;
    line-height: 20px;
  }
  .inbanner .title .titbox .cn {
    font-size: 20px;
    line-height: 26px;
  }

  .aboutbox01 .wrapper {
    margin-top: -120px;
  }
  .aboutbox01 .ab01con {
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .aboutbox01 .ab01con .title {
    font-size: 16px;
  }
  .aboutbox01 .ab01txt {
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .aboutbox01 .ab01txt .tit {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .aboutbox01s .wrapper {
    margin-top: 0;
  }

  .aboutbox02 {
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .aboutbox02 .title {
    font-size: 16px;
  }

  .aboutbg02,
  .aboutbg03,
  .aboutbg04 {
    height: 160px;
  }

  .aboutbox02 .ab02con01 {
    margin-top: -80px;
  }
  .aboutbox02 .ab02con {
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .aboutbox02 .ab02con .title {
    font-size: 16px;
  }

  .aboutbox03 .title {
    font-size: 16px;
    padding-top: 20px;
    height: 260px;
  }
  .aboutbox03 .list {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .aboutbox03 .list .item {
    width: 100%;
    margin: 0 0 20px;
  }
  .aboutbox03 .list .item .con {
    margin: 20px;
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
    height: auto;
  }
  .aboutbox03 .list .item .con .tit {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .commonmessage {
    padding: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .commonmessage .sti {
    margin-bottom: 10px;
  }
  .commonmessage .tit {
    font-size: 16px;
  }
  .messbox {
    width: 100%;
  }
  .messboxon {
    height: 444px;
  }
  .messbox .item .name {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .messbox .item .cinput {
    font-size: 12px;
    padding: 10px 20px;
  }
  .messbox .item {
    margin: 0 2%;
    padding: 10px 0;
  }
  .messbox .item .ctext {
    padding: 20px;
  }

  .inculslide .slick-slide .txt {
    font-size: 14px;
    line-height: 24px;
  }
  .inculslide .slick-slide .txt strong {
    font-size: 16px;
  }

  .inculslide .slick-dots li {
    width: 30px;
    height: 3px;
  }
  .inculslide .slick-dots li button {
    width: 30px;
    height: 3px;
  }
  .inculslide .slick-dots li button:before {
    width: 30px;
    height: 3px;
    content: "";
    background: #fff;
  }

  .inculslide .slick-prev {
    margin-left: -30%;
    -webkit-transform: scale(0.6);
  }
  .inculslide .slick-next {
    margin-right: -30%;
    -webkit-transform: scale(0.6);
  }

  .inbanner04 {
    padding-bottom: 100px;
  }

  .newslist {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin: 10px 0;
  }
  .newslist .item {
    margin-bottom: 20px;
  }
  .newslist .item .img {
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .newslist .item .info {
    margin-left: 0;
  }
  .newslist .item .info .name {
    height: auto;
    font-size: 16px;
    margin-bottom: 5px;
  }
  .newslist .item .info .name a {
    font-size: 16px;
  }
  .newslist .item .info .time {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .newslist .item .info .desc {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .newslist .item .info .readmore {
    font-size: 14px;
  }

  .newsbox {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    margin: 10px auto;
  }
  .newsbox .time {
    font-size: 14px;
  }
  .newsbox h1.title {
    font-size: 20px;
  }
  .newsbox .content {
    font-size: 14px;
    line-height: 24px;
  }
}
