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,
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: #263e8e;
  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;
}

/*网站公用样式表*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.head_main {
  z-index: 10;
  background: #333;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
}

.head_main .right li {
  display: inline;
}

.head_main .right li a {
  color: #fff;
  position: relative;
  z-index: 10;
  font-size: 12px;
}

.head_main .right li a img {
  display: none;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 27px;
  right: 0;
  z-index: 10;
  border-radius: 5px;
}

.head_main .right li a:hover img {
  display: block;
}

.head_main .right li i {
  width: 10px;
  height: 15px;
  background-position: -64px 0;
  margin-right: 8px;
  margin-left: 34px;
}

.top_main {
  padding: 15px 0;
  z-index: 9;
}

.top_main ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.top_main li {
  float: left;
  margin-left: 34px;
  text-align: left;
  position: relative;
  display: block;
  text-align: center;
  padding-top: 5px;
  z-index: 9;
}

.top_main li a {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

.top_main li a i {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 7px;
  display: block;
  transition: ease-in-out 0.2s;
  z-index: 9;
}

.top_main li a p {
  width: 100%;
  height: 50px;
  text-align: center;
  left: 0;
  top: 0;
  z-index: 10;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.top_main li a:hover,
.top_main li a.hover,
.top_main li #hover2 {
  cursor: pointer;
}

.top_main li a:hover i,
.top_main li a.hover i,
.top_main li #hover2 i {
  width: 100%;
  bottom: 0;
  background: #263e8e;
}

.top_main li a:hover p,
.top_main li a.hover p,
.top_main li #hover2 p {
  color: #263e8e;
}

.top_main dl {
  width: 120px;
  border-radius: 0 0 3px 3px;
  padding-bottom: 3px;
  display: none;
  background: #263e8e;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 55px;
  z-index: 1555;
  border-top: none;
}

.top_main .li3 dl {
  width: 150px;
  margin-left: -75px;
}

.top_main dl dd {
  height: 40px;
  border-top: 1px solid #5869a1;
  text-align: center;
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  line-height: 40px;
}

.top_main dl dd a:hover {
  color: #fff;
  background-color: #3a52a2;
}

.top_main dl dd a {
  color: #dddada;
  height: 40px;
  display: block;
  transition: ease-in-out 0.2s;
  line-height: 40px;
}

/****banner****/
.main_banner {
  width: 100%;
  overflow: hidden;
  height: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.main_banner #next,
.main_banner #prev {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  margin-left: -680px;
  background-position: 0 0;
  z-index: 10;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
}

.main_banner #next {
  margin-left: 680px;
  background-position: -0px -30px;
}

.main_banner #next:hover {
  background-position: -30px -30px;
}

.main_banner #prev:hover {
  background-position: -30px 0px;
}

.main_banner .banner {
  width: 1920px;
  height: 800px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
}

.main_banner .banner img {
  width: 1920px;
  height: 800px;
  overflow: hidden;
}

.main_banner .banner_fmenu {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 44px;
  height: 5px;
  z-index: 3000;
  text-align: center;
}

.main_banner #banner_fmenu A {
  margin: 0 7px;
  width: 10px;
  height: 10px;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  border: 3px solid #fff;
  display: inline-block;
  background: none;
  border-radius: 100%;
}

.main_banner #banner_fmenu A.activeSlide {
  background: #263e8e;
  border-color: #263e8e;
}

.main_banner #banner_fmenu A:focus {
  OUTLINE-STYLE: none;
  OUTLINE-COLOR: invert;
  OUTLINE-WIDTH: medium;
}

.index_title {
  text-align: center;
  padding-top: 95px;
  padding-bottom: 49px;
}

.index_title h3 {
  font-size: 36px;
  font-weight: 100;
  padding-bottom: 5px;
}

.index_title p {
  display: inline;
  font-size: 20px;
  letter-spacing: 10px;
  position: relative;
  *zoom: 1;
}

.index_title p i {
  width: 146px;
  height: 1px;
  background: #c9c9c9;
  position: absolute;
  left: -166px;
  top: 50%;
}

.index_title p span {
  width: 1px;
  height: 11px;
  position: absolute;
  background: #c9c9c9;
  top: 50%;
  margin-top: -5px;
  left: -20px;
  display: block;
}

.index_title p .i2 {
  left: auto;
  right: -156px;
}

.index_title p .span2 {
  left: auto;
  right: -10px;
}

.more a {
  display: block;
  width: 336px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: #263e8e;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 50px;
}

.more a:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
  background: #1a2e72;
}

.floor_1 {
  background-color: #fff;
}

.floor_1 .body {
  overflow: hidden;
}

.floor_1 li {
  margin-bottom: 30px;
  width: 1198px;
  border: 1px solid #ccc;
}

.floor_1 li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.floor_1 li .left {
  width: 700px;
  height: 302px;
  overflow: hidden;
  position: relative;
}

.floor_1 li .left img {
  width: 700px;
  height: 302px;
  display: block;
}

.floor_1 li .right {
  width: 446px;
  margin-left: 52px;
}

.floor_1 li .right h3 {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  padding-top: 44px;
}

.floor_1 li .right h3 span {
  display: inline-block;
  font-size: 72px;
  line-height: 72px;
  font-family: "Impact";
  padding-right: 4px;
}

.floor_1 li .right .vv {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 90px;
  margin-top: 20px;
  width: 398px;
}

.floor_1 li .right i {
  display: block;
  width: 136px;
  height: 36px;
  border: #959595 solid 1px;
  text-align: center;
  line-height: 36px;
}

.floor_1 li:hover {
  border: 1px solid #263e8e;
  background: #263e8e;
}

.floor_1 li:hover .right h3 {
  color: #fff;
}

.floor_1 li:hover .right h3 span {
  color: #fff;
}

.floor_1 li:hover .right .vv {
  color: #fff;
}

.floor_1 li:hover .right i {
  color: #fff;
  border: #fff solid 1px;
}

.floor_1 li.li2 .left,
.floor_1 li.li4 .left,
.floor_1 li.li6 .left,
.floor_1 li.li8 .left {
  float: right;
}

.floor_1 li.li2 .right,
.floor_1 li.li4 .right,
.floor_1 li.li6 .right,
.floor_1 li.li8 .right {
  float: left;
}






.floor_2_main {
  background: url(../images/tx2_02.jpg) center top no-repeat;
  width: 100%;
  height: 1174px;
  margin-top: 70px;
}

