﻿@charset "UTF-8";
html {
  min-width: 1200px;
}
body {
  background: #fff;
  padding-top: 90px;
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}
input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}
body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
input {
  background: none;
  border: 0 none;
}
img,
iframe {
  border: 0px;
}
em,
i {
  font-style: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.red {
  color: #e74037;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.hidden {
  display: none;
}
.hide {
  display: none !important;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.icon {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #0169c2;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
.ease,
.ease * {
  transition: all ease 300ms;
}
.noease,
.noease * {
  transition: none;
}
:-moz-placeholder {
  color: #999;
}
::-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
/*清除浮动*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.dialog-layout {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/***************top and bottom css*********************/
/*header*/
.header_main {
  width: 100%;
  min-width: 1340px;
  height: 90px;
  line-height: 90px;
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
}
.header_main .logo_main {
  width: 280px;
  height: 90px;
  position: absolute;
  left: 5px;
  top: 0;
  overflow: hidden;
  display: block;
}
.header_main .logo_main img {
  max-width: 100%;
  height: 90px;
  display: block;
}
.header_main h1 {
  display: none;
}
.header_main .tel {
  text-align: right;
  width: 240px;
  position: absolute;
  right: 90px;
  top: 0;
  font-family: advant;
  font-size: 26px;
}
.header_main .tel s {
  width: 22px;
  height: 26px;
  margin-right: 8px;
  background-position: 0 0;
}
.header_main .searchBtn {
  width: 80px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  height: 90px;
  background: url(../images/search-ico.png) no-repeat 30px center;
}
.header_main .searchBtn.on {
  background-position: -62px center;
  background-color: #eee;
}
.header_main .searchBox {
  width: 300px;
  height: 50px;
  line-height: 50px;
  background: #eee;
  position: absolute;
  right: 0;
  top: 90px;
  display: none;
  z-index: 999;
}
.header_main .searchBox input {
  border: 0px;
  outline: none;
}
.header_main .searchBox .txt {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 10px;
  border: 0px;
}
.header_main .searchBox .btn {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  background: url(../images/search-ico.png) no-repeat 15px center;
}
.header_main .nav_main {
  width: 840px;
  margin: 0 auto;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.header_main .nav_main ul {
  font-size: 0;
  line-height: 0px;
  white-space: nowrap;
}
.header_main .nav_main li {
  position: relative;
  padding: 0 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  height: 90px;
  line-height: 90px;
}
.header_main .nav_main li a {
  height: 90px;
  line-height: 90px;
  display: block;
  transition: all ease 300ms;
  position: relative;
  color: #333;
  font-size: 16px;
}
.header_main .nav_main li a:hover {
  color: #0169c2;
}
.header_main .nav_main li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #0169c2;
  -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: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  display: none;
}
.header_main .nav_main li .sub-box a {
  color: #333 !important;
  line-height: 35px;
  height: 35px;
  padding: 0;
  text-align: center;
  overflow: hidden;
  display: block;
  margin: 0;
  font-size: 14px;
}
.header_main .nav_main li .sub-box a:hover {
  background: #0169c2;
  color: #fff !important;
}
.header_main .nav_main li:hover a,
.header_main .nav_main li.hover a {
  color: #0169c2;
}
.header_main .nav_main li:hover i,
.header_main .nav_main li.hover i {
  width: 98%;
  margin-left: -50%;
}
.fixmsg {
  width: 32px;
  text-align: center;
  line-height: 16px;
  background: #0169c2;
  position: absolute;
  color: #fff;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 5px;
  left: 0;
  top: 300px;
  z-index: 1000;
}
.fixmsg a {
  padding: 10px 5px;
  display: block;
  color: #fff;
}
.fixmsg:hover {
  background-color: #457ce6;
}
/*footer_main*/
.footer_main {
  width: 100%;
  background: #2d3646 url(../images/footerbg2.jpg) no-repeat center top;
}
.footer_main .footer {
  padding: 40px 0 0;
  height: 210px;
  color: #b3b6bc;
}
.footer_main .footer .blogoTel {
  width: 328px;
  color: #fff;
  font-size: 28px;
  font-family: arial;
}
.footer_main .footer .blogoTel .blogo {
  display: block;
  margin-bottom: 25px;
}
.footer_main .footer .blogoTel .tel {
  margin-bottom: 7px;
}
.footer_main .footer .blogoTel s {
  width: 26px;
  height: 29px;
  margin-right: 10px;
  background-position: -43px -35px;
}
.footer_main .footer .item {
  width: 130px;
  float: left;
}
.footer_main .footer .item a {
  color: #b3b6bc;
  display: block;
  font-size: 12px;
  line-height: 26px;
}
.footer_main .footer .item a:hover {
  color: #fff;
}
.footer_main .footer .item h3 {
  margin-bottom: 12px;
}
.footer_main .footer .item h3 a {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.footer_main .footer .ewm {
  width: 340px;
  float: right;
  font-size: 12px;
  text-align: center;
  color: #fff;
}
.footer_main .footer .ewm li {
  width: 142px;
  float: left;
  padding: 9px 0 4px;
  margin-left: 25px;
  border: 1px solid #656c77;
}
.footer_main .footer .ewm img {
  width: 120px;
  height: 120px;
  display: block;
  margin: 0 auto 3px;
  background: #fff;
}
.footer_main .copyright {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-top: 1px solid #485364;
  color: #b3b6bc;
  font-size: 12px;
}
.footer_main .copyright a {
  color: #b3b6bc;
}
.footer_main .copyright a:hover {
  color: #fff;
}
.icooper .title {
  padding: 10px 20px;
  position: relative;
  margin-bottom: 6px;
}
.icooper .title h3 {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 16px;
  margin-right: 5px;
  color: #fff;
}
.icooper .title span {
  display: inline-block;
  font-family: arial;
  color: #fff;
  font-size: 12px;
}
.icooper {
  width: 1198px;
  position: relative;
  overflow: hidden;
  margin: 20px auto;
  padding-bottom: 20px;
  border: 1px solid #485364;
}
.icooper .prev,
.icooper .next {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 68px;
  cursor: pointer;
  background: url(../images/relink-ico.png) no-repeat 0 0;
}
.icooper .prev {
  left: 18px;
  background-position: -117px -27px;
}
.icooper .prev:hover {
  background-position: -117px -48px;
}
.icooper .next {
  right: 18px;
  background-position: -140px -27px;
}
.icooper .next:hover {
  background-position: -140px -48px;
}
.icooper .icooperCon {
  width: 1080px;
  height: 60px;
  margin: 0 auto;
  overflow: hidden;
}
.icooper .icooperCon .list {
  width: 300%;
  transition: none;
}
.icooper .icooperCon li {
  width: 135px;
  height: 40px;
  float: left;
  margin-right: 20px;
  border: 1px solid #b3b6bc;
  transition: all ease 300ms;
}
.icooper .icooperCon li img {
  width: 135px;
  height: 40px;
  display: block;
}
.icooper .icooperCon li a {
  display: block;
}
.icooper .icooperCon li:hover {
  border-color: #fff;
}
/***********top and bottom css end***********/
.indexMore {
  width: 298px;
  height: 58px;
  line-height: 58px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #0169c2;
  text-align: center;
  font-size: 18px;
  display: block;
  transition: all ease 300ms;
}
.indexMore:hover {
  background: #0169c2;
  color: #fff;
}
/*prolist*/
.prolist {
  width: 105%;
  position: relative;
}
.prolist .item {
  width: 286px;
  height: 365px;
  float: left;
  margin-right: 18px;
  margin-bottom: 24px;
  background: #fff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}
.prolist .item a {
  width: 100%;
  height: 265px;
  display: block;
}
.prolist .item img {
  width: 280px;
  height: 280px;
  display: block;
  background: #fff;
  margin: 3px auto 0;
}
.prolist .item h3 {
  font-size: 16px;
  font-weight: bold;
  padding-top: 14px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  width: 100%;
  color: #333;
  border-top: 1px solid #f0f0f0;
}
.prolist .item h4 {
  font-size: 12px;
  color: #666;
}
.prolist .item:hover {
  background: #0169c2;
}
.prolist .item:hover h3 {
  border-color: #0169c2;
}
.prolist .item:hover h3,
.prolist .item:hover h4 {
  color: #fff;
}
/*teachlist*/
.teachlist .item {
  width: 284px;
  height: 427px;
  text-align: center;
  background: #fff;
  border-radius: 6px;
  float: left;
  margin: 0 22px 30px 0;
  border-radius: 8px;
  overflow: hidden;
  transition: all ease 300ms;
}
.teachlist .item a {
  width: 100%;
  height: 377px;
  padding-top: 50px;
  display: block;
  transition: all ease 300ms;
}
.teachlist .item img {
  width: 152px;
  height: 152px;
  border-radius: 100%;
  margin: 0 auto 20px;
  display: block;
  transition: all ease 300ms;
}
.teachlist .item h3 {
  font-size: 26px;
  transition: all ease 300ms;
  color: #333;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
}
.teachlist .item .line {
  width: 60px;
  transition: all ease 300ms;
  height: 1px;
  display: block;
  margin: 12px auto 25px;
  background: #dddddd;
}
.teachlist .item .txt {
  line-height: 24px;
  height: 96px;
  margin: 0 20px;
  overflow: hidden;
  color: #666;
}
.teachlist .item:hover {
  box-shadow: 0 6px 15px rgba(82, 93, 177, 0.2);
}
.teachlist .item:hover h3 {
  color: #0169c2;
}
.teachlist .item:hover a {
  margin-top: -5px;
}
.gridlist {
  width: 105%;
  position: relative;
}
.gridlist .item {
  width: 285px;
  float: left;
  margin: 0 20px 30px 0;
  background: #fff;
  overflow: hidden;
  position: relative;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all ease 300ms;
}
.gridlist .item a {
  width: 100%;
  display: block;
}
.gridlist .item img {
  width: 285px;
  height: 214px;
  display: block;
}
.gridlist .item h3 {
  text-align: center;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  overflow: hidden;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.gridlist .item:hover {
  box-shadow: 0 6px 15px rgba(82, 93, 177, 0.2);
}
.stylelist {
  position: relative;
  overflow: hidden;
}
.stylelist .list {
  width: 105%;
}
.stylelist .item {
  width: 387px;
  float: left;
  margin: 0 19px 25px 0;
  background: #fff;
}
.stylelist .item .img {
  width: 385px;

  display: block;
  overflow: hidden;
  border: 1px solid #f5f5f5;
}
.stylelist .item .img img {
  width: 100%;
  height: 288px;
  transition: all .5s;
  display: block;
}
.stylelist .item .t {
  width: 385px;
  height: 56px;
  line-height: 56px;
  display: block;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  transition: all ease 300ms;
}
.stylelist .item:hover .img img {
  transform: scale(1.04);
}
.stylelist .item:hover .t {
  color: #0169c2;
}
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.banner {
  width: 100%;
  min-width: 1000px;
  height: 600px;
  top: 0;
  z-index: 20;
  position: relative;
  overflow: hidden;
}
.banner .list {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 600px;
}
.banner .list li {
  width: 100%;
  height: 600px;
  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: 100%;
  height: 600px;
  position: absolute;
  left: 50%;
  margin-left: -50%;
  top: 0;
  display: block;
}
.banner .tip {
  width: 100%;
  height: 3px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 10;
}
.banner .tip li {
  width: 40px;
  height: 3px;
  margin: 0 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  vertical-align: top;
  text-align: center;
  background: #fff;
  border-radius: 2px;
}
.banner .tip li.cur,
.banner .tip li:hover {
  background: #67c9ff;
}
.banner .prev,
.banner .next {
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 12;
  top: 50%;
  border-radius: 100%;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.3) url(../images/banner-ico.png) no-repeat 17px -11px;
  cursor: pointer;
}
.banner .prev:hover,
.banner .next:hover {
  background-color: #fff;
}
.banner .prev {
  left: 80px;
}
.banner .prev:hover {
  background-position: 17px -112px;
}
.banner .next {
  right: 80px;
  background-position: -88px -11px;
}
.banner .next:hover {
  background-position: -88px -113px;
}
/***********index css ***********/
.indexTit {
  padding: 10px 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 26px;
  color: #333;
}
.indexTit s {
  width: 26px;
  height: 26px;
  margin-right: 15px;
  background-position: -35px 0;
}
.index .ijiuye {
  border: 1px solid #eee;
  position: relative;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  width: 1198px;
  margin: 30px auto 0;
}
.index .ijiuye .listcon {
  width: 1158px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.index .ijiuye .list {
  width: 1000%;
  position: relative;
}
.index .ijiuye li {
  width: 960px;
  float: left;
  height: 50px;
  line-height: 50px;
}
.index .ijiuye li a {
  width: 100%;
  display: block;
  color: red;
}
.index .ijiuye li .time {
  float: right;
  color: #999;
}
.index .ijiuye li s {
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  background: #0169c2;
}
.index .floor_1 {
  padding: 50px 0;
}
.index .floor_1 .indexTit {
  width: 200px;
  float: left;
  padding: 6px 0 0;
  text-align: left;
}
.index .floor_1 .listcon {
  width: 1000px;
  float: right;
  line-height: 30px;
  position: relative;
  height: 90px;
  overflow: hidden;
}
.index .floor_1 .listcon .list {
  width: 120%;
  position: relative;
}
.index .floor_1 .listcon li {
  height: 30px;
  line-height: 30px;
  width: 452px;
  overflow: hidden;
  float: left;
  margin-right: 92px;
}
.index .floor_1 .listcon li a {
  width: 100%;
  display: block;
}
.index .floor_1 .listcon li .time {
  font-family: advant;
  color: #999999;
  float: right;
}
.index .floor_2 {
  background: #f6f6f6;
}
.index .floor_2 .indexTit {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 28px;
}
.index .floor_2 .list {
  height: 412px;
  position: relative;
}
.index .floor_2 .item {
  width: 290px;
  height: 225px;
  position: absolute;
  overflow: hidden;
  border-radius: 8px;
}
.index .floor_2 .item a {
  width: 100%;
  height: 100%;
  display: block;
}
.index .floor_2 .item a:hover h4{ text-decoration:underline}
.index .floor_2 .item img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .5s;
}
.index .floor_2 .item h3 {
  color: #fff;
  font-size: 30px;
  height: 40px;
  text-align:center;
  line-height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  font-family: advant;
  margin-top:40px;
}
.index .floor_2 .item h4 {
  color: #fff;
  font-size: 20px;
  text-align:center;
  margin-bottom: 10px;
  overflow: hidden;
  font-family: advant;
  margin-top:60px;
}
.index .floor_2 .item .txt {
  padding: 0 50px 0 0;
  line-height: 24px;
  height: 96px;
  position: absolute;
  left: 42px;
  top: 86px;
  overflow: hidden;
  color: #fff;
}
.index .floor_2 .item:hover .txtcon .more {
  margin-top: 13px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.index .floor_2 .item.a1 {
  width: 290px;
  height: 200px;
  left: 300px;
  top: 0;
  background:linear-gradient(#3297e6,#1889e4);
}

.index .floor_2 .item.a1 .txt {
  top: 150px;
  height: 144px;
}
.index .floor_2 .item.a2 {
  width: 290px;
  height: 200px;
  left: 600px;
  top: 0;
  background:linear-gradient(#3fc6e7,#15b6e4);
}
.index .floor_2 .item.a3 {
  width: 290px;
  height: 410px;
  left: 0px;
  top: 0;
  background:linear-gradient(#76d236,#57b218);
}
.index .floor_2 .item.a4 {
  width: 290px;
  height: 200px;
  left: 900px;
  top: 0;
  background:linear-gradient(#e8cd41,#e3c510);
}
.index .floor_2 .item.a5 {
  width: 290px;
  height: 200px;
  left: 300px;
  top: 210px;
   background:linear-gradient(#e841c2,#e314b0);
}
.index .floor_2 .item.a6 {
  width: 290px;
  height: 200px;
  left: 600px;
  top: 210px;
   background:linear-gradient(#e84356,#e41931);
}
.index .floor_2 .item.a7 {
  width: 290px;
  height: 200px;
  left: 900px;
  top: 210px;
  background:linear-gradient(#e87d44,#e46215);
}


.index .floor_2 .item.a3 .txt,
.index .floor_2 .item.a4 .txt {
  display: none;
}
.index .floor_2 .item:hover img {
  transform: scale(1.09);
}
.index .floor_3 {
  width: 100%;
  padding: 50px 0 80px;
  background: #f6f6f6;
}
.index .floor_3 .ixbanner {
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
  background: url(../images/ixbannerbg.jpg) no-repeat center center;
}

.index .floor_3 .ixbanner1 {
  height: 180px;
  position: relative;
  overflow: hidden;
  margin-bottom: 70px;
  background: url(../images/ixbannerbg1.jpg) no-repeat center center;
}
.index .floor_3 .ixbanner .tel {
  color: #fff;
  font-size: 30px;
  font-family: arial;
  position: absolute;
  left: 800px;
  top: 40px;
}
.index .floor_3 .ixbanner .tel s {
  width: 28px;
  height: 30px;
  margin-right: 10px;
  background-position: -73px 0;
}
.index .floor_3 .ixbanner .qq {
  font-weight: bold;
  width: 316px;
  height: 45px;
  position: absolute;
  left: 800px;
  top: 95px;
}
.index .floor_3 .ixbanner .qq a {
  width: 316px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  display: block;
  font-style: oblique;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.index .floor_3 .ixbanner .qq s {
  width: 22px;
  height: 25px;
  transition: all ease 300ms;
  margin-right: 6px;
  background-position: -114px 0;
}
.index .floor_3 .ixbanner .qq:hover s {
  margin-right: 12px;
}
.index .floor_3 .iabout {
  padding: 30px;
  width: 1140px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.index .floor_3 .iabout .videcon {
  width: 500px;
  height: 250px;
  margin-right: 30px;
  border-radius: 8px;
  overflow: hidden;
  float: left;
  position: relative;
}
.index .floor_3 .iabout .videcon img,
.index .floor_3 .iabout .videcon iframe {
  width: 100%;
  height: 100%;
  display: block;
}
.index .floor_3 .iabout .iaboutTxt {
  width: 610px;
  float: left;
}
.index .floor_3 .iabout .iaboutTxt .indexTit {
  text-align: left;
  padding: 15px 0 23px;
}
.index .floor_3 .iabout .iaboutTxt .txt {
  line-height: 28px;
  height: 112px;
  overflow: hidden;
  color: #666666;
}
.index .floor_3 .iabout .iaboutTxt .more {
  width: 158px;
  height: 34px;
  line-height: 34px;
  border: 1px solid #71a8d8;
  text-align: center;
  color: #0169c2;
  display: block;
  border-radius: 6px;
  transition: all ease 300ms;
  margin-top: 34px;
}
.index .floor_3 .iabout .iaboutTxt .more:hover {
  background: #0169c2;
  color: #fff;
}
.index .floor_3 .iabout .inum {
  width: 345px;
  padding: 50px 0 0;
}
.index .floor_3 .iabout .inum li {
  float: left;
  width: 170px;
  height: 92px;
  line-height: 20px;
}
.index .floor_3 .iabout .inum li h3 {
  font-size: 50px;
  line-height: 54px;
  color: #0169c2;
  font-family: advant;
}
.index .floor_3 .iabout .inum li h3 span {
  font-size: 16px;
  line-height: 20px;
  margin-left: 6px;
  font-weight: normal;
}
.index .floor_3 .iabout .inum li h4 {
  color: #666666;
  font-weight: normal;
  line-height: 20px;
}

.index .floor_3 .aboutlist .item {
  width: 285px;
  height: 270px;
  float: left;
  margin-left: 20px;
  transition: all ease 300ms;
  border-radius: 8px;
  background: url(../images/iabout-bg1.png) no-repeat center center;
}
.index .floor_3 .aboutlist .item:first-child {
  margin-left: 0;
}
.index .floor_3 .aboutlist .item a {
  width: 247px;
  height: 195px;
  padding: 75px 0 0 38px;
  display: block;
  position: relative;
}
.index .floor_3 .aboutlist .item h3 {
  color: #fff;
  font-size: 30px;
  padding: 0 0 10px;
}
.index .floor_3 .aboutlist .item h3 s {
  width: 32px;
  height: 35px;
  background-position: 0 -35px;
  margin-left: 10px;
}
.index .floor_3 .aboutlist .item .txt {
  color: #fff;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
  padding: 0 40px 0 0;
}
.index .floor_3 .aboutlist .item img {
  position: absolute;
  width: 100px;
  height: 100px;
  display: block;
  right: 12px;
  top: 12px;
  z-index: 10;
}
.index .floor_3 .aboutlist .item.a2 {
  background-image: url(../images/iabout-bg2.png);
}
.index .floor_3 .aboutlist .item.a3 {
  background-image: url(../images/iabout-bg3.png);
}
.index .floor_3 .aboutlist .item:hover {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-top: -6px;
}
.index .floor_4 {
  background: #dce9fd;
  padding: 50px 0;
}
.index .floor_4 .indexTit {
  margin-bottom: 25px;
}
.index .floor_4 .iteach {
  overflow: hidden;
  position: relative;
}
.index .floor_4 .iteach .teachlist {
  width: 500%;
  position: relative;
}
.index .floor_4 .iteach .hd {
  padding: 30px 0 0;
  text-align: center;
}
.index .floor_4 .iteach .hd ul {
  width: 100%;
  text-align: center;
}
.index .floor_4 .iteach .hd ul li {
  width: 10px;
  height: 10px;
  background: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin: 0 7px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 0;
}
.index .floor_4 .iteach .hd ul li.on {
  width: 30px;
  background: url(../images/morebg.png) no-repeat center center;
}
.index .floor_5 {
  padding: 50px 0 70px;
}
.index .floor_5 .indexTit {
  margin-bottom: 25px;
}
.index .floor_5 .stylelist {
  padding: 0 0 20px;
  *padding-bottom: 40px;
  overflow: hidden;
  position: relative;
}
.index .floor_5 .stylelist .list {
  width: 500%;
  position: relative;
}
.index .floor_5 .indexmore {
  width: 180px;
  height: 40px;
  line-height: 40px;
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: url(../images/morebg.png) no-repeat center center;
  transition: all ease 300ms;
}
.index .floor_5 .indexmore:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.newslist {
  width: 106%;
  position: relative;
}
.newslist .item {
  width: 565px;
  height: 169px;
  padding: 10px;
  float: left;
  margin: 0 30px 20px 0;
  background: #fff;
  position: relative;
}
.newslist .item a {
  width: 100%;
  display: block;
}
.newslist .item img {
  width: 220px;
  height: 165px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.newslist .item .time {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 20px;
  top: 65px;
  text-align: center;
  color: #b0b0b0;
}
.newslist .item .time .day {
  color: #333333;
  font-size: 34px;
  font-weight: bold;
  display: block;
}
.newslist .item h3 {
  font-size: 18px;
  width: 240px;
  line-height: 30px;
  height: 60px;
  position: absolute;
  left: 100px;
  top: 60px;
}
/**********index css end**********/
/************content************/
.nybanner {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.nybanner img {
  width: 1920px;
  height: 300px;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
}
/*wrapper*/
.noinfo {
  width: 100%;
  padding: 0 3%;
}
.noinfo img {
  display: block;
  margin: 0 auto;
}
.wrapper {
  padding: 0 0 46px;
  position: relative;
  min-height: 300px;
  background: #f6f6f6;
}
.wrapper .content {
  width: 1200px;
  margin: 0 auto;
  min-height: 250px;
}
.wrapper .bfff .formData {
  width: 1140px;
  margin: 20px auto;
  border-radius: 8px;
  padding: 0 30px 20px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.wrapper .teachlist {
  width: 105%;
}
.wrapper .stylelist {
  width: 105%;
}
.wrapper .stylelist .item {
  background: #fff;
}
/* loaction */
.location {
  width: 100%;
  height: 49px;
  line-height: 49px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #dddddd;
}
.location .sitepath {
  color: #666666;
  float: right;
  white-space: nowrap;
}
.location .sitepath a {
  color: #666666;
}
.location .sitepath a:hover {
  color: #0169c2;
}
.location .menu {
  height: 49px;
  line-height: 49px;
  width: 60%;
  float: left;
}
.location .menu a {
  height: 49px;
  line-height: 49px;
  color: #333;
  transition: all ease 300ms;
  display: block;
  position: relative;
  float: left;
  margin-right: 35px;
  font-size: 16px;
}
.location .menu a s {
  width: 0;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background: #0169c2;
  transition: all ease 300ms;
}
.location .menu a.hover,
.location .menu a:hover {
  color: #0169c2;
}
.location .menu a.hover s,
.location .menu a:hover s {
  width: 80%;
}
/* reLink */
.reLink {
  height: 48px;
  line-height: 48px;
  padding: 0 15px;
  margin-bottom: 40px;
  border: 1px solid #dddddd;
}
.reLink .nextLink,
.reLink .prevLink {
  width: 50%;
  color: #666;
}
.reLink .nextLink {
  text-align: right;
}
.reLink a {
  display: block;
  transition: all ease 300ms;
}
.reLink a:hover {
  color: #0169c2;
}
/* pager */
.pager {
  padding: 30px 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: #fff;
  border: 1px solid #ddd;
}
.pager ul a.current {
  background-color: #0169c2;
  color: #fff;
}
.pager ul a.current:hover {
  background-color: #0169c2;
  color: #fff;
}
.pager ul a:hover {
  background: #0169c2;
  color: #fff;
}
/*n-gridlist*/
.n-gridlist {
  width: 105%;
}
.n-gridlist .item {
  width: 380px;
  float: left;
  margin: 0 30px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.n-gridlist .item a {
  width: 100%;
  display: block;
}
.n-gridlist .item img {
  width: 380px;
  height: 285px;
  display: block;
}
.n-gridlist .item h3 {
  width: 100%;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
}
.n-gridlist .item .bg {
  position: absolute;
  width: 380px;
  padding-top: 116px;
  height: 169px;
  left: -380px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.n-gridlist .item .bg s {
  width: 64px;
  height: 64px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-position: 0 -32px;
}
.n-gridlist .item:hover {
  background: #f5f5f5;
}
.n-gridlist .item:hover h3 {
  color: #0169c2;
}
.n-gridlist .item:hover .bg {
  left: 0;
}
/*n-tit*/
.n-tit {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #dddddd;
  color: #0169c2;
  font-weight: bold;
  font-size: 20px;
}
.n-tit s {
  width: 18px;
  height: 22px;
  margin-right: 10px;
  background-position: -80px -34px;
}
.n-tit .more {
  font-size: 14px;
  font-weight: normal;
}
.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;
}
/*relateNews*/
.relateNews {
  padding: 15px 0 0;
  width: 100%;
  overflow: hidden;
}
.relateNews .list {
  width: 120%;
  padding-top: 25px;
}
.relateNews .list li {
  width: 537px;
  float: left;
  padding: 20px;
  border: 1px solid #ddd;
  margin-right: 42px;
  margin-bottom: 20px;
  transition: all ease 300ms;
  background: #fff;
  border-radius: 2px;
}
.relateNews .list li a {
  display: block;
  width: 100%;
}
.relateNews .list li img {
  width: 213px;
  height: 120px;
  display: block;
  float: left;
  margin-right: 20px;
}
.relateNews .list li h3 {
  line-height: 24px;
  height: 48px;
  padding-top: 9px;
  overflow: hidden;
  margin-bottom: 7px;
  font-size: 16px;
  color: #333;
}
.relateNews .list li .txt {
  height: 48px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
}
.relateNews .list li .time {
  color: #999999;
  font-size: arial;
}
.relateNews .list li:hover {
  border-color: #0169c2;
}
.relateNews .list li:hover h3 {
  color: #0169c2;
}
.relateNews .prolist {
  padding-left: 3px;
}
/*aboutPage*/
.aboutPage {
  width: 1200px;
  margin: 0 auto;
}
.aboutPage .txtcon {
  padding: 25px 30px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding-bottom: 30px;
}
.aboutPage .txtcon img {
  max-width: 100%;
}
.aboutPage .formData {
  width: 1140px;
  margin: 20px auto;
  border-radius: 8px;
  padding: 0 30px 20px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.aboutPage .mapArea {
  width: 96%;
  margin: 20px auto 0;
  height: 400px;
}
.aboutPage .mapArea #allmap {
  width: 100%;
  height: 400px;
}
.productPage {
  overflow: hidden;
  position: relative;
}
.productPage .gridlist {
  width: 105%;
}
/*newsPage*/
.newsPage {
  position: relative;
  overflow: hidden;
}
.newsPage .list {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}
.newsPage .item {
  width: 1120px;
  margin: 0 auto;
  padding: 40px;
  height: 147px;
  transition: all ease 300ms;
  border-top: 1px solid #ddd;
}
.newsPage .item:first-child {
  border-top: 0px;
}
.newsPage .item a {
  width: 100%;
  display: block;
}
.newsPage .item img {
  width: 260px;
  height: 147px;
  display: block;
  margin-right: 40px;
}
.newsPage .item h3 {
  font-size: 18px;
  color: #333;
  padding: 30px 0 16px;
  transition: all ease 300ms;
}
.newsPage .item .txt {
  color: #999;
  line-height: 24px;
  height: 48px;
  padding-right: 94px;
  overflow: hidden;
}
.newsPage .item .time {
  width: 130px;
  padding-top: 36px;
  line-height: 24px;
  font-family: advant;
  font-size: 16px;
  color: #939aa3;
}
.newsPage .item .time .day {
  font-size: 32px;
  line-height: 40px;
  display: block;
}
.newsPage .item .time s {
  width: 50px;
  height: 8px;
  display: block;
  margin-top: 20px;
  background-position: -60px -52px;
}
.newsPage .item:hover h3 {
  color: #0169c2;
  text-indent: 10px;
}
.newsPage .searchlist .item img {
  width: auto;
  height: 150px;
}
/*showCourse*/
.showCourse .imgcon {
  margin-bottom: 20px;
}
.showCourse .imgcon .img {
  width: 700px;
  height: 394px;
  border-radius: 8px;
  float: left;
  overflow: hidden;
}
.showCourse .imgcon .img img {
  width: 100%;
  display: block;
}
.showCourse .imgcon .imgtxt {
  width: 456px;
  height: 394px;
  padding: 0 22px 0;
  float: right;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.showCourse .imgcon .imgtxt .txtcon {
  line-height: 30px;
  padding-top: 10px;
  color: #444444;
  height: 300px;
  overflow: hidden;
}
.showCourse .contxt {
  border-radius: 8px;
  padding: 0 30px 20px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.showCourse .contxt .seeimg {
  padding: 0 0 10px;
}
.showCourse .contxt .seeimg .btn {
  width: 269px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: url(../images/show-seebg.png) no-repeat center center;
  cursor: pointer;
}
.showCourse .contxt .seebigimg {
  position: fixed;
  width: 860px;
  height: 80%;
  z-index: 99999;
  left: 50%;
  top: 10%;
  margin-left: -430px;
  background: #fff;
  border: 5px solid #eee;
  display: none;
  border-radius: 10px;
}
.showCourse .contxt .seebigimg .close {
  width: 32px;
  height: 32px;
  position: absolute;
  top: -35px;
  right: -50px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f3f3 url(../images/dialogclose.png) no-repeat center center;
  transition: all ease 300ms;
}
.showCourse .contxt .seebigimg .close:hover {
  transform: rotate(180deg);
}
.showCourse .contxt .seebigimg .con {
  overflow-x: auto;
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.showCourse .contxt .seebigimg img {
  display: block;
  margin: 0 auto;
}
.showCourse .contxt .txtcon {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 30px;
  line-height: 30px;
  color: #444444;
}
.showCourse .contxt .txtcon img,
.showCourse .contxt .txtcon iframe {
  max-width: 100%;
}
.showCourse .contxt .txtcon .clist {
  width: 105%;
  position: relative;
  *zoom: 1;
}
.showCourse .contxt .txtcon .clist:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.showCourse .contxt .txtcon .clist li {
  width: 209px;
  font-size: 16px;
  margin: 0 18px 18px 0;
  float: left;
  padding-left: 60px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: url(../images/show-ntitbg.png) no-repeat left center;
}
/*showNews*/
.showNews {
  padding: 10px 0 30px;
  width: 1200px;
  margin: 0 auto;
}
.showNews img {
  max-width: 100%;
}
.showNews .title {
  color: #333333;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}
.showNews .mark {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 15px 0 20px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
}
.showNews .mark span {
  margin: 0 10px;
  font-size: 12px;
  color: #666666;
}
.showNews .showContxt {
  padding: 0 0 20px;
  line-height: 30px;
}
.showNews .showContxt img {
  max-width: 100%;
}
.showNews .formbtn {
  width: 120px;
  height: 42px;
  line-height: 42px;
  margin: 0 0 40px;
  display: block;
  text-align: center;
  background: #0169c2;
  color: #fff;
}
.showNews .formbtn:hover {
  background: #ffe720;
}
.shareNew {
  padding: 10px 0 25px;
}
/*****showTeacher****/
.showTeacher .showImg {
  border-radius: 8px;
  padding: 30px 30px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.showTeacher .photo {
  width: 300px;
  height: 300px;
  border: 1px solid #ddd;
}
.showTeacher .photo .dimg {
  width: 300px;
  height: 300px;
  display: block;
}
.showTeacher .imgtxtcon {
  width: 800px;
  padding-left: 30px;
  float: left;
  position: relative;
}
.showTeacher .imgtxtcon .list {
  padding: 14px 0 0 10px;
  height: 176px;
}
.showTeacher .imgtxtcon .list li {
  line-height: 24px;
  margin-bottom: 5px;
}
.showTeacher .imgtxtcon .list li s {
  width: 3px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 10px;
  background: #999;
  border-radius: 100%;
  display: none;
}
.showTeacher .imgtxtcon .list li span {
  color: #999;
  margin-right: 4px;
}
.showTeacher .imgtxtcon .tel {
  margin: 0 25px;
  border-top: 1px dotted #ddd;
  padding: 20px 0;
}
.showTeacher .imgtxtcon .tel span {
  color: #000;
  display: block;
}
.showTeacher .imgtxtcon .tel strong {
  display: block;
  font-family: impact;
  color: #0169c2;
  font-weight: normal;
  font-size: 40px;
  height: 46px;
  line-height: 46px;
}
.showTeacher .imgtxtcon .btn1,
.showTeacher .imgtxtcon .btn2 {
  float: left;
  margin-right: 20px;
  transition: all ease 300ms;
  width: 135px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
}
.showTeacher .imgtxtcon .btn1:hover,
.showTeacher .imgtxtcon .btn2:hover {
  background: #444;
}
.showTeacher .imgtxtcon .btn1 {
  background: #0169c2;
}
.showTeacher .imgtxtcon .btn2 {
  text-align: center;
  margin-right: 0;
  margin-left: 0;
  background: #f14a02;
}
.showTeacher .contxt {
  border-radius: 8px;
  padding: 0 30px 30px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.showTeacher .contxt .txtcon {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  line-height: 30px;
  color: #444444;
}
.showTeacher .contxt .txtcon img,
.showTeacher .contxt .txtcon iframe {
  max-width: 100%;
}
.formData form {
  padding: 30px 0 20px;
}
.formData .item {
  float: left;
  color: #999;
  font-weight: normal;
  width: 364px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #dddddd;
  margin-right: 21px;
  margin-bottom: 20px;
  position: relative;
}
.formData .item.mr0 {
  margin-right: 0;
}
.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 .txt {
  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: 1139px;
  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: 1099px;
  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: #f04600;
  color: #ffffff;
  font-size: 16px;
  cursor: pointer;
  display: block;
  transition: all ease 300ms;
  margin: 0 auto;
}
.formData .sub:hover {
  background: #0169c2;
}
.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 .formData {
  width: 1140px;
  margin: 20px auto;
  border-radius: 8px;
  padding: 0 30px 20px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.contactPage .content {
  min-height: 250px;
}
/*searchPage*/
.searchPage {
  overflow: hidden;
}
.searchPage ul {
  width: 105%;
}
.searchPage .item {
  width: 280px;
  height: 274px;
  float: left;
  margin: 0 25px 30px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: all ease 300ms;
}
.searchPage .item a {
  width: 100%;
  display: block;
}
.searchPage .item img {
  width: 280px;
  height: auto;
  display: block;
}
.searchPage .item h3 {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 64px;
  line-height: 64px;
  text-align: center;
  font-size: 16px;
  transition: all ease 300ms;
  background: #fff;
}
.searchPage .item .bg {
  position: absolute;
  width: 280px;
  padding-top: 86px;
  height: 124px;
  left: -280px;
  top: 0;
  z-index: 10;
  background: url(../images/red80.png) repeat 0 0;
  text-align: center;
  transition: all ease 300ms;
}
.searchPage .item .bg s {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  background-color: #fff;
  background-position: -22px 18px;
}
.searchPage .item:hover {
  background: #fff;
}
.searchPage .item:hover h3 {
  color: #fff;
  background: #333;
}
.searchPage .item:hover .bg {
  left: 0;
}
.jobPage {
  padding: 45px 0 50px;
  position: relative;
}
.jobPage .joblist {
  padding-bottom: 40px;
}
.jobPage .joblist li .txt {
  height: auto;
  padding-bottom: 25px;
  max-height: 400px;
}
.jobzly {
  padding: 80px 0 0;
}
.jobzly li {
  width: 580px;
  height: 300px;
  float: left;
  margin-left: 40px;
  background-position: center center;
  transition: all ease 300ms;
  background-repeat: no-repeat;
  position: relative;
}
.jobzly li:first-child {
  margin-left: 0px;
}
.jobzly li a {
  width: 100%;
  height: 300px;
  display: block;
}
.jobzly li h3 {
  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 50px;
  top: 120px;
}
.jobzly li .line {
  width: 35px;
  height: 1px;
  position: absolute;
  display: block;
  background: #fff;
  left: 50px;
  top: 162px;
}
.jobzly li:hover {
  margin-top: -8px;
}
.toolbar {
  width: 48px;
  position: fixed;
  right: 5px;
  top: 32%;
  z-index: 999;
}
.toolbar dd {
  width: 48px;
  height: 48px;
  margin-bottom: 2px;
  position: relative;
  background: #2b3247;
  border-radius: 100%;
}
.toolbar dd i {
  width: 48px;
  height: 48px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}
.toolbar dd i span {
  width: 35px;
  height: 44px;
  display: block;
  margin: 7px 0 0 7px;
  *margin: 7px 0 0 0;
  background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
  display: none;
}
.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -65px;
  background: #0169c2;
  display: none;
}
.toolbar .pop-code {
  width: 120px;
  padding: 20px 20px 0;
}
.toolbar .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}
.toolbar .pop-code h3 {
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #f2e8e1;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.toolbar .slide-tel {
  width: 220px;
  text-align: center;
  color: #fff;
  top: 0;
  height: 50px;
  line-height: 50px;
  border-radius: 30px;
}
.toolbar .slide-tel li {
  height: 48px;
  line-height: 48px;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
}
.toolbar .slide-tel li span {
  width: 35px;
  height: 44px;
  background: url(../images/rightfixicon.png) no-repeat 0 0;
  display: inline-block;
  vertical-align: middle;
}
.toolbar .qq span {
  background-position: 1px -47px;
}
.toolbar .qq a {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
}
.toolbar .qq:hover {
  background: url(../images/xf_bga.png);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar .qq:hover span {
  background-position: 1px -47px;
}
.toolbar .qq2 span {
  background-position: -1px -187px;
}
.toolbar .qq2 a {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: block;
}
.toolbar .qq2:hover {
  background: url(../images/xf_bga.png);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar .qq2:hover span {
  background-position: -1px -187px;
}
.toolbar .tel {
  width: 48px;
  height: 48px;
  display: block;
}
.toolbar .tel span {
  background-position: 0 0;
}
.toolbar .tel:hover {
  background: url(../images/xf_bga.png) no-repeat center center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar .tel:hover span {
  background-position: 0 0;
}
.toolbar .code span {
  background-position: 0 -96px;
}
.toolbar .code:hover {
  background: url(../images/xf_bga.png) no-repeat center center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar .code:hover span {
  background-position: 0 -96px;
}
.toolbar .top span {
  background-position: 0 -142px;
}
.toolbar .top:hover {
  background: url(../images/xf_bga.png) no-repeat center center;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.toolbar .top:hover span {
  background-position: 0 -142px;
}
/*rightFix*/
.rightFix {
  width: 48px;
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -100px;
  z-index: 99;
}
@media (max-width: 1366px) {
  .rightFix {
    right: 8px;
  }
}
.rightFix .ico {
  width: 48px;
  height: 48px;
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0px;
  transition: all ease 300ms;
  margin-top: 1px;
  padding: 0px;
  border-radius: 48px;
  margin-bottom: 5px;
  background: #2b3247 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: #0169c2;
  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: #0169c2;
  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: linear-gradient(to bottom, #68a9ff 0%, #8c7dfc 100%);
  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-xcx {
  background-position: 11px -205px;
}
.rightFix .fix-xcx:hover {
  background-position: -33px -205px;
}
.rightFix .fix-form {
  background-position: 10px -234px;
}
.rightFix .fix-form span {
  font-size: 14px;
  line-height: 23px;
  width: 180px;
}
.rightFix .fix-form:hover {
  background-position: -37px -234px;
}
.map_ul {
  list-style: outside none none;
  display: block;
  width: 94%;
  padding: 20px 3% 0;
}
.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: #0169c2;
  color: #fff;
}
span.bds_more,
.bds_tools a {
  line-height: 14px !important;
}
@font-face {
  font-family: advant;
  src: url("../font/advant.eot");
  src: url("../fonts/advant.eot") format("eot"), url("../fonts/advant.ttf") format("truetype");
}


.copyright{ width:100%; background:#0169c2; }
.link{ height:290px;width:100%; }
.link h3{ float:left; width:1000px; height:60px; line-height:60px; font-size:26px; color:#fff; font-weight:200; margin:30px 0 0 0;}
.link span{ float:left; margin:14px 0 0 0; width:1170px;}
.link span a{ margin:0 12px; color:#fff; font-size:16px; line-height:40px;}
.link .more{ height:55px;float:right; margin:30px 0 0 0;}
.bottom_top{background:#1d1d1d;   float:left;width:100%;float:left;}
.bottom{ text-align:center; line-height:20px; font-family:Arial; padding:25px 0; color:#fff;}
.bottom img{ }
.bottom_font{background:#272727; float:left; width:100%;}

.footer{width:100%;color:#fff;padding-bottom:20px; position:relative; float:left;}
.footer .main{width:1170px; height:300px; margin:0 auto;}
.footer_left{width:360px;float:left;margin:60px 20px 0 0;}
.footer_logo{ text-align:center;}
.footer_ewm{padding:30px 10px 0 140px;float:left;}
.footer_ewm h4{ text-align:center;color:#fff;padding-top:10px;}
.footer_us{float:left;width:360px;margin:0px 20px;padding-top:70px;position: relative;}
.f_us_con p{text-transform : uppercase;line-height:30px;font-size:10pt; font-weight:200;}
.line{border-bottom:1px solid #fff;padding:5px 0;margin-bottom:30px;}
.f_us_con h4{text-transform : uppercase;line-height:30px;font-size:10pt; font-weight:200;}
.f_us_con h4 a{color:#fff;}
.f_us_con .us{display:block; position:absolute;top:90px;right:0;width: 129px;}
.f_us_con .us a{display:block;margin-right:5px;width:38px;height:30px;background:url(../images/yjcd.png) no-repeat;float:left;}
.f_us_con .us .u_01{ background-position:0 -295px;}
.f_us_con .us .u_02{ background-position:-45px -295px;}
.f_us_con .us .u_03{ background-position:-87px -295px;}
.f_us_con .us .u_01:hover{ background-position:-1px -327px;}
.f_us_con .us .u_02:hover{ background-position:-46px -328px;}
.f_us_con .us .u_03:hover{ background-position:-88px -328px;}

.footer_right{float:right;width:300px;margin:0 0 0 20px;padding-top:100px;}