@charset "UTF-8";
html {
  min-width: 1200px;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #e74037;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.hide {
  display: none !important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #ff7100;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  transition: all ease 300ms;
}
.noease,
.noease * {
  transition: none;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/***************top and bottom css*********************/
.top_main {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #333333;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #fff;
}
.top_main .top {
  position: relative;
}
.top_main p {
  float: left;
  width: 42%;
}
.top_main .top_r {
  float: right;
  width: 50%;
  text-align: right;
}
.top_main .top_r li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  color: #fff;
}
.top_main .top_r li a {
  color: #fff;
  cursor: pointer;
}
.top_main .top_r li a:hover {
  color: #ff7100;
}
.top_main .top_r li s {
  width: 18px;
  height: 18px;
  background-position: -58px 0;
}
.top_main .top_r li.phone {
  position: relative;
}
.top_main .top_r li.phone .box {
  width: 100px;
  height: 100px;
  border: 5px solid #fff;
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 88;
  display: none;
  background: #fff;
}
.top_main .top_r li.phone .box img {
  width: 100%;
  height: 100%;
  display: block;
}
.top_main .top_r li.phone .box span {
  border-style: solid dashed dashed dashed;
  border-color: #ffffff transparent transparent transparent;
  border-width: 5px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
}
.top_main .top_r li.phone:hover .box {
  display: block;
}
.top_main .top_r li.map s {
  margin-right: 6px;
  background-position: -80px 2px;
}
.top_main .top_r .split {
  width: 1px;
  text-align: center;
  margin: 0 10px;
  font-size: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 1px;
  color: #494949;
}
/*header_main*/
.header_main {
  width: 100%;
  height: 130px;
  position: relative;
  z-index: 998;
  background: #fff;
}
.header_main .logo_main {
  width: 740px;
  height: 90px;
  float: left;
  padding-top: 20px;
}
.header_main .logo_main img {
  display: block;
  height: 90px;
  max-width: 100%;
  margin: 0 auto;
}
.header_main .header {
  position: relative;
}
.header_main .webtel {
  width: 268px;
  padding-top: 35px;
  line-height: 24px;
  float: right;
  white-space: nowrap;
}
.header_main .webtel s {
  width: 55px;
  height: 55px;
  float: left;
  margin: 4px 5px 0 0;
  background-position: 0 0;
}
.header_main .webtel span {
  display: block;
  text-transform: uppercase;
}
.header_main .webtel strong {
  color: #333333;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  display: block;
  font-family: arial;
}
/*nav_main*/
.nav_main {
  width: 100%;
  float: left;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 10;
  background: #fff;
  border-top: 1px solid #e5e5e5;
}
.nav_main .list {
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.nav_main li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 50px;
  line-height: 50px;
  position: relative;
  vertical-align: top;
  margin: 0 9px;
  text-align: center;
  font-size: 16px;
}
.nav_main li:first-child {
  background: none;
}
.nav_main li a {
  display: block;
  height: 100%;
  padding: 0 25px 0 25px;
  position: relative;
  color: #000;
}
.nav_main li:hover a,
.nav_main li.hover a {
  color: #fff;
  background: url(../images/nav-hoverbg.png) repeat 0 0;
}
.nav_main .subNav {
  background: #1e468e;
  width: 140px;
  left: 0;
  position: absolute;
  top: 50px;
  display: none;
}
.nav_main .subNav a {
  color: #fff;
  line-height: 35px;
  height: 35px;
  padding: 0;
  overflow: hidden;
  text-align: left;
  padding-left: 24px;
  display: block;
  font-size: 14px;
  transition: all ease 300ms;
  background: #1e468e !important;
}
.nav_main .subNav a:hover {
  background: #ff7100 !important;
}
/*footer_main*/
.bnav {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #ececec;
  border-top: 8px solid #ececec;
  text-align: center;
}
.bnav a,
.bnav span {
  display: inline-block;
}
.bnav span {
  font-family: arial;
  margin: 4px 25px 0 30px;
  line-height: 40px;
  font-size: 16px;
  color: #eaeaea;
}
.footer_main {
  width: 100%;
  background: url(../images/footerbg.jpg) no-repeat center top;
  color: #fff;
}
.footer_main .footer {
  padding-bottom: 30px;
}
.footer_main .bcontact {
  width: 890px;
  float: left;
  line-height: 30px;
}
.footer_main .bcontact img {
  width: 410px;
  display: block;
  padding: 30px 0 18px;
}
.footer_main .bcontact li {
  width: 40%;
  float: left;
  white-space: nowrap;
}
.footer_main .bcontact .txt {
  color: #888c95;
  line-height: 30px;
  font-size: 12px;
}
.footer_main .bcontact .txt strong {
  color: #fff;
}
.footer_main .bewm {
  width: 260px;
  float: left;
  padding-top: 40px;
}
.footer_main .bewm li {
  width: 120px;
  float: right;
  color: #fff;
  text-align: center;
}
.footer_main .bewm li:first-child {
  float: left;
}
.footer_main .bewm li img {
  width: 110px;
  height: 110px;
  padding: 4px;
  display: block;
  margin: 0 auto 3px;
  border: 1px solid #a4b9d1;
}
.footer_main .bewm p {
  text-align: center;
  line-height: 20px;
  padding-top: 5px;
}
.footer_main .copyright {
  line-height: 40px;
  height: 79px;
  background: #121c27;
  font-size: 12px;
  color: #a5a7ab;
}
.footer_main .copyright a {
  color: #a5a7ab;
}
.footer_main .copyright a:hover {
  color: #fff;
}
/***********top and bottom css end***********/
.search_main {
  width: 100%;
  height: 35px;
  padding: 33px 0 34px;
  *padding: 35px 0 35px;
}
.search_main .search {
  width: 438px;
  height: 35px;
  line-height: 35px;
  float: left;
  position: relative;
  overflow: hidden;
}
.search_main .search input {
  border: 0px;
  outline: none;
  height: 35px;
  line-height: 35px;
  display: block;
}
.search_main .search .txt {
  width: 100%;
  background: #f0f0f0;
  text-indent: 1em;
}
.search_main .search .btn {
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/searchbtnbg.jpg) no-repeat center center;
  cursor: pointer;
}
.search_main .skey_txt {
  width: 465px;
  float: right;
  line-height: 20px;
}
.search_main .skey_txt span {
  font-weight: bold;
  display: block;
  line-height: 15px;
  margin-bottom: 4px;
}
.search_main .skey_txt a {
  display: inline-block;
  margin-right: 22px;
  font-size: 12px;
}
.leftNav {
  width: 202px;
  padding-top: 100px;
  position: relative;
  z-index: 20;
  border: 1px solid #e5e5e5;
}
.leftNav .title {
  width: 204px;
  height: 150px;
  position: absolute;
  left: -1px;
  top: -50px;
  color: #fff;
  background: url(../images/leftNavbg.jpg) no-repeat center top;
}
.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 {
  padding: 0 16px;
}
.leftNav .item {
  border-top: 1px solid #e5e5e5;
}
.leftNav .item:first-child {
  border-top: 0px;
}
.leftNav .item h3 {
  font-weight: bold;
  color: #1e468e;
  font-size: 16px;
  padding: 10px 0 3px;
}
.leftNav .item h3 a {
  color: #1e468e;
  display: block;
}
.leftNav .item h3 a:hover,
.leftNav .item h3 a.hover {
  color: #ff7100;
}
.leftNav .item h3 s {
  width: 18px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  background-position: -125px -27px;
}
.leftNav .item .box {
  padding-bottom: 10px;
}
.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: #ff7100;
}
.leftCon {
  width: 204px;
  padding-bottom: 40px;
  float: left;
  position: relative;
  z-index: 20;
}
.leftCon .leftContact {
  width: 202px;
  margin-top: 25px;
  padding-top: 15px;
  background: url(../images/left-conbg.jpg) no-repeat center top;
  border: 1px solid #e5e5e5;
}
.leftCon .leftContact .title {
  height: 30px;
  line-height: 30px;
  padding: 3px 10px 4px;
  font-size: 16px;
}
.leftCon .leftContact .title span {
  font-size: 14px;
  margin-left: 6px;
}
.leftCon .leftContact .contxt {
  padding: 8px 10px 15px;
  line-height: 30px;
}
.leftCon .leftContact .contxt .img {
  width: 182px;
  height: 148px;
  display: block;
  border: 1px solid #e5e5e5;
  margin: 0 auto 10px;
}
.leftCon .leftContact .contxt img {
  max-width: 100%;
}
.indexTit {
  width: 100%;
  padding: 6px 0 16px;
  line-height: 40px;
}
.indexTit .more {
  float: right;
  line-height: 36px;
  font-family: arial;
}
.indexTit h3 {
  font-size: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px 0 7px;
}
.indexTit s {
  width: 25px;
  height: 30px;
  background-position: -94px -26px;
}
.indexTit .en {
  font-family: arial;
  font-size: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*prolist*/
.prolist {
  width: 100%;
  overflow: hidden;
}
.prolist .list {
  width: 105%;
}
.prolist .item {
  width: 300px;
  float: left;
  margin: 0 23px 40px 0;
  position: relative;
  background: #fff;
  transition: all ease 300ms;
  overflow: hidden;
}
.prolist .item a {
  display: block;
  padding: 3px;
  border: 1px solid #e5e5e5;
}
.prolist .item img {
  width: 292px;
  height: 219px;
  display: block;
}
.prolist .item h3 {
  padding: 0 6px;
  height: 67px;
  text-align: center;
  font-size: 16px;
  color: #383838;
  line-height: 67px;
  overflow: hidden;
  transition: all ease 300ms;
}
.prolist .item:hover a {
  background: #1e468e;
  border-color: #1e468e;
}
.prolist .item:hover h3 {
  color: #fff;
}
/*caselist*/
.caselist {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.caselist .list {
  width: 105%;
  position: relative;
}
.caselist .item {
  width: 570px;
  height: 245px;
  float: left;
  margin: 0 52px 30px 0;
  position: relative;
  background: url(../images/case-libg.jpg) no-repeat center center;
  transition: all ease 300ms;
  overflow: hidden;
}
.caselist .item a {
  display: block;
  height: 200px;
  padding: 20px 30px 0 20px;
}
.caselist .item img {
  width: 267px;
  height: 200px;
  float: left;
  margin-right: 30px;
  display: block;
  transition: all ease 300ms;
}
.caselist .item h3 {
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  overflow: hidden;
  transition: all ease 300ms;
  margin-bottom: 14px;
  border-bottom: 1px solid #ededed;
  font-weight: bold;
}
.caselist .item .txt {
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
  color: #737373;
}
.caselist .item .more {
  width: 40px;
  height: 30px;
  padding-top: 10px;
  display: block;
  position: absolute;
  right: 25px;
  bottom: 25px;
  background: #eeeeee;
}
.caselist .item .more s {
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 auto;
  background-position: -105px 0;
  transition: all ease 300ms;
}
.caselist .item:hover h3 {
  color: #ff7100;
  border-bottom-color: #ff7100;
}
.caselist .item:hover img {
  filter: brightness(105%);
}
.caselist .item:hover .more {
  background: url(../images/blue-jbg.jpg) no-repeat center center;
}
.caselist .item:hover .more s {
  background-position: -130px 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;
}
.qalist .item {
  width: 100%;
  padding: 0 0 15px;
}
.qalist .item .t,
.qalist .item .txt {
  padding-left: 40px;
  position: relative;
  display: block;
}
.qalist .item s {
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 9px;
  background-position: -144px -24px;
  background-color: #ff7100;
}
.qalist .item .t {
  height: 55px;
  line-height: 55px;
  overflow: hidden;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
}
.qalist .item .t s {
  top: 13px;
}
.qalist .item .txt {
  color: #333333;
  line-height: 30px;
  max-height: 120px;
  overflow: hidden;
}
.qalist .item .txt s {
  background-position: -168px -22px;
  top: 0;
  background-color: #1e468e;
}
.banner_main {
  width: 100%;
  overflow: hidden;
  height: 550px;
  position: relative;
  z-index: 2;
}
.banner {
  width: 100%;
  min-width: 1000px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  height: 560px;
}
.banner .list {
  max-height: 550px;
  overflow: hidden;
}
.banner li {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
.banner li img {
  width: 1920px;
  display: block;
  position: relative;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.banner li a {
  width: 100%;
  display: block;
}
.banner .tip {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 10;
}
.banner .tip span {
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  border: 3px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
  margin: 0 8px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: none;
  border-radius: 100%;
}
.banner .tip span.cur {
  background: #fff;
  border-color: #fff;
}
.banner .prev,
.banner .next {
  width: 40px;
  height: 70px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -35px;
  cursor: pointer;
  background: url(../images/btn-ico.png) no-repeat 0 center;
}
.banner .prev:hover,
.banner .next:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.banner .prev {
  left: 3%;
  background-position: 0 center;
}
.banner .next {
  right: 3%;
  background-position: -62px center;
}
/***********index css ***********/
.index {
  width: 100%;
  position: relative;
  z-index: 20;
}
.index .floor_1 {
  position: relative;
  z-index: 20;
  padding-bottom: 25px;
}
.index .floor_1 .floor_1_con {
  width: 946px;
  float: right;
  *padding-bottom: 45px;
}
.index .floor_1 .indexTit {
  padding-bottom: 18px;
}
.index .leftNav {
  float: left;
}
.index .floor_2 {
  width: 100%;
  height: 300px;
  background: url(../images/icustomerbg.jpg) no-repeat center top;
}
.index .floor_2 .title {
  text-align: center;
  color: #fff;
  padding: 52px 0 35px;
}
.index .floor_2 .title .en {
  font-size: 36px;
  line-height: 40px;
  text-transform: uppercase;
}
.index .floor_2 .title h3 {
  font-size: 30px;
  background: url(../images/icustomer-titbg.jpg) no-repeat center center;
}
.index .floor_2 .prev,
.index .floor_2 .next {
  width: 25px;
  height: 70px;
  z-index: 10;
  position: absolute;
  top: 15px;
  cursor: pointer;
  background: #ffffff url(../images/btn-ico2.png) no-repeat 0 center;
}
.index .floor_2 .prev:hover,
.index .floor_2 .next:hover {
  background-color: #ddd;
}
.index .floor_2 .prev {
  left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-position: 7px center;
}
.index .floor_2 .next {
  right: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-position: -39px center;
}
.index .floor_2 .icustomer {
  position: relative;
}
.index .floor_2 .icustomer .conlist {
  width: 1092px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 100px;
}
.index .floor_2 .icustomer .list {
  width: 500%;
  position: relative;
}
.index .floor_2 .icustomer li {
  width: 253px;
  height: 98px;
  overflow: hidden;
  float: left;
  margin-right: 23px;
  border: 1px solid #e5e5e5;
}
.index .floor_2 .icustomer li a,
.index .floor_2 .icustomer li img {
  width: 100%;
  display: block;
}
.index .floor_3 {
  padding: 38px 0 60px;
}
.index .floor_3 .caselist {
  padding-bottom: 35px;
}
.index .floor_3 .morebtn {
  width: 510px;
  height: 54px;
  line-height: 54px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0 auto;
}
.index .floor_3 .morebtn a {
  width: 255px;
  height: 54px;
  text-align: center;
  font-size: 18px;
  display: block;
  float: left;
}
.index .floor_3 .morebtn a:first-child {
  color: #fff;
  background: url(../images/blue-jbg.jpg) repeat-x 0 0;
  border: 0px;
}
.index .floor_3 .morebtn a:first-child:hover {
  color: #ff7100;
}
.index .floor_3 .morebtn a.btn2 {
  border: 2px solid #e5e5e5;
  color: #333;
  border-left: 0px;
  width: 251px;
  height: 50px;
  border-top-right-radius: 8px;
  line-height: 48px;
  border-bottom-right-radius: 8px;
}
.index .floor_3 .morebtn a.btn2:hover {
  color: #ff7100;
}
.index .floor_4 .title {
  padding: 70px 0 50px;
  border-top: 1px solid #e5e5e5;
  text-align: center;
}
.index .floor_4 .title img {
  display: block;
  margin: 0 auto 10px;
}
.index .floor_4 .title h3 {
  font-size: 36px;
  padding: 20px 0 0;
  line-height: 40px;
}
.index .floor_4 .title h3 strong {
  margin-left: 18px;
}
.index .floor_4 .iadvan .item {
  width: 100%;
  height: 350px;
  position: relative;
  margin-bottom: 80px;
}
.index .floor_4 .iadvan .item .img {
  width: 590px;
  height: 350px;
  float: left;
  position: relative;
}
.index .floor_4 .iadvan .item .img img {
  width: 100%;
  height: 100%;
  display: block;
}
.index .floor_4 .iadvan .item .img .num {
  width: 80px;
  height: 120px;
  line-height: 120px;
  font-family: arial;
  position: absolute;
  left: 22px;
  top: -30px;
  background: url(../images/blue90.png) repeat 0 0;
  color: #fff;
  font-size: 36px;
  text-align: center;
}
.index .floor_4 .iadvan .item .txtcon {
  width: 500px;
  float: right;
  height: 319px;
  padding: 30px 0 0 110px;
  border-bottom: 1px solid #e5e5e5;
}
.index .floor_4 .iadvan .item h3 {
  font-size: 30px;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-weight: bold;
}
.index .floor_4 .iadvan .item h3 span {
  color: #1e468e;
  margin-right: 15px;
}
.index .floor_4 .iadvan .item .en {
  font-size: 12px;
  font-family: arial;
  display: block;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #aaaaaa;
}
.index .floor_4 .iadvan .item .txt {
  line-height: 30px;
  height: 90px;
  margin-bottom: 30px;
  overflow: hidden;
}
.index .floor_4 .iadvan .item .more {
  width: 204px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  background: url(../images/blue-jbg.jpg) repeat 0 0;
  font-size: 18px;
}
.index .floor_4 .iadvan .item .more:hover {
  background: #ff7100;
}
.index .floor_4 .iadvan .item.a2 .img,
.index .floor_4 .iadvan .item.a4 .img,
.index .floor_4 .iadvan .item.a6 .img,
.index .floor_4 .iadvan .item.a8 .img {
  float: right;
}
.index .floor_4 .iadvan .item.a2 .txtcon,
.index .floor_4 .iadvan .item.a4 .txtcon,
.index .floor_4 .iadvan .item.a6 .txtcon,
.index .floor_4 .iadvan .item.a8 .txtcon {
  padding: 30px 110px 0 0;
}
.index .floor_5 {
  padding: 32px 0 0;
  color: #fff;
  height: 358px;
  background: url(../images/imsgbg.jpg) no-repeat center top;
}
.index .floor_5 .title {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  margin-bottom: 25px;
  background: url(../images/imsgbg.png) no-repeat left bottom;
}
.index .floor_5 .title s {
  width: 30px;
  height: 34px;
  margin-right: 10px;
  background-position: -58px -20px;
}
.index .floor_5 .title span {
  font-size: 14px;
}
.index .floor_5 .imsgbox {
  width: 625px;
}
.index .floor_5 .imsgbox .item {
  width: 284px;
  height: 50px;
  margin: 0 21px 20px 0;
  float: left;
  position: relative;
}
.index .floor_5 .imsgbox .item .txt {
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-indent: 68px;
  display: block;
  color: #fff;
  border: 1px solid #689ad7;
  background: none;
  outline: none;
}
.index .floor_5 .imsgbox .item .t {
  width: 60px;
  padding-left: 5px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  color: #fff;
}
.index .floor_5 .imsgbox .item .msg-box {
  position: absolute;
  left: 0;
  top: -1px;
}
.index .floor_5 .imsgbox .text {
  width: 592px;
  height: 90px;
}
.index .floor_5 .imsgbox .text .txt {
  width: 570px;
  padding: 10px;
  text-indent: 58px;
  line-height: 28px;
  font-family: "microsoft yahei";
  height: 78px;
  overflow: hidden;
  resize: none;
  background: none;
}
.index .floor_5 .imsgbox .code {
  width: 592px;
}
.index .floor_5 .imsgbox .code .txt {
  width: 282px;
  text-indent: 78px;
  float: left;
}
.index .floor_5 .imsgbox .code .t {
  padding-left: 10px;
}
.index .floor_5 .imsgbox .code img {
  height: 50px;
  max-width: 150px;
  margin-left: 10px;
  float: left;
  display: block;
}
.index .floor_5 .imsgbox .code .btn {
  float: right;
  width: 134px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  outline: none;
  color: #fff;
  background: #ff7100;
  font-size: 18px;
}
.index .floor_5 .imsgbox .code .btn:hover {
  background: #1e468e;
}
.index .floor_5 .imsgbox .submit {
  width: 170px;
  height: 46px;
  line-height: 46px;
  padding-left: 30px;
  border: 0 none;
  margin-top: 20px;
  background: url(../images/submit-bg.jpg) no-repeat 45px center;
  background-color: #333333;
  font-size: 16px;
  color: #fff;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
}
.index .floor_6 {
  padding: 40px 0;
}
.index .floor_6 .title {
  padding: 30px 0 50px;
  text-align: center;
}
.index .floor_6 .title h3 {
  font-size: 60px;
  line-height: 60px;
  color: #000;
}
.index .floor_6 .title p {
  font-size: 24px;
  color: #333;
  padding: 30px 0 0;
  letter-spacing: 2px;
}
.index .floor_6 .iabout {
  padding-bottom: 50px;
}
.index .floor_6 .iabout .img,
.index .floor_6 .iabout img {
  width: 508px;
  height: 330px;
  display: block;
}
.index .floor_6 .iabout .img {
  float: left;
  overflow: hidden;
}
.index .floor_6 .iabout .img img {
  transition: all ease 300ms;
}
.index .floor_6 .iabout .img:hover img {
  transform: scale(1.05);
}
.index .floor_6 .iabout .txtcon {
  width: 640px;
  float: right;
  height: 266px;
  padding-top: 65px;
  background: url(../images/iaboutbg.png) no-repeat 30px top;
}
.index .floor_6 .iabout .txtcon .tit {
  font-size: 30px;
  margin-bottom: 20px;
}
.index .floor_6 .iabout .txtcon .txt {
  line-height: 24px;
  height: 120px;
  padding-right: 38px;
  margin-bottom: 30px;
  overflow: hidden;
}
.index .floor_6 .iabout .txtcon .more {
  width: 204px;
  height: 50px;
  float: right;
  margin-right: 28px;
  display: block;
  line-height: 50px;
  text-align: center;
  background: url(../images/blue-jbg.jpg) repeat 0 0;
  color: #fff;
  font-size: 18px;
}
.index .floor_6 .iabout .txtcon .more:hover {
  background: #ff7100;
  border-color: #ff7100;
}
.index .floor_6 .honorlist {
  position: relative;
  overflow: hidden;
  height: 230px;
}
.index .floor_6 .honorlist .list {
  width: 500%;
}
.index .floor_6 .honorlist li {
  width: 282px;
  height: 211px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}
.index .floor_6 .honorlist li a,
.index .floor_6 .honorlist li img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.index .floor_6 .honorlist li:hover img {
  transform: scale(1.05);
}
.index .floor_7 {
  border-top: 1px solid #e9e9e9;
  padding: 50px 0;
}
.index .floor_7 .iqa {
  width: 407px;
  float: left;
}
.index .floor_7 .iqa .title {
  margin-bottom: 20px;
}
.index .floor_7 .iqa .title .more {
  width: 44px;
  height: 44px;
  float: right;
  transition: all ease 300ms;
  margin-top: 5px;
  background-position: -55px -57px;
}
.index .floor_7 .iqa .title .more:hover {
  margin-top: -5px;
}
.index .floor_7 .iqa .title h3 {
  font-size: 24px;
}
.index .floor_7 .iqa .title .en {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}
.index .floor_7 .iqa .title .line {
  width: 48px;
  height: 2px;
  display: block;
  background: #1e468e;
  margin-top: 5px;
}
.index .floor_7 .inews {
  width: 710px;
  padding-bottom: 15px;
  float: right;
  border: 1px solid #e5e5e5;
}
.index .floor_7 .inews .title {
  width: 100%;
  height: 58px;
  line-height: 58px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.index .floor_7 .inews .title h3 {
  width: 204px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: -1px;
  top: -1px;
  text-align: center;
  background: url(../images/blue-jbg.jpg) repeat 0 0;
  color: #fff;
  font-size: 24px;
}
.index .floor_7 .inews .title h3 s {
  width: 33px;
  height: 36px;
  margin-right: 10px;
  background-position: -110px -58px;
}
.index .floor_7 .inews .title .more {
  float: right;
  font-family: arial;
  margin-right: 15px;
}
.index .floor_7 .inews .item {
  width: 670px;
  height: 200px;
  margin: 0 auto;
  padding-top: 30px;
}
.index .floor_7 .inews .item a {
  display: block;
  width: 100%;
}
.index .floor_7 .inews .item img {
  width: 257px;
  height: 192px;
  display: block;
  float: left;
  border: 1px solid #e5e5e5;
  padding: 3px;
  margin-right: 20px;
}
.index .floor_7 .inews .item h3 {
  font-size: 16px;
  color: #1e468e;
  height: 42px;
  line-height: 45px;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  transition: all ease 300ms;
}
.index .floor_7 .inews .item .txt {
  color: #737373;
  line-height: 24px;
  height: 72px;
  margin: 12px 0 20px;
  overflow: hidden;
}
.index .floor_7 .inews .item .txt span {
  color: #ff7100;
}
.index .floor_7 .inews .item .time {
  color: #737373;
}
.index .floor_7 .inews .item:hover h3 {
  color: #ff7100;
}
.index .floor_7 .inews .txtlist {
  width: 670px;
  margin: 15px auto 0;
}
.index .ilink_main {
  position: relative;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin: 40px auto 0;
}
.index .ilink_main .t {
  position: absolute;
  left: 0;
  height: 40px;
  line-height: 40px;
  top: 0;
  font-weight: bold;
  color: #1e468e;
}
.index .ilink_main .listcon {
  width: 1075px;
  height: 40px;
  line-height: 40px;
  margin-left: 100px;
  overflow: hidden;
  position: relative;
}
.index .ilink_main .listcon .list {
  width: 100%;
}
.index .ilink_main .listcon li {
  float: left;
  padding-top: 12px;
  height: 24px;
}
.index .ilink_main .listcon li a {
  padding: 0 20px;
  height: 16px;
  line-height: 16px;
  display: block;
  border-left: 1px solid #eeeeee;
}
.index .ilink_main .listcon li:first-child a {
  padding-left: 0;
  border-left: 0px;
}
/**********index css end**********/
/************content************/
/* pager */
.pager {
  padding: 40px 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: #1e468e;
  border-color: #1e468e;
  color: #fff;
}
/* loaction */
.location {
  width: 100%;
  padding: 30px 0 0;
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #1e468e;
}
.location h3 {
  font-size: 18px;
  padding-left: 3px;
  display: inline-block;
  position: relative;
}
.location h3 s {
  width: 100%;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #ff7100;
}
.location .sitepath {
  color: #333333;
  float: right;
  text-align: right;
  width: 60%;
  white-space: nowrap;
}
.location .sitepath a {
  color: #333333;
}
.location .sitepath a:hover {
  color: #1e468e;
}
/* reLink */
.reLink {
  width: 100%;
  height: 58px;
  line-height: 58px;
  border-top: 2px solid #dddddd;
  border-bottom: 2px solid #dddddd;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  display: block;
  text-align: left;
  color: #666;
}
.reLink .nextLink a:hover,
.reLink .prevLink a:hover {
  color: #1e468e;
}
.reLink .nextLink {
  text-align: right;
}
.nybanner {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.nybanner img {
  width: 1920px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.n-tit {
  margin-bottom: 20px;
}
.n-tit h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 22px;
}
.n-tit .line {
  width: 28px;
  height: 2px;
  display: block;
  background: #000;
}
.wrapper {
  padding: 0 0 60px;
}
.wrapper .shareNew {
  padding-bottom: 20px;
}
.wrapper .noinfo {
  width: 100%;
  padding: 0 3%;
}
.wrapper .noinfo img {
  display: block;
  margin: 0 auto;
}
.wrapper .content {
  width: 960px;
  float: right;
  overflow: hidden;
}
.wrapper .content .prolist {
  width: 106%;
  position: relative;
}
.wrapper .content .prolist .item {
  margin-right: 29px;
}
.wrapper .content .bgfff {
  width: 818px;
  padding: 15px 40px 50px;
  border: 1px solid #dddddd;
  background: #fff;
}
.wrapper .qalist .item {
  padding-bottom: 25px;
}
.wrapper .probox {
  padding-top: 30px;
  *padding-bottom: 30px;
  background: url(../images/splitbg.png) repeat-x center top;
}
.wrapper .probox.a1 {
  padding-top: 0;
  background: none;
}
.wrapper .newsbox {
  padding-top: 30px;
  padding-bottom: 40px;
  background: url(../images/splitbg.png) repeat-x center top;
}
.wrapper .newsbox .txtlist li {
  width: 434px;
  margin-right: 90px;
}
.singlePage .txtcon img,
.aboutPage .txtcon img {
  max-width: 100%;
}
.showPro {
  padding-bottom: 50px;
}
.showPro .showTab {
  width: 100%;
  border-bottom: 2px solid #1e468e;
}
.showPro .showTab a {
  display: inline-block;
  cursor: pointer;
  margin-right: 12px;
  height: 33px;
  line-height: 33px;
  width: 90px;
  text-align: center;
  background: url(../images/btn2bg.jpg) no-repeat center center;
  color: #333;
}
.showPro .showTab a.hover,
.showPro .showTab a:hover {
  background-image: url(../images/blue-jbg.jpg);
  color: #fff;
}
.showPro .showContxt {
  padding: 20px 0 30px;
  line-height: 26px;
}
.showPro .showContxt img {
  max-width: 100%;
  height: auto !important;
}
.showPro .showimgCon {
  padding: 0 0 30px;
}
.showPro .showimgCon .txtcon {
  width: 487px;
  height: 400px;
  float: right;
  position: relative;
}
.showPro .showimgCon .txtcon .tit {
  font-size: 24px;
  margin-bottom: 20px;
  color: #1e468e;
  font-weight: bold;
  line-height: 30px;
}
.showPro .showimgCon .txtcon .txt {
  line-height: 30px;
  max-height: 270px;
  overflow: hidden;
}
.showPro .showimgCon .txtcon .btn2 {
  width: 204px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  background: url(../images/btn2bg.jpg) no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all ease 300ms;
}
.showPro .showimgCon .txtcon .btn2:hover {
  background-image: url(../images/blue-jbg.jpg);
  color: #fff;
}
.showPro .showimgCon .txtcon .btn1 {
  width: 204px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  background: url(../images/blue-jbg.jpg) no-repeat center center;
  position: absolute;
  right: 224px;
  bottom: 0;
  transition: all ease 300ms;
}
.showPro .showimgCon .txtcon .btn1 span,
.showPro .showimgCon .txtcon .btn1 strong {
  display: block;
  width: 100%;
  color: #fff;
  height: 50px;
  line-height: 50px;
}
.showPro .showimgCon .txtcon .btn1 strong {
  display: none;
}
.showPro .showimg {
  width: 442px;
  position: relative;
  float: left;
  overflow: hidden;
}
.showPro .showimg .bigimg {
  width: 440px;
  height: 330px;
  display: block;
  position: relative;
  border: 1px solid #e5e5e5;
}
.showPro .showimg .bigimg .list {
  width: 500%;
}
.showPro .showimg .bigimg .list li {
  width: 440px;
  height: 330px;
}
.showPro .showimg .bigimg .list img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.showPro .showimg .smallimg {
  width: 442px;
  height: 80px;
  position: relative;
  padding-top: 10px;
  z-index: 10;
  overflow: hidden;
}
.showPro .showimg .list {
  width: 374px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.showPro .showimg .listcon {
  width: 300%;
  position: relative;
}
.showPro .showimg .prev,
.showPro .showimg .next {
  width: 24px;
  height: 62px;
  z-index: 10;
  position: absolute;
  top: 10px;
  cursor: pointer;
  background: #eeeeee url(../images/btn-ico2.png) no-repeat 0 center;
}
.showPro .showimg .prev:hover,
.showPro .showimg .next:hover {
  background-color: #ddd;
}
.showPro .showimg .prev {
  left: 0;
  background-position: 6px center;
}
.showPro .showimg .next {
  right: 0;
  background-position: -41px center;
}
.showPro .showimg li {
  width: 80px;
  height: 60px;
  margin-right: 16px;
  float: left;
  cursor: pointer;
  position: relative;
  border: 1px solid #e5e5e5;
}
.showPro .showimg li img {
  width: 100%;
  height: 100%;
  display: block;
}
.showPro .showimg li.on {
  width: 78px;
  height: 58px;
  border: 2px solid #1e468e;
}
.contactPage .txtcon img {
  max-width: 100%;
}
.contactPage .t2 {
  font-size: 20px;
  padding: 36px 0 30px;
}
.contactPage .mapArea {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
.contactPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.formData {
  padding-bottom: 20px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 450px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  margin-right: 56px;
  margin-bottom: 22px;
  position: relative;
}
.formData .item label {
  padding-left: 15px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 40px;
  line-height: 40px;
  color: #999;
}
.formData .item input {
  outline: none;
  line-height: 38px;
  height: 38px;
}
.formData .item .txt {
  width: 380px;
  height: 40px;
  line-height: 40px;
  display: block;
  background: none;
  padding-left: 70px;
  border: 0 none;
  color: #333;
}
.formData .item .red {
  position: absolute;
  right: 15px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 958px;
  height: 200px;
  border: 1px solid #e5e5e5;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  display: block;
}
.formData .liuyan textarea {
  width: 938px;
  height: 174px;
  line-height: 26px;
  padding: 8px 10px;
  text-indent: 70px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
}
.formData .sub {
  width: 200px;
  height: - 4px;
  line-height: 40px;
  margin-right: 2px;
  text-align: center;
  background: #1e468e;
  color: #FFF;
  cursor: pointer;
  display: block;
  transition: all ease 300ms;
}
.formData .sub:hover {
  background: #ff7100;
}
.formData .yzm {
  width: 432px;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  border: 0px;
  display: block;
}
@media (max-width: 1260px) {
  .formData .item {
    width: 424px;
  }
  .formData .item .txt {
    width: 325px;
  }
  .formData .liuyan {
    width: 888px;
  }
  .formData .liuyan textarea {
    width: 856px;
  }
}
.newsPage .item {
  width: 100%;
  height: 170px;
  margin: 0 auto;
  padding: 28px 0;
  border-bottom: 1px solid #e5e5e5;
}
.newsPage .item a {
  display: block;
  width: 100%;
}
.newsPage .item img {
  width: 220px;
  height: 165px;
  display: block;
  float: left;
  border: 1px solid #e5e5e5;
  padding: 3px;
  margin-right: 20px;
}
.newsPage .item h3 {
  font-size: 16px;
  color: #1e468e;
  height: 42px;
  line-height: 45px;
  overflow: hidden;
  margin-bottom: 5px;
  font-weight: bold;
  border-bottom: 1px solid #ededed;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #737373;
  line-height: 24px;
  height: 48px;
  margin: 12px 0 20px;
  overflow: hidden;
}
.newsPage .item .txt span {
  color: #ff7100;
}
.newsPage .item .time {
  color: #737373;
}
.newsPage .item:hover h3 {
  color: #ff7100;
}
.newsPage .item:first-child {
  padding-top: 2px;
}
/*showpage*/
.showPage {
  background: #fff;
}
.showPage .title {
  color: #333333;
  margin-bottom: 5px;
  font-size: 24px;
  text-align: center;
}
.showPage .title .more {
  font-size: 14px;
}
.showPage .mark {
  padding: 5px 0 10px;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.showPage .mark span {
  margin-right: 18px;
  font-size: 12px;
  color: #666666;
}
.showPage .showContxt {
  color: #333333;
  padding: 5px 0 30px;
}
.showPage .showContxt img {
  max-width: 100%;
}
.showPage .newsbox {
  margin-top: 40px;
}
.showPage .gridlist {
  padding-top: 10px;
}
.showPage .gridlist .item {
  width: 350px;
  height: 323px;
}
.showPage .gridlist .item img {
  width: 350px;
  height: 263px;
}
.showPage .gridlist .item h3 {
  height: 60px;
  line-height: 60px;
}
.showPage .img-quotes {
  padding-top: 30px;
  margin-bottom: 40px;
}
.showPage .imgcon {
  width: 423px;
  height: 468px;
  padding-left: 295px;
  margin-left: 30px;
  position: relative;
  border: 1px solid #dddddd;
}
.showPage .imgcon .img {
  position: absolute;
  left: -30px;
  top: -30px;
  width: 276px;
  height: 368px;
  display: block;
  z-index: 10;
}
.showPage .imgcon h4 {
  padding-top: 45px;
  font-size: 16px;
}
.showPage .imgcon h3 {
  font-size: 26px;
  margin-bottom: 40px;
}
.showPage .imgcon .txt {
  margin-top: 40px;
  line-height: 30px;
}
.resultPage .item1 {
  display: block;
  float: left;
  width: 860px;
  padding: 20px 35px;
  background: #f7f7f7;
  margin-bottom: 28px;
}
.resultPage .item1 h3 {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 18px;
  color: #000;
  margin-bottom: 5px;
  transition: all ease 300ms;
}
.resultPage .item1 img {
  width: 150px;
  height: 90px;
  float: left;
  margin-right: 24px;
  display: block;
  transition: all ease 300ms;
}
.resultPage .item1 .txt {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.resultPage .item1:hover h3 {
  color: #1e468e;
}
.resultPage .item1:hover img {
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}
.resultPage .item2 {
  width: 280px;
  margin: 0 26px 31px 0;
  float: left;
  position: relative;
  overflow: hidden;
}
.resultPage .item2 img {
  width: 280px;
  height: 210px;
  display: block;
  transition: all ease 300ms;
}
.resultPage .item2 .bg {
  width: 280px;
  height: 210px;
  display: block;
  transition: all ease 300ms;
  background: url(../images/black70.png) repeat 0 0;
  position: absolute;
  left: -100%;
  top: 0;
}
.resultPage .item2 .plus {
  width: 280px;
  height: 210px;
  display: block;
  transition: all ease .4s;
  background: url(../images/ipro_hover.png) no-repeat center center;
  position: absolute;
  left: -100%;
  top: 0;
}
.resultPage .item2 h3 {
  color: #000;
  line-height: 28px;
  text-align: center;
  padding-top: 8px;
  height: 28px;
  overflow: hidden;
}
.resultPage .item2:hover .bg {
  left: 0;
}
.resultPage .item2:hover .plus {
  left: 0;
}
.resultPage .item2:hover img {
  -webkit-filter: brightness(110%);
  filters: brightness(110%);
}
.resultPage .item2:hover h3 {
  color: #1e468e;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 10px;
  bottom: 6%;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  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: #4869b8;
  border: 1px solid #ddd;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 10px;
}
.rightFix .ico .box {
  width: 120px;
  position: absolute;
  left: -78px;
  top: -30px;
  padding: 0 18px;
  background: url(../images/white0.png) repeat 0 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
}
.rightFix .ico .box .list {
  background: #1e468e;
  margin: 0 auto;
  padding: 14px 0 4px;
  border-radius: 8px;
}
.rightFix .ico .box a {
  width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin: 0 auto 10px;
  text-align: center;
  font-size: 12px;
  background: #fff;
  color: #1e468e;
  border-radius: 15px;
}
.rightFix .ico .box a:hover {
  color: #ff7100;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #4869b8;
  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: #4869b8;
  border-color: #4869b8;
  overflow: visible;
}
.rightFix .ico:hover img,
.rightFix .ico:hover .box {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -150px;
}
.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-zx {
  background-position: 11px -40px;
}
.rightFix .fix-zx:hover {
  background-position: -33px -40px;
}
.rightFix .fix-qq {
  background-position: 11px -202px;
}
.rightFix .fix-qq:hover {
  background-position: -34px -202px;
}
.rightFix .fix-ewm {
  background-position: 11px -96px;
}
.rightFix .fix-ewm:hover {
  background-position: -33px -96px;
}
.rightFix .fix_top {
  background-position: 11px -150px;
}
.rightFix .fix_top:hover {
  background-position: -33px -150px;
}
.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;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 30px;
}
.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: 8%;
  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: #1e468e;
  border-color: #1e468e;
  color: #fff;
}
.aboutPage .about_txt {
  background: #fff;
  padding: 40px 50px;
  margin-bottom: 30px;
}
.aboutPage .img {
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
.aboutPage .txtcon {
  color: #666666;
}
.aboutPage .txtcon img {
  max-width: 100%;
}
/*******font-face********/
@font-face {
  font-family: 'impact';
  src: url('../font/impact.eot');
  src: url('../font/impact.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/impact.woff') format('woff'), /* Modern Browsers */ url('../font/impact.ttf') format('truetype'), /* Safari, Android, iOS */ url('../font/impact.svg#impact') format('svg');
  
  /* IE9 Compat Modes */
  /* Legacy iOS */
}