.floor_2_main .index_title h3 {
  color: #fff;
}

.floor_2_main .index_title p {
  color: #fff;
}

.floor_2_main .index_title {
  padding-top: 100px;
}

.floor_2_main .body {
  overflow: hidden;
}

.floor_2_main ul {
  width: 105%;
}

.floor_2_main li {
  width: 384px;
  margin-right: 24px;
  background-color: #fff;
  height: 350px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
  margin-bottom: 24px;
}

.floor_2_main li:hover .title i {
  background-position: -0px -157px;
}

.floor_2_main ul li .pic {
  text-align: center;
}

.floor_2_main ul li .pic img {
  width: 384px;
  height: 280px;
  display: block;
}

.floor_2_main ul li:hover .title a {
  color: #263e8e;
  font-weight: bold;
}

.floor_2_main ul li .title {
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  text-align: left;
  position: relative;
  font-size: 18px;
}

.floor_2_main ul li .title i {
  width: 38px;
  height: 38px;
  background-position: -0 -109px;
  position: absolute;
  right: 20px;
  display: block;
  top: 15px;
  transition: ease-in-out .2s;
}

.more1 a {
  display: block;
  width: 260px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  border: #fff solid 1px;
  margin: 0 auto;
  font-size: 16px;
  margin-top: 50px;
}

.more1 a:hover {
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #1a2e72;
}











.floor_3 {
  padding-top: 50px;
}

.floor_3 .left {
  width: 1178px;
  height: 380px;
  padding: 10px;
  border: 1px solid #efefef;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
}

.floor_3 .left img {
  width: 1178px;
  height: 380px;
}

.floor_3 .left:hover {
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.2);
}

.floor_3 .right {
  width: 500px;
}

.floor_3 .right img {
  height: 60px;
  padding-top: 39px;
  padding-bottom: 27px;
}

.floor_3 .right .p {
  font-size: 16px;
  line-height: 30px;
}

.floor_3 .right .p b {
  color: #263e8e
}

.floor_3 .right a {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #263e8e;
  color: #fff;
  border-radius: 5px;
  margin-top: 65px;
  transition: ease-in-out .2s;
}

.floor_3 .right a:hover {
  width: 220px;
}

.floor_4 {
  overflow: hidden;
}

.floor_4 .picScroll-left {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.floor_4 .picScroll-left .hd .prev,
.floor_4 .picScroll-left .hd .next {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  left: -70px;
  background-position: -81px 0;
  top: 50%;
  margin-top: -15px;
  transition: ease-in-out .2s;
}

.floor_4 .picScroll-left .hd .next {
  background-position: -81px -30px;
  left: auto;
  right: -70px;
}

.floor_4 .picScroll-left .hd .prev:hover {
  background-position: -111px -0px;
}

.floor_4 .picScroll-left .hd .next:hover {
  background-position: -111px -30px;
}

.floor_4 .picScroll-left .bd {
  overflow: hidden;
}

.floor_4 .picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1;
}

.floor_4 .picScroll-left .bd ul li {
  margin-right: 27px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.floor_4 .picScroll-left .bd ul li:hover .title i {
  background-position: -159px 0;
}

.floor_4 .picScroll-left .bd ul li .pic {
  text-align: center;
}

.floor_4 .picScroll-left .bd ul li .pic img {
  width: 280px;
  height: 200px;
  display: block;
}

.floor_4 .picScroll-left .bd ul li .pic a:hover img {
  border-color: #999;
}

.floor_4 .picScroll-left .bd ul li .title {
  line-height: 44px;
  border-bottom: 1px solid #eaeaea;
  text-align: left;
  position: relative;
  font-size: 16px;
}

.floor_4 .picScroll-left .bd ul li .title i {
  width: 14px;
  height: 14px;
  background-position: -145px 0;
  position: absolute;
  right: 0;
  display: block;
  top: 15px;
  transition: ease-in-out .2s;
}

.floor_4 .more {
  padding-bottom: 8px;
}

.floor_5 {
  background-color: #fff;
}

.floor_5 .body .left {
  width: 550px;
  height: 400px;
  overflow: hidden;
}

.floor_5 .body .left img {
  display: block;
  width: 550px;
  height: 400px;
  transition: ease-in-out .2s;
}

.floor_5 .body .left a {
  display: block;
  width: 100%;
  height: 100%;
}

.floor_5 .body .left a:hover img {
  transform: scale(1.1);
}

.floor_5 .body .right {
  width: 600px;
}

.floor_5 .body .right h3 {
  font-size: 40px;
  font-weight: 100;
  padding-top: 48px;
  padding-bottom: 23px;
}

.floor_5 .body .right span {
  display: block;
  width: 50px;
  height: 1px;
  background: #333;
}

.floor_5 .body .right p {
  line-height: 30px;
  padding-top: 25px;
}

.floor_5 .body .right a {
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background: #263e8e;
  display: block;
  margin-top: 44px;
  border-radius: 3px;
  transition: ease-in-out .2s;
}

.floor_5 .body .right a:hover {
  width: 230px;
}

.floor_6_main {
  background: #f5f5f5;
}

.floor_6_main .left {
  width: 550px;
}

.floor_6_main .left .slideBox {
  width: 550px;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.floor_6_main .left .slideBox .hd {
  position: relative;
  z-index: 12;
  position: absolute;
  z-index: 20;
  right: 20px;
  bottom: 13px;
}

.floor_6_main .left .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: right;
}

.floor_6_main .left .slideBox .hd ul li {
  float: left;
  margin-left: 3px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: #4b4b4b;
  cursor: pointer;
  border: 1px solid #6d6b6b;
  font-size: 12px;
  color: #b4b4b4;
}

.floor_6_main .left .slideBox .hd ul li.on {
  background: #860f0d;
  color: #fff;
  border: 1px solid #bd0603;
}

.floor_6_main .left .slideBox .bd {
  height: 100%;
  position: relative;
  z-index: 11;
}

.floor_6_main .left .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
  z-index: 9;
  overflow: hidden;
  width: 550px;
  height: 400px;
}

.floor_6_main .left .slideBox .bd li a {
  color: #fff;
}

.floor_6_main .left .slideBox .bd li h3 {
  position: absolute;
  left: 0;
  color: #Fff;
  font-size: 16px;
  z-index: 10;
  bottom: 0;
  line-height: 45px;
  background: url(../images/f6_bg.png) repeat;
  width: 100%;
  text-indent: 2em;
  font-weight: 100;
  cursor: pointer;
}

