/*公共样式--开始*/
@font-face {
  font-family: "fsl";
  src: url("../images/abc.TTF");
}
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clearboth {
  clear: both;
}
body {
  font-family: Microsoft YaHei;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.htop {
  line-height: 33px;
  background: #e1e1e1;
  font-size: 12px;
  color: #666666;border-bottom: 1px solid #d6d6d6;
}
.htop a {
  color: #666666;
  transition: all 0.3s;
}
.htop a:hover {
  color: #1e5eb7;
}

.logo h2 {
  line-height: 119px;
}
.logp {
  padding-left: 25px;
  margin-left: 25px;
  margin-top: 40px;
  border-left: 1px solid #dedede;
}
.logp p:nth-child(1) {
  font-size: 24px;
  font-weight: 600;
  color: #1e5eb7;
  line-height: 24px;
}
.logp p:nth-child(2) {
  font-size: 16px;
  line-height: 16px;
  color: #666666;
  margin-top: 10px;
}
.top_contact {
  padding-left: 57px;
  background: url(../images/tel.png)
    no-repeat center left;
  margin-top: 38px;
}
.top_contact p:nth-child(1) {
  font-size: 14px;
  line-height: 14px;
  color: #888888;
}
.top_contact p:nth-child(2) {
  color: #1e5eb7;
  font-size: 28px;
  font-family: Arial;
  line-height: 28px;
  margin-top: 8px;
}
nav {
  background: #1e5eb7;
}


/* 搜索 */
.hotss .rs {
  background: url(../images/hot.png)
    no-repeat left center;
  padding-left: 43px;
  line-height: 78px;
  font-size: 14px;
  color: #666666;
}
.hotss {
  border-bottom: 1px solid #e8e8e8;
}
.hotss .rs a {
  color: #888888;
}
.hotss .rs a::after {
  content: "|";
  color: #888888;
  margin: 0 13px;
}
.hotss .rs a:last-child::after {
  display: none;
}
.hotss .rs a:first-child {
  margin-left: 6px;
}
.hotss .rs a:hover {
  color: #1e5eb7;
}
.hotss .search-box {
  width: 294px;
  border-radius: 30px;
  background: #f2f2f2;
  position: relative;
  margin-top: 14px;
}
.hotss .search-box #keywords {
  width: 100%;
  font-size: 14px;
  line-height: 46px;
  border: none;
  background: none;
  outline: none;
  padding-left: 24px;
  padding-right: 54px;
}
.hotss .search-box #s_btn {
  position: absolute;
  right: 18px;
  width: 36px;
  height: 20px;
  top: 13px;
  border: none;
  outline: none;
  border-left: 1px solid #444444;
  background: url(../images/search.png)
    no-repeat right center;
}
.hotss .search-box #keywords::placeholder {
  color: #888888;
}



/* 产品中心 */


