@charset "utf-8";

@font-face {
  font-family: "impact";
  src: url(fonts/impact.ttf);
}
@font-face {
  font-family: "shuhei";
  src: url(fonts/shuhei.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;
}

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;
  transition: all ease 0.3s;
}

a:hover {
  text-decoration: none;
  color: #0f5aa5;
}

:focus {
  outline: 0;
}

img {
  transition: all 0.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;
}

.w1440 {
  width: 1440px;
  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: 90px;
  margin: 0 auto;
  background: #fff;
}
.head .logo {
  width: 180px;
  height: 90px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head .logo img {
  width: 100%;
}

.head .nav {
  width: 700px;
  height: 90px;
  float: left;
  margin-left: 100px;
}

.head .nav .yj {
  width: 700px;
  height: 90px;
}

.head .nav .yj li {
  float: left;
  width: 100px;
  height: 90px;
  text-align: center;
  position: relative;
  line-height: 90px;
}

.head .nav .yj li:last-child {
  margin-right: 0;
}
.head .nav .yj li:hover,
.head .nav .yj li.on {
  background: #004e98;
}

.head .nav .yj li .an {
  color: #333;
  font-size: 16px;
}

.head .nav .yj li ul {
  position: absolute;
  overflow: hidden;
  width: 100px;
  top: 90px;
  left: 0;
  opacity: 0;
  z-index: 9;
}

.head .nav .yj > .on .an,
.head .nav .yj > li:hover .an {
  font-weight: bold;
  color: #fff;
}

.head .nav .yj li:hover ul {
  opacity: 1;
}

.head .nav .yj li ul li a {
  color: #fff;
  font-size: 14px;
}

.head .nav .yj li ul li {
  line-height: 40px;
  background: rgba(1, 65, 153, 0.6);
  width: 100px;
  height: 40px;
}

.head .nav .yj li ul li:hover {
  background: #0b28b3;
}
.head .nav .yj li ul li:hover a {
  color: #fff;
}
.head .nav .tb {
  width: 80px;
  height: 120px;
  background: #efb100;
  float: left;
  margin-left: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .nav .tb img {
  width: 40px;
}

.head form {
  width: 140px;
  height: 40px;
  float: right;
  border-radius: 21px;
  border: 2px solid #004e98;
  margin-top: 25px;
  overflow: hidden;
}
.head form input {
  width: 94px;
  height: 40px;
  float: left;
  padding-left: 6px;
  line-height: 40px;
}
.head form button {
  width: 40px;
  height: 40px;
  float: right;
  background-color: #fff;
  text-align: center;
  font-size: 20px;
  color: #004e98;
}

.banner {
  position: relative;
}

.banner .bd {
  position: relative;
  top: 0;
  text-align: left;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.banner ul li a img {
  margin: 0 auto;
  display: block;
}
.banner .prev,
.banner .next{
  position: absolute;
  top: 50%;
  z-index: 60;
  font-size: 40px;
  color: #fff;
  opacity: .5;
}
.banner .prev{
  left: 12%;
}
.banner .next{
  right: 12%;
}
.banner .hd,
.hdIcon {
  position: absolute;
  bottom: 30px;
  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 0.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);
}

.bcover {
  width: 100%;
  height: 120px;
  border-bottom: #eee 2px solid;
  margin-top: -60px;
  position: relative;
  z-index: 99;
}

.bcover h1 {
  width: 500px;
  height: 60px;
  background: #0b28b3;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.bcover h3 {
  width: 500px;
  height: 60px;
  background: #0b28b3;
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.breadCrumb {
  background: rgba(0, 0, 0, 0.7);
}

.breadCrumb i {
  display: inline-block;
  background: url(../images/dingwei.png) no-repeat;
  width: 22px;
  height: 21px;
}

.hTitle {
  width: 1320px;
  height: 90px;
  margin: 0 auto;
  text-align: center;
  padding: 40px 0;
  position: relative;
  z-index: 9;
}

.hTitle .title {
  width: 100%;
  height: 60px;
  font-size: 35px;
  font-weight: bold;
  color: #333;
  line-height: 60px;
  text-transform: uppercase;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 6;
}

.hTitle .title span {
  color: #0b28b3;
}

.hTitle .entitle {
  width: 100%;
  height: 90px;
  font-size: 90px;
  text-align: center;
  color: #ced4df;
  line-height: 90px;
  text-transform: uppercase;
  font-family: "shuhei";
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 5;
}
.hTitle::after {
  width: 60px;
  height: 4px;
  display: block;
  content: "";
  background: #ff6b35;
  margin: 100px auto 0;
}

.products {
  width: 100%;
  height: 670px;
  position: relative;
  margin: 0 auto;
  background: #eee;
}

.chanpin {
  width: 1320px;
  height: 425px;
  position: relative;
}
.chanpin li {
  width: 315px;
  height: 425px;
  margin-right: 20px;
  position: relative;
  float: left;
}
.chanpin li div {
  width: 315px;
  height: 425px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.chanpin li div img {
  width: 100%;
  height: 100%;
}
.chanpin li p {
  width: 275px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  padding: 0 20px;
  transition: all 0.3s;
  background: linear-gradient(to top, #0b28b3, #1666d500);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
}
.chanpin li p::after {
  display: block;
  content: "";
  width: 40px;
  height: 4px;
  background: #fff;
  margin-top: -16px;
}
.chanpin .prev,
.chanpin .next {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #fff;
  color: #004e98;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 40%;
  z-index: 10;
}
.chanpin .prev {
  left: -40px;
}
.chanpin .next {
  right: -40px;
}
.chanpin .prev i,
.chanpin .next i {
  line-height: 80px;
}

.about {
  width: 1440px;
  height: 820px;
  margin: 60px auto 0;
  position: relative;
}

.about .abpic {
  width: 1026px;
  height: 820px;
  float: right;
  position: absolute;
  text-align: center;
  right: -170px;
}
.about .abpic img {
  width: 1026px;
}

.about .atxt {
  width: 700px;
  height: 550px;
  float: left;
  margin-top: 50px;
}
.about .atxt h3 {
  width: 60px;
  height: 4px;
  background: #004e98;
  margin-bottom: 20px;
}
.about .atxt h1 {
  font-size: 36px;
  line-height: 40px;
  color: #004e98;
  margin-bottom: 12px;
  position: relative;
}
.about .atxt h1::after {
  display: block;
  content: "about henglang";
  font-family: "impact";
  font-size: 97px;
  color: #004e9820;
  text-transform: uppercase;
  line-height: 80px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.about .atxt p {
  color: #000;
  font-size: 24px;
}
.about .atxt .con {
  width: 660px;
  height: 100px;
  margin: 20px 0;
}
.about .atxt .con p {
  width: 660px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  text-align: justify;
}
.about .atxt .abn {
  width: 580px;
  height: 140px;
  margin-top: 20px;
}
.about .atxt .abn .jump {
  width: 178px;
  height: 58px;
  border: 1px solid #ddd;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #666;
  transition: all 0.4s;
}
.about .atxt .abn .jump img {
  margin-right: 10px;
}
.about .atxt .abn .jump:nth-child(3n) {
  margin-right: 0;
}
.about .atxt .abn .jump:hover {
  background: #004e98;
  border-color: #004e98;
  color: #fff;
}
.about .atxt .abm {
  display: block;
  width: 180px;
  height: 50px;
  background: #ff6b35;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  border-radius: 25px;
  margin-top: 100px;
  padding-left: 20px;
}
.about .atxt .abm i {
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  line-height: 40px;
  color: #ff6b35;
  margin: 5px;
}

.youshi {
  width: 100%;
  height: 1000px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-image: url(../images/images/adv_01.jpg),
    url(../images/images/adv_02.jpg), url(../images/images/adv_03.jpg),
    url(../images/images/adv_04.jpg), url(../images/images/adv_05.jpg);
  background-position: top, center 200px, center, center 600px, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.youshi .ysitem {
  width: 1320px;
  height: 800px;
  margin: 100px auto;
}

.youshi .ysitem .yrt {
  width: 100%;
  height: 800px;
  margin: 0 auto;
  position: relative;
}

.youshi .ysitem .yrt .yrti {
  width: 660px;
  height: 400px;
}
.youshi .ysitem .yrt .yrti:nth-child(even) {
  float: right;
}
.youshi .ysitem .yrt .yrti:nth-child(odd) {
  float: left;
}
.youshi .ysitem .yrt .yrti:nth-child(1) {
  position: absolute;
  top: 0;
  left: -24px;
}

.youshi .ysitem .yrt .yrti:nth-child(3) {
  position: absolute;
  top: 400px;
  left: -77px;
}
.youshi .ysitem .yrt .yrti:nth-child(4) {
  position: absolute;
  top: 400px;
  right: -50px;
}

.youshi .ysitem .yrt .yrti .llt {
  width: 70px;
  height: 80px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 2px #fff solid;
  position: relative;
  margin-left: 30px;
}
.youshi .ysitem .yrt .yrti .llt img{
  padding-top: 24px;
}

.youshi .ysitem .yrt .yrti:hover .llt {
  background: #ff6b35;
  border-color: #ff6b35;
}
.youshi .ysitem .yrt .yrti .llt::after {
  display: block;
  content: "";
  width: 70px;
  height: 80px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 2px #fff solid;
  position: absolute;
  top: -3px;
  left: 0;
  transform: rotate(60deg);
}
.youshi .ysitem .yrt .yrti .llt::before {
  display: block;
  content: "";
  width: 70px;
  height: 80px;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  border: 2px #fff solid;
  position: absolute;
  top: -1px;
  left: -1px;
  transform: rotate(-60deg);
}
.youshi .ysitem .yrt .yrti:hover .llt::before,
.youshi .ysitem .yrt .yrti:hover .llt::after {
  border-color: #ff6b35;
}

.youshi .ysitem .yrt .yrti:nth-child(even) .llt {
  margin-left: calc(100% - 74px);
}

.youshi .ysitem .yrt .yrti .rrz {
  width: 410px;
  height: 200px;
}
.youshi .ysitem .yrt .yrti:nth-child(even) .rrz {
  margin-left: calc(100% - 410px);
}
.youshi .ysitem .yrt .yrti .rrz h1 {
  width: 410px;
  height: 70px;
  font-size: 24px;
  line-height: 70px;
  color: #fff;
  position: relative;
  padding-left: 30px;
}
.youshi .ysitem .yrt .yrti .rrz h1::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 32px;
  left: 5px;
}
.youshi .ysitem .yrt .yrti .rrz h1::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 27px;
  left: 0;
}
.youshi .ysitem .yrt .yrti:nth-child(even) .rrz h1 {
  padding-right: 30px;
  padding-left: 0;
  text-align: right;
  margin-left: calc(100% - 410px);
}
.youshi .ysitem .yrt .yrti:nth-child(even) .rrz h1::before {
  right: 0;
  left: auto;
}
.youshi .ysitem .yrt .yrti:nth-child(even) .rrz h1::after {
  right: 5px;
  left: auto;
}

.youshi .ysitem .yrt .yrti .rrz p {
  width: 410px;
  height: 40px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding-left: 30px;
}
.youshi .ysitem .yrt .yrti:nth-child(even) .rrz p {
  padding-right: 30px;
  padding-left: 0;
  text-align: right;
}

.youshi .yst {
  width: 800px;
  height: 800px;
  position: absolute;
  top: 100px;
  left: calc(50% - 400px);
  z-index: 888px;
}
.youshi .yst h1 {
  width: 100%;
  height: 80px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  line-height: 80px;
  margin-top: 200px;
}
.youshi .yst h1::after {
  display: block;
  content: "";
  width: 60px;
  height: 8px;
  background: #ff6b35;
  margin: 30px auto;
}
.youshi .yst p {
  width: 570px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin: 60px auto;
}
.youshi .yst a {
  display: block;
  width: 200px;
  height: 50px;
  margin: 30px auto;
  background-color: #fff;
  color: #0d33a0;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}

.blue {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.blue img {
  width: 100%;
}

.cases {
  width: 1920px;
  height: 720px;
  position: relative;
  margin: 0 auto;
}

.cases .hd {
  width: 1440px;
  height: 500px;
  margin: 0 auto;
}

.cases .hd li {
  float: left;
  width: 345px;
  height: 500px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
.cases .hd li:last-child {
  margin-right: 0;
}
.cases .hd li .cs {
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
}
.cases .hd li .cs img {
  width: 100%;
  height: 100%;
}
.cases .hd li:hover .cs img {
  transform: scale(1.1);
}

.cases .hd li .csl {
  width: 100%;
  height: 340px;
  background: linear-gradient(to bottom, #004e98, #004e98, #004e9800);
  position: absolute;
  left: 0;
  top: 0;
  transition: all ease-in-out 0.4s;
  z-index: 9;
}
.cases .hd li .csl .csla {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  transition: all ease-in-out 0.4s;
}
.cases .hd li .csl p {
  width: 100%;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #fff;
}

.cases .hd li:hover .csl {
  height: 500px;
  background: linear-gradient(to bottom, #004e9880, #004e9880);
}
.cases .hd li:hover .csl .csla {
  margin-top: 150px;
}

.news {
  width: 100%;
  height: 900px;
  margin: 0 auto;
  position: relative;
  background-image: url(../images/images/news_01.jpg),
    url(../images/images/news_02.jpg), url(../images/images/news_03.jpg),
    url(../images/images/news_04.jpg), url(../images/images/news_05.jpg);
  background-position: top, center 180px, center, center 540px, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}
.news .ntl {
  width: 1400px;
  height: 400px;
  margin: 0 auto 20px;
}
.news .ncl {
  width: 700px;
  height: 400px;
  background: #fff;
  float: left;
}
.news .ncl li {
  width: 600px;
  height: 320px;
  padding: 40px 50px;
}
.news .ncl li div {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.news .ncl li h1 {
  width: 100%;
  height: 60px;
  line-height: 30px;
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
}
.news .ncl li p {
  width: 100%;
  height: auto;
  font-size: 18px;
  color: #999;
  line-height: 20px;
  margin-bottom: 20px;
}
.news .ncl li p span {
  color: #000;
}

.news .ntl .ncr {
  width: 700px;
  height: 400px;
  float: right;
  position: relative;
}
.news .ntl .ncr li {
  width: 700px;
  height: 400px;
}
.news .ntl .ncr li .ncrp {
  width: 700px;
  height: 330px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news .ntl .ncr li .ncrp img {
  width: 100%;
  height: 330px;
}

.news .ntl .ncr li .ncrz {
  width: 100%;
  height: 70px;
  margin: 0 auto;
}
.news .ntl .ncr li .ncrz p {
  width: 60px;
  height: 42px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: right;
  float: left;
  background: #004e98;
  padding: 14px 10px;
}
.news .ntl .ncr li .ncrz p span {
  font-size: 20px;
}
.news .ntl .ncr li .ncrz h1 {
  width: 580px;
  height: 70px;
  line-height: 70px;
  color: #000;
  background: #fff;
  padding: 0 20px;
  font-size: 20px;
  float: right;
}
.news .ntl .ncr .prev,
.news .ntl .ncr .next {
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 80px;
  z-index: 99999;
}
.news .ntl .ncr .prev i,
.news .ntl .ncr .next i {
  line-height: 30px;
}
.news .ntl .ncr .prev {
  right: 60px;
  background: #00000090;
}
.news .ntl .ncr .next {
  right: 20px;
  background: #004e9890;
}

.news .ntt {
  width: 1400px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
}
.news .ntt li {
  width: 400px;
  height: 100px;
  float: left;
  background: #fff;
  position: relative;
  margin-right: 25px;
  padding: 25px;
}
.news .ntt li .tl {
  width: 100%;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.news .ntt li .tdesc {
  width: 100%;
  height: 60px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.news .nm {
  display: block;
  width: 198px;
  height: 48px;
  border-radius: 24px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 48px;
  color: #999;
  font-size: 20px;
  margin: 40px auto;
}

.bottom {
  width: 100%;
  height: 660px;
  position: relative;
  background-image: url(../images/images/footer_01.jpg),
    url(../images/images/footer_02.jpg), url(../images/images/footer_03.jpg),
    url(../images/images/footer_04.jpg);
  background-position: top, center 190px, center 380px, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  padding-top: 100px;
}
.bottom .bnav {
  width: 900px;
  height: 480px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  float: left;
}

.bottom .bnav ul {
  float: left;
  margin-right: 60px;
}

.bottom .bnav a {
  font-size: 16px;
  color: #fff;
}
.bottom .finfo {
  width: 420px;
  height: 480px;
  float: right;
}
.bottom .finfo .f1 {
  float: left;
  width: 150px;
}
.bottom .finfo .f1 .aa {
  width: 150px;
  height: 50px;
  line-height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom .finfo .f1 .aa a {
  font-size: 16px;
  color: #0d33a0;
}
.bottom .finfo .f1 .aa img {
  width: 24px;
}
.bottom .finfo .f1 p {
  width: 150px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  text-align: right;
  margin-top: 50px;
  line-height: 20px;
}
.bottom .finfo .f1 h1 {
  width: 150px;
  height: 40px;
  color: #fff;
  font-size: 23px;
  text-align: right;
  font-family: "impact";
  line-height: 40px;
  font-weight: normal;
}

.bottom .finfo .ewm {
  width: 180px;
  height: 180px;
  float: right;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.bottom .finfo .ewm img {
  width: 180px;
  height: 180px;
}

.bottom .address {
  width: 1320px;
  height: 60px;
  margin: 0 auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  clear: both;
  padding: 39px 0;
}

.bottom .address .aicon {
  width: 58px;
  height: 58px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
}

.bottom .address .aicon img {
  width: 21px;
}

.bottom .address p {
  width: 1160px;
  height: 30px;
  color: #fff;
  line-height: 30px;
  font-size: 16px;
  padding-left: 40px;
  margin: 0 auto;
  float: left;
}

.bottom .address .upup {
  width: 58px;
  height: 58px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  float: right;
  margin-top: -30px;
}
.bottom .address .upup a {
  color: #fff;
}

.bottom .link {
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  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, 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;
}

/*关于我们*/
.pz_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.pageBox {
  width: 100%;
  height: 60px;
  margin: 0 auto;
  border-bottom: 1px #ccc solid;
}
.pageBox .container{
  width: 1320px;
  margin: 0 auto;
}
.pageNav {
  float: left;
  line-height: 60px;
}
.pageNav a {
  font-size: 16px;
  color: #333333;
  margin: 0 10px 0 0;
  float: left;
  padding: 0 30px;
  position: relative;
  text-align: center;
}
.pageNav a:last-child {
  margin: 0;
}
.pageNav a:hover {
  background-color: #004e98;
  color: #fff;
}
.pageNav a:hover::after {
  width: 15px;
  height: 8px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7.5px;
  background: url(../images/p50.png) center no-repeat;
  background-size: 100%;
}
.pageNav a.on {
  background-color: #004e98;
  color: #fff;
}
.pageNav a.on::after {
  width: 15px;
  height: 8px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -7.5px;
  background: url(../images/p50.png) center no-repeat;
  background-size: 100%;
}
.local {
  float: right;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 60px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.local a {
  color: #6b6b6b;
}
.local a:hover {
  color: #004e98;
}
.local .ico {
  width: 16px;
  height: 16px;
  float: left;
  margin: 22px 0 0 0;
  line-height: 0;
  margin-right: 10px;
}
.about1 {
    width: 1400px;
    margin: 0 auto;
  padding: 50px 0;
}
.pTitle {
  text-align: center;
  font-weight: bolder;
}
.pTitle .H4 {
  font-size: 40px;
  font-family: Arial;
  text-transform: uppercase;
  font-weight: bolder;
  color: #000000;
  line-height: 40px;
}
.pTitle .H5 {
  font-size: 16px;
  color: #555555;
  margin-top: 17px;
}
.about1 .p {
  margin-top: 40px;
  font-size: 16px;
  line-height: 32px;
}

.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;
}
.pz_banner{clear: both;}
.c_banner{position:relative; overflow: hidden;}
.proList {
  width: 1400px;
  margin: 0 auto;
}
.proList .protitle{
  width: 100%;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 48px;
  margin: 30px auto 40px;
  color: #000;
}
.proList .protitle::after{
  display: block;
  content: '';
  width: 40px;
  height: 4px;
  background: #004e98;
  margin: 20px auto;
}
.proList li {
  float: left;
  width: 451px;
  margin-right: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  border: 1px solid #ccc;
}

.proList li:hover img {
  transform: scale(1.1);
}

.proList li h4:hover {
  color: #0062b0;
}



.proList li span {
  display: block;
  border-top: 0;
  padding-top: 20px;
}


.proList li .jw{
    width: 100%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.proList li .jw img {
  width: 100%;
}

.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;
  color: #1a62bf;
  width: 30px;
  height: 30px;
  margin: 20px 0;
}

.proList li:nth-child(3n) {
  margin-right: 0;
}

.Theviewbox {
  width: 1320px;
  margin: 0 auto;
}

.listMain .Theviewul li {
  float: left;
  margin: 0 30px 25px 0;
}
.listMain .Theviewul li:nth-child(3n){
  margin-right: 0;
}
.listMain .Theviewul li:hover img {
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}

.listMain .Theview span img {
  width: 420px;
  height: 340px;
}

.listMain .Theview li a {
  display: inline-block;
}

.Theviewul li:hover p {
  background: #0364b1;
  color: #fff;
}

.listMain .Theview span {
  display: inline-block;
  transition: all ease 0.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 0.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 0.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 0.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 0.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 0.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 0.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, 0.9);
  height: 0;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  width: 590px;
  transition: all 0.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, 0.9);
  height: 0;
  line-height: 60px;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  width: 293px;
  transition: all 0.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, 0.7);
  transition: all 0.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 0.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: 0.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 0.3s;
}

.jjfa li a {
  display: block;
  overflow: hidden;
}

.jjfa li i {
  transition: all ease 0.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: 0.3s;
  transition: 0.3s;
}

.faqList li div {
  display: none;
  padding: 25px;
  line-height: 25px;
  color: #7c7c7c;
  -webkit-animation: fadeIn 0.5s ease-out 0.2s both;
  animation: fadeIn 0.5s ease-out 0.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;
}

.products-menu ul li a {
  width: 170px;
}

.products-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 {
  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;
}

.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: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.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: 0.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 0.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;
  width: 1320px;
  min-height: 480px;
  margin: 0 auto;
}

#maximg img {
  max-width: 100%;
  height: auto !important;
}
/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:12px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}

/*详细页功能区*/
.preNext{position:relative;}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;margin: 20px auto;width: 100%;height: 40px;}
.preNext .text li{width: 50%;font-size: 16px;}
.preNext .text .sleft{
  float: left;
}
.preNext .text .sright{
  float: right;
  text-align: right;
}