@charset "UTF-8";
html {
  min-width: 1200px;
}
body {
  background: #f6f6f6;
}
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: #e4212a;
}
.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;
}
.g-ico {
  background: url(../images/g-ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
.index-ico {
  background: url(../images/index-ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #133984;
  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;
}
.noinfotxt {
  font-size: 22px;
  display: block;
  text-align: center;
}
.de-envir .noinfotxt {
  text-align: left;
  padding-left: 340px;
  padding-top: 60px;
}
/*清除浮动*/
.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: 10000;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
/***************top and bottom css*********************/
/*header*/
.header_main {
  height: 120px;
  width: 100%;
  min-width: 1200px;
  position: relative;
  background: #fff;
  z-index: 100;
}
.header_main .navbg {
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  top: 120px;
  background: url(../images/subnav_bg.png) repeat 0 0;
  display: none;
}
.header_main .logo_main {
  width: 320px;
  height: 66px;
  padding-top: 26px;
  float: left;
  overflow: hidden;
  display: block;
}
.header_main .logo_main img {
  max-width: 100%;
  height: 66px;
  display: block;
}
.header_main .header_right {
  width: 860px;
  float: right;
  padding-top: 20px;
}
.header_main .header_right .header_top {
  height: 22px;
  text-align: right;
  line-height: 22px;
}
.header_main .header_right .search {
  height: 20px;
  line-height: 20px;
  padding-right: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  position: relative;
  margin-right: 6px;
  border: 1px solid #9a9a9a;
  border-radius: 20px;
}
.header_main .header_right .search .txt {
  text-indent: 10px;
  height: 20px;
  background: none;
  border: 0px;
  outline: none;
  border-radius: 20px;
  font-size: 12px;
  width: 0;
  transition: all ease 300ms;
}
.header_main .header_right .search .btn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: 3px 3px;
  outline: none;
  cursor: pointer;
}
.header_main .header_right .search.addh .txt {
  width: 140px;
}
.header_main .header_right .tel {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  font-size: 22px;
  font-family: context;
}
.header_main .header_right .tel s {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  vertical-align: top;
  border: 1px solid #9a9a9a;
  border-radius: 100%;
  background-position: -27px 3px;
}
.header_main .header_right .link {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 0;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  *margin-left: 10px;
}
.header_main .header_right .link li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 22px;
  position: relative;
  height: 22px;
  border-radius: 100%;
  background: #43a0ef;
  margin-left: 5px;
  transition: all ease 300ms;
}
.header_main .header_right .link li a {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}
.header_main .header_right .link li s {
  width: 22px;
  height: 22px;
  background-position: -53px 3px;
}
.header_main .header_right .link li .box {
  width: 120px;
  height: 0px;
  overflow: hidden;
  background: #43a0ef;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 22px;
  text-align: center;
  transition: all ease 300ms;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  z-index: 99;
}
.header_main .header_right .link li .box img {
  width: 110px;
  height: 110px;
  padding-top: 5px;
  margin: 0 auto;
  display: block;
}
.header_main .header_right .link li.a2 s {
  background-position: -79px 3px;
}
.header_main .header_right .link li.a3 s {
  background-position: -105px 3px;
}
.header_main .header_right .link li.a4 s {
  background-position: -131px 3px;
}
.header_main .header_right .link li:hover {
  background-color: #133984;
}
.header_main .header_right .link li:hover .box {
  height: 145px;
}
.header_main .nav_main {
  width: 100%;
  height: 68px;
  line-height: 68px;
  margin-top: 10px;
  text-align: right;
  margin-right: 32px;
  float: right;
}
.header_main .nav_main ul {
  font-size: 0;
  line-height: 0px;
  margin-right: -18px;
  white-space: nowrap;
}
.header_main .nav_main li {
  font-size: 14px;
  position: relative;
  padding: 0 14px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 68px;
  line-height: 68px;
}
.header_main .nav_main li.item2{ padding: 0 10px; }
.header_main .nav_main li.item3{ padding: 0 20px; }
.header_main .nav_main li.item4{ padding: 0 10px; }
.header_main .nav_main li a {
  height: 68px;
  line-height: 68px;
  display: block;
  transition: all ease 300ms;
  position: relative;
  color: #666666;
}
.header_main .nav_main li a:hover {
  color: #43a0ef;
}
.header_main .nav_main li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #43a0ef;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
.header_main .nav_main li .sub-box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 68px;
  height: 340px;
  padding-top: 10px;
  border-right: 1px solid #d2d2d2;
  display: none;
}
.header_main .nav_main li .sub-box a {
  color: #666 !important;
  text-align: center;
  line-height: 28px;
  height: 28px;
  padding: 0;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 14px;
}
.header_main .nav_main li .sub-box a:hover {
  color: #43a0ef !important;
}
.header_main .nav_main li:hover .sub-box,
.header_main .nav_main li.hover .sub-box {
  background: url(../images/subnavli_bg.png) repeat 0 0;
}
.header_main .nav_main li:hover a,
.header_main .nav_main li.hover a {
  color: #43a0ef;
}
.header_main .nav_main li:hover i,
.header_main .nav_main li.hover i {
  width: 100%;
  margin-left: -50%;
}
/*fixdeKf*/
.fixdeKf {
  width: 230px;
  height: 117px;
  padding: 43px 0 0 24px;
  position: absolute;
  z-index: 999;
  left: 20px;
  top: 500px;
  background: url(../images/fixdeKf-bg.png) no-repeat 0 0;
}
.fixdeKf h3 {
  font-size: 18px;
  line-height: 20px;
  color: #133984;
}
.fixdeKf p {
  color: #666666;
}
.fixdeKf .close {
  width: 23px;
  height: 23px;
  display: block;
  position: absolute;
  right: -7px;
  top: 14px;
  background: #ffffff url(../images/fixdeKf-close.png) no-repeat 5px 5px;
  border: 1px solid #999;
  border-radius: 100%;
  cursor: pointer;
  transition: all ease 300ms;
  z-index: 100;
}
.fixdeKf .close:hover {
  transform: rotate(180deg);
}
.fixdeKf .btn {
  width: 84px;
  height: 28px;
  border-radius: 20px;
  transition: all ease 300ms;
  margin-top: 10px;
  display: block;
  text-align: center;
  line-height: 28px;
  border: 1px solid #43a0ef;
  color: #43a0ef;
}
.fixdeKf .btn:hover {
  background: #43a0ef;
  color: #fff;
}
/*rightFix*/
.rightFix {
  /*width: 50px;*/
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -120px;
  z-index: 99;
}
@media (max-width: 1366px) {
  .rightFix {
    right: 8px;
  }
}
/*.rightFix .ico {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  padding: 0px;
  border-radius: 50px;
  margin-bottom: 5px;
  background: #133984 url(../images/fix-ico.png) no-repeat 10px 0;
}*/
.rightFix .ico {
  width: 120px;
  height: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  padding: 0px;
  /* border-radius: 50px; */
  margin-bottom: 5px;
  background: #133984;
  border-radius: 8px;
}
.rightFix h3.tit{
	font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.rightFix .ico .chang {
  width: 210px;
  padding: 0 10px;
  background: url(../images/white0.png) repeat 0 0;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: -78px;
  *left: -178px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
}
.rightFix .ico .chang span {
  width: 100%;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background: #43a0ef;
  color: #fff;
  display: block;
  font-weight: bold;
  font-size: 18px;
  border-radius: 48px;
}
.rightFix .ico .chang.zx {
  width: 130px;
  left: -30px;
  *left: -108px;
}
.rightFix .ico .chang.img {
  width: 122px;
  height: 132px;
  padding: 0 10px;
  position: absolute;
  left: -78px;
  top: 0;
  text-align: center;
}
.rightFix .ico .chang.img em {
  width: 100%;
  display: block;
  height: 32px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  background: #43a0ef;
  font-style: normal;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rightFix .ico .chang.img img {
  width: 110px;
  height: 110px;
  padding: 6px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #133984;
  background: #43a0ef;
  display: block;
}
.rightFix .ico:hover {
  background-color: #43a0ef;
  overflow: visible;
}
.rightFix .ico:hover .chang {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -225px;
}
.rightFix .ico:hover .chang.zx {
  left: -146px;
}
.rightFix .ico:hover .chang.img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix .ico:hover .fixform {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -225px;
}
.rightFix .fix-tel {
  background-position: 10px 12px;
}
.rightFix .fix-yy {
  background-position: 10px -42px;
  cursor: pointer;
}
.rightFix .fix-qq {
  background-position: 10px -96px;
}
.rightFix .fix-ewm {
  background-position: 10px -150px;
}
.rightFix .fix-top {
  background-position: 10px -205px;
}
.rightFix .fixform {
  width: 208px;
  padding: 0 10px;
  position: absolute;
  left: 60px;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
  background: url(../images/white0.png) repeat 0 0;
}
.rightFix .fixform .con {
  width: 172px;
  padding: 14px 18px 18px;
  background: #43a0ef;
  border-radius: 8px;
}
.rightFix .fixform .title {
  color: #fff;
  font-size: 16px;
  position: relative;
  font-weight: bold;
  margin-bottom: 10px;
}
.rightFix .fixform .title .close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -5px;
  transition: all ease 300ms;
  cursor: pointer;
  top: 0;
  background: url(../images/fixform-close.png) no-repeat center center;
}
.rightFix .fixform .title .close:hover {
  transform: rotate(180deg);
}
.rightFix .fixform .item {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border-radius: 5px;
  color: #666;
  padding: 0;
  margin-bottom: 10px;
}
.rightFix .fixform .item input {
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: #fff;
  border: 0px;
  border-radius: 5px;
  text-indent: 10px;
  *text-indent: 0;
  color: #666;
}
.rightFix .fixform .item.kes {
  position: relative;
  z-index: 10;
}
.rightFix .fixform .item.kes p {
  width: 100%;
  height: 32px;
  text-indent: 10px;
  cursor: pointer;
  background: url(../images/add-form-bg.png) no-repeat 94% center;
}
.rightFix .fixform .item.kes input {
  width: 100%;
  height: 32px;
  line-height: 32px;
}
.rightFix .fixform .item.kes .boxlist {
  width: 100%;
  border: 1px solid #ddd;
  position: absolute;
  left: -1px;
  top: 30px;
  background: #fff;
  z-index: 10;
  display: none;
  border-radius: 5px;
}
.rightFix .fixform .item.kes .boxlist li {
  width: 50%;
  line-height: 35px;
  height: 35px;
  float: left;
  text-indent: 5px;
  overflow: hidden;
}
.rightFix .fixform .item.kes .boxlist li:hover {
  background: #eee;
  cursor: pointer;
}
.rightFix .fixform .btn {
  width: 96px;
  height: 33px;
  line-height: 33px;
  cursor: pointer;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  color: #133984;
}
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 999999;
  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;
}
/*footer_main*/
.footer_main {
  width: 100%;
  background: #333333;
  padding: 65px 0 0;
  color: #999999;
}
.footer_main a {
  color: #999999;
}
.footer_main a:hover {
  color: #43a0ef;
}
.footer_main .logotel {
  width: 330px;
  float: left;
}
.footer_main .logotel img {
  width: 320px;
  height: 60px;
  margin-left: -2px;
  display: block;
}
.footer_main .logotel p {
  font-size: 30px;
  line-height: 30px;
  padding-top: 10px;
  color: #fff;
  font-family: arial;
}
.footer_main .logotel p s {
  width: 25px;
  height: 26px;
  vertical-align: top;
  margin-right: 10px;
  background-position: 0 -21px;
}
.footer_main .bnav {
  width: 870px;
  float: left;
}
.footer_main .bnav .item {
  width: 100px;
  min-height: 200px;
  float: left;
  line-height: 26px;
}
.footer_main .bnav .item.it2{
	width: 130px;
}
.footer_main .bnav .item.it2,.footer_main .bnav .item.it4{padding-right: 0px;}
.footer_main .bnav .item h3 {
  margin-bottom: 10px;
}
.footer_main .bnav .item.it8{
	width: 120px;
}
.footer_main .bnav .item.it5 {
  padding-right:20px;
}


