@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: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.head .logo {
  width: 400px;
  height: 90px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head .logo img {
  width: 100%;
}

.head .nav {
  width: 720px;
  height: 90px;
  float: right;
}

.head .nav .yj {
  width: 720px;
  height: 90px;
}

.head .nav .yj li {
  float: left;
  width: 120px;
  height: 90px;
  text-align: center;
  position: relative;
  line-height: 90px;
}

.head .nav .yj li::after {
  width: 80px;
  height: 4px;
  background: #2598f5;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 3;
  opacity: 0;
  transition: all ease-in-out 0.4s;
}

.head .nav .yj li:last-child {
  margin-right: 0;
}

.head .nav .yj li .an {
  color: #fff;
  font-size: 16px;
}

.head .nav .yj li ul {
  position: absolute;
  overflow: hidden;
  width: 180px;
  top: 90px;
  left: -30px;
  opacity: 0;
  z-index: 9;
}

.head .nav .yj > .on .an,
.head .nav .yj > li:hover .an {
  font-weight: bold;
}
.head .nav .yj li:hover::after,
.head .nav .yj li.on::after {
  opacity: 1;
}

.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: 180px;
  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;
}

.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 .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: 100%;
  height: 110px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 0 40px;
}

.hTitle .title {
  height: 60px;
  font-size: 48px;
  color: #333;
  line-height: 60px;
  text-transform: uppercase;
}

.hTitle .title span {
  color: #0b28b3;
  font-weight: bold;
}

.hTitle .entitle {
  width: 100%;
  height: 30px;
  font-size: 30px;
  text-align: center;
  color: #666;
  line-height: 30px;
  text-transform: uppercase;
  margin: 0 auto 20px;
  letter-spacing: 6px;
  background: url(../images/title.png) no-repeat left center;
}

.products {
  width: 100%;
  height: 1020px;
  position: relative;
  margin: 0 auto;
}

.lan {
  width: 1320px;
  height: 50px;
  margin: 0 auto 60px;
}
.lan ul li {
  float: left;
  width: 205px;
  height: 50px;
  border-radius: 10px;
  text-align: center;
  line-height: 50px;
  margin-right: 18px;
  background: #ddd;
}
.lan ul li a {
  font-size: 18px;
  color: #333;
}
.lan ul li:hover,
.lan ul li.on {
  background: #0751bb;
}
.lan ul li:hover a,
.lan ul li.on a {
  color: #fff;
}
.lan ul li:last-child {
  margin-right: 0;
}