.product {
  margin-top: 52px;
}
.bt .p1 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #1e5eb7;
  line-height: 40px;
}
.bt .p2 {
  text-align: center;
  background: url(../images/icon01.png)
    no-repeat center;
  font-size: 20px;
  color: #666666;
  margin-top: 22px;
}
.pro .hd {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.pro .hd ul {
  display: flex;
  justify-content: space-between;
}
.pro .hd ul li {
  width: 174px;
  line-height: 54px;
  background: #eeeeee;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  position: relative;
}
.pro .hd ul li a {
  color: #333333;
}
.pro .hd ul li.on {
  background: #1e5eb7;
}
.pro .hd ul li.on a {
  color: #ffffff;
}
.pro .hd ul li::after {
  width: 26px;
  height: 13px;
  position: absolute;
  content: "";
  background: url(../images/icon02.png);
  bottom: -7px;
  left: 50%;
  margin-left: -13px;
  opacity: 0;
}
.pro .hd ul li.on::after {
  opacity: 1;
}
.pro .bd {
  margin-top: 57px;
}
.pro .bd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ppp {
  width: 23.3%;
  margin: 10px 0;
}
.ppp .pimg {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.ppp .pimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.ppp:hover .pimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.ppp p {
  line-height: 56px;
  text-align: center;
  background: #e5e5e5;
  font-size: 16px;
  color: #555555;
  transition: all 0.8s;
}
.ppp:hover p {
  background: #1e5eb7;
  color: #ffffff;
}



/* 四大优势支持 */
.ys {
  background: url(../images/ysbg.png)
    no-repeat center top #f9f9f9;
  margin-top: 88px;padding-bottom: 60px;
}
.ys .bt .p2 {
  background: url(../images/icon03.png)
    no-repeat center;
  color: #ffffff;
  margin-top: 17px;
}
.ys .bt .p1 {
  color: #ffffff;
  padding-top: 48px;
}
.ys .bt .p1 span {
  font-weight: normal;
}
.ys .bt {
  padding-bottom: 44px;
}
.youshi {
  margin-top: 77px;
}
.youshi .slz .yscont {
 
  padding-top: 70px;
}
.youshi .slz:nth-child(2n) .yscont {
  float: right;
  padding-left: 0;

}


.youshi .slz:nth-child(2n) .ysimg {
  float: left; 
}
.youshi .slz .yscont .yco {
  width: 500px;
}
.yyc .sz {
  width: 70px;
  height: 222px;
  text-align: center;
  color: #ffffff;
  font-size: 44px;
  font-family: Impact;
  padding-top: 13px;
  margin-right: 30px;
  background: url(../images/icon04.png);
}
.yco .p1 {
  font-size: 30px;
  color: #1e5eb7;
  line-height: 30px;
  font-weight: 600;
}
.yco .p2 {
  font-size: 26px;
  color: #666666;
  line-height: 26px;
  margin-top: 11px;
  margin-bottom: 8px;
}
.yco .p4 {
  font-size: 16px;
  color: #666666;
  line-height: 26px;

  margin-top: 22px;
}
.yco .p5 {
  font-size: 16px;
  color: #666666;
  line-height: 26px;

  margin-top: 32px;
}


@keyframes imageAnimation{
	0%{
		transform: scaleZ(1);
	}
	50%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}


/* 致力于 */
.yfsc {

  height: 310px;
  overflow: hidden;
  position: relative;
}

.yfsc  .w1200{
    position: relative;
    z-index: 2;
}
.wnm{

top: 0;
left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/ad01.jpg) no-repeat center;
	background-size: cover;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 20s linear infinite 0s;
    -moz-animation: imageAnimation 20s linear infinite 0s;
    -o-animation: imageAnimation 20s linear infinite 0s;
    -ms-animation: imageAnimation 20s linear infinite 0s;
    animation: imageAnimation 20s linear infinite 0s;
    z-index: 1;
}

.yfsc .p1 {
  font-size: 38px;
  line-height: 38px;
  color: #ffffff;
  text-align: center;
   padding-top: 69px;
}
.yfsc .p1 span {
  font-weight: 600;
}
.yfsc .p2 {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  margin-top: 20px;
  line-height: 24px;
  font-weight: 300;
}
.yfsc .p3 {
  width: 308px;
  line-height: 44px;
  border-radius: 30px;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 45px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
}
.yfsc .p3 span {
  font-size: 24px;
  font-weight: 600;
  font-family: Arial;
}
.bt2 .p1 {
  font-size: 36px;
  line-height: 36px;
  color: #1e5eb7;
  text-align: center;
}
.bt2 .p1 span {
  font-weight: 600;
}
.bt2 .p2 {
  font-size: 20px;
  line-height: 20px;
  color: #666666;
  text-align: center;
  margin-top: 20px;
  background: url(../images/icon05.png)
    no-repeat center;
}




/* 行业案例 品质呈现 */
.case {
  margin-top: 46px;
  padding-bottom: 52px;
}
.cac {
  margin-top: 50px;
  margin-left: -15px;
  margin-right: -15px;
}
.cse {
  margin: 0 15px;
}
.cse .cimg {
  margin-bottom: 10px;
}
.cse .ccont {
  padding: 30px 27px 37px 27px;
  background: #f5f5f5;
}
.cse .ccont .p1 {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.8s;
}
.cse .ccont .p2 {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 20px;
}
.cse:hover .ccont .p1 {
  color: #1e5eb7;
}
.cac .owl-carousel .owl-nav.disabled {
  display: block;
}
.cac .owl-carousel .owl-nav.disabled .owl-next .icon-font:after {
  background: url(../images/right.jpg);
  width: 50px;
  height: 60px;
}
.cac .owl-carousel .owl-nav.disabled .owl-next:hover .icon-font:after {
  background: url(../images/right1.jpg);
}
.cac .owl-carousel .owl-nav.disabled .owl-prev .icon-font:after {
  background: url(../images/left.jpg);
  width: 50px;
  height: 60px;
}
.cac .owl-carousel .owl-nav.disabled .owl-prev:hover .icon-font:after {
  background: url(../images/left1.jpg);
}
.cac .owl-carousel .owl-nav .owl-next {
  outline: none;
  right: -48px;
  top: 50%;
  position: absolute;
}
.cac .owl-carousel .owl-nav .owl-prev {
  outline: none;
  left: -61px;
  top: 50%;
  position: absolute;
}
#o_demo {
  overflow: hidden;
  width: 1200px;
}

#o_indemo {
  float: left;
  width: 800%;
}

#o_demo1 {
  float: left;
}

#o_demo2 {
  float: left;
}
.hzimg {
  border: 1px solid #eeeeee;
  transition: all 0.8s;
  cursor: pointer;
}
.hz ul li {
  margin-right: 20px;
}
.hz {
  margin-top: 56px;
}
.hzimg:hover {
  border: 1px solid #1e5eb7;
}