.footer_main .bnav .item h3 a {
  color: #fff;
  transition: all ease 300ms;
  font-size: 14px;
}
.footer_main .bnav .item h3 a:hover {
  color: #43a0ef;
}
.footer_main .bnav .item a {
  display: block;
  color: #999999;
  transition: all ease 300ms;
  font-size: 12px;
}
.footer_main .bnav .item a:hover {
  color: #43a0ef;
}
.footer_main .erwm {
 float: left;
  width: 138px;
  height: 158px;
  padding-top: 10px;
  border: 1px solid #666666;
  font-size: 12px;
  color: #fff;
  text-align: center;
  margin-top: -200px;
}
.footer_main .erwm img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto 5px;
  border: 10px solid #fff;
}
.footer_main .copyright {
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #999999;
  font-size: 12px;
  border-top: 1px solid #464646;
  margin-top: 40px;
}
.footer_main .copyright a {
  color: #999999;
}
.footer_main .copyright a:hover {
  color: #43a0ef;
}
.footer_main .yq{
	margin-top: 10px;
}
.footer_main .yq a{
	margin: 0 10px;
}




/***********top and bottom css end***********/
.banner {
  width: 100%;
  min-width: 1000px;
  height: 500px;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
}
.banner .list li {
  width: 100%;
  height: 500px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.banner .list li img {
  width: 1920px;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.banner .tip {
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
  text-align: center;
}
.banner .tip span {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  display: inline-block;
  border-radius: 14px;
  cursor: pointer;
  vertical-align: top;
  background: #7f7f7f;
}
.banner .tip span.cur {
  width: 30px;
  background: #43a0ef;
}
.banner .prev,
.banner .next {
  width: 36px;
  height: 80px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -40px;
  background: url(../images/banner-ico.png) no-repeat 6px 4px;
  cursor: pointer;
}
.banner .prev {
  left: 80px;
}
.banner .prev:hover {
  background-position: 6px -98px;
}
.banner .next {
  right: 80px;
  background-position: -88px 4px;
}
.banner .next:hover {
  background-position: -88px -98px;
}
/***********index css************/
.indexTit {
  width: 100%;
  height: 36px;
  line-height: 36px;
  position: relative;
  overflow: hidden;
  margin-bottom: 18px;
}
.indexTit .more {
  float: right;
  color: #666;
  margin-top: 2px;
}
.indexTit .more:hover {
  color: #133984;
}
.indexTit h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 36px;
  font-size: 24px;
  font-weight: bold;
}
.indexTit h3 span {
  color: #133984;
}
.indexTit .en {
  display: inline-block;
  line-height: 48px;
  margin-left: 12px;
  color: #7087a8;
  font-family: context;
  font-size: 16px;
}
.indexTit .txt {
  display: inline-block;
  line-height: 42px;
  margin-left: 12px;
  color: #666;
  font-size: 16px;
}
.newslist .item {
  width: 386px;
  height: 365px;
  background: #fff;
  float: left;
  transition: all ease 300ms;
  margin: 0 20px 40px 0;
}
.newslist .item a {
  width: 100%;
  display: block;
}
.newslist .item .img {
  width: 100%;
  height: 218px;
  display: block;
  position: relative;
  overflow: hidden;
}
.newslist .item .txtcon {
  height: 147px;
}
.newslist .item img {
  width: 100%;
  height: 218px;
  display: block;
  transition: all .5s;
}
.newslist .item h3 {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333333;
  padding: 0 38px 0;
  transition: all ease 300ms;
}
.newslist .item .time {
  padding: 28px 38px 8px;
  font-family: context;
  color: #999999;
  display: block;
  font-size: 20px;
}
.newslist .item .plus {
  width: 100%;
  height: 32px;
  padding-top: 18px;
  text-align: center;
  background: url(../images/blue80.png) repeat 0 0;
  position: absolute;
  left: 0;
  top: 147px;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease 300ms;
}
.newslist .item .plus s {
  width: 18px;
  height: 18px;
  display: block;
  margin: 0 auto;
  background-position: -210px 0;
}
.newslist .item:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.newslist .item:hover .plus {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 167px;
}
.newslist .item:hover .img img {
  transform: scale(1.04);
}
.txtlist .item {
  width: 336px;
  float: left;
  margin: 0 42px 28px 0;
}
.txtlist .item a {
  width: 100%;
  display: block;
}
.txtlist .item h3 {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333333;
  padding: 0 0 0;
  transition: all ease 300ms;
}
.txtlist .item .time {
  padding: 0 0 4px;
  font-family: context;
  color: #999999;
  display: block;
  font-size: 20px;
}
.txtlist .item:hover h3 {
  color: #133984;
}
.index {
  width: 100%;
  padding-top: 58px;
}
.index .isystem {
  margin-bottom: 58px;
}
.index .isystem .list {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.index .isystem .item {
  width: 300px;
  height: 250px;
  position: absolute;
  overflow: hidden;
}
.index .isystem .item img {
  width: 100%;
  height: 100%;
  display: block;
}
.index .isystem .item .txtcon {
  width: 213px;
  position: absolute;
  top: 34px;
  left: 37px;
  z-index: 10;
}
.index .isystem .item .txtcon h3 {
  color: #133984;
  font-size: 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.index .isystem .item .txtcon .txt {
  padding: 13px 0 0;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  color: #666;
}
.index .isystem .item .txtcon .more {
  width: 80px;
  height: 30px;
  line-height: 30px;
  display: block;
  background: #43a0ef;
  color: #fff;
  text-align: center;
  margin-top: 45px;
  transition: all ease 300ms;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 15px;
  box-shadow: 0 6px 12px rgba(96, 190, 255, 0.3);
}
.index .isystem .item .txtcon .more s {
  width: 10px;
  height: 10px;
  margin-left: 8px;
  background-position: -68px 0;
}
.index .isystem .item:hover .txtcon .more {
  margin-top: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .isystem .item.a1 {
  width: 400px;
  height: 500px;
  left: 0;
  top: 0;
}
.index .isystem .item.a2 {
  left: 400px;
  top: 0;
}
.index .isystem .item.a3 {
  width: 500px;
  height: 250px;
  left: 700px;
  top: 0;
}
.index .isystem .item.a4 {
  width: 265px;
  height: 250px;
  left: 400px;
  bottom: 0;
}
.index .isystem .item.a5 {
	width: 265px;
  height: 250px;
  left: 665px;
  bottom: 0;
}
.index .isystem .item.a6 {
  width: 270px; right: 0px;
  bottom: 0;
}
.index .icase {
  margin-bottom: 58px;
}
.index .icase .icaseCon {
  width: 607px;
  position: relative;
  float: left;
  overflow: hidden;
}
.index .icase .icaseCon .item {
  width: 284px;
  height: 214px;
  display: block;
  float: left;
  margin: 0 19px 18px 0;
  overflow: hidden;
  position: relative;
}
.index .icase .icaseCon .item img {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  transition: all ease 300ms;
}
.index .icase .icaseCon .item h3 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: absolute;
  left: 0;
  bottom: -80px;
  font-size: 16px;
  text-indent: 20px;
  background: url(../images/icase-libg.png) repeat 0 0;
  transition: all ease 300ms;
  color: #fff;
}
.index .icase .icaseCon .item:hover h3 {
  bottom: 0;
}
.index .icase .imglist {
  width: 593px;
  height: 446px;
  position: relative;
  float: right;
  overflow: hidden;
}
.index .icase .imglist .list {
  width: 500%;
  position: relative;
}
.index .icase .imglist .list li {
  width: 593px;
  height: 446px;
  float: left;
  overflow: hidden;
  position: relative;
}
.index .icase .imglist .list li img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
  margin: 0 auto;
}
.index .icase .imglist .list li h3 {
  width: 100%;
  height: 80px;
  line-height: 80px;
  position: absolute;
  left: 0;
  bottom: 0px;
  font-size: 16px;
  text-indent: 30px;
  background: url(../images/icase-libg.png) repeat 0 0;
  transition: all ease 300ms;
  color: #fff;
}
.index .icase .imglist .list li:hover img {
  transform: scale(1.04);
}
.index .icase .imglist .hd {
  position: absolute;
  right: 20px;
  bottom: 18px;
  z-index: 10;
  text-align: right;
}
.index .icase .imglist .hd ul li {
  width: 12px;
  height: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 100%;
  margin-right: 12px;
  font-size: 0;
  vertical-align: top;
  background: #fff;
  cursor: pointer;
}
.index .icase .imglist .hd ul li.on {
  background: #43a0ef;
}
.index .iexpert {
  margin-bottom: 58px;
}
.index .iexpert .iexpertCon {
  position: relative;
  overflow: hidden;
}
.index .iexpert .prev,
.index .iexpert .next {
  width: 35px;
  height: 45px;
  position: absolute;
  cursor: pointer;
  z-index: 200;
  border-radius: 4px;
  top: 50%;
  margin-top: -17px;
  background-color: #b4b7bc;
}
.index .iexpert .prev:hover,
.index .iexpert .next:hover {
  background-color: #43a0ef;
}
.index .iexpert .prev {
  left: 0;
  background-position: 14px -5px;
}
.index .iexpert .next {
  right: 0;
  background-position: -27px -5px;
}
.index .iexpert .list {
  width: 500%;
  position: relative;
}
.index .iexpert .item {
  width: 599px;
  position: relative;
  height: 333px;
  float: left;
  overflow: hidden;
  background: #fff;
  border-left: 1px solid #fff;
}
.index .iexpert .item a {
  display: block;
  width: 312px;
  padding-left: 288px;
  height: 333px;
}
.index .iexpert .item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 250px;
  height: 333px;
  display: block;
}
.index .iexpert .item h3 {
  color: #333333;
  font-weight: bold;
  padding: 78px 0 4px;
  font-size: 24px;
}
.index .iexpert .item h4 {
  color: #133984;
  font-size: 16px;
}
.index .iexpert .item .txt {
  width: 255px;
  padding: 26px 0 0;
  margin-bottom: 20px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.index .iexpert .item .more {
  width: 78px;
  height: 16px;
  padding-top: 12px;
  display: block;
  transition: all ease 300ms;
  line-height: 28px;
  border: 1px solid #43a0ef;
  border-radius: 14px;
}
.index .iexpert .item .more s {
  width: 30px;
  height: 10px;
  display: block;
  margin: 0 auto;
  background-position: 0 0;
}
.index .iexpert .item.a2,
.index .iexpert .item.a4,
.index .iexpert .item.a6,
.index .iexpert .item.a8,
.index .iexpert .item.a10,
.index .iexpert .item.a12,
.index .iexpert .item.a14,
.index .iexpert .item.a16 {
  border-left: 1px solid #eeeeee;
}
.index .iexpert .item:hover .more {
  width: 120px;
}
.index .idepart {
  margin-bottom: 55px;
}
.index .idepart .item {
  width: 300px;
  height: 190px;
  float: left;
  position: relative;
  background: #fff;
}
.index .idepart .item a {
  width: 100%;
  height: 190px;
  display: block;
}
.index .idepart .item img {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}
.index .idepart .item h3 {
  padding: 35px 0 0 38px;
  transition: all ease 300ms;
  line-height: 24px;
  color: #333;
  font-size: 18px;
}
.index .idepart .item .en {
  text-transform: capitalize;
  color: #999999;
  font-size: 12px;
  font-family: arial;
  display: block;
  padding: 0 0 0 38px;
  transition: all ease 300ms;
}
.index .idepart .item .line {
  width: 28px;
  height: 1px;
  display: block;
  margin-top: 15px;
  margin-left: 38px;
  background: #999999;
  transition: all ease 300ms;
}
.index .idepart .item.a2 {
  background: #265cac;
}
.index .idepart .item.a4 {
  background: #43a0ef;
}
.index .idepart .item.a5 {
  background: #43a0ef;
}
.index .idepart .item.a7 {
  background: #133984;
}
.index .idepart .item.a2 h3,
.index .idepart .item.a4 h3,
.index .idepart .item.a5 h3,
.index .idepart .item.a7 h3 {
  color: #fff;
}
.index .idepart .item.a2 .en,
.index .idepart .item.a4 .en,
.index .idepart .item.a5 .en,
.index .idepart .item.a7 .en {
  color: #9acbf4;
}
.index .idepart .item.a2 .line,
.index .idepart .item.a4 .line,
.index .idepart .item.a5 .line,
.index .idepart .item.a7 .line {
  background: #fff;
}
.index .idepart .item:hover h3 {
  padding-left: 45px;
}
.index .idepart .item:hover .line {
  margin-left: 45px;
}
.index .inews .inewsCon {
  position: relative;
  overflow: hidden;
}
.index .inews .prev,
.index .inews .next {
  width: 36px;
  height: 36px;
  position: absolute;
  cursor: pointer;
  border-radius: 100%;
  top: 0;
  right: 0;
  background-color: #78afdd;
}
.index .inews .prev:hover,
.index .inews .next:hover {
  background-color: #43a0ef;
}
.index .inews .prev {
  right: 42px;
  background-position: 14px -10px;
}
.index .inews .next {
  background-position: -27px -10px;
}
.index .inews .list {
  width: 500%;
}
.index .blink {
  margin-bottom: 90px;
  height: 120px;
  overflow: hidden;
  background: #133984;
  color: #fff;
}
.index .blink .item {
  width: 255px;
  height: 80px;
  display: block;
  padding: 40px 0 0 45px;
  float: left;
}
.index .blink .item s {
  width: 50px;
  height: 50px;
  display: block;
  float: left;
  margin-right: 15px;
  background: url(../images/blink-ico.png) no-repeat 0 0;
  transition: all ease 300ms;
}
.index .blink .item h3 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  line-height: 22px;
  transition: all ease 300ms;
}
.index .blink .item .line {
  width: 28px;
  height: 1px;
  display: inline-block;
  background: #fff;
}
.index .blink .item.a2 {
  background: #1b468e;
}
.index .blink .item.a2 s {
  background-position: -92px 0;
}
.index .blink .item.a3 {
  background: #255398;
}
.index .blink .item.a3 s {
  background-position: -187px 2px;
}
.index .blink .item.a4 {
  background: #315fa1;
}
.index .blink .item.a4 s {
  background-position: -282px 2px;
}
.index .blink .item:hover h3 {
  text-indent: 5px;
}
/*******************content css*******************/
.nybanner {
  width: 100%;
  height: 135px;
  padding-top: 65px;
  text-align: center;
  background: #e9eef2;
}
.nybanner h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  color: #133984;
}
.nybanner .en {
  font-family: context;
  font-size: 20px;
  color: #7087a8;
}
.nybanner .txt {
  text-align: center;
  width: 780px;
  margin: 0 auto;
  line-height: 20px;
  color: #7087a8;
  padding-top: 10px;
}
.n-ico {
  display: inline-block;
  vertical-align: middle;
  background: url(../images/n-ico.png) no-repeat 0 0;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding: 28px 0 40px;
  padding-top:0px;
}
.wrapper .indexTit h3 {
  color: #133984;
  font-weight: normal;
}
.wrapper .indexTit .en {
  color: #7087a8;
}
.sitepath {
  color: #666666;
  white-space: nowrap;
  text-align: left;
}
.sitepath s {
  width: 16px;
  height: 15px;
  background-position: -186px -1px;
  margin: 0 6px 0 0;
}
.sitepath a {
  color: #666666;
}
.sitepath a:hover {
  color: #133984;
}
.menu {
  width: 1130px;
  line-height: 40px;
  position: relative;
  padding: 14px 0 22px 70px;
  padding-left: 5px;
  width: 1195px;
}
.menu .line,
.menu a {
  vertical-align: middle;
}
.menu .line {
  width: 50px;
  height: 1px;
  display: inline-block;
  margin-right: 20px;
  background: #999999;
  position: absolute;
  left: 0;
  top: 34px;
  display: none;
}
.menu a {
  display: inline-block;
  margin-right: 25px;
  color: #666;
  font-size: 16px;
}
.menu a.hover,
.menu a:hover {
  color: #265cac;
}
.submenu {
  width: 100%; padding-top: 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 26px;
}
.submenu .list {
  width: 105%;
}
.submenu a {
  width: 192px;
  height: 35px;
  line-height: 35px;
  display: block;
  float: left;
  margin-right: 9px;
  margin-bottom: 10px;
  border-radius: 20px;
  background: #78afdd;
  text-indent: 30px;
  position: relative;
  color: #fff;
  transition: all ease 300ms;
}
.submenu a s {
  width: 8px;
  height: 10px;
  background-position: 0 0;
  position: absolute;
  right: 15px;
  top: 13px;
  display: none;
}
.submenu a:hover,
.submenu a.hover {
  background: #133984;
}
.submenu a:hover s,
.submenu a.hover s {
  display: block;
}
.reLink {
  height: 58px;
  line-height: 58px;
  padding: 0 20px;
  margin: 20 auto;
  border: 1px solid #dddddd;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  color: #666666;
  display: block;
}
.reLink .nextLink s,
.reLink .prevLink s {
  width: 28px;
  height: 6px;
  margin: 0 7px;
  background-position: -144px 0;
}
.reLink .nextLink:hover,
.reLink .prevLink:hover {
  color: #133984;
}
.reLink .prevLink {
  float: left;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
  float: right;
}
.reLink .nextLink s {
  background-position: -144px -9px;
}
.pager {
  padding: 50px 0 50px;
  text-align: center;
  *zoom: 1;
}
.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 10px;
  padding: 0 !important;
  height: auto !important;
  border: none !important;
}
.pager ul a {
  line-height: 34px;
  padding: 0 2px;
  color: #8594a9;
  font-size: 20px;
  font-family: context;
  text-decoration: none;
  float: left;
}
.pager ul a.prev,
.pager ul a.next {
  width: 34px;
  height: 34px;
  margin: 1px 12px 0;
  display: block;
  border: 1px solid #8896ab;
  border-radius: 100%;
  padding: 0;
  font-size: 0;
  background: url(../images/pager-ico.png) no-repeat 0 0;
}
.pager ul a.prev:hover,
.pager ul a.next:hover {
  border-bottom: none;
  background-color: #8594a9;
}
.pager ul a.prev {
  background-position: 13px -27px;
}
.pager ul a.prev:hover {
  background-position: 13px 10px;
}
.pager ul a.next {
  background-position: -46px -27px;
}
.pager ul a.next:hover {
  background-position: -46px 10px;
}
.pager ul a.current,
.pager ul a:hover {
  color: #133984;
  border-bottom: 2px solid #133984;
}
.expertlist {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.expertlist .list {
  width: 105%;
  position: relative;
}
.expertlist .item {
  width: 590px;
  position: relative;
  height: 340px;
  float: left;
  margin: 0 20px 20px 0;
  background: #fff;
  transition: all ease 300ms;
}
.expertlist .item a {
  display: block;
  width: 305px;
  padding-left: 285px;
  height: 340px;
}
.expertlist .item img {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 225px;
  height: 300px;
  display: block;
}
.expertlist .item h3 {
  color: #133984;
  font-weight: bold;
  padding: 52px 0 4px;
  font-size: 24px;
}
.expertlist .item h4 {
  color: #333333;
  font-size: 16px;
}
.expertlist .item .txt {
  width: 255px;
  padding: 30px 0 0;
  margin-bottom: 10px;
  color: #666666;
  line-height: 24px;
  height: 96px;
  overflow: hidden;
}
.expertlist .item s {
  position: absolute;
  left: 285px;
  top: 250px;
  width: 48px;
  height: 7px;
  display: block;
  background-position: -112px -98px;
  transition: all ease 300ms;
}
.expertlist .item:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.expertlist .item:hover s {
  background-position: -58px -98px;
}
.envirlist {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.envirlist .list {
  width: 105%;
  position: relative;
}
.envirlist .item {
  width: 590px;
  position: relative;
  float: left;
  margin: 0 20px 20px 0;
  background: #fff;
  transition: all ease 300ms;
}
.envirlist .item a {
  width: 100%;
  display: block;
}
.envirlist .item img {
  width: 100%;
  display: block;
  height: 332px;
}
.envirlist .item h3 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #666666;
  text-indent: 20px;
  position: relative;
}
.envirlist .item h3 s {
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: 16px;
  background-position: -61px 0;
}
.envirlist .item:hover {
  background: #133984;
}
.envirlist .item:hover h3 {
  color: #fff;
}
.envirlist .item:hover h3 s {
  background-position: -100px 0;
}
.keshiPage {
  position: relative;
  overflow: hidden;
}
.keshiPage .morebtn {
  width: 200px;
  font-size: 14px;
  color: #43a0ef;
  border: 1px solid #43a0ef;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  margin: 40px auto;
  transition: all ease 300ms;
  cursor: pointer;
}
.keshiPage .morebtn:hover {
  background: #43a0ef;
  color: #fff;
}
.keshiPage .list {
  background: #fff;
  width: 102%;
}
.keshiPage .list .item {
  width: 580px;
  float: left;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
}
.keshiPage .list .item a {
  width: 540px;
  height: 303px;
  display: block;
  padding: 40px 20px;
  position: relative;
}
.keshiPage .list .item a img {
  width: 540px;
  height: 303px;
  display: block;
  position: absolute;
  left: 20px;
  top: 40px;
}
.keshiPage .list .item a s {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 80px;
  transition: all ease 300ms;
  bottom: 80px;
  z-index: 10;
  background-position: -69px -34px;
}
.keshiPage .list .item .txtcon {
  position: absolute;
  left: 60px;
  top: 80px;
  z-index: 10;
  transition: all ease 300ms;
}
.keshiPage .list .item .txtcon .line {
  width: 60px;
  height: 2px;
  display: block;
  background: #fff;
  margin-bottom: 12px;
}
.keshiPage .list .item .txtcon h3 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
}
.keshiPage .list .item .txtcon .en {
  font-family: context;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
}
.keshiPage .list .item.item2 {
  width: 600px;
  padding-left: 0;
}
.keshiPage .list .item:hover .txtcon {
  left: 70px;
}
.keshiPage .list .item:hover a s {
  right: 90px;
}
.aboutPage {
  padding: 20px 0 60px;
}
.aboutPage .about-txt {
  width: 100%;
  height: 448px;
  margin-bottom: 60px;
  background: #fff;
  position: relative;
}
.aboutPage .about-txt .img {
  width: 900px;
  height: 448px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
.aboutPage .about-txt .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
}
.aboutPage .about-txt .img:hover img {
  transform: scale(1.04);
}
.aboutPage .about-txt .txtcon {
  width: 540px;
  height: 448px;
  position: absolute;
  left: 60px;
  z-index: 100;
  bottom: 0;
  background: url(../images/about-txtbg.png) no-repeat right bottom;
}
.aboutPage .about-txt .txtcon .t {
  font-size: 36px;
  line-height: 50px;
  padding: 128px 0 10px;
}
.aboutPage .about-txt .txtcon .t span {
  font-size: 30px;
}
.aboutPage .about-txt .txtcon .more {
  width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin-top: 22px;
  border-radius: 20px;
  text-align: center;
  background: #43a0ef;
  color: #fff;
  transition: all ease 300ms;
}
.aboutPage .about-txt .txtcon .more s {
  width: 12px;
  height: 12px;
  margin-left: 8px;
  background-position: 0 0;
}
.aboutPage .about-txt .txtcon .more:hover {
  background-color: #133984;
}
.aboutPage .about-txt .txtcon .loas {
  width: 100%;
  padding: 0 0 10px;
  color: #999999;
}
.aboutPage .about-txt .txtcon .loas li {
  float: left;
  width: 150px;
  height: 70px;
  position: relative;
}
.aboutPage .about-txt .txtcon .loas li h3,
.aboutPage .about-txt .txtcon .loas li h4 {
  font-weight: normal;
}
.aboutPage .about-txt .txtcon .loas li h3 {
  font-size: 40px;
  line-height: 50px;
  color: #133984;
  font-family: context;
}
.aboutPage .about-txt .txtcon .loas li h3 span {
  font-size: 18px;
  height: 50px;
  line-height: 60px;
  display: inline-block;
  color: #333333;
  vertical-align: text-bottom;
  margin-left: 6px;
}
.aboutPage .about-txt .txtcon .loas li h3 em {
  display: inline-block;
}
.aboutPage .about-txt .txtcon .loas li h4 {
  line-height: 20px;
  color: #999999;
}
.aboutPage .about-honor {
  width: 740px;
  padding-left: 400px;
  margin: 0 0 60px 60px;
  margin-left: 60px;
  background: #fff;
  height: 359px;
  position: relative;
}
.aboutPage .about-honor .more {
width: 100px;
  height: 30px;
  line-height: 30px;
  display: block;
  margin-top: 0px;
  border-radius: 20px;
  text-align: center;
  background: #43a0ef;
  color: #fff;
  transition: all ease 300ms;
}
.aboutPage .about-honor .more s{
	width: 12px;
  height: 12px;
  margin-left: 8px;
  background-position: 0 0;
	
}
.aboutPage .about-honor .more:hover{
	background-color: #133984;
}

