/*公共样式--开始*/

html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
body {
  font-family: Microsoft YaHei;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.htop {
  background: #cccccc;
  font-size: 12px;
  color: #666666;
  line-height: 38px;
}
.htop a {
  color: #666666;
}
.htop a:hover {
  color: #0075c5;
}
.btop {
  background: url(../images/htopbj.png) center no-repeat;
}
.head {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.x-banner {
  position: relative;
}
.llogo {
  padding-top: 10px;
}
.bxia {
  background: #3f4141;
  height: 150px;
}
.bxia ul li {
  width: 25%;
  padding: 0 21px;
  height: 150px;
  background: url(../images/bk.jpg) right no-repeat;
  cursor: pointer;
}
.bxia ul li .p1 {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  margin-top: 33px;
  margin-bottom: 16px;
}
.bxia ul li .p2 {
  color: #afb0b0;
  font-size: 12px;
  line-height: 24px;
}
.bxia ul li:last-child {
  background: none;
}
.bxia ul li:hover .p2 {
  color: #fff;
}
.title {
  text-align: center;
  padding-top: 38px;
}
.title .p1 {
  color: #0075c5;
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}

.title .p2 {
  font-size: 36px;
  color: #999999;
  line-height: 36px;
  text-align: center;
}
.product {
  margin-top: 55px;
}
.pp {
  width: 25%;
}
.pp .pimg {
  overflow: hidden;
}
.pp .pimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.pp:hover .pimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.pcont {
  padding: 0 30px;
  padding-top: 50px;
  height: 190px;
  background: #f1f1f1;
  transition: all 0.5s;
}
.pcont .p1 {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  font-weight: 700;

  padding-bottom: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  transition: all 0.5s;
}
.pcont .p2 {
  font-size: 16px;
  line-height: 25px;
  color: #666;
  margin-top: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.pp:hover .pcont .p1 {
  color: #fff;
  border-bottom: 1px solid #60a6d7;
}
.pp:hover .pcont .p2 {
  color: #fff;
}
.pp {
  height: 380px;
  position: relative;
}
.pd .pimg {
  top: 0;
  position: absolute;
}
.pd .pcont {
  bottom: 0;
  position: absolute;
}
.ps .pcont {
  top: 0;
  position: absolute;
}
.ps .pimg {
  bottom: 0;
  position: absolute;
}
.pd .pcont::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 10px;
  top: -10px;
  left: 50%;
  margin-left: -9.5px;
  z-index: 999;
  background: url(../images/up.png) no-repeat;
  transition: all 0.5s;
}
.pd:hover .pcont::after {
  background: url(../images/up1.png) no-repeat;
}

.ps .pcont::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 10px;
  bottom: -10px;
  left: 50%;
  margin-left: -9.5px;
  z-index: 999;
  background: url(../images/down.png) no-repeat;
  transition: all 0.5s;
}
.ps:hover .pcont::after {
  background: url(../images/down1.png) no-repeat;
}
.pp:hover .pcont {
  background: #0075c5;
  height: 208px;
  z-index: 999;
}
.case {
  background: #efefef;
  margin-top: 60px;
  padding-bottom: 60px;
}
.sb {
  margin-top: 40px;
  background: #fff;
}

.sb .hd ul li {
  width: 150px;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 50px;
  background: #0075c5;
}
.sb .hd ul li a {
  color: #fff;
}
.sb .hd ul li.on {
  background: #fff;
  color: #333;
}
.sb .hd ul li.on a {
  color: #333;
}
.sb .bd {
  margin-top: 33px;
  padding: 0 16.5px;
  padding-bottom: 10px;
}
.sb .bd ul .bdc {
  margin: 0 16.5px;
  margin-bottom: 24px;
}
.sb .bd ul .bdcc {
  border: 2px #fff solid;
  transition: all 0.8s;
}
.sb .bd ul .bdcc img {
  border: 1px #f4f3f3 solid;
  transition: all 0.8s;
}
.sb .bd ul .bdc:hover .bdcc {
  border: 2px #0075c5 solid;
}
.sb .bd ul .bdc:hover .bdcc img {
  border: 1px #0075c5 solid;
}
.sb .bd ul .bdc p {
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 14px;
  margin-top: 20px;
}
.sb .bd ul .bdc:hover p {
  color: #0075c5;
  transition: all 0.8s;
}
.sida {
  height: 497px;
}
.sida ul li {
  width: 25%;

  cursor: pointer;
}
.sida ul li .scs {
  position: relative;
  width: 100%;
  height: 497px;
}
.scont {
  width: 100%;
  position: absolute;
  top: 274px;
  transition: all 0.8s;
}
.scont .p1 {
  text-align: center;
  font-size: 21px;
  color: #333;
  line-height: 21px;
}
.scont .p2 {
  width: 40px;
  height: 5px;
  background: #0075c5;
  margin: 0 auto;
  margin-top: 30px;
}
.scont .p3 {
  text-align: center;
  margin-top: 25px;
  font-size: 14px;
  color: #666666;
  transition: all 0.8s;
}
.simg {
  width: 100%;
  position: absolute;
  text-align: center;
  top: 80px;
  transition: all 0.8s;
}
.sida ul li:hover .scs .scont {
  top: 80px;
}
.sida ul li:hover .scs .simg {
  top: 274px;
}
.sida ul li:hover .scs .scont .p3 {
  color: #0075c5;
}
.about {
  background: #efefef;
  padding-top: 80px;
  padding-bottom: 30px;
}
.ab {
  background: #fff;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 45px;
}
.aright .p1 {
  color: #0075c5;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 25px;
}
.acont {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.amore {
  margin-top: 35px;
  display: block;
  width: 148px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #666666;
  border: 1px dashed #7f7f7f;
}
.amore:hover {
  color: #0075c5;
}
.aimg {
  overflow: hidden;
}
.aimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.aimg:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.abc {
  background: #fff;
  padding-top: 88px;
  padding-left: 30px;
  padding-bottom: 67px;
  padding-right: 45px;
  background: url(../images/hxian.png) no-repeat #fff;
  background-position: 30px 38px;
  position: relative;
}
.r_btn {
  background: url(../images/you.jpg) no-repeat;
  width: 52px;
  height: 26px;
  top: 25px;
  left: 49.5%;
  transition: all 0.8s;
  position: absolute;
}
.l_btn {
  background: url(../images/zhou.jpg) no-repeat;
  width: 52px;
  height: 26px;
  top: 25px;
  left: 44.5%;
  transition: all 0.8s;
  position: absolute;
}
.r_btn:hover {
  background: url(../images/you1.jpg) no-repeat;
}
.l_btn:hover {
  background: url(../images/zhou1.jpg) no-repeat;
}
.n1 {
  width: 375px;
}
.nbot {
  border: 1px #f4f4f4 solid;
  border-top: none;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 22px;
  padding-top: 10px;
}
.nn {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 40px;
}
.n1 + .n1 {
  margin-left: 24.5px;
}
.nbot li .s1 {
  font-size: 14px;
  color: #999999;
  line-height: 28px;
  display: inline-block;
  margin-right: 10px;
}
/* .nbot li {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
} */
.nbot li .s2 {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
  display: inline-block;
}
.n1:hover .nbot {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 30px;
}
.n1 .nbot li .s2:hover {
  color: #0075c5 !important;
}
.ntop {
  overflow: hidden;
}
.n1 .ntop img {
  transition: all 0.8s;
  max-width: 100%;
}
.n1:hover .ntop img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.foot {
  background: #333333;
  padding-top: 44px;
}
.fd1 {
  margin-left: 17px;
  margin-right: 104px;
}
.bt {
  font-size: 16px;
  line-height: 16px;
  color: #fff;
  margin-bottom: 26px;
}
.foot {
  margin-top: 30px;
}
.foot .p11 {
  line-height: 14px;
  margin-bottom: 14px;
}
.foot .p11 a {
  font-size: 14px;
  color: #999999;
}
.foot .p11 a:hover {
  color: #fff;
}
.fd2 {
  margin-right: 35px;
}
.fd3 {
  margin-right: 68px;
}
.lx {
  width: 210px;
  font-size: 12px;
  color: #999999;
  line-height: 30px;
}
.fd4 {
  margin-right: 115px;
}
.foot .p22 {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  margin-bottom: 20px;
}
.fd5 {
  text-align: center;
  margin-right: 53px;
}
.fd6 {
  text-align: center;
}
.w1 {
  padding-bottom: 68px;
  border-bottom: 1px solid #454545;
}
.bq {
  padding: 14px 0;
}

.bq .p1 {
  font-size: 12px;
  color: #999999;
  line-height: 30px;
}
.bq .p1 a {
  color: #999999;
}
.bq .p1 a:hover {
  color: #0075c5;
}
.link {
  line-height: 39px;
  color: #999999;
  font-size: 12px;
}
.link .w1200 {
  background: url(../images/link.png) no-repeat left;
  padding-left: 30px;
}
.link a {
  color: #999999;
  margin-right: 5px;
}
.link a:hover {
  color: #0075c5;
}

.xypg-left-title {
  background-color: #0075c5;
}
.xypg-job-list .job-title {
  background-color: #0075c5;
}
.xypg-news-list li .more span:hover {
  background-color: #0075c5;
}
.xypg-pagination a:hover {
  background-color: #0075c5;
}
.xypg-news-list li:hover .more span {
  background-color: #0075c5;
}
.xypg-pagination #current,
.xypg-pagination a:hover {
  border: #0075c5;
  background: #0075c5;
}
#toolbar li a {
  background-color: #0075c5;
}
#toolbar li:hover .icon-font {
  background-color: #0075c5;
}

.x-sub-menu > li > a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ntop {
  position: relative;
}
.ntop .ntime {
  position: absolute;
  right: 0;
  width: 80px;
  height: 60px;
  top: 50%;
  padding-top: 14px;
  margin-top: -30px;
  background: #0075c5;
}
.ntop .ntime .nt1 {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  margin-bottom: 5px;
  text-align: center;
}
.ntop .ntime .nt2 {
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}


.x-menu > li:nth-child(2) .x-sub-menu {
  width: 800px;
  left: -100px;
 padding-left: 15px;
 padding-right: 15px;
}
.x-menu > li:nth-child(2) .x-sub-menu > li {
  float: left;
  width: 20%;
    overflow:hidden;
          text-overflow:ellipsis;
          white-space:nowrap;
          margin-right: 6.6%;
         

}
.x-menu > li:nth-child(2) .x-sub-menu > li a{
     text-align: left;
}
.x-menu > li:nth-child(2) .x-sub-menu > li:nth-child(4n){
    margin-right: 0;
    float: right;
}
.aright{
    width: 710px;
}