@charset "utf-8";
/*---------------------------------------*/
/*
	Name:Agent_Style v1.0 -CSS Framework
	Author: Liu Qingqing
	Styles updated: 2017/11/30
*/
/*---------------------------------------*/
body,
button,
input,
select,
textarea {
  font-family: "microsoft yahei", Arial, Helvetica, sans-serif;
}
body {
  background: #fff;
  color: #333;
  font-size: 14px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
* {
  margin: 0;
  padding: 0;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #0067d0;
}
a.active {
  color: #0067d0;
}
input,
textarea,
button,
select {
  outline: none;
}
textarea {
  resize: none;
}
em {
  font-style: normal;
}
/*图标*/
@font-face {
  font-family: 'iconfont';
  /* project id 721747 */
  src: url('../iconfont/iconfont.eot');
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconfont/iconfont.woff2') format('woff2'), url('../iconfont/iconfont.woff') format('woff'), url('../iconfont/iconfont.ttf') format('truetype'), url('../iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
}
.c-w {
  width: 100%;
}
.c-w1200 {
  width: 1200px;
  margin: 0 auto;
}
.c-ffm {
  font-family: "Microsoft yahei", Arial;
}
.c-ffs {
  font-family: simsun;
}
.c-mt0 {
  margin-top: 0 !important;
}
.c-mb0 {
  margin-bottom: 0 !important;
}
.c-mb36 {
  margin-bottom: 36px !important;
}
.c-fl {
  float: left;
}
.c-fr {
  float: right;
}
.c-w50 {
  width: 50px !important;
}
.c-clear:after {
  display: block;
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
}
.c-hide {
  display: none;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
/*header*/
.topbar {
  height: 38px;
  background: #0067d0;
}
.topbar .wel {
  float: left;
  line-height: 38px;
  font-size: 12px;
  color: #e3f1ff;
}
.topbar .top-right {
  float: right;
  line-height: 38px;
  font-size: 12px;
}
.topbar .top-right a {
  margin-right: 10px;
  color: #e3f1ff;
}
.topbar .top-right a:hover {
  color: #ff0;
}
.header {
  width: 100%;
  height: 117px;
}
.header .logo {
  float: left;
  width: 420px;
}
.header .logo img {
  display: block;
  width: 420px;
  margin-top: 14px;
}
.header .nav {
  float: right;
  height: 117px;
}
.header .nav li {
  float: left;
  width: 108px;
  height: 117px;
  line-height: 117px;
  text-align: center;
  transition: 0.6s all ease-in-out;
}
.header .nav li:hover,
.header .nav li.active {
  transition: 0.8s all ease-in-out;
  background: url(../images/navbg.png) center no-repeat;
  color: #0067d0;
}
.header .nav li:hover a,
.header .nav li.active a {
  color: #0067d0;
}
.header .nav li a {
  display: block;
  position: relative;
  font-size: 15px;
  transition: 0.2s all ease-in-out;
  z-index: 1113;
}
.search-bg {
  width: 100%;
  height: 140px;
  margin-bottom: 30px;
  background: #f4f4f4;
}
.search-bg .search-l {
  float: left;
  width: 680px;
  overflow: hidden;
}
.search-bg .search-l .adv {
  float: left;
  width: 350px;
  margin-top: 40px;
  line-height: 30px;
  font-size: 17px;
  color: #333;
}
.search-bg .search-l .adv p {
  font-size: 27px;
  color: #0067d0;
  font-weight: bold;
}
.search-bg .search-l .tel-mod {
  float: right;
  width: 300px;
  height: 140px;
  border-left: 1px #ebebeb solid;
  border-right: 1px #ebebeb solid;
}
.search-bg .search-l .tel-mod .tit {
  width: 195px;
  margin: 35px auto 0;
  overflow: hidden;
}
.search-bg .search-l .tel-mod .tit img {
  float: left;
  width: 30px;
  height: 30px;
}
.search-bg .search-l .tel-mod .tit span {
  float: left;
  padding-top: 5px;
  padding-left: 12px;
  font-size: 17px;
  color: #666;
}
.search-bg .search-l .tel-mod .tel {
  padding-top: 6px;
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #d7030c;
  text-align: center;
}
.search-bg .search-r {
  float: right;
  width: 450px;
  margin-top: 50px;
}
.search-bg .search-r input {
  float: left;
  width: 368px;
  height: 42px;
  line-height: 42px;
  padding-left: 10px;
  background: #fff;
  border: 1px #d1d1d1 solid;
}
.search-bg .search-r .btn-search {
  float: left;
  width: 69px;
  height: 44px;
  cursor: pointer;
  background: url("../images/search.png") no-repeat;
  border: 0;
}
/*footer*/
.footWrap {
  padding: 40px 0px 40px 0px;
  margin-top: 30px;
  background: #0067d0;
  overflow: hidden;
}
.footer {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.f_wz {
  width: 470px;
  line-height: 32px;
  font-family: "Microsoft Yahei";
  color: #fff;
  font-size: 14px;
}
.f_wz h3 {
  height: 60px;
  margin-bottom: 15px;
  font: bold 16px/60px "Microsoft Yahei";
  color: #fff;
  background: url(../images/h.jpg) no-repeat left bottom;
}
.f_wz a {
  color: #fff;
  font-size: 14px;
}
.f_wz a:hover {
  color: #ff0;
  font-size: 14px;
}
.bqdxtkg {
  float: left;
  height: 207px;
  margin-top: 20px;
  margin-right: 75px;
  border-left: 1px solid #0d74dc;
  border-right: 1px solid #0771de;
}
.f_nav {
  width: 270px;
}
.f_nav a {
  float: left;
  width: 120px;
  color: #fff;
  font-size: 14px;
}
.f_nav a:hover {
  float: left;
  width: 120px;
  color: #ff0;
  font-size: 14px;
}
.dbdewmk {
  float: right;
  width: 300px;
}
.footer_r {
  width: 134px;
  padding-top: 10px;
  margin-right: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #fff;
}
.footer_r img {
  padding-bottom: 15px;
}
/*其他项目可复用模块*/
/*按钮*/
.btn01 {
  background: #0067d0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.btn02 {
  color: #0067d0;
  border: 1px solid #0067d0;
  border-radius: 5px;
  text-align: center;
}
.btn03 {
  background: #666;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
/*公共标题*/
.g-title01 {
  height: 70px;
  line-height: 70px;
  background: url("../images/g-title01-bg.png") center no-repeat;
}
.g-title01 .title {
  width: 350px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}
.g-title01 .title .en {
  float: left;
  width: 210px;
  color: #0067d0;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.g-title01 .title .ch {
  float: left;
  width: 132px;
  margin-top: 10px;
  margin-left: 8px;
}
.g-title01 .title .ch h2 {
  line-height: 30px;
  font-size: 28px;
}
.g-title01 .title .ch .p01 {
  line-height: 30px;
  font-size: 13px;
  color: #666;
}
/*面包屑 无背景色*/
.crumb {
  height: 60px;
  margin-bottom: 15px;
  line-height: 60px;
  font-size: 15px;
  background: #f6f6f6;
  overflow: hidden;
}
.crumb ul {
  float: left;
}
.crumb i.iconfont {
  margin-left: 15px;
  color: #0067d0;
  font-size: 28px;
}
.crumb li {
  float: left;
  margin-right: 12px;
  color: #333;
}
.crumb a {
  color: #333;
}
.crumb a:hover {
  color: #0067d0;
}
.crumb li.link:after {
  margin-left: 5px;
  content: '>>';
}
/*面包屑 有背景色*/
.crumb-bg {
  height: 60px;
  background: #f4f4f4;
}
.crumb-bg .crumb {
  width: 1200px;
  margin: 0 auto;
  line-height: 60px;
}
/*上一篇 下一篇*/
.page {
  position: relative;
  padding-top: 20px;
  height: 80px;
  margin-top: 20px;
  border-top: 1px solid #eee;
}
.page a {
  display: inline-block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 15px;
}
.page a.active,
.page a:hover {
  color: #0067d0;
}
/*分页*/
.pagination {
  clear: both;
  margin: 20px 20px 20px 0;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
}
.pagination li {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 4px 12px;
  margin: 0 1px;
  line-height: 24px;
  background: #fff;
  color: #999;
}
.pagination li:hover {
  background: #0067d0;
  color: #fff;
  border: 1px solid #0067d0;
}
.pagination li:hover a {
  color: #fff;
}
.pagination li.active {
  display: inline-block;
  border: 1px solid #0067d0;
  padding: 4px 12px;
  margin: 0 1px;
  background: #0067d0;
  color: #fff;
}
.pagination li.active a {
  color: #fff;
}
.pagination li a {
  display: block;
  color: #999;
}
.pagination li a:hover {
  color: #fff;
}
/*向上出现*/
.fadeInBottom {
  animation: fadeInBottom 1s;
  -webkit-animation: fadeInBottom 1s;
  -moz-animation: fadeInBottom 1s;
  -o-animation: fadeInBottom 1s;
  -ms-animation: fadeInBottom 1s;
}
/*左侧滑入*/
.fadeInLeft {
  animation: fadeInLeft 1s;
  -webkit-animation: fadeInLeft 1s;
  -moz-animation: fadeInLeft 1s;
  -o-animation: fadeInLeft 1s;
  -ms-animation: fadeInLeft 1s;
}
/*右侧滑入*/
.fadeInRight {
  animation: fadeInRight 1s;
  -webkit-animation: fadeInRight 1s;
  -moz-animation: fadeInRight 1s;
  -o-animation: fadeInRight 1s;
  -ms-animation: fadeInRight 1s;
}
/*右侧滑入*/
.fadeInRightSmall {
  animation: fadeInRightSmall 1s;
  -webkit-animation: fadeInRightSmall 1s;
  -moz-animation: fadeInRightSmall 1s;
  -o-animation: fadeInRightSmall 1s;
  -ms-animation: fadeInRightSmall 1s;
}
.flipInx {
  animation: flipInx 1s;
  -webkit-animation: flipInx 1s;
  -moz-animation: flipInx 1s;
  -o-animation: flipInx 1s;
  -ms-animation: flipInx 1s;
}
/*字体由小变大渐现*/
.fontFadeBig {
  animation: fontFadeBig 1s;
  -webkit-animation: fontFadeBig 1s;
  -moz-animation: fontFadeBig 1s;
  -o-animation: fontFadeBig 1s;
  -ms-animation: fontFadeBig 1s;
}
/*字体由大变小渐现*/
.fontFadeSmall {
  animation: fontFadeSmall 1s;
  -webkit-animation: fontFadeSmall 1s;
  -moz-animation: fontFadeSmall 1s;
  -o-animation: fontFadeSmall 1s;
  -ms-animation: fontFadeSmall 1s;
}
/*keyframes*/
/*向上出现*/
@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*左侧滑入*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入 短距离*/
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*右侧滑入 短距离*/
@-webkit-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  0% {
    opacity: 0;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
/*转*/
@-webkit-keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@-moz-keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
@keyframes flipInx {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    opacity: 0;
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    opacity: 0;
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}
/*字体由小变大渐现*/
@-webkit-keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
@-moz-keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
@keyframes fontFadeBig {
  0% {
    opacity: 0;
    font-size: 10px;
  }
  100% {
    opacity: 1;
    font-size: 17px;
  }
}
/*字体由大变小渐现*/
@-webkit-keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
@-moz-keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
@keyframes fontFadeSmall {
  0% {
    opacity: 0;
    font-size: 50px;
  }
  100% {
    opacity: 1;
    font-size: 21px;
  }
}
.bounceIn {
  animation: bounceIn 1s both;
  -webkit-animation: bounceIn 1s both;
  -moz-animation: bounceIn 1s both;
  -o-animation: bounceIn 1s both;
  -ms-animation: bounceIn 1s both;
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
/*旋转45度 显现*/
.rotateInDownLeft {
  animation: rotateInDownLeft 1s;
  -webkit-animation: rotateInDownLeft 1s;
  -moz-animation: rotateInDownLeft 1s;
  -o-animation: rotateInDownLeft 1s;
  -ms-animation: rotateInDownLeft 1s;
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.swiper-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swiper-banner .swiper-slide {
  float: left;
  width: 100%;
}
.swiper-banner .swiper-slide img {
  float: left;
  width: 100%;
}
.swiper-banner.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
}
.swiper-banner .swiper-pagination-bullet {
  width: 28px;
  height: 6px;
  background: #fff;
  opacity: 0.5;
  border-radius: 0;
}
.swiper-banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.main-title {
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  color: #0067d0;
}
.main-title h2 {
  font-weight: bold;
  font-size: 38px;
  color: #d7030c;
}
.main-title .desc {
  padding-top: 2px;
  height: 40px;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.main-title .down {
  width: 26px;
  height: 25px;
  margin: 0 auto;
  animation: myfirst 2s infinite;
}
@keyframes myfirst {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -10px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.totalwidth {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}
#tabs {
  width: 675px;
  margin: 0 auto;
  margin-top: 20px;
  overflow: hidden;
}
#tabs li {
  float: left;
  width: 150px;
  height: 50px;
  margin-bottom: 12px;
  line-height: 50px;
  margin-left: 15px;
  background: #0067d0;
  font-size: 16px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
}
#tabs li a {
  float: left;
  background: #0067d0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  width: 150px;
  color: #fff;
  border-radius: 5px;
}
#tabs li.currents {
  background: #d7030c;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  width: 150px;
  margin-left: 15px;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
#tabs li.currents a {
  background: #d7030c;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  width: 150px;
  color: #fff;
  cursor: pointer;
  border-radius: 10px;
}
#contents {
  width: 1200px;
  margin: 0 auto;
}
.prod_row2 {
  padding: 30px 0 0;
  padding-top: 10px;
}
.prod_row2 .divproduct_new_div:after {
  content: '';
  display: block;
  clear: both;
}
.prod_row2 .divproduct_new_div_item {
  float: left;
  width: 285px;
  position: relative;
  height: 290px;
  transition: 0.3s all ease-in-out;
  overflow: hidden;
  margin: 20px 20px 0px 0;
}
.prod_row2 .divproduct_new_div_item:nth-child(4n) {
  margin-right: 0;
}
.prod_row2 .divproduct_new_div_item .product_div_item_pic a,
.prod_row2 .divproduct_new_div_item .product_div_item_pic a img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.3s all ease-in-out;
}
.prod_row2 .divproduct_new_div_item .product_div_item_pic {
  position: absolute;
  width: 275px;
  border: 1px solid #d0d0d0;
  padding: 4px;
  height: 206px;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: auto;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content {
  height: 40px;
  padding: 15px;
  position: absolute;
  width: 255px;
  top: 220px;
  left: 0;
  bottom: 0;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content:before {
  content: '';
  background: url(../images/y.png) no-repeat center;
  width: 15px;
  height: 20px;
  position: absolute;
  bottom: 23px;
  right: 18px;
  display: block;
  z-index: 2;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #d0d0d0;
  display: block;
  left: 0;
  top: auto;
  transition: 0.3s all ease-in-out;
  bottom: -69px;
}
.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content:after {
  bottom: 0;
  background: #0067d0;
}
.prod_row2 .divproduct_new_div_item_body {
  transition: 0.3s all ease-in-out;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a {
  display: block;
  line-height: 18px;
  font-size: 18px;
  color: #222;
  position: relative;
  z-index: 3;
}
.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_a {
  color: #fff;
  transition: 0.3s all ease-in-out;
}
.prod_row2 .divproduct_new_div_item .product_div_item_pic a {
  width: auto;
  height: auto;
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_body {
  line-height: 24px;
  font-size: 13px;
  color: #999;
  position: relative;
  z-index: 3;
  text-align: justify;
}
.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body {
  transition: 0.3s all ease-in-out;
  color: #aeffc6;
}
.prod_row2 .divproduct_new_div_item:hover .product_div_item_pic a img {
  transform: scale(1.1);
}
.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .tel {
  position: relative;
  z-index: 3;
  margin-top: 5px;
  font-size: 16px;
  color: #0067d0;
}
.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .tel {
  color: #fff;
}
.section-case {
  margin-top: 30px;
}
.section-case .demoz {
  overflow: hidden;
}
.section-case .pm {
  margin-top: 20px;
  margin-bottom: 30px;
}
.section-case .pm table tbody {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.section-case .pm table tbody tr {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-align: left;
}
.section-case .pm table tbody tr td {
  text-align: left;
  padding: 0;
  margin: 0;
}
.section-case .pm table tbody tr td .pro-list {
  width: 1236px;
}
.section-case .pm table tbody tr td .pro-list ul {
  width: 100%;
}
.section-case .pm table tbody tr td .pro-list ul li {
  float: left;
  width: 205px;
  padding: 10px;
  border: 1px solid #d7d7d7;
  margin: 10px;
}
.section-case .pm table tbody tr td .pro-list ul li a {
  display: block;
}
.section-case .pm table tbody tr td .pro-list ul li a img {
  display: block;
  width: 100%;
  height: 154px;
}
.section-case .pm table tbody tr td .pro-list ul li a p {
  font-size: 14px;
  text-align: center;
  height: 34px;
  line-height: 34px;
  margin-top: 5px;
  background-color: #eee;
}
.section-case .pm .caselist {
  margin-bottom: 20px;
  overflow: hidden;
  height: 260px;
}
.section-case .pm .caselist li {
  margin-left: 20px;
  border: 1px solid #eee;
  padding: 10px;
}
.section-case .pm .caselist li a {
  display: block;
  width: 100%;
}
.section-case .pm .caselist li a img {
  display: block;
  width: 265px;
  height: 200px;
}
.section-case .pm .caselist li a p {
  width: 100%;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #222;
  background-color: #eeeeee;
  margin-top: 5px;
}
.section-case .pm .imglist {
  margin-left: 20px;
  width: 1170px !important;
}
.section-case .pm .imglist ul {
  overflow: hidden;
}
.section-case .pm .imglist li {
  display: block;
  float: left;
  width: 234px !important;
  overflow: hidden;
}
.section-case .pm .imglist li img {
  width: 305px !important;
  height: 265px;
}
.adv-bg {
  width: 100%;
  height: 900px;
  background: url(../images/ls.jpg) center no-repeat;
  margin-top: 50px;
}
.adv-bg .main-title {
  padding-top: 60px;
  margin-bottom: 20px;
}
.adv-bg .main-title h2,
.adv-bg .main-title .desc {
  color: #fff;
}
#youshi_fl {
  width: 513px;
  height: 630px;
  background: url(../images/bs.png) left no-repeat;
  float: left;
  color: #fff;
}
.youshi_c {
  width: 340px;
  padding-top: 90px;
  padding-left: 35px;
  float: left;
}
.youshi_h1 {
  font-size: 34px;
  font-weight: bold;
  line-height: 42px;
}
.youshi_h2 {
  font-size: 28px;
  line-height: 42px;
  font-family: Century Gothic;
}
.youshi_h3 {
  width: 320px;
  height: 44px;
  border: 1px solid #c8e8f9;
  line-height: 44px;
  text-align: center;
  margin-top: 50px;
  font-size: 18px;
}
.youshi_h4 {
  width: 84px;
  margin-right: 28px;
  float: left;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  margin-top: 55px;
  animation: myfirst 2s infinite;
  display: block;
}
.youshi_h4 .v1 {
  width: 82px;
  height: 60px;
  padding-top: 22px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.youshi_ted {
  width: 290px;
  height: 22px;
  line-height: 22px;
  background: url(../images/tel02.png) left no-repeat;
  float: left;
  font-size: 16px;
  padding-left: 35px;
  margin-top: 55px;
}
.youshi_ted span {
  float: left;
}
.youshi_ted strong {
  font-size: 28px;
  font-family: Arial, Helvetica, sans-serif;
  float: left;
  color: #ff0;
}
#youshi_r {
  width: 810px;
  height: 565px;
  float: right;
  background: rgba(255, 255, 255, 0.95);
  margin-top: -595px;
}
.youshi_p {
  width: 340px;
  float: left;
  padding-top: 35px;
  padding-bottom: 10px;
  padding-left: 45px;
}
.youshi_p:hover {
  -webkit-animation: test 0.4s ease-in 2;
  cursor: pointer;
}
@-webkit-keyframes test {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, 5px);
  }
  100% {
    transform: translate(0, 0);
  }
}
.youshi_v1 {
  font-size: 46px;
  line-height: 46px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0067d0;
}
.youshi_v2 {
  line-height: 50px;
  font-size: 26px;
  padding-bottom: 5px;
  color: #222;
}
.youshi_v3 {
  width: 55px;
  height: 2px;
  background: #0067d0;
}
.youshi_v4 {
  padding-top: 25px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.section-about {
  width: 100%;
  margin-top: 10px;
}
.section-about .title {
  width: 347px;
  height: 56px;
  background: url(../images/ab.png) center no-repeat;
  margin: 0 auto 40px;
}
.section-about .title .name {
  padding-top: 10px;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.section-about .title .name font {
  font-size: 36px;
  font-weight: bold;
  color: #0067d0;
}
.section-about .cont {
  overflow: hidden;
}
.section-about .cont .shgbbtl {
  float: left;
  width: 10px;
  height: 420px;
  background: #0067d0;
}
.section-about .cont .hsgbjtzb {
  float: left;
  width: 537px;
  height: 340px;
  padding: 40px 45px 40px 45px;
  background: #f6f6f6;
}
.section-about .cont .ngjlswbz {
  height: 56px;
  font-size: 22px;
  color: #d7030c;
}
.section-about .cont .gjgnjsld {
  height: 218px;
  line-height: 36px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
}
.section-about .cont .srhlsnkd {
  float: left;
  width: 130px;
  height: 51px;
  margin-right: 1px;
  background: #0067d0;
  font-size: 16px;
  color: #fff;
  line-height: 51px;
  text-align: center;
}
.section-about .cont .srhlsnkd a {
  display: block;
  float: left;
  width: 130px;
  height: 51px;
  background: #0067d0;
  font-size: 16px;
  color: #fff;
  line-height: 51px;
  text-align: center;
}
.section-about .cont .srhlsnkd a:hover {
  width: 130px;
  height: 51px;
  float: left;
  font-size: 16px;
  color: #ff0;
  line-height: 51px;
  text-align: center;
  display: block;
}
.section-about .cont .jjbtyz {
  float: left;
  width: 560px;
  overflow: hidden;
  cursor: pointer;
}
.section-about .cont .jjbtyz img {
  width: 560px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
.section-about .cont .jjbtyz img:hover {
  -webkit-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -moz-transform: scale(1.12, 1.12);
}
.section-news {
  margin-top: 45px;
}
.section-news .title {
  margin-bottom: 40px;
}
.section-news .title .news_m {
  line-height: 50px;
  font-size: 34px;
  font-weight: bold;
  color: #0067d0;
  text-align: center;
}
.section-news .title .news_s {
  margin-bottom: 15px;
  line-height: 26px;
  font-size: 14px;
  color: #484848;
}
.section-news .title .news_line {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
}
.section-news .title .news_line_t {
  width: 100px;
  margin: 0 auto;
  height: 3px;
  background: #0067d0;
}
.section-news .title .news_line_d {
  width: 0px;
  height: 0;
  margin: 0 auto;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #0067d0;
}
.section-news .cont {
  position: relative;
  width: 1200px;
  height: 405px;
  margin: 20px auto 0;
  overflow: hidden;
}
.section-news .cont .li {
  float: left;
  width: 1200px;
  margin: 0 auto;
}
.section-news .news_div_item,
.section-news .divdgweb_new_div_item {
  float: left;
  position: relative;
  width: 578px;
  height: 180px;
  margin: 12px 11px;
  transition: all 0.8s linear;
  box-shadow: 0 0 2px #ccc inset;
  /*background: url(../images/20181227162817_594763620.png) no-repeat 8px center;*/
}
.section-news .news_div_item_pic {
  float: left;
  width: 282px;
  height: 180px;
  overflow: hidden;
  box-shadow: 0 0 1px #ddd;
}
.section-news .news_div_item_pic img {
  width: 282px;
  height: 180px;
  transition: all 0.5s linear;
}
.section-news .news_div_item_content,
.section-news .divdgweb_new_div_item_content {
  float: right;
  width: 270px;
  margin-right: 10px;
}
.section-news .news_div_item_title,
.section-news .divdgweb_new_div_item_title {
  width: 270px;
  padding-top: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section-news .news_div_item_title a,
.section-news .divdgweb_new_div_item_title a {
  font-size: 17px;
  transition: all 0.8s linear;
}
.section-news .news_div_item_body,
.section-news .divdgweb_new_div_item_body {
  height: 71px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 28px;
  line-height: 23px;
  overflow: hidden;
  padding-top: 16px;
  font-size: 14px;
  color: #666;
}
.section-news .news_dt_rgo {
  overflow: hidden;
  transition: all 0.8s linear;
}
.section-news .news_dt_rgo a {
  font-size: 0px;
  line-height: 0px;
}
.section-news .news_dt_rgo span {
  display: block;
  width: 90px;
  height: 1px;
  background: #999;
  transition: all 0.8s linear;
}
.section-news .news_dt_rgo p {
  position: relative;
  width: 270px;
  margin-left: 200px;
  line-height: 48px;
  font-size: 14px;
  text-align: right;
  z-index: 2;
  color: #0067d0;
  transition: all 0.8s linear;
}
.section-news .news_div_item_date,
.section-news .divdgweb_new_div_item_date {
  position: absolute;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 310px;
  margin-top: 142px;
  color: #999;
}
.section-news .news_div_item_year,
.section-news .divdgweb_new_div_item_year {
  float: left;
}
.section-news .news_div_item_month,
.section-news .divdgweb_new_div_item_month {
  float: left;
}
.section-news .news_div_item_day,
.section-news .divdgweb_new_div_item_day {
  float: left;
}
.section-news .news .news_div_item:hover .news_dt_rgo span,
.section-news .news .divdgweb_new_div_item:hover .news_dt_rgo span {
  transition: all 0.8s linear;
  width: 100%;
}
.section-news .news .news_div_item:hover .news_div_item_title a,
.section-news .news .divdgweb_new_div_item:hover .divdgweb_new_div_item_title a {
  transition: all 0.8s linear;
  color: #0067d0;
}
.section-news .news .news_div_item:hover .news_dt_rgo p,
.section-news .news .divdgweb_new_div_item:hover .news_dt_rgo p {
  transition: all 0.8s linear;
  width: 100%;
  margin-left: 0px;
}
.section-news .news .news_div_item:hover .news_div_item_pic img,
.section-news .news .divdgweb_new_div_item:hover .news_div_item_pic img {
  transition: all 0.5s linear;
  transform: scale(1.15);
}
.page-banner {
  width: 100%;
  height: 300px;
  background: url("../images/page-banner.jpg") top center no-repeat;
}
.page-content {
  width: 1200px;
  margin: 0 auto;
}
.page-content .crumb {
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 16px;
  text-align: left;
  background-color: #eee;
  text-indent: 2.5em;
  transition: 0.1s all;
  background: url(../images/b.png) no-repeat 7px 12px;
  border-bottom: 1px solid #eee;
  letter-spacing: 1px;
  position: relative;
  border-top: 1px solid #eee;
}
.page-content .crumb a {
  font-size: 15px !important;
}
.page-content .crumb:hover {
  background-position: 7px -29px;
}
.page-about {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}
.page-product-list {
  width: 100%;
}
.page-product-list .pro_all_class {
  width: 1150px;
  height: auto;
  margin: 0 auto;
  padding-top: 8px;
  overflow: hidden;
  font-size: 0px;
  line-height: 0px;
  border-bottom: none;
  margin-bottom: 20px;
  text-align: center;
}
.page-product-list .pro_all_class li {
  display: inline-block;
  width: 155px;
  height: 50px;
  margin-right: 8px !important;
}
.page-product-list .pro_all_class li a {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #279c2c;
  background: #0067d0;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 50px;
  text-decoration: blink;
  color: #fff;
}
.page-product-list .pro_all_class a:hover {
  background: #d7030c;
  color: #fff;
}
.page-product-list .pro_all_class a.active {
  background: #d7030c;
  color: #fff;
  font-weight: bold;
}
.page-product-list .pro_all_class strong {
  background: #d7030c;
  color: #fff;
  display: block;
}
.page-product-list .cont {
  margin-top: 40px;
  overflow: hidden;
}
.page-product-list .pro_one_box {
  width: 288px;
  margin: 5px;
  float: left;
  border: 1px solid #C0C0C0;
}
.page-product-list .pro_pic {
  width: 288px;
  height: 210px;
  text-align: center;
}
.page-product-list .pro_pic a {
  width: 288px;
  height: 210px;
}
.page-product-list .pro_pic a img {
  width: 288px;
  height: 210px;
}
.pro_one_box .pro_name {
  padding-top: 5px;
  padding-bottom: 5px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.pro_one_box .pro_name a {
  font-size: 14px;
}
.page-news-list {
  width: 100%;
}
.page-news-list .shopmrsc {
  padding: 15px 5px;
  border-bottom: #efefef solid 1px;
  overflow: hidden;
}
.page-news-list .shopmrsc a {
  position: relative;
  float: left;
  display: block;
  height: 135px;
  text-decoration: none;
}
.page-news-list .shopmrsc a:hover {
  color: red;
  text-decoration: none;
}
.page-news-list .xwlb_img {
  float: left;
  margin-right: 15px;
  width: 205px;
  height: 135px;
  background-color: #DBD9DA;
}
.page-news-list .xwlb_img img {
  display: table-cell;
  width: 205px;
  max-height: 135px;
}
.page-news-list .shopmrsc p {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-align: left;
  margin: 0 auto;
  border-bottom: none;
}
.page-news-list .shopmrsc p.xwlbbt {
  font-size: 16px;
  font-family: "Microsoft YaHei";
  font-weight: normal;
}
.page-news-list .shopmrsc p.xwlbnr {
  font-size: 14px;
  font-weight: normal;
  height: 50px;
  line-height: 24px;
  margin-top: 7px;
  color: #999;
}
.page-news-list .shopmrsc p.xwlbsj {
  font-size: 14px;
  font-weight: normal;
  color: #787878;
  position: absolute;
  line-height: 20px;
  bottom: 0;
}
.page-contact {
  width: 100%;
}
.page-contact .txt {
  margin-bottom: 20px;
  line-height: 1.8;
  text-align: center;
  font-size: 16px;
}
.page-contact .yunu-message {
  padding: 50px 200px;
  margin-bottom: 30px;
  background: url(../images/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
  border: 1px solid #ddd;
}
.page-contact .form-group {
  margin-bottom: 15px;
}
.page-contact .form-label {
  float: left;
  width: 120px;
  line-height: 34px;
  text-align: right;
}
.page-contact .form-label span {
  color: #e50112;
}
.page-contact .form-content {
  margin-left: 130px;
}
.page-contact .form-control {
  display: inline-block;
  width: 600px;
  padding: 6px 12px;
  line-height: 20px;
  font-size: 14px;
  border: 1px solid #ddd;
  vertical-align: top;
}
.page-contact select.form-control {
  height: 34px;
}
.page-contact .form-submit {
  padding: 6px 22px;
  color: #fff;
  background-color: #3db748;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
}
.page-contact .form-button {
  padding: 6px 22px;
  color: #fff;
  background-color: #767676;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  border-radius: 3px;
}
.news_content {
  margin-bottom: 30px;
}
.news_content_title {
  display: block;
  text-align: center;
  border-bottom: 1px solid #ddd;
  margin: 10px auto;
}
.news_content_title h1,
.news_content_title h1 strong {
  font-size: 20px;
  height: 55px;
  line-height: 55px;
  color: #333;
  font-weight: bold;
}
.news_content_title.detail-product h1 {
  margin-bottom: 10px;
}
.news_content_title p {
  padding-bottom: 16px;
  font-size: 14px;
  color: #999;
}
.news_content_title hr {
  display: none;
}
.news_content_body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.news_content_body img {
  max-width: 600px;
}
.news_prevnext {
  height: 21px;
  margin-top: 50px;
}
.news_prev {
  font-size: 16px;
  float: left;
}
.news_prev a {
  font-size: 16px;
  float: left;
}
.news_prev a:hover {
  font-size: 16px;
  cursor: pointer;
}
.news_next {
  font-size: 16px;
  float: right;
}
.news_next a:hover {
  font-size: 16px;
  cursor: pointer;
}
.news_content .img {
  width: 650px;
  margin: 0 auto;
  text-align: center;
  padding: 40px;
}
.news_content .img .zoom {
  text-align: center;
}
.news_content .img .zoom img {
  width: auto;
  max-width: 500px;
}
.news_content .img .thumb_pic {
  margin: 40px 0 0 0;
  text-align: center;
}
.news_content .img .thumb_pic ul {
  margin: 0 auto;
}
.news_content .img .thumb_pic ul li {
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #eaeaea;
  padding: 3px;
  cursor: pointer;
  position: relative;
}
.news_content .img .thumb_pic ul li.hover {
  border: 1px solid #f90;
  background: #fff;
}
.news_content .img .thumb_pic ul li.hover:after {
  content: " ";
  position: absolute;
  right: 27px;
  top: -6px;
  width: 11px;
  height: 11px;
  border: #f90 solid 1px;
  border-left: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #f90;
  z-index: -1;
}
.pro_detail {
  margin-top: 20px;
  border: 1px dashed #ccc;
  text-align: left;
}
.pro_detail_rel_hd {
  padding: 5px 10px;
}
.pro_detail_rel_hd strong {
  font-size: 20px;
}
.pro_detail_rel_item {
  display: block;
  overflow: hidden;
  padding: 10px 5px;
}
.pro_detail_rel_item .one {
  width: 285px;
  float: left;
  text-align: center;
  border: 1px solid #C0C0C0;
  margin: 5px;
}
.pro_detail_rel_item .one .pic {
  width: 100%;
  height: 210px;
}
.pro_detail_rel_item .tle {
  font-size: 16px;
  line-height: 36px;
}
.page-environment {
  overflow: hidden;
}
.page-environment li {
  float: left;
  width: 33.3333%;
  padding: 10px;
  box-sizing: border-box;
}
.page-environment li dl {
  background: #fdfdfd;
  border: 5px solid #fff;
  border-radius: 5px;
}
.page-environment li dl:hover {
  box-shadow: 0px 0px 8px #666;
  background: #f0f0f0;
}
.page-environment li dl a {
  display: block;
}
.page-environment li img {
  width: 100%;
  border-radius: 5px;
}
.page-environment li .t {
  line-height: 35px;
  display: block;
}
.page-environment li:hover b {
  color: #e30;
}
.page-environment dt a {
  overflow: hidden;
  display: inline-block;
  transform: rotate(0);
  border-radius: 5px;
}
.page-environment dt a img {
  transition: all 0.4s ease-in-out;
}
.page-environment dt a:hover img {
  transform: translateZ(0) scale(1.12);
}
.page-environment dd,
.page-environment .showlist ol {
  padding: 1%;
  color: #666;
  text-align: center;
}
.page-environment dd * {
  color: #666;
}
