@charset "UTF-8";
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", 'PingFang SC', 'Myriad Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #ffffff;
}
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;
}
body {
  background: #141b23;
}
.red {
  color: #ba292e;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.ico {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #ffffff;
  text-decoration: none;
}
a:hover {
  color: #cb8f48;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
:-moz-placeholder {
  color: #aaa;
}
::-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
/*header_main*/
.header_main {
  width: 100%;
  min-width: 1200px;
  height: 105px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  background: #1f2731;
}
.header_main .logo_main {
  width: 220px;
  height: 100px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -110px;
  top: 2px;
  overflow: hidden;
}
.header_main .logo_main img {
  height: 100px;
  display: block;
}
.header_main .nav_main {
  width: 100%;
  height: 105px;
  line-height: 105px;
}
.header_main .nav_main li {
  width: auto;
  float: left;
  text-align: center;
  padding: 0 36px 0 37px;
  font-size: 16px;
  position: relative;
  background: url(../images/inav-split.jpg) no-repeat left center;
}
.header_main .nav_main li.a1 {
  padding-left: 0;
  background-image: none;
}
.header_main .nav_main li.a6 {
  padding-right: 0;
}
.header_main .nav_main li.a4 {
  margin-left: 480px;
  background-image: none;
}
.header_main .nav_main li a {
  height: 105px;
  line-height: 105px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  position: relative;
  color: #eeeeee;
  font-size: 16px;
}
.header_main .nav_main li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #cb8f48;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
.header_main .nav_main li .sub-box {
  background-color: #1f2731;
  width: 120px;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  top: 105px;
  display: none;
}
.header_main .nav_main li .sub-box a {
  color: #fff !important;
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 14px;
}
.header_main .nav_main li .sub-box a:hover {
  color: #cb8f48 !important;
}
.header_main .nav_main li:hover i,
.header_main .nav_main li.hover i {
  width: 100%;
  margin-left: -50%;
}
.header_main .nav_main li:hover a,
.header_main .nav_main li.hover a {
  color: #cb8f48;
}
.ewmbox {
  width: 300px;
  height: 320px;
  padding-top: 20px;
  background: #fff;
  z-index: 9999;
  position: fixed;
  left: 50%;
  top: 50%;
  margin: -170px 0 0 -150px;
  text-align: center;
  color: #333;
  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;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  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 {
  background: #090a0b url(../images/footerbg.jpg) repeat 0 0;
  color: #999999;
  padding: 75px 0 70px;
}
.footer_main .blogo {
  width: 300px;
  color: #fff;
  padding-top: 70px;
}
.footer_main .blogo img {
  display: block;
  max-height: 100px;
  max-width: 100%;
  margin: 0 0 15px 0;
}
.footer_main .erwm {
  width: 262px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.footer_main .erwm li {
  width: 110px;
  text-align: center;
  float: left;
  margin-left: 16px;
}
.footer_main .erwm img {
  width: 94px;
  height: 94px;
  display: block;
  margin: 0 auto;
}
.footer_main .erwm .tel {
  margin-left: 24px;
  margin-top: 6px;
}
.footer_main .erwm .tel span {
  display: block;
  color: #999;
  text-align: left;
}
.footer_main .erwm .tel strong {
  font-size: 30px;
  white-space: nowrap;
  font-weight: normal;
  color: #de9c4d;
  line-height: 36px;
  display: block;
  font-family: arial;
}
.footer_main .bnav {
  width: 448px;
  padding-left: 100px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
.footer_main .bnav .item {
  width: 142px;
  float: left;
  line-height: 30px;
}
.footer_main .bnav .item h3 {
  margin-bottom: 8px;
}
.footer_main .bnav .item h3 a {
  color: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  font-size: 16px;
}
.footer_main .bnav .item h3 a:hover {
  color: #fff;
}
.footer_main .bnav .item a {
  display: block;
  color: #999999;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  font-size: 12px;
}
.footer_main .bnav .item a:hover {
  color: #fff;
}
.copyright {
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #999999;
  background: #090a0b url(../images/footerbg.jpg) repeat 0 0;
  border-top: 1px solid #1d1f23;
}
.copyright a {
  color: #999999;
}
.copyright a:hover {
  color: #fff;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 5px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  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: 110px;
  height: 110px;
  position: absolute;
  left: -78px;
  top: 0;
  padding: 6px;
  background: #cb8f48;
  border: 1px solid #ddd;
  background: #fff;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all ease-in-out 0.2s;
  border-radius: 5px;
}
.rightFix .ico span {
  width: 210px;
  text-align: center;
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: -78px;
  top: 0;
  background: #cb8f48;
  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: #cb8f48;
  border-color: #cb8f48;
  overflow: visible;
}
.rightFix .ico:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -140px;
}
.rightFix .ico:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  left: -215px;
}
.rightFix .fix-tel {
  background-position: 11px 12px;
}
.rightFix .fix-tel:hover {
  background-position: -33px 12px;
}
.rightFix .fix-qq {
  background-position: 11px -40px;
}
.rightFix .fix-qq:hover {
  background-position: -33px -40px;
}
.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;
}
.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: #cb8f48;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
/*banner*/
.banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 34.11%;
  z-index: 20;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.banner .list {
  width: 100%;
}
.banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}
.banner li img {
  width: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}