.chanpin {
  width: 1320px;
  height: 650px;
}
.chanpin li {
  width: 420px;
  height: 315px;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.chanpin li:nth-child(3n) {
  margin-right: 0;
}
.chanpin li div {
  width: 420px;
  height: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
}
.chanpin li div img {
  width: 100%;
  height: 100%;
}
.chanpin li p {
  width: 380px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333;
  padding: 0 20px;
  transition: all 0.3s;
  background: #eee;
}
.chanpin li p i {
  float: right;
  line-height: 50px;
}
.chanpin li:hover p {
  background: linear-gradient(to right, #0b28b3, #1666d5);
  color: #fff;
}

.youshi {
  width: 100%;
  height: 900px;
  padding-top: 60px;
  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),
    url(../images/images/youshi_05.jpg);
  background-position: top, center 192px, center, center 576px, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}
.youshi .hTitle .title,
.youshi .hTitle .entitle,
.youshi .hTitle .title span{
  color: #fff;
}
.youshi .y{
  width: 1320px;
  height: 600px;
  margin: 0 auto;
  position: relative;
}
.youshi .y .yyi{
  width: 1320px;
  height: 600px;
  position: relative;
}
.youshi .y .yyi .yyimg{
  width: 700px;
  height: 600px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  float: left;
  border-radius: 15px;
}
.youshi .y .yyi .yyimg img{
  width: 100%;
}
.youshi .y .yyi .yyc{
  width: 600px;
  height: 600px;
  background: url(../images/adv.png) no-repeat center;
float: right;
}
.youshi .y .yyi .yyc .yico{
  float: left;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: linear-gradient(to top, #eb5900, #f28300);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px;
}
.youshi .y .yyi .yyc .yico img{
  width: 52px;
  height: 50px;
}
.youshi .y .yyi .yyc .yz{
  width: 380px;
  height: 100px;
  float: right;
  margin: 30px;
}
.youshi .y .yyi .yyc .yz h1{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  color: #0451bb;
}
.youshi .y .yyi .yyc .yz h3{
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  text-transform: uppercase;
}
.youshi .y .yyi .ydesc{
  clear: both;
  width: 90%;
  height: 120px;
  line-height: 36px;
  font-size: 24px;
  color: #333;
  text-align: justify;
  margin: 20px auto;
  border-top: 1px solid #333;
  padding-top: 40px;
}




.about {
  width: 100%;
  height: 940px;
  margin: 0 auto 60px;
  overflow: hidden;
  position: relative;
}

.about .abpic {
  width: 960px;
  height: 460px;
  float: right;
  position: relative;
  text-align: center;
  z-index: 6;
  margin-bottom: 60px;
}

.about .abpic img {
  width: 960px;
}

.about .atxt {
  width: 600px;
  height: 460px;
  float: left;
  margin-bottom: 60px;
}
.about .atxt h1 {
  width: 100%;
  height: 60px;
  font-size: 30px;
  line-height: 60px;
  color: #000;
}
.about .atxt h1::after {
  display: block;
  content: '';
  width: 120px;
  height: 4px;
  background: #0451bb;
  border-radius: 2px;
}
.about .atxt .con {
  width: 600px;
  height: 310px;
  margin: 20px 0;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-align: justify;
}
.about .atxt a {
  display: block;
  width: 180px;
  height: 40px;
  background: #0451bb;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin-top: 30px;
}

.about .an{
  width: 100%;
  height: 210px;
  margin: 60px auto;
  clear: both;
  background: url(../images/ab.png) no-repeat right bottom;
}
.about .an ul{
  width: 1320px;
  margin: 0 auto;
}
.about .an li{
  width: 315px;
  height: 210px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.about .an li:last-child{
  margin-right: 0;
}
.about .an li div{
  width: 315px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about .an li div img{
  width: 100%;
  height: 100%;
}
.about .an li p{
  width: 315px;
  height: 130px;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-top: 80px;
}
.about .an li p span{
  font-size: 12px;
  text-transform: uppercase;
}


.cases {
  width: 1920px;
  height: 960px;
  position: relative;
  margin: 0 auto;
  background-image: url(../images/images/case_01.jpg),
    url(../images/images/case_02.jpg), url(../images/images/case_03.jpg),
    url(../images/images/case_04.jpg),
    url(../images/images/case_05.jpg);
  background-position: top, center 192px, center, center 576px, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.cases .hTitle .title,
.cases .hTitle .entitle,
.cases .hTitle .title span{
  color: #fff;
}

.cases .hd {
  width: 1320px;
  height: 620px;
  margin: 0 auto;
}

.cases .hd li {
  width: 315px;
  height: 300px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 15px;
}
.cases .hd li:nth-child(4n) {
  margin-right: 0;
}
.cases .hd li .cs {
  width: 100%;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: all ease-in-out 0.4s;
}
.cases .hd li img {
  width: 100%;
  height: 100%;
}
.cases .hd li:hover .cs img {
  transform: scale(1.1);
}

.cases .hd li .csl {
  width: 100%;
  height: 20px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  transition: all ease-in-out 0.4s;
}

.cases .cmore {
  display: block;
  width: 180px;
  height: 40px;
  margin: 30px auto;
  background: linear-gradient(to top, #eb5900, #f28300);
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 20px;
}

.news {
  width: 100%;
  height: 960px;
  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 192px, center, center 576px, bottom;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}
.news .w1320{
  height: 600px;
  background: #fff;
  position: relative;
}
.news .ntt {
  width: 1200px;
  height: 420px;
  overflow: hidden;
  margin: 0 auto 98px;
  padding-top: 98px;
}
.news .ntt li {
  width: 380px;
  height: 404px;
  float: left;
  position: relative;
  margin-right: 30px;
}
.news .ntt li .it {
  width: 380px;
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.news .ntt li .it img {
  width: 100%;
  height: 100%;
}
.news .ntt li .td {
  width: 100%;
  height: 24px;
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.news .ntt li .tl {
  width: 370px;
  height: 30px;
  font-size: 24px;
  line-height: 30px;
  color: #333;
  border-left: 3px solid #0451dd;
  padding-left: 7px;
  font-weight: bold;
  margin: 10px 0;
}
.news .ntt li .tdesc {
  width: 100%;
  height: 90px;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.news .net{
  text-transform: uppercase;
  line-height: 40px;
  color: #0451bb;
  position: absolute;
  left: -120px;
  top: 160px;
  font-size: 40px;
  transform: rotate(90deg);
}
.news .nmore{
  display: block;
  width: 180px;
  height: 40px;
  background-color: #0451bb;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 60px;
  top: 29px;
}


.bottom {
  width: 100%;
  height: 420px;
  position: relative;
  background: #333;
}
.bottom .fnav{
  width: 100%;
  height: 24px;
  padding: 18px 0;
  background: #0451bb;
}
.bottom .fnav li{
  width: 220px;
  height: 24px;
  text-align: center;
  float: left;
  position: relative;
  line-height: 24px;
}
.bottom .fnav li::after{
  display: block;
  content: '';
  width: 2px;
  height: 20px;
  position: absolute;
  top: 2px;
  right: 0;
  background: #fff;
}
.bottom .fnav li:last-child::after{
  display: none;
}
.bottom .fnav li a{
  font-size: 18px;
  color: #fff;
}

.bottom .bt {
  height: 360px;
  position: relative;
  z-index: 66;
}
.bottom .flogo {
  width: 300px;
  height: 200px;
  padding: 50px 0;
  float: left;
  position: relative;
}
.bottom .flogo::after{
  width: 1px;
  height: 200px;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50px;
  background: linear-gradient(to top,#333,#fff,#333);
}
.bottom .flogo div {
  width: 240px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  background: linear-gradient(to top,#eb5900,#f28300);
  border-radius: 30px;
  font-weight: bold;
  text-align: center;
}
.bottom .flogo div i{
  margin-right: 10px;
}
.bottom .flogo p {
  width: 240px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}

.bottom .bnav {
  width: 360px;
  height: 200px;
  padding: 50px 80px;
  float: left;
  position: relative;
}
.bottom .bnav::after{
  width: 1px;
  height: 200px;
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: 50px;
  background: linear-gradient(to top,#333,#fff,#333);
}

.bottom .bnav h1 {
  width: 100%;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.bottom .bnav h1 span{
  font-size: 18px;
  font-weight: normal;
  margin-left: 20px;
}
.bottom .bnav p {
  width: 100%;
  height: 36px;
  font-size: 18px;
  color: #ddd;
  line-height: 36px;
}

.bottom .finfo {
  width: 340px;
  height: 200px;
  float: right;
  padding: 50px 80px;
}
.bottom .finfo h1 {
  width: 100%;
  height: 30px;
  font-size: 30px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 20px;
}
.bottom .finfo h1 span{
  font-size: 18px;
  font-weight: normal;
  margin-left: 20px;
}
.bottom .finfo .ewm {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background: #fff;
}
.bottom .finfo .ewm img {
  width: 100px;
  height: 100px;
}
.bottom .finfo p {
  width: 100%;
  height: 30px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.bottom .link {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background: #222;
}

.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;
}

.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: 328px;
  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 a,
.proRight ul li a span {
  display: inline-block;
}

.proList li span {
  display: block;
  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;
  color: #1a62bf;
  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 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 {
  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: 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;
}

#maximg img {
  max-width: 100%;
  height: auto !important;
}
