body {
  text-align: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'microsoft yahei';
  -webkit-text-size-adjust: none;
  height: auto;
  color: #333;
  background: #fff;
}
html {
  min-width: 1280px;
}
div,
dl,
dt,
dd,
ul,
detail ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  padding: 0;
  margin: 0;
}
fieldset {
  border-top-width: 0;
  border-left-width: 0;
  border-bottom-width: 0;
  border-right-width: 0;
}
a img {
  border: 0;
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
address,
caption,
cite,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}
li {
  list-style-type: none;
}
caption {
  text-align: left;
}
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-size: 100%;
}
q:unknown {
  content: '';
}
input,
textarea,
select {
  font-family: inherit;
  font-size: 100%;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #f46f36;
  text-decoration: none;
}
.icon {
  background-image: url("../images/icon.png");
  display: inline-block;
  vertical-align: middle;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
  font-size: 0;
  margin: 0;
  padding: 0;
  display: block;
  _height: 0;
  overflow: hidden;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 12px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 12px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 12px;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 12px;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 12px;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 12px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
/*header*/
.headr_h {
  height: 90px;
  width: 100%;
}
.header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  min-width: 1300px;
}
.header .logo {
  padding-top: 17px;
  padding-left: 70px;
  display: block;
  float: left;
  overflow: hidden;
}
.header .logo img {
  display: block;
}
.header .nav {
  height: 90px;
  position: relative;
  float: right;
  margin-right: 2%;
  width: 55%;
  zoom: 1;
  *width: 49%;
}
.header .nav li {
  width: 12.5%;
  float: left;
  position: relative;
  z-index: 10;
}
.header .nav li:before {
  width: 0;
  height: 2px;
  background: #f46f36;
  display: block;
  content: "\20";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.header .nav li a {
  width: 100%;
  height: 90px;
  font-size: 16px;
  color: #000000;
  display: block;
  position: relative;
  color: #333333;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  line-height: 90px;
}
.header .nav li a span {
  font-family: arial;
  text-transform: uppercase;
  font-size: 12px;
  color: #999999;
  display: block;
}
.header .nav li.hover .nav1,
.header .nav li:hover .nav1 {
  color: #f46f36;
}
.header .nav li.hover .nav1 span,
.header .nav li:hover .nav1 span {
  color: #fff;
}
.header .nav li.hover:before,
.header .nav li:hover:before {
  width: 31px;
  margin-left: -15px;
}
.header .nav li .subNav {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 99;
  display: none;
  left: 0px;
  top: 90px;
  background: url(../images/blue75.png) repeat 0 0;
}
.header .nav li .subNav a {
  padding: 0;
  display: block;
  height: 38px;
  overflow: hidden;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
}
.header .nav li .subNav a:hover {
  background: #f46f36;
}
.header .search {
  width: 278px;
  height: 34px;
  float: left;
  position: relative;
  margin: 27px 0 0 60px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.header .search input {
  background-color: none;
  outline: none;
  border: none;
}
.header .search .stxt {
  width: 220px;
  background: #fff;
  height: 20px;
  line-height: 20px;
  padding: 7px 10px;
  padding-left: 3%;
  position: absolute;
  left: 0;
  top: 0;
}
.header .search .sbtn {
  width: 35px;
  height: 34px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background-position: 0px -104px;
}
.header .tel {
  margin-right: 50px;
  float: right;
  font-size: 24px;
  color: #f46f36;
  font-weight: bold;
  font-family: arial;
  margin-top: 32px;
}
.header .tel h3 {
  font-size: 24px;
  font-family: arial;
  color: #f46f36;
  line-height: 26px;
}
.header .tel s {
  width: 19px;
  height: 19px;
  margin-right: 8px;
  background-position: 0 -143px;
  vertical-align: baseline;
  *vertical-align: middle;
}
.header .tel strong {
  font-weight: normal;
}
/****banner****/
.banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 36.458%;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
}
.banner .list li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.banner .prev,
.banner .next {
  width: 46px;
  height: 71px;
  position: absolute;
  left: 10%;
  background-position: 0 0;
  z-index: 10;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.75;
  filter: alpha(opacity=75);
}
.banner .next {
  left: auto;
  right: 10%;
  background-position: -46px 0;
}
.banner .next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .tip {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 35px;
  z-index: 10;
  text-align: center;
}
.banner .tip li {
  margin: 0 10px;
  width: 15px;
  height: 15px;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: none;
  border-radius: 100%;
  *display: inline;
  *zoom: 1;
  border: 4px solid #f46f36;
  transition: ease-in-out 0.2s;
}
.banner .tip li.cur {
  background: #f46f36;
}
.search_main {
  width: 100%;
  height: 78px;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.search_main .search {
  width: 285px;
  height: 35px;
  line-height: 35px;
  float: right;
  position: relative;
  margin-top: 21px;
  border-radius: 17px;
  overflow: hidden;
  background: #f6f6f6;
}
.search_main .search input {
  border: 0px;
  outline: none;
  display: block;
}
.search_main .search .txt {
  width: 282px;
  height: 35px;
  line-height: 35px;
  float: left;
  text-indent: 1em;
  background: none;
  font-size: 12px;
  color: #969696;
}
.search_main .search .btn {
  width: 50px;
  height: 35px;
  cursor: pointer;
  background-position: 0px -219px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.search_main .skey_txt {
  float: left;
  text-align: left;
  height: 78px;
  line-height: 78px;
}
.search_main .skey_txt span {
  display: inline-block;
}
.search_main .skey_txt a {
  display: inline-block;
  color: #333;
  line-height: 78px;
}
.search_main .skey_txt a:hover {
  color: #f46f36;
}
.search_main .skey_txt .split {
  width: 1px;
  height: 15px;
  display: inline-block;
  margin: 0px 10px 0;
  background: #dddddd;
  vertical-align: middle;
}
.index_title {
  padding-top: 80px;
  padding-bottom: 40px;
  text-align: center;
}
.index_title h3 {
  font-size: 40px;
  background: url(../images/index_title.png) center center no-repeat;
}
.index_title h3 b {
  color: #f46f36;
}
.index_title p {
  font-size: 18px;
  padding-top: 8px;
}
.more {
  text-align: center;
  width: 510px;
  margin: 0 auto;
}
.more a {
  width: 252px;
  height: 51px;
  line-height: 51px;
  text-align: center;
  background: none;
  font-size: 18px;
  display: block;
  border: 2px solid #e5e5e5;
  border-radius: 0 10px 10px 0;
  float: left;
  border-left: none;
}
.more a:first-child {
  background: #f46f36;
  color: #fff;
  border-color: #f46f36;
  border-radius: 10px 0 0 10px;
  border-left: 2px solid #f46f36;
}
.more a:hover {
  border-color: #f46f36;
}
.floor_1_main {
  background: #fff;
  padding-bottom: 80px;
}
.floor_1 .slideTxtBox {
  padding-bottom: 20px;
}
.floor_1 .slideTxtBox .hd {
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}
.floor_1 .slideTxtBox .hd ul {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.floor_1 .slideTxtBox .hd ul li {
  width: 179px;
  float: left;
  text-align: center;
  margin: 0 10px;
  cursor: pointer;
  font-size: 18px;
  color: #333;
  border: 1px solid #dcdcdc;
  height: 38px;
  line-height: 38px;
  border-radius: 5px;
}
.floor_1 .slideTxtBox .hd ul li a {
  color: #fff;
  background: #f46f36;
}
.floor_1 .slideTxtBox .hd ul li.on {
  color: #fff;
  background: #f46f36;
  border: 1px solid #f46f36;
}
.floor_1 .slideTxtBox .bd {
  overflow: hidden;
  margin-bottom: 17px;
  *margin-bottom: 41px;
}
.floor_1 .slideTxtBox .bd ul {
  width: 105%;
}
.floor_1 .slideTxtBox .bd li {
  float: left;
  width: 384px;
  height: 352px;
  overflow: hidden;
  margin-right: 24px;
  background: #fff;
  margin-bottom: 24px;
}
.floor_1 .slideTxtBox .bd li .img {
  display: block;
  width: 100%;
  height: 282px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.floor_1 .slideTxtBox .bd li .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.floor_1 .slideTxtBox .bd li .img .on {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  background: url(../images/bg85.png);
  opacity: 0;
  filter: alpha(opacity=0);
}
.floor_1 .slideTxtBox .bd li .img .on i {
  width: 103px;
  height: 31px;
  position: absolute;
  left: 50%;
  margin-left: -51px;
  top: 50%;
  margin-top: 0px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  line-height: 31px;
  border-radius: 15px;
}
.floor_1 .slideTxtBox .bd li .txt {
  display: block;
  padding: 0 18px;
  border: 1px solid #ddd;
  height: 69px;
  border-top: none;
  position: relative;
}
.floor_1 .slideTxtBox .bd li .txt h3 {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  line-height: 69px;
}
.floor_1 .slideTxtBox .bd li .txt span {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: block;
  border: 1px solid #a1a1a1;
  text-align: center;
  line-height: 33px;
  color: #666;
  font-size: 24px;
  top: 15px;
  position: absolute;
  right: 18px;
}
.floor_1 .slideTxtBox .bd li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.floor_1 .slideTxtBox .bd li:hover .img .on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.floor_1 .slideTxtBox .bd li:hover .img .on i {
  transition: ease-in-out .2s;
  margin-top: -16px;
}
.floor_1 .slideTxtBox .bd li:hover .img img {
  transition: ease-in-out .2s;
  transform: scale(1.1);
}
.floor_1 .slideTxtBox .bd li:hover .txt h3 {
  color: #f46f36;
  font-weight: bold;
}
.floor_1 .slideTxtBox .bd li:hover .txt span {
  background: #f46f36;
  color: #fff;
  border: 1px solid #f46f36;
}
.floor_2_main {
  background: url(../images/f2_bg.jpg) center top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 150px;
  color: #fff;
  margin-top: 4px;
}
.floor_2_main .w1200 {
  position: relative;
}
.floor_2_main .w1200 img {
  position: absolute;
  left: -324px;
  top: -25px;
}
.floor_2_main .left {
  margin-left: 47px;
}
.floor_2_main .left h3 {
  font-size: 30px;
  padding-top: 29px;
  padding-bottom: 10px;
  font-style: italic;
  color: #f5ef99;
}
.floor_2_main .left h3 b {
  color: #fff;
}
.floor_2_main .left p {
  font-size: 16px;
  line-height: 24px;
}
.floor_2_main .left p b {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 100%;
  float: left;
  margin-top: 8px;
  margin-right: 10px;
}
.floor_2_main .left p strong {
  color: #f46f36;
}
.floor_2_main .right {
  width: 264px;
  margin-top: 28px;
  position: relative;
}
.floor_2_main .right i {
  width: 46px;
  height: 46px;
  background-position: -115px 0;
  float: left;
  margin-right: 10px;
}
.floor_2_main .right h3 {
  font-size: 30px;
  line-height: 34px;
  position: absolute;
  left: 0;
  margin-left: 56px;
  width: 250px;
}
.floor_2_main .right p {
  line-height: ;
  font-size: 16px;
  line-height: 18px;
}
.floor_2_main .right .wx {
  display: block;
  width: 126px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: url(../images/btn.png) center no-repeat;
  margin-left: 56px;
  margin-top: 45px;
  transition: ease-in-out .2s;
}
.floor_2_main .right .wx:hover {
  transform: translateY(-5px);
}
.floor_3_main {
  background: url(../images/f3_bg.jpg) center top no-repeat;
  background-size: 100% 100%;
  height: 697px;
  padding-bottom: 0;
}
.floor_3_main .more {
  width: 256px;
}
.floor_3_main .more a {
  border-radius: 10px;
}
.floor_3_main .more a:hover {
  transform: translateY(-5px);
}
.floor_3_main .slideTxtBox .bd {
  overflow: hidden;
  margin-bottom: 17px;
  *margin-bottom: 41px;
}
.floor_3_main .slideTxtBox .bd ul {
  width: 105%;
}
.floor_3_main .slideTxtBox .bd li {
  float: left;
  width: 283px;
  height: 211px;
  overflow: hidden;
  margin-right: 22px;
  background: #fff;
}
.floor_3_main .slideTxtBox .bd li .img {
  display: block;
  width: 100%;
  height: 211px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.floor_3_main .slideTxtBox .bd li .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.floor_3_main .slideTxtBox .bd li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.floor_3_main .slideTxtBox .bd li:hover .img img {
  transition: ease-in-out .2s;
  transform: scale(1.1);
}
.floor_4 .body {
  padding-top: 30px;
}
.floor_4 .body li {
  position: relative;
  height: 427px;
}
.floor_4 .body li img {
  position: absolute;
}
.floor_4 .body li .img1 {
  left: 0;
  top: 47px;
}
.floor_4 .body li .img2 {
  right: 0;
  top: 0;
}
.floor_4 .body li .txt {
  width: 500px;
  margin-left: 183px;
  padding-top: 95px;
}
.floor_4 .body li h3 {
  color: #f46f36;
  font-size: 30px;
}
.floor_4 .body li h4 {
  font-weight: 400;
  padding-top: 10px;
  padding-bottom: 15px;
}
.floor_4 .body li p {
  line-height: 24px;
}
.floor_4 .body li a {
  display: block;
  border: 2px solid #f46f36;
  color: #f46f36;
  text-align: center;
  width: 198px;
  line-height: 51px;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 46px;
}
.floor_4 .body li a:hover {
  background: #f46f36;
  color: #fff;
  transition: ease-in-out .2s;
}
.floor_4 .body .l2 {
  height: 384px;
}
.floor_4 .body .l2 .img1 {
  left: 477px;
  top: 26px;
}
.floor_4 .body .l2 .img2 {
  left: -30px;
  right: auto;
}
.floor_4 .body .l2 .txt {
  margin-left: 688px;
}
.floor_4 .body .l3 {
  height: 539px;
}
.floor_4 .body .l3 .img1 {
  left: -5px;
  top: 50px;
}
.floor_4 .body .l3 .txt {
  padding-top: 127px;
}
.floor_4 .body li:hover .img1 {
  transition: ease-in-out .2s;
  transform: translateY(8px);
}
.floor_6 .w1200 img {
  left: -228px;
  top: -75px;
}
.floor_7_main {
  background: #f5f5f5;
  padding: 80px 0;
}
.floor_7_main .w1200 {
  overflow: hidden;
}
.floor_7_main .left {
  width: 514px;
  overflow: hidden;
}
.floor_7_main .left .img {
  width: 514px;
  height: 290px;
  transition: ease-in-out .2s;
  overflow: hidden;
  display: block;
}
.floor_7_main .left .img img:hover {
  transform: scale(1.1);
}
.floor_7_main .left li {
  float: left;
  width: 160px;
  height: 122px;
  overflow: hidden;
  margin-right: 17px;
  margin-top: 16px;
  position: relative;
}
.floor_7_main .left li img {
  width: 160px;
  height: 122px;
  display: block;
}
.floor_7_main .left li .on {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg85.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  opacity: 0;
}
.floor_7_main .left li .on p {
  color: #fff;
}
.floor_7_main .left li .on span {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 27px;
  text-align: center;
  background: #fff;
  color: #f46f36;
  border-radius: 100%;
  margin: 47px auto 15px;
  font-size: 25px;
  font-weight: 200;
}
.floor_7_main .left li:hover .on {
  opacity: 1;
}
.floor_7_main .left li:hover .on span {
  transition: ease-in-out .2s;
  margin-top: 37px;
}
.floor_7_main .left ul {
  width: 105%;
}
.floor_7_main .right {
  width: 579px;
  height: 348px;
  background: #fff;
  padding: 40px 45px;
}
.floor_7_main .right h3 {
  font-size: 34px;
  padding-bottom: 33px;
  background: url(../images/line.png) left bottom no-repeat;
  margin-bottom: 25px;
}
.floor_7_main .right h3 b {
  color: #f46f36;
}
.floor_7_main .right p {
  line-height: 22px;
  color: #666;
}
.floor_7_main .right ul {
  padding-top: 29px;
}
.floor_7_main .right li {
  float: left;
  border-left: 1px solid #eaeaea;
  padding-left: 30px;
  padding-right: 22px;
}
.floor_7_main .right li h4 {
  font-size: 42px;
  color: #f46f36;
}
.floor_7_main .right li h4 span {
  font-size: 14px;
  vertical-align: text-top;
  margin-left: 5px;
}
.floor_7_main .right li p {
  line-height: 14px;
}
.floor_7_main .right li:first-child {
  border: none;
  padding-left: 0;
}
.floor_7_main .right li:last-child {
  padding-right: 0;
}
.floor_7_main .right .a {
  margin-top: 35px;
}
.floor_7_main .right .a a {
  display: block;
  width: 182px;
  line-height: 42px;
  background: #f46f36;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.floor_7_main .right .a a:hover {
  transform: translateX(5px);
  transition: ease-in-out .2s;
}
.floor_6_main {
  background: #fff;
  padding-bottom: 80px;
}
.floor_6_main .cont {
  margin-bottom: 55px;
}
.floor_6_main .w1200 {
  overflow: hidden;
}
.floor_6_main .newsBox {
  width: 380px;
  overflow: hidden;
  position: relative;
  height: 398px;
}
.floor_6_main .newsBox .hd {
  height: 20px;
  overflow: hidden;
  position: absolute;
  left: 40px;
  bottom: 20px;
  z-index: 10;
}
.floor_6_main .newsBox .hd ul {
  overflow: hidden;
  zoom: 1;
}
.floor_6_main .newsBox .hd li {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  line-height: 14px;
  text-align: center;
  background: #999;
  cursor: pointer;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  float: left;
}
.floor_6_main .newsBox .hd li.on {
  background: #f46f36;
  color: #fff;
}
.floor_6_main .newsBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  height: 398px;
  overflow: hidden;
  background: #fff;
}
.floor_6_main .newsBox .bd li .img {
  display: block;
  width: 100%;
  height: 214px;
  overflow: hidden;
  position: relative;
}
.floor_6_main .newsBox .bd li img {
  width: 380px;
  height: 214px;
  display: block;
}
.floor_6_main .newsBox .bd li h3 {
  display: block;
  font-size: 18px;
  padding: 10px 0 15px;
  color: #000;
}
.floor_6_main .newsBox .bd li .txt {
  z-index: 5;
  padding: 15px 38px;
  border: 1px solid #ddd;
  height: 151px;
}
.floor_6_main .newsBox .bd li .txt a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.floor_6_main .newsBox .bd li p {
  padding: 0;
  color: #666;
  line-height: 24px;
  height: 50px;
  overflow: hidden;
}
.floor_6_main .newsBox .bd li .time {
  font-size: 16px;
  padding-right: 30px;
  padding-top: 28px;
}
.floor_6_main .newsBox .bd li:hover h3 {
  color: #f46f36;
}
.floor_6_main .newsBox .bd li:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.textlist {
  width: 800px;
  float: right;
}
.textlist .item {
  border: 1px solid #ddd;
  margin-bottom: 10px;
  height: 124px;
  transition: all 0.2s linear 0s;
  background: #fff;
}
.textlist .item a {
  display: block;
  padding: 28px;
}
.textlist .item h3 {
  font-size: 18px;
  vertical-align: top;
}
.textlist .item p {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  padding-top: 5px;
}
.textlist .item .time {
  display: block;
  width: 85px;
  height: 66px;
  margin-right: 22px;
  line-height: 20px;
  border-right: 1px solid #ddd;
  color: #666;
}
.textlist .item .time b {
  color: #666;
  display: block;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
}
.textlist .item:hover {
  border: 1px solid #f46f36;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.floor_8_main {
  background: #f5f5f5;
  padding-bottom: 80px;
}
.floor_8_main .body {
  overflow: hidden;
}
.floor_8_main .body ul {
  width: 105%;
}
.floor_8_main .body li {
  float: left;
  margin-bottom: 20px;
  margin-right: 21px;
  transition: ease-in-out .2s;
}
.floor_8_main .body li img {
  width: 282px;
  height: 130px;
  border: 1px solid #e9e9e9;
  display: block;
}
.floor_8_main .body li:hover img {
  border: 1px solid #f46f36;
}
.links_main {
  background: #373b41;
  line-height: 47px;
  color: #fff;
  font-size: 18px;
}
.links_main b {
  margin-right: 10px;
  font-weight: 400;
}
.links_main a {
  display: inline-block;
  padding-left: 40px;
  margin-right: 10px;
  transition: ease-in-out .2s;
  color: #fff;
}
.links_main a:hover {
  color: #f46f36;
}
.bottom_main {
  background: #3b4157;
  padding: 0px 0 54px;
  color: #fff;
}
.bottom_main .box1 {
  width: 330px;
  padding-top: 55px;
}
.bottom_main .box1 p {
  line-height: 24px;
  padding-top: 27px;
  text-indent: 2em;
}
.bottom_main .box1 .tel {
  padding-top: 25px;
}
.bottom_main .box1 .tel i {
  width: 22px;
  height: 22px;
  background-position: -166px -100px;
  float: left;
  margin-right: 10px;
}
.bottom_main .box1 .tel h3 {
  color: #fff;
  font-size: 30px;
  font-family: arial;
  line-height: 24px;
}
.bottom_main .box2 dl {
  float: left;
  width: 130px;
  padding-left: 40px;
  height: 307px;
}
.bottom_main .box2 dl span {
  display: block;
  width: 20px;
  height: 1px;
  background: #5f636c;
  margin: 10px 0;
}
.bottom_main .box2 dl dt {
  padding-top: 55px;
}
.bottom_main .box2 dl dt a {
  font-size: 18px;
  color: #ddd;
}
.bottom_main .box2 dl dt {
  margin-bottom: 20px;
}
.bottom_main .box2 dl dt a:hover {
  color: #fff;
}
.bottom_main .box2 dl dd {
  line-height: 28px;
}
.bottom_main .box2 dl dd a {
  color: #999;
}
.bottom_main .box2 dl dd a:hover {
  color: #fff;
}
.bottom_main .box3 {
  width: 139px;
  text-align: center;
  color: #fff;
  margin-top: 60px;
}
.bottom_main .box3 img {
  width: 139px;
  height: 139px;
  display: block;
}
.bottom_main .box3 p {
  padding-top: 10px;
  font-size: 18px;
  color: #999;
}
.bottom_copy {
  background: #0f1319;
  line-height: 50px;
  color: #ccc;
  font-size: 12px;
}
.bottom_copy a {
  color: #ccc;
}
.bottom_copy a:hover {
  color: #fff;
}
.sub_banner {
  width: 100%;
  height: 240px;
  text-align: center;
}
.sub_banner h3 {
  color: #fff;
  font-size: 34px;
  font-weight: 400;
  padding-top: 60px;
}
.sub_banner span {
  display: block;
  width: 50px;
  height: 2px;
  background: #3d72d7;
  background: linear-gradient(to right, #3d72d7, #102e67);
  margin: 0 auto;
  margin-top: 23px;
}
.sub_local { 
  line-height: 60px;border-bottom:1px solid #ddd;
}
.sub_local .left {
  color: #333;
  float: right;
}
.sub_local .left i {
  width: 14px;
  height: 12px;
  background-position: -284px -0px;
  margin-right: 10px;
}
.sub_local .left a {
  color: #333;
}
.sub_local .left a:hover {
  color: #333;
}
.nr{overflow: hidden;}
.nr .flbt{
	  font-size: 24px;
    line-height: 30px;
    padding: 25px 0 25px 52px;
    position: relative;
    margin-bottom: 20px;
    background: #f46f36;
    color: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.nr .right li {
 font-size: 16px;
    margin-bottom: 10px;
}
.nr .right {
  float: left;
}
.nr .right li a {
     color: #333;
    background: #ddd;
    width:200px; height:45px;line-height:45px;border-radius:15px 0 15px 0;display:block;text-align:center;
}
.nr.pro .right{margin-top:10px;}
.nr.pro .right li a{width:158px; margin-bottom:10px;}
.nr .right li a.hover,
.nr .right li a:hover {
  color: #fff;
  background:#f46f36;
}
.sub_tit {
  background: url(../images/sub_tit.png) left center no-repeat;
  height: 35px;
  line-height: 35px;
  font-size: 30px;
  font-weight: bold;
  margin: 50px auto;
}
.sub_tit h3 {
  padding-left: 45px;
}
.sub_list {
  overflow: hidden;
  padding: 3px 10px; margin-top:50px;
}
.sub_list ul {
  width: 110%;
}
.sub_list li {
  float: left;
  width: 578px;
  height: 286px;
  margin-right: 40px;
  border: 1px solid #e9e9e9;
  margin-bottom: 43px;
  position: relative;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.05);
}
.sub_list li a {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
}
.sub_list li img {
  float: left;
  width: 180px;
  height: 246px;
  border: 1px solid #efefef;
  margin-right: 40px;
  margin-left: 20px;
  margin-top: 20px;
}
.sub_list li h3 {
  font-size: 28px;
  padding-top: 57px;
  font-weight: 400; padding-right:20px;
  padding-bottom: 23px;
}
.sub_list li p {
  line-height: 26px;
  margin-bottom: 29px;
  padding-right: 50px;
}
.sub_list li span {
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #666;
  padding: 5px 30px;
  border-radius: 15px;
}
.sub_list li i {
  width: 561px;
  height: 269px;
  background: #cbcbcb;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: 9;
  transition: ease-in-out .2s;
}
.sub_list li:hover {
  box-shadow: 5px 10px 10px #ddd;
}
.sub_list li:hover i {
  background: #09cc8c;
  background:#f46f36;
}
.sub_list li:hover span {
  background:#f46f36;
}
.sub_list li:hover h3 {
  color: #333;
}
.sub_list li:hover p {
  color: #333;
}
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  font-size: 16px;
  display: none;
}
.ewmbox .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -25px;
  right: -40px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url(../images/dialogClose.png) no-repeat center center;
  transition: all ease 300ms;
}
.ewmbox .close:hover {
  transform: rotate(180deg);
}
.ewmbox img {
  width: 260px;
  height: 260px;
  display: block;
  margin: 0 auto 10px;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/*rightFix*/
.rightFix {
  width: 65px;
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -120px;
  z-index: 999;
}
.rightFix a {
  width: 65px;
  height: auto;
  background: #f46f36;
  text-align: center;
  display: block;
  margin-bottom: 1px;
  position: relative;
  padding-top: 8px;
  border-radius: 5px;
  padding-bottom: 5px;
}
.rightFix a h3 {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}
.rightFix .ico {
  width: 32px;
  height: 32px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  margin: 0 auto;
  margin-bottom: 1px;
  padding: 0px;
  background: url(../images/fix-ico.png) no-repeat 0 0;
}
.rightFix .img {
  width: 110px;
  height: auto;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 6px;
  background: #f46f36;
  border: 1px solid #ddd;
  background: #fff;
  display: none;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
  color: #333;
  padding-bottom: 10px;
}
.rightFix .img p {
  padding-top: 5px;
}
.rightFix a:hover .img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
  display: block;
}
.rightFix .img img {
  width: 110px;
  height: 110px;
}
.rightFix a span {
  width: 210px;
  text-align: center;
  height: 62px;
  line-height: 62px;
  position: absolute;
  left: -78px;
  top: 0px;
  background: #f46f36;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 7px 0 0 7px;
}
.rightFix a:hover {
  background-color: #f46f36;
  overflow: visible;
}
.rightFix a:hover h3 {
  color: #fff;
}
.rightFix a.fix-ewm:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}
.rightFix .fix-tel:hover .ico {
  background-position: -32px 0;
}
.rightFix .fix-xcx .ico {
  background-position: 0 -32px;
}
.rightFix .fix-xcx:hover .ico {
  background-position: -32px -32px;
}
.rightFix .fix-ewm .ico {
  background-position: 0px -64px;
}
.rightFix .fix-ewm:hover .ico {
  background-position: -32px -64px;
}
.rightFix .mess .ico {
  background-position: 0 -96px;
}
.rightFix .mess:hover .ico {
  background-position: -32px -96px;
}
.rightFix .fix_top .ico {
  background-position: 0 -128px;
}
.rightFix .fix_top:hover .ico,
.rightFix .fix_top.hover .ico {
  background-position: -32px -128px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
.local {
  height: 60px;
  line-height: 60px;
  overflow: hidden;
}
.local ul {
  float: right;
  margin-right: 60px;
}
.local ul li {
  padding: 0 25px;
  float: left;
}
.local ul li a {
  position: relative;
  display: block;
  padding: 0 15px;
  overflow: hidden;
  color: #363636;
}
.local ul li a i {
  width: 0;
  height: 3px;
  background: #3b3a45;
  position: absolute;
  left: 50%;
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 0;
  transition: ease-in .2s;
}
.local ul li a.hover,
.local ul li a:hover {
  color: #363636;
}
.local ul li a.hover i,
.local ul li a:hover i {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  width: 100%;
}
.bg_main {
  background: #f5f5f5;
  padding-top: 55px;
  padding-bottom: 50px;    min-height: 500px;
}
.bg_bottom_main {
  background: #eaeaea;
  height: 100px;
}
.sub_banner {
  height: 300px;
  width: 100%;
}
.sub_nav {
  height: 35px;
  line-height: 35px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  padding-top: 50px;
}
.sub_nav .fl {
  font-size: 30px;
}
.sub_nav .fr li {
  float: left;
}
.sub_nav .fr li a {
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  display: block;
  margin-left: 10px;
  transition: ease-in-out .2s;
}
.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover {
  background: #2ab866;
  color: #fff;
  border: 1px solid #2a9bf2;
}
.case {
  margin-top: 40px; min-height:600px;
  width: 980px;
  float: right;
}
.case ul {
  width: 105%;
}
.case li {
  width: 310px;
  float: left;
  margin-right: 24px;
  margin-bottom: 20px;
}
.case li .img {
  overflow: hidden;
  height: 213px;
  display: block;
  border: 1px solid #efefef;
  width: 378px;
  border-bottom: none;
}
.case li .img img {
  width: 310px;
  height: 213px;
  transition: .9s;
}
.imgH li .img {
  height: 233px;
  border: 1px solid #efefef;
  width: 310px;
  border-bottom: none;
}
.imgH li .img img {
  height: 233px;
}
.case li:hover .img img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
}
.case li .p {
  border: 1px solid #efefef;
  display: block;
  width: 272px;
  padding: 0 19px;
  height: 108px;
  border-top: none;
}
.case li .p p {
  border-bottom: 1px solid #d6d6d6;
  height: 58px;
  line-height: 58px;
  margin-bottom: 10px;
  font-size: 18px;
}
.case li .p .left{font-size:16px;}
.case li .p i {
  width: 23px;
  height:22px;
  background-position: -288px -19px; margin-top:5px;
}
.case li .p .fl {
  font-size: 12px;
  font-family: arial;
}
.case li:hover {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
.news{
	width: 990px;
	float: right;
}
.news li {
  padding: 20px;
  border: 1px solid #f2f2f2;
  background: #fff;
  margin-bottom: 50px;
}
.news li .img {
  width: 360px;
  float: left;
  height: 205px;
  overflow: hidden;
}
.news li .img img {
  width: 360px;
  height: 205px;
  transition: .9s;
}
.news li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.news li:hover {
  box-shadow: 4px 4px 4px #ddd;
}
.news li .p {
  width: 565px;
  float: right;
}
.search_li li .p {
  width: 1080px;
  margin-right: 40px;
  padding-bottom: 20px;
}
.news li .p h1 {
  color: #363636;
  font-size: 24px;
  font-weight: 100;
  padding: 28px 0;
}
.news li .p p {
  color: #363636;
  line-height: 24px;
  padding-bottom: 24px;
}
.news li .p span {
  line-height: 18px;
  font-family: arial;
  color: #959595;
}
.news li .p i {
  width: 23px;
  height: 16px;
  background-position: -73px 0;
  margin-right: 10px;
}
.news li .p .i2 {
  background-position: -104px 0;
  margin-left: 30px;
}
.detail {
  background: #fff;
  padding: 30px;
  border: 1px solid #e5e5e5;
  width: 925px;
  float: right;
}
.detail .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.detail .title h1 {
  font-size: 30px;
  font-weight: 100;
  padding-bottom: 15px;
}
.detail .title span {
  line-height: 18px;
  font-family: arial;
  color: #959595;
}
.detail .title i {
  width: 23px;
  height: 16px;
  background-position: -73px 0;
  margin-right: 10px;
}
.detail .title .i2 {
  background-position: -104px 0;
  margin-left: 30px;
}
.detail .context {
  line-height: 30px;
  padding: 25px 0;
}
.detail .context table{text-align:center;border:1px solid #ddd;width:100%;}
.detail .context table tr:nth-child(2n+1){background:#eeefef;}
.detail .context table td{padding:10px;}
.detail .context img {
  max-width: 925px;
}
/* reLink */
.reLink {
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
  padding: 0 15px;
  margin-bottom: 50px;
}
.reLink .nextLink,
.detail .reLink .prevLink {
  width: 50%;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a {
  -webkit-transition: all ease 500ms;
  -moz-transition: all ease 500ms;
  -ms-transition: all ease 500ms;
  -o-transition: all ease 500ms;
  transition: all ease 500ms;
}
.reLink a:hover {
  color: #f46f36;
}
/* pager */
.pager {
  padding: 30px 0 50px;
  text-align: center;
  *zoom: 1;
  *padding: 40px 0 30px;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager p {
  height: 26px;
  line-height: 26px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  display: none;
}
.pager ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}
.pager ul li {
  float: left;
  margin: 0 5px;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.pager ul a {
  line-height: 30px;
  padding: 0 10px;
  transition: all ease 300ms;
  color: #000000;
  text-decoration: none;
  float: left;
  border: 1px solid #ddd;
}
.pager ul a.current,
.pager ul a:hover {
  color: #fff;
  border: 1px solid #f46f36;
  background: #f46f36;
}
.contact .box1 {
  line-height: 18px;
  padding: 48px 0 0px;
  overflow: hidden;
}
.contact .box1 ul {
  width: 125%;
}
.contact .box1 li {
  float: left;
  width: 230px;
  margin-right: 250px;
}
.contact .box1 li i {
  width: 56px;
  height: 56px;
  background-position: -142px 0;
  float: left;
}
.contact .box1 li b {
  font-size: 18px;
  font-family: arial;
  font-weight: 100;
}
.contact .box1 li td {
  vertical-align: middle;
  height: 56px;
  padding-left: 5px;
}
.contact .box1 .l2 i {
  background-position: -204px 0;
}
.contact .box1 .l3 i {
  background-position: -267px 0;
}
.contact .box2 .t {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
.contact .box2 {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 30px;
}
.contact .box2 .context {
  width: 400px;
}
.contact .box2 .context img {
  
}
.contact .box2 #map1_container,
.contact .box2 #allmap1 {
  width: 650px;
  height: 450px;
  border: 1px solid #ddd;
}
.contact .box3 h3 {
  font-size: 36px;
  padding-bottom: 15px;
  text-align: center;
  padding-top: 50px;
}
.contact .box3 p {
  font-size: 16px;
  color: #828282;
  line-height: 24px;
  padding-bottom: 46px;
  text-align: center;
}
.contact .box3 b {
  color: #d10000;
  font-weight: 100;
}
.contact .box3 ul {
  width: 115%;
}
.contact .box3 li {
  float: left;
  height: 36px;
  line-height: 36px;
  width: 424px;
  padding: 0 20px;
  padding-right: 0;
  border: 1px solid #e5e5e5;
  margin-right: 30px;
  margin-bottom: 20px;
  color: #828282;
}
.contact .box3 li span {
  padding-right: 10px;
}
.contact .box3 li input {
  width: 370px;
  border: none;
  outline: none;
}
.contact .box3 textarea {
  border: 1px solid #e5e5e5;
  width: 900px;
  height: 144px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
}
.contact .box3 .btn {
  border: none;
  background: #f46f36;
  width: 280px;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  margin-top: 26px;
  float: right;
  cursor: pointer;
  transition: ease-in-out .2s;
  margin-bottom: 50px;
}
.contact .box3 .btn:hover {
  width: 340px;
}
.job .img {
  overflow: hidden;
  width: 480px;
  height: 270px;
  display: block;
  float: left;
}
.job .img img {
  width: 480px;
  height: 270px;
  transition: .9s;
}
.job li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.job .p {
  width: 680px;
  padding-left: 40px;
  height: 270px;
  background: #2a9bf2;
  color: #fff;
  display: block;
  float: right;
  position: relative;
}
.job .p i {
  width: 54px;
  height: 54px;
  background-position: 0 -35px;
  position: absolute;
  right: 40px;
  bottom: 40px;
  transition: ease-in-out .2s;
}
.job .p h1 {
  font-size: 30px;
  font-weight: 100;
  padding-top: 35px;
}
.job .p p {
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-right: 20px;
}
.job .p span {
  display: block;
  background: #fff;
  width: 20px;
  height: 3px;
  margin-top: 11px;
}
.job li {
  margin-bottom: 20px;
}
.job .l2 .img {
  float: right;
}
.job .l2 .p {
  float: left;
  background: #fff;
  color: #333;
}
.job .l2 .p i {
  background-position: -59px -35px;
}
.job .l2 .p span {
  background: #333;
}
.job li:hover i {
  margin-right: 20px;
}
.about .box1 {
  padding-top: 105px;
  padding-bottom: 100px;
  overflow: hidden;
}
.box1_add {
  padding: 70px 0;
}
.about .box1 .fl {
  padding-top: 32px;
}
.about .box1 .fl h1 {
  font-size: 80px;
  text-transform: uppercase;
  font-family: arial;
  line-height: 80px;
}
.about .box1 .fl p {
  font-size: 24px;
  padding-bottom: 88px;
}
.about .box1 .fl i {
  width: 54px;
  height: 54px;
  background-position: 0 -99px;
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
}
.about .box1 .fl i img {
  position: absolute;
  left: 20px;
  bottom: 56px;
  width: 0px;
  height: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: ease-in-out .2s;
}
.about .box1 .fl i:hover img {
  filter: alpha(opacity=100);
  opacity: 1;
  left: 0;
  height: 80px;
  width: 80px;
}
.about .box1 .fl .i2 {
  background-position: -58px -99px;
  margin-left: 20px;
}
.about .box1 .fr {
  width: 611px;
}
.about .box1 .fr h1 {
  font-size: 24px;
  font-weight: 100;
}
.about .box1 .fr span {
  display: block;
  background: #b0b0b0;
  width: 20px;
  height: 2px;
  margin: 13px 0 24px;
}
.about .box1 .fr h2 {
  font-size: 18px;
}
.about .box1 .fr p {
  line-height: 30px;
  padding-top: 12px;
}
.about .box1 .fr i {
  width: 54px;
  height: 54px;
  background-position: -59px -35px;
  margin-top: 35px;
  transition: ease-in-out .2s;
}
.about .box1 .fr a:hover {
  cursor: pointer;
}
.about .box1 .fr a:hover i {
  margin-left: 15px;
}
.about .bg_20 {
  height: 20px;
  width: 100%;
  background: #eaeaea;
}
.about .box2 {
  padding-bottom: 94px;
}
.about .box2 .con {
  margin-top: 40px;
}
.about .box2 .con .fl {
  width: 410px;
  height: 428px;
  overflow: hidden;
}
.about .box2 .con .fl img {
  width: 410px;
  height: 428px;
}
.about .box2 .con .fr .img {
  width: 380px;
  height: 214px;
  overflow: hidden;
  display: block;
}
.about .box2 .con .fr .img img {
  width: 380px;
  height: 214px;
  transition: .9s;
}
.about .box2 .con .fr .p {
  display: block;
  padding-left: 20px;
  width: 360px;
  height: 214px;
}
.about .box2 .con .fr .p h1 {
  font-size: 24px;
  line-height: 60px;
  font-weight: 100;
}
.about .box2 .con .fr .p i {
  width: 54px;
  height: 54px;
  background-position: -59px -35px;
  margin-top: 35px;
  transition: ease-in-out .2s;
}
.about .box2 .con .fr li:hover {
  cursor: pointer;
}
.about .box2 .con .fr li:hover h1,
.about .box2 .con .fr li:hover p {
  color: #333;
}
.about .box2 .con .fr li:hover i {
  margin-left: 15px;
}
.about .box2 .con .fr li {
  float: left;
}
.about .box2 .con .fr li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.about .box3 {
  background: url(../images/about_bg.jpg) center top no-repeat;
  width: 100%;
  height: 457px;
  padding-top: 93px;
}
.about .box3 .w1200 {
  overflow: hidden;
}
.about .box3 .fl {
  width: 500px;
}
.about .box3 .fl h1 {
  font-size: 36px;
  color: #fff;
  font-weight: 100;
  padding-bottom: 25px;
}
.about .box3 .fl span {
  display: block;
  width: 40px;
  height: 2px;
  background: #ffd200;
  margin-bottom: 25px;
}
.about .box3 .fl p {
  color: #fff;
  line-height: 24px;
}
.about .box3 .fl i {
  width: 54px;
  height: 54px;
  cursor: pointer;
  background-position: 0px -35px;
  margin-top: 35px;
  transition: ease-in-out .2s;
}
.about .box3 .fl a:hover i {
  margin-left: 15px;
}
.about .box3 .fr .picScroll-left {
  overflow: hidden;
  position: relative;
  margin-top: 68px;
  height: 225px;
  width: 620px;
}
.about .box3 .fr .picScroll-left .hd {
  overflow: hidden;
}
.about .box3 .fr .picScroll-left .hd .prev,
.about .box3 .fr .picScroll-left .hd .next {
  display: block;
  left: 0;
  top: 50%;
  margin-top: -36px;
  width: 30px;
  height: 72px;
  position: absolute;
  z-index: 10;
  background-position: -133px -67px;
  cursor: pointer;
  display: none;
}
.about .box3 .fr .picScroll-left .hd .next {
  left: auto;
  right: 0;
  background-position: -164px -67px;
}
.about .box3 .fr .picScroll-left:hover .hd .prev,
.about .box3 .fr .picScroll-left:hover .hd .next {
  display: block;
}
.about .box3 .fr .picScroll-left .hd ul {
  float: right;
  overflow: hidden;
  margin-top: 10px;
  zoom: 1;
}
.about .box3 .fr .picScroll-left .hd ul li {
  float: left;
  width: 9px;
  height: 9px;
  overflow: hidden;
  margin-right: 5px;
  text-indent: -999px;
  cursor: pointer;
  background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.about .box3 .fr .picScroll-left .hd ul li.on {
  background-position: 0 0;
}
.about .box3 .fr .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}
.about .box3 .fr .picScroll-left .bd ul li {
  margin-right: 20px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}
.about .box3 .fr .picScroll-left .bd ul li img {
  width: 300px;
  height: 225px;
}
.bg_top {
  height: 50px;
  background: #eaeaea;
  width: 100%;
}
.erro {
  color: red;
}
/* map_ul  */
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
}
.map_ul li {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 25px;
}
.map_ul li a {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  display: block;
  background: #f6f6f6;
  text-indent: 15px;
}
.map_ul .list-inline {
  display: block;
  width: 86%;
}
.map_ul .list-inline li {
  height: 32px;
  display: inline-block;
  *display: inline;
  margin: 15px 5px 15px 0;
  zoom: 1;
  line-height: 32px;
  border-bottom: 0;
  text-align: center;
  width: auto;
  padding: 0px;
}
.map_ul .list-inline li a {
  text-indent: 0;
  font-weight: normal;
  display: block;
  line-height: 32px;
  height: 32px;
  display: inline-block;
  padding: 0px 10px;
  width: auto;
  border: 1px solid #ccc;
  text-align: center;
}
.map_ul .list-inline li a:hover {
  background: #f46f36;
  color: #fff;
  border: 1px solid #f46f36;
}
.erro {
  text-align: center;
  padding-bottom: 50px;
}
.showPro {
  padding: 50px 50px 0;
}
.showPro .reLink {
  margin-bottom: 0;
}
.showPro .showContxt {
  padding: 30px 0 35px;
  font-size: 16px;
  line-height: 32px;
}
.showPro .showContxt img {
  max-width: 100%;
  height: auto !important;
}
.showPro .showimgCon {
  padding: 0 0 30px;
  font-size: 16px;
  line-height: 32px;
}
.showPro .showimgCon .txtcon {
  width: 680px;
  height: 423px;
  float: right;
  position: relative;
}
.showPro .showimgCon .txtcon .tit {
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  color: #d73535;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dddddd;
  padding-right: 60px;
}
.showPro .showimgCon .txtcon .tit .goBack {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 14px;
  display: block;
  font-weight: normal;
  cursor: pointer;
}
.showPro .showimgCon .txtcon .tit .goBack s {
  width: 20px;
  height: 20px;
  background-position: -440px -62px;
  margin-left: 6px;
}
.showPro .showimgCon .txtcon .tit .goBack:hover {
  color: #047fcc;
}
.showPro .showimgCon .txtcon .txt {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.showPro .showimgCon .txtcon .txt .item {
  margin-bottom: 7px;
  max-height: 144px;
  overflow: hidden;
}
.showPro .showimgCon .txtcon .tel-btn {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 1px solid #ddd;
  padding-top: 40px;
}
.showPro .showimgCon .txtcon .tel-btn .btn {
  width: 118px;
  float: right;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #2ab866;
}
.showPro .showimgCon .txtcon .tel-btn .btn:hover {
  background: #1152b8;
}
.showPro .showimgCon .txtcon .tel-btn .tel {
  width: 280px;
  float: left;
}
.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong {
  display: block;
  color: #666666;
}
.showPro .showimgCon .txtcon .tel-btn .tel s {
  width: 42px;
  height: 42px;
  display: block;
  float: left;
  margin-right: 6px;
  background-position: -315px -30px;
}
.showPro .showimgCon .txtcon .tel-btn .tel span {
  font-size: 16px;
  line-height: 20px;
}
.showPro .showimgCon .txtcon .tel-btn .tel strong {
  font-size: 28px;
  line-height: 28px;
}
.showPro .showimg {
  width: 442px;
  position: relative;
  float: left;
  overflow: hidden;
}
.showPro .showimg .bigimg {
  width: 440px;
  height: 332px;
  display: block;
  position: relative;
  border: 1px solid #dddddd;
}
.showPro .showimg .bigimg .list {
  width: 5000%;
}
.showPro .showimg .bigimg .list li {
  width: 440px;
  height: 332px;
  float: left;
}
.showPro .showimg .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.showPro .showimg .smallimg {
  width: 440px;
  height: 76px;
  position: relative;
  padding-top: 30px;
  z-index: 10;
  overflow: hidden;
}
.showPro .showimg .list {
  width: 357px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.showPro .showimg .listcon {
  width: 600% !important;
  position: relative;
}
.showPro .showimg .prev,
.showPro .showimg .next {
  width: 20px;
  height: 76px;
  z-index: 10;
  position: absolute;
  top: 30px;
  cursor: pointer;
  background: url(../images/show-btn-ico.png) no-repeat 0 center;
}
.showPro .showimg .prev:hover,
.showPro .showimg .next:hover {
  background-color: #f9f9f9;
}
.showPro .showimg .prev {
  left: 0;
  background-position: 3px center;
}
.showPro .showimg .next {
  right: 0;
  background-position: -84px center;
}
.showPro .showimg li {
  width: 98px;
  height: 74px;
  margin-right: 28px;
  float: left;
  cursor: pointer;
  position: relative;
}
.showPro .showimg li img {
  width: 100%;
  height: 100%;
  display: block;
}
.showPro .showimg li.on {
  width: 94px;
  height: 70px;
  border: 3px solid #2ab866;
}
.relateTit {
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #e4e4e4;
  margin: 0 auto;
  width: 1200px;
}
.relateTit h3 {
  font-size: 18px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.relateTit h3 .line {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #1152b8;
}
.floor_3_remm {
  padding-bottom: 60px;
}
.floor_3_remm .body {
  overflow: hidden;
  *margin-bottom: 38px;
}
.floor_3_remm .body ul {
  width: 112%;
}
.floor_3_remm .body li {
  margin-bottom: 40px;
  width: 370px;
  float: left;
  margin-right: 45px;
  position: relative;
  height: 278px;
  overflow: hidden;
}
.floor_3_remm .body li a {
  display: block;
  width: 100%;
  height: 278px;
  cursor: pointer;
}
.floor_3_remm .body li .img img {
  width: 370px;
  height: 278px;
}
.floor_3_remm .body li .txt {
  position: absolute;
  left: 0;
  top: 211px;
  height: 70px;
  background: #666;
  width: 301px;
  color: #fff;
  padding-left: 42px;
  padding-right: 42px;
  transition: ease-in-out .2s;
  text-align: center;
  line-height: 70px;
}
.floor_3_remm .body li .txt h3 {
  font-size: 20px;
  font-weight: 100;
  line-height: 67px;
}
.floor_3_remm .body li .txt span {
  margin: 0 auto;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  width: 123px;
  height: 33px;
  line-height: 33px;
  border-radius: 5px;
  margin-top: 10px;
  display: none;
}
.floor_3_remm .body li:hover {
  box-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.floor_3_remm .body li:hover .txt {
  background: url(../images/bg_6b.png) repeat;
  height: 100%;
  top: 0;
}
.floor_3_remm .body li:hover .txt h3 {
  padding-top: 78px;
}
.floor_3_remm .body li:hover .txt span {
  margin-top: 0;
  display: block;
}
.floor_3_remm .more2 {
  text-align: center;
}
.floor_3_remm .more2 ul {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.floor_3_remm .more2 a {
  width: 141px;
  height: 35px;
  display: block;
  color: #f46f36;
  margin: 0 19px;
  border: 2px solid #f46f36;
  line-height: 35px;
  border-radius: 4px;
  font-size: 20px;
}
.floor_3_remm .more2 a:hover {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.floor_3_remm .more2 .wx {
  background: #1451c1;
  color: #fff;
}
.floor_3_remm .more2 li {
  float: left;
}
.detail .box1 {
  background: url(../images/about_1.jpg) right top no-repeat;
  margin-bottom: 70px;
}
.detail .box1 span {
  display: block;
  width: 100px;
  height: 2px;
  background: #999;
}
.detail .box1 h3 {
  font-size: 24px;
  line-height: 40px;
  margin-top: 30px;
  padding-bottom: 44px;
}
.detail .box1 .right {
  width: 734px;
}
.detail .box1 .right h4 {
  font-size: 40px;
  color: #ccc;
  padding-bottom: 10px;
}
.detail .box1 .right p {
  font-size: 16px;
  line-height: 30px;
}
.detail .box1 .right span {
  width: 70px;
  height: 1px;
  background: #ccc;
  margin: 44px 0;
}
.detail .box2 {
  background: url(../images/about_3.jpg) center top no-repeat;
}
.detail .box2 .tab1 {
  padding-left: 728px;
  padding-bottom: 95px;
}
.detail .box2 .tab1 h3 {
  font-size: 24px;
}
.detail .box2 .tab1 span {
  display: block;
  width: 50px;
  height: 3px;
  background: #999;
  margin: 15px 0;
}
.detail .box2 .tab1 li {
  line-height: 30px;
  font-size: 16px;
}
.detail .box2 .tab2 .left {
  padding-top: 80px;
  margin-left: 10px;
}
.detail .box2 .tab2 .left h3 {
  font-size: 24px;
}
.detail .box2 .tab2 .left span {
  display: block;
  width: 50px;
  height: 3px;
  background: #999;
  margin: 15px 0;
}
.detail .box2 .tab2 .left li {
  line-height: 30px;
  font-size: 16px;
}
.detail .box2 .tab2 .right {
  color: #fff;
  width: 330px;
  text-align: center;
  height: 270px;
  font-size: 16px;
  line-height: 35px;
  padding-top: 15px;
}
.page_product {
  padding-top: 80px;
  width: 990px;
  float: right;
}
.page_product .box1 {
  padding-bottom: 43px;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 30px;
}
.page_product .box1 .slideBox {
  border: 1px solid #eee;
  width: 500px;
  height: 375px;
  position: relative;
}
.page_product .box1 .slideBox .hd {
  position: absolute;
  right: 0px;
  bottom:40px;
  z-index: 10;
  width: 143px;
}
.page_product .box1 .slideBox .hd ul li {
  cursor: pointer;
  width: 13px;
  height: 13px;
  background: #333;
  border-radius: 100%;
  margin-left: 9px;
  float: left;
}
.page_product .box1 .slideBox .hd ul li.on {
  background:#f46f36;
}
.page_product .box1 .slideBox .bd {
  position: relative;
}
.page_product .box1 .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}
.page_product .box1 .slideBox .bd img {
  width: 500px;
  height: 375px;
  display: block;
}
.page_product .box2 img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.page_product .box2 {
  padding-bottom: 30px;line-height:30px;
}
.page_product .box2 video{display:block;margin:0 auto;max-width:100%;width:500px;}
.page_product .box2 iframe{display:block;margin:0 auto;max-width:100%;width:800px;}
.box1_right {
  width: 475px;
  margin-left: 13px;
}
.box1_right h1 {
  font-size: 30px;
}
.box1_right h3 {
  font-size: 16px;
  color: #999;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 33px;
}
.box1_right .t h2 {
  border-bottom: 1px solid #dcdcdc;
  font-size: 20px;
}
.box1_right .t b {
  border-bottom: 2px solid #f46f36;
  display: inline-block;
  padding-bottom: 12px;
}
.box1_right .t p {
  font-size: 16px;
  line-height: 36px;
  color: #666;
  margin-bottom: 35px;
  padding-top: 5px;
}
.box1_right .a {
  width: 435px;
}
.box1_right .a a {
  display: block;
  width: 150px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: #666;
  font-size: 18px;
  float: right;
  line-height: 50px;
}
.box1_right .a a:first-child {
  width: 250px;
  background: #f46f36;
  float: left;
  cursor: default;
}
.box1_right .a a i {
  width: 22px;
  height: 24px;
  background-position: -236px -0px;
  margin-right: 10px;
}
.nr .box3 {
  margin-bottom: 80px;
  padding-top: 47px;
}
.nr .box3 .tit {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  font-size: 24px;
  margin-bottom: 22px;
}
.nr .box3 .tit i {
  width: 21px;
  height: 23px;
  background-position: -86px -80px;
  margin-right: 11px;
}
.floor_remm {
  overflow: hidden;
}
.floor_remm ul {
  width: 105%;
}
.floor_remm li {
  float: left;
  background: #fafafa;
  margin-right: 30px;
  width: 380px;
  margin-bottom: 30px;
}
.floor_remm li .img {
  width: 380px;
  height: 280px;
  overflow: hidden;
}
.floor_remm li .img img {
  display: block;
  width: 100%;
  height: auto;
  transition: ease-in-out .2s;
}
.floor_remm li .txt {
  background: #fff;
  height: 70px;
  border-bottom: 1px solid #e5e5e5;
}
.floor_remm li .txt .left {
  padding-left: 20px;
}
.floor_remm li .txt .right {
  padding-right: 20px;line-height:70px;
}
.floor_remm li .txt .right i {
  width: 14px;
  height: 31px;
  background-position: -53px 0;
  margin-top: 19px;
  transition: ease-in-out .2s;
}
.floor_remm li .txt h3 {
  font-size: 16px;
  line-height: 70px;
}
.floor_remm li .txt p {
  font-size: 12px;
  border: 1px solid #e5e5e5;
  display: inline-block;
  padding: 2px 15px;
}
.floor_remm li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_remm li:hover .img img {
  transform: scale(1.1);
}
.floor_remm li:hover .txt {
  background: #464646;
}
.floor_remm li:hover .txt h3 {
  color: #fff;
}
.floor_remm li:hover .txt p {
  border-color: #7e7e7e;
  color: #fff;
}
.floor_remm li:hover .txt  .right{color:#fff;}
.page_product .box3 {
  margin-bottom: 80px;
  padding-top: 47px;
}
.page_product .box3 .tit {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
  font-size: 24px;
  margin-bottom: 22px;
}
.ny_product {
  padding-top: 30px;
}
.img16 {
  overflow: hidden;
   padding-top:50px; min-height:600px;
}
.img16  ul {
  width: 105%;
}
.img16 li {
  float: left;
  margin-bottom: 20px;
  margin-right: 21px;
  transition: ease-in-out .2s;width:284px;
}
.img16 li img {
  width: 282px;
  height: 130px;
  border: 1px solid #ddd;
  display: block;
}
.img16 li:hover img {
  border: 1px solid #f46f36;
}