/* <!-- 走进 材料 --> */
.about .bt2 .p2 {
  background: url(../images/icon06.png)
    no-repeat center;
}
.about {
  background: #f9f9f9;
  padding-top: 69px;
  padding-bottom: 65px;
}
.abl {
  padding-top: 63px;
}
.abl .abimg {
  overflow: hidden;
}
.abl .abimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.abl .abimg:hover img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.abr {
  width: 600px;
  padding-top: 70px;
}
.abr .p1 {
  font-size: 30px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 29px;
}
.abr .p3 {
  line-height: 32px;
  font-size: 16px;
  color: #666666;
  margin-top: 25px;
}
.abr a {
  width: 155px;
  line-height: 46px;
  text-align: center;
  display: block;
  background: #1e5eb7;
  color: #fff;
  font-size: 14px;
  margin-top: 45px;
  transition: all 0.5s;
}
.abr a:hover {
  opacity: 0.8;
}
#m_demo {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}

#m_indemo {
  float: left;
  width: 800%;
}

#m_demo1 {
  float: left;
}

#m_demo2 {
  float: left;
}
.gshjimg {
  margin-right: 20px;
}
.gshj li p {
  text-align: center;
  font-size: 15px;
  line-height: 15px;
  margin-top: 20px;
  color: #666666;
  transition: all 0.5s;
}
.gshj li:hover p {
  color: #1e5eb7;
}
.gshj li {
  cursor: pointer;
}
.gshj {
  margin-top: 50px;
}



/* 新闻 */
.h_news {
  /* background: #eeeeee; */
}

.lnews {
  padding: 91px 0 64px 0;
}

.xleft {
  width: 700px;
  height: 460px;
  border: 1px solid #dcdcdc;
}

.nsort li {
  float: left;
  width: 114px;
  padding: 0 15px;
  line-height: 68px;
}

.nsort li:nth-child(2) {
  border-left: 1px solid #dcdcdc;
  padding-left: 11px;
  width: 110px;
}

.nsort li a {
  display: block;
}

.nsort li a h3 {
  font: 500 18px/68px "Microsoft YaHei";
  font-weight: normal;
  color: #333;
}

.nsort li:nth-child(3) {
  float: right;
  width: 60px;
}

.nsort li:nth-child(3) a {
  font: 500 12px/68px "Microsoft YaHei";
  color: #666;
}

.nsort li a .m1 {
  font-size: 15px;
  margin-right: 15px;
}

.nsort li.cur a h3 {
  position: relative;
  font: 400 20px/68px "Microsoft YaHei";
  color: #1e5eb7;
}

.nsort li.cur a h3::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 3px;
  background: #1e5eb7;
  bottom: 0px;
  left: 0;
}

.tab1 {
  display: none;
  padding-top: 26px;
}
.xleft .nsort {
  background: #f6f6f6;
  border: 1px solid #dcdcdc;
  border-left: none;
  border-right: none;
}
.news_list1 li {
  padding-bottom: 30px;
}

.news_list1 li a.img img {
  width: 310px;
  height: 200px;
  overflow: hidden;
}

.news_list1 li .xwnr {
  width: 347px;
  padding-right: 20px;
}

.news_list1 li .xwnr a {
  color: #333;
  font: 700 20px/1 "Microsoft YaHei";
}

.news_list1 li .xwnr a:hover {
  color: #1e5eb7;
}

.xwnr a em {
  float: right;
  font: 600 12px/20px "ArialMT";
}

.sumy {
  color: #615c5c;
  font-size: 13px;
  font-weight: 400;
  margin-top: 13px;
  line-height: 24px;
}


.news_list2 li {
  width: 260px;
  padding-left: 15px;
  line-height: 45px;
  border-bottom: 1px dashed #d2d2d2;
}

/* .news_list2 li:nth-child(odd){
    margin-right:70px;
} */

.news_list2 li a {
  color: #333;
  font: 500 13px/45px "Microsoft YaHei";
  display: block;
}

.news_list2 li a:hover {
  color: #1e5eb7;
}

.news_list2 li a em {
  float: right;
  font: 500 12px/45px "ArialMT";
}

.news_list2 li:nth-child(2n) {
  float: right;
}

.news_list1 li .xwnr .lmore {
  /* width: 100px; */
  /* background: #0c3875; */
  color: #fff;
  font: 500 13px/32px "Microsoft YaHei";
  text-align: center;

}