.floor_6_main .left .slideBox .bd img {
  width: 550px;
  height: 413px;
  display: block;
  position: absolute;
  left: 0;
  top: -6px;
}

.floor_6_main .right {
  width: 598px;
}

.floor_6_main .right li {
  border-top: 1px dotted #c4c4c4;
  height: 39px;
  line-height: 39px;
  text-align: left;
}

.floor_6_main .right li .fl {
  float: left;
  font-size: 14px;
}

.floor_6_main .right li .fr {
  float: right;
}

.floor_6_main .right li a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.floor_6_main .right li:first-child {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.floor_6_main .more {
  padding-bottom: 100px;
}

.floor_6 {
  display: inline-block;
  width: 105%;
}

.floor_6_1 {
  width: 46%;
  float: left;
  padding: 30px 14px;
  background-color: #fff;
  margin-right: 8%;
  border-radius: 8px;
  box-sizing: border-box;
}

.floor_6_1:last-child {
  margin-right: 0;
}

.floor_6_1 .flo_top {
  height: 36px;
  border-bottom: #c9c9c9 solid 1px;
  width: 100%;
}

.floor_6_1 .flo_top p {
  display: block;
  float: left;
  border-left: #263e8e solid 4px;
  padding-left: 12px;
  font-size: 20px;
  line-height: 20px;
}

.floor_6_1 .flo_top a {
  display: block;
  float: right;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}

.floor_6_1 .flo_top a:hover {
  color: #263e8e;
}

.floor_6_1 .flo_xia {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.floor_6_1 .flo_xia ul {
  display: inline-block;
  width: 100%;
}

.floor_6_1 .flo_xia ul li {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}

.floor_6_1 .flo_xia ul li h3 {
  float: left;
  font-weight: normal;
}

.floor_6_1 .flo_xia ul li p {
  float: right;
  color: #999;
}

.floor_7_main {
  padding-bottom: 100px;
  background: #fff;
}

.floor_7_main .body {}

.floor_7_1 .tmall-brand {
  text-align: center;
}

.floor_7_1 .tmall-brand .fCl-slide {
  display: inline-block;
  width: 100%;
  padding-top: 1px !important;
  padding-left: 1px !important;
}

.floor_7_1 .tmall-brand .fCl-slide li {
  display: block;
  width: 100%;
}

.floor_7_1 .tmall-brand .fCl-slide li img {
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  display: block;
  width: 238px;
  height: 102px;
  overflow: hidden;
  float: left;
  border: #eeebeb solid 1px;
  margin-left: -1px;
  margin-top: -1px;
  transition: all ease 300ms;
}

.floor_7_1 .tmall-brand .fCl-slide img:hover {
  transform: scale(1.06, 1.06);
  box-shadow: 0px 5px 25px #dbd9da;
  position: relative;
  z-index: 2;
}

.floor_7_1 .tmall-brand .fCl-nav {
  display: inline-block;
  margin-top: 40px;
}

.floor_7_1 .tmall-brand .fCl-nav li {
  float: left;
  width: 70px;
  height: 3px;
  background-color: #ccc;
  margin: 0 2px;
  font-size: 0;
}

.floor_7_1 .tmall-brand .fCl-nav li.on {
  background-color: #263e8e;
}



.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);
}

.bottom_main {
  background: #6a6a6a;
  width: 100%;
  padding: 49px 0 45px;
}

.bottom_main .box1 {
  width: 200px;
  text-align: center;
}

.bottom_main .box1 img {
  width: 200px;
  height: 200px;
}

.bottom_main .box1 p {
  text-align: center;
  color: #fff;
  padding-top: 13px;
}

.bottom_main .box2 {
  width: 359px;
  padding-right: 40px;
  color: #fffefe;
}

.bottom_main .box2 h4 {
  font-size: 18px;
  font-weight: 100;
  line-height: 29px;
}

.bottom_main .box2 h4 i {
  width: 22px;
  height: 29px;
  background-position: -178px 0;
  margin-right: 10px;
  float: left;
}

.bottom_main .box2 .h4 {
  padding-top: 5px;
}

.bottom_main .box2 .h4 i {
  background-position: -204px 0;
}

.bottom_main .box2 h3 {
  font-size: 48px;
  font-weight: 100;
  font-family: arial;
  padding-top: 5px;
  padding-bottom: 3px;
}

.bottom_main .box2 span {
  display: block;
  height: 1px;
  width: 50px;
  background: #686868 margin-top: 14px;
}

.bottom_main .box2 p {
  padding-top: 10px;
  line-height: 30px;
}

.bottom_main .box3 {
  width: 550px;
}

.bottom_main .box3 .input {
  border: 1px solid #686868;
  width: 248px;
  height: 22px;
  line-height: 22px;
  padding: 14px 10px;
  color: #fff;
  background-color: #777;
  font-size: 12px;
  float: left;
  outline: none;
  border-radius: 3px;
}

.bottom_main .box3 .in2 {
  float: right;
}

.bottom_main .box3 textarea {
  border: 1px solid #686868;
  width: 528px;
  height: 98px;
  padding: 10px;
  background: #777;
  resize: none;
  overflow: hidden;
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
  outline: none;
  border-radius: 3px;
}

.bottom_main .box3 .btn {
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border: none;
  outline: none;
  margin-top: 13px;
  cursor: pointer;
  background: #4f4f4f;
  display: block;
  border-radius: 3px;
  transition: ease-in-out .2s;
  float: right;
}

.bottom_main .box3 .btn:hover {
  width: 100%;
}

.bottom_main .links {
  color: #fff;
  padding-top: 10px;
  border-top: 1px solid #8f8e8e;
  margin-top: 30px;
}

.bottom_main .links a {
  color: #fff;
}

.bottom_main .links a:hover {
  text-decoration: underline;
}

.bottom_copy {
  background: #403f3f;
  line-height: 60px;
  color: #aaa5a5;
  font-size: 12px;
}

.bottom_copy a {
  color: #aaa5a5;
}

.bottom_copy a:hover {
  color: #fff;
}

/*rightFix*/
.rightFix {
  width: 42px;
  position: fixed;
  right: 10px;
  bottom: 50px;
  z-index: 99;
}

.rightFix .ico {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
  background: #ffffff url(../images/fix-ico.png) no-repeat center 0;
}

.rightFix .ico img {
  width: 120px;
  height: 120px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 3px;
  background: #263e8e;
  border: 1px solid #ddd;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 10px;
}

