@charset "utf-8";
/* CSS Document */
html {overflow-y:scroll;}
*{margin:0;padding:0;list-style:none;border:0;}
body{font-size:16px;  margin:0; padding:0;font-family: "微软雅黑"; overflow:hidden; }
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p,html,body,nav{padding:0;margin:0; color:#333}
h1,h2,h3,h4,h5,h6 {font-size:14px; font-weight:normal;}
img{border:0; vertical-align:middle}
ol,ul{list-style:none;}
i{ font-style:normal}
h1{font-size:18px;}
a{color:#333;text-decoration:none;font-size:15px;blr:expression(this.onFocus=this.blur());font-family: "微软雅黑"; }
a:hover{color:#f00;text-decoration:none;}

.clean500{clear:both;height:250px;overflow:hidden;}
.clean80{clear:both;height:80px;overflow:hidden;}

.clean50{clear:both;height:50px;overflow:hidden;}
.clean30{clear:both;height:30px;overflow:hidden;}
.clean20{clear:both;height:20px;overflow:hidden;}
.clean10{clear:both;height:10px;overflow:hidden;}
.left{ float:left;overflow:hidden;}
.right{float:right;overflow:hidden;}
.mar{   overflow:hidden;}
.w1400{ width:1400px;margin:0 auto;clear:both; }

.i{font-style:normal}


/*返回顶部样式*/
.totop{position:fixed;right:25px;bottom:25px;display:block;width:26px;height:62px;background:url(../images/rocket.png) no-repeat 0 0;-webkit-transition: all 0.2s ease-in-out;}
.totop:hover{background:url(../images/rocket.png) no-repeat 0 -62px;}


/*导航条1*/
.hedr{ width:100%;overflow:hidden; margin:0 auto; z-index:999;position: relative;}
.top{ width:100%; height:40px;line-height:40px; float:left; position:relative; background:#0f0f0f;z-index:999; }
.top_l{ float:left}
.top_l a{ color:#fff; font-size:13px; border-right: 1px solid #333333;margin-right:15px;padding-right:15px;}
.top_l i{ color:#666;font-size:13px;}

.top_r{ float:right}
/*语言选择开始*/
.language{float: right; margin-top: 8px; margin-right:10px;}
.language .curn{cursor: pointer;  position: relative;  padding: 2px 5px 2px 2px;}
.language .curn e{ color: #555; font-size: 14px; line-height: 20px;background-image:url(../images/flag.png); background-repeat:no-repeat; padding-left:25px; height: 20px; display: block;}
.language .curn e i{font-weight: bold;font-size: 13px;margin-left: 3px;}
.language .curn:hover e{color: #ff3b23; }
.language ul.language-list{
	max-height: 400px; width:100px;
    overflow: auto;
	position:absolute;
	z-index: 2;
	top: 33px;
	right: 0;
	list-style-type: none;
	background-color: #fff;
	font-size: 12px;
	height: 0;
	border-radius: 4px;
	transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
	opacity: 0; 
}
.language .curn:hover .language-list{
	opacity: 1; 
	height: auto;
	padding: 2px 5px;
	-webkit-box-shadow:0 0 5px #ccc;  
  -moz-box-shadow:0 0 5px #ccc;  
  box-shadow:0 0 5px #ccc;
}
.language ul.language-list li{
	padding: 4px 4px 2px 4px;
	overflow: hidden;
	border-bottom: 1px solid #ececec;
	margin: 3px 0 2px 0;
}
.language ul.language-list li a{color: #1b1b1b; font-size: 12px; line-height: 20px;background-image:url(../images/flag.png); background-repeat:no-repeat;background-position:0 0; padding:  0 0 0 30px; float: left; width: 100%;white-space:nowrap;}

.yn{ background:url(../images/tt.png) 2px 2px no-repeat !important;}
.yn1{ background:url(../images/tt1.png) 2px 2px no-repeat !important;}
.yn2{ background:url(../images/tt2.png) 2px 2px no-repeat !important;}
.yn3{ background:url(../images/tt3.png) 2px 2px no-repeat !important;}
.language e.cn, .language ul.language-list li a.cn{background-position: 0 0;}
.language e.en, .language ul.language-list li a.en{background-position: 0 -22px;}

/*导航条*/
.dht{ float:left;width:100%; padding:20px 0;position: relative;}
.dht span{ float:left;position: relative;left:0;transition-duration: .5s;}
.dht img{ height:55px; margin-top:3px;}
.dht span:before{content: "";
    position: absolute;
    left: -665px;
    top: -460px;
    width: 170px;
    height: 15px;
    background-color: rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: searchLights 1s ease-in 1s infinite;
    -o-animation: searchLights 1s ease-in 1s infinite;
    animation: searchLights 1s ease-in 1s infinite;}
	@-webkit-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-o-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@-moz-keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

@keyframes searchLights {
	0% {
		left: -100px;
		top: 0;
	}

	to {
		left: 120px;
		top: 100px;
	}
}

.menu{ width:60%; float:left; margin-left:5%}
.menu .menu_item{ display:inline-block;float:left;font-size: 16px;width:12.5%;height:60px; text-align:center; font-family:"微软雅黑";  }
.menu .menu_item a{font-size: 16px; display: block;width: auto; line-height:55px;}
.menu .menu_item:hover,.cur{ background:url(../images/bk.jpg) bottom no-repeat}
.menu .menu_item:hover a,.cur a{ color:#1e50ae; font-weight:600}



.menu .menu_item:hover .submenu{display:block; z-index:99999; position:absolute;}
.submenu{ overflow: hidden; display:none;z-index:999999999; background:#2b74dd; }
.submenu_item {padding:0 2px; min-width:122px; text-align:center; }
.submenu_item a{ color:#fff!important; font-weight:100 !important; line-height:3em !important;}
.submenu_item:hover{ background:#f58d02}
.submenu_item a:hover{ color:#fff !important;}



.search{ width:250px; height:36px; float:right; margin-top:8px; border:1px solid #dedede;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius: 25px;-o-border-radius: 25px;  }
.kuan_sou{ width:180px; height:34px; line-height:34px; margin-top:1px; float:left; color:#999; padding-left:15px; background:none  }
.kuan_an{ width:50px; height:36px; color:#FFF;cursor:pointer;background: url(../images/ss1.png) center no-repeat ; float:left; border:none;}
.kuan_an:hover{background: url(../images/ss2.png) center no-repeat ;}


.nav{ width:100%; float:left; padding-top:160px; text-align:center}
.nav h1{ font-size:56px; line-height:100%; margin-bottom:40px; color:#fff; font-weight:bold; letter-spacing:2px;}
.nav h1 i{color:#db0f31}
.nav p{ font-size:20px; color:#fff; line-height:140%; margin-bottom:35px;}
.nav dl{ font-size:28px; color:#fff; font-weight:bold}
.nav a{ background-color:#db0f31; color:#fff; padding:10px 27px; display:inline-block;border-radius:25px;-moz-border-radius:25px;-webkit-border-radius: 25px;-o-border-radius:25px; margin-top:80px;}


/*banner*/


#banner{ height:765px; min-width: 1200px; position:relative; overflow:hidden; z-index:11 }

.bannerdw{width:100%;height:400px;clear:both;position: relative;left:0}
.suanbanner{  width:100%;   position:relative; overflow:hidden; }
.bt1{width:100%; float:left; text-align:center; position:absolute; top:110px;}
.bt1 h1{ font-size:36px; letter-spacing:3px; color:#2b74dd;text-shadow: #fff 2px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0; line-height:180%}
.bt1 b{ display:block; font-size:26px;text-transform:uppercase; color:#f3f3f3}
.bt1 p{ font-size:20px;color:#f3f3f3; line-height:220%; letter-spacing:8px; } 

.suanbanner img{ width:100%;object-fit:cover;height:400px;}



.bt{ width:100%; float:left; text-align:center; padding:30px 0; }
.bt b{ width:100%; float:left;font-weight:normal;font-size:30px;text-transform: uppercase; line-height:45px;}
.bt b i{ color:#2b74dd}
.bt h1{ width:100%; font-weight:600; float:left;display:block; font-size:34px; height:45px; line-height:45px; display:inline-block;background: url(../images/pro_line.png) no-repeat center 5px; margin-bottom:10px; }
.bt span{ color:#f58d02}
.bt p{ color:#505050;text-transform: uppercase; font-size:14px;  }

.gywm{ width:100%; float:left; background: url(../images/bg.jpg) top center no-repeat; padding:92px 0 0; height:500px;min-width: 1200px; }
.gywm span{ width:40%; float:left}
.gywm h1{height: 200px;position: relative;font-size: 20px;color: #444;font-weight: normal;}
.gywm h1:before {content: "";position: absolute; width: 114px;background: #cacaca; left: 0;top: 170px;height: 1px;}
.gywm h1 em {
    display: block;
    font-size: 32px;
    line-height: 40px;
    color: #888888;
    text-transform: uppercase;
    font-weight: normal; margin-bottom:20px;}
.gywm h1 b {
    display: block;
    font-size: 40px;
    color: #353535;
    padding-top: 7px;
}
.gywm p {width: 100%;

    font-size: 15px;
    line-height: 24px;
    color: #666666; 
}
.gywm ul{ width:110%; float:left; margin-top:35px;}
.gywm li {
    float: left;
    width: 130px;
    font-size: 17px;
    color: #353535;
    position: relative;
    line-height: 36px;
}
.gywm li em{ font-style:normal}
.gywm li img{ height:28px; margin-right:5px;}
.video{ width:55%; float:right}




.cp_bj{ width:100%; float:left; background:url(../images/bjs2.jpg)  #f1f1f1   no-repeat top;overflow: hidden;padding:40px 0;}
.pro ul{ width:101%; float:left; overflow:hidden}
.pro ul li{ width:23.8%; float:left; border:1px solid #dfdfdf; background:#fff; margin-right:1%; margin-bottom:1%;}
.pro ul li span{ width:100%;float:left; text-align:center;overflow: hidden;*display: block; /*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.pro ul li span img{max-width:100%;display: inline-block;vertical-align: middle; width:auto; height:auto}
.pro ul li .pro_1{ width:94%; float:left; background:#f1f1f1; border-top:1px solid #dfdfdf; padding:3%; text-align:center; }
.pro ul li .pro_1 h1{ font-size:18px; font-weight:600; height:45px; line-height:45px; overflow:hidden;width:100%;float:left; }
.pro ul li .pro_1 dl{width:100%;float:left; }
.pro ul li .pro_1 p{ width:50%; float:left;line-height:40px; color:#fff; background:#202528; margin-bottom:10px;}
.pro ul li:hover{border:1px solid #00349a;-webkit-transition:all 0.4s linear;transition:all 0.4s linear;}

.pro ul li:hover span img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.3);transform:scale(1.3);}



.pro_nav{height: 85px; margin-left:13%; width:87%; float:left;}
.pro_nav ul li{float: left;}
.pro_nav ul li a{ font-size:18px; color:#fff;display:block; float:left;height: 45px;line-height: 45px;background: url(../images/cp_ico01.png) no-repeat 15px center;padding:0 40px;}
.pro_nav ul li a {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pro_nav ul li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff url(../images/cp_ico02.png) no-repeat 25px center;
  border-radius: 30px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pro_nav ul li a:hover:before,.pro_nav ul li.cur a:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.pro_nav ul li a:hover,.pro_nav ul li.cur a{color: #333;}

.gg,.gg img{width:100%; float:left;}

/*品牌实力*/
.sub_cats{ width:100%; float:left; text-align:center; padding-top:20px; }
.sub_cats a{ padding:6px 23px; margin:15px; display:inline-block; border:1px solid #f2f2f2;box-shadow: 0px 0px 10px rgba(0,0,0,.2);border-radius: 5%;  font-size:18px;}
.sub_cats a.cut,.sub_cats a:hover{ background:#2b74dd; color:#fff;border:1px solid #2b74dd;}


.prot ul{width:110%; float:left}
.prot ul li{ width:251px; background:#fff; text-align:center; float:left; margin-right:20px; margin-bottom:30px; padding:15px; border:2px solid #e7e7e7; box-shadow:1px 1px 3px #e7e7e7 ;}
.prot ul li h1{ width:100%; height:32px; margin-top:10px;line-height:32px; font-size:16px;overflow: hidden;}

.prot ul li img{ max-width:100%; max-height:200px;object-fit:cover; }

.prot ul li:hover h1{ color:#2b74dd}




.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {

  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(15px);
  transform: translateY(15px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.bjse{ width:100%; background: url(../images/bjs4.jpg) no-repeat;float:left; }
.qmyd_l ul{ width:110%; float:left; margin:20px 0;}
.qmyd_l ul li{ width:216px; float:left; margin-right:26px; overflow:hidden;}
.qmyd_l ul li .img{ width:216px; height:405px;display:table-cell; text-align: center; vertical-align: middle;overflow: hidden;*display: block; *font-size:353px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.qmyd_l ul li .img img{max-width:216px;max-height:405px;display: inline-block;vertical-align: middle; width:auto; height:auto}
.qmyd_l ul li:hover{ transition: all .7s;}
.qmyd_l ul li:hover .img img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.3);transform:scale(1.3);}

.qmyd_l ul li .wen{ width:216px; height:74px; display:inline-block; background:url(../images/tubi.png) center  right no-repeat; margin-top:33px; position:relative }
.qmyd_l ul li .wen b{font-size: 60px; line-height:100%; color:#e6e7e8; font-family: fontface__阿里巴巴普惠体-Light__32__32137214061;}
.qmyd_l ul li .wen h1{ position:absolute; bottom:20px; font-size:24px;left:80px; color:#f58d02;text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;}


/*优势*/
/*优势*/
.ys_bg{background: url(../images/ys_bg.jpg) no-repeat center 0;height: 860px;padding:32px 0 0;overflow: hidden; width:100%; float:left}
.yous{height: 750px; position:relative}
.yous .bt h1{background: none}

.ys_t{height: 143px;width: 672px;background: #fff;box-shadow: 0 3px 10px 3px rgba(0,0,0,0.1);position: absolute;top: 550px;left: 264px;z-index: 10;}
.ys_t ul li{font-size: 20px;color: #333;float: left;width: 168px;height: 123px;padding: 20px 0 0;position: relative;text-align: center;}
.ys_t ul li:before{content: "";width: 1px;height: 37px;background: #efefef;position: absolute;top: 50px;left: 0;z-index: -1;}
.ys_t ul li p{width:46px; height:46px; position:relative;margin: 0 auto;}
.ys_t ul li b{position:absolute;width:100%;height:100%;top:0;left:0;-webkit-transform: translateX(0) rotate(0deg);transform: translateX(0) rotate(0deg);-webkit-transition: all 0.35s ease-out;transition: all 0.35s ease-out;margin: 0 auto;}
.ys_t ul li em{position:absolute;width:100%;height:100%;top:0;left:0;opacity:1;visibility:hidden;-webkit-transform: scale(0.5);transform: scale(0.5);-webkit-transition: all 0.1s ease 0.2s;transition: all 0.1s ease 0.2s;margin: 0 auto;}
.ys_t ul li b img,.ys_t ul li em img{ display: block;width: 46px;height: 46px;}
.ys_t ul li span{display: block;padding: 10px 0 0;line-height: 22px;}
.ys_t ul li i{display: block;font-size: 12px;text-transform: uppercase;color: rgba(51,51,51,0.4);text-transform: uppercase;font-family:Arial, Helvetica, sans-serif;}
.ys_t ul li.on{background: #2b74dd;color: #fff;font-weight: bold;z-index: 5;}
.ys_t ul li.on i{color: rgba(255,255,255,0.4);font-weight: normal;}
.ys_t ul li.on b{opacity: 0;visibility:hidden;-webkit-transform: translateX(100%) rotate(180deg);transform: translateX(100%) rotate(180deg);}
.ys_t ul li.on em{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1);}
.ys_t ul li:first-child:before{background: none;}
.yous dl{position: relative;height: 617px;background: #fff;}
.yous dl dt{width:57%;height: 617px;line-height: 0;overflow: hidden;position: absolute;top: 0;left: 43%;}
.yous dl dt img{width: 100%;height: 617px;object-fit:cover;}
.yous dl dd{width: 500px;float: left;padding:90px 0 0 55px;}
.yous dl dd h5{height: 90px;border-bottom: #d6d6d6 2px solid;width: 500px;display: inline-block;font-size: 30px;color: #333;}
.yous dl dd em{width: 46px;height: 46px;display: block;float: left;line-height: 0;margin: 6px 15px 0 0;}
.yous dl dd em img{width: 46px;height: 46px;}
.yous dl dd span{display: block;float: left;line-height: 32px;}
.yous dl dd i{display: block;font-size: 16px;font-family:Arial, Helvetica, sans-serif;text-transform: uppercase;}
.yous dl dd b{width: 60px;height: 50px;display: block;float: right;line-height: 0;}
.yous dl dd b img{width: 60px;height: 50px;}
.yous dl dd p{font-size: 16px;color: #333;padding:15px 0 0;line-height: 30px;}

/*广告条*/
.ban01{padding: 88px 0 0;}
.ban01_l{width: 900px;}
.ban01_l b{background: url(../images/ban_k.png) no-repeat;display: block;width: 196px;height: 57px;line-height: 56px;overflow: hidden;font-size: 20px;color: #2b74dd;text-align: center;float: left;margin-top: 25px;}
.ban01_lm{padding: 0 0 0 40px;width: 660px;float: left;}
.ban01_lm p{font-size: 32px;color: #fff;font-weight: bold;height: 56px;line-height: 56px;}
.ban01_lm ul li{font-size: 18px;color: #fff;float: left;line-height: 36px;background: url(../images/ban_ico.png) no-repeat 0 13px;padding: 0 40px 0 20px;}
.ban01_tel{width: 220px;}
.ban01_tel span{display: block;text-align: center;height: 75px;}
.ban01_tel b{display: block;font-size: 26px;color: #fff;height: 40px;line-height: 40px;}
.ban01_tel em{width: 22px;height: 22px;display: block;line-height: 0;margin: 0 auto;}
.ban01_tel em img{width: 22px;height: 22px;}
.ban01_tel a{font-size: 14px;color: #333;display: block;width: 110px;text-align: center;height: 34px;line-height: 34px;overflow: hidden;background: #fff;border-radius: 30px;margin: 0 auto;}
.ban01_tel a {
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.ban01_tel a:hover {
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.qi_ry {width:100%; height:240px;overflow: hidden;position: relative; float: right; }
.qi_ry ul{position: absolute;}
.qi_ry ul li{float: left;width:250px;cursor: pointer; margin-right:20px; text-align:center; margin-bottom:10px;}
.qi_ry ul li a{width:250px;float:left; display:block}
.qi_ry ul li .img{ display:table-cell; text-align: center; vertical-align: middle; width:248px; height:198px; overflow: hidden; border:1px solid #e8e8e8; *display: block; *font-size: 124px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.qi_ry ul li img {width:248px;height:198px;object-fit:cover;}
.qi_ry ul li a .box {width:100%;height:40px;text-align:center; float:left; text-align:center;line-height:40px; overflow:hidden;white-space: nowrap; background:#2b74dd; color:#fff;}
.qi_ry ul li a:hover{ transition: all .7s;}
.qi_ry ul li a:hover .img img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.3);transform:scale(1.3);}
.qi_ry ul li a:hover .box{background-color:#f58d02;}


.lcgy{ width:100%; float:left; text-align:center;}
.lcgy img{ max-width:100%}

/*新闻*/

/*新闻*/




.new_list{ width:99%; margin:0 auto}
.new_list ul{ width:102%; float:left; }
.new_list ul li{ float:left; margin-right:2%; margin-bottom:2%; background:#f7f7f7}
.new_list ul .new_l{ width:48%; }
.new_list ul .new_l span{ width:44%; float:left}
.new_list ul .new_l span img{ width:100%; height:213px;object-fit:cover;}
.new_list ul .new_l dl{ width:50%; float:right; margin:3%}
.new_list ul  h1{ width:100%; float:left; height:45px; line-height:45px; overflow:hidden}
.new_list ul i{ font-size:14px; color:#999;  width:100%; float:left; padding:10px 0}
.new_list ul p{width:100%; float:left; line-height:24px; font-size:15px; color:#888; height:72px; overflow:hidden}

.new_list ul .new_r{ width:31.33%; }
.new_list ul .new_r dl{width:90%; float:right; margin:5%}
.new_list ul .new_r p{ height:48px} 
.new_list ul li:hover{-webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.3);box-shadow: 0 2px 10px rgba(0,0,0,0.3)}






/*解决方案*/

.bjt3{width: 100%;min-width: 1200px;min-height:300px;background-image: url(../images/slide2.jpg);background-attachment:fixed;background-repeat: no-repeat;}
.container{ width:100%; float:left; padding-top:90px;}
.counter{ width:25%;
	text-align: center;
	position: relative; float:left
}
.counter .counter-content{
	width:100%;
	height: 80px;
	z-index: 1;
	position: relative;
	transition: all 0.3s ease 0s;color:#fff; font-size:18px; font-weight:700
}

.counter .counter-value{
	font-size: 50px;color:#fff;
	font-weight: 700;
}
.counter .title{
	display: inline-block;

	font-size: 14px; color:#fff;
 
	text-transform: capitalize;
	margin: 0;
}



.lxwm{ width:100%; float:left; padding-top:85px; padding-bottom:80px;}
.lxwm ul li{ width:400px; float:left}
.lxwm ul li b{ width:100%; float:left; font-size:18px; color:#db0f31; padding-bottom:25px;}
.lxwm ul li p{ color:#fff; margin-bottom:15px;}
.lxwm ul li img{ width:16px; float:left; padding-right:10px;}
/*在线客服*/
.bg_l{ width:35%; float:left; height:460px; background:url(../images/bg.jpg) no-repeat; padding:150px 30px 0; text-align:center}
.bg_l h1{ text-transform: uppercase; font-size: 33px; color:#f58d02}
.bg_l h2{ font-size:25px;  line-height:300%}
.bg_l p{  line-height:28px;}

.biaoge{ width:58%; float:right}

/*foo*/
.foot{ width:100%;  float:left;background: url(../images/foot.jpg) center no-repeat;overflow:hidden; padding-bottom:50px; padding-top:40px; }
.foot_l{ width:34%; float:left; margin-left:5%}
.foot_l span{ width:45%; float:left; height:130px; margin-top:15px; border-right:1px solid #365a96}
.foot_l span img{ width:172px; float:left; padding-top:45px;}
.foot_l strong{ color:#2b74dd; font-size:16px;}
.foot_l b{ float:right; width:50%; font-weight:normal}
.foot_l p{ width:100%; float:left; font-size:16px; color:#f8f8f8; line-height:34px;margin-bottom:8px;}
.foot_l p img{ max-height:25px; padding-right:8px; }
.foot_l dl{ width:45%; line-height:40px; float: left; text-align:center; margin-top:20px;}
.foot_l dl img{ max-width:90%;}


.foot_bg{ width:54%; float:right; margin-right:4%}
.foot_bg img{ height:360px; width:100%;object-fit:cover; margin-top:20px;}

.table_form tr{ width:100%; float:left; margin:10px 0}
.table_form tr th{ width:15%; line-height:30px; font-weight:normal; text-align:left; color:#999 !important; float:left}
.table_form tr td{ width:80%; float:left}
.table_form .input-text{ width:100% !important; line-height:44px; border:1px solid #ccc; background:none}
.table_form textarea{ width:100% !important; line-height:44px; height:92px; background:none; border:1px solid #ccc;}
.button{ width:230px !important; height:40px !important; background:#2b74dd !important; color:#fff; }

.footer{ width:100%; float:left; border-top:1px solid #202020; text-align:center; background:#151615; line-height:50px;}
.footer p,.footer p a{color:#616161;}

@media (max-width:1600px){
    .w1400 {width:1200px;}
.pro_cla li	{ margin-right:1.9%}
	
}
@media (max-width:1440px){
    .w1400 {width:1200px;}
}


/*翻页*/
#pages,.cpage{ width: 100%; height: 50px; text-align: center; line-height: 22px; padding-top: 1px; clear:both;}
#pages a,.cpage a{ background: #f5f5f5; border: #ddd solid 1px; padding: 3px 8px; margin: 0 2px; float: none; color: #333; font-size: 14px;}
#pages span{ background: #2b74dd; color: #fff; border: #DDD solid 1px; padding: 3px 8px; margin: 0 2px; float: none;}
#pages a:hover{border: #2b74dd solid 1px;}

.articlebook{ width:100%; float:left; overflow:hidden; padding-top:10px; padding-bottom:10px}
.articlebook a.zuo{ float:left}
.articlebook a.you{ float:right}
.articlebook a:hover{ color:#2b74dd}


/*栏目页*/
.dh_dy{ width:100%; float:left; height:48px; line-height:48px; background:#f2f2f2;}
.dh_dy img{ height:20px; margin-right:8px;}
.dh_dy p{font-weight: normal;padding-left: 8px; float:left}
.dh_dy span,.dh_dy a{ font-size:15px; color:#666}


/*新闻栏目*/
.news-title ul,.news-zb ul{ width:95%; margin:15px; display:inline-block}
.news-title ul li,.news-zb ul li{ width:100%; float:left;overflow:hidden;margin-bottom:30px;border:1px solid #f2f2f2;box-shadow: 0px 0px 10px rgba(0,0,0,.2);}
.news-title ul li .news_jl{width: 100%;display: flex;padding: 30px;box-sizing: border-box;}
.news-title ul li a img{ width:30%; height:213px;object-fit:cover; }
.news-title ul li .news_nt{ width:68%; float:right}

.news-title ul li .news_nt h1{ width:100%; float:left; font-size:18px; padding-bottom:20px;overflow: hidden;/*超出部分隐藏*/ white-space: nowrap;/*不换行*/ text-overflow:ellipsis;/*超出部分省略号显示*/}
.news-title ul li .news_nt p{ line-height:24px;}
.news-title ul li .news_nt span{ display:block; margin-top:78px;}
.news-title ul li i{font-size:13px; line-height:140%; color:#999; border-right:1px solid #999; float:left; padding-right:8px; margin-right:8px;}
.news-title ul li dl{font-size:13px; line-height:140%; float:left; color:#2b74dd}
.news-title ul li:hover{border:1px solid #2b74dd;box-shadow: 0px 0px 10px rgba(43,116,221,.2);}
.news-title ul li:hover h1,.news-title ul li:hover dl{ color:#2b74dd}
.news-title ul li:hover span{ padding-left:20px; }


/*栏目页*/
.lanmu{ width:192px; height:180px; position:relative; background:#db0f31; padding-left:28px; margin-top:380px; }
.lanmu b{ width:100%; float:left; color:#fff; font-size:24px; padding-top:43px; padding-bottom:12px; font-weight:normal}
.lanmu dl{ width:40px; height:1px; border-bottom:1px solid #fff; float:left;}
.lanmu h1{width:100%; float:left; color:#fff; font-size:20px; padding-top:12px; }

.suan_sy{ width:100%; height:50px; line-height:50px;float:left; background:#f6f6f6}
.suan_sy span{ width:950px; float:right}
.suan_sy img{ width:20px; float:left; padding:16px 16px 0 0}
.suan_sy a{ font-size:15px;} 

.about_l{ width:17%;  border-top:none; background:#f9f9f9; float:left}
.about_l span{ width:100%; height:120px; color:#fff; text-align:center;background: url(../images/lmk1.jpg) repeat; display:inline-block; font-size:22px; font-weight:600}
.about_l span h1{ font-size:20px;  color:#fff; width:100%; float:left; padding:30px 0 5px 0;text-transform: uppercase;overflow: hidden;/*超出部分隐藏*/ white-space: nowrap;}

.accordion {width: 100%; float:left;}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 10px 15px 5px; background:#2b74dd;
    
   
    border-bottom: 1px dotted #fff;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .link a{ font-size: 16px; color: #fff;}

.accordion li{cursor: pointer;}
.link  i { background:url(../images/ttp.png) center no-repeat; height:21px; width:56px; float:left;
   
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.accordion .link:hover,.cent .link{ background:#feac2a;}
.accordion .link:hover a,.cent .link a{ color:#fff }
.link:hover  i,.cent .link i{ background:url(../images/tt1.png) center no-repeat; }
/**
 * submenute
 -----------------------------*/
.submenute {background:#6795d6;font-size: 14px;}

.submenute li { border-bottom: 1px dotted #fff;}

.submenute a {display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px;
    padding-left: 30px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.submenute li i{ background: url(../images/xt1.jpg) center no-repeat; width:50px; height:23px; float:left}
.submenute a:hover ,.submenute li.cento a{background: #feac2a; color: #FFF;}
.submenute li:last-child .link {border-bottom: 0;}





.about_lt { width:100%; text-align:center; float:left; padding-bottom:10px;}
.about_lt a{ padding:13px 60px; display:inline-block; background:#2b74dd; color:#fff; margin-right:8px; margin-left:8px; text-align:center;  margin-bottom:20px;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius: 3px;-o-border-radius: 3px; }
.about_lt a:hover,.cugt{ background:#f58d02 !important; color:#fff  }


.w950{width:80%; float:right; overflow:hidden}
.bkt{ border:1px solid #eeeeee; width:99.5%;float:left}

.about_nr p{ width:100%; float:left; line-height:32px; margin-bottom:10px;text-transform:capitalize }
.about_nr strong{ font-size:18px; }

.about_nr  img{ max-width:100%; }
.about_nr table td{ border:1px solid #dedede}
/*产品*/
.cp_gd ul{ width:100%; float:left;}
.cp_gd ul li{float: left; width:31%;cursor: pointer; margin-right:1%; margin-left:1%;margin-bottom:3%; overflow:hidden}
.cp_gd ul li a{ width:100%;float:left; display: inline-block; overflow:hidden}
.cp_gd ul li span{ display:table-cell; background:#fff; text-align: center; vertical-align: middle; width:100%;  overflow: hidden;  *display: block; *font-size:96px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.cp_gd ul li img {width:100%;object-fit:cover;}

.cp_gd ul li a h1{ width:100%; float:left;line-height:42px;font-size:17px; text-align:center;border-bottom:2px solid #2b74dd;  overflow:hidden}
.cp_gd ul li a:hover{ transition: all .7s;}
.cp_gd ul li a:hover span img,.cp_img li:hover a span img{-webkit-transition:-webkit-transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;transition:transform 2s cubic-bezier(.165,.84,.44,1),opacity .5s;-webkit-transform:scale(1.2);transform:scale(1.2);}
.cp_gd ul li a:hover h1{background-color:#f58d02; color:#FFF;opacity: 1;}

/*关于我们*/
.bjsen{width:100%; float:left; background:#f9f9f9;}




/*图片中心*/
.cp_img{float: left; overflow:hidden; }
.cp_img ul{ width:102%; float:left}
.cp_img li { width:31%;cursor: pointer; background:#fff; margin-right:2%; margin-bottom:2%; border:1px solid #eee; text-align:center; float:left}
.cp_img li a span{ width:100%;height:320px; display: inline-block; cursor: pointer; vertical-align: middle; display:table-cell;overflow: hidden;  *display: block; *font-size:192px;/*约为高度的0.873，200*0.873 约为175*/ *font-family:Arial;}
.cp_img li a span img{ width:94%; height:90%;object-fit:cover;vertical-align: middle;}
.cp_img li a h1{ width:95%; line-height:32px;height:32px;font-size:16px; padding-left:2.5%; margin-bottom:10px; overflow:hidden}
.cp_img li:hover a h1{ color:#f58d02; font-weight:600}
.cp_img li:hover{border:1px solid #f58d02;}



/*联系我们*/
.lxwm_list{ width:100%; float:left;height:300px; overflow:hidden; background:#2b74dd; }
.lxwmt{ width:50%; height:300px;object-fit:cover;float:left}
.lxwm_list span{ width:45%; float:right; padding:2.5%;}
.lxwm_list p img{ height:25px;margin-right:10px; }
.lxwm_list p{ line-height:32px; color:#fff; margin-bottom:15px;}
.lxwm_list h1{ font-size:25px; line-height:180%; color:#fff; margin-bottom:10px;}


/*项目服务*/
.cpzs{ width:890px; padding:30px; float:left}
.cpzs ul li{ width:100%; float:left; padding-bottom:30px; border-bottom:1px dotted #ccc; margin-bottom:30px;}
.cpzs ul li span{ float:left}
.cpzs ul li .wor{ width:288px; height:188px;object-fit:cover; float:left}
.cpzs ul li .cpzts{ width:562px; float:right}
.cpzs ul li .cpzts dl{ width:100%; text-align:right;  line-height:24px;}
.cpzs ul li .cpzts dl a{color:#db0f31;}
.cpzs ul li .cpzts h1{ width:100%; color:#5a5a5a; float:left; font-size:18px; font-weight:bold; line-height:33px; padding-bottom:15px;}
.cpzs ul li .cpzts p{ line-height:24px; color:#999}


.wznr{ width:94.6%; padding:30px; float:left;}
.wznr b{width:100%; float:left; text-align:center; font-size:20px; line-height:36px; padding-bottom:20px;text-transform:capitalize}
.wznr p{width:100%; float:left; overflow:hidden;  line-height:28px; padding-bottom:5px; text-transform:capitalize}
.wznr p strong{ font-size:18px; color:#f58d02}
.wznr img{ max-width:90%; margin-top:8px;}
.wznr span{ width:100%; float:left; text-align:center;  padding-bottom:20px;}
.wznr span a{ color:#f58d02; font-size:16px; font-weight:600;text-transform:capitalize}
.wznr table{ margin:0 auto; }

.wznr table td{border:1px solid #ccc !important;}
.wznr table td p{line-height:30px !important;}
.cp_dy{ width:99.8%; float:left; border:1px solid #eee; background:#f9f9f9;}
.cp_dy dd{ float:left; padding:10px; line-height:22px; font-size:13px;}








/*搜索列表*/
.new_list1 ul{ width:100%; float:left; overflow:hidden}
.new_list1 ul li{ width:100%; float:left; border-bottom:1px dashed #e2e2e2; padding-bottom:8px; padding-top:8px;}
.new_list1 ul li h2 a{ width:78%; line-height:30px; overflow:hidden; font-size:16px; font-weight:500; float:left}
.new_list1 ul li i{color:#4eb02c; font-size:13px; float:left; padding-right:8px; padding-top:8px;  }
.new_list1 ul li span{ color:#b1b1b1; float:right}
.new_list1 ul li p{width:100%; font-size:14px; line-height:25px; color:#666; padding-top:5px; float:left; overflow:hidden;}
.new_list1 ul li h2 a:hover{ color:#891c22; }