.banner li a {
  width: 100%;
  display: block;
  height: 100%;
}
.banner .tip {
  width: 100%;
  height: 6px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 30px;
  z-index: 10;
}
.banner .tip span {
  width: 30px;
  height: 5px;
  margin: 0 7px;
  border-radius: 7px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: #fff;
}
.banner .tip span.cur {
  background: #cb8f48;
  width: 40px;
}
.banner .prev,
.banner .next {
  width: 54px;
  height: 100px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -50px;
  background: url(../images/banner-ico.png) no-repeat 2px center;
  cursor: pointer;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.banner .prev:hover,
.banner .next:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.banner .prev {
  left: 40px;
}
.banner .next {
  right: 40px;
  background-position: -150px center;
}
.indexTit {
  width: 100%;
  height: 174px;
  text-align: center;
  margin: 72px 0 60px;
  position: relative;
  color: #fff;
}
.indexTit .bg {
  width: 150px;
  height: 174px;
  display: block;
  margin: 0 auto;
  background: url(../images/ititbg.png) no-repeat center center;
  animation: Rotating 15s linear infinite;
  transform-origin: 50% 50%;
  -webkit-animation: Rotating 15s linear infinite;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: Rotating 15s linear infinite;
  -moz-transform-origin: 50% 50%;
  -o-animation: Rotating 15s linear infinite;
  -o-transform-origin: 50% 50%;
  -ms-animation: Rotating 15s linear infinite;
  -ms-transform-origin: 50% 50%;
}
.indexTit img {
  width: 410px;
  position: absolute;
  left: 50%;
  top: 61px;
  margin-left: -205px;
}
@keyframes Rotating {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes Rotating {
  0% {
    -webkit-transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes Rotating {
  0% {
    -moz-transform: rotate(0deg);
  }
  50% {
    -moz-transform: rotate(180deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-ms-keyframes Rotating {
  0% {
    -ms-transform: rotate(0deg);
  }
  50% {
    -ms-transform: rotate(180deg);
  }
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-o-keyframes Rotating {
  0% {
    -o-transform: rotate(0deg);
  }
  50% {
    -o-transform: rotate(180deg);
  }
  100% {
    -o-transform: rotate(360deg);
  }
}
.index .ishili {
  width: 100%;
  padding: 20px 0 40px;
}
.index .ishili .indexTit {
  margin-bottom: 30px;
}
.index .ishili .txtcon {
  width: 910px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}
.index .ishili .txtcon .t {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
}
.index .ishili .txtcon .t span {
  color: #cb8f48;
}
.index .ishili .txtcon .txt {
  font-size: 16px;
  color: #dddddd;
}
.index .ishili .txtcon .txt strong {
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-top: 5px;
}
.index .iabout {
  width: 1200px;
  background: url(../images/iaboutbg.png) no-repeat center bottom;
}
.index .iabout .ivideo {
  width: 450px;
  height: 253px;
  float: right;
  position: relative;
  background: #2f373f;
}
.index .iabout .ivideo img {
  width: 450px;
  height: 253px;
  position: absolute;
  left: -10px;
  top: -10px;
  display: block;
}
.index .iabout .ivideo .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: -10px;
  top: -10px;
  background: url(../images/ivideobg.png) no-repeat center center;
}
.index .iabout .aboutTxt {
  width: 330px;
  height: 335px;
  padding: 0 0 0 380px;
  float: left;
  position: relative;
}
.index .iabout .aboutTxt .img {
  width: 294px;
  position: absolute;
  left: 55px;
  bottom: 5px;
  display: block;
  z-index: 10;
}
.index .iabout .aboutTxt .tit {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #de9c4d;
}
.index .iabout .aboutTxt .tit .en {
  font-size: 16px;
  letter-spacing: -1px;
  display: block;
  color: #999999;
}
.index .iabout .aboutTxt .txt {
  font-size: 14px;
  line-height: 30px;
  height: 150px;
  margin-bottom: 18px;
  color: #fff;
  overflow: hidden;
}
.index .iabout .aboutTxt .more {
  width: 138px;
  padding-left: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 14px;
  color: #de9c4d;
  height: 33px;
  line-height: 33px;
  border: 1px solid #de9c4d;
  margin-top: 23px;
  position: relative;
  z-index: 11;
}
.index .iabout .aboutTxt .more s {
  width: 7px;
  height: 11px;
  margin: 0 10px 0 8px;
  background-position: -22px 0;
}
.index .iabout .aboutTxt .more:hover {
  background: #000;
}
.index .ibusiness {
  padding: 40px 0 0;
}
.index .ibusiness .item {
  width: 300px;
  height: 300px;
  padding-top: 40px;
  float: left;
  text-align: center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  position: relative;
  overflow: hidden;
}
.index .ibusiness .item s {
  width: 76px;
  margin: 0 auto 10px;
  display: block;
  height: 60px;
  background: url(../images/iyewu-ico.png) no-repeat 14px center;
}
.index .ibusiness .item h3 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 15px;
}
.index .ibusiness .item .en {
  width: 132px;
  margin: 0 auto;
  display: block;
  color: #999999;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: arial;
  word-break: break-word;
}
.index .ibusiness .item .line {
  width: 300px;
  height: 105px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: -80%;
  bottom: 0;
  background: url(../images/bolangbg.png) no-repeat 0 0;
}
.index .ibusiness .item.a2 s {
  background-position: -84px center;
}
.index .ibusiness .item.a3 s {
  background-position: -183px center;
}
.index .ibusiness .item.a4 s {
  background-position: -282px center;
}
.index .ibusiness .item:hover,
.index .ibusiness .item.hover {
  background: #504a4e;
}
.index .ibusiness .item:hover .line,
.index .ibusiness .item.hover .line {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0;
}
.index .inews {
  width: 100%;
  padding: 0 0 50px;
}
.index .inews .list {
  width: 300%;
  position: relative;
}
.index .inews .item {
  width: 720px;
  float: left;
  position: relative;
}
.index .inews .item a {
  width: 100%;
  display: block;
}
.index .inews .item img {
  width: 320px;
  height: 180px;
  display: block;
  float: left;
  margin-right: 50px;
}
.index .inews .item .line {
  width: 100px;
  height: 5px;
  display: block;
  position: absolute;
  left: 250px;
  top: 16px;
  background: #5996e2;
  z-index: 8;
}
.index .inews .item .time {
  color: #999999;
  font-family: arial;
  display: block;
  padding: 5px 0 2px;
}
.index .inews .item h3 {
  height: 34px;
  line-height: 34px;
  color: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  font-size: 18px;
  margin-bottom: 18px;
}
.index .inews .item .txt {
  color: #999999;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}
.index .inews .item:hover h3 {
  color: #de9c4d;
}
.index .inews .list {
  width: 400px;
  float: right;
  line-height: 35px;
}
.index .inews .list a {
  color: #fff;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.index .inews .list a .time {
  color: #666;
  font-family: arial;
  float: right;
}
.index .inews .list a:hover {
  color: #de9c4d;
}
.index .inews .list .more {
  width: 138px;
  padding-left: 10px;
  text-transform: uppercase;
  font-size: 14px;
  color: #de9c4d;
  height: 33px;
  line-height: 33px;
  border: 1px solid #de9c4d;
  margin-top: 13px;
}
.index .inews .list .more a {
  color: #de9c4d;
}
.index .inews .list .more s {
  width: 7px;
  height: 11px;
  margin: 0 10px 0 8px;
  background-position: -22px 0;
}
.index .inews .list .more:hover {
  background: #000;
}
.index .ilink {
  font-size: 0;
  line-height: 0;
  padding: 45px 0 50px;
}
.index .ilink .tit {
  font-size: 20px;
  line-height: 34px;
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
.index .ilink a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  margin-left: 20px;
  color: #cccccc;
  vertical-align: top;
  border: 1px solid #4d3b26;
  font-size: 14px;
  padding: 0 17px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.index .ilink a s {
  width: 20px;
  height: 22px;
  margin-right: 6px;
  background-position: 0 2px;
}
.index .ilink a:hover {
  border-color: #de9c4d;
  color: #fff;
}
/**********ny css***********/
.wrapper {
  padding-bottom: 50px;
}
/*nTit*/
.nTit {
  text-align: center;
  padding: 70px 0 50px;
}
.nTit h3 {
  color: #de9c4d;
  font-size: 30px;
}
.nTit .line {
  width: 48px;
  height: 1px;
  margin: 20px auto 0;
  display: block;
  background: #525e6d;
}
/* loaction */
.location {
  width: 100%;
  height: 50px;
  line-height: 50px;
  margin-bottom: 45px;
  position: relative;
  border-bottom: 1px solid #1f2731;
}
.location .sitepath {
  color: #666666;
  font-size: 12px;
  float: right;
}
.location .sitepath a {
  color: #666666;
}
.location .sitepath a:hover {
  color: #fff;
}
.location .menu {
  height: 50px;
  line-height: 50px;
  width: 50%;
  float: left;
}
.location .menu a {
  height: 50px;
  line-height: 50px;
  color: #999;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  display: block;
  position: relative;
  float: left;
  margin-right: 28px;
}
.location .menu a s {
  width: 0;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #999999;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.location .menu a.hover,
.location .menu a:hover {
  color: #fff;
}
.location .menu a.hover s,
.location .menu a:hover s {
  width: 42px;
}
/*newslist*/
.newslist .item {
  width: 1160px;
  margin: 0 auto;
  padding: 19px;
  height: 160px;
  margin-bottom: 40px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  border: 1px solid #2f373f;
}
.newslist .item a {
  width: 100%;
  display: block;
}
.newslist .item img {
  width: 285px;
  height: 160px;
  display: block;
  margin-right: 45px;
}
.newslist .item h3 {
  font-size: 18px;
  color: #fff;
  padding: 30px 0 16px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.newslist .item .txt {
  color: #939aa3;
  line-height: 24px;
  height: 48px;
  padding-right: 94px;
  overflow: hidden;
}
.newslist .item .time {
  width: 130px;
  padding-top: 28px;
  line-height: 24px;
  font-family: arial;
  font-size: 16px;
  color: #939aa3;
}
.newslist .item .time .day {
  font-size: 34px;
  line-height: 40px;
  display: block;
}
.newslist .item .time s {
  width: 50px;
  height: 8px;
  display: block;
  margin-top: 20px;
  background-position: -44px 0;
}
.newslist .item:hover {
  border-color: #cb8f48;
}
.newslist .item:hover h3 {
  color: #cb8f48;
}
/*starlist*/
.starlist {
  overflow: hidden;
  position: relative;
}
.starlist .list {
  width: 105%;
  position: relative;
}
.starlist .item {
  width: 273px;
  height: 79px;
  padding-top: 368px;
  margin: 0 31px 30px 0;
  border: 2px solid #1f2731;
  background: #1f2731;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.starlist .item a {
  width: 100%;
  display: block;
}
.starlist .item img {
  width: 277px;
  height: 368px;
  display: block;
  position: absolute;
  z-index: 10;
  left: -2px;
  top: -2px;
}
.starlist .item h3 {
  font-size: 20px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  padding-top: 12px;
  color: #fff;
}
.starlist .item h4 {
  color: #999999;
}
.starlist .item:hover {
  border-color: #de9c4d;
}
.starlist .item:hover h3 {
  color: #de9c4d;
}
/*nybanner*/
.nybanner {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.nybanner .bg {
  width: 1920px;
  height: 300px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
.nybanner .en {
  width: 500px;
  height: 150px;
  position: absolute;
  left: 50%;
  top: 85px;
  margin-left: -600px;
}
/* pager */
.pager {
  padding: 40px 0 15px;
  text-align: center;
  *padding-top: 50px;
}
.pager:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.pager {
  *zoom: 1;
}
.pager p {
  height: 26px;
  line-height: 26px;
  float: left;
  display: none;
}
.pager ul {
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}
.pager ul li {
  padding: 0 !important;
  height: auto !important;
  border: none !important;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.pager ul a {
  margin: 0 5px;
  padding: 0 13px;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
  float: left;
  background: #141b23;
  border: 1px solid #666;
  color: #aaa;
}
.pager ul a.current {
  border-color: #cb8f48;
  color: #cb8f48;
}
.pager ul a.current:hover {
  border-color: #cb8f48;
  color: #cb8f48;
}
.pager ul a:hover {
  border-color: #cb8f48;
  color: #cb8f48;
}
/*reLink*/
.reLink {
  border-bottom: 1px solid #666;
  margin: 45px auto;
}
.reLink .prevLink,
.reLink .nextLink {
  width: 50%;
  height: 55px;
  line-height: 55px;
}
.reLink .prevLink a,
.reLink .nextLink a {
  display: block;
  width: 100%;
  color: #999;
}
.reLink .prevLink a:hover,
.reLink .nextLink a:hover {
  color: #cb8f48;
}
.reLink .prevLink {
  float: left;
}
.reLink .nextLink {
  float: right;
  text-align: right;
}
/*yewuPage*/
.yewuPage {
  padding-bottom: 90px;
  overflow: hidden;
}
.yewuPage .title {
  width: 100%;
  padding: 10px 0 25px;
  text-align: center;
}
.yewuPage .title h3 {
  font-size: 30px;
  color: #de9c4d;
}
.yewuPage .title .line {
  width: 48px;
  height: 1px;
  display: block;
  background: #525e6d;
  margin: 22px auto 22px;
}
.yewuPage .itemcon .img {
  width: 100%;
  display: block;
}
.yewuPage .itemcon .img img {
  display: block;
  width: 100%;
}
.yewuPage .itemcon .title {
  height: 100px;
  line-height: 100px;
  border-bottom: 1px solid #2c343f;
}
.yewuPage .itemcon .title .t {
  font-size: 30px;
  float: left;
  color: #cb8f48;
  margin-right: 30px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.yewuPage .itemcon .title .t:hover {
  color: #fff;
}
.yewuPage .itemcon .title .btn {
  width: 132px;
  height: 28px;
  margin-top: 38px;
  cursor: pointer;
  line-height: 28px;
  float: left;
  text-align: center;
  border: 1px solid #999999;
  color: #fff;
  border-radius: 15px;
}
.yewuPage .itemcon .title .btn:hover {
  background: #000;
}
.yewuPage .itemcon .txt {
  line-height: 26px;
  margin-top: 16px;
  color: #cccccc;
}
.yewuPage .yewulist {
  width: 105%;
}
.yewuPage .yewulist .item {
  width: 380px;
  float: left;
  padding-bottom: 24px;
  margin: 0 30px 30px 0;
  background: #1f2731;
}
.yewuPage .yewulist .item a {
  width: 100%;
  display: block;
  cursor: default;
}
.yewuPage .yewulist .item img {
  width: 100%;
  height: 213px;
  margin-bottom: 16px;
  display: block;
}
.yewuPage .yewulist .item h3 {
  font-size: 16px;
  color: #fff;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.yewuPage .yewulist .item .line {
  width: 69px;
  height: 1px;
  display: block;
  margin: 18px 20px 20px;
  background: #535c68;
}
.yewuPage .yewulist .item .txt {
  line-height: 26px;
  height: 130px;
  margin: 0 20px;
  overflow: hidden;
  color: #939da9;
}
/*videoPage*/
.videoPage .videoRecom {
  width: 473px;
  height: 270px;
  float: left;
  position: relative;
  margin: 0 11px 11px 0;
  overflow: hidden;
}
.videoPage .videoRecom .img {
  width: 473px;
  height: 270px;
  display: block;
  position: relative;
  float: left;
  margin-right: 48px;
}
.videoPage .videoRecom .img img {
  display: block;
  width: 100%;
  height: 270px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.videoPage .videoRecom .img s {
  width: 72px;
  height: 72px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -36px 0 0 -36px;
  z-index: 10;
  background-position: 0 -24px;
}
.videoPage .videoRecom .img:hover img {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.videoPage .videoRecom .t {
  width: 100%;
  font-size: 16px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: url(../images/vedio-libg.png) center bottom;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.videoPage .videoRecom:hover img {
  transform: scale(1.04);
}
.videoPage .videolist {
  width: 1200px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.videoPage .videolist .list {
  width: 105%;
  position: relative;
}
.videoPage .videolist .item {
  width: 232px;
  margin: 0 11px 11px 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  height: 130px;
  position: relative;
  overflow: hidden;
  float: left;
}
.videoPage .videolist .item a {
  width: 100%;
  display: block;
}
.videoPage .videolist .item img {
  width: 232px;
  height: 130px;
  display: block;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.videoPage .videolist .item h3 {
  padding: 0 6px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  overflow: hidden;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: url(../images/vedio-libg.png) center bottom;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.videoPage .videolist .item:hover img {
  transform: scale(1.04);
}
/*aboutPage*/
.aboutPage {
  padding-bottom: 0;
}
.aboutPage .location {
  margin-bottom: 0;
}
.aboutPage .about1 {
  width: 100%;
  height: 550px;
  background: url(../images/aboutbg1.jpg) no-repeat center top;
}
.aboutPage .about1 .w1200 {
  position: relative;
  height: 550px;
}
.aboutPage .about1 h3 {
  font-size: 34px;
  line-height: 38px;
  color: #e39a43;
  font-weight: bold;
  padding: 98px 0 14px;
}
.aboutPage .about1 h4 {
  font-size: 32px;
  color: #333333;
  line-height: 35px;
}
.aboutPage .about1 .txt {
  line-height: 24px;
  color: #666666;
  margin-top: 12px;
}
.aboutPage .about1 .txt2 {
  width: 360px;
  height: 240px;
  font-size: 16px;
  color: #333333;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 34px;
}
.aboutPage .txtcenter {
  text-align: center;
}
.aboutPage .txtcenter h3 {
  font-size: 30px;
  color: #de9c4d;
}
.aboutPage .txtcenter .line {
  width: 48px;
  height: 1px;
  display: block;
  background: #525e6d;
  margin: 22px auto 22px;
}
.aboutPage .txtcenter .txt {
  width: 776px;
  margin: 0 auto;
  line-height: 26px;
  color: #fff;
}
.aboutPage .about2 {
  width: 100%;
  padding: 78px 0;
  background: #1f2731;
}
.aboutPage .about2 s {
  width: 107px;
  height: 130px;
  display: block;
  margin: 0 auto 30px;
  background: url(../images/about-ico.png) no-repeat 0 center;
}
.aboutPage .about2 .txtcenter .line {
  margin: 20px auto 35px;
}
.aboutPage .about2.about4 {
  padding: 65px 0 75px;
}
.aboutPage .about2.about4 s {
  background-position: -133px center;
}
.aboutPage .about3 {
  width: 100%;
  padding: 75px 0;
  background: url(../images/aboutbg2.jpg) no-repeat center top;
}
.aboutPage .about5 {
  width: 100%;
  padding: 75px 0;
  background: url(../images/aboutbg3.jpg) no-repeat center top;
}
.aboutPage .join1 {
  width: 100%;
  padding: 75px 0;
  background: url(../images/joinimg.jpg) no-repeat center top;
}
.aboutPage .join1 .txtcenter h3 {
  color: #333;
}
.aboutPage .join1 .txtcenter .txt {
  font-size: 18px;
  color: #333;
  line-height: 30px;
  margin: 0 auto;
}
.aboutPage .join2 {
  width: 100%;
  padding: 78px 0 78px;
  background: #141b23;
}
.aboutPage .join2.txtcenter .txt {
  width: 830px;
}
.aboutPage .join3 {
  width: 100%;
  padding: 75px 0 55px;
  background: #1f2731;
}
.aboutPage .join3 .txtcenter {
  width: 1070px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.aboutPage .join3 .txtcenter .list {
  width: 1120px;
  text-align: center;
  padding-top: 20px;
}
.aboutPage .join3 .txtcenter .list li {
  width: 192px;
  padding-left: 54px;
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  text-align: left;
  line-height: 24px;
  margin: 0 14px;
  margin-bottom: 35px;
  font-size: 16px;
}
.aboutPage .join3 .txtcenter .list li .num {
  font-size: 40px;
  line-height: 40px;
  color: #525e6d;
  font-family: arial;
  position: absolute;
  left: 0;
  top: 0;
}
.aboutPage .join3 .txtcenter .list li .line {
  width: 20px;
  height: 1px;
  display: block;
  background: #525e6d;
  margin: 9px 0 0;
}
.aboutPage.historyPage .about2 {
  padding: 75px 0;
}
.aboutPage.historyPage .about3 {
  padding: 75px 0 80px;
  height: auto;
  background-image: url(../images/aboutbg4.jpg);
}
.aboutPage.historyPage .about-histroy {
  padding-bottom: 100px;
  background: #ffffff url(../images/historybg.jpg) no-repeat center top;
}
.aboutPage.historyPage .about-histroy .historyCon {
  width: 100%;
  height: 335px;
  position: relative;
}
.aboutPage.historyPage .about-histroy .historyCon .nline {
  width: 100%;
  height: 1px;
  display: block;
  background: #2b3440;
  position: absolute;
  left: 0;
  top: 50%;
}
.aboutPage.historyPage .about-histroy .historyCon .prev,
.aboutPage.historyPage .about-histroy .historyCon .next {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 100;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  background: #1f2731 url(../images/history-ico.png) no-repeat 15px center;
  cursor: pointer;
}
.aboutPage.historyPage .about-histroy .historyCon .prev:hover,
.aboutPage.historyPage .about-histroy .historyCon .next:hover {
  background-color: #de9c4d;
}
.aboutPage.historyPage .about-histroy .historyCon .prev {
  left: 50%;
  margin-left: -600px;
}
.aboutPage.historyPage .about-histroy .historyCon .next {
  left: 50%;
  margin-left: 560px;
  background-position: -35px center;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon {
  position: relative;
  overflow: hidden;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .list {
  width: 500%;
  position: relative;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item {
  width: 300px;
  height: 325px;
  cursor: pointer;
  float: left;
  text-align: center;
  padding-top: 10px;
  position: relative;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item img {
  width: 280px;
  height: 0;
  display: block;
  position: absolute;
  left: 10px;
  bottom: 10px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item .time {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 95px;
  left: 0;
  color: #1f2731;
  font-size: 30px;
  font-family: arial;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item .line {
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 100%;
  background: #1f2731;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item .txt {
  width: 190px;
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -95px;
  top: 202px;
  color: #1f2731;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item:hover {
  background: #ffffff;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item:hover img {
  height: 157px;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item:hover .line {
  height: 0;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item:hover .txt {
  top: 75px;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item:hover .time {
  color: #cb8f48;
  top: 35px;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item.item2 img {
  bottom: auto;
  top: 10px;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item.item2 .txt {
  top: 55px;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item.item2 .time {
  top: 204px;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item.item2:hover .txt {
  top: 240px;
}
.aboutPage.historyPage .about-histroy .historyCon .listcon .item.item2:hover .time {
  top: 200px;
}
.aboutPage.aboutTxt .about22 {
  padding: 75px 0;
  background: url(../images/aboutbg5.jpg) no-repeat center top;
}
.aboutPage.aboutTxt .about23 {
  padding: 75px 0;
  background: url(../images/aboutbg6.jpg) no-repeat center top;
}
.aboutPage.aboutTxt .about-txt {
  width: 100%;
  height: 500px;
  background: url(../images/about-txtbg.jpg) no-repeat center top;
}
.aboutPage.aboutTxt .about-txt .txtcenter {
  text-align: left;
  padding: 85px 0 0;
}
.aboutPage.aboutTxt .about-txt .txtcenter h3 {
  color: #333333;
}
.aboutPage.aboutTxt .about-txt .txtcenter .line {
  margin: 20px 0 18px;
}
.aboutPage.aboutTxt .about-txt .txtcenter .txt {
  color: #333333;
  margin: 0;
}
.aboutPage.aboutTxt .about-txt .numlist {
  border-top: 1px solid #6e7480;
  color: #333333;
  margin: 52px 0;
  padding-top: 52px;
}
.aboutPage.aboutTxt .about-txt .numlist li {
  width: 210px;
  float: left;
  text-align: center;
  border-left: 1px solid #6e7480;
}
.aboutPage.aboutTxt .about-txt .numlist li .t {
  line-height: 48px;
  font-size: 20px;
  font-weight: bold;
}
.aboutPage.aboutTxt .about-txt .numlist li .t span {
  font-size: 52px;
  margin-right: 8px;
  font-family: impact,arial;
  font-weight: normal;
}
.aboutPage.aboutTxt .about-txt .numlist li .txt {
  width: 100%;
  color: #333333;
  font-size: 16px;
}
.aboutPage.aboutTxt .about-txt .numlist li:first-child {
  border-left: 0;
  margin-left: -68px;
}
/*schoolPage*/
.schoolPage {
  padding-bottom: 0;
}
.schoolPage .location {
  margin-bottom: 0;
}
.schoolPage .txtcenter {
  text-align: center;
}
.schoolPage .txtcenter h3 {
  font-size: 32px;
  color: #000000;
}
.schoolPage .txtcenter .line {
  width: 48px;
  height: 1px;
  display: block;
  background: #525e6d;
  margin: 25px auto 20px;
}
.schoolPage .txtcenter .txt {
  width: 800px;
  margin: 0 auto;
  line-height: 26px;
  color: #000;
}
.schoolPage .school1 {
  width: 100%;
  padding: 85px 0 75px;
  background: url(../images/schoolbg.jpg) no-repeat center center;
}
.schoolPage .school1.school3 {
  padding: 85px 0 75px;
  background-image: url(../images/schoolbg2.jpg);
}
.schoolPage .school1.school3.txtcenter h3 {
  color: #cb8f48;
}
.schoolPage .school1.school3.txtcenter .txt {
  color: #fff;
  width: 100%;
}
.schoolPage .school2 {
  width: 100%;
  padding: 75px 0 75px;
  background: #1f2731;
}
.schoolPage .school2 .clearfix {
  width: 1000px;
  margin: 0 auto;
}
.schoolPage .school2 .txtcenter h3 {
  color: #cb8f48;
}
.schoolPage .school2 .txtcenter .txt {
  color: #fff;
}
.schoolPage .school2 .img {
  width: 122px;
  height: 148px;
  display: block;
  background: url(../images/school-ico.png) no-repeat 0 0;
  margin-top: 20px;
  display: none;
}
.schoolPage .school2.school4 .img {
  background-position: -150px center;
  margin-top: 15px;
}
/*contactPage*/
.contactPage {
  padding-bottom: 140px;
}
.contactPage .location {
  margin-bottom: 0;
}
.contactPage .contactlist {
  padding: 25px 0 70px;
}
.contactPage .contactlist .item {
  color: #fff;
  width: 445px;
  float: left;
  line-height: 26px;
}
.contactPage .contactlist .item s {
  width: 54px;
  height: 54px;
  float: left;
  margin-right: 18px;
  background: url(../images/contact-ico.png) no-repeat 0 center;
}
.contactPage .contactlist .item span {
  font-size: 16px;
  color: #939aa3;
  margin-bottom: 3px;
  display: block;
}
.contactPage .contactlist .item strong {
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.contactPage .contactlist .item.a1 {
  width: 345px;
}
.contactPage .contactlist .item.a2 {
  width: 500px;
}
.contactPage .contactlist .item.a2 s {
  background-position: -72px center;
}
.contactPage .contactlist .item.a3 {
  width: 300px;
}
.contactPage .contactlist .item.a3 s {
  background-position: -145px center;
}
.contactPage .glist {
  width: 1200px;
  margin: 0 auto 40px;
  overflow: hidden;
  position: relative;
}
.contactPage .glist .item {
  width: 538px;
  height: 150px;
  color: #fff;
  padding: 20px 20px 0 30px;
  border: 1px solid #525e6d;
  border-radius: 4px;
  float: left;
}
.contactPage .glist .item:first-child {
  margin-right: 20px;
}
.contactPage .glist .item h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.contactPage .glist .item .line {
  width: 50px;
  height: 1px;
  display: block;
  background: #de9c4d;
  margin: 23px 0 18px;
}
.contactPage .glist .item .txt {
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}
.contactPage .mbtn {
  width: 1198px;
  border: 1px solid #525e6d;
  margin: 0 auto;
  position: relative;
  border-bottom: 0px;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  cursor: pointer;
}
.contactPage .mbtn s {
  width: 22px;
  height: 22px;
  margin: 0 6px 0 20px;
  background-position: 0 -109px;
}
.contactPage .mbtn .btn {
  width: 28px;
  height: 14px;
  position: absolute;
  display: block;
  right: 22px;
  top: 20px;
  cursor: pointer;
  background-position: -32px -108px;
}
.contactPage .mbtn .btn.cur {
  background-position: -70px -108px;
}
.contactPage .mapArea {
  width: 1198px;
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  border-top: 1px solid #525e6d;
}
.contactPage .mapArea.maph {
  height: 490px;
  border: 1px solid #525e6d;
}
.contactPage .mapArea .dlist {
  width: 310px;
  float: left;
  padding: 19px 0 0 19px;
}
.contactPage .mapArea .dlist li {
  width: 90px;
  height: 36px;
  float: left;
  cursor: pointer;
  margin: 0 10px 10px 0;
  line-height: 36px;
  border-radius: 4px;
  background: #1f2731;
  color: #d4d9e0;
}
.contactPage .mapArea .dlist li s {
  width: 12px;
  height: 16px;
  margin: 0 7px 0 12px;
  background-position: -110px 0;
}
.contactPage .mapArea .dlist li:hover {
  background: #de9c4d;
  color: #141b23;
}
.contactPage .mapArea .dlist li:hover s {
  background-position: -130px 0;
}
.contactPage .mapArea .mapcon {
  width: 850px;
  height: 450px;
  float: right;
  overflow: hidden;
  padding: 19px 19px 19px 0;
}
.contactPage .mapArea .mapcon .allmap {
  width: 100%;
  height: 322px;
  overflow: hidden;
  background: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.contactPage .mapArea .mapcon .maptxt {
  padding: 16px 0 0 90px;
  height: 110px;
  position: relative;
  line-height: 24px;
  color: #333;
  background: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.contactPage .mapArea .mapcon .maptxt s {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 30px;
  top: 16px;
  background-position: -143px -24px;
}
.contactPage .mapArea .mapcon .maptxt h3 {
  font-size: 20px;
  margin-bottom: 6px;
}
/*honorPage*/
.honorPage {
  overflow: hidden;
}
.honorPage .list {
  width: 105%;
}
.honorPage .item {
  cursor: pointer;
  width: 275px;
  height: 206px;
  overflow: hidden;
  position: relative;
  float: left;
  margin: 0 33px 40px 0;
}
.honorPage .item a {
  width: 275px;
  height: 206px;
  display: block;
}
.honorPage .item img {
  width: 274px;
  height: 205px;
  display: block;
  border: 1px solid #c2cfe3;
}
.honorPage .item .bg {
  width: 275px;
  height: 206px;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: -100px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  top: 0;
  background: url(../images/honorbg.png) no-repeat center center;
  z-index: 10;
}
.honorPage .item .hovercon {
  width: 275px;
  height: 206px;
  z-index: 11;
  position: absolute;
  left: -100px;
  top: 0;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  opacity: 0;
  filter: alpha(opacity=0);
  animation-delay: 200ms;
}
.honorPage .item .hovercon h3 {
  text-align: center;
  padding-top: 84px;
  color: #fff;
  font-size: 20px;
}
.honorPage .item .hovercon .line {
  width: 30px;
  height: 3px;
  margin: 20px auto 10px;
  display: block;
  background: #fff;
}
.honorPage .item:hover .bg {
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.honorPage .item:hover .hovercon {
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.honorPage .pager {
  padding-top: 10px;
}
/*inquirePage*/
.inquirePage .title {
  width: 100%;
  margin-bottom: 30px;
}
.inquirePage .title h3 {
  font-size: 26px;
  color: #333333;
}
.inquirePage .title span {
  width: 50px;
  height: 1px;
  display: block;
  margin-top: 20px;
  background: #999999;
}
.inquirePage .demand {
  margin-bottom: 54px;
}
.inquirePage .demand .item {
  width: 498px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #5372a6;
  margin-right: 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.inquirePage .demand .item span {
  width: 98px;
  text-align: center;
  float: left;
  font-size: 16px;
  border-right: 1px solid #5372a6;
}
.inquirePage .demand .item .txt {
  width: 385px;
  height: 48px;
  line-height: 48px;
  float: left;
  padding-left: 10px;
  outline: none;
  font-size: 16px;
  border: 0px;
  background: none;
}
.inquirePage .demand .btn {
  width: 180px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  outline: none;
  border: 0px;
  cursor: pointer;
  background: #5372a6;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.inquirePage .demand .btn:hover {
  background: #193a74;
}
.inquirePage .res {
  width: 998px;
  border: 1px solid #c0cde2;
  margin-bottom: 54px;
}
.inquirePage .res li {
  height: 58px;
  line-height: 58px;
}
.inquirePage .res li:first-child {
  border-bottom: 1px solid #c0cde2;
}
.inquirePage .res li span {
  width: 210px;
  padding-left: 20px;
  display: block;
  float: left;
}
.inquirePage .res li a {
  width: 120px;
  height: 38px;
  line-height: 38px;
  display: block;
  float: left;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #5372a6;
  color: #fff;
  margin: 10px 0 0 25px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.inquirePage .res li a:hover {
  background: #193a74;
}
.inquirePage .txtcon {
  padding: 15px;
  border: 1px solid #c0cde2;
}
/*productPage*/
.productPage .title {
  height: 40px;
  line-height: 40px;
  padding-bottom: 6px;
  font-size: 24px;
  color: #444;
  margin-bottom: 10px;
}
.productPage .title:hover {
  color: #cb8f48;
}
.productPage .iadvant {
  margin-bottom: 60px;
}
.productPage .iadvant img {
  display: block;
  max-width: 100%;
}
.productPage .prolist {
  overflow: hidden;
  position: relative;
}
.productPage .prolist .mao {
  position: absolute;
  top: -126px;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.productPage .prolist .title {
  margin-bottom: 18px;
}
.productPage .prolist .list {
  width: 110%;
}
.productPage .prolist .item {
  width: 280px;
  height: 373px;
  margin: 0 27px 26px 0;
}
.productPage .prolist .item img {
  height: 373px;
}
.productPage .prolist .item .txt {
  padding-top: 243px;
}
/*showInfo*/
.showInfo .title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 10px 0 16px;
}
.showInfo .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
  text-align: center;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}
.showInfo .mark span {
  margin: 0 10px;
  font-size: 12px;
}
.showInfo .img {
  width: 500px;
  display: block;
  margin: 10px auto 20px;
}
.showInfo .img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.showInfo .showContxt {
  padding: 18px 0 30px;
  line-height: 28px;
  color: #aaa;
}
.showInfo .showContxt img {
  max-width: 100%;
  height: auto !important;
}
.showInfo .title2 {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.showInfo .title2 a {
  float: right;
  font-size: 12px;
  font-family: arial;
}
.showInfo .title2 .left {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  border-bottom: 3px solid #4d485b;
}
/*masterPage*/
.masterPage {
  /*筛选*/
}
.masterPage .maSelect {
  margin-bottom: 30px;
  border: 1px solid #c2cfe3;
}
.masterPage .maSelect .item {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #c2cfe3;
}
.masterPage .maSelect .item.item1 {
  border-top: 0px;
}
.masterPage .maSelect .item .t {
  width: 98px;
  height: 50px;
  line-height: 50px;
  color: #5372a6;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #c2cfe3;
  margin-right: 15px;
}
.masterPage .maSelect .item li {
  width: 110px;
  float: left;
}
.masterPage .maSelect .item li a {
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  color: #444444;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.masterPage .maSelect .item li:hover a,
.masterPage .maSelect .item li.hover a {
  background: #5372a6;
  color: #fff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.masterPage .maSelect .item .n {
  width: 80px;
}
.masterPage .maSelect .item .n a {
  padding: 0 12px;
}
.masterPage .maSelect .item .n:hover a,
.masterPage .maSelect .item .n.hover a {
  font-weight: bold;
  background: none;
  color: #cb8f48;
}
.masterPage .maSelect .area .t {
  margin-right: 0;
}
.masterPage .maSelect .area .areabox {
  width: 150px;
  position: relative;
  height: 50px;
  line-height: 50px;
  z-index: 10;
}
.masterPage .maSelect .area .areabox .tit {
  position: relative;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border-right: 1px solid #c2cfe3;
  padding-left: 30px;
}
.masterPage .maSelect .area .areabox .tit s {
  width: 20px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 20px;
  background-position: -150px -103px;
}
.masterPage .maSelect .area .areabox .box {
  width: 149px;
  height: 210px;
  line-height: 35px;
  padding: 20px 0;
  position: absolute;
  z-index: 10;
  left: -1px;
  top: 50px;
  background: #fff;
  border: 1px solid #c2cfe3;
  overflow: hidden;
}
.masterPage .maSelect .area .areabox .box span {
  color: #999999;
  padding-left: 20px;
  display: block;
}
.masterPage .maSelect .area .areabox .box .list {
  width: 149px;
  height: 175px;
}
.masterPage .maSelect .area .areabox .box li {
  width: 129px;
  padding-left: 20px;
  cursor: pointer;
}
.masterPage .maSelect .area .areabox .box li:hover {
  background: #e4ebf6;
}
.masterPage .maSelect .ssearch {
  width: 248px;
  height: 50px;
  line-height: 50px;
  border-left: 1px solid #c2cfe3;
}
.masterPage .maSelect .ssearch .txt {
  padding-left: 15px;
  width: 170px;
  height: 50px;
  line-height: 50px;
  border: 0;
  background: none;
  outline: none;
}
.masterPage .maSelect .ssearch .btn {
  width: 54px;
  height: 50px;
  cursor: pointer;
  outline: none;
  background-color: #5372a6;
  background-position: -211px -80px;
}
.masterPage .maSelect .zz {
  padding-left: 20px;
}
.masterPage .maSelect .zz s {
  width: 20px;
  height: 20px;
  background-position: -190px -100px;
  margin-left: 6px;
  cursor: pointer;
}
.masterPage .masterlist {
  overflow: hidden;
  position: relative;
}
.masterPage .masterlist .list {
  width: 105%;
  position: relative;
}
.masterPage .masterlist .imgtxt {
  width: 590px;
  margin-right: 20px;
  margin-bottom: 20px;
}
.masterPage .masterlist .imgtxt .txtcon {
  width: 243px;
}
/*showMaster*/
.showMaster .showMasterCon {
  border: 1px solid #dedede;
}
.showMaster .imgtxt {
  width: 100%;
  height: 300px;
  position: relative;
  background: #f8f8f8;
}
.showMaster .imgtxt .img {
  width: 300px;
  height: 300px;
  display: block;
}
.showMaster .imgtxt .txtcon {
  padding: 42px 0 0 46px;
  font-size: 16px;
  color: #666666;
  line-height: 35px;
}
.showMaster .imgtxt .txtcon h3 {
  font-size: 30px;
  color: #333333;
  margin-bottom: 25px;
}
.showMaster .imgtxt .txtcon .p1 .star {
  margin-left: 12px;
}
.showMaster .imgtxt .txtcon .p3 span {
  color: #193a74;
  font-size: 20px;
  font-family: arial;
}
.showMaster .imgtxt s.icon {
  width: 46px;
  height: 52px;
  background-position: -90px -130px;
  position: absolute;
  top: 48px;
  right: 48px;
}
.showMaster .imgtxt .btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 16px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  background: #cb8f48;
  text-align: center;
  position: absolute;
  right: 50px;
  bottom: 50px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.showMaster .imgtxt .btn:hover {
  background: #193a74;
}
.showMaster .title {
  width: 1100px;
  margin: auto;
  font-size: 20px;
  color: #000;
  padding: 50px 0 20px;
}
.showMaster .txt {
  width: 1100px;
  margin: auto;
  color: #666666;
  line-height: 30px;
  padding-bottom: 60px;
}
/*showMaster*/
.showNews .shownewsCon {
  border: 1px solid #dedede;
  padding: 20px;
}
.showNews .title {
  font-size: 24px;
  color: #333333;
  text-align: center;
  margin: 10px 0 22px;
  font-weight: bold;
}
.showNews .mark {
  color: #999999;
  height: 38px;
  line-height: 38px;
  text-align: center;
  margin-bottom: 20px;
  border-top: 1px dashed #e1e1e1;
  border-bottom: 1px dashed #e1e1e1;
}
.showNews .mark span {
  margin: 0 10px;
}
.showNews .showContxt {
  color: #666666;
  padding: 0 0 30px;
  line-height: 30px;
}
/*joinPage*/
.joinPage {
  width: 100%;
}
.joinPage .title a {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 16px;
}
.joinPage .title a.cur {
  color: #cb8f48;
  border-bottom: 2px solid #cb8f48;
}
.joinPage .title span {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 16px;
  background: #7a7a7a;
  width: 1px;
  height: 16px;
}
.joinPage .joinCon {
  border: 1px solid #dddddd;
}
.joinPage .joinCon .mapimg {
  width: 555px;
  height: 630px;
  padding: 55px 0 0 170px;
}
.joinPage .joinList {
  width: 298px;
  min-height: 764px;
  margin-top: -1px;
  border-top: 3px solid #375a97;
  border-left: 1px solid #dddddd;
}
.joinPage .joinList .item {
  position: relative;
  border-top: 1px solid #dddddd;
  margin-top: -1px;
  width: 100%;
  overflow: hidden;
}
.joinPage .joinList .item p {
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  cursor: pointer;
  color: #333333;
  border-bottom: 1px solid #ddd;
}
.joinPage .joinList .item p s {
  width: 32px;
  height: 30px;
  margin: 0 15px 0 22px;
  background-position: -156px -130px;
}
.joinPage .joinList .item p span {
  width: 20px;
  height: 18px;
  margin: 20px 20px 0 0;
  background-position: -222px -160px;
}
.joinPage .joinList .item .list {
  width: 105%;
}
.joinPage .joinList .item .list li {
  width: 99px;
  height: 39px;
  line-height: 39px;
  float: left;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.joinPage .joinList .item:first-child {
  border-top: 0px;
}
.dialog-layout {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 101;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}
.msystem {
  width: 1200px;
  height: 450px;
  position: fixed;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  margin-top: -225px;
  z-index: 999;
  background: #fff;
}
.msystem .title {
  width: 1000px;
  padding: 30px 0 24px;
  margin: auto;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.msystem .title s {
  width: 68px;
  height: 30px;
  background-position: 0 -130px;
}
.msystem .title h3 {
  position: absolute;
  font-size: 20px;
  width: 200px;
  color: #666666;
  text-align: center;
  background: #fff;
  left: 50%;
  margin-left: -100px;
  bottom: -10px;
}
.msystem .txt {
  line-height: 35px;
  height: 210px;
  overflow: hidden;
  color: #666666;
  width: 1000px;
  margin: 30px auto 0;
}
.msystem .btn {
  position: absolute;
  left: 50%;
  margin-left: -100px;
  bottom: 40px;
  cursor: pointer;
  width: 200px;
  height: 50px;
  line-height: 50px;
  display: block;
  font-size: 20px;
  text-align: center;
  background: #5372a6;
  color: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.msystem .btn:hover {
  background: #193a74;
}
/*******************user css*******************/
.userbody {
  background: #f5f5f5;
  padding-top: 0;
}
.loginPage {
  padding-bottom: 0;
  background: url(../images/loginbg.jpg) no-repeat center top;
}
.loginPage .content {
  width: 100%;
  height: 700px;
}
.loginPage .tit {
  text-align: center;
  padding-top: 130px;
  color: #fff;
  font-size: 34px;
  line-height: 38px;
}
.loginPage .tit strong {
  text-transform: uppercase;
  font-size: 38px;
  margin-left: 18px;
}
.loginPage .line {
  width: 100px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 25px auto 50px;
}
.loginPage .loginform {
  width: 1000px;
  height: 130px;
  padding: 60px 100px 0;
  background: #fff;
  margin: auto;
}
.loginPage .loginform .item {
  float: left;
  width: 348px;
  height: 48px;
  line-height: 48px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  margin-right: 20px;
  border: 1px solid #5372a6;
}
.loginPage .loginform .item input {
  width: 310px;
  height: 48px;
  line-height: 48px;
  padding-left: 38px;
  border: 0;
  font-size: 16px;
  background: none;
  outline: none;
}
.loginPage .loginform .item .icon {
  width: 20px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: 14px;
  background-position: -270px 0;
}
.loginPage .loginform .item.password .icon {
  background-position: -302px 0;
}
.loginPage .loginform .btn {
  width: 258px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #5372a6;
  color: #fff;
  font-size: 20px;
  outline: none;
  cursor: pointer;
}
.loginPage .loginform p {
  width: 100%;
  padding-top: 6px;
}
/*user_header*/
.user_header {
  width: 100%;
  height: 100px;
  background: #fff;
  overflow: hidden;
}
.user_header .logo {
  width: 560px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: 400px;
  background: #193a74;
}
.user_header .logo a,
.user_header .logo img {
  width: 100px;
  height: 60px;
  display: block;
}
.user_header .logo a {
  padding: 20px 50px 0 0;
}
.user_header .con {
  width: 960px;
  padding-top: 22px;
  padding-left: 240px;
  margin: auto;
  color: #000000;
}
.user_header .con p span {
  color: #cb8f48;
}
.user_header .con .list span {
  margin: 0 5px;
}
.userbody .content {
  padding: 40px 0 50px;
}
.userbody .shadow {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.uleft {
  width: 170px;
  min-height: 600px;
  padding: 10px 0 0 30px;
}
.uleft .tit {
  width: 100%;
  height: 58px;
  line-height: 58px;
  font-size: 20px;
  color: #193a74;
  font-weight: 600;
  border-bottom: 1px solid #eee;
}
.uleft dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.uleft dl dt {
  width: 100%;
  height: 48px;
  line-height: 48px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #eee;
}
.uleft dl dt s {
  width: 10px;
  height: 10px;
  margin: 20px 20px 0 0;
  background-position: -160px -166px;
}
.uleft dl dd {
  line-height: 30px;
  width: 100%;
}
.uleft dl dd a {
  width: 100%;
  display: block;
}
.uleft dl dd.hover a {
  color: #cb8f48;
}
.uleft dl:last-child {
  border-bottom: 0px;
}
.uright {
  width: 980px;
}
.uright .utitle {
  margin: 0 0 28px 26px;
  padding: 25px 0 20px;
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #eee;
}
.uright .utitle a {
  margin-right: 20px;
  font-size: 16px;
  color: #666;
}
.uright .utitle a:hover {
  color: #cb8f48;
}
.uright .pager {
  margin: 0 28px;
}
.uright .pager ul li a.current,
.uright .pager ul li a:hover {
  background-color: #5372a6;
  border-color: #5372a6;
  color: #fff;
}
.uright .uinfo {
  width: 100%;
  height: 130px;
  margin-bottom: 20px;
  padding-top: 30px;
}
.uright .uinfo_1 {
  width: 345px;
  padding-left: 30px;
}
.uright .uinfo_1 .img {
  width: 90px;
  height: 90px;
  display: block;
  margin-right: 16px;
  border: 5px solid #eeeeee;
}
.uright .uinfo_1 h3 {
  padding: 5px 0;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}
.uright .uinfo_1 .p1 {
  color: #333333;
}
.uright .uinfo_1 .p1 strong {
  font-weight: bold;
  color: #cb8f48;
}
.uright .uinfo_1 .p2 a {
  color: #666666;
  margin-right: 10px;
}
.uright .uinfo_1 .p2 a:hover {
  color: #cb8f48;
}
.uright .uinfo_2 {
  width: 400px;
  line-height: 30px;
  padding-top: 5px;
  color: #666;
}
.uright .uinfo_2 .p1 .level {
  width: 117px;
  height: 10px;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  *display: inline;
  zoom: 1;
  background: #dddddd;
}
.uright .uinfo_2 .p1 .level span {
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  background: #5372a6;
}
.uright .uinfo_2 .p1 span {
  color: #cb8f48;
}
.uright .umasterlist {
  padding-bottom: 30px;
}
.uright .umasterlist .item {
  margin: 0 30px 10px;
  height: 98px;
  line-height: 30px;
  color: #333333;
  position: relative;
  padding-left: 100px;
  border: 1px solid #c0cde2;
}
.uright .umasterlist .item .img {
  position: absolute;
  width: 100px;
  height: 100px;
  left: -1px;
  top: -1px;
}
.uright .umasterlist .item .img img {
  width: 100px;
  height: 100px;
  display: block;
}
.uright .umasterlist .item .xm {
  width: 220px;
  float: left;
  margin-left: 28px;
  padding-top: 20px;
}
.uright .umasterlist .item .xj {
  width: 190px;
  float: left;
  padding-top: 20px;
}
.uright .umasterlist .item .dq {
  width: 230px;
  float: left;
  padding-top: 20px;
}
.uright .umasterlist .item .btn {
  width: 140px;
  float: right;
  padding-top: 15px;
}
.uright .umasterlist .item .btn a {
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #5372a6;
  display: block;
  margin-bottom: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.uright .umasterlist .item .btn a:hover {
  background: #193a74;
}
.uright .userform {
  padding: 30px 0 80px 60px;
  color: #333333;
  font-size: 16px;
}
.uright .userform .item {
  margin-bottom: 20px;
  width: 100%;
  line-height: 38px;
}
.uright .userform .item .t,
.uright .userform .item label {
  width: 100px;
  height: 38px;
  line-height: 38px;
  text-align: right;
  float: left;
  margin-right: 26px;
}
.uright .userform .item .timg {
  width: 90px;
  height: 90px;
  display: block;
  float: left;
  border: 5px solid #eeeeee;
}
.uright .userform .item .file {
  width: 88px;
  height: 33px;
  line-height: 33px;
  position: relative;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 60px 0 0 8px;
  border: 1px solid #5372a6;
  display: block;
  float: left;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
  color: #333;
}
.uright .userform .item .file input {
  width: 88px;
  height: 33px;
  line-height: 33px;
  position: absolute;
  z-index: 10;
  right: 0;
  top: 0;
  font-size: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.uright .userform .item .txt {
  width: 298px;
  height: 38px;
  line-height: 38px;
  float: left;
  text-indent: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #c0cde2;
  background: none;
  outline: none;
}
.uright .userform .item .txt.w498 {
  width: 498px;
}
.uright .userform .item select {
  width: 92px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #c0cde2;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 7px;
}
.uright .userform .item .tip {
  font-size: 14px;
  margin-left: 15px;
  display: block;
  float: left;
  height: 38px;
  line-height: 38px;
}
.uright .userform .item .tip i {
  color: #cc0000;
}
.uright .userform .item.tx .t {
  margin-top: 30px;
}
.uright .userform .item.code {
  position: relative;
}
.uright .userform .item.code img {
  position: absolute;
  left: 348px;
  top: 3px;
  height: 33px;
}
.uright .userform .item.xjradio p label {
  margin-left: 30px;
  width: auto;
}
.uright .userform .item.xjradio p label input {
  margin-right: 5px;
}
.uright .userform .item.xjradio p label:first-child {
  margin-left: 0;
}
.uright .userform .btn {
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin-left: 116px;
  cursor: pointer;
  font-size: 16px;
  background: #5372a6;
  color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}
.uright .userform .btn:hover {
  background: #193a74;
}
.uright .caseform .item label {
  margin-right: 20px;
}
.uright .caseform .mfile .file {
  margin: 0;
}
.uright .ushowmaster {
  padding-bottom: 50px;
}
.uright .ushowmaster .p {
  margin: 0 auto 30px;
  width: 820px;
  height: 98px;
  color: #333333;
  position: relative;
  padding-left: 99px;
  border-top: 1px solid #c0cde2;
  border-right: 1px solid #c0cde2;
}
.uright .ushowmaster .p .img {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0px;
}
.uright .ushowmaster .p p {
  width: 272px;
  height: 49px;
  line-height: 49px;
  float: left;
  text-indent: 20px;
  border-left: 1px solid #c0cde2;
  border-bottom: 1px solid #c0cde2;
}
.uright .ushowmaster .tit {
  margin: auto;
  height: 50px;
  line-height: 50px;
  width: 918px;
  font-size: 16px;
  color: #333;
  text-indent: 22px;
  border: 1px solid #C0CDE2;
  border-bottom: 0px;
}
.uright .ushowmaster .projectItem {
  margin: 0 auto 30px;
  width: 920px;
  border-collapse: collapse;
  border: 1px solid #C0CDE2;
}
.uright .ushowmaster .projectItem th,
.uright .ushowmaster .projectItem .bg {
  background: #f1f5fa;
  font-weight: normal;
}
.uright .ushowmaster .projectItem td,
.uright .ushowmaster .projectItem th {
  text-align: center;
  line-height: 59px;
  border: 1px solid #C0CDE2;
}
.uright .ushowmaster .projectItem .img {
  position: relative;
}
.uright .ushowmaster .projectItem .img .smallimg {
  width: 50px;
  height: 40px;
  cursor: pointer;
  vertical-align: middle;
}
.uright .ushowmaster .projectItem .img .bigimg {
  position: absolute;
  right: 0;
  top: 59px;
  display: none;
  width: 500px;
  z-index: 10;
}
.uright .ushowmaster .projectItem .dz {
  text-align: left;
  text-indent: 38px;
}
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #cb8f48;
  height: 2px;
  -webkit-transition-property: "left, right";
  transition-property: "left, right";
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/navhoverbg.jpg) no-repeat right bottom;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  display: block;
  display: none\9;
}
:root .hvr-sweep-to-bottom:before {
  display: block\9;
}
.hvr-sweep-to-bottom:hover {
  background: url(../images/navhoverbg.jpg) no-repeat right bottom \9;
}
.hvr-sweep-to-bottom:hover a,
.hvr-sweep-to-bottom:focus a,
.hvr-sweep-to-bottom:active a {
  color: #fff !important;
}
.hvr-sweep-to-bottom:hover a span,
.hvr-sweep-to-bottom:focus a span,
.hvr-sweep-to-bottom:active a span {
  color: #fff !important;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.hvr-linear {
  position: relative;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  overflow: hidden;
}
.hvr-linear:before {
  position: absolute;
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(25, 58, 116, 0.8) 0%, rgba(255, 255, 255, 0.2) 80%, rgba(255, 255, 255, 0) 100%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
}
.hvr-linear:hover:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/**************
 *  Animations for content elements
 * **********/
/* 滞后 */
.delay100 {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}
.delay200 {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}
.delay300 {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}
.delay400 {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}
.delay500 {
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.delay600 {
  -webkit-animation-delay: 600ms;
  animation-delay: 600ms;
}
.delay700 {
  -webkit-animation-delay: 700ms;
  animation-delay: 700ms;
}
.delay800 {
  -webkit-animation-delay: 800ms;
  animation-delay: 800ms;
}
.delay900 {
  -webkit-animation-delay: 900ms;
  animation-delay: 900ms;
}
.delay1000 {
  -webkit-animation-delay: 1000ms;
  animation-delay: 1000ms;
}
.delay1100 {
  -webkit-animation-delay: 1100ms;
  animation-delay: 1100ms;
}
.delay1200 {
  -webkit-animation-delay: 1200ms;
  animation-delay: 1200ms;
}
.delay1300 {
  -webkit-animation-delay: 1300ms;
  animation-delay: 1300ms;
}
.delay1400 {
  -webkit-animation-delay: 1400ms;
  animation-delay: 1400ms;
}
.delay1500 {
  -webkit-animation-delay: 1500ms;
  animation-delay: 1500ms;
}
.delay1600 {
  -webkit-animation-delay: 1600ms;
  animation-delay: 1600ms;
}
.delay1700 {
  -webkit-animation-delay: 1700ms;
  animation-delay: 1700ms;
}
.delay1800 {
  -webkit-animation-delay: 1800ms;
  animation-delay: 1800ms;
}
.delay1900 {
  -webkit-animation-delay: 1900ms;
  animation-delay: 1900ms;
}
.delay2000 {
  -webkit-animation-delay: 2000ms;
  animation-delay: 2000ms;
}
.delay2100 {
  -webkit-animation-delay: 2100ms;
  animation-delay: 2100ms;
}
.delay2200 {
  -webkit-animation-delay: 2200ms;
  animation-delay: 2200ms;
}
.delay2300 {
  -webkit-animation-delay: 2300ms;
  animation-delay: 2300ms;
}
.delay2500 {
  -webkit-animation-delay: 2500ms;
  animation-delay: 2500ms;
}
.delay2700 {
  -webkit-animation-delay: 2700ms;
  animation-delay: 2700ms;
}
.delay2900 {
  -webkit-animation-delay: 2900ms;
  animation-delay: 2900ms;
}
.delay3000 {
  -webkit-animation-delay: 3000ms;
  animation-delay: 3000ms;
}
.delay4000 {
  -webkit-animation-delay: 4000ms;
  animation-delay: 4000ms;
}
.delay4500 {
  -webkit-animation-delay: 4500ms;
  animation-delay: 4500ms;
}
.delay5000 {
  -webkit-animation-delay: 5000ms;
  animation-delay: 5000ms;
}
