@charset "utf-8";

@font-face {
  font-family: 'shuhei';
  src: url(fonts/shuhei.ttf);
}

@font-face {
  font-family: 'impact';
  src: url(fonts/impact.ttf);
}

body,
dd,
dl,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
ol,
p,
select,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: middle;
}

li,
ol,
ul {
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  outline: 0;
  border: none;
  font-size: 12px;
  font-family: inherit;
  resize: none;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: ".";
}

.clearfix {
  zoom: 1;
}

html {
  overflow: -moz-scrollbars-vertical;
  overflow-x: hidden;
  overflow-y: scroll;
  zoom: 1;
  verflow: -Scroll;
}

body {
  color: #666;
  font-size: 14px;
  font-family: microsoft yahei, simsun, Arial, Helvetica, sans-serif;
  line-height: 24px;
}

a {
  outline: 0;
  color: #666;
  text-decoration: none;
  blr: expression(this.onFocus=this.blur());
  transition: all ease .3s
}

a:hover {
  text-decoration: none;
  color: #0f5aa5
}

:focus {
  outline: 0
}

img {
  transition: all .5s
}

i {
  font-style: normal
}

.pl20 {
  padding-left: 20px
}

.ttan {
  text-align: right
}

.fl {
  float: left
}

.fr {
  float: right
}

.w1200 {
  width: 1200px;
  margin: 0 auto
}

.w1320 {
  width: 1320px;
  margin: 0 auto
}

.mb10 {
  margin-bottom: 10px
}

.mb15 {
  margin-bottom: 15px
}

.mb25 {
  margin-bottom: 25px
}

.mb80 {
  margin-bottom: 80px
}

.center {
  text-align: center
}

.hide {
  overflow: hidden
}

.erp {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.plr20 {
  padding: 0 20px
}

.pb42 {
  padding-bottom: 42px
}

.mb20 {
  margin-bottom: 24px
}

.mb30 {
  margin-bottom: 30px
}

.mr30 {
  margin-right: 30px
}


.head {
  width: 100%;
  height: 160px;
  border-bottom: 1px solid #ffffff50;
  position: absolute;
  top: 0;
  z-index: 99;
  background: url(../images/top.jpg) no-repeat center center;
}

.head .logo {
  width: 620px;
  height: 120px;
}

.head .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.head .logo img {
  width: 100%;
}

.head .teltop {
  width: 180px;
  height: 120px;
  padding-left: 60px;
  transition: all .3s;
  float: right;
  background: url(../images/telephone.png) no-repeat left center;
  background-size: 36px 36px;
}

.head .teltop p {
  width: 180px;
  height: 60px;
  line-height: 30px;
  color: #fff;
  font-size: 22px;
  padding-top: 30px;
}





.nav {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 99;
}

.nav .yj {
  width: 1630px;
  height: 60px;
  background: #fff;
  float: right;
  margin-right: -60px;
  transform: skewX(-30deg);
  padding-left: 30px;
}

.nav .yj li {
  float: left;
  width: 170px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;

}

.nav .yj li:last-child {
  margin-right: 0;
}

.nav .yj li a {
  color: #333;
  font-size: 18px;
  display: inline-block;
  transform: skewX(30deg);
}

.nav .yj li:hover,
.nav .yj li.on {
  background: #d30202;
}


.nav .yj>.on>a,
.nav .yj>li:hover>a {
  color: #fff;

}

.nav .yj li ul {
  position: absolute;
  left: 0;
  overflow: hidden;
  width: 170px;
  display: none;
}



.nav .yj li:hover ul {
  display: block;
}

.nav .yj li ul li {
  line-height: 40px;
  background: rgba(0, 0, 0, .7);
  width: 170px;
  height: 40px;
}

.nav .yj li ul li:hover {
  background: #d30202
}


.nav .yj li ul li a {
  color: #fff;
  font-size: 14px;
  transform: skewX(30deg);
}






.banner {
  position: relative;
  height: 673px;
  margin-top: 160px;
}

.banner .bd {
  width: 1920px;
  height: 673px;
}

.banner ul li a img {
  margin: 0 auto;
  display: block;
}

.banner .hd,
.hdIcon {
  position: absolute;
  bottom: 20px;
  text-align: center;
  z-index: 5;
  left: 50%;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin-left: -30px;
  height: 14px
}

.banner .hd li,
.hdIcon li {
  z-index: 2;
  cursor: pointer;
  margin-right: 5px;
  display: inline-block;
  width: 15px;
  height: 15px;
  zoom: 1;
  border-radius: 100%;
  position: relative;
  transition: all .3s
}

.banner .hd li:after,
.hdIcon li:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  top: 5px;
  left: 5px;
  border-radius: 100%
}

.banner .hd .on,
.banner .hd li:hover,
.hdIcon .on,
.hdIcon li:hover {
  border: 2px solid #fff;
  transform: scale(1.1)
}


.solution {
  width: 100%;
  height: 840px;
  position: relative;
  background-image: url(../images/images/cpbg_01.jpg),
    url(../images/images/cpbg_02.jpg),
    url(../images/images/cpbg_03.jpg),
    url(../images/images/cpbg_04.jpg);
  background-position: top, center 210px, center 420px, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}




.hTitle {
  width: 1320px;
  height: 80px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 40px;
}

.hTitle .title {
  height: 60px;
  font-size: 40px;
  font-weight: bold;
  color: #333;
  line-height: 60px;
}

.hTitle .title span {
  color: #235fc3;
}

.hTitle .entitle {
  width: 100%;
  height: 20px;
  font-size: 16px;
  text-align: center;
  color: #333;
  line-height: 20px;
}

.solution .w1320 {
  padding-top: 80px;
}

.lan {
  width: 250px;
  height: 720px;
  float: left;
}

.lan .lt {
  width: 250px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #235fc3;
}

.lan .lt img {
  width: 100%;
}


.lan li {
  width: 188px;
  height: 58px;
  text-align: left;
  position: relative;
  border: 1px solid #d8d8d8;
  padding: 0 30px;
  line-height: 58px;
}

.lan li a {
  color: #333;
  font-size: 18px;
}

.lan li a span {
  float: right;
}

.lan li.on,
.lan li:hover {
  background: #d30202;
  width: 190px;
  height: 70px;
  line-height: 70px;
  border: none;
}

.lan li.on a,
.lan li:hover a {
  color: #fff;
  font-weight: bold;
}

.lan .lx {
  width: 250px;
  height: 100px;
  background: #eee;
}

.lan .lx h1 {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #d30202;
}

.lan .lx p {
  width: 100%;
  height: 50px;
  text-align: center;
  color: #d30202;
  font-family: 'impact';
  font-size: 26px;
}

.lan .lx p img {
  width: 32px;
  margin-right: 4px;
}


.solution .itee {
  width: 1050px;
  height: 720px;
  float: right;
}

