﻿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: #127FC3;
  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: #d3d3d3;
  font-size: 16px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #d3d3d3;
  font-size: 16px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #d3d3d3;
  font-size: 16px;
}
textarea::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 16px;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 16px;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 16px;
}
/*网站公用样式表*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.top_main {
  height: 35px;
  line-height: 35px;
  background: #282d34;
  color: #fff;
}
.top_main a {
  color: #999;
}
.top_main .right {
  color: #ccc;
}
.top_main .right a{position:relative;z-index:10;}
.top_main .right a img{display:none;width:130px;height:130px;border:5px solid #ddd;position:absolute;left:-46px;top:35px;background:#fff;z-index:11;}
.top_main .right a:hover img{display:block;}
.top_main a:hover {
  color: #fff;
}
.head_main {
  background: url(../images/head_bg.png) repeat-x;
  height: 99px;
}
.head_main h1 .logo {
  margin-top: 23px;
}
.head_main .right {
  font-size: 27px;
  color: #127FC3;
  font-weight: bold;
  line-height: 38px;
  margin-top: 29px;
}
.head_main .right i {
  width: 38px;
  height: 38px;
  background-position: 0 -58px;
  margin-right: 10px;
}
.nav_main {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.nav_main li:first-child {
  background: none;
}
.nav_main ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.nav_main li {
  float: left;
  position: relative;
  display: block;
  text-align: center;
  vertical-align: top;
  z-index: 9;
  width: 170px;
  background: url(../images/nav_li.png) left center no-repeat;
}
.nav_main li a {
  display: block;
  position: relative;
  height: 100%;
  font-size: 16px;
  overflow: hidden;
  width: 100px;
  margin: 0 auto;
}
.nav_main li a:hover,
.nav_main li a.hover,
.nav_main li #hover2 {
  cursor: pointer;
  color: #307cdd;
  font-weight: bold;
  border-bottom: 5px solid #127FC3;
  height: 65px;
}
.nav_main dl {
  width: 144px;
  border-radius: 0 0 8px 8px;
  padding-bottom: 3px;
  display: none;
  background: #127FC3;
  position: absolute;
  left: 13px;
  top: 70px;
  z-index: 1555;
  border-top: none;
}
.nav_main dl dd {
  height: 40px;
  text-align: center;
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  line-height: 40px;
}
.nav_main dl dd a {
  color: #e9f2ed;
  width: 100%;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
  transition: ease-in-out 0.2s;
}
.nav_main dl dd a:hover {
  color: #fff;
  background: #295bba;
  height: 30px;
  line-height: 30px;
  border-bottom: none;
  font-weight: 100;
}
/****banner****/
.main_banner {
  width: 100%;
  overflow: hidden;
  height: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.main_banner #next,
.main_banner #prev {
  width: 48px;
  height: 48px;
  position: absolute;
  left: 50%;
  margin-left: -698px;
  background-position: 0 0;
  z-index: 10;
  top: 50%;
  margin-top: -24px;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.main_banner #next {
  margin-left: 650px;
  background-position: -113px 0;
}
.main_banner #next:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main_banner #prev:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.main_banner .banner {
  width: 1920px;
  height: 600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  overflow: hidden;
}
.main_banner .banner img {
  width: 1920px;
  height: 600px;
  overflow: hidden;
}
.main_banner .banner_fmenu {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 88px;
  height: 14px;
  z-index: 3000;
  text-align: center;
}
.main_banner #banner_fmenu A {
  margin: 0 10px;
  width: 12px;
  height: 12px;
  line-height: 10px;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  font-weight: bold;
  overflow: hidden;
  display: inline-block;
  background: #3c3d41;
  border-radius: 100%;
  margin-bottom: 4px;
  transition: ease-in-out .2s;
  margin-top: 3px;
}
.main_banner #banner_fmenu A.activeSlide {
  background: #09cc8c;
  width: 19px;
  height: 19px;
  margin-top: 0;
  margin-bottom: 0;
  background: url(../images/banner_ico.png) no-repeat;
}
.main_banner #banner_fmenu A:focus {
  OUTLINE-STYLE: none;
  OUTLINE-COLOR: invert;
  OUTLINE-WIDTH: medium;
}
.index_title {
  text-align: center;
}
.index_title h3 {
  font-size: 44px;
  color: #333;
  font-weight: bold;
  padding-top: 53px;
  padding-bottom: 13px;
}
.index_title span {
  display: block;
  width: 56px;
  height: 1px;
  background: #127FC3;
  margin: 0 auto;
  margin-bottom: 42px;
}
.floor_1_main {
  background: #f5f5f5 url(../images/f1_img.jpg) right bottom no-repeat;
  position: relative;
  z-index: 11;
  padding-bottom: 75px;
}
.floor_1_main .box1 {
  background: #fff;
  width: 1200px;
  height: 125px;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: -28px;overflow:hidden;
  z-index: 13;
  box-shadow: 5px 5px 15px #e6e6e6;
}
.floor_1_main .box1 li {
  float: left;
  background: url(../images/f1_line.png) left 39px no-repeat;
  width: 25%;
  padding-top: 19px;
  text-align: center;
}
.floor_1_main .box1 li h3 {
  font-size: 50px;
  color: #127FC3;
  padding-left: 59px;
}
.floor_1_main .box1 li h3 span {
  color: #b5b5b5;
  font-size: 24px;
  vertical-align: text-top;
  margin-left: 5px;
}
.floor_1_main .box1 li p {
  padding-left: 46px;
  color: #666;
}
.floor_1_main .box1 li:first-child {
  background: none;
}
.floor_1_main .index_title span {
  margin-bottom: 72px;
}
.floor_1_main .box2 {
  padding-top: 81px;
  overflow: hidden;
}
.floor_1_main .box2 ul {
  width: 105%;
}
.floor_1_main .box2 ul:first-child {
  margin-bottom: 72px;
  *margin-bottom: 72px;
}
.floor_1_main .box2 li {
  float: left;
  background: #fff;
  box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.05);
  margin-right: 31px;
  height: 294px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  width: 215px;
  transition: ease-in-out .2s;
  margin-top: 20px;
}
.floor_1_main .box2 li h3 {
  font-size: 26px;
  padding-top: 69px;
  color: #127FC3;
}
.floor_1_main .box2 li i {
  width: 100px;
  height: 86px;
  background: url(../images/f1_li.png) no-repeat;
  display: block;
  margin: 0 auto;
  color: #fff;
  top: -44px;
  font-size: 40px;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  padding-top: 23px;
  left: 50%;
  margin-left: -50px;
}
.floor_1_main .box2 li p {
  line-height: 26px;
  color: #666;
  padding: 0 25px;
}
.floor_1_main .box2 li span {
  width: 27px;
  height: 1px;
  background: #dedede;
  display: block;
  margin: 12px auto;
}
.floor_1_main .box2 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_1_main .box2 li:hover {
  background: #127FC3;
  color: #fff;
  margin-top: 0;
}
.floor_1_main .box2 li:hover i {
  background: url(../images/f1_on.png) no-repeat;
  color: #127FC3;
}
.floor_1_main .box2 li:hover h3 {
  color: #fff;
}
.floor_1_main .box2 li:hover p {
  color: #d3e7f0;
}
.more {
  text-align: center;
  margin: 60px auto 0;
  width: 402px;
  padding-bottom: 5px;
}
.more a {
  width: 187px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  margin: 0 7px;
  background: #127FC3;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  float: left;
}
.more a:first-child {
  background: #e5e5e5;
  color: #127FC3;
}
.more a:hover {
  box-shadow: 5px 3px 7px rgba(0, 0, 0, 0.1);
}
.floor_2 {
  overflow: hidden;
  padding-bottom: 62px;
  *padding-bottom: 82px;
}
.floor_2 ul {
  width: 105%;
}
.floor_2 li {
  width: 220px;
  height: 220px;
  float: left;
  position: relative;
  margin-right: 25px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 10px;
}
.floor_2 li .item {
  background: #127FC3;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  text-align: center;
}
.floor_2 li .item i {
  width: 70px;
  height: 70px;
  background-position: 0 -103px;
  margin: 29px auto 15px;
}
.floor_2 li .item span {
  display: block;
  width: 31px;
  height: 1px;
  background: #8597b7;
  margin: 0 auto;
}
.floor_2 li .item h3 {
  color: #fff;
  font-size: 26px;
  margin-top: 27px;
}
.floor_2 li .on {
  background: url(../update/f2_img.jpg) no-repeat;
  display: block;
  width: 195px;
  height: 100%;
  position: absolute;
  left: 0;
  top: -220px;
  border-radius: 10px;
  padding-left: 25px;
  transition: ease-in-out .2s;
}
.floor_2 li .on i {
  width: 70px;
  height: 70px;
  background-position: 0 -103px;
  margin: 29px auto 15px;
}
.floor_2 li .on h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 100; padding-right:20px;
  margin-bottom:20px; height:50px; line-height:25px;
}
.floor_2 li .on span {
  display: block;
  width: 31px;
  height: 1px;
  background: #d8d4cf;
}
.floor_2 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_2 li:hover .on {
  top: 0;
}
.floor_2 .l2 .item i,.floor_2 li.l2 .on i {
  background-position: -70px -103px;
}
.floor_2 .l3 .item i,.floor_2 li.l3 .on i  {
  background-position: -140px -103px;
}
.floor_2 .l4 .item i,.floor_2 li.l4 .on i  {
  background-position: -210px -103px;
}
.floor_2 .l5 .item i,.floor_2 li.l5 .on i  {
  background-position: -280px -103px;
}