.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 41px;
  line-height: 41px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #263e8e;
  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: 48px 0 0 48px;
}

.rightFix .ico:hover {
  background-color: #263e8e;
  border-color: #263e8e;
  overflow: visible;
}

.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}

.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}

.rightFix .fix-tel {
  background-position: 8px 9px;
}

.rightFix .fix-tel:hover {
  background-position: -35px 9px;
}

.rightFix .fix-qq {
  background-position: 8px -44px;
}

.rightFix .fix-qq:hover {
  background-position: -35px -44px;
}

.rightFix .fix-ewm {
  background-position: 8px -100px;
}

.rightFix .fix-ewm:hover {
  background-position: -35px -100px;
}

.rightFix .fix_top {
  background-position: 8px -154px;
}

.rightFix .fix_top:hover {
  background-position: -35px -154px;
}

.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;
}

.erro {
  text-align: center;
}

/*showNews*/
.showNews {
  padding: 30px 0;
  margin: 0 auto;
}

.showNews img {
  max-width: 100%;
}

.showNews .title {
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

.showNews .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}

.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}

.showNews .showContxt {
  padding: 0 0 30px;
  line-height: 30px;
  min-height: 500px;
}

.showNews .showContxt img {
  max-width: 100%;
}

.showNews .showContxt td {
  padding: 4px;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
  WORD-WRAP: break-word;
  TABLE-LAYOUT: fixed;
  word-break: break-all;
}

.shareNew {
  padding-bottom: 25px;
}

.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}

.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  margin-left: 10px;
  float: left;
}

.map_ul li a {
  font-size: 14px;
  float: left;
  width: 100%;
  height: 23px;
  line-height: 23px;
  font-weight: bold;
}

.map_ul .list-inline {
  display: block;
  margin-left: 10%;
  width: 86%;
  min-height: 30px;
}

.map_ul .list-inline a {
  font-weight: normal;
  width: auto;
  float: none;
  line-height: 32px;
  height: 32px;
  margin: 0 10px 10px 0;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0px 10px;
}

.map_ul .list-inline a:hover {
  background: #263e8e;
  color: #fff;
  border: 1px solid #263e8e;
}