.solution .ite .lansho {
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

.solution .ite .lansho .lspic {
  width: 10px;
  height: 50px;
  float: left;
  background: rgb(211, 2, 2);
}


.solution .ite .lansho {
  width: 1050px;
  height: 50px;
  background: #fff;
  float: right;
}


.solution .ite .lansho .lsinfo .lslt {
  font-size: 18px;
  color: #888;
  line-height: 50px;
  margin-left: 20px;
  float: left;
}

.solution .ite .lansho .lsinfo .lslt p {
  width: 10px;
  height: 10px;
  border: 5px solid #ddd;
  background: #666;
  border-radius: 50%;
  float: left;
  margin-top: 15px;
  margin-right: 10px;
}

.solution .ite .lansho .lsinfo .lslt:hover p {
  background: #d30202;
}

.solution .ite .lansho .lsinfo h2 {
  width: 80px;
  height: 30px;
  margin-top: 10px;
  margin-right: 20px;
  background: #d30202;
  border-radius: 15px;
  text-align: center;
  line-height: 25px;
  float: right;
}

.solution .ite .lansho .lsinfo h2 a {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
}



.solution .ite li {
  width: 335px;
  height: 300px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  transition: all .4s;
  position: relative;
}

.solution .ite li:nth-child(3n+1) {
  margin-right: 0;
}


.solution .ite li .core {
  width: 335px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .4s;
  overflow: hidden;
}

.solution .ite li:hover .core img {
  transform: scale(1.1)
}

.solution .ite li .core img {
  width: 100%;
  height: 100%;
}

.solution .ite li h4 {
  width: 100%;
  height: 50px;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, .8);
  font-weight: normal;
  position: absolute;
  bottom: 0;
  transition: all .4s;
}

.solution .ite li:hover h4 {
  background: rgba(211, 2, 2, .8);
}