.aboutPage .about-honor h3 {
  font-size: 30px;
  padding: 56px 0 14px;
}
.aboutPage .about-honor .en {
  color: #cccccc;
  font-size: 45px;
  font-family: context;
  text-transform: uppercase;
  line-height: 45px;
  display: block;
  margin-bottom: 44px;
}
.aboutPage .about-honor .line {
  width: 48px;
  height: 1px;
  display: inline-block;
  margin: 25px 0 30px;
  background: #999999;
  transition: all ease 300ms;
}
.aboutPage .about-honor .txt {
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  padding-right: 105px;
}
.aboutPage .about-honor .honorCon {
  width: 400px;
  height: 300px;
  position: absolute;
  left: -60px;
  top: 0;
  overflow: hidden;
  z-index: 10;
}
.aboutPage .about-honor .honorCon .list {
  width: 800%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
}
.aboutPage .about-honor .honorCon .list li {
  width: 400px;
  height: 300px;
  float: left;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.aboutPage .about-honor .honorCon .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.aboutPage .about-honor .honorCon .list li img {
  width: 400px;
  height: 300px;
  display: block;
  transition: all .5s;
}
.aboutPage .about-honor .honorCon .list li:hover img {
  transform: scale(1.04);
}
.aboutPage .about-honor .honorCon .prev,
.aboutPage .about-honor .honorCon .next {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 12;
  bottom: 0;
  background: #e8eff6 url(../images/about-ico.png) no-repeat 20px -25px;
  cursor: pointer;
}
.aboutPage .about-honor .honorCon .prev:hover,
.aboutPage .about-honor .honorCon .next:hover {
  background-color: #7bb1de;
}
.aboutPage .about-honor .honorCon .prev {
  right: 50px;
}
.aboutPage .about-honor .honorCon .prev:hover {
  background-position: 20px 20px;
}
.aboutPage .about-honor .honorCon .next {
  right: 0;
  background-position: -26px -25px;
}
.aboutPage .about-honor .honorCon .next:hover {
  background-position: -26px 20px;
}
.aboutPage .about-envir {
  margin-bottom: 60px;
}
.aboutPage .about-envir .about-envircon {
  background: #fff;
  width: 100%;
  height: 338px;
  position: relative;
  overflow: hidden;
}
.aboutPage .about-envir .about-envircon .list {
  width: 100%;
  height: 338px;
  position: relative;
}
.aboutPage .about-envir .about-envircon .list li {
  width: 1160px;
  height: 298px;
  padding: 20px;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  background: #fff;
}
.aboutPage .about-envir .about-envircon .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.aboutPage .about-envir .about-envircon .list li img {
  width: 530px;
  height: 299px;
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  transition: all ease 300ms;
}
.aboutPage .about-envir .about-envircon .list li:hover img {
  transform: scale(1.04);
}
.aboutPage .about-envir .about-envircon .txt {
  position: absolute;
  left: 58px;
  top: 88px;
  z-index: 20;
}
.aboutPage .about-envir .about-envircon .txt h3 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 18px;
}
.aboutPage .about-envir .about-envircon .txt .en {
  font-size: 35px;
  color: #cccccc;
  text-transform: uppercase;
  font-family: context;
}
.aboutPage .about-envir .about-envircon .txt .line {
  width: 48px;
  height: 1px;
  display: inline-block;
  margin: 25px 0 30px;
  background: #999999;
  transition: all ease 300ms;
}
.aboutPage .about-envir .about-envircon .prev,
.aboutPage .about-envir .about-envircon .next {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 12;
  top: auto;
  bottom: 100px;
  margin-top: 0;
  background: url(../images/add-img-ico.png) no-repeat 0 0;
  cursor: pointer;
}
.aboutPage .about-envir .about-envircon .prev {
  left: 58px;
}
.aboutPage .about-envir .about-envircon .prev:hover {
  background-position: 0 0;
}
.aboutPage .about-envir .about-envircon .prev:hover {
  background-position: 0 -70px;
}
.aboutPage .about-envir .about-envircon .next {
  left: 115px;
  right: auto;
  background-position: -55px 0;
}
.aboutPage .about-envir .about-envircon .next:hover {
  background-position: -55px -70px;
}
.aboutPage .about-envir .about-envircon .tip {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 58px;
  bottom: 60px;
  z-index: 10;
}
.aboutPage .about-envir .about-envircon .tip span {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 14px;
  cursor: pointer;
  vertical-align: top;
  background: #8594a9;
}
.aboutPage .about-envir .about-envircon .tip span.cur {
  width: 30px;
  background: #43a0ef;
}
.aboutPage .about-news {
  padding: 54px 0;
  background: #fff;
}
.aboutPage .about-news .indexTit {
  margin-bottom: 30px;
  margin-left: 58px;
}
.aboutPage .about-news .indexTit h3 {
  color: #333;
  font-size: 26px;
}
.aboutPage .about-news .indexTit .en {
  text-transform: context;
  text-transform: uppercase;
  line-height: 40px;
  color: #cccccc;
  font-size: 26px;
}
.aboutPage .about-news .about-newscon {
  margin-left: 58px;
  height: 290px;
  position: relative;
  overflow: hidden;
}
.aboutPage .about-news .about-newscon .tog {
  width: 132px;
  height: 290px;
  position: absolute;
  right: 0;
  top: 0;
}
.aboutPage .about-news .about-newscon .tog .prev,
.aboutPage .about-news .about-newscon .tog .next {
  cursor: pointer;
  width: 60px;
  height: 60px;
  position: absolute;
  right: 0;
  background: #e8eff6 url(../images/about-ico2.png) no-repeat 0 0;
  top: 0;
}
.aboutPage .about-news .about-newscon .tog .prev:hover,
.aboutPage .about-news .about-newscon .tog .next:hover {
  background-color: #7bb1de;
}
.aboutPage .about-news .about-newscon .tog .prev {
  top: 0;
  background-position: 19px -30px;
}
.aboutPage .about-news .about-newscon .tog .prev:hover {
  background-position: 19px 30px;
}
.aboutPage .about-news .about-newscon .tog .next {
  top: 60px;
  background-position: -45px -30px;
}
.aboutPage .about-news .about-newscon .tog .next:hover {
  background-position: -45px 30px;
}
.aboutPage .about-news .newslist .list {
  width: 500%;
  position: relative;
}
.aboutPage .about-news .newslist .item {
  width: 320px;
}
.aboutPage .about-news .newslist .item .img {
  width: 100%;
  height: 180px;
  display: block;
  position: relative;
  overflow: hidden;
}
.aboutPage .about-news .newslist .item img {
  width: 100%;
  height: 218px;
  display: block;
  transition: all .5s;
}
.aboutPage .about-news .newslist .item img {
  width: 320px;
  height: 180px;
}
.aboutPage .about-news .newslist .item .time {
  padding: 12px 0 4px;
  font-size: 20px;
}
.aboutPage .about-news .newslist .item h3 {
  padding: 0 0 0;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
}
.aboutPage .about-news .newslist .item:hover {
  box-shadow: none;
}
.aboutPage .about-news .newslist .item:hover h3 {
  color: #133984;
}
.singlePage {
  padding-bottom: 80px;
}
.singlePage .sitepath {
  padding: 5px 0 20px;
}
.singlePage .contxt {
  padding: 35px 50px;
  background: #fff;
}
.singlePage .contxt img {
  max-width: 100%;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 344px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #dddddd;
  margin-right: 17px;
  margin-bottom: 20px;
  position: relative;
}
.formData .item label {
  width: 98px;
  border-right: 1px solid #dddddd;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  text-align: center;
  display: block;
  margin: 0;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
  color: #666666;
}
.formData .item input {
  outline: none;
  line-height: 43px;
  height: 43px;
  font-size: 14px;
}
.formData .item .txt {
  width: 236px;
  height: 43px;
  line-height: 43px;
  display: block;
  background: none;
  padding-left: 108px;
  border: 0 none;
  color: #333;
  font-size: 14px;
}
.formData .item .red {
  position: absolute;
  right: 10px;
  top: 0;
  color: #ff0000;
  z-index: 11;
}
.formData .item.mr0 {
  margin-right: 0;
}
.formData .item.time .selectDate {
	width: 236px;
  height: 43px;
  line-height: 43px;
  display: block;
  background: none;
  padding-left: 108px;
  border: 0 none;
  color: #333;
  font-size: 14px;
  padding-left: 0;
  margin-left: 100px;
  padding-left: 8px;
  background: url(../images/time-ico.png) no-repeat right center;
}
.formData .item.keshi {
  position: relative;
  z-index: 10;
}
.formData .item.keshi p {
  width: 100%;
  height: 43px;
  cursor: pointer;
}
.formData .item.keshi .t {
  padding-left: 30px;
  color: #666666;
  width: 314px;
  display: block;
}
.formData .item.keshi .xia {
  width: 48px;
  height: 43px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  border-left: 1px solid #dddddd;
  background: #f6f6f6 url(../images/msg-box-ico.png) no-repeat center center;
}
.formData .item.keshi input {
  width: 100%;
  height: 43px;
  line-height: 43px;
}
.formData .item.keshi .boxlist {
  width: 100%;
  border: 1px solid #ddd;
  position: absolute;
  left: -1px;
  top: 43px;
  background: #fff;
  z-index: 10;
  display: none;
}
.formData .item.keshi .boxlist li {
  width: 33.3%;
  *width: 33%;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  float: left;
  text-indent: 12px;
}
.formData .item.keshi .boxlist li:hover {
  background: #eee;
  cursor: pointer;
}
.formData .msg-box {
  position: absolute;
  left: 0;
  top: 0px;
}
.formData .liuyan {
  width: 1070px;
  height: 125px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5;
  float: left;
}
.formData .liuyan label {
  text-align: right;
  top: 5px;
  display: block;
}
.formData .liuyan textarea {
  width: 1030px;
  height: 95px;
  line-height: 28px;
  padding: 15px 20px;
  font-size: 14px;
  font-family: "microsoft yahei";
  color: #333;
  border: 0 none;
  overflow: hidden;
  background: none;
  resize: none;
  display: block;
  outline: none;
}
.formData .bot {
  width: 100%;
  float: left;
}
.formData .sub {
  width: 346px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: #265cac;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  display: block;
  transition: all ease 300ms;
  margin: 0 auto;
}
.formData .sub:hover {
  background: #133984;
}
.formData .yzm {
  width: 432px;
}
.formData .yzm .txt {
  padding-left: 80px;
}
.formData .yzm img {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  border: 0px;
  display: block;
}
.contactPage {
  padding-bottom: 80px;
}
.contactPage .content {
  background: #fff;
}
.contactPage .indexTit {
  margin-bottom: 28px;
}
.contactPage .indexTit h3 {
  color: #133984;
}
.contactPage .indexTit .en {
  color: #cccccc;
  font-size: 24px;
  line-height: 38px;
}
.contactPage .formData {
  padding: 40px 62px;
}
.contactPage .mapArea {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}
.contactPage .mapArea .mapcon {
  width: 660px;
  height: 363px;
  float: left;
  margin-right: 55px;
  overflow: hidden;
}
.contactPage .mapArea .txtcon .tu {
  width: 38px;
  height: 38px;
  background-position: 0 -94px;
  display: inline-block;
  margin: 40px 0 0;
}
.contactPage .mapArea .txtcon h3 {
  font-family: context;
  font-size: 36px;
  line-height: 40px;
  padding: 24px 0 12px;
}
.contactPage .mapArea .txtcon .en {
  font-family: context;
  color: #cccccc;
  font-size: 30px;
  display: block;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.contactPage .mapArea .txtcon .line {
  width: 48px;
  height: 1px;
  display: inline-block;
  margin: 15px 0 35px;
  background: #999999;
  transition: all ease 300ms;
}
.contactPage .mapArea .txtcon .tel {
  font-size: 28px;
  font-family: context;
  color: #666666;
}
.contactPage .mapArea .txtcon .tel s {
  width: 26px;
  height: 32px;
  margin-right: 8px;
  background-position: -245px -29px;
}
.contactPage .mapArea .txtcon .txt {
  line-height: 24px;
  margin-top: 10px;
}
.contactPage .contxt {
  padding: 20px 62px;
}
.contactPage .contxt img {
  max-width: 100%;
}
.contactPage .contact-line {
  padding: 45px 62px 40px;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eeeeee;
}
.contactPage .contact-line .list {
  width: 105%;
}
.contactPage .contact-line li {
  width: 500px;
  height: 90px;
  padding: 15px;
  float: left;
  margin: 0 18px 20px 0;
  line-height: 40px;
  background: #f6f6f6;
  color: #666666;
  line-height: 26px;
}
.contactPage .contact-line li span {
  width: 100%;
  height: 28px;
  line-height: 28px;
  color: #333333;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 4px;
}
.contactPage .contact-line li span s {
  width: 12px;
  height: 18px;
  margin-right: 8px;
  background-position: -282px -29px;
}
.departPage {
  padding-bottom: 80px;
}
.departPage .sitepath {
  padding: 5px 0 20px;
}
.departPage .expertlist {
  margin-bottom: 40px;
}
.departPage .de-about {
  margin-bottom: 50px;
}
.departPage .de-about .con {
  background: #fff;
  padding: 50px 45px;
}
.departPage .de-about .img {
  width: 400px;
  height: 226px;
  display: block;
  overflow: hidden;
}
.departPage .de-about .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.departPage .de-about .img:hover img {
  transform: scale(1.04);
}
.departPage .de-about .txtcon {
  width: 652px;
  line-height: 28px;
}
.departPage .de-about .txtcon .txt2 {
  overflow: hidden;
  color: #666666;
}
.departPage .de-about .txtcon .xx {
  color: #e70012;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #133984;
  color: #133984;
  display: block;
  margin-top: 10px;
  text-align: center;
}
.departPage .de-about .txtcon .xx:hover {
  background: #133984;
  color: #fff;
}
.departPage .de-about .txtcon .txt1 {
  padding-left: 82px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  margin-bottom: 35px;
}
.departPage .de-about .txtcon .txt1 s {
  width: 52px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: 0 -34px;
  transition: all ease 300ms;
}
.departPage .de-envir {
  display: none;
}
.departPage .de-envir .de-envircon {
  background: #fff;
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.departPage .de-envir .de-envircon .list {
  width: 1000%;
  height: 450px;
  position: relative;
}
.departPage .de-envir .de-envircon .list li {
  width: 1160px;
  height: 410px;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background: #fff;
}
.departPage .de-envir .de-envircon .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.departPage .de-envir .de-envircon .list li img {
  width: 730px;
  height: 410px;
  display: block;
  position: absolute;
  left: 20px;
  top: 20px;
}
.departPage .de-envir .de-envircon .num {
  position: absolute;
  left: 790px;
  top: 55px;
  font-family: context;
  color: #666666;
  font-size: 24px;
  z-index: 20;
}
.departPage .de-envir .de-envircon .txt {
  position: absolute;
  left: 790px;
  top: 150px;
  z-index: 20;
}
.departPage .de-envir .de-envircon .txt h3 {
  color: #333333;
  font-size: 24px;
  margin-bottom: 14px;
}
.departPage .de-envir .de-envircon .txt .en {
  font-size: 34px;
  color: #8594a9;
  text-transform: uppercase;
  font-family: context;
}
.departPage .de-envir .de-envircon .txt .line {
  width: 48px;
  height: 1px;
  display: inline-block;
  margin: 20px 0 30px;
  background: #999999;
  transition: all ease 300ms;
}
.departPage .de-envir .de-envircon .tip {
  width: 100%;
  height: 12px;
  position: absolute;
  left: 790px;
  bottom: 58px;
  z-index: 10;
}
.departPage .de-envir .de-envircon .tip span {
  width: 12px;
  height: 12px;
  margin-right: 8px;
  display: inline-block;
  border-radius: 14px;
  cursor: pointer;
  vertical-align: top;
  background: #8594a9;
}
.departPage .de-envir .de-envircon .tip span.cur {
  width: 30px;
  background: #43a0ef;
}
.workPage {
  padding-bottom: 80px;
}
.workPage .sitepath {
  padding: 5px 0 20px;
}
.workPage .work-about {
  margin-bottom: 50px;
}
.workPage .work-about .con {
  background: #fff;
  padding: 50px 45px;
}
.workPage .work-about .img {
  width: 550px;
  height: 309px;
  display: block;
  overflow: hidden;
}
.workPage .work-about .img img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all ease 300ms;
}
.workPage .work-about .img:hover img {
  transform: scale(1.04);
}
.workPage .work-about .txtcon {
  width: 496px;
  line-height: 28px;
}
.workPage .work-about .txtcon .txt2 {
  height: 168px;
  overflow: hidden;
  color: #666666;
}
.workPage .work-about .txtcon .txt1 {
  padding-left: 82px;
  position: relative;
  font-size: 18px;
  line-height: 30px;
  height: 90px;
  overflow: hidden;
  margin-bottom: 49px;
}
.workPage .work-about .txtcon .txt1 s {
  width: 52px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 5px;
  background-position: 0 -34px;
  transition: all ease 300ms;
}
.workPage .work-about .txtcon .xx {
  color: #e70012;
  width: 120px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #133984;
  color: #133984;
  display: block;
  margin-top: 10px;
  text-align: center;
}
.workPage .work-about .txtcon .xx:hover {
  background: #133984;
  color: #fff;
}
.workPage .work-team {
  margin-bottom: 50px;
}
.workPage .work-team .wteamcon {
  width: 100%;
  height: 450px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.workPage .work-team .wteamcon .prev,
.workPage .work-team .wteamcon .next {
  width: 35px;
  height: 65px;
  border-radius: 4px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  background: #b4b7bc url(../images/work-ico.png) no-repeat 0 center;
}
.workPage .work-team .wteamcon .prev:hover,
.workPage .work-team .wteamcon .next:hover {
  background-color: #43a0ef;
}
.workPage .work-team .wteamcon .prev {
  left: 20px;
  background-position: 12px center;
}
.workPage .work-team .wteamcon .next {
  right: 20px;
  background-position: -73px center;
}
.workPage .work-team .wteamcon .listcon {
  width: 550px;
  height: 100px;
  padding-top: 40px;
  position: absolute;
  overflow: hidden;
  bottom: 60px;
  right: 150px;
  z-index: 100;
}
.workPage .work-team .wteamcon .listcon .list {
  width: 600%;
  position: relative;
}
.workPage .work-team .wteamcon .listcon .item {
  width: 177px;
  height: 100px;
  display: block;
  position: relative;
  float: left;
  background: #95b0c8;
  margin-right: 10px;
  cursor: pointer;
}
.workPage .work-team .wteamcon .listcon .item .line {
  border: 3px solid #133984;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.workPage .work-team .wteamcon .listcon .item img {
  width: 106px;
  height: 141px;
  position: absolute;
  left: 50%;
  z-index: 5;
  margin-left: -60px;
  bottom: 0;
}
.workPage .work-team .wteamcon .listcon .item.active {
  background: #95b0c8;
}
.workPage .work-team .wteamcon .listcon .item.active .line {
  display: block;
}
.workPage .work-team .wteamcon .txtcon {
  width: 910px;
  height: 375px;
  margin-left: 90px;
  padding-top: 75px;
  position: relative;
}
.workPage .work-team .wteamcon .txtcon .list {
  width: 100%;
  position: relative;
  height: 375px;
}
.workPage .work-team .wteamcon .txtcon .item {
  width: 500px;
  padding-left: 410px;
  position: absolute;
  left: 0;
  padding-left: ;
  bottom: 0;
  height: 375px;
  display: none;
}
.workPage .work-team .wteamcon .txtcon .item:first-child {
  display: block;
}
.workPage .work-team .wteamcon .txtcon .item img {
  width: 337px;
  height: 450px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.workPage .work-team .wteamcon .txtcon .item .t {
  width: 500px;
  display: block;
  margin-bottom: 5px;
  line-height: 40px;
  height: 40px;
  *margin-left: 410px;
}
.workPage .work-team .wteamcon .txtcon .item .t strong {
  color: #133984;
  font-size: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 12px;
}
.workPage .work-team .wteamcon .txtcon .item .t span {
  font-size: 16px;
  color: #333333;
}
.workPage .work-team .wteamcon .txtcon .item .txt {
  width: 500px;
  color: #666666;
  line-height: 24px;
  height: 72px;
  margin-bottom: 15px;
  overflow: hidden;
  *margin-left: 410px;
}
.workPage .work-team .wteamcon .txtcon .item .more {
  width: 78px;
  height: 30px;
  line-height: 30px;
  transition: all ease 300ms;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #83c1f5;
  background-position: -164px -84px;
  *margin-left: 410px;
}
.workPage .work-team .wteamcon .txtcon .item .more:hover {
  background-color: #eee;
}
.workPage .work-sub .con {
  width: 100%;
  background: #fff;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.workPage .work-sub .imglist {
  width: 400px;
  height: 449px;
  border-bottom: 1px solid #eee;
  float: left;
  position: relative;
  overflow: hidden;
}
.workPage .work-sub .imglist .list {
  width: 100%;
  position: relative;
}
.workPage .work-sub .imglist .item {
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
}
.workPage .work-sub .imglist .item a,
.workPage .work-sub .imglist .item img {
  width: 400px;
}
.workPage .work-sub .imglist .item img {
  height: 225px;
}
.workPage .work-sub .imglist .item:hover {
  box-shadow: none;
}
.workPage .work-sub .imglist .item:hover h3 {
  color: #133984;
}
.workPage .work-sub .imglist .tip {
  width: 100%;
  height: 14px;
  position: absolute;
  left: 30px;
  bottom: 50px;
  z-index: 10;
  text-align: left;
}
.workPage .work-sub .imglist .tip span {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  display: inline-block;
  border-radius: 14px;
  cursor: pointer;
  vertical-align: top;
  background: #8594a9;
}
.workPage .work-sub .imglist .tip span.cur {
  width: 30px;
  background: #43a0ef;
}
.workPage .work-sub .txtlist {
  width: 800px;
  float: right;
  position: relative;
  overflow: hidden;
}
.workPage .work-sub .txtlist .list {
  width: 105%;
  position: relative;
}
.workPage .work-sub .txtlist .item {
  width: 324px;
  height: 189px;
  padding: 35px 35px 0 40px;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eee;
  margin: 0;
}
.workPage .work-sub .txtlist .item .time {
  margin-bottom: 12px;
}
.workPage .work-sub .txtlist .item .more {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #78afdd;
  display: block;
  color: #fff;
  border-radius: 20px;
  margin-top: 24px;
  transition: all ease 300ms;
}
.workPage .work-sub .txtlist .item .more s {
  width: 10px;
  height: 11px;
  margin-left: 5px;
  background-position: 0 0;
}
.workPage .work-sub .txtlist .item.a3 {
  width: 323px;
  border-left: 1px solid #eee;
}
.workPage .work-sub .txtlist .item:hover .more {
  background: #133984;
}
.showExpert {
  padding: 50px 0;
}
.showExpert .showCon {
  padding: 50px;
  background: #fff;
  margin-bottom: 55px;
}
.showExpert .showCon .showConTxt {
  padding-left: 350px;
  padding-bottom: 40px;
  position: relative;
  min-height: 500px;
}
.showExpert .showCon .showConTxt .img {
  width: 300px;
  max-height: 400px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.showExpert .showCon .showConTxt .title h3 {
  font-weight: bold;
  font-size: 26px;
  color: #133984;
}
.showExpert .showCon .showConTxt .list {
  padding: 36px 0 40px;
}
.showExpert .showCon .showConTxt .list li {
  line-height: 30px;
  width: 200px;
  float: left;
}
.showExpert .showCon .showConTxt .list li span {
  color: #999999;
}
.showExpert .showCon .showConTxt .list li.a4 {
  width: 100%;
}
.showExpert .showCon .showConTxt .t2 {
  font-size: 18px;
  color: #133984;
  padding: 25px 0 12px;
  border-top: 1px solid #eeeeee;
}
.showExpert .showCon .showConTxt .txt {
  margin-bottom: 44px;
  line-height: 35px;
  color: #666;
}
.newsPage .menu {
  margin-bottom: 10px;
}
.newsPage .submenu {
  padding-top: 0;
}
.newsPage2 .submenu {
  padding-top: 20px;
}
.newsPage .list {
  background: #fff;
}
.newsPage .list:first-child {
  background: #f6f6f6;
}
.newsPage .list .item {
  padding: 40px;
  transition: all ease 300ms;
  border-top: 1px solid #eeeeee;
}
.newsPage .list .item:first-child {
  border-top: 0px;
}
.newsPage .list .item a {
  width: 100%;
  display: block;
}
.newsPage .list .item img {
  width: 260px;
  height: 147px;
  display: block;
  margin-right: 40px;
}
.newsPage .list .item h3 {
  font-size: 18px;
  color: #333333;
  padding: 30px 0 12px;
  transition: all ease 300ms;
}
.newsPage .list .item .txt {
  color: #999999;
  line-height: 24px;
  height: 48px;
  padding-right: 225px;
  overflow: hidden;
}
.newsPage .list .item .time {
  width: 130px;
  padding-top: 36px;
  line-height: 24px;
  font-size: 20px;
  color: #666666;
  font-family: context;
}
.newsPage .list .item .time .day {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 8px;
  display: block;
}
.newsPage .list .item:hover h3 {
  text-indent: 10px;
  color: #133984;
}
.newsPage2 .menu {
  margin-bottom: 10px;
}
.newsPage2 .list {
  width: 105%;
  position: relative;
}
.newsPage2 .item {
  width: 386px;
  height: 371px;
  float: left;
  margin: 0 21px 21px 0;
  position: relative;
  transition: all ease 300ms;
  background: #fff;
}
.newsPage2 .item a {
  width: 100%;
  display: block;
}
.newsPage2 .item img {
  width: 386px;
  height: 217px;
  display: block;
  transition: all ease 300ms;
}
.newsPage2 .item h3 {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333333;
  padding: 0 38px 0;
  transition: all ease 300ms;
}
.newsPage2 .item .time {
  padding: 28px 38px 8px;
  font-family: context;
  color: #999999;
  display: block;
  font-size: 20px;
}
.videoPage .menu {
  margin-bottom: 10px;
}
.videoPage .list {
  width: 105%;
  position: relative;
}
.videoPage .item {
  width: 386px;
  float: left;
  margin: 0 21px 21px 0;
  position: relative;
  transition: all ease 300ms;
  background: #fff;
}
.videoPage .item a {
  width: 100%;
  display: block;
}
.videoPage .item img {
  width: 386px;
  height: 290px;
  display: block;
  transition: all ease 300ms;
}
.videoPage .item .bg {
  width: 100%;
  height: 290px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/videobg.png) no-repeat center center;
}
.videoPage .item h3 {
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
}
.videoPage .item:hover {
  background: #43a0ef;
}
.videoPage .item:hover h3 {
  color: #fff;
}
.showNews .newslist {
  overflow: hidden;
  position: relative;
}
.showNews .newslist .list {
  width: 105%;
}
.showNews .showCon {
  padding: 40px 50px 60px;
  background: #fff;
  margin-bottom: 55px;
}
.showNews .showCon .sitepath {
  width: 100%;
  padding-bottom: 20px;
}
.showNews .showCon .title {
  font-size: 24px;
}
.showNews .showCon .mark {
  font-family: context;
  font-size: 16px;
  color: #666666;
  padding: 10px 0 16px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 30px;
}
.showNews .showCon .mark span {
  margin-right: 20px;
}
.showNews .showCon .mark s {
  width: 20px;
  height: 18px;
  margin-right: 5px;
  background-position: -237px 0;
}
.showNews .showCon .mark s.s1 {
  background-position: -265px 0;
}
.showNews .showCon .contxt {
  padding-bottom: 60px;
  color: #666666;
}
.showNews .showCon .contxt img {
  max-width: 100%;
}
.systemPage {
  padding-top: 50px;
}
.systemPage .indexTit h3 {
  color: #333;
}
.systemPage .sys_1 {
  margin-bottom: 50px;
}
.systemPage .sys_1 .imglist {
  width: 780px;
  float: left;
  height: 439px;
  overflow: hidden;
  position: relative;
}
.systemPage .sys_1 .imglist .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 500px;
}
.systemPage .sys_1 .imglist .list li {
  width: 100%;
  height: 439px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.systemPage .sys_1 .imglist .list li a {
  width: 100%;
  display: block;
  height: 100%;
}
.systemPage .sys_1 .imglist .list li img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.systemPage .sys_1 .imglist .list li .txt {
  width: 93%;
  padding: 42px 4% 0;
  height: 78px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url(../images/tixi-libg.png) no-repeat left bottom;
  color: #fff;
}
.systemPage .sys_1 .imglist .list li .txt h3 {
  color: #fff;
  font-size: 18px;
}
.systemPage .sys_1 .imglist .list li .txt .time {
  display: block;
  font-family: context;
  font-size: 14px;
}
.systemPage .sys_1 .imglist .tip {
  width: 97%;
  padding-right: 3%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 22px;
  z-index: 10;
  text-align: right;
}
.systemPage .sys_1 .imglist .tip span {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  display: inline-block;
  border-radius: 12px;
  cursor: pointer;
  vertical-align: top;
  background: #fff;
}
.systemPage .sys_1 .imglist .tip span.cur {
  width: 30px;
  background: #43a0ef;
}
.systemPage .sys_1 .txtlist {
  width: 400px;
  height: 439px;
  overflow: hidden;
  float: right;
  background: #fff;
}
.systemPage .sys_1 .txtlist .item {
  margin: 0;
  padding: 31px 38px;
  transition: all ease 300ms;
  border-top: 1px solid #eeeeee;
}
.systemPage .sys_1 .txtlist .item:hover {
  background: #133984;
}
.systemPage .sys_1 .txtlist .item:hover .time {
  color: #9acbf4;
}
.systemPage .sys_1 .txtlist .item:hover h3 {
  color: #fff;
}
.systemPage .sys_2 {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}
.systemPage .sys_2 .newslist {
  width:406px;
  float: left;
}
.systemPage .sys_2 .newslist .item {
  margin: 0;
  margin-right: 20px;
}
.systemPage .sys_2 .newslist .item:hover {
  background: #265cac;
}
.systemPage .sys_2 .newslist .item:hover .time {
  color: #9acbf4;
}
.systemPage .sys_2 .newslist .item:hover h3 {
  color: #fff;
}
.systemPage .sys_2 .txtlist {
  width: 755px;
  height: 337px;
  padding: 28px 0 0 38px;
  float: right;
  background: #fff;
}
.systemPage .sys_2 .txtlist .list {
  width: 108%;
}
.systemPage .sys_3 .newslist {
  position: relative;
  overflow: hidden;
}
.systemPage .sys_3 .newslist .list {
  width: 105%;
  position: relative;
}
.systemPage .sys_4 {
  margin-bottom: 50px;
}
.systemPage .sys_4 .clearfix {
  width: 100%;
  background: #fff;
  height: 342px;
  overflow: hidden;
}
.systemPage .sys_4 .lilist {
  width: 900px;
  float: left;
  padding: 40px 0 0;
}
.systemPage .sys_4 .lilist li {
  width: 446px;
  float: left;
  margin-top: -42px;
  border-right: 1px solid #eeeeee;
}
.systemPage .sys_4 .lilist li a {
  padding: 35px 130px 35px 40px;
  display: block;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  position: relative;
}
.systemPage .sys_4 .lilist li a .time {
  width: 90px;
  text-align: right;
  color: #999999;
  font-family: context;
  position: absolute;
  right: 38px;
  top: 35px;
}
.systemPage .sys_4 .lilist li a .time .day {
  font-size: 22px;
  display: block;
  color: #666666;
}
.systemPage .sys_4 .imglist {
  width: 220px;
  padding-top: 38px;
  height: 280px;
  overflow: hidden;
  float: right;
  margin-right: 40px;
  position: relative;
}
.systemPage .sys_4 .imglist .list {
  width: 1000%;
  position: relative;
  height: 280px;
}
.systemPage .sys_4 .imglist .item {
  width: 220px;
  float: left;
}
.systemPage .sys_4 .imglist .item a {
  width: 100%;
  display: block;
}
.systemPage .sys_4 .imglist .item img {
  width: 220px;
  height: 124px;
  display: block;
}
.systemPage .sys_4 .imglist .item h3 {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  color: #333333;
  transition: all ease 300ms;
}
.systemPage .sys_4 .imglist .item .time {
  padding: 22px 0 6px;
  font-family: context;
  color: #999999;
  display: block;
  font-size: 20px;
}
.systemPage .sys_4 .imglist .hd {
  width: 100%;
  height: 18px;
  position: absolute;
  left: 0;
  bottom: 14px;
}
.systemPage .sys_4 .imglist .hd ul {
  width: 100%;
  height: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  text-align: left;
}
.systemPage .sys_4 .imglist .hd ul li {
  width: 12px;
  height: 12px;
  margin-right: 12px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 12px;
  cursor: pointer;
  font-size: 0px;
  vertical-align: top;
  background: #7f7f7f;
}
.systemPage .sys_4 .imglist .hd ul li.on {
  width: 30px;
  background: #43a0ef;
}
.qaPage {
  overflow: hidden;
  position: relative;
  padding-bottom: 70px;
}
.qaPage .menu {
  margin-bottom: 10px;
}
.qaPage .list {
  width: 105%;
  position: relative;
}
.qaPage .list .item {
  width: 590px;
  height: 180px;
  float: left;
  background: #fff;
  margin: 0 20px 20px 0;
  transition: all ease 300ms;
}
.qaPage .list .item a {
  width: 503px;
  height: 140px;
  display: block;
  padding: 40px 50px 0 37px;
}
.qaPage .list .item s {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
}
.qaPage .list .item dt {
  font-size: 18px;
  margin-bottom: 7px;
  position: relative;
  padding-left: 38px;
}
.qaPage .list .item dt s {
  background-position: -121px -33px;
}
.qaPage .list .item dd {
  line-height: 26px;
  height: 78px;
  padding-left: 38px;
  overflow: hidden;
  position: relative;
  color: #999999;
}
.qaPage .list .item dd s {
  background-position: -152px -33px;
}
.qaPage .list .item:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.qaPage .qa-msg {
  width: 100%;
  height: 120px;
  background: url(../images/qa-msgbg.jpg) no-repeat center center;
  line-height: 120px;
}
.qaPage .qa-msg h3 {
  font-size: 26px;
  padding: 0 66px 0 52px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.qaPage .qa-msg .btn {
  width: 110px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  background: #43a0ef;
}
.qaPage .qa-msg .btn s {
  width: 8px;
  height: 12px;
  margin-left: 6px;
  background-position: 0 0;
}
.qaPage .qa-msg .btn:hover {
  background: #133984;
}
.kefuPage {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
}
.kefuPage .list {
  width: 105%;
}
.kefuPage .item {
  width: 194px;
  padding-left: 190px;
  height: 240px;
  float: left;
  position: relative;
  margin: 0 20px 20px 0;
  background: #fff;
  transition: all ease 300ms;
}
.kefuPage .item .img1 {
  position: absolute;
  left: 20px;
  top: 20px;
  width: 150px;
  height: 200px;
  display: block;
}
.kefuPage .item .img2 {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 158px;
  height: 158px;
  border: 1px solid #dddddd;
  display: block;
}
.kefuPage .item h3 {
  color: #333333;
  padding: 42px 0 15px;
  font-size: 26px;
}
.kefuPage .item .en {
  color: #dddddd;
  font-size: 24px;
  line-height: 26px;
  display: block;
  margin-bottom: 8px;
  font-family: context;
  text-transform: uppercase;
}
.kefuPage .item .line {
  width: 28px;
  height: 1px;
  display: inline-block;
  margin-top: 15px;
  background: #999999;
  transition: all ease 300ms;
}
.kefuPage .item h4 {
  color: #333333;
  font-size: 16px;
}
.kefuPage .item .txt {
  width: 255px;
  padding: 0 0 0;
  margin-bottom: 10px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.kefuPage .item .btn {
  width: 80px;
  height: 30px;
  transition: all ease 300ms;
  line-height: 30px;
  text-align: center;
  background: #43a0ef;
  display: block;
  border-radius: 20px;
  color: #fff;
}
.kefuPage .item .btn s {
  width: 8px;
  height: 12px;
  margin-left: 4px;
  background-position: 0 0;
}
.kefuPage .item .btn:hover {
  width: 100px;
}
.kefuPage .item:hover {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 100%;
  padding-top: 10px;
}
.map_ul li {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #DCDBDB;
  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: 7%;
  width: 80%;
  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: #133984;
  color: #fff;
}
/* introduceImge */
.workPage .work-about .con .introduceImge{width: 550px;height: 309px; z-index: 20; position: relative; overflow: hidden;float: left;} 
.workPage .work-about .con .introduceImge.list{width: 100%;} 
.workPage .work-about .con .introduceImge li{width: 550px;height: 309px; position: absolute; left: 0; top: 0; bottom: 0; right: 0; z-index: 1; overflow: hidden; background: #fff;} 
.workPage .work-about .con .introduceImge li img{ width: 100%;height: 100%;display: block; display: block; position: relative; top: 0;} .introduceImge li a{width: 100%; display: block; height: 100%;} 
.workPage .work-about .con .introduceImge .tip{width: 100%; height: 6px; position: absolute; left: 0; bottom: 20px; z-index: 10; margin-left: 22px;} 
.workPage .work-about .con .introduceImge .tip span{width: 24px; height: 5px; margin: 0 5px; display: inline-block; cursor: pointer; vertical-align: top; /*border-radius: 100%; opacity: 0.5; filter: alpha(opacity=50);*/ background: #fff;} 
.workPage .work-about .con .introduceImge .tip span.cur{background: #133984;}

.sgye{position: absolute;top: 200px;left: 40px;z-index: 99;font-size:20px;color:#133984;}
.sgye a{z-index: 99;font-size:20px;color:#133984;display:block;}
.sgye p{width:40px;height:2px;background-color:#133984;    margin-top: 14px;}



@font-face {
  font-family: context;
  src: url("../font/context.eot");
  src: url("../font/context.eot?#iefix") format("eot"), url("../font/context.ttf") format("truetype");
}