.nleft {
  width: 700px;
  border: 1px solid #dcdcdc;
}
.nsort1 {
  line-height: 68px;
  background: #f6f6f6;
  padding: 0 10px;
  border-bottom: 1px solid #dcdcdc;
}
.nsort1 li {
  width: 85px;
  text-align: center;
  font-size: 18px;
  position: relative;
}
.nsort1 li a {
  color: #333333;
}
.nsort1 li.cur a {
  color: #1e5eb7;
}
.nsort1 li::after {
  position: absolute;
  content: "";
  height: 3px;
  background: #1e5eb7;
  width: 100%;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: all 0.3s;
}
.nsort1 li.cur:after {
  opacity: 1;
}
.nsort1 li + li {
  margin-left: 40px;
}
.nsort1 .gd {
  font-size: 14px;
  color: #999999;
}
.tuijiann .nimg {
  width: 292px;
  height: 170px;
  overflow: hidden;
}
.tuijiann .nimg img {
  transition: all 0.8s;
  max-width: 100%;
}
.tuijiann:hover .nimg img {
  transition: all 0.8s;
  transform: scale(1.05);
}
.tab1 {
  padding: 31px 22px 48px 22px;
}
.tuijiann .ncont {
  width: 324px;
  padding-right: 22px;
}
.tuijiann .ncont {
  padding-top: 20px;
}
.tuijiann .ncont .p1 {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  line-height: 18px;
  overflow: hidden;
  transition: all 0.5s;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tuijiann:hover .ncont .p1 {
  color: #1e5eb7;
}
.tuijiann .ncont .p2 {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 20px;
}
.tuijiann .ncont .p3 {
  font-size: 14px;
  line-height: 14px;
  color: #1e5eb7;
  margin-top: 15px;
}
.tuijiann {
  padding-bottom: 29px;
  border-bottom: 1px dashed #c4c4c4;
}
.put ul li {
  width: 48%;
  padding-left: 20px;
  background: url(../images/icon07.png)
    no-repeat left center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;margin-right: 20px;
}

.put ul li:nth-child(2n){margin-right: 0px;}



.put ul li a {
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  transition: all 0.5s;
}
.put ul li:hover a {
  color: #1e5eb7;
}
.put ul li {
  margin-top: 23px;
}
.put ul {
  padding-top: 17px;
}

.lnew_r {
  width: 466px;
}

.news_size {
  height: 494px;
  margin-top: 20px;
  padding: 0 24px;
  /* padding-bottom: 25px; */
  overflow: hidden;
  margin-bottom: 24px;
}

.lnew_t {
  background: #f6f6f6;
  line-height: 68px;
  padding: 0 10px;
  border-bottom: 1px solid #dcdcdc;
}
.lnew_r {
  border: 1px solid #dcdcdc;
}
.lnew_t a {
  display: inline-block;
}
.lnew_t .s1 {
  font-size: 18px;
  color: #333333;
  position: relative;
}
.lnew_t .s1::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #1e5eb7;
}
.lnew_t .s2 {
  font-size: 14px;
  color: #999999;
}
.lnews_r_h {
  padding-left: 40px;
  background: url(../images/q.png)
    no-repeat center left;
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
}
.lnews_r_h:hover {
  color: #1e5eb7;
}
.zcnr {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  background: url(../images/a.png)
    no-repeat top left;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  padding-left: 40px;
  margin-top: 8px;
}
.news_size ul li {
  margin-bottom: 25px;
}
.fdh ul li {
  float: left;
  width: 11.1%;
  font-size: 16px;
  line-height: 60px;
  transition: all 0.8s;
  text-align: center;
}
.fdh ul li a {
  color: #fff;
}
.fdh ul li:hover {
  background: #26ab3c;
}
.fdh {
  background: #1e5eb7;
}
.fb1 {
  background: #333333;
}
.flink {
  font-size: 14px;
  line-height: 18px;
  color: #adadad;
  padding: 32px 0;
  border-bottom: 1px solid #484848;
}
.flink a {
  color: #adadad;
  margin-left: 11px;
}
.flink a:hover {
  color: #1e5eb7;
}
.dblx {
  padding-top: 38px;
}
.dblx p {
  font-size: 14px;
  line-height: 14px;
  color: #fff;
}
.dblx p:nth-child(1) {
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  margin-bottom: 43px;
}
.dblx p:nth-child(2) {
  margin-bottom: 16px;
}
.fb3 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.dbma {
  width: 266px;
  display: flex;
  justify-content: space-between;
}
.dbma div p {
  text-align: center;
  font-size: 14px;
  margin-top: 16px;
  line-height: 14px;
  color: #d0d0d0;
}
.dbma div {
  padding-top: 30px;
}
.bq {
  border-top: 1px solid #484848;
  line-height: 80px;
  font-size: 14px;
  color: #d0d1d4;
  background: #333333;
}
.bq a {
  color: #d0d1d4;
  transition: all 0.3s;
}
.bq a:hover {
  color: #1e5eb7;
}
@media (min-width: 1230px){
.container {
    width: 1230px;
}}


div.digg a{height: auto;}
div.digg span{height: auto;}