.honor {
  width: 100%;
  height: 640px;
  position: relative;
  background-image: url(../images/images/honor_01.jpg),
    url(../images/images/honor_02.jpg),
    url(../images/images/honor_03.jpg),
    url(../images/images/honor_04.jpg);
  background-position: top, center 160px, center 320px, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.honor .hol {
  width: 640px;
  height: 540px;
  float: left;
  margin-left: 160px;
  margin-top: 80px;
}

.honor .hol h1 {
  font-size: 70px;
  line-height: 70px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.honor .hot {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
}

.honor .hot::before {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  background: #d30202;
  position: absolute;
  bottom: 7px;
  left: -40px;
}

.honor .hota {
  font-size: 14px;
  color: #fff;
  margin-bottom: 30px;
}

.honor .hotb {
  font-size: 10px;
  line-height: 16px;
  color: #ddd;
  margin-bottom: 60px;
}

.honor li {
  height: 140px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.honor li img {
  height: 100%;
}

.honor .hor {
  width: 150px;
  height: 480px;
  padding-top: 80px;
  float: right;
}

.honor .hor ul {
  width: 150px;
  height: 270px;
}

.honor .hor li {
  width: 150px;
  height: 60px;
  background: #fff;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  margin-bottom: 30px;
  color: #000;
}

.honor .hor li:hover {
  background: #d30202;
  color: #fff;
}

.honor .hor .play {
  width: 150px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}


.youshi {
  width: 100%;
  height: 920px;
  position: relative;
  background-image: url(../images/images/youshi_01.jpg),
    url(../images/images/youshi_02.jpg),
    url(../images/images/youshi_03.jpg),
    url(../images/images/youshi_04.jpg);
  background-position: top, center 200px, center 400px, center 600px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-color: #ececf0;
}

.youshi .hTitle {
  padding-top: 120px;
}

.youshi .hTitle .title span {
  color: #fff;
  font-size: 55px;
}

.youshi .hTitle .title span::after {
  content: '';
  display: block;
  width: 500px;
  height: 20px;
  background: #d30202;
  margin: -20px auto 0;
}

.youshi .hTitle .entitle {
  font-size: 80px;
  text-transform: uppercase;
  font-family: 'shuhei';
  color: rgba(255, 255, 255, .2);
  margin-top: -60px;
}

.youshi .ysitem {
  width: 100%;
  height: 480px;
  margin: 80px auto;
  position: relative;
  top: -40px;
}

.youshi .ysitem .ylt {
  width: 1800px;
  height: 480px;
  margin: 40px auto;
}

.youshi .ysitem .ylt li {
  width: 299px;
  height: 480px;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, .2);
  position: relative;
  transition: all .4s;
}

.youshi .ysitem .ylt li:last-child {
  width: 300px;
  border-right: none;
}

.youshi .ysitem .ylt li .ys1 {
  width: 100%;
  height: 36px;
  margin: 70px auto 10px;
  transition: all .4s;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.youshi .ysitem .ylt li .ys2 {
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  transition: all .4s;
}

.youshi .ysitem .ylt li .ys01 {
  display: none;
  width: 100%;
  height: 80px;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin: 70px auto 30px;
  transition: all .4s;
}

.youshi .ysitem .ylt li .ys02 {
  display: none;
  width: 100%;
  height: 80px;
  line-height: 18px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 80px auto;
  transition: all .4s;
}

.youshi .ysitem .ylt li .ys3 {
  width: 1px;
  height: 40px;
  background: #d30202;
  margin: 40px auto;
  transition: all .4s;
}

.youshi .ysitem .ylt li .ys4 {
  width: 100%;
  height: 60px;
  color: #d30202;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  font-size: 30px;
  transition: all .4s;
}

.youshi .ysitem .ylt li .ys5 {
  width: 100%;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 18px;
  line-height: 60px;
  transition: all .4s;
}

.youshi .ysitem .ylt li .ys6 {
  width: 100%;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  transition: all .4s;
}

.youshi .ysitem .ylt li:hover,
.youshi .ysitem .ylt li.on {
  height: 600px;
  background: #d30202;
  box-shadow: 0 0 10px rgba(211, 2, 2, .4);
}


.youshi .ysitem .ylt li:hover .ys1,
.youshi .ysitem .ylt li.on .ys1,
.youshi .ysitem .ylt li:hover .ys2,
.youshi .ysitem .ylt li.on .ys2,
.youshi .ysitem .ylt li:hover .ys5,
.youshi .ysitem .ylt li.on .ys5,
.youshi .ysitem .ylt li:hover .ys6,
.youshi .ysitem .ylt li.on .ys6 {
  display: none;
}

.youshi .ysitem .ylt li:hover .ys01,
.youshi .ysitem .ylt li.on .ys01,
.youshi .ysitem .ylt li:hover .ys02,
.youshi .ysitem .ylt li.on .ys02 {
  display: block;
}

.youshi .ysitem .ylt li:hover .ys3,
.youshi .ysitem .ylt li.on .ys3{
  width: 1px;
  height: 40px;
  background: #fff;
  margin: 40px auto;
}

.youshi .ysitem .ylt li:hover .ys4,
.youshi .ysitem .ylt li.on .ys4{
  height: 60px;
  color: rgba(255, 255, 255, .2);
  font-size: 100px;
  font-family: impact;
}

.suitable {
  width: 100%;
  height: 920px;
  margin: 0 auto;
  overflow: hidden;
}

.suitable img {
  width: 100%;
}

.suitable:hover img {
  transform: rotateX(360deg);
}


.blue {
  width: 100%;
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;

}

.blue img {
  width: 100%;
}



.things {
  width: 100%;
  height: 890px;
  position: relative;
  background-image: url(../images/images/al_01.jpg),
    url(../images/images/al_02.jpg),
    url(../images/images/al_03.jpg),
    url(../images/images/al_04.jpg),
    url(../images/images/al_05.jpg);
  background-position: top, center 178px, center, center 534px, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.things .hTitle .subtit {
  font-size: 20px;
  color: #d30202;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
}

.things .prev,
.things .next {
  font-size: 24px;
  color: #aaa;
  position: absolute;
  top: 194px;
}

.things .prev {
  left: 44%;
}

.things .next {
  right: 44%;
}

.things .prev:hover,.things .next:hover {
  color: #d30202;
}

.things .bd {
  width: 110px;
  height: 10px;
  margin: 20px auto;
}

.things .bd li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(211, 2, 2, .4);
  margin-right: 10px;
  float: left;
}

.things .bd li:last-child {
  margin-right: 0;
}

.things .bd li.on {
  background: #d30202;
}

.things .hd {
  width: 100%;
  height: 500px;
  margin: 20px auto 0;
}

.things .hd li {
  float: left;
  width: 33.3333333%;
  height: 500px;
  position: relative;
  margin-top: 40px;
}

.things .hd li .liimg {
  width: 100%;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.things .hd li .liimg img {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.things .hd li .lititle {
  width: 360px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  color: #fff;
  position: absolute;
  bottom: 50px;
  left: 140px;
  background: rgba(0, 0, 0, .5);
  transition: all .5s;
}

.things .hd li .limore {
  width: 360px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  color: #666;
  background: rgba(0, 0, 0, .1);
  margin: 0 auto;
  transition: all .5s;
}


.things .hd li:hover .liimg img{
  scale: 1.2;
}

.things .hd li:hover .lititle {
  background: rgba(211, 2, 2, .6);
}

.things .hd li:hover .limore {
  background: rgba(211, 2, 2, 1);
  color: #fff;
}










.about {
  width: 100%;
  height: 960px;
  position: relative;
  background-image: url(../images/images/abg_01.jpg),
    url(../images/images/abg_02.jpg),
    url(../images/images/abg_03.jpg),
    url(../images/images/abg_04.jpg);
  background-position: top, center 240px, center 480px, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}



.about .center .w1320 {
  padding-top: 170px;
}

.about .center .aboutleft {
  width: 640px;
  height: 350px;
  padding: 30px;
  float: left;
}

.about .center .aboutleft .alp {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #d30202;
  position: relative;
  font-weight: bold;
  text-align: left;
  z-index: 99;
}

.about .center .aboutleft .alp::after {
  content: "company profile";
  font-size: 60px;
  color: #eee;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -15px;
  z-index: -1;
}

.about .center .aboutleft h1 {
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: left;
  font-size: 60px;
  color: #000;
  margin-bottom: 20px;
}

.about .center .aboutleft .ctt {
  width: 93%;
  height: 340px;
  line-height: 32px;
  text-align: justify;
  font-size: 16px;
  color: #666;
}

.about .center .aboutleft div {
  width: 150px;
  height: 50px;
  background: #d30202;
  line-height: 50px;
  text-align: center;
}

.about .center .aboutleft a {
  color: #fff;
  font-size: 18px;
}

.about .center .aboutleft:hover div {
  background: linear-gradient(to bottom, #ff9900, #e86800);
}


.about .center .aboutright {
  width: 120px;
  height: 500px;
  padding-top: 300px;
  float: right;
}

.about .center .aboutright li {
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
}

.about .center .aboutright li div {
  font-size: 50px;
  font-family: impact;
  text-align: left;
  color: #d30202;
  margin-bottom: 10px;
}

.about .center .aboutright li div span {
  font-size: 20px;
  margin-left: 6px;
}

.about .center .aboutright li p {
  font-size: 14px;
  text-align: left;
  color: #000;
  font-weight: bold;
}



.company {
  width: 100%;
  height: 900px;
  margin: 0 auto;
}

.company .hTitle .title span{
  color: #d30202;
}

.company .newsnav {
  width: 500px;
  height: 40px;
  margin: 40px auto;
}
.company .newsnav li{
  width: 160px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: left;
  margin-right: 10px;
  border-radius: 20px;
  background: #ddd;
}
.company .newsnav li:last-child{
  margin-right: 0;
}
.company .newsnav li:hover,
.company .newsnav li.on{
  background: #d30202;
}
.company .newsnav li a{
  color: #666;
  font-size: 16px;
}
.company .newsnav li:hover a,
.company .newsnav li.on a{
  color: #fff;
}

.company .bd {
  width: 1320px;
  margin: 0 auto;
}

.company .lists {
  width: 1320px;
  height: 550px;
}

.company .lists .fff {
  width: 700px;
  height: 550px;
  margin-right: 20px;
  float: left;
  transition: all 0.3s;
}
.company .lists .fff .dlistl {
  width: 100%;
  height: 400px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company .lists .fff .dlistl img {
  width: 100%;  
  transition: all 0.3s;
}
.company .lists .fff:hover .dlistl img {
  scale: 1.2;
}

.company .lists .fff .dlistr {
  width: 100%;
  height: 150px;
  transition: all 0.3s;
  background: #eee;
}

.company .lists .fff .dlistr h1 {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  transition: all 0.3s;
  padding: 20px 40px 0;
}

.company .lists .fff .dlistr p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s;
  padding: 0 40px;
}

.company .lists .fff .dlistr div {
  color: #999;
  font-size: 18px;
  line-height: 30px;
  transition: all 0.3s;
  padding: 0 40px;
}


.company .lists ul{
  width: 600px;
  height: 550px;
  float: right;
}
.company .lists li {
  width: 600px;
  height: 170px;
  margin-bottom: 20px;
  transition: all 0.3s;
  background: #eee;
}
.company .lists li:hover {
  background: #d30203;
}

.company .lists li .listr {
  width: 500px;
  height: 130px;
  padding: 20px 50px;
  transition: all 0.3s;
}

.company .lists li .listr h1 {
  color: #333;
  font-size: 24px;
  line-height: 36px;
  transition: all 0.3s;
}

.company .lists li .listr p {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  transition: all 0.3s;
}

.company .lists li .listr span {
  color: #999;
  font-size: 18px;
  line-height: 40px;
  transition: all 0.3s;
}


.company .lists li:hover .listr h1,
.company .lists li:hover .listr p,
.company .lists li:hover .listr span {
  color: #fff;
}






.bottom {
  width: 100%;
  height: 400px;
  position: relative;
  background: #1b1b1b;
  margin-top: 20px;
}

.bottom .lxwm {
  float: left;
  width: 360px;
  height: 240px;
  text-align: center;
  padding: 50px 0;
}

.bottom .lxwm h1 {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.bottom .lxwm p {
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  text-transform: uppercase;
}

.bottom .lxwm div {
  width: 184px;
  height: 184px;
  margin: 20px auto 0;
  background: url(../images/aa.png) no-repeat center center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom .lxwm div img {
  width: 170px;
  height: 170px;
}



.bottom .gzwm {
  float: right;
  width: 800px;
  height: 300px;
  padding: 40px 0 0;
}

.bottom .gzwm h3{
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 20px;
}
.bottom .gzwm h3::after{
  content: '';
  width: 30px;
  height: 2px;
  background: #d30203;
  position: absolute;
  left: 0;
  bottom: -5px;
}


.bottom .gzwm .bnav {
  width: 300px;
  height: 300px;
  float: left;
}

.bottom .gzwm .bnav a {
  display: block;
  height: 24px;
  font-size: 16px;
  margin-right:80px;
  color: #fff;
  margin-bottom: 30px;
  float: left;
}


.bottom .gzwm .mess {
  width: 300px;
  height: 280px;
  float: right;
}

.bottom .gzwm .mess p {
  font-size: 16px;
  color: #fff;
  text-align: left;
  line-height: 20px;
  margin-bottom: 20px;
}



.bottom .link {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  background: #141414;
  position: absolute;
  bottom: 0;
  left: 0;
}

.bottom .link a {
  display: initial;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
}

.list_banner img {
  position: relative;
  left: 50%;
  margin-left: -960px;
  height: 600px
}

.breadCrumb {
  position: relative;
  margin-top: -60px;
  height: 60px;
  background: rgba(0, 0, 0, .7);
  z-index: 2;
  line-height: 60px;
  color: #fff
}

.breadCrumb .xy {
  width: 1320px;
  margin: 0 auto;
}

.breadCrumb i {
  margin-right: 10px;

}

.breadCrumb a {
  margin-right: 10px;
  color: #fff
}

.breadCrumb a:hover {
  color: #0f5aa5
}

.listmenu {
  margin: 80px 0;
  text-align: center
}

.listmenu ul li a {
  font-size: 18px;
  color: #666;
  background: #fff;
  width: 238px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ccc;
  display: block
}

.listmenu ul li {
  float: left
}

.listmenu ul li .border {
  border-left: 0
}

.listmenu ul .on a {
  background: #0364b1;
  color: #fff
}

.listmenu ul li a:hover {
  background: #0364b1;
  color: #fff
}

.back {
  float: right;
  background: url(../images/back.png) no-repeat left center;
  padding-left: 20px
}

.listTie {
  line-height: 40px;
  font-size: 40px;
  color: #333;
  font-weight: 100;
  margin-bottom: 40px;
  padding-top: 80px
}

.listTie span {
  display: block;
  font-size: 12px;
  color: #888
}


.ny-leftwp {
  float: left;
  width: 264px;
}

.ny_left {
  display: flex;
  flex-direction: column;
  padding: 0 10px 20px 10px;
  background: #f1f1f1;
}

.ny_content_wp {
  float: left;
  width: 78%;
  margin-left: 2%;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  border: 1px solid #ddd;
}

.ny-about-content-wp {
  padding: 20px;
}

.ny-about-twp {
  position: relative;
  padding-left: 20px;
}

.ny-about-twp::after {
  position: absolute;
  content: '';
  width: 4px;
  height: 30px;
  background: #1f6eb1;
  left: 6px;
  top: 22px;
}

.ny-about-title {
  font-size: 20px;
  color: #333;
  font-weight: 600;
  margin-top: 16px;
}

.ny-about-ten {
  font-size: 14px;
  text-transform: uppercase;
  font-family: arial;
  color: #999;
  margin-bottom: 10px;
}


.list_con {
  margin: 0 20px;
  position: relative;
  transition: all 0.5s;
}

.list_con::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #1f6eb1;
  transition: all 0.5s;
}

div.on::after,
.list_con:hover::after {
  left: 0;
  width: 100%;
}

.list_con a {
  display: block;
  line-height: 60px;
  border-bottom: 1px solid #ddd;
}

div.on a,
.list_con:hover a {
  color: #1f6eb1;
}

.ny-nav-jt {
  position: absolute;
  top: 30%;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
}

div.on .ny-nav-jt,
.list_con:hover .ny-nav-jt {
  opacity: 1;
  color: #1f6eb1;
}

.ny_left-lxbg {
  margin-top: 20px;
}

.ny-left-lxhm {
  margin: 0 20px;
  line-height: 50px;
  font-size: 26px;
  font-weight: 600;
  color: #1f6eb1;
}

.ny-left-lx {
  margin: 0 20px;
  line-height: 30px;
}

.proList {
  width: 1030px;
  float: right;
}

.proList li {
  float: left;
  width: 330px;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 20px
}

.proList li:hover img {
  transform: scale(1.1)
}

.proList li h4:hover {
  color: #0062b0
}

.proList li a,
.proRight ul li a span {
  display: inline-block
}

.proList li span {
  display: block;
  border: 1px solid #ccc;
  border-top: 0;
  padding-top: 20px
}

.proList li a img {
  width: 330px;
  height: 245px
}

.proList li span h4 {
  color: #333;
  font-weight: 100;
  font-size: 20px;
  margin-bottom: 10px
}

.proList li span p {
  width: 320px;
  margin: 0 auto;
  font-size: 12px;
  color: #666
}

.proList li span i {
  display: inline-block;
  background: url(../images/icon2.png) no-repeat center;
  width: 30px;
  height: 30px;
  margin: 20px 0
}

.proList li:nth-child(3n) {
  margin-right: 0;
}

.Theviewbox {
  width: 1233px;
  margin: 0 auto
}

.listMain .Theviewul li {
  float: left;
  margin: 0 22px 25px 0;
  border: 1px solid #f0f0f0
}

.listMain .Theviewul li:hover img {
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1)
}

.listMain .Theview span img {
  width: 384px;
  height: 300px
}

.listMain .Theview li a {
  display: inline-block
}

.Theviewul li:hover p {
  background: #0364b1;
  color: #fff
}

.listMain .Theview span {
  display: inline-block;
  border: 1px solid #d7d7d7;
  transition: all ease .3s
}

.listMain .Theview p {
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  color: #666
}

.listmenujj {
  text-align: center;
  margin: 0 auto;
  margin-top: 80px
}

.listmenujj ul li a {
  font-size: 18px;
  color: #666;
  background: #fff;
  width: 132px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ccc;
  display: block
}

.listmenujj ul li {
  float: left
}

.listmenujj ul li a {
  border-left: 0
}

.listmenujj ul li:first-child a {
  border-left: 1px solid #ccc;
}

.listmenujj ul .on a {
  background: #0364b1;
  color: #fff
}

.listmenujj ul li a:hover {
  background: #0364b1;
  color: #fff
}

.newsLists {
  border: 1px solid #eaeaea;
  margin-bottom: 40px
}

.listMain .newsList .title span {
  display: inline-block;
  float: left
}

.listMain .newsList .title span img {
  width: 600px;
  height: 460px
}

.listMain .newsList .title {
  display: block
}

.listMain .newsList .clicka,
.listMain .newsList .time {
  display: block
}

.listmenuzi {
  margin-top: 80px;
  text-align: center
}

.listmenuzi ul li a {
  font-size: 18px;
  color: #666;
  background: #fff;
  width: 298px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ccc;
  display: block
}

.listmenuzi ul li {
  float: left
}

.listmenuzi ul li a {
  border-left: 0
}

.listmenuzi ul li:first-child a {
  border-left: 1px solid #ccc;
}

.listmenuzi ul .on a {
  background: #0364b1;
  color: #fff
}

.listmenuzi ul li a:hover {
  background: #0364b1;
  color: #fff
}

.newsLists .contic .time {
  margin-left: 45px
}

.newsLists:hover img {
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3)
}

.listMain .newsList .contic {
  width: 460px;
  float: left;
  margin: 70px 70px 54px
}

.listMain .newsList .contic .time {
  color: #0364b1;
  font-size: 14px;
  position: relative;
  transition: all .5s
}

.listMain .newsList .contic .time:after {
  content: "";
  width: 35px;
  height: 1px;
  color: #0364b1;
  position: absolute;
  left: -40px;
  border-bottom: 1px solid #0364b1;
  top: 10px;
  transition: all .5s
}

.listMain .newsList .contic h3 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #333;
  font-weight: 100
}

.listMain .newsList .contic p {
  color: #666
}

.listMain .newsList .contic .clicka {
  width: 52px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 25px;
  width: 160px;
  background: #0364b1;
  margin-top: 40px
}

.listMain .newsList li {
  overflow: hidden;
  border: 1px solid #eaeaea;
  margin-bottom: 20px
}

.listMain .newsList li:hover .list {
  margin-left: 20px
}

.listMain .newsList li .list {
  transition: all .5s;
  width: 800px;
  float: left;
  padding: 45px 5px 30px 50px
}

.listMain .newsList li .list .time {
  font-size: 12px;
  width: 120px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  display: block;
  border-radius: 25px;
  background: #0364b1;
  margin-top: 30px
}

.listMain .newsList li .list h3 {
  font-weight: 100;
  font-size: 16px;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px
}

.listMain .newsList li .list p {
  color: #666;
  margin-top: 10px
}

.listMain .newsList li>a {
  display: inline-block;
  float: right;
  padding: 30px
}

.listMain .newsList li>a img {
  width: 260px;
  height: 196px
}

.listMain .newsList li>a>span {
  display: block;
  width: 260px;
  height: 196px
}

.listMain .newsList li .list span {
  position: relative;
  transition: all .5s
}

.listMain .newsList li .list span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #eaeaea;
  width: 1px;
  height: 1px;
  left: 0;
  top: 7px;
  transition: all .5s
}

.listMain .newsList li:hover .list span {
  padding-left: 60px
}

.listMain .newsList li:hover img {
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.3)
}

.listMain .newsList li:hover .list span:after {
  width: 50px
}

.listmenu {
  margin: 80px 0;
  text-align: center;
  margin: 0 auto;
  margin-top: 80px
}

.listmenu ul {
  width: 1260px;
  margin: 0 auto
}

.listmenu ul li a {
  font-size: 18px;
  color: #666;
  background: #fff;
  width: 178px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ccc;
  display: block
}

.listmenu ul li {
  float: left
}

.listmenu ul li a {
  border-left: 0
}

.listmenu ul li:first-child a {
  border-left: 1px solid #ccc;
}

.listmenu ul .on a {
  background: #0364b1;
  color: #fff
}

.listmenu ul li a:hover {
  background: #0364b1;
  color: #fff
}

.jianjie {
  background: url(../images/bgguanyu.png) no-repeat center
}

.folanry {
  color: #666;
  margin-bottom: 60px
}

.folanry h3 span {
  display: block
}

.folanry p {
  margin-bottom: 10px;
  line-height: 25px;
  text-align: left
}

.folanry h3 {
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 15px
}

.cpy {
  background: url(../images/qiyelinian.png) no-repeat center;
  height: 793px
}

.cpy li {
  width: 386px;
  background: #fff;
  text-align: center;
  float: left;
  margin-right: 20px;
  transition: all ease .3s
}

.cpy li:hover {
  margin-top: 30px
}

.cpy li .bt {
  font-size: 30px;
  color: #0364b1;
  line-height: 30px;
  margin-top: 15px;
  position: relative
}

.cpy li .bt:after {
  content: "";
  height: 1px;
  width: 30px;
  border-bottom: 2px solid #0364b1;
  position: absolute;
  bottom: 0;
  left: 176px
}

.cpy li .bt span {
  font-size: 12px;
  color: #666
}

.cpy li p {
  font-size: 16px;
  color: #666;
  padding: 25px 0
}

.cpy li img {
  width: 386px;
  height: 260px
}

.cpy li>span {
  display: block
}

.cpy li p span {
  display: block
}

.cpy ul {
  width: 1220px;
  padding-bottom: 80px
}

.cpy h3 {
  color: #fff
}

.describe {
  width: 1210px
}

.describe .maximg {
  width: 595px;
  height: 471px;
  position: relative;
  overflow: hidden
}

.describe .maximg p {
  text-align: center;
  background: rgba(3, 100, 197, .9);
  height: 0;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  width: 590px;
  transition: all .8s
}

.describe .maximg img {
  width: 590px;
  height: 471px
}

.describe .minimg {
  width: 600px;
  margin-left: 10px;
  position: relative
}

.describe .minimg a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 4px
}

.describe .minimg img {
  width: 286px;
  height: 230px
}

.minimg p {
  text-align: center;
  background: rgba(3, 100, 197, .9);
  height: 0;
  line-height: 60px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 293px;
  transition: all .8s
}

.describe .maximg:hover p {
  height: 60px;
  color: #fff
}

.describe .minimg a:hover p {
  height: 60px;
  color: #fff
}

.describe .maximg,
.describe .minimg {
  margin-bottom: 80px
}

.Honor {
  background: #eee
}

.Honor .tempWrap {
  position: relative;
  width: 1120px;
  margin: 0 auto
}

.videoList {
  padding-bottom: 80px
}

.videoList ul li {
  width: 260px;
  float: left;
  margin-right: 26px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 14px;
  position: relative;
  cursor: pointer
}

.videoList ul li img {
  display: block;
  width: 220px;
  padding: 30px 20px;
  background: #fff
}

.videoList ul li span {
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  background: #fff;
  padding: 0 0 30px
}

.Honor .prev {
  cursor: pointer;
  background: #fff;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 150px;
  left: -60px
}

.Honor .next {
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: #fff;
  text-align: center;
  line-height: 40px;
  position: absolute;
  top: 150px;
  right: -60px
}

.Honor .next:hover,
.Honor .prev:hover {
  background: #0364b1;
  color: #fff
}

.partnerslist ul li {
  border: 1px solid #f0f0f0;
  float: left;
  width: 208px;
  height: 90px;
  background: #fff
}

.partnerslist ul li a {
  display: inherit;
  text-align: center;
  line-height: 90px
}

.partnerslist li .pImg {
  width: 208px;
  height: 90px;
  position: relative;
  display: block;
  overflow: hidden
}

.partnerslist li .pImg img {
  width: 200px;
  height: 90px
}

.partnerslist li .pImg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 90, 167, .7);
  transition: all .25s;
  transform: perspective(400px) rotateX(-90deg);
  -moz-transform: perspective(400px) rotateX(-90deg);
  -webkit-transform: perspective(400px) rotateX(-90deg);
  -o-transform: perspective(400px) rotateX(-90deg);
  transform-origin: top;
  z-index: 2
}