/*prolist*/
.prolist {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.prolist .list {
  width: 105%;
  position: relative;
}

.prolist .item {
  width: 278px;
  height: 268px;
  float: left;
  margin: 0 20px 20px 0;
  position: relative;
  border: 1px solid #cccccc;
  transition: all ease 300ms;
  overflow: hidden;
  background: #fff;
}

.prolist .item a {
  display: block;
}

.prolist .item img {
  width: 278px;
  height: 209px;
  display: block;
}

.prolist .item h3 {
  padding: 0 6px;
  height: 59px;
  text-align: center;
  font-size: 18px;
  color: #383838;
  line-height: 59px;
  overflow: hidden;
  transition: all ease 300ms;
  border-top: 1px solid #e5e5e5;
}

.prolist .item .bg {
  width: 100%;
  height: 131px;
  padding-top: 80px;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all ease 300ms;
  background: url(../images/l13_03.png) repeat 0 0;
}

.prolist .item .bg s {
  width: 54px;
  height: 54px;
  display: block;
  margin: 0 auto;
  background-position: -73px -102px;
}

.prolist .item.hasm h3 {
  padding: 0 18px;
  font-size: 16px;
  text-align: left;
}

.prolist .item.hasm h3 .more {
  width: 98px;
  height: 28px;
  line-height: 28px;
  margin-top: 15px;
  display: block;
  text-align: center;
  border: 1px solid #e2e2e2;
  float: right;
  font-size: 14px;
  transition: all ease 300ms;
}

.prolist .item:hover .bg {
  left: 0;
}

.prolist .item:hover h3 {
  color: #263e8e;
}

.prolist .item:hover h3 .more {
  background: #263e8e;
  color: #fff;
}

/*honorlist*/
.honorlist {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.honorlist .list {
  width: 105%;
  position: relative;
}

.honorlist .item {
  width: 282px;
  height: 212px;
  float: left;
  margin: 0 23px 23px 0;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.honorlist .item a {
  display: block;
}

.honorlist .item img {
  width: 282px;
  height: 212px;
  display: block;
}

.honorlist .item .txtcon {
  width: 100%;
  height: 150px;
  padding-top: 62px;
  position: absolute;
  left: -100%;
  top: 0;
  transition: all ease 300ms;
  background: url(../images/blue80.png) repeat 0 0;
}

.honorlist .item .txtcon h3 {
  text-align: center;
  width: 100%;
  font-size: 24px;
  color: #fff;
  margin-bottom: 16px;
}

.honorlist .item .txtcon .line {
  position: absolute;
  left: 5px;
  top: 5px;
  bottom: 5px;
  right: 5px;
  border: 1px solid #85b3cf;
}

.honorlist .item .txtcon .more {
  width: 143px;
  height: 33px;
  line-height: 33px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  background-position: 0 -112px;
  text-align: center;
}

.honorlist .item:hover .txtcon {
  left: 0;
}

/*caselist*/
.caselist {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.caselist .list {
  width: 105%;
  position: relative;
}

.caselist .item {
  width: 380px;
  height: 410px;
  float: left;
  margin: 0 30px 30px 0;
  position: relative;
  background: #047fcc;
  overflow: hidden;
}

.caselist .item a {
  display: block;
}

.caselist .item img {
  width: 380px;
  height: 214px;
  display: block;
  transition: all ease 300ms;
}

.caselist .item .txtcon {
  width: 330px;
  height: 180px;
  padding: 0 15px;
  position: absolute;
  left: 10px;
  bottom: 8px;
  background: #fff;
  z-index: 10;
}

.caselist .item .txtcon h3 {
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  overflow: hidden;
  transition: all ease 300ms;
  margin-bottom: 14px;
  border-bottom: 1px solid #dddddd;
  color: #333;
}

.caselist .item .txtcon .txt {
  line-height: 26px;
  max-height: 52px;
  margin-bottom: 15px;
  font-size: 16px;
  overflow: hidden;
  color: #333333;
}

.caselist .item .txtcon .more {
  width: 100%;
  display: block;
  font-size: 18px;
}

.caselist .item .txtcon .more s {
  width: 24px;
  height: 15px;
  margin-left: 9px;
  background-position: -342px 0;
  transition: all ease 300ms;
}

.caselist .item:hover img {
  filter: brightness(105%);
}

.caselist .item:hover .txt {
  color: #047fcc;
}

.caselist .item:hover .more {
  color: #047fcc;
}

.caselist .item:hover .more s {
  background-position: -370px 0;
}

/*txtlist*/
.txtlist {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.txtlist .list {
  width: 120%;
  position: relative;
}

.txtlist li {
  width: 300px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  float: left;
  margin-right: 70px;
}

.txtlist li a {
  width: 100%;
  display: block;
}

.txtlist li s {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  border-radius: 100%;
  background: #333333;
  margin-right: 10px;
}

.txtlist li .time {
  float: right;
}

.prolist .item:hover h3 {
  color: #263e8e;
  cursor: pointer
}

.prolist .item:hover h3 .more {
  background: #263e8e;
  color: #fff;
}

.casePage.search .item img {
  width: auto;
}

.leftCon {
  width: 280px;
  float: left;
  position: relative;
  z-index: 6;
}

.leftCon .leftTit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 28px;
  text-align: center;
  color: #fff;
  background: url(../images/leftNav-titbg.jpg) no-repeat center center;
}

.leftCon .leftTit s {
  width: 33px;
  height: 38px;
  margin-right: 12px;
  background-position: -377px -96px;
}

.leftCon .leftNav {
  margin-bottom: 37px;
}

.leftCon .left_cyhz {
  padding-bottom: 20px;
  display: block;
}

.leftCon .left_cyhz img {
  display: block;
  width: 280px;
}

.leftCon .leftNav .list {
  border-bottom: 0px;
}

.leftCon .leftNav .bhbtn {
  width: 100%;
  text-align: center;
  border: 1px solid #dddddd;
  border-top: 0px;
  padding: 28px 0;
}

.leftCon .leftNav .bhbtn h3 {
  font-size: 18px;
}

.leftCon .leftNav .bhbtn .btn {
  width: 150px;
  height: 45px;
  line-height: 45px;
  display: block;
  margin: 10px auto 0;
  font-size: 18px;
  background: #2d7258;
  color: #fff;
}

.leftCon .leftNav .bhbtn .btn:hover {
  background: #bc070e;
}

.leftCon .leftSkey {
  width: 100%;
  overflow: hidden;
}

.leftCon .leftSkey .list {
  width: 110%;
  padding: 19px 0 5px;
}

.leftCon .leftSkey .list li {
  width: 128px;
  height: 33px;
  line-height: 33px;
  float: left;
  margin: 0 19px 19px 0;
  text-align: center;
  border: 1px dashed #c9c9c9;
}

.leftCon .leftSkey .list li a {
  width: 100%;
  font-size: 16px;
  display: block;
  color: #666666;
}

.leftCon .leftSkey .list li a:hover {
  color: #263e8e;
}

.leftCon .leftSkey .leftTit {
  background: url(../images/leftSkeybg.jpg) no-repeat center center;
}

.leftCon .leftSkey .leftTit s {
  background-position: -424px -95px;
}

.leftCon .leftContact .leftTit {
  background: url(../images/leftConbg.jpg) no-repeat center center;
}

.leftCon .leftContact .leftTit s {
  background-position: -468px -95px;
}

.leftCon .leftContact .txtcon {
  padding: 5px 22px 0;
  line-height: 28px;
  border: 1px solid #dddddd;
}

.leftCon .leftContact .txtcon .t {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 0;
}

.leftCon .leftContact .txtcon img {
  max-width: 100%;
  display: block;
}

.leftCon .leftContact .leftTel {
  padding-bottom: 20px;
}

.leftCon .leftContact .leftTel h3 {
  text-align: left;
  padding-top: 10px;
}

.leftCon .leftContact .leftTel .tel {
  padding-left: 0;
}

/* pager */
.pager {
  padding: 30px 0 30px;
  text-align: center;
}

.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.pager p {
  height: 32px;
  line-height: 32px;
  float: left;
  color: #666;
  display: none;
}

.pager ul {
  overflow: hidden;
  margin-left: 20px;
}

.pager ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}

.pager ul a {
  line-height: 26px;
  margin-left: 7px;
  padding: 0 8px;
  transition: all ease 300ms;
  color: #666;
  border: 1px solid #ddd;
  text-decoration: none;
  float: left;
  background: #fff;
  border-radius: 2px;
}

.pager ul a.current,
.pager ul a:hover {
  background-color: #263e8e;
  border-color: #263e8e;
  color: #fff;
}

/* loaction */
.location {
  width: 100%;
  padding: 0 0 15px;
  height: 25px;
  line-height: 25px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px dotted #999999;
}

.location h3 {
  font-size: 20px;
  padding-left: 16px;
  display: inline-block;
  position: relative;
  color: #263e8e;
}

.location h3 s {
  width: 4px;
  height: 25px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #263e8e;
}

.location .sitepath {
  color: #999999;
  font-size: 16px;
  float: right;
  text-align: right;
  width: 60%;
  white-space: nowrap;
}

.location .sitepath s {
  width: 22px;
  height: 26px;
  margin-right: 10px;
  background-position: -421px 0;
}

.location .sitepath a {
  color: #999999;
}

.location .sitepath a:hover {
  color: #263e8e;
}

/* reLink */
.reLink {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
  overflow: hidden;
}

.reLink .nextLink,
.reLink .prevLink {
  width: 49%;
  display: block;
  font-size: 16px;
  text-align: left;
  color: #666;
}

.reLink .nextLink a:hover,
.reLink .prevLink a:hover {
  color: #2d7258;
}

.reLink .nextLink {
  text-align: right;
}

.relateTit {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 28px;
}

.relateTit h3 {
  font-size: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}

.relateTit h3 s {
  width: 28px;
  height: 25px;
  margin-right: 8px;
  background-position: -435px -33px;
}

.relateTit h3 .line {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #263e8e;
}

.relateBox {
  padding-bottom: 10px;
  padding-top: 15px;
}

.relateBox.relateCase .relateTit h3 s {
  height: 30px;
  background-position: -474px -32px;
}

.relateBox .caselist .item {
  width: 278px;
  height: 302px;
  margin: 0 22px 0 0;
}

.relateBox .caselist .item img {
  width: 278px;
  height: 209px;
}

.relateBox .caselist .item .txtcon {
  width: 244px;
  height: 132px;
  padding: 0 10px;
  left: 7px;
  bottom: 7px;
  cursor: pointer;
}

.relateBox .caselist .item .txtcon h3 {
  margin-bottom: 10px;
  padding-top: 4px;
  cursor: pointer;
}

.relateBox .caselist .item .txtcon .txt {
  line-height: 24px;
  max-height: 48px;
  cursor: pointer;
}

.relateBox .caselist .item:hover img {
  filter: brightness(105%);
}

.relateBox .caselist .item:hover .txt {
  color: #2d7258;
}

.relateBox .caselist .item:hover .more {
  color: #2d7258;
}

.relateBox .caselist .item:hover .more s {
  background-position: -370px 0;
}

/*****nyAdvan*****/
.nyAdvan {
  padding: 50px 0 0;
}

.nyAdvan .title {
  padding-bottom: 28px;
  margin-bottom: 32px;
  text-align: center;
  line-height: 38px;
  background: url(../images/ny-titbg.png) no-repeat center bottom;
}

.nyAdvan .title h3 {
  font-size: 32px;
  font-weight: bold;
}

.nyAdvan .title h3 span {
  color: #2d7258;
}

.nyAdvan .title p {
  font-size: 24px;
  color: #666666;
}

.nyAdvan .con {
  width: 100%;
  position: relative;
  height: 500px;
  background: url(../images/ny-advanbg.png) no-repeat center 144px;
}

.nyAdvan .con .ewmbtn {
  width: 227px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background: #2d7258;
  color: #fff;
  font-size: 20px;
  border-radius: 4px;
  z-index: 10;
  position: absolute;
  left: 348px;
  top: 412px;
  cursor: pointer;
}

.nyAdvan .con .ewmbtn:hover {
  background: #bc070e;
}

.nyAdvan .con .item {
  width: 218px;
  position: absolute;
}

.nyAdvan .con .item h3 {
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  color: #2d7258;
  font-size: 24px;
  margin-bottom: 15px;
}

.nyAdvan .con .item h3 .num {
  width: 34px;
  height: 34px;
  display: block;
  font-family: arial;
  font-weight: bold;
  font-size: 24px;
  color: #dadada;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #9b9b9b;
  border-radius: 100%;
  font-style: oblique;
  text-align: center;
}

.nyAdvan .con .item .txt {
  font-size: 18px;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
}

.nyAdvan .con .item img {
  width: 124px;
  height: 124px;
  display: block;
  position: absolute;
  border-radius: 100%;
  border: 7px solid #e5f2fa;
}

.nyAdvan .con .item.a1 {
  left: 0;
  top: 0;
  padding-left: 48px;
}

.nyAdvan .con .item.a1 img {
  right: -160px;
  top: 20px;
}

.nyAdvan .con .item.a2 {
  right: 0;
  top: 0;
  padding-left: 48px;
}

.nyAdvan .con .item.a2 img {
  left: -140px;
  top: 20px;
}

.nyAdvan .con .item.a3 {
  left: 0;
  top: 302px;
  padding-left: 48px;
}

.nyAdvan .con .item.a3 img {
  right: -52px;
  top: -126px;
}

.nyAdvan .con .item.a4 {
  right: 0;
  top: 323px;
  padding-left: 48px;
}

.nyAdvan .con .item.a4 img {
  left: -44px;
  top: -148px;
}

/***nyxbanner*****/
.nyxbanner {
  width: 880px;
  height: 300px;
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}

.nyxbanner .list {
  width: 500%;
  height: 300px;
  position: relative;
}

.nyxbanner .list li {
  width: 880px;
  height: 300px;
  float: left;
}

.nyxbanner .list li a,
.nyxbanner .list li img {
  width: 100%;
  height: 300px;
  display: block;
}

.nyxbanner .hd {
  width: 100%;
  height: 14px;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 7px;
}

.nyxbanner .hd .tip {
  width: 100%;
  height: 14px;
  text-align: center;
  font-size: 0;
}

.nyxbanner .hd li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  border-radius: 100%;
  background: none;
  *background: #fff;
  border: 1px solid #2d7258;
}

.nyxbanner .hd li.on {
  background: #2d7258;
}

.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;
}

/*****wrapper******/
.ny_top {
  border-bottom: 1px solid #cccdd2
}

.wrapper {
  padding: 50px 0 50px;
}

.wrapper .shareNew {
  padding-bottom: 20px;
}

.wrapper .content {
  width: 883px;
  float: right;
  overflow: hidden;
}

.wrapper .content1 {
  width: 100%;
  overflow: hidden;
}

/*********casePage**********/
.casePage .item {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
}

.casePage .item a {
  width: 100%;
  height: 188px;
  display: block;
}

.casePage .item img {
  width: 250px;
  height: 188px;
  float: left;
  transition: all ease 300ms;
  margin-right: 44px;
}

.casePage .item h3 {
  font-size: 20px;
  color: #263e8e;
  height: 25px;
  line-height: 25px;
  margin-bottom: 14px;
  overflow: hidden;
  padding-top: 22px;
  cursor: pointer
}

.casePage .item .txt {
  color: #999999;
  line-height: 32px;
  height: 64px;
  font-size: 16px;
  margin-bottom: 15px;
  overflow: hidden;
  cursor: pointer;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.casePage .item .dec {
  height: 24px;
  overflow: hidden;
  color: #b7b7b7;
  cursor: pointer
}

.casePage .item .dec span {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.casePage .item .dec span s {
  width: 25px;
  height: 20px;
  margin-right: 6px;
  background-position: -474px 2px;
}

.casePage .item .dec span.p1 s {
  width: 22px;
  background-position: -448px 2px;
}

.casePage .item:hover {
  border-color: #263e8e;
}

.casePage .item:hover img {
  filter: brightness(105%);
}

.content1 .casePage {
  width: 105%;
}

.content1 .casePage .item {
  width: 46%;
  float: left;
  margin-right: 3%;
}


.nybanner {
  width: 100%;
  height: 350px;
}

/************showPro***********/
.showPro {
  padding-bottom: 30px;
}

.showPro .showContxt {
  padding: 0 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: 400px;
  height: 423px;
  float: right;
  position: relative;
}

.showPro .showimgCon .txtcon .tit {
  width: 100%;
  position: relative;
  font-size: 20px;
  margin-bottom: 15px;
  color: #2d7258;
  font-weight: bold;
  line-height: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #dddddd;
}

.showPro .showimgCon .txtcon .tit .goBack {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
  font-size: 14px;
  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: #2d7258;
}

.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: #2d7258;
}

.showPro .showimgCon .txtcon .tel-btn .btn:hover {
  background: #bc070e;
}

.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: 0 -184px;
}

.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: 440px;
  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: 300%;
  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;
  border: 1px solid #dddddd;
}