.floor_2 .l6 .item i,.floor_2 li.l6 .on i  {
  background-position: 0 -173px;
}
.floor_2 .l7 .item i,.floor_2 li.l7 .on i  {
  background-position: -70px -173px;
}
.floor_2 .l8 .item i ,.floor_2 li.l8 .on i {
  background-position: -140px -173px;
}
.floor_2 .l9 .item i ,.floor_2 li.l9 .on i {
  background-position: -210px -173px;
}
.floor_2 .l10 .item i ,.floor_2 li.l10 .on i {
  background-position: -280px -173px;
}

.floor_3_main {
  background: #f7f7f7 url(../images/f3_bg.jpg) center bottom no-repeat;
  height: 566px;
}
.floor_3_main .body {
  overflow: hidden;
}
.floor_3_main ul {
  padding-top: 4px;
  width: 115%;
}
.floor_3_main li {
  float: left;
  position: relative;
  width: 166px;
  margin-right: 7px;
  text-align: center;
  height: 312px;
  transition: ease-in-out .2s;
}
.floor_3_main li img {
  width: 124px;
  height: 124px;
  border-radius: 100%;
  margin-top: 28px;
}
.floor_3_main li .bg {
  position: absolute;
  width: 166px;
  height: 257px;
  background: url(../images/f3_li.png) center 12px no-repeat;
  left: 0;
  top: 0;
  z-index: 9;
}
.floor_3_main li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 125px;
  font-size: 24px;
  text-align: center;
  z-index: 10;
}
.floor_3_main li p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20px;
  font-size: 18px;
  color: #666;
}
.floor_3_main .l1 {
  margin-top: 18px;
}
.floor_3_main .l1 p {
  bottom: 40px;
}
.floor_3_main li:hover h3 {
  color: #fff;
}
.floor_3_main li:hover p {
  color: #127FC3;
  font-weight: bold;
}
.floor_3_main li:hover .bg {
  background: url(../images/f3_on.png) no-repeat center top;
}
.floor_4 {
  padding-bottom: 80px;
}
.floor_4 .box1 {
  width: 284px;
  height: 445px;
  overflow: hidden;
}
.floor_4 .box1 li {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.floor_4 .box1 li img {
  width: 100%;
  height: 213px;
  display: block;
}
.floor_4 .box1 li h3 {
  position: absolute;
  left: 0;
  height: 63px;
  line-height: 53px;
  background: url(../images/f4_li_bg.png) repeat-x;
  bottom: 0;
  width: 100%;
  transition: ease-in-out .2s;
}
.floor_4 .box1 li h3 .fl {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  padding-left: 15px;
}
.floor_4 .box1 li h3 .fr {
  width: 26px;
  height: 26px;
  background: #fff;
  text-align: center;
  line-height: 26px;
  border-radius: 100%;
  color: #35b7d8;
  font-size: 18px;
  margin-right: 15px;
  margin-top: 10px;
}
.floor_4 .box1 li .on {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: url(../images/f4_li.png) repeat;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: ease-in-out .2s;
}
.floor_4 .box1 li .on span {
  display: block;
  width: 40px;
  height: 40px;
  background: #fff;
  text-align: center;
  line-height: 38px;
  border-radius: 100%;
  color: #35b7d8;
  font-size: 28px;
  position: absolute;
  top: 39px;
  left: 50%;
  margin-left: -20px;
  transition: ease-in-out .2s;
}
.floor_4 .box1 li .on p {
  font-size: 18px;
  position: absolute;
  width: 100%;
  left: 0;
  top: 153px;
  transition: ease-in-out .2s;
}
.floor_4 .box1 li a {
  display: block;
  width: 100%;
  height: 100%;
}
.floor_4 .box1 li:hover .on {
  opacity: 1;
  filter: alpha(opacity=100);
}
.floor_4 .box1 li:hover .on span {
  top: 69px;
}
.floor_4 .box1 li:hover .on p {
  top: 133px;
}
.floor_4 .box1 li:hover h3 {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: -63px;
}
.floor_4 .box2 {
  width: 592px;
  height: 445px;
  margin-left: 20px;
}
.floor_4 .box2 .slideBox {
  width: 592px;
  height: 445px;
  overflow: hidden;
  position: relative;
}
.floor_4 .box2 .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  bottom: 26px;
  z-index: 1;
}
.floor_4 .box2 .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.floor_4 .box2 .slideBox .hd ul li {
  float: left;
  margin-right: 18px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 100%;
}
.floor_4 .box2 .slideBox .hd ul li.on {
  background: #65d9f6;
  color: #fff;
}
.floor_4 .box2 .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.floor_4 .box2 .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.floor_4 .box2 .slideBox .bd li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../images/f4_li_bg.png) repeat-x;
  height: 63px;
  width: 100%;
  color: #fff;
  line-height: 53px;
  font-size: 16px;
  font-weight: 400;
  text-indent: 2em;
}
.floor_4 .box2 .slideBox .bd img {
  width: 592px;
  height: 445px;
  display: block;
}
.floor_5_main {
  background: #f5f5f5;
}
.floor_5_main .body {
  overflow: hidden;
}
.floor_5_main .tit {
  margin-bottom: 16px;
}
.floor_5_main .tit .left {
  font-size: 20px;
  color: #127FC3;
  font-weight: bold;
}
.floor_5_main .tit .right {
  border-bottom: 1px solid #ececec;
  width: 1099px;
  margin-top: 12px;
}
.floor_5_main ul {
  width: 115%;
}
.floor_5_main .u2 {
  margin-bottom: 20px;
}
.floor_5_main li {
  float: left;
  height: 48px;
  line-height: 48px;
  width: 342px;
  padding: 0 20px;
  border: 1px solid #e5e5e5;
  margin-right: 23px;
  margin-bottom: 20px;
  color: #828282;
  background: #fff;
  border-radius: 5px;
}
.floor_5_main li select {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;background:#fff;
}
.floor_5_main .ww {
  width: 184px;
}
.floor_5_main .ww input{width:120px;}
.floor_5_main .www {
  width: 251px;
}
.floor_5_main li span {
  padding-right: 10px;
  font-size: 18px;
}
.floor_5_main li input {
  width: 265px;
  border: none;
  outline: none;
  font-size: 16px;
}
.floor_5_main .tit2 .right {
  width: 1065px;
}
.floor_5_main textarea {
  border: 1px solid #e5e5e5;
  width: 1158px;
  height: 98px;
  border-radius: 5px;
  resize: none;
  padding: 20px;
  font-size: 16px;
  line-height: 32px;
  color: #999;
  outline: none; *margin-top:20px;
}
.floor_5_main .btn_main {
  text-align: center;
  margin: 38px 0 77px;
}
.floor_5_main .btn {
  width: 215px;
  height: 45px;
  text-align: center;
  color: #fff;
  background: #127FC3;
  border: none;
  border-radius: 5px;
  margin: 0 auto;
  font-size: 16px;
}
.floor_5_main .btn:hover {
  background: #09327d;
  cursor: pointer;
}
.bottom_main {
  background: #127FC3;
  padding: 70px 0 100px;
}
.bottom_main .box1 {
  width: 220px;
}
.bottom_main .box2 {
  padding-left: 60px;
}
.bottom_main .box2 dl {
  float: left;
  width: 123px;
}
.bottom_main .box2 dl dt {
  margin-bottom: 10px;
}
.bottom_main .box2 dl dt a {
  color: #fff;
  font-size: 16px;
}
.bottom_main .box2 dl dd {
  line-height: 26px;
}
.bottom_main .box2 dl dd a {
  color: #ccc;
}
.bottom_main .box2 dl dd a:hover {
  color: #fff;
}
.bottom_main .box3 {
  width: 410px;
}
.bottom_main .box3 img {
  border: 5px solid #ccc;
  width: 130px;
  height: 130px;
  float: left;
  margin-right: 28px;
}
.bottom_main .box3 h4 {
  color: #fff;
  font-weight: 400;
}
.bottom_main .box3 h3 {
  color: #fff;
  font-size: 30px;
  padding-bottom: 15px;
}
.bottom_main .box3 p {
  font-size: 12px;
  color: #ccc;
  line-height: 20px;
}
.bottom_copy {
  background: #292a2f;
  color: #999;
  font-size: 12px;
  line-height: 45px;
  border-top: 1px solid #37383e;
  overflow: hidden;
  height: 45px;
}
.bottom_copy a {
  color: #999;
}
.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 {
  background: #127FC3;
  height: 60px;
  line-height: 60px;
}
.sub_local .left {
  color: #ccc;
}
.sub_local .left i {
  width: 14px;
  height: 12px;
  background-position: -284px -0px;
  margin-right: 10px;
}
.sub_local .left a {
  color: #ccc;
}
.sub_local .left a:hover {
  color: #fff;
}
.sub_local .right li {
  font-size: 16px;
  margin-left: 50px;
  float: left;
}
.sub_local .right li a {
  color: #fff;
  display: inline-block;
}
.sub_local .right li a.hover,
.sub_local .right li a:hover {
  border-bottom:2px solid #fff;height:58px;
}
.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;
}
.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-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 #d8f3fb;
}
.sub_list li:hover i {
  background: #09cc8c;
  background: linear-gradient(to right, #22e9a6, #009ce3);
}
.sub_list li:hover span {
  background: linear-gradient(to right, #22e9a6, #009ce3);
}
.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: 48px;
  position: fixed;
  right: 5px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  border: 1px solid #282c33;
  margin-bottom: 5px;
  background: #282c33 url(../images/fix-ico.png) no-repeat center 0;
}
.rightFix .ico:before {
  background: linear-gradient(to bottom, #22e9a6, #009de2);
}
.rightFix .ico img {
  width: 110px;
  height: 110px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #127FC3;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #127FC3;
  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;
}
.rightFix .ico:hover {
  background-color: #127FC3;
  border-color: #127FC3;
  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: 11px 12px;
}
.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}
.rightFix .fix-xcx {
  background-position: 11px -39px;
}
.rightFix .fix-xcx:hover {
  background-position: -33px -39px;
}
.rightFix .fix-ewm {
 background-position: 11px -150px;
}
.rightFix .fix-ewm:hover {
  background-position: -33px -150px;
}
.rightFix .mess{ background-position: 11px -96px; }
.rightFix .mess:hover{background-position: -33px -96px; }
.rightFix .fix_top {
  background-position: 11px -205px;
}
.rightFix .fix_top:hover,
.rightFix .fix_top.hover {
  background-color: #127FC3;
  border-color: #127FC3;
  background-position: -33px -205px;
}
.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;
}
.bg_bottom_main {
  background: #eaeaea;
  height: 100px;
}
.sub_banner {
  height: 200px;
  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 #0a408a;
}
.case {
  margin-top: 40px;
}
.case ul {
  width: 105%;
}
.case li {
  width: 380px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.case li .img {
  overflow: hidden;
  height: 213px;
  display: block;
  border: 1px solid #efefef;
  width: 378px;
  border-bottom: none;
}
.case li .img img {
  width: 380px;
  height: 213px;
  transition: .9s;
}
.imgH li .img {
  height: 284px;
  border: 1px solid #efefef;
  width: 378px;
  border-bottom: none;
}
.imgH li .img img {
  height: 284px;
}
.case li:hover .img img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.case li .p {
  border: 1px solid #efefef;
  display: block;
  width: 340px;
  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 i {
  width: 32px;
  height: 12px;
  background-position: -73px -43px;
}
.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 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: 758px;
  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: 59px;
  border: 1px solid #e5e5e5;
  width: 1080px;
}
.detail .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #f2f2f2;
  text-align: center;
}
.detail .title h1 {
  font-size: 30px;
  font-weight: 100;
}
.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 img {
  max-width: 1080px;
}
/* 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:#127FC3;
}
/* 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 #127FC3;
  background: #127FC3;
}
.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 #map1_container,
.contact .box2 #allmap1 {
  width: 100%;
  height: 400px;
}
.contact .box3 h1 {
  font-size: 36px;
  padding-bottom: 15px;
  text-align: center;
}
.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:503px;
  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:440px;
  border: none;
  outline: none;
}
.contact .box3 textarea {
  border: 1px solid #e5e5e5;
  width: 1058px;
  height: 144px;
  resize: none;
  padding: 10px;
  *margin-top: 15px;
  overflow: hidden;
  outline: none;
}
.contact .box3 .btn {
  border: none;
  background: #ff3600;
  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: #0a408a;
  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: #0a408a;
  color: #fff;
  border: 1px solid #0a408a;
}
.erro {
  text-align: center;
}
.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;
}
.contact {
  background: #fff;
}
.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: #127FC3;
  margin: 0 19px;
  border: 2px solid #127FC3;
  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;
}
/*# sourceMappingURL=css.css.map */
/*友情链接*/
.floor_9_main{width:100%;background:#fff;}
.floor_9 .ilink .tit{float:left;font-weight:bold;font-size:24px;line-height:114px;color:#333;}
.floor_9 .ilink .linkList{padding-top:40px;margin-left:24px;float:left;width: 1080px;}
.floor_9 .ilink .item{float:left;margin-left: 20px;margin-bottom: 20px;float:left;width: 210px;height:34px;line-height:34px;border:1px solid #ddd;background:url("../images/linkIco.png") no-repeat 20px center;background-size:14px 14px;border-radius:4px;}
.floor_9 .ilink .item a{display:block;font-size:15px;text-align:center;color:#666;text-indent: 2px;}
.floor_9 .ilink .item:hover{border-color:#008bcb;}
.floor_9 .ilink .item:hover a{color:#008bcb;}