.partnerslist li .pImg i {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 0;
  opacity: 0;
  background: url(../images/icon1.png) no-repeat bottom center;
  transition: all .4s;
  z-index: 3;
  text-align: center;
  padding-top: 22px;
  color: #fff;
  font-style: normal;
  margin: 0 10px;
  font-size: 13px;
  left: 0
}

.partnerslist li:hover .pImg:before {
  transform: perspective(200px) rotateX(0)
}

.partnerslist li:hover .pImg i {
  transition-delay: .1s;
  margin-top: -40px;
  opacity: 1
}

.honorList {
  overflow: hidden;
  margin-top: 50px;
  margin-bottom: 40px
}

.honorList li {
  width: 290px;
  margin-right: 10px;
  text-align: center;
  float: left;
  overflow: hidden
}

.honorList li .sImg,
.honorList li a,
.honorList li img {
  width: 290px;
  height: 390px;
  overflow: hidden
}

.honorList li .sImg {
  overflow: hidden;
  display: block
}

.honorList li img {
  transition: all 1s
}

.honorList li:hover img {
  transform: scale(1.1)
}

.jjfa ul {
  overflow: hidden;
  margin-top: 80px
}

.jjfa li {
  border: 1px solid #e6e6e6;
  margin-bottom: 40px
}

