﻿@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

img {
	border: none;
	max-width: 100%;
}
@font-face {
	font-family:'Open-Sans';
	src: local('?'), url(../images/Open-Sans.ttf);
	font-weight: normal;
	font-style: normal;
}
body {
	font-size: 16px;
font-family:"Open-Sans", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
	margin: 0px;
	text-decoration: none;
	line-height: 26px;
	padding-top:130px;
}
a {
	text-decoration: none;
font-family:"Open-Sans", Arial, Helvetica, sans-serif;
	color: #000;
	font-weight: normal;
}
a:hover {
	color:#009ee2;
}
.clear {
	clear: both;
}
ul {
	list-style-type: none;
}
li {
	list-style-type: none;
	line-height:26px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.hz {
	width: 84%;
	margin: 0 auto;
}
.hza {
	width:84%;
	margin: 100px auto;
}
.hza:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.logo {margin-top:15px;}
.logo img {height:60px;float:left;border-right:0px solid #dadada;padding-right:12px;}
.logo p{float:left;font-size:14px;color:#000;font-weight:bold;margin-top:5px;margin-left:20px;display: none;}
.top-pc {
	position: fixed;
	z-index: 99999;
	top: 0px;
	left: 0;
	width: 100%; 
	background-color:#fff;
	transition: all 0.5s;box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}

.top-ggt{ font-size:14px; height:39px; line-height:39px;color:#fff;background: #0883df;}
.index-wb-ms{float:left;margin-right:20px;background:#005ea4;overflow:hidden;padding:0 10px; }
.index-wb-ms li{float:left;padding:7px;}
.index-wb-ms li img{display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;-webkit-filter: brightness(0) invert(1);
filter: brightness(0) invert(1);}
.index-wb-ms li img:hover{transform:translateY(-6px); -webkit-trafont-size: 0;}
.index-wb-dh{float:left;}

.index-yyl {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;	
}
.index-dh{margin-right:45px;float:left;}
.index-dh img{float:left;margin-top:13px;margin-right:10px;}

.set {
background: 45px 10px no-repeat;
	transition: all 0.5s;
}
.new {
	width:140px;
	position: absolute;
	z-index: 999;
	display: none;
	top:41px; -webkit-box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);
background:#fff;
	margin-left:-45px;text-align:center;
}

.nav1 ul li {
	padding:10px;border-bottom:1px solid #ebebeb;
}



.top-hz{display: flex;
 justify-content: space-between;}


.top-right{ flex: 1 1;
    display: flex;
    justify-content: flex-end;}

.nav {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: bottom;
}
.mainbav ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
.mainbav li {
    float: left;
}

.mainbav .memu {
    float: left;

}

.mainbav .memu>a {
    line-height:90px;
    
    padding: 0 20px;
}

.mainbav .memu>a:hover {
    color: #009ee2 !important;
}

.mainbav .memu.active>a,
.mainbav .memu:hover>a {
    color: #009ee2;
    display: block;
}

.mainbav ul li ul {
    position: absolute;
    display: none;
    z-index: 9999;
    width: 220px;
   background:#f9f9f9;
    padding: 10px 0;
}

.mainbav ul li ul li {
    float: none;
}

.mainbav ul li ul li a {
    display: block;
    font-size:15px;
    padding:8px 20px;
}

.mainbav ul li ul li a:hover {
  color: #009ee2!important;
}
.mainbav ul li .erji_dh {
    width: 100%;
    padding-bottom:30px;
   background:#f9f9f9;
   position:absolute;
    top: 100%;
    left: 0;z-index:99;
}

.mainbav ul li:hover .erji_dh {}

.mainbav ul li .erji_dh dl {
    overflow: hidden;
    font-size: 0px;
    width:85%;
    margin: 0 auto;
}

.mainbav ul li .erji_dh dl dd {
    width: 18%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
}

.mainbav ul li .erji_dh dl dd .erji_dh_wz {
    margin-top:20px;border-bottom:1px dashed #e5e5e5;padding-bottom:10px;
   
}

.mainbav ul li .erji_dh dl dd .erji_dh_wz a {
    font-size:15px;
}

.mainbav ul li .erji_dh dl dd .erji_dh_wz a:hover {
    color: #009ee2;
}

.mainbav ul li .erji_dh dl dd .sanji_dh {
    font-size: 15px;
    margin-right: -1%;
    margin-left: -1%;
}

.mainbav ul li .erji_dh dl dd .sanji_dh a {
    color: #666;
    display: block;
    line-height: 35px;
    width: 98%;
    margin-right: 2%;
    margin-left: 2%;padding-left:12px;
    float: left;background:url(../images/d.png)no-repeat left;
}

.mainbav ul li .erji_dh dl dd .sanji_dh a:hover {
    color: #009ee2;
}


.sousuo { display: inline-block; box-sizing: border-box; vertical-align: bottom; line-height:90px; position: relative; z-index: 1; transition: all 0.5s; }
.sousuo .sousuo_an { width: 60px; height:90px; display: table-cell; vertical-align: middle; background: url(../images/index_07.png) center no-repeat; cursor: pointer; transition: all 0.5s; }
.sousuo .ssk_bj {
	width: 100%;
	display: none;
	position: fixed;
	left: 0;
	top:150px;
	z-index: 10;
}
.sousuo .ssk {
	width:32%;
	overflow: hidden;
	margin: 0 auto;
	box-shadow: 0 2px 14px rgba(0,0,0,0.1);

}
.sousuo .ssk .input_txt {
	width:78%;
	height: 55px;
	float: left;background: rgba(255, 255, 255, 0.9);
    border: 2px solid #009ee2;
    padding: 0 3%;font-size:15px;
    color: #333;
}
.sousuo .ssk .input_btn {
	width: 22%;
	float: right;
font-family:"Open-Sans", Arial, Helvetica, sans-serif;
	color: #fff;
	line-height:55px;font-size:15px;
	border: 0 none;
	background:#009ee2; font-family:"Open-Sans", Arial, Helvetica, sans-serif;
	cursor: pointer;
}
 input,textarea {
	outline:none;
 }

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #333; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #333;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #333;
}
.p-show {
	display: block !important;
}

 input,textarea {
	outline:none;
 }
.top_sj {
	display: none;
}

/*banner*/
.block_home_slider {
	height: auto;
	position: relative;
	line-height: 0px;
	text-align: center;
}/*底部小图标*/
.block_home_slider .slide {
	position: relative;
	overflow: hidden;
}
.block_home_slider .flex-direction-nav a {
	width: 45px;
	height: 50px;
	display: block;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	text-indent: -9000px;
}
.block_home_slider .flex-direction-nav a.flex-prev {
	left: 0;
	background: url(../images/jt1.png) no-repeat;
}
.block_home_slider .flex-direction-nav a.flex-next {
	right: 0;
	background: url(../images/jt2.png) no-repeat;
}
.block_home_slider .flex-direction-nav a.flex-prev:hover {
	left: 0;
	background: url(../images/jt1a.png) no-repeat;
}
.block_home_slider .flex-direction-nav a.flex-next:hover {
	right: 0;
	background: url(../images/jt2a.png) no-repeat;
}

.block_home_slider .flex-control-paging {
	position: absolute;
	bottom: 20px;
	width:98%;
	text-align: center;
}
.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0 5px;
	display: inline-block;
*display:inline;
*zoom:1;
	overflow: hidden;
	list-style-type: none;
}
.block_home_slider .flex-control-paging li a{width:10px; height:10px; display:block; background:#f2f2f2; text-indent:-9000px; position:relative; overflow:hidden;cursor:pointer; border-radius:6px; transition:all 0.5s;}
.block_home_slider .flex-control-paging li a.flex-active {width:40px; background:#fff;}
.block_home_slider .flex-control-paging li a:after{content:"";width:0%;height:100%;background:#009ee2;position: absolute;left:0px;top:0px;}
.block_home_slider .flex-control-paging li a.flex-active:after{width:100%;transition: width 5s linear;-moz-transition: width 5s linear;-webkit-transition: width 5s linear;-o-transition: width 5s linear;}


.flexslider {margin:0; padding:0; height:100%;}
.flex-viewport{height:100%;}
.flexslider .slides{height:100%;}
.flexslider .slides li{overflow:hidden;line-height:0px;height:100%;display: none; position:relative;}
.flexslider .slides li img{display:block;}
#home_slider2{display:none;}


.top_sj { display:none; }

.index-title {
	font-weight: bold;
	font-size:40px;line-height:40px;
text-align:center;}

.index-title-ms{width:80%;
	text-align:center;
	margin:40px auto 0 auto;font-size:18px;}

.index-High{margin-top:90px;}
.index-High-a{width:25%;float:left;position:relative; }
.index-High-a-box{position:absolute;z-index:1;left:50px;top:50%; right:0; transform:translate(0%,-50%);}
.index-High-a-sz{float:left;font-size:50px;line-height:50px;font-weight:bold;}
.index-High-a-yy{margin-left:20px;float:left;text-transform:uppercase;width:55%;word-wrap:break-word;}

.index-about-bj{background:#f8f8f8;overflow:hidden;padding:100px 0;}
.index-about-left{width:52%;float:left;}
.index-about-right{width:40%;float:right; }
.xt{display:block;width:40px;height:2px;background:#009ee2;float:left;margin-top:12px;margin-right:10px;}
.index-about-title{font-weight:bold;color:#009ee2;}
.index-about-title2{font-size: 30px; line-height: 30px;font-weight: bold;margin:35px 0; }
.index-about-nr{text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:8; -webkit-box-orient:vertical; overflow:hidden;font-size:14px; }
.about-video-pic iframe{width:100%;height:500px;}

.faq_read_button{margin-top:30px;}
.faq_button_li {width: 150px;height:50px;line-height:50px;overflow:hidden;position:relative;text-align:center;border-bottom:2px solid #009ee2;background:#fff;}
.faq_button_li a {font-size:16px;display:block;position:relative;color:#009ee2;}
.faq_button_white a:after {content:"";position:absolute;left:0;top:0;width:100%;height:1px;background:#c2c2c2;}
.faq_button_white a:before {content:"";position:absolute;left:0;bottom:0;width:100%;height:1px;background:#c2c2c2;}
.faq_button_white:after {content:"";position:absolute;left:0;top:0;width:1px;height:100%;background:#009ee2;z-index:2;transition:all .6s cubic-bezier(.645,.045,.355,1);-webkit-transition:all .6s cubic-bezier(.645,.045,.355,1);}
.faq_button_white:before {content:"";position:absolute;right:0;top:0;width:1px;height:100%;background: #c2c2c2;}
.faq_button_white a {position:relative;z-index:3;color:#009ee2;transition:all .6s cubic-bezier(.645,.045,.355,1);-webkit-transition:all .6s cubic-bezier(.645,.045,.355,1);}
.faq_button_white:hover:after {width:100%;}
.faq_button_white:hover a {color:#ffffff;}

.index-product-hz{margin-top:70px;}
.index-pro-box{
	background: #fff;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	float: left;
	margin-bottom: 50px;
}
.index-pro-box-pic{display:block; overflow:hidden;border:1px solid #e8e8e8;}
.index-pro-box-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-pro-box-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}
.index-pro-box-pic:hover{border:1px solid #009ee2;box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.1);}
.index-pro-box-bt{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;margin-top:20px;}

.index-pro-more {
 display: inline-block;
  background: url(../images/arrow3.png) no-repeat right center;
  padding-right: 24px;
    -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;margin-top:25px;
}
.index-pro-more:hover{padding-right: 30px;}
.index-pro-more a{color:#009ee2;}

.index-product-xt{background:#e8e8e8;height:1px;display:block;float:left;width:43%;margin-top:20px;}
.index-product-more-pic{float:left;text-align:center;width:14%;}
.index-product-more-pic a{color:#009ee2;font-size:14px;}
.index-product-more-pic img{animation: scale 1s infinite;margin-bottom:8px;}
@-webkit-keyframes scale {
	 0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
to { -webkit-transform: scale(1); transform: scale(1) }
}
@keyframes scale { 
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
to { -webkit-transform: scale(1); transform: scale(1) }
}



.index-Industries-hz{position:relative; width:25%;float:left;line-height:0;text-align:center;color:#fff;margin:60px 0 100px 0;}
.index-Industries-hz:after{ content:""; display:block; position:absolute; z-index:1; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0); transition:all 0.8s;}
.index-Industries-hz:hover:after{ content:"";  background:rgba(0,158,226,0.7); transition:all 0.4s;}
.index-Industries-wb{padding:0 40px;position:absolute;z-index:2;left:0;top:25%; right:0; transform:translate(0%,100%); opacity:0;  transition:all 0.8s;font-size:24px;line-height:30px;font-weight:bold;}
.index-Industries-hz:hover .index-Industries-wb{transform:translate(0%,0%); opacity:1; }
.index-Industries-wb p{line-height:25px;margin-top:45px;font-weight:normal; font-size:16px;}
.index-Industries-title{font-size:24px; margin: 0 5%; line-height:30px;position:absolute;z-index:1;left:0;bottom:6%; right:0;text-align:center; transform:translate(0%,-50%);}
.index-Industries-hz:hover .index-Industries-title{opacity:0;transition:all 0.5s;}


.index-Advantage-bj{background:url(../images/y.jpg) top no-repeat;
    padding-top:100px;position:relative;}
.index-Advantage-title{color:#fff;font-size:45px;line-height:45px;font-weight: bold;}
.index-Advantage-title-ms{margin:40px 0 100px 0;color:#fff;}
.index-Advantage-bj:after{ content:"";background:#f5f5f5; position:absolute;z-index:1;left:0;bottom:0;width:100%;height:25%;}
.index-Global-bj{background:#fff;overflow:hidden;position:relative;z-index:2;display:flex;flex-wrap: wrap;}
.index-Global{width:33.333%;padding:40px 4% 0 4%;position:relative;}
.index-Global:hover{background:#009ee2;}
.index-Global:hover .index-Global-title, .index-Global:hover .index-Global-wb, .index-Global:hover .index-Global-sz{color:#fff;}
.index-Global:hover .index-Global-title img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.index-Global-title{font-size:26px;float:left;font-weight: bold;}
.index-Global-title span{padding:20px 0 0 15px;float:left;}
.index-Global-title img{float:left;}
.index-Global-wb{float:left;margin-top:40px;color:#666;padding-bottom:80px;}
.index-Global-sz{font-size:120px;line-height:120px;color:#f0f0f0;font-weight:bold;text-align:right;position:absolute;z-index:1;right:0;bottom:-30px; right:0;text-align:center;padding-right:4%; }


.index-news-bj{background:#f5f5f5;padding:100px 0;overflow:hidden;}
.index-news-hz{margin-top:50px;}
.index-news-left{margin-right:-1%;margin-left:-1%;display: flex; flex-wrap: wrap;}
.index-news-left-a{width:23%;margin-right:1%;margin-left:1%;float:left; overflow: hidden;margin-bottom:30px;}
.index-news-left-a2{width:31.3%;margin-right:1%;margin-left:1%;float:left; overflow: hidden;margin-bottom:30px;}
.index-news-left-title{margin:25px 0;font-size:22px; line-height: 30px;text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.index-news-left-nr{color:#666; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;font-size:14px;}
.index-news-left-rq{color:#4c4c4c;margin-top:20px;}
.index-news-left-pic{display:block; overflow:hidden;}
.index-news-left-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}
.index-news-left-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.index-Professional-bj{background:url(../images/l.jpg) center;color:#fff;padding:100px 0;overflow: hidden;}
.index-Professional-title{font-size:26px;font-weight:bold;line-height:32px;text-align:center;width:55%;margin:0 auto;}
 .index-Professional-more{transition:transform 0.5s; -webkit-transition:transform 0.5s;text-align:center;background:#0883df;border-radius:25px;margin:50px auto 0 auto;width:200px;display:block;padding:12px 20px;}
 .index-Professional-more a{color:#fff;font-size:18px;}
.index-Professional-more:hover{transform:translateY(-6px); -webkit-transform:translateY(-6px);}

/*----底部----*/
.foot {
background:url(../images/f.jpg) no-repeat #212121;color:#aaa;overflow: hidden;}
.foot-top{border-bottom:1px solid #444;overflow: hidden;padding:30px 0;}
.foot-top-left{font-size:22px;color:#fff;font-weight:bold;float:left;margin-top:10px;}


:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #808080; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #808080;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #808080;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #808080;
}
.foot-top-right{float:right;width:50%;text-align:right;}
.sq{width:35%;background:#009ee2;padding:15px;text-align:center;border:1px solid #009ee2;font-weight:bold;color:#fff;cursor: pointer;}
.yp{width:65%;border:1px solid #444;background:none;padding:15px;color:#fff;  float: left;}

.foot-logo-hz{float:left;width:25%;padding-top:50px;}
.foot-logo-wb{margin-top:50px;}

.foot-box{float:left;width:45%;border-left:1px solid #444;border-right:1px solid #444;padding:40px 2% 2% 2%;}
.foot-menu{float:left;margin-right:3%;}
.foot-contact-nr{margin-top:30px;}
.foot-contact-nr a{color:#aaa;}
.foot-contact-nr a:hover{color:#fff;}
.foot-contact-nr li{margin-bottom:12px;}
.foot-contact-title{ font-size: 22px;color:#fff; margin-bottom:20px;}


.foot-menu2{float:right;width:60%;}
.foot-contact-nr2{margin-top:30px;}
.foot-contact-nr2 ul{display: flex;flex-wrap: wrap;}
.foot-contact-nr2 li{float:left;width:50%;margin-bottom:12px;padding-right:5%;}
.foot-contact-nr2 li a{color:#aaa;}
.foot-contact-nr2 li a:hover{color:#fff;}

.foot-contact-hz{float:left;padding:40px 0 0 2%;width:30%;}
.foot-contact-wb{margin-top:30px;}
.foot-contact-wb li{margin-bottom:30px;overflow:hidden;}
.foot-contact-pic{display:block;float:left;margin:10px 0;margin-right:10px;}
.foot-contact-hm{float:right; width:89%;}


.foot-bq{padding:20px 0;overflow:hidden;border-top:1px solid #444;}
.foot-bq-left{float:left;font-size:14px;}
.foot-bq-right{float:right;}
.foot-bq-right li{float:left;margin-left:25px;overflow:hidden;display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;}
.foot-bq-right li img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.foot-bq-right li:hover{transform:translateY(-6px); -webkit-trafont-size: 0;}

/*内页代码开始*/
.ny-banner-sj{display: none;}
.ny-banner img{width: 100%;}

.about-left{width:40%;float:left;}
.about-left img{border-radius:10px;width:100%;}
.about-right{width:57%;float:right; }
.about-bottom{margin-top:30px;box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);background:#fff;overflow:hidden;border-radius:10px;display: flex; flex-wrap: wrap;}
.about-bottom-left{width:10%;background:#faf6f1;text-align:center;float:left;padding:30px 0;}
.about-title{font-size:28px; line-height: 30px;font-weight: bold;margin:30px 0; }
.about-bottom-right{width: 90%; float: left; padding: 23px 3%;}
.ny-qyzl-hz{margin-top:50px;margin-right:-1%;margin-left:-1%; display: flex; flex-wrap: wrap;}
.about-qyzl-a{border-radius:10px;text-align:center;width:23%;float:left;margin-right:1%;margin-left:1%;background:#fff;padding:3% 2%;font-size:18px;color:#4c4c4c;margin-bottom:30px;}
.about-qyzl-a:hover {background:#009ee2;}
.about-qyzl-a:hover .about-qyzl-a-title, .about-qyzl-a:hover.about-qyzl-a{color:#fff;}
.about-qyzl-a:hover .index-ys-box-tb{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.about-qyzl-a:hover .about-qyzl-a-title:after{ background: #fff;}
.about-qyzl-a-title{font-size:30px;margin:35px 0 45px;color:#333;font-weight: bold;position: relative;padding-bottom:30px;}
.about-qyzl-a-title:after {
    content: "";
    position: absolute;
    background: #0883df;
    width:60px;left:50%;transform:translate(-50%,0%);
    height:4px;bottom:0;
   }
.about-video{width:99%;margin:80px auto;overflow: hidden;}
.about-video-hz{width:48%;margin-right:1%;margin-left:1%;float:left; overflow: hidden;}
.about-video-title{margin:25px 0;font-size:22px;    text-align: center;}
.about-video-nr{color:#666; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden;font-size:14px;}
   
.factory{ display: flex;
    justify-content: space-between;
    align-items: center; flex-wrap: wrap;}
.factory-left{width:50%;float:left;display:block; overflow:hidden;border-radius:10px;}
.factory-left img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}
.factory-left img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.factory-nr{font-size:14px; }

.factory-right{width:45%;float:right; }

.factory-pic{margin-left:-1%;margin-right:-1%;}
.factory-pic li{width:23%;margin-left:1%;margin-right:1%;margin-bottom:20px;float:left;display:block; overflow:hidden;border-radius:10px;}
.factory-pic li img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}
.factory-pic li img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.white,.whites{position: relative;overflow: hidden;}
.white:after,.whites:after{content: ''; cursor: pointer; position: absolute; left: -100%; top: 0; width:100%; height:100%; background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0)); transform: skewx(-25deg);}
.white:hover:after{left:100%; -moz-transition:1s; -o-transition:1s; -webkit-transition:1s; transition:1s;}
.whites:hover:after{left:100%; -moz-transition:0.5s; -o-transition:0.5s; -webkit-transition:0.5s; transition:0.5s;}

.fzlc-hz{margin:60px auto 0 auto;width:82%;}
.course-list {
  position: relative;
  z-index: 1;
}
.course-list:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 100%;
  background-color: #85c1ec;
}
.course-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center;
}
.course-list li:nth-of-type(Odd) {
  background-image: url(../images/history_03.png);
}
.course-list li:nth-of-type(even) {
  background-image: url(../images/history_06.png);
}
.course-list li > div {
  width: calc(48% - 60px);
}
.course-list .info {
  position: relative;
  padding:50px 40px;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.course-list li .info:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.course-list .time {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.course-list .time:before {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background-color: #1784dd;
  border-radius: 2px;
}
.course-list li .time div {
  width: calc(100% - 55px);
  padding: 0 1.3em;
  font-size: 26px;font-weight:bold;
  line-height: 2em;
  color: #1784dd;
  border-radius: 2em;
}

@media (min-width: 992px) {
	
  .course-list li {
    padding: 25px 0;
  }
  /*文案和时间排序*/
  .course-list li:nth-of-type(Odd) .info {
    order: 0;
  }
  .course-list li:nth-of-type(Odd) .time {
    order: 1;
  }
  .course-list li:nth-of-type(even) .info {
    order: 1;
  }
  .course-list li:nth-of-type(even) .time {
    order: 0;
    text-align: right;
  }
  /*文案背景*/
  .course-list li:nth-of-type(Odd) .info:before {
    right: -19px;
    border-left: 10px solid white;
    border-right: 10px solid transparent;
  }
  .course-list li:nth-of-type(even) .info:before {
    left: -19px;
    border-left: 10px solid transparent;
    border-right: 10px solid white;
  }
  /*时间奇数偶数样式*/
  .course-list li:nth-of-type(Odd) .time:before {
    order: 0;
  }
  .course-list li:nth-of-type(Odd) .time div {
    order: 1;
    background-image: linear-gradient(to right, #addbfe 0%, #fff 60%, #fff 100%););
  }
  .course-list li:nth-of-type(even) .time:before {
    order: 1;
  }
  .course-list li:nth-of-type(even) .time div {
    order: 0;
    background-image: linear-gradient(to left, #addbfe 0%, #fff 60%, #fff 100%);
  }

}
@media screen and (max-width: 991.98px) {
   .fzlc-hz {
    margin: 60px auto 0 auto;
    width: 96%;
}
  .course-list:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0%;
    margin-left: 30px;
    width: 2px;
    height: 100%;
    background-color: #85c1ec;
  }
  .course-list li {
    padding: 30px 0;
    padding-left: 80px;
    background-position: left 25px;
  }
  .course-list li .info {
    width: 100%;
  }
  .course-list li .info:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -19px;
    border-left: 10px solid transparent;
    border-right: 10px solid white;
  }
  .course-list li .time {
    width: 100%;
    margin-bottom: 30px;
  }
  .course-list .time:before {
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background-color: #1784dd;
    border-radius: 2px;
  }
  .course-list li .time div {
    width: calc(100% - 55px);
    padding: 0 1.5em;
    font-size: 20px;
    line-height: 2.5em;
    color: #1784dd;
    border-radius: 2em;
 background-image: linear-gradient(to right, #addbfe 0%, #fff 50%, #fff 50%);
  }
}

@media screen and (max-width: 580px) {
 .course-list li .time div {background-image: linear-gradient(to right, #addbfe 0%, #fff 70%, #fff 70%);}
	}

.ny-products{display: flex; flex-wrap: wrap;margin-top:55px;}
.ny-products-box{background:#f7f7f7;border:1px solid #dfdfdf;border-radius:10px;width:23%;margin-right:1%;margin-left:1%;float:left;margin-bottom:25px;}
.ny-products-box:hover{box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.2);background:#009ee2;border:1px solid #009ee2}
.ny-products-box:hover .ny-products-bt  {color:#fff !important;}
.ny-products-bt-hz{padding:30px; }
.ny-products-bt{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:18px;font-weight:bold;}

.ny-products-pic{display:block; overflow:hidden;display:block; overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;}
.ny-products-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;width:100%;
-o-transition-duration: .8s;overflow:hidden;}

.ny-products-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }


.product-service{ display: flex;
    justify-content: space-between;
    align-items: center;margin-bottom:50px;}
.product-service-left{width:45%;float:left;display:block; overflow:hidden;border-radius:10px;}
.product-service-left img{width:100%;transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;
-o-transition-duration: .8s;}
.product-service-left img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.product-service-left-nr{font-size:16px;color:#555; }
.product-service-left-nr p{color:#000;font-size:20px;margin-bottom:20px;}
.product-service-right{width:50%;float:right; }

.product-Customer-hz{margin-left:-1%;margin-right:-1%;margin-top:60px;display: flex;flex-wrap: wrap;}
.product-Customer{box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.1);width:31.333%;float:left;margin-left:1%;margin-right:1%;text-align:center;}
.product-Customer-title{font-size:18px;font-weight:bold;border-bottom:3px solid #0883df;padding:20px 0;}
.product-Customer-nr{padding:30px;color:#4c4c4c;}


.caseshow-join-list {
    width: 100%;
    margin-top: 20px;
}

.caseshow-join-list ul {
    display: flex;
    flex-wrap: wrap;
}

.caseshow-join-list ul li {
    float: left;
    width: 100%;
    margin-bottom:15px;
}

.caseshow-join-menu {
    width: 100%;
    user-select: none;
    cursor: pointer;
    position: relative;
    color: #000;
    padding:10px;border-radius:5px;
    border: 1px solid #e5e6e8;
}

.caseshow-join-menu:hover {
    color: #009ee2;
}

.caseshow-join-menu:after {
    background: url(../images/jt-cp.png)no-repeat;
    width: 15px;
    height: 20px;
    content: "";
    opacity: 0.5;
    display: inline-block;
    font: normal normal normal 24px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 15px;
    top: 60%;
    margin-top: -10px;
}

.caseshow-join-menu.ontrue:after {
    transform: rotate(90deg);
    opacity: 1;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.faq{ margin: 10px 0;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 10px;
}


.ny-product2-left{width:77%;float:right;}
.ny-product2-left-title{font-size:24px;font-weight:bold;margin-bottom:30px;}

.ny-product2-left-box{background:#f7f7f7;border:1px solid #dfdfdf;border-radius:10px;width:31.33%;margin-right:1%;margin-left:1%;float:left;margin-bottom:30px;}
.ny-product2-left-box:hover{box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.2);background:#009ee2;border:1px solid #009ee2}
.ny-product2-left-box:hover .ny-product2-left-bt  {color:#fff !important;}
.ny-product2-left-bt-hz{padding:30px; }
.ny-product2-left-bt{overflow:hidden; text-overflow:ellipsis; white-space:nowrap;font-size:18px;font-weight:bold;}

.ny-product2-left-pic{display:block; overflow:hidden;border-top-left-radius:10px;border-top-right-radius:10px;}
.ny-product2-left-pic img{transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;width:100%;
-o-transition-duration: .8s;overflow:hidden;}

.ny-product2-left-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }


.ny-product2-right{width:20%;float:left;}
.ny-product2-yp{width:85%;border:none;border-top-left-radius:5px;border-bottom-left-radius:5px;background:#f2f2f2;padding:15px;float: left;}
.ny-product2-sq{border-top-right-radius:5px;border-bottom-right-radius:5px;width:15%;background:#009ee2;padding:12px;text-align:center;border:none;cursor: pointer;}
.ny-product2-sq img{-webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}

.ny-product2-right-Categories{border:1px solid #dfdfdf;border-radius:10px;margin-top:20px;padding:5% 3%;overflow:hidden;}
.ny-product2-right-title{font-size:24px;margin-bottom:30px;}
.ny-product2-right-fl li{background:#f3f3f3;margin-bottom:10px;}
.ny-product2-right-fl li a{padding:10px;display:block;}
.ny-product2-right-fl li a:hover, .ny-product2-right-fl li a.on{background:#009ee2;color:#fff;}

.ny-product2-right-hot{margin-top:10px;}
.ny-product2-right-hot-hz{margin-bottom:20px;float:left;}
.ny-product2-right-hot-pic{width:30%;float:left;border:1px solid #dfdfdf;border-radius:10px;display:block; overflow:hidden;}
.ny-product2-right-hot-pic img{border-radius:10px;transition-duration: .8s;
-moz-transition-duration: .8s;
-webkit-transition-duration: .8s;width:100%;
-o-transition-duration: .8s;overflow:hidden;}

.ny-product2-right-hot-pic img:hover{ transform: scale(1.1);
-moz-transform:scale(1.1);
-ms-transform: scale(1.1);
-o-transform:scale(1.1);
-webkit-transform: scale(1.1);
transition-duration: .5s;
-moz-transition-duration: .5s;
-webkit-transition-duration: .5s;
-o-transition-duration: .5s; }

.ny-product2-right-hot-right{float:right;width:65%;}
.ny-product2-right-hot-right-title{margin-top:25px;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.ny-product2-right-Message{ border: 1px solid #dfdfdf;background:#f7f7f7;border-radius:10px;margin-top:20px;padding:5% 3%;overflow:hidden;}

.ny-feedback-ly{margin-top:30px;}

.sok {
    width: 100%;
  border-radius:5px;
    background: #fff;
border:1px solid #dfdfdf;
padding:13px;
    margin-bottom:15px;
    font-size: 15px;font-family:"Open-Sans", Arial, Helvetica, sans-serif;
}



.sokb{background:#fff; border:1px solid #dfdfdf; border-radius:5px;font-family:"Open-Sans", Arial, Helvetica, sans-serif; padding:13px;margin-bottom:15px;font-size: 15px;  width:100%;}

.tj{ width: 100%;
    border: none;
    line-height:45px;
    text-align: center;
    color: #fff;
    background: #009ee2;
    cursor: pointer;
    font-size: 18px;
border-radius:5px;}


/*分页*/
.yema{ width:100%; text-align:center; overflow:hidden; padding-top:2%;  }
.yema.bgs2{ text-align:right;}
.yema a{ display:inline-block; height:38px; line-height:38px; padding-left:10px; overflow:hidden; padding-right:10px; min-width:40px;margin-left:3px;  text-align:center; color:#333333; font-size:16px; border:1px solid #ececee; background:#ececee;}
.yema a:hover{ text-decoration:none; color:#fff; background:#009ee2;border:1px solid #009ee2;}
.yema a.on{color:#fff;  background:#009ee2;border:1px solid #009ee2;}
.yema a.first,.yema a.last{ margin-right:0;  }
.yema a.first:hover,.yema a.last:hover{background-color:#009ee2;}
.yema a span{ font-family: "宋体";font-size:16px;}

.productshow-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productshow-top-left{width:38%;float:left;}
.productshow-top-right-title{font-size:24px;font-weight:bold;}
.productshow-top-right-nr{margin:40px 0; }
.productshow-top-right{width:55%;float:right;}


.khjz_dkj {position: relative;}

.cp .item {
    margin: 0 10px;
    position: relative;
    overflow: hidden;
    display: block;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.cp .item:hover {
    transform: translateY(-6px);
    -webkit-trafont-size: 0;
}

.cp .item .cpzs_img {
    overflow: hidden;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    line-height: 0;
}

.cp .item .cpzs_img img {
    width: 100%;
    object-fit: cover;
    transition: all .8s ease;
}

.cp .item .cpzs_img:hover img {
    transform: scale(1.06);
}


.owl-carousel {
    display: none;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* fix*/

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls {
    width: 100%;
    z-index: 11;
    margin-top:25px;
}

.owl-carousel .owl-controls .owl-buttons div {
    position: absolute;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 20px;
    height: 70px;
    text-indent: -9999px;
    transition: .35s;
    top: 45%;
    margin-top: -35px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
    background: url(../images/index_24.png) center no-repeat;
    overflow: hidden;
    left: -20px;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
    background: url(../images/index_25.png) center no-repeat;
    overflow: hidden;
    right: -20px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
    background: url(../images/index_24a.png) center no-repeat;
    overflow: hidden;
}

.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
    background: url(../images/index_25a.png) center no-repeat;
    overflow: hidden;
}

.owl-carousel .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

.owl-carousel .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/
}

.owl-carousel .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #999;
}

.owl-carousel .owl-controls .owl-page.active span,
.owl-carouselpzs .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/
    opacity: 1;
    background: #009ee2;
    border: 1px solid #009ee2;
}

.owl-carousel .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.cp-wb-ms{float:left;overflow:hidden;padding:0 10px; }
.cp-wb-ms li{float:left;padding:7px;}
.cp-wb-ms li img{display:block;transition:transform 0.5s; -webkit-transition:transform 0.5s;}
.cp-wb-ms li img:hover{transform:translateY(-6px); -webkit-trafont-size: 0;}


.prc2{line-height:55px;text-align: center;margin-top:60px;}
.prc2 a{display: block;width:180px;float: left;position: relative;background:#009ee2;font-size:18px;font-weight:bold;border-top-right-radius:15px;border-top-left-radius:15px;}
.prc2 a:after{content: "";display: block;width: 0%;position: absolute;bottom: 0;left: 0;-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}
.prc2 a.act:after{width: 100%;}
.prc2 a.act,.prc2 a:hover{color: #fff;}
.prc3{padding-top:40px;border-top:1px solid #dfdfdf;overflow:auto;}
.prc3 table{border-collapse:collapse;width:100%;}
.prc3 table td{padding:10px !important;border:1px solid #ccc;font-family:"Open-Sans", Arial, Helvetica, sans-serif; width:auto;}
.prc2 {line-height: 50px;}

/*上下篇*/
#page{margin-top:50px;padding-top:20px;border-top:1px solid #dfdfdf;}
#page .next,#page .prev{color: #0089e2;}
#page .next a,#page .prev a{color: #333;}
#page .next a:hover,#page .prev a:hover{color: #0089e2;}
#page .next{margin-top: 6px;}

.service-top-title{font-size:36px;line-height:36px;border-bottom:1px solid #b3b3b3;padding-bottom:10px;margin-bottom:20px;}
.service-top-nr p{margin-bottom:30px;}
.service-top-p{font-size:18px;font-weight:bold;}
.service-Manufacturing-bj{background:#0883df;padding:50px 0;overflow:hidden;}
.service-Manufacturing-left{width:50%;float:left;color:#fff;font-size:18px;}
.service-Manufacturing-left p{margin-bottom:50px;}
.service-Manufacturing-left-title{font-size:34px;line-height:34px;font-weight:bold;}
.service-Manufacturing-right{float:right;width:40%;}
.service-Manufacturing-right img{border-radius:10px;}
.service-Manufacturing-left-title{margin-bottom:20px;}
.service-Review-a{width:25%;float:left;}

.service-Review-title{font-size:24px;margin-bottom:40px;}
.service-Review-a{width:25%;float:left;border-right:1px solid #ccc;font-size:18px;padding:20px 5%;}
.service-Review-a:last-of-type{ border-right:0; }  
.service-Review-a p{padding-bottom:15px;color:#000;}
.service-Tell{font-size:20px;}
.service-Tell p{padding-left:25px;font-size:16px;color:#4c4c4c;}

.about-title p{margin-bottom:10px;}
.service-Let{font-size:20px;}
.service-Tell{margin-top:35px;}
.service-bj{color:#fff;
background:url(../images/se-bj.jpg) center;background-size: cover;
    background-attachment: fixed;
    padding: 80px  0 ;
    overflow: hidden;}
	
.Quality-Each-bj{color:#fff;
background:url(../images/q.jpg) no-repeat left;
    padding: 100px  0 ;
    overflow: hidden;}
.Quality-Each{width:32%;float:left;}
.Quality-Each-nr{margin-top:50px;}
.Quality-nr{margin-top:50px;}
.Quality-nr li{margin-bottom:20px;float:left;width:100%;background:url(../images/gx.png)no-repeat;padding-left:40px;}
.Quality-wb{margin-top:50px;}
.Quality-wb p{margin-bottom:30px;}
.Quality-Dependable-bj{background:#ebebeb;overflow:hidden;padding:50px 0;}
.Quality-Dependable-left{float:left;width:50%;}
.Quality-Dependable-left-title{font-size:24px;margin-bottom:40px;position:relative;padding-top:20px;}
.Quality-Dependable-left-title:after {
    content: "";
    position: absolute;
    background:#0883df;
    width:60px; 
    height:3px;top:0; 
	 left: 0;
   }
 .Quality-Dependable-right{ float:right;font-size:18px;margin-top:50px;}
.Quality-Dependable-right span{float:left;margin-top:20px;}
.Quality-Dependable-right img{margin-left:25px;float:right; object-fit: cover;transition: all .8s ease;}
.Quality-Dependable-right:hover img{transform: scale(1.06);}

.showshow-title{font-size:30px;line-height:30px;font-weight:bold;}
.showshow-nt{margin-top: 20px;border-top: 1px solid #dfdfdf; padding-top: 40px;}

.txhz{display: flex; flex-wrap: wrap;}
.ny-contact-left{width:45%;float:left;border-right:1px solid #e2e2e2;padding:100px 5% 100px 0;}
.contact-left{float:left;color:#666;line-height:30px;margin-top:30px;}
.contact-left h3{color:#333;margin-bottom:15px;}
.contact-left a{color:#666;}
.contact-left a:hover{color:#009ee2;}
.ny-contact-right{width:55%;float:right;padding:100px 0 100px 5%;}
.ny-feedback{margin-top:60px;overflow:hidden;}
.ny-contact-ms{margin-top:10px;}

#map_container {height:500px; }
input,textarea {outline:none; }

.soka{ width:49%;margin-right:1%;border:1px solid #e2e2e2;padding:15px; margin-bottom:25px; font-size: 15px;font-family:"Microsoft YaHei", verdant, tahoma;}



.tj{ width:200px;
    border:none;
    line-height:50px;
    text-align: center;
    color: #fff;
    background: #009ee2;
    cursor: pointer;
    font-size: 18px;
border-radius:50px;}

.ny-about-title {
    font-size: 30px;
    line-height: 30px;
    color: #009ee2;
}

.about {
	padding:0%;
line-height:30px;

}
.about .pic {
	float: right;
	padding: 0px 0px 0px 10px;
	max-width:40%;
}
.about .pic img {
	box-shadow: 0px 0px 0px #ccc;
	width:100%;
}
.about p img{
	max-width:100%;
}

.p-hotline{float:left;padding:10px 30px;background:#009ee2;border-radius:25px;margin-right:15px;margin-bottom:10px;font-size:16px;color:#fff;cursor: pointer;}
.p-hotline:last-of-type{background:none;border:1px solid #009ee2;}
.p-hotline:last-of-type.p-hotline a{color:#009ee2; }



.index-feedback-hz {font-size:15px !important;
	width: 40%;
	margin: 0 auto;
	padding-top: 30px ;
	position: fixed;border-radius:10px;
    left: 50%;
    top: 50%;z-index:1111111;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	display:none;
}
div::-webkit-scrollbar{
  width:5px;
  height:5px;
  /**/
}
div::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
div::-webkit-scrollbar-thumb{
  background: #bfbfbf;
  border-radius:10px;
}
div::-webkit-scrollbar-thumb:hover{
  background: #333;
}
div::-webkit-scrollbar-corner{
  background: #179a16;}


.tck{padding:30px;height:450px;overflow:auto;}
.index-feedback-wb{margin-top:30px;padding:0 30px;color:#666;text-align:center;}
.index-feedback-hz-gb{
	position:absolute;
	right:30px;
	top:30px;
	font-size:26px;font-family:Arial, Helvetica, sans-serif;
}
.index-feedback-title {
	font-size: 36px;text-align:center;
	font-weight: bold;
	margin-top: 30px;
}
.index-feedback-box{background:#f4f4f8;overflow:hidden;margin-top:30px;}
.feedback-k{font-size:15px !important;}

.inbox_popup_input{background:#fff;padding:20px;border-radius:15px;margin:10px 0 30px 0;}


.upload_box .pic_box {
    position: relative;
    width: 110px;
    height: 110px;
    vertical-align: middle;
    font-size: 0;padding-top:40px;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;border-radius:15px;
    z-index: 1;background:#fcfcfc;border:1px solid #eee;
}

.upload_box .pic_box img {
    opacity: 1;
}

.upload_box .close {
    position: absolute;
    top: -7px;
    right: -7px;
    display: none;
    width: 24px;
    height: 24px;
    background: #000;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    transform: rotate(45deg);
}

.upload_box .close::before {
    content: '';
    width: 12px;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.upload_box .close::after {
    content: '';
    width: 1px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}

.upload_file {
    width: 82px;
    height: 82px;
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    padding: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    cursor: pointer;
    font-size: 70px;
    z-index: 1;
}