body {
  font-family: "微软雅黑";
}
.container1 {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
}
.row {
  margin: 0;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  padding: 0;
  margin: 0;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
a {
  text-decoration: none;
}
ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.topbar {
  background: #fff;
  height: 35px;
  line-height: 35px;
  color: #7e7e7e;
  font-size: 1.2rem;
  border-bottom: 1px solid #f0f0f0;
}
.topbar .trt a {
  color: #7e7e7e;
  margin: 0 10px;
}
.topbar .trt a img {
  border-radius: 5px;
}
.header-wrap .header {
  position: relative;
}
.header-wrap .header .logo {
  line-height: 65px;
  margin-left:10px;
}
.header-wrap .header .stxt {
  margin-top: 30px;
  border-left: 1px solid #484848;
  padding-left: 20px;
  margin-left: 30px;
}
.header-wrap .header .stxt .btit {
  font-size: 2.0rem;
  font-weight: bold;
  color: #020202;
}
.header-wrap .header .stxt .btit span {
  color: #067d39;
}
.header-wrap .header .stxt .stit {
  font-size: 2.0rem;
  color: #db0000;
  font-weight: bold;
  letter-spacing: 2px;
}
.header-wrap .header .phone-search {
  margin-top: 30px;
}
.header-wrap .header .phone-search .phonetxt {
  margin-right: 20px;
}
.header-wrap .header .phone-search .phonetxt i {
  float: left;
  margin-right: 8px;
}
.header-wrap .header .phone-search .phonetxt p {
  float: left;
  font-size: 1.4rem;
  color: #020202;
}
.header-wrap .header .phone-search .phonetxt p span {
  font-weight: bold;
  display: block;
  font-size: 1.8rem;
  color: #3f60ba;
}
.header-wrap .header .menu {
  line-height: 65px;
  float: right;
}
.header-wrap .header .menu img {
  max-width: 100%;
}
.header-wrap .header .menulist {
  position: absolute;
  top: 65px;
  right: -7px;
  width: 100px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8);
}
.header-wrap .header .menulist a {
  font-size: 1.4rem;
  font-family: "微软雅黑";
  text-decoration: none;
  color: #fff;
  display: block;
  text-align: center;
  height: 30px;
  line-height: 30px;
}
.header-wrap .header .menulist a:hover {
  background: #000;
}
.nav-wrap {
  width: 100%;
  background: #3f60ba;
  height: 51px;
}
.nav-wrap .nav-ul .navlist {
  position: relative;
  display: inline-block;
  float: left;
  width: 16.5%;
}
.nav-wrap .nav-ul .navlist a.listh1 {
  line-height: 48px;
  text-decoration: none;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  border-bottom: 3px solid #3f60ba;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.nav-wrap .nav-ul .navlist a.listh1:hover,
.nav-wrap .nav-ul .navlist a.listh1.on {
  border-bottom: 3px solid #fff;
}
.nav-wrap .nav-ul .navlist a.listh1 span {
  margin-top: 17px;
  float: right;
  background: url(../images/navline.jpg) no-repeat;
  width: 2px;
  height: 16px;
}
.nav-wrap .nav-ul .navlist .list2-ul {
  position: absolute;
  left: 0;
  top: 48px;
  display: none;
  z-index: 10;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
  width: 100%;
}
.nav-wrap .nav-ul .navlist .list2-ul .list {
  position: relative;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2 {
  font-size: 1.4rem;
  text-align: center;
  padding-left: 10px;
  line-height: 40px;
  color: #fff;
  display: block;
  text-decoration: none;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2:hover,
.nav-wrap .nav-ul .navlist .list2-ul .list .listh2.on {
  background: #3f60ba;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8) !important;
  background: #000;
  filter: alpha(opacity=80);
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 {
  text-align: center;
}
.nav-wrap .nav-ul .navlist .list2-ul .list .list3-ul .list2 a {
  font-size: 1.4rem;
  display: block;
  line-height: 40px;
  color: #fff;
}
.banner-wrap {
  position: relative;
}
.banner-wrap #owl-demo {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
}
.banner-wrap #owl-demo .item {
  display: block;
}
.banner-wrap #owl-demo img {
  display: block;
  width: 100%;
}
.banner-wrap .owl-theme .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page span {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.banner-wrap .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #fff;
}
.banner-wrap .owl-theme .owl-controls .owl-page.active span {
  background: #fff;
}
.banner-wrap .banner .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.content-wrap .about-wrap {
  padding: 35px 0;
  background: url(../images/aboutbg.jpg) no-repeat center 8px;
  background-size: cover;
}
.content-wrap .about-wrap .title-line {
  text-align: center;
}
.content-wrap .about-wrap .title-line .chtit {
  font-size: 2.6rem;
  color: #000;
  margin-bottom: 5px;
}
.content-wrap .about-wrap .title-line .entit {
  margin-bottom: 5px;
  color: #666;
  font-size: 1.4rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .about-wrap .title-line .line-wrap {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
}
.content-wrap .about-wrap .title-line .line-wrap .line {
 width: 100%;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
  position: relative;
  top: -33px;
  z-index:-1;
}
.content-wrap .about-wrap .about-con {
  margin-top: 30px;
}
.content-wrap .about-wrap .about-con a {
  text-decoration: none;
  display: block;
  color: #fff;
  font-size: 1.4rem;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .about-wrap .about-con a:hover {
  color: #fff;
}
.content-wrap .about-wrap .about-con a .picbox {
  text-align: center;
}
.content-wrap .about-wrap .about-con a .picbox img {
  max-width: 100%;
}
.content-wrap .about-wrap .about-con a .con {
  margin-top: 20px;
}
.content-wrap .about-wrap .about-con a .con .tit {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 10px;
}
.content-wrap .about-wrap .about-con a .con .tit span {
  color: #3f60ba;
  font-size: 2.4rem;
  font-weight: bold;
}
.xianhuo .headtit tr td{background: #1264ae;color: #fff;border:1px solid #00407a;text-align:center}
.xianhuo {border:1px solid #ccc; border-top:4px solid #00407a;text-align:center}

.content-wrap .about-wrap .about-con a .con .cn {
  font-size: 1.4rem;
  line-height: 36px;
}
.content-wrap .about-wrap .about-con a .con .morebtn {
  margin-top: 20px;
  display: block;
  background: #fff;
  height: 34px;
  line-height: 34px;
  text-align: right;
  color: #3b7eb9;
  font-size: 1.2rem;
  padding-right: 13px;
  position: relative;
  z-index: 1;
}
.content-wrap .about-wrap .about-con a .con .line {
  width: 100%;
  height: 1px;
  background: #3f60ba;
  position: relative;
  top: -16px;
  z-index: 0;
}
.content-wrap .product-wrap {
  padding: 45px 0 0;
}
.content-wrap .product-wrap .title-line {
  text-align: center;
}
.tablist{overflow:hidden;}
.tabcont{margin: 45px 0;position: relative;}
.leftproducts{border: 1px solid #ccc;float: left;text-align: center}
.leftproducts img{height: 390px;width: 95%;margin: 9px 0;}
.leftproducts a.moretext{display: block;background:#fff;height: 34px;line-height: 34px;color:#666;text-align: center;border-top: 1px solid #ccc;}
.leftproducts:hover a.moretext{background:#1264ae;color:#fff;}
.rightproducts{float: right;}
.rightproducts div{border: 1px solid #ccc;width:31%;margin:0 0 15px 2%;float: left;text-align: center}
.rightproducts div img{width: 95%;margin: 9px 0;height: 160px;}
.rightproducts div a.moretext{display: block;background:#fff;height: 34px;line-height: 34px;color:#666;text-align: center;border-top: 1px solid #ccc;}
.rightproducts div:hover a.moretext{background:#1264ae;color:#fff;}
.tablist {}
.tablist .box{}

.productslist ul li{border: 1px solid #ccc;width:212px;margin:0 0 30px 24px;float: left;}
.productslist ul li img{width:192px;height: 144px;margin: 9px;}
.productslist ul li a.moretext{display: block;background:#fff;height: 34px;line-height: 34px;color:#666;text-align: center;border-top: 1px solid #ccc;}
.productslist ul li:hover a.moretext{background:#1264ae;color:#fff;}

.leftlist ul li{border: 1px solid #ccc;width:191px;border-top: 1px solid #ccc;width:90%;margin:10px 5%}
.leftlist ul li img{width:100%;height: 144px;}
.leftlist ul li a.moretext{display: block;background:#fff;height: 34px;line-height: 34px;color:#666;text-align: center;}
.leftlist ul li:hover a.moretext{background:#1264ae;color:#fff;}
		/*翻页*/
.pagemenu { margin:30px 0; text-align:center; height:30px;line-height:30px;color:#333;font-family:'微软雅黑';}
.pagemenu a { padding:4px 8px; border:1px solid #ccc;  margin:0 5px; color:#666; text-decoration:none; background-color:#f2f2f2;}
.pagemenu a:hover { color:#fff;background:#1264ae; }
.pagemenu a:active {border: #1264ae 1px solid; color:#1264ae;}
.pagemenu .current { padding:4px 8px;  margin:0 5px;background:#1264ae; color:#fff;  font-weight:bold;}
.pagemenu .disabled {border: #ddd 1px solid; padding:4px 8px; color:#999; margin:2px;}
.link-wrap ul li a{display:block;height:38px;line-height: 38px;padding:0 14px;}
.link-wrap ul li a.cur{color: #3f60ba}
.link-wrap ul li a{border-bottom:1px dotted #ccc;}
.link-wrap ul li ul li a{border-bottom: none;padding:0 32px;}
.link-wrap ul li ul{border-bottom:1px dotted #ccc;}

.slider {
  display: -webkit-box;
  display: flex;
  width: 500%;
  -webkit-transition: all .25s ease-in;
  transition: all .25s ease-in;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.slider .box {
  height: 100%;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);

  overflow: hidden;
  position: relative;
}
.content-wrap .product-wrap .title-line .chtit {
  font-size: 2.6rem;
  color: #000;
  margin-bottom: 5px;
}
.content-wrap .product-wrap .title-line .entit {
  margin-bottom: 5px;
  color: #666;
  font-size: 1.4rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .product-wrap .title-line .line-wrap {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.content-wrap .product-wrap .title-line .line-wrap .line {
  width: 100%;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
  position: relative;
  top: -33px;
  z-index:-1;
}
.content-wrap .product-wrap .product-con {
  margin-top: 30px;
}
.content-wrap .product-wrap .product-con .pline {
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: relative;
  z-index: -1;
  top: 16px;
}
.content-wrap .product-wrap .product-con .tabhd {
  text-align: center;
}
.content-wrap .product-wrap .product-con .tabhd  {
 
  margin-right: -5px;
}
.content-wrap .product-wrap .product-con .tabhd .thdlist  {
  background: #fff;
  text-decoration: none;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #ccc;
  color: #4f4d4d;
  font-size: 1.8rem;
}
.content-wrap .product-wrap .product-con .tabhd .thdlist:hover,
.content-wrap .product-wrap .product-con .tabhd .thdlist.active {
  background: url(../images/product-thdlistbg.jpg) repeat-x;
  color: #fff;cursor: pointer;
}
.content-wrap .product-wrap .product-con .tabbd {
  margin-top: 50px;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist {
  display: none;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist:first-child {
  display: block;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;/*
  padding-bottom: 30px;*/
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item {
  display: block;
  margin: 0 10px;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .plist {
  margin-bottom: 20px;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .plist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .plist a .picbox {
  overflow: hidden;
  position: relative;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .plist a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/product-fdj.png) no-repeat center center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .product-wrap .product-con .tabbd .tbdlist .product-carousel .item .plist a .picbox .showcn .stit {
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: 25%;
}
.tabcont .leftico {
  position: absolute;
  bottom: 50%;
  left: -60px;
  width: 47px;
  height: 47px;
  background:url(../images/left.png) no-repeat right top;
  border-radius: 0;
  opacity: 1;
  line-height: 22px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
	cursor: pointer;
}
.tabcont .leftico:hover {
  background: url(../images/left.png) no-repeat right top;
}
.tabcont .rightico {
  position: absolute;
  bottom: 50%;
  right: -60px;
  width: 47px;
  height: 47px;
  background: url(../images/right.png) no-repeat left top;
  border-radius: 0;
  opacity: 1;
  line-height: 22px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;cursor: pointer;
}
.tabcont .rightico:hover {
  background: url(../images/right.png) no-repeat left top;
}
.content-wrap .honer-wrap {
  background: url(../images/honerbg.jpg) no-repeat center center;
  background-size: cover;
  padding: 0 0 45px;
}
.content-wrap .honer-wrap .hline {
  background: #c2d6ff;
  height: 23px;
  position: relative;
}
.content-wrap .honer-wrap .hline .arrow {
  position: absolute;
  left: 50%;
  top: -14px;
  margin-left: -24px;
}
.content-wrap .honer-wrap .title-line {
  padding: 30px 0;
  text-align: center;
}
.content-wrap .honer-wrap .title-line .chtit {
  font-size: 2.6rem;
  color: #fff;
  margin-bottom: 5px;
}
.content-wrap .honer-wrap .title-line .entit {
  margin-bottom: 5px;
  color: #cfcfcf;
  font-size: 1.4rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .honer-wrap .title-line .line-wrap {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #999;
}
.content-wrap .honer-wrap .title-line .line-wrap .line {
  width: 42px;
  height: 7px;
  background: #ff7e00;
  margin: 0 auto;
  position: relative;
  top: -3px;
}
.content-wrap .honer-wrap .honer-con {
  margin-top: 30px;
  overflow: hidden;
}
.content-wrap .honer-wrap .honer-con .honer-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .honer-wrap .honer-con .honer-carousel .item {
  display: block;
  margin: 0 10px;
}
.content-wrap .honer-wrap .honer-con .honer-carousel .item:hover .picbox {
  border-color: #329fef;
}
.content-wrap .honer-wrap .honer-con .honer-carousel .item:hover .picbox .showcn {
  top: 0;
}
.content-wrap .honer-wrap .honer-con .honer-carousel .item .picbox {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(50, 159, 239, 0);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .honer-wrap .honer-con .honer-carousel .item .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/honer-fdj.png) no-repeat center center;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.productscont{padding:0 20px 20px 20px;}
.productscont h1{color:#1264ae;font-size: 18px;text-align: center;font-weight: normal;}
.productscont img{margin:15px 0;}
.content-wrap .honer-wrap .honer-con .honer-carousel .item .picbox .showcn .stit {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 27%;
}
.content-wrap .honer-wrap .honer-con .owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  left: -70px;
  top: 40%;
  width: 45px;
  height: 45px;
  background: none;
  color: #fff;
  font-size: 2.2rem;
  font-family: "黑体";
  opacity: 1;
  border-radius: 0;
  padding: 0;
  line-height: 45px;
  border: 1px solid #fff;
}
.content-wrap .honer-wrap .honer-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #329fef;
  border-color: #329fef;
}
.content-wrap .honer-wrap .honer-con .owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  right: -70px;
  top: 40%;
  width: 45px;
  height: 45px;
  background: none;
  color: #fff;
  font-size: 2.2rem;
  font-family: "黑体";
  opacity: 1;
  border-radius: 0;
  padding: 0;
  line-height: 45px;
  border: 1px solid #fff;
}
.content-wrap .honer-wrap .honer-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #329fef;
  border-color: #329fef;
}
.content-wrap .workshop-wrap {
  padding: 35px 0;
}
.content-wrap .workshop-wrap .title-line {
  text-align: center;
}
.content-wrap .workshop-wrap .title-line .chtit {
  font-size: 2.6rem;
  color: #000;
  margin-bottom: 5px;
}
.content-wrap .workshop-wrap .title-line .entit {
  margin-bottom: 5px;
  color: #666;
  font-size: 1.4rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .workshop-wrap .title-line .line-wrap {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.content-wrap .workshop-wrap .title-line .line-wrap .line {
  width: 42px;
  height: 7px;
  background: #ff7e00;
  margin: 0 auto;
  position: relative;
  top: -3px;
}
.content-wrap .workshop-wrap .workshop-con {
  margin-top: 30px;
}
.content-wrap .workshop-wrap .workshop-con .wlist {
  padding: 0 10px 20px;
}
.content-wrap .workshop-wrap .workshop-con .wlist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.content-wrap .workshop-wrap .workshop-con .wlist a:hover .con {
  background: #3f60ba;
}
.content-wrap .workshop-wrap .workshop-con .wlist a:hover .con .tit {
  color: #fff;
}
.content-wrap .workshop-wrap .workshop-con .wlist a:hover .con .morebtn {
  background: url(../images/workshop-morebtn.png) no-repeat;
}
.content-wrap .workshop-wrap .workshop-con .wlist a .con {
  padding: 0 10px;
  line-height: 52px;
  height: 52px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .workshop-wrap .workshop-con .wlist a .con .tit {
  font-size: 1.6rem;
  color: #303030;
  width: 50%;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .workshop-wrap .workshop-con .wlist a .con .morebtn {
  margin-top: 12px;
  background: url(../images/workshop-morebtn-hover.png) no-repeat;
  width: 48px;
  height: 28px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .workshop-wrap .workshop-con .morebtn a {
  font-family: "Arial";
  text-transform: uppercase;
  display: block;
  width: 125px;
  height: 35px;
  color: #3f60ba;
  border: 1px solid #3f60ba;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 35px;
  text-align: center;
  margin: 35px auto 15px;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .workshop-wrap .workshop-con .morebtn a:hover {
  background: #3f60ba;
  color: #fff;
  border-color: #3f60ba;
}
.content-wrap .news-wrap {
  padding: 35px 0;
  background: #fff;
}
.content-wrap .news-wrap .title-line {
  text-align: center;
}
.content-wrap .news-wrap .title-line .chtit {
  font-size: 2.6rem;
  color: #000;
  margin-bottom: 5px;
}
.content-wrap .news-wrap .title-line .entit {
  margin-bottom: 5px;
  color: #666;
  font-size: 1.4rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .news-wrap .title-line .line-wrap {
  margin-top: 20px;
}
.content-wrap .news-wrap .title-line .line-wrap .line {
   width: 100%;
  height: 1px;
  background: #ccc;
  margin: 0 auto;
  position: relative;
  top: -33px;
  z-index:-1;
}
.content-wrap .news-wrap .news-con {
  margin-top: 40px;
}
.content-wrap .news-wrap .news-con .bnlist {
  margin-bottom: 20px;
}
.content-wrap .news-wrap .news-con .bnlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .news-wrap .news-con .bnlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .news-wrap .news-con .bnlist a .picbox {
  position: relative;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .news-wrap .news-con .bnlist a .picbox .timebox {
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 85px;
  background: #3f60ba;
  text-align: center;
}
.content-wrap .news-wrap .news-con .bnlist a .picbox .timebox p {
  margin-bottom: 0;
  font-size: 4.8rem;
  color: #fff;
  font-family: "Arial";
}
.content-wrap .news-wrap .news-con .bnlist a .picbox .timebox p span {
  margin-top: -10px;
  display: block;
  font-size: 1.6rem;
}
.content-wrap .news-wrap .news-con .bnlist a .con {
  margin-top: 20px;
}
.content-wrap .news-wrap .news-con .bnlist a .con .tit {
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d1d1d;
  margin-bottom: 10px;
}
.content-wrap .news-wrap .news-con .bnlist a .con .cn {
  font-size: 1.2rem;
  color: #484848;
  line-height: 20px;
}
.content-wrap .news-wrap .news-con .bnlist a .con .cn span {
  color: #3f60ba;
}
.content-wrap .news-wrap .news-con .nconbox .nlist {
  margin-bottom: 10px;
}
.content-wrap .news-wrap .news-con .nconbox .nlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .news-wrap .news-con .nconbox .nlist a:hover .timebox {
  background: #3f60ba;
}
.content-wrap .news-wrap .news-con .nconbox .nlist a:hover .timebox p {
  color: #fff;
}
.content-wrap .news-wrap .news-con .nconbox .nlist a .timebox {
  width: 15%;
  border: 1px solid #ccc;
  padding: 5px 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .news-wrap .news-con .nconbox .nlist a .timebox p {
  margin-bottom: 0;
  font-size: 4.8rem;
  color: #b8b8b8;
  font-family: "Arial";
}
.content-wrap .news-wrap .news-con .nconbox .nlist a .timebox p span {
  margin-top: -10px;
  display: block;
  font-size: 1.6rem;
}
.content-wrap .news-wrap .news-con .nconbox .nlist a .con {
  width: 83%;
}
.content-wrap .news-wrap .news-con .nconbox .nlist a .con .tit {
  margin-top: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #1d1d1d;
  margin-bottom: 5px;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nconbox .nlist a .con .cn {
  font-size: 1.2rem;
  color: #484848;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
}
.content-wrap .news-wrap .news-con .nconbox .nlist a .con .cn span {
  color: #3f60ba;
}
.content-wrap .news-wrap .news-con .morebtn a {
  font-family: "Arial";
  text-transform: uppercase;
  display: block;
  width: 125px;
  height: 35px;
  color: #3f60ba;
  border: 1px solid #3f60ba;
  border-radius: 3px;
  font-size: 1.4rem;
  line-height: 35px;
  text-align: center;
  margin: 45px auto 0;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .news-wrap .news-con .morebtn a:hover {
  background: #3f60ba;
  color: #fff;
  border-color: #3f60ba;
}
.content-wrap .partner-wrap {
  padding: 35px 0;
  overflow: hidden;
}
.content-wrap .partner-wrap .title-line {
  text-align: center;
}
.content-wrap .partner-wrap .title-line .chtit {
  font-size: 2.6rem;
  color: #000;
  margin-bottom: 5px;
}
.content-wrap .partner-wrap .title-line .entit {
  margin-bottom: 5px;
  color: #666;
  font-size: 1.4rem;
  font-family: "Arial";
  text-transform: uppercase;
}
.content-wrap .partner-wrap .title-line .line-wrap {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.content-wrap .partner-wrap .title-line .line-wrap .line {
  width: 42px;
  height: 7px;
  background: #ff7e00;
  margin: 0 auto;
  position: relative;
  top: -3px;
}
.content-wrap .partner-wrap .partner-con {
  margin-top: 30px;
}
.content-wrap .partner-wrap .partner-con .partner-carousel {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}
.content-wrap .partner-wrap .partner-con .partner-carousel .item {
  display: block;
  border: 1px solid #ccc;
  margin: 0 10px;
}
.content-wrap .partner-wrap .partner-con .partner-carousel .item:hover .pic {
  opacity: .5;
}
.content-wrap .partner-wrap .partner-con .partner-carousel .item .pic {
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .partner-wrap .partner-con .owl-theme .owl-controls .owl-buttons .owl-prev {
  width: 30px;
  height: 30px;
  background: #1c1c1c;
  color: #fff;
  font-size: 1.6rem;
  font-family: "黑体";
  opacity: 1;
  border-radius: 5px;
  padding: 0;
  line-height: 30px;
}
.content-wrap .partner-wrap .partner-con .owl-theme .owl-controls .owl-buttons .owl-prev:hover {
  background: #3f60ba;
}
.content-wrap .partner-wrap .partner-con .owl-theme .owl-controls .owl-buttons .owl-next {
  width: 30px;
  height: 30px;
  background: #1c1c1c;
  color: #fff;
  font-size: 1.6rem;
  font-family: "黑体";
  opacity: 1;
  border-radius: 5px;
  padding: 0;
  line-height: 30px;
}
.content-wrap .partner-wrap .partner-con .owl-theme .owl-controls .owl-buttons .owl-next:hover {
  background: #3f60ba;
}
.content-wrap .contentbox {
  margin-top: 20px;
}
.content-wrap .contentbox .tit-line {
  text-align: center;
  margin-bottom: 20px;
}
.content-wrap .contentbox .tit-line h2 {
  font-family: "Aparajita";
  color: #383838;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.content-wrap .contentbox .tit-line h2 span {
  font-family: "微软雅黑";
  display: block;
  font-size: 2rem;
}
.content-wrap .contentbox .tit-line .line-wrap {
  width: 100%;
  height: 1px;
  background: #ccc;
}
.content-wrap .contentbox .tit-line .line-wrap .line {
  position: relative;
  top: -1px;
  height: 3px;
  background: #3f60ba;
  width: 80px;
  margin: 0 auto;
}
.content-wrap .contentbox .w-ltside .mb {
  margin-bottom: 20px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title {
  display: block;
  height: 45px;
  line-height: 45px;
  background: #3f60ba;
  background-size: cover;
  overflow: hidden;
  font-family: '微软雅黑';
  font-size: 16px;
  color: #fff;
  text-indent: 1em;
  cursor: pointer;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .arrow {
  float: right;
  margin-right: 15px;
}
.content-wrap .contentbox .w-ltside .mb .tit-show .title .icon {
  margin-right: 10px;
}
.content-wrap .contentbox .w-ltside .show-hide {
  display: none;
  overflow: hidden;
  width: 100%;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 {
  display: block;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  background: #eee;
  color: #707070;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div2 a {
  display: block;
  color: #707070;
  text-decoration: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div2:hover a {
  background: #3f60ba;
  color: #fff;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 {
  display: none;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul {
  margin: 0;
  padding: 0;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li {
  display: block;
  height: 34px;
  line-height: 34px;
  list-style: none;
  text-align: center;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  color: #666;
}
.content-wrap .contentbox .w-ltside .show-hide .div3 ul li a:hover {
  color: #3f60ba;
}
.content-wrap .contentbox .ltside {
  margin-bottom: 20px;border:1px solid #ccc;padding:2px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow {
 
  background: #3f60ba;
  color: #fff;height:28px;line-height: 28px;padding:0 10px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit {
  font-size: 16px;
}
.content-wrap .contentbox .ltside .linkbox .title-arrow .tit span {
  margin-top: 3px;
  font-family: "Arial";
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  color: #dfdfdf;
  text-transform: uppercase;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap {
  margin-top: 5px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list {
  background: #fff;
  display: block;
  height: 45px;
  text-align: left;
  color: #2f2f2f;
  line-height: 35px;
  font-size: 1.4rem;
  text-decoration: none;
  margin-bottom: 1px;
  border-bottom: 1px solid #d7d7d7;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list:hover {
  background: #3f60ba;
  color: #fff !important;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 {
  background: #3f60ba;
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list.on1 i.arrow {
  transform: rotate(90deg);
  color: #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list i.arrow {
  font-style: normal;
  margin-top: 6px;
  display: inline-block;
  margin-right: 10px;
  font-size: 1.8rem;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list i.icon {
  width: 5px;
  height: 30px;
  background: #fff;
  margin-top: 7px;
  margin-right: 10px;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list span {
  margin-top: 5px;
  font-weight: bold;
  float: left;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 {
  margin-bottom: 5px;
  display: none;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a {
  display: block;
  height: 38px;
  text-align: left;
  text-indent: 1.2em;
  color: #282828;
  line-height: 38px;
  font-size: 1.4rem;
  text-decoration: none;
  background: #e4e4e4;
  border-bottom: 1px solid #fff;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a:hover {
  color: #3f60ba;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a:hover i {
  opacity: 1;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a i {
  margin-top: 10px;
  width: 2px;
  height: 15px;
  float: left;
  display: inline-block;
  background: #3f60ba;
  opacity: 0;
}
.content-wrap .contentbox .ltside .linkbox .link-wrap .list2 ul li a span {
  margin-right: 10px;
}
.content-wrap .contentbox .ltside .contactbox {
  margin-top: 15px;
}
.content-wrap .contentbox .ltside .contactbox .title-arrow .title {
  margin: 0;
  font-size: 2.4rem;
  color: #21373d;
}
.content-wrap .contentbox .ltside .contactbox .con {
	
  margin: 30px 0 30px;
}
.content-wrap .contentbox .ltside .contactbox .con .ctit {
 background: #3f60ba;
  color: #fff;height:28px;line-height: 28px;padding:0 10px;margin-bottom: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con p{padding:0 10px;border-bottom: 1px dotted #ccc;height:32px;line-height: 32px;margin: 0;color:#666;}
.content-wrap .contentbox .ltside .contactbox .con .clist {
  margin-bottom: 5px;
}
.borderbox{border:1px solid #ccc;padding:2px;}
.borderbox .tp{background:#ededed;height: 28px;line-height: 28px;padding:0 15px 0 0;}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit .on{color:#888}
.content-wrap .contentbox .ltside .contactbox .con .clist i {
  float: left;
  margin-right: 10px;
  width: 12px;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p {
  text-transform: uppercase;
  word-wrap: break-word;
  width: 136px;
  float: left;
  color: #333;
  font-size: 1.5rem;
  margin-bottom: 0;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span {
  display: block;
  color: #333;
}
.content-wrap .contentbox .ltside .contactbox .con .clist p span.ptxt {
  color: #034e88;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a {
  width: 100%;
  height: 35px;
  background: #404040;
  color: #fff;
  display: block;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
}
.content-wrap .contentbox .ltside .contactbox .con .zxbtn a:hover {
  background: #3f60ba;
}
.content-wrap .contentbox .main-wrap {
  padding-bottom: 30px;
}
.content-wrap .contentbox .main-wrap .title-posit {
  margin-bottom: 15px;
}

.content-wrap .contentbox .main-wrap .title-posit .tp .title span {
  font-family: "微软雅黑";
  margin-left: 8px;
  display: inline-block;
  font-size: 14px;
	color:#1264ae;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit {

  color: #595959;
  font-size: 1.2rem;
}
.content-wrap .contentbox .main-wrap .title-posit .tp .posit a {
  color: #595959;
}
.content-wrap .contentbox .main-wrap .title-posit .title{display: inline}
.content-wrap .contentbox .main-wrap .title-posit .line {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  height: 3px;
}
.content-wrap .contentbox .main-wrap .about-con {
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .about-con .con {
  font-size: 1.2rem;
  color: #696969;
  line-height: 30px;
  margin-bottom: 0;
}
.aboutbg{background:#377cb9 url(../images/aboutimg.jpg) no-repeat left top;color:#fff;}
.aboutbg p{color:#fff;}
.content-wrap .contentbox .main-wrap .about-con .con p {
  text-indent: 2em;
  margin-bottom: 0;
}
.content-wrap .contentbox .main-wrap .about-con .con img {
  width: 100%;
  margin-bottom: 20px;
}
.content-wrap .contentbox .main-wrap .product-con .plist {
  padding: 0 10px 10px;
}
.content-wrap .contentbox .main-wrap .product-con .plist a {
  display: block;
  text-decoration: none;
}
.content-wrap .contentbox .main-wrap .product-con .plist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox {
  overflow: hidden;
  position: relative;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/product-fdj.png) no-repeat center center;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .picbox .showcn .stit {
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: 25%;
}
.content-wrap .contentbox .main-wrap .product-con .plist a .btit {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #666;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-con {padding-top: 20px;}
.content-wrap .contentbox .main-wrap .news-con .nlist {
  margin-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a {
  display: block;
  text-decoration: none;
  color: #080909;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover {
  color: #3f60ba;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a:hover .picbox {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
  width: 16%;margin-left: 2%;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .picbox .pic{text-align: right;}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con {
  width: 80%;margin-right: 1%;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit {
  margin-top: 6px;
  font-size: 1.6rem;
  line-height: 18px;
  height: 18px;
  overflow: hidden;
  margin-bottom: 15px;color:#1264ae;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .tit i {
  margin-right: 5px;
}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .moretit{color:#1264ae; margin-top: 10px;font-size: 14px;}
.content-wrap .contentbox .main-wrap .news-con .nlist a .con .cn {
  font-size: 1.2rem;
  color: #6f6f6f;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .honer-con .hlist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .honer-con .hlist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .honer-con .hlist a:hover .picbox {
  border-color: #329fef;
}
.content-wrap .contentbox .main-wrap .honer-con .hlist a:hover .picbox .showcn {
  top: 0;
}
.content-wrap .contentbox .main-wrap .honer-con .hlist a .picbox {
  border-width: 1px;
  border-style: solid;
  border-color: rgba(50, 159, 239, 0);
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .honer-con .hlist a .picbox .showcn {
  position: absolute;
  top: 800px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/honer-fdj.png) no-repeat center center;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .honer-con .hlist a .picbox .showcn .stit {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 27%;
}
.content-wrap .contentbox .main-wrap .honer-con .hlist a .btit {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #666;
  line-height: 16px;
  height: 16px;
  overflow: hidden;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .workshop-con .wlist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .workshop-con .wlist a {
  text-decoration: none;
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
.content-wrap .contentbox .main-wrap .workshop-con .wlist a:hover .con {
  background: #3f60ba;
}
.content-wrap .contentbox .main-wrap .workshop-con .wlist a:hover .con .tit {
  color: #fff;
}
.content-wrap .contentbox .main-wrap .workshop-con .wlist a:hover .con .morebtn {
  background: url(../images/workshop-morebtn.png) no-repeat;
}
.content-wrap .contentbox .main-wrap .workshop-con .wlist a .con {
  padding: 0 10px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .workshop-con .wlist a .con .tit {
  font-size: 1.3rem;
  color: #303030;
  width: 50%;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .workshop-con .wlist a .con .morebtn {
  margin-top: 7px;
  background: url(../images/workshop-morebtn-hover.png) no-repeat;
  width: 48px;
  height: 28px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .partner-con .plist {
  padding: 0 10px 20px;
}
.content-wrap .contentbox .main-wrap .partner-con .plist a {
  text-decoration: none;
  display: block;
}
.content-wrap .contentbox .main-wrap .partner-con .plist a:hover .pic {
  opacity: .5;
}
.content-wrap .contentbox .main-wrap .partner-con .plist a .pic {
  border: 1px solid #ccc;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist {
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
  font-weight: normal;
  font-size: 1.4rem;
  width: 22%;
  float: left;
  height: 30px;
  line-height: 30px;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 30px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
  float: right;
  width: 77%;
  border: 1px solid #ccc;
  line-height: 30px;
  height: 130px;
  padding: 5px;
  font-size: 1.4rem;
  color: #696969;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn {
  margin-top: 10px;
  width: 100px;
  height: 30px;
  color: #292929;
  border: none;
  background: #d1d1d1;
  font-size: 1.4rem;
  margin-right: 5px;
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn:hover {
  background: #21373d;
  color: #fff;
}
.content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
  margin-left: 23%;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox {
  padding-left: 20px;
}
.content-wrap .contentbox .main-wrap .messages-con .picbox .pbox {
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic {
  margin-top: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .mappic img {
  width: 100%;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .tit {
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn {
  font-size: 1.2rem;
  color: #696969;
  line-height: 25px;
}
.content-wrap .contentbox .main-wrap .contact-con .ccon .cn img{max-width:100%;}

.content-wrap .contentbox .main-wrap .news-details-con .tit {
  text-align: center;
  margin-bottom: 15px;
}
.content-wrap .contentbox .main-wrap .news-details-con .tit span {
  font-size: 2.4rem;
  border-bottom: 1px solid #0196dc;
  padding-bottom: 5px;
  color: #292929;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic {
  margin: 10px 0;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .news-details-con .pic img {
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .news-details-con .con p {
  text-indent: 2em;
  color: #636363;
  font-size: 1.4rem;
  margin-bottom: 0;
  line-height: 28px;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox {
  margin-bottom: 20px;
  text-align: center;
}
.content-wrap .contentbox .main-wrap .product-details-con .picbox img {
  border: 1px solid #ccc;
  max-width: 100%;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .tit {
  font-size: 1.8rem;
  font-weight: bold;
  color: #2d2d2d;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn {
  font-size: 1.4rem;
  color: #636363;
  line-height: 30px;
}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn table{width:100% !important;}
.content-wrap .contentbox .main-wrap .product-details-con .dcon .cn img{max-width:100%;}

.footer-wrap .footer .linkbox {
  background: #3f60ba;
  padding: 30px 0 15px;
}
.footer-wrap .footer .linkbox .logo {
  font-size: 3.0rem;
  color: #fff;
  font-weight: bold;
}
.footer-wrap .footer .linkbox .logo span {
  display: block;
  font-size: 1.0rem;
  font-family: "Arial";
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
.footer-wrap .footer .linkbox .logo img {
  max-width: 100%;
}
.footer-wrap .footer .linkbox .link-ul .link {
  border-left: 1px solid #fff;
  padding: 15px 30px 0;
  float: left;

}
.footer-wrap .footer .linkbox .link-ul .link h5 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0;
}
.footer-wrap .footer .linkbox .link-ul .link .list {
  height: 113px;color:#fff;
  display: inline-block;
}
.footer-wrap .footer .linkbox .link-ul .link .list.mrt {
  margin-right: 55px;
}
.footer-wrap .footer .linkbox .link-ul .link .list a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  margin-bottom: 15px;
}
.footer-wrap .footer .linkbox .cconbox {
  color: #fff;
}
.footer-wrap .footer .linkbox .cconbox .tit {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-wrap .footer .linkbox .cconbox .cn {
  font-size: 1.4rem;
  line-height: 19px;
}
.footer-wrap .footer .linkbox .ewmbox h5 {
  margin-top: 0;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
}
.footer-wrap .footer .linkbox .ewmbox p {
  font-size: 1.4rem;
  color: #fff;
  margin-bottom: 0px;
  line-height: 25px;
}
.footer-wrap .footer .linkbox .ewmbox .ewmpic {
  margin-top: 10px;
  max-width: 100%;
}
.footer-wrap .footer .copyright {
  background: #3f3f3f;
  padding: 10px 0;
  color: #a1a1a1;
  font-size: 1.2rem;
}
.footer-wrap .footer .copyright p {
  margin-bottom: 0;color:#fff;
}
.footer-wrap .footer .copyright p a{color:#fff;margin:0 5px;}
.hot-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: #3f60ba;
  z-index: 999;
}
.hot-wrap .list {
  height: 75px;
  width: 25%;
  float: left;
  display: block;
}
.hot-wrap .list:hover {
  background: #304fa4;
}
.hot-wrap .list a {
  text-decoration: none;
  display: block;
  text-align: center;
}
.hot-wrap .list a i {
  display: block;
  padding-bottom: .2em;
  padding-top: .5em;
}
.hot-wrap .list a span {
  font-size: 1.8rem;
  color: #fff;
}
@media (min-width: 992px) {
  .header-wrap .header {
    height: 100px;
  }
  .header-wrap .header .logo {
    line-height: 100px;
  }
  .content-wrap .about-wrap .about-con a .picbox {
    padding-right: 30px;
  }
  .content-wrap .news-wrap .news-con .bnlist {
    padding-right: 10px;
  }
  .content-wrap .news-wrap .news-con .nconbox {
    padding-left: 10px;
  }
  .content-wrap .partner-wrap .partner-con .partner-carousel {
    width: 90% !important;
    margin-left: 0;
  }
  .content-wrap .partner-wrap .partner-con .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    right: -50px;
    top: 20px;
  }
  .content-wrap .partner-wrap .partner-con .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: -100px;
    top: 20px;
  }
  .content-wrap .contentbox .main-wrap {
    padding-left: 20px;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 13%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 86%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 14%;
  }
  .footer-wrap .footer .linkbox .cconbox {
    padding:50px 0 15px 30px;
  }
}
@media (min-width: 768px) {
  .col-md-13,
  .col-sm-13 {
    width: 20%;
    float: left;
  }
}
@media (max-width: 990px) {
  .container1 {
    padding-left: .5em;
    padding-right: .5em;
  }
  .footer-wrap {
    margin-bottom: 75px;
  }
  .footer-wrap .footer .linkbox .logo {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-wrap .footer .linkbox .link-ul {
    margin-bottom: 20px;
  }
  .footer-wrap .footer .linkbox .link-ul .link {
    margin-bottom: 20px;
  }
  .footer-wrap .footer .linkbox .ewmbox {
    text-align: center;
  }
  .footer-wrap .footer .copyright p {
    float: none;
    text-align: center;
    line-height: 25px;
  }
}
@media (max-width: 480px) {
  .logo img {
    max-width: 90%;
  }
  .content-wrap .news-wrap .news-con .nconbox .nlist a .timebox {
    width: 25%;
  }
  .content-wrap .news-wrap .news-con .nconbox .nlist a .con {
    width: 73%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .picbox {
    width: 40%;
  }
  .content-wrap .contentbox .main-wrap .news-con .nlist a .con {
    width: 56%;
  }
  .content-wrap .product-wrap .product-con .tabhd .thdlist {
  display: inline-block;
  margin-right: -5px;
  width:50%;
}
}
@media (max-width: 375px) {
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist label {
    width: 28%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox1 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .textbox2 {
    width: 71%;
  }
  .content-wrap .contentbox .main-wrap .messages-con .mbox .inputlist .sbtn.submitbtn {
    margin-left: 28%;
  }
  .content-wrap .product-wrap .product-con .tabhd .thdlist {
  display: inline-block;
  margin-right: -5px;
  width:50%;
}
}