.jjfa li img {
  width: 600px;
  height: 360px
}

.jjfa li h3 {
  font-size: 30px;
  color: #333;
  font-weight: 100;
  margin-top: 10px
}

.jjfa li h3 span {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 10px
}

.jjfa li .sptu {
  overflow: hidden;
  float: left;
  width: 600px;
  height: 360px;
  display: inline-block
}

.jjfa li .sptu2 {
  display: none;
}

.jjfa li p {
  color: #666;
  font-size: 14px
}

.jjfa .nr {
  width: 458px;
  float: left;
  padding: 60px 70px 6px;
  transition: all ease .3s
}

.jjfa li a {
  display: block;
  overflow: hidden
}

.jjfa li i {
  transition: all ease .3s;
  display: block;
  background: #cecece url(../images/baijiantou.png) no-repeat center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin: 50px 0
}

.jjfa li:hover i {
  background: #fff url(../images/lanjiantou.png) no-repeat center
}

.jjfa li:hover .nr {
  background: #0364b1
}

.jjfa li:hover .nr h3,
.jjfa li:hover .nr h3 span,
.jjfa li:hover .nr p {
  color: #fff
}

.jjfa li:hover img {
  transform: scale(1.08)
}

.listmenus {
  margin-top: 80px;
  text-align: center
}