.showPro .showimg li img {
  width: 100%;
  height: 100%;
  display: block;
}

.showPro .showimg li.on {
  width: 94px;
  height: 70px;
  border: 3px solid #2d7258;
}

/**********msgPage**********/
.msgPage .title {
  font-size: 32px;
  color: #2d7258;
  text-align: center;
  padding: 22px 0 20px;
}

.msgPage .formData {
  width: 649px;
  margin: 0 auto;
}

.formData {
  padding: 20px 0 58px;
}

.formData .item {
  width: 192px;
  padding-left: 115px;
  height: 52px;
  line-height: 52px;
  float: left;
  color: #999;
  border: 1px solid #d8d8d8;
  margin-right: 31px;
  margin-bottom: 18px;
  position: relative;
}

.formData .item label {
  padding-left: 36px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #999999;
}

.formData .item label s {
  width: 18px;
  height: 18px;
  position: absolute;
  left: 8px;
  top: 18px;
  background: url(../images/msg-ico.png) no-repeat 0 center;
}

.formData .item input {
  outline: none;
  background: none;
  border: 0 none;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
}

.formData .item .txt {
  width: 100%;
  height: 52px;
  line-height: 52px;
  display: block;
  color: #333;
  font-size: 14px;
}

.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}

.formData .item.mr0 {
  margin-right: 0;
}

.formData .item.a1 label s {
  top: 16px;
  background-position: 0 center;
}

.formData .item.a2 label s {
  top: 17px;
  background-position: -34px center;
}

.formData .item.a3 label s {
  background-position: -64px center;
}

.formData .item.a4 label s {
  background-position: -96px center;
}

.formData .item.a5 {
  width: 532px;
}

.formData .item.a5 label s {
  width: 25px;
  left: 9px;
  top: 17px;
  background-position: -125px center;
}

.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}

.formData .liuyan {
  width: 617px;
  height: 116px;
  float: left;
  padding: 15px 15px;
}

.formData .liuyan label {
  height: 26px;
  line-height: 26px;
  padding: 0;
  left: 15px;
  top: 15px;
}

.formData .liuyan textarea {
  width: 100%;
  height: 116px;
  line-height: 26px;
  text-indent: 42px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}

.formData .btnbox {
  width: 100%;
  float: left;
}

.formData .btnbox input {
  width: 190px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background: #2d7258;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.formData .btnbox input:hover {
  background: #bc070e;
  color: #fff;
}

.formData .btnbox input.btn1 {
  margin: 0 150px 0 60px;
}

.formData .btnbox input.btn2 {
  background: #999999;
}

.formData .btnbox input.btn2:hover {
  background: #bc070e;
  color: #fff;
}

.formData .yzm {
  width: 432px;
}

.formData .yzm .txt {
  padding-left: 80px;
}

.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}

.singlePage {}

.singlePage .location {
  padding-bottom: 20px;
  margin-bottom: 35px;
}

.singlePage .location .sitepath {
  float: none;
  width: 100%;
  text-align: left;
}

.singlePage .menu {
  width: 100%;
  margin-bottom: 35px;
}

.singlePage .menu a {
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #333;
  float: left;
  display: block;
  margin-right: 30px;
  background: url(../images/menu-libg.png) no-repeat center center;
}

.singlePage .menu a:hover,
.singlePage .menu a.hover {
  color: #fff;
  background-image: url(../images/menu-libg-hover.png);
}

.singlePage .contxt {
  width: 100%;
  font-size: 16px;
  line-height: 32px;
  padding-bottom: 35px;
}

.singlePage .contxt img {
  max-width: 100%;
}

.singlePage .mapArea {
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.singlePage .mapArea #allmap {
  width: 100%;
  height: 560px;
}

.singlePage .mapArea .mapbtn {
  width: 90px;
  height: 30px;
  display: block;
  line-height: 30px;
  text-align: center;
  background: #2d7258;
  color: #fff;
  border-radius: 3px;
}

.singlePage .mapArea .mapbtn:hover {
  background: #bc070e;
}

.singlePage .contact_1 {
  height: 300px;
  padding-right: 22px;
  width: 1178px;
  background: url(../images/contact-bg1.jpg) no-repeat center top;
  font-size: 16px;
}

.singlePage .contact_1 img {
  width: 465px;
  height: 300px;
  margin-right: 24px;
  display: block;
  float: left;
}

.singlePage .contact_1 .tit {
  font-size: 24px;
  padding: 38px 0 20px;
}

.singlePage .contact_1 .txt {
  line-height: 32px;
  height: 128px;
  overflow: hidden;
  margin-bottom: 20px;
  color: #666666;
}

.singlePage .contact_1 .tel strong {
  font-size: 32px;
  color: #bc070e;
  font-family: arial;
}

.singlePage .contact_2 {
  padding: 56px 0 30px;
}

.singlePage .contact_2 .title {
  text-align: center;
  margin-bottom: 54px;
}

.singlePage .contact_2 .title h3 {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 12px;
}

.singlePage .contact_2 .title h3 span {
  color: #2d7258;
}

.singlePage .contact_2 .title p {
  font-size: 18px;
  width: 100%;
  height: 41px;
  line-height: 41px;
  color: #999999;
  background: url(../images/contact-titbg.png) no-repeat center center;
}

.singlePage .contact_2 .con {
  height: 276px;
  position: relative;
  padding: 22px 0;
  border: 1px solid #dddddd;
  font-size: 18px;
}

.singlePage .contact_2 .con .ewm {
  position: absolute;
  top: 22px;
  padding: 42px 0 34px;
}

.singlePage .contact_2 .con .ewm img {
  width: 150px;
  height: 150px;
  border: 8px solid #dddddd;
}

.singlePage .contact_2 .con .ewm span {
  font-size: 16px;
  display: block;
  text-align: center;
}

.singlePage .contact_2 .con .ewm.m1 {
  left: 412px;
  padding-right: 22px;
  border-right: 1px solid #dddddd;
}

.singlePage .contact_2 .con .ewm.m2 {
  right: 22px;
}

.singlePage .contact_2 .con li {
  width: 360px;
  padding: 25px 0 20px;
  float: left;
  margin-left: 30px;
  border-bottom: 1px solid #dddddd;
}

.singlePage .contact_2 .con li s {
  width: 50px;
  height: 52px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
  background: url(../images/contact-ico.png) no-repeat 0 center;
}

.singlePage .contact_2 .con li span {
  width: 280px;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
}

.singlePage .contact_2 .con li.a2 {
  margin-left: 242px;
}

.singlePage .contact_2 .con li.a2 s {
  background-position: -210px center;
}

.singlePage .contact_2 .con li.a3 s {
  background-position: -70px center;
}

.singlePage .contact_2 .con li.a4 {
  margin-left: 242px;
}

.singlePage .contact_2 .con li.a4 s {
  background-position: -280px center;
}

.singlePage .contact_2 .con li.a5 {
  border-bottom: 0px;
}

.singlePage .contact_2 .con li.a5 s {
  background-position: -140px center;
}

.singlePage .contact_2 .con li.a6 {
  margin-left: 242px;
  border-bottom: 0px;
}

.singlePage .contact_2 .con li.a6 s {
  background-position: -350px center;
}

.leftNav .item h3:hover,
.leftNav .item h3.hover {
  background: url(../images/leftNav-lihover.png) no-repeat center top;
}

.leftNav .item h3:hover a,
.leftNav .item h3.hover a {
  color: #263e8e;
}

.leftNav .item h3:hover s,
.leftNav .item h3.hover s {
  background-position: -269px 0;
}

.about {
  line-height: 30px;
}

.about img {
  max-width: 100%;
  height: auto !important;
}

.flash {
  position: fixed;
  width: 300px;
  overflow: hidden;
  z-index: 10;
  right: 5px;
  bottom: 10px;
}

.flash .close {
  width: 28px;
  height: 28px;
  background: url(../images/close.png) no-repeat center bottom;
  position: absolute;
  right: 0;
  top: 45px;
  cursor: pointer;
  z-index: 10;
}

.flash video {
  width: 300px;
  height: 200px;
  background: #000;
  margin-top: 45px;
}

.leftNav {
  width: 280px;
  position: relative;
  z-index: 20;
  background: #fff;
}

.leftNav .title {
  width: 280px;
  height: 95px;
  line-height: 95px;
  background: #447861;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 32px;
}

.leftNav .title .en {
  display: block;
  padding: 20px 0 0 15px;
  line-height: 30px;
  font-size: 28px;
  text-transform: uppercase;
  font-family: "Cambria";
}

.leftNav .title .line {
  width: 22px;
  height: 1px;
  display: block;
  margin: 10px 0 10px 15px;
  background: #fff;
}

.leftNav .title h3 {
  font-size: 18px;
  padding-left: 15px;
}

.leftNav .list {
  border: 1px solid #dddddd;
  border-top: 0px;
  padding-top: 3px;
}

.leftNav .item {
  border-bottom: 1px solid #dddddd;
}

.leftNav .item h3 {
  line-height: 64px;
  height: 64px;
  font-size: 18px;
}

.leftNav .item h3 a {
  color: #333;
  display: block;
  padding-left: 28px;
}

.leftNav .item h3 s {
  width: 22px;
  height: 22px;
  margin: 22px 28px 0 0;
  float: right;
  display: inline-block;
  background-position: -240px 0;
}

.leftNav .item h3:hover {
  background: url(../images/leftNav-lihover.png) no-repeat center top;
}

.leftNav .item h3:hover a {
  color: #263e8e;
}

.leftNav .item h3:hover s {
  background-position: -269px 0;
}

.leftNav .item .box {
  padding-bottom: 10px;
  display: none;
}

.leftNav .item .box a {
  width: 100%;
  line-height: 30px;
  display: block;
  height: 30px;
  overflow: hidden;
}

.leftNav .item .box a:hover,
.leftNav .item .box a.hover {
  color: #bc070e;
}

.leftTel {
  width: 100%;
  padding-bottom: 25px;
}

.leftTel h3 {
  color: #263e8e;
  text-align: center;
  font-size: 24px;
  padding: 25px 0 15px;
}

.leftTel h3 span {
  width: 5px;
  height: 5px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 7px;
  background: #2d7258;
  border-radius: 100%;
}

.leftTel .tel {
  line-height: 20px;
  padding-left: 50px;
}

.leftTel .tel s {
  width: 45px;
  height: 45px;
  float: left;
  margin: 3px 5px 0 0;
  background-position: -178px -45px;
}

.leftTel .tel span {
  display: block;
  text-transform: uppercase;
  color: #999999;
}

.leftTel .tel strong {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  display: block;
  font-family: arial;
}

.indexTit {
  height: 60px;
  line-height: 60px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.indexTit .more {
  float: right;
  line-height: 60px;
  font-family: arial;
  font-size: 18px;
}

.indexTit .more s {
  width: 18px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  background-position: -312px 0;
}

.indexTit .more:hover {
  color: #2d7258;
}

.indexTit .more:hover s {
  background-position: -283px 0;
}

.indexTit h3 {
  font-size: 32px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.indexTit h3 strong {
  color: #2d7258;
}

.indexTit .s {
  width: 42px;
  height: 45px;
  vertical-align: middle;
  background-position: -234px 10px;
}

.indexTit .line {
  width: 30px;
  height: 2px;
  display: inline-block;
  vertical-align: middle;
  background: #dddddd;
  margin: 0 7px;
}

.indexTit h4 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 18px;
  color: #999999;
}

.partner .list {
  width: 110%;
  position: relative;
}

.partner .item {
  width: 215px;
  height: 155px;
  margin: 0 5px 20px 0 !important;
}

.partner .item a {
  display: block;
}

.partner .item img {
  width: 218px;
  height: 97px;
  display: block;
}

.partner .item h3 {
  padding: 0 6px;
  height: 59px;
  text-align: center;
  font-size: 18px;
  color: #383838;
  line-height: 59px;
  overflow: hidden;
  transition: all ease 300ms;
  border-top: 1px solid #e5e5e5;
}

.partner .item.hasm h3 {
  padding: 0 18px;
  font-size: 16px;
  text-align: left;
}

.partner .item.hasm h3 .more {
  width: 98px;
  height: 28px;
  line-height: 28px;
  margin-top: 15px;
  display: block;
  text-align: center;
  border: 1px solid #e2e2e2;
  float: right;
  font-size: 14px;
  transition: all ease 300ms;
}

.wrapper .cyhz {
  width: 1200px;
  float: initial;
}