.listmenus ul li a {
  font-size: 18px;
  color: #666;
  background: #fff;
  width: 398px;
  height: 70px;
  line-height: 70px;
  border: 1px solid #ccc;
  display: block
}

.listmenus ul li {
  float: left
}

.listmenus ul li a {
  border-left: 0
}

.listmenus ul li:first-child a {
  border-left: 1px solid #ccc;
}

.listmenus ul .on a {
  background: #0364b1;
  color: #fff
}

.listmenus ul li a:hover {
  background: #0364b1;
  color: #fff
}

.Contactuss .contactus {
  width: 480px;
  height: 400px
}

.Contactuss .contactus h3 span {
  display: block;
  font-size: 14px;
  color: #666;
  margin-top: 20px
}

.Contactuss .contactus h3 {
  color: #333;
  font-size: 24px;
  line-height: 24px;
  font-weight: 100;
  margin-bottom: 10px
}

.Contactuss .contactus .content {
  font-size: 14px;
  margin: 10px 0;
  position: relative
}

.Contactuss .content {
  color: #333
}

.Contactuss .dianhua {
  font-weight: 900;
  font-size: 48px;
  line-height: 48px;
  color: #0364b1
}

.Contactuss .contactus .content:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  border-bottom: 2px solid #0364b1;
  left: 0;
  top: 26px
}

.Contactuss #map {
  width: 700px;
  height: 400px;
  border: #ccc solid 1px;
  font-size: 12px;
  float: right;
}

.feedback input {
  height: 60px;
  border: 1px solid #ccc;
  width: 565px
}

.feedback .w600 {
  margin: 0 20px 20px 0
}

.feedback .note {
  height: 150px;
  border: 1px solid #ccc;
  width: 1158px;
  padding: 20px
}

.feedback .yanzm {
  width: 240px
}

.feedback .yzmimg {
  display: inline-block;
  height: 70px;
  width: 151px
}

.feedback .yzmimg img {
  height: 61px;
  width: 151px;
  margin-top: -4px
}

.feedback .chongz {
  cursor: pointer;
  width: 190px;
  height: 60px;
  background: #0364b1;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  margin-right: 30px
}

.feedback .tij {
  cursor: pointer;
  width: 190px;
  height: 60px;
  background: #d2d2d2;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  color: #fff
}

.feedback {
  margin-bottom: 90px
}

.faqList li {
  position: relative;
  margin-bottom: 25px
}

.faqList li h3 {
  position: relative;
  padding: 0 60px 0 25px;
  background-color: #f1f1f1;
  line-height: 54px;
  font-size: 16px;
  cursor: pointer;
  font-weight: 400;
  border: 1px solid #e1e1e1
}

.faqList li h3:after,
.faqList li h3:before {
  content: '';
  position: absolute;
  top: 26px;
  right: 23px;
  z-index: 2;
  width: 16px;
  height: 2px;
  background: #fff
}

.faqList li h3:before {
  width: 2px;
  height: 16px;
  top: 19px;
  right: 30px;
  -webkit-transition: .3s;
  transition: .3s
}

.faqList li div {
  display: none;
  padding: 25px;
  line-height: 25px;
  color: #7c7c7c;
  -webkit-animation: fadeIn .5s ease-out .2s both;
  animation: fadeIn .5s ease-out .2s both;
  font-size: 14px;
  background: #f5f5f5
}

.faqList li:after {
  content: '';
  position: absolute;
  top: 12px;
  right: 16px;
  display: block;
  width: 30px;
  height: 30px;
  background: #0364b1;
  pointer-events: none
}

.faqList li.act h3:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.jobList li {
  border-bottom: 1px dashed #dbdbdb;
  margin-bottom: 20px
}

.jobList h4.on {
  color: #333;
  background: url(../images/gicon18.png) no-repeat right center
}

.jobList h4 {
  font-size: 28px;
  font-weight: 400;
  background: url(../images/gicon19.png) no-repeat right center;
  padding-right: 20px;
  padding-bottom: 20px;
  line-height: 32px
}

.jobList h4 span {
  display: block;
  font-size: 16px;
  margin-top: 8px
}

.jobList h4 span i {
  display: inline-block;
  font-style: normal;
  background: url(../images/job_icon.png) no-repeat left -35px;
  padding-left: 30px;
  margin-right: 15px
}

.jobList h4 span .num {
  background-position: 0 0
}

.jobList h4 span i {
  display: inline-block;
  font-style: normal;
  background: url(../images/job_icon.png) no-repeat left -35px;
  padding-left: 30px;
  margin-right: 15px
}

.jobList .font {
  background: #f2f2f2;
  padding: 25px;
  display: none
}

.jobList .font .tie {
  color: #333;
  margin-bottom: 10px;
  display: block
}

.solution-menu ul li a {
  width: 170px
}

.solution-txt {
  margin-bottom: 0;
  text-align: left
}

.article-detail h2 {
  font-size: 18px
}

.article-detail h3 {
  text-align: center;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px dashed #d2d2d2
}

.article-detail h3 span {
  margin: 8px 8px 0;
  color: #999;
  text-decoration: none
}

.fontResizer a {
  padding: 0 5px
}

.curFont {
  font-weight: 700;
  color: #0364b1
}

.cimg {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto;
}

.cimg img {
  max-width: 100%;
}

.news-show-box {
  padding-top: 15px;
  line-height: 26px;
  padding-bottom: 10px
}

.news-show-box img {
  max-width: 100%
}

.news-message {
  padding-bottom: 10px;
  border-bottom: 1px dashed #d2d2d2;
  overflow: hidden
}

.news-message div {
  padding: 10px 0
}

.news-message h3 {
  width: 100%;
  text-align: right;
  font-weight: 700;
  color: #333;
  text-decoration: underline;
  overflow: hidden
}

.gr-fenx {
  height: 35px;
  background: #f8f8f8;
  padding: 0 10px;
  margin-top: 15px
}

.prew {
  background: url(../images/pre_info.gif) no-repeat left center;
  float: left;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding-left: 15px;
  text-align: left;
  width: 46%
}

.nextw {
  background: url(../images/next_info.gif) no-repeat right center;
  float: right;
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding-right: 15px;
  text-align: right;
  width: 46%
}

.gr-keyword {
  border: 1px solid #dadada;
  padding: 5px 10px;
  margin: 10px 0;
  overflow: hidden
}

.gr-keyword a {
  padding: 0 5px
}

.gr-rec-news {
  width: 1200px;
  margin-top: 10px;
  overflow: hidden
}

.gr-rec-news ul {
  padding-top: 10px
}

.gr-rec-news ul li {
  float: left;
  margin-right: 30px;
  width: 47%;
  height: 28px;
  line-height: 28px
}

.gr-rec-news ul li a {
  display: block;
  width: 260px;
  line-height: 28px;
  background: url(../images/icona.jpg) no-repeat left center;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left
}

.gr-rec-news ul li a:hover {
  background: url(../images/iconb.jpg) no-repeat left center
}

.gr-rec-news ul li span {
  float: right;
  color: #999
}

.rec-title {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  background: url(../images/page_line.jpg) no-repeat 10px 10px #e8e8e8;
  font-size: 14px;
  font-weight: 700;
  color: #333
}

.product-detail .list_pro_left {
  float: left;
  width: 210px;
  overflow: hidden
}

.product-detail .pro_sidebar {
  background: url(../images/pro_sidebg.jpg) no-repeat;
  padding: 10px;
  width: 190px;
  overflow: hidden;
  color: #fff
}

.product-detail .pro_tie {
  font-family: 微软雅黑;
  font-size: 18px;
  border-bottom: 1px solid #6ec3ff;
  height: 30px;
  margin-bottom: 25px
}

.product-detail .list_pro_left ul {
  width: 210px
}

.product-detail .list_pro_left li {
  float: left;
  width: 190px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px
}

.product-detail .list_pro_left li a {
  color: #f5f8fb
}

.product-detail .list_pro_left li a:hover {
  text-decoration: underline
}

.left_contact {
  background: #fff;
  margin-top: 15px
}

.left_contact .font {
  padding: 15px
}

.product-detail .list_pro_right {
  float: right;
  width: 100%;
  overflow: hidden;
  background: #fff;
  min-height: 965px;
}

.product-detail .list_product {
  width: 75%;
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 20px
}

.product-detail .list_product ul {
  width: 820px
}

.product-detail .list_product li {
  float: left;
  border-right: 1px dotted #adadad;
  margin-bottom: 55px;
  margin-right: 27px;
  width: 235px
}

.product-detail .list_product li img {
  width: 235px;
  height: 230px
}

.product-detail .list_product li span {
  display: block;
  height: 30px;
  line-height: 30px;
  width: 225px;
  padding: 0 5px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 微软雅黑;
  font-size: 14px
}

.product-detail .list_product li .btn {
  height: 30px;
  text-align: center;
  color: #5c5c5c;
  margin-top: 15px
}

.product-detail .list_product li .btn a {
  display: inline-block;
  width: 60px;
  height: 30px;
  background: #70b900;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  font-weight: 700
}

.product-detail .list_product li .btn .zx {
  background: #303331
}

.product-detail .list_product li .btn a:hover {
  background: #0078ce
}

.product-detail .prodetail_box {
  padding: 20px 10px 40px;
  width: 98%;
  overflow: hidden;
  border-top: 1px solid #ccc
}

.product-detail .rec-title {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  background: url(../images/page_line.jpg) no-repeat 10px 10px #e8e8e8;
  font-size: 14px;
  font-weight: 700;
  color: #333
}

.product-detail .product-show-pic {
  width: 682px;
  height: 580px;
  float: left
}

.product-detail .jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0;
  cursor: pointer;
  margin: 0;
  display: block
}

.product-detail .zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  width: 350px;
  height: 310px;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
  text-align: center;
  overflow: hidden
}

.product-detail .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  opacity: .5;
  -moz-opacity: .5;
  -khtml-opacity: .5
}

.product-detail .spec-preview {
  width: 680px;
  height: 480px;
  border: 1px solid #dadada
}

.product-detail .spec-scroll {
  margin-top: 10px;
  width: 682px;
  height: 73px;
  overflow: hidden;
  position: relative
}

.product-detail .spec-scroll a.prev {
  display: block;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 20px;
  left: 10px;
  background: url(../images/listpro_btn.png) no-repeat 0 0;
  overflow: hidden;
  cursor: pointer
}

.product-detail .spec-scroll a.prev:hover {
  background-position: 0 -54px
}

.product-detail .spec-scroll a.next {
  display: block;
  width: 11px;
  height: 18px;
  position: absolute;
  top: 20px;
  right: 10px;
  background: url(../images/listpro_btn.png) no-repeat 0 -36px;
  overflow: hidden;
  cursor: pointer
}

.product-detail .spec-scroll a.next:hover {
  background-position: 0 -18px
}

.product-detail .spec-scroll .items {
  position: relative;
  width: 500px;
  height: 73px;
  margin: 0 auto;
  overflow: hidden
}

.product-detail .spec-scroll .items ul {
  position: absolute;
  width: 999999px;
  height: 73px
}

.product-detail .spec-scroll .items ul li {
  width: 85px;
  height: 73px;
  float: left
}

.product-detail .spec-scroll .items ul li img {
  width: 73px;
  cursor: pointer;
  border: 1px solid #e6e6e6
}

.product-detail .spec-scroll .items ul li img:hover {
  border: 1px solid #70b900
}

.product-detail .product-show-title {
  width: 560px;
  height: 490px;
  overflow: hidden;
  float: right
}

.product-detail .product-show-title h2 {
  line-height: 24px;
  border-bottom: 1px dashed #ccc;
  font-family: 微软雅黑;
  font-size: 18px;
  color: #333;
  padding: 10px 0
}

.product-detail .gr-description {
  padding: 10px 0 30px
}

.product-detail .prodcut-tel {
  padding-left: 25px;
  margin-bottom: 10px;
  height: 27px;
  line-height: 27px;
  background: url(../images/pr_tel.jpg) no-repeat left center;
  float: left;
  margin-top: 12px;
  margin-left: 40px
}

.product-detail .prodcut-tel span {
  position: relative;
  top: 3px;
  font-family: arial;
  font-size: 24px;
  color: #333
}

.product-detail .product-order a {
  display: block;
  width: 200px;
  height: 55px;
  background: #0e5aa5;
  line-height: 55px;
  text-align: center;
  font-family: 微软雅黑;
  font-size: 18px;
  color: #fff
}

.product-detail .product-order a:hover {
  color: #fff;
  opacity: .8
}

.product-detail .product-order {
  float: left;
  width: 200px;
  height: 55px
}

.product-detail .gr-tab-list {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px
}

.product-detail .gr-tab-list .hd {
  height: 29px;
  line-height: 29px;
  border-bottom: 1px solid #dadada
}

.product-detail .gr-tab-list .hd li {
  width: 100px;
  float: left;
  text-align: center;
  background: #dadada;
  margin-right: 5px;
  cursor: pointer
}

.product-detail .gr-tab-list .hd li.on {
  background: #0364b1;
  color: #fff;
  font-size: 16px
}

.product-detail .gr-tab-list .bd {
  overflow: hidden;
  padding-top: 15px
}

.product-detail .gr-order h2 {
  padding-left: 20px;
  height: 35px;
  line-height: 35px;
  background: url(../images/page_line.jpg) no-repeat 10px 10px #e8e8e8;
  font-size: 14px;
  font-weight: 700;
  color: #333
}

.product-detail .order {
  width: 650px;
  border: none;
  background: 0 0;
  font-size: 14px;
  font-weight: 700;
  color: #333
}

.product-detail .order-table {
  padding: 20px;
  margin-top: 2px;
  width: 1136px;
  background: #e8e8e8;
  overflow: hidden
}

.product-detail .table-row {
  width: 370px;
  height: 24px;
  float: left
}

.product-detail .table-row span {
  display: inline-block;
  float: left;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center
}

.product-detail .row-input {
  float: left;
  padding: 3px 5px;
  width: 241px;
  height: 16px;
  line-height: 16px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #999
}

.product-detail .table-row-a {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 1060px;
  height: 100px
}

.product-detail .table-row-a span {
  display: inline-block;
  float: left;
  width: 65px;
  height: 80px;
  line-height: 22px;
  text-align: center
}

.product-detail .row-textarea {
  float: left;
  padding: 3px 5px;
  width: 982px;
  height: 100px;
  line-height: 20px;
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #999
}

.product-detail .gr-code {
  width: 400px
}

.product-detail .checkcode {
  margin-left: 10px;
  float: left;
  width: 63px;
  height: 22px;
  border: 1px solid #d0d0d0
}

.product-detail .row-input:focus,
.row-textarea:focus {
  border: 1px solid #70b900
}

.product-detail .subt-a {
  margin-left: 65px;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: none;
  background: #666;
  cursor: pointer;
  float: left;
  color: #fff;
  border-radius: 2px;
  margin-top: 6px
}

.product-detail .subt-a:hover {
  background: #0364b1
}

.product-detail .subt-b {
  margin-left: 10px;
  width: 65px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: none;
  background: #999;
  cursor: pointer;
  float: left;
  color: #fff;
  border-radius: 2px;
  margin-top: 6px
}

.product-detail .subt-b:hover {
  background: #0364b1
}

.product-detail .related-product {
  overflow: hidden;
  padding-bottom: 20px
}

.product-detail .related-product ul {
  width: 1230px;
  margin-top: 20px
}

.product-detail .related-product li {
  width: 375px;
  height: 355px;
  float: left;
  margin-right: 25px
}

.product-detail .related-product li a {
  display: block;
  width: 360px;
  height: 345px;
  padding: 2px;
  background: #fff;
  border: 1px solid #eee
}

.product-detail .related-product li img {
  width: 360px;
  height: 315px
}

.product-detail .related-product li span {
  display: inline-block;
  width: 360px;
  text-align: center;
  height: 25px;
  line-height: 25px;
  margin-top: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.product-detail .related-product li a:hover {
  background: #0f5aa5;
  color: #fff
}

.picture-detail {
  font-size: 28px
}

.case_detail_con {
  margin-top: 30px;
  width: 100%;
  margin-bottom: 40px;
  overflow: hidden
}

.al_jianjie .tie {
  height: 35px;
  background: #dedede;
  line-height: 35px;
  margin-bottom: 15px
}

.al_jianjie .tie span {
  display: inline-block;
  width: 120px;
  text-align: center;
  background: #0193de;
  color: #fff
}

.product-search {
  background: #fdfdfd;
  height: 80px;
  width: 100%;
  display: block;
  line-height: 40px
}

.product-search form {
  width: 720px;
  margin: 0 auto;
  margin-top: 15px;
  background: #fff;
  height: 40px
}

button,
input,
select,
textarea {
  font-size: 12px;
  font-family: inherit;
  margin: 0;
  outline: 0;
  resize: none;
  border: none
}

.product-search .txt {
  width: 590px;
  float: left;
  height: 38px;
  line-height: 38px;
  color: #666;
  padding: 0 10px;
  border: 1px #d2d2d2 solid
}

.product-search .btn {
  float: left;
  width: 50px;
  height: 40px;
  cursor: pointer;
  transition: all .3s;
  background: #333 url(../images/searicon.png) no-repeat center;
}

.listLeft {
  width: 1320px;
}

.listRight {
  margin-top: 80px;
  width: 300px;
}

.listRight .title {
  padding: 0 20px;
  height: 70px;
  background: #0364b1;
  color: #333;
  color: #fff;
  font-weight: 100;
  font-size: 28px;
  line-height: 70px;
}

.listRight span {
  display: block;
  padding: 5px 10px;
}

.listRight span img {
  width: 258px;
  height: 189px;
}

.listRight span p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listRight .rightzixun {
  margin-top: 30px;
  margin-bottom: 16px;
}

.listRight .rightzixun a {
  display: block;
  margin-bottom: 5px;
  padding: 0 10px;
}

.listRight .rightzixun p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.listRight .rightzixun ul {
  margin-top: 20px;
}

.listRight ul {
  margin-top: 20px;
}

.listRight div {
  border: 1px solid #ccc;
}

.listRight a {
  display: block;
  margin-bottom: 5px;
  padding: 0 10px;
}

.listRight p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pagebar {
  padding: 20px;
  overflow: hidden;
  clear: both
}

.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 12px;
  padding: 8px 10px;
  margin: 0 2px;
  border-radius: 3px;
  line-height: 100%
}

.pagination span {
  color: #333;
  font-size: 12px;
  padding: 7px 2px;
  margin: 0 2px;
  border-radius: 3px;
}

.pagination a:hover {
  color: #333;
  border: 1px solid #333;
}

.pagination a.page-num-current {
  color: #fff;
  background: #333;
  border: 1px solid #333;
}

.pagination .st {
  font-family: 宋体
}

.text-secondary {
  text-align: center;
  padding: 20px 0
}

#maximg img {
  max-width: 100%;
  height: auto !important
}