@charset "utf-8";
/* CSS Document */
html,body,ul,li,p,input,form,h1,h2,h3,h4,h5,h6,dl,dt,dd{ margin:0; padding:0;}
ul,li{ list-style:none;}
body{ font-size:14px; color:#333; line-height:24px; margin:0px; padding:0px;  font-family:"Microsoft YaHei";background:#fff; }
img{ border:none;}
form{ margin:0px; padding:0px;}
.clear{ clear:both;}
a{ text-decoration:none; color:#333; font-family:"Microsoft YaHei";}
a:hover{ color:#333; text-decoration:underline; font-family:"Microsoft YaHei";text-decoration:none; }
em{font-style:normal}
table tbody th tr td{margin:0;padding:0;}
h1,h2,h3,h4{font-weight:normal;}
.fl{float: left;}
.fr{float: right;}

@font-face {
	font-family:"Intro";
	src: url("../css/Intro.otf");
}
/*顶部信息*/

.top_logo{height:120px;max-width:1200px;margin:0 auto; }
.logo_img{margin-top:15px;}
.logo_img a img{vertical-align:middle;float: left;}
.logo_img a dl{float: left;margin-left:40px;}
.logo_img a dl dt{font-size:24px;font-weight: bold;color:#ed0000;line-height: 30px;}
.logo_img a dl dd{font-size:18px;color:#333;line-height:40px;}

.logo_tel dl{background:url(../images/tel.png) no-repeat left bottom;padding-left: 70px;margin-top:20px;margin-left:40px;}
.logo_tel dl dt{font-size:16px;color:#333333;}
.logo_tel dl dd{font-size:23px;line-height:23px;color:#0388df;font-weight: bold;}

.top_nav{width:100%;height:70px;z-index: 99999999999999;    background-color: #00aef3 !important;}
.nav_box{width:1200px;margin:0 auto;}
.nav_box li{float: left;line-height:70px;}
.nav_box li:hover{background:url(../images/nav01.png) no-repeat center 55px;}
.nav_box li:hover a{color:#fdff3b !important;}
.nav_box li a{color:#fffefe;;padding: 0 20px;font-size:16px;}
.nav_hover{background:url(../images/nav01.png) no-repeat center 55px;}
.nav_hover a{color:#fdff3b  !important;}

.aui-header-nav {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid transparent;
    z-index: 9999;
    transition: all 0.45s ease-in-out;
}

.aui-header-nav.moveDown {
    top:120px;
    transition: all 0.45s ease-in-out;
}
.aui-header-nav.solid {
    background-color: #fff;
    border-bottom: 1px solid #f0f1f2;
    transition: all 0.3s ease-in-out;
}


/*搜索*/
.index_keyword{width:1200px;margin:0 auto;position: relative;}
.index_keyword dl{font-size:14px;line-height:85px;text-align: center;padding-top: 85px;}
.index_keyword dl a{padding-right:10px;}

.keyword_box{margin-top:-30px;position: absolute;z-index: 9;width:100%;}
.index_keyword form{margin:67px auto;width:700px;background:#fff;height: 60px;-webkit-box-shadow: 0px 0 20px rgba(0,0,0,.5);
    box-shadow: 0px 0 20px rgba(210,210,210,.5);border-radius:80px;}
.textCont{ width:570px; height:60px; line-height:60px; color:#626262; float:left; border:none; border-right:none;background: none;font-size:15px;margin-left:35px;}
.anSearch{ background:url(../images/icon_03.png) no-repeat center left; height:60px; border:none; float:left; cursor:pointer;padding-left: 25px;font-size:18px;color:#333;}
/*标题*/
.title_bt{width:100%;background:url(../images/icon_01.png) no-repeat center center;height:74px;}
.title_box{text-align: center;color:#01c5fe;}
.title_box h2{font-size:40px;font-weight: bold;}
.title_box span{font-size:20px;display: block;margin:10px auto;text-transform: uppercase;}

.title_cpbt{width:380px;float: left;}
.title_cpbt h1{font-size:38px;font-weight: bold;color:#333;padding-top:60px;}
.title_cpbt h1 span{color:#0388df;}
.title_cpbt dt{font-family: arial;color:#707070;text-transform: uppercase;font-size:16px;font-weight: bold;}
.title_cpbt dd{font-size:16px;color:#666;}

.title03{text-align: center;}
.title03 h2{text-align: center;color:#0388df;font-size:36px;font-weight: bold;padding-top:60px;}
.title03 h4{text-align: center;color:#666;font-size:16px;line-height:60px;padding-bottom:30px;}
/*产品*/

.index_ys{width:100%;height:686px;background:url(../images/ys_bj.png) no-repeat center center;}
.slideGroup {
	margin:0 auto;
	width: 1200px;
	height: 686px;
}

.slideGroup .parHd {
	line-height:40px;
	margin-bottom: 30px;
	width:380px;
	float: left;
}

.slideGroup .parHd ul {
	display:table;
	padding-top:40px;
	float: left;
}

.slideGroup .parHd ul li {
	cursor: pointer;
	width: 250px;
	color:#666;
	line-height: 60px;
	font-size:18px;
	padding-left: 20px;
	border-bottom: 1px solid #fe7c00;
    background: #fff;
    border-radius: 60px;
    margin-bottom: 10px;
}

.slideGroup .parHd ul li.on {
    color: #fff;
    border-bottom: 1px solid #fe7c00;
    background: #0388df;
    border-radius: 60px;
}

.slideGroup .slideBox {
	overflow: hidden;
	zoom: 1;
	position: relative;
}

.slideGroup .sPrev,
.slideGroup .sNext {
	position: absolute;
	left: 126px;
	bottom: 80px;
	display: block;
	width: 60px;
	height: 16px;
	background: url(../images/icoLeft.png) center center no-repeat;
}

.slideGroup .sNext {
	left: auto;
	right: 111px;
	background: url(../images/icoRight.png) center center no-repeat;
}

.slideGroup .parBd ul {
	overflow: hidden;
	zoom: 1;
}

.slideGroup .parBd ul li {
	float: left;
	width: 1200px;
	position: relative;
}

.slideGroup .parBd ul li .pic {
	text-align: center;
}

.slideGroup .parBd ul li .pic img {
	width: 820px;
	display: block;
}


.slideGroup .parBd ul li .description {
	position: absolute;
	bottom:80px;
	color:#666;
	width: 820px;
	text-align: center;
}
.slideGroup .parBd ul li .description img{padding-top:80px;}
.slideGroup .parBd ul li .description h4{
	color: #fff;
	font-size:18px;
	font-weight: bold;
	padding:30px 0;
	height: 40px;
	line-height: 40px;
}
.slideGroup .parBd ul li .description p{padding-top:30px;margin-bottom:40px;}
.slideGroup .parBd ul li .description i{height:1px;margin:0 auto;width:30px;background:#fff;display: block;}
.slideGroup .parBd ul li .description a{
	color: #666666;
	border-radius:20px;
	border:1px solid #fff;
	padding:5px 35px;
  background: #fff;
	font-size:16px;
}
.parBd{width:820px;float: right;height:686px;}


/*优势*/
.ys_gg01{background:url(../images/ysbj.png) no-repeat center center;width:100%;height:901px;}
.ys_gg01_dg{width:1200px;margin:0 auto;}
.ys_gg01_box{padding-top:70px;}
.ys_gg01_box h1{color:#fff;font-weight: bold;font-size:34px;line-height:50px;float: left;border-right:1px solid #ccdaea;padding-right:60px;}
.ys_gg01_box dl{float: left;color:#fff;padding-left:45px;line-height:50px;font-size:24px;}
.ys_gg01_box dt{line-height:30px;}
.ys_gg01_box dd{background:url(../images/ysbj_icon.png) no-repeat left center;padding-left:50px;}

.ys_gg01_img{padding-top:60px;}
.ys_gg01_img img{width:100%;}


/*性能*/
.xing_dg{width:1200px;margin:90px auto;}
.xing_dg ul li{float: left;width:300px;text-align: center;}
.xing_dg ul li img{height:404px;width:300px;}
.xing_dg ul li dt{color:#333;font-size:20px;padding-top:16px;}
.xing_dg ul li span{height:1px;display: block;width:50px;background:#a0a0a0;margin: 16px auto;}
.xing_dg ul li dd{color:#666;font-size:16px;}
.xing_dg ul li:nth-child(2n) dt{padding-top: 0px;}
.xing_dg ul li:nth-child(2n) dd{padding-bottom: 16px;}

/*优势*/
.ys01_dg{background:url(../images/ysbj01.png) no-repeat center center;height:835px;width:100%;}
.ys01_box{background:url(../images/ystp.png) no-repeat center bottom;width:1200px;padding-top:130px;margin:0 auto;}
.ys01_box ul{width:100%;position: relative;height:250px;}
.ys01_box ul li{position: absolute;color:#333;font-size:16px;padding-top:48px;}
.ysli01{left: 54px;top: 100px;background:url(../images/icon_20.png) no-repeat 5px top;}
.ysli02{left: 270px;top: 30px;background:url(../images/icon_21.png) no-repeat 5px top;}
.ysli03{left: 470px;top: 0px;background:url(../images/icon_22.png) no-repeat 5px top;}
.ysli04{left: 650px;top: 0px;background:url(../images/icon_23.png) no-repeat 5px top;}
.ysli05{left: 835px;top: 33px;background:url(../images/icon_24.png) no-repeat 5px top;}
.ysli06{left: 995px;top: 130px;}
.ysli06 a{background:#0388df;color: #fff;font-size:14px;padding:7px 20px;border-radius:30px;}

/*应用*/
.anli_box{width:1200px;margin:0 auto;}
.anli_box .title_cpbt dt{line-height:60px;}
.anli_box_dg{float: right;padding-top:80px;}
.anli_box_dg dl{float: left;width:120px;text-align: center;margin-left:40px;}
.anli_box_dg dl dt{color:#333;font-size:18px;line-height:28px;padding-top:6px;}

#certify {position: relative;width: 1200px;margin:50px auto 80px;}
#certify .swiper-container {padding-bottom:80px;margin-top:20px;}
#certify  .swiper-slide {width: 520px;height: 344px;background: #fff;}
#certify  .swiper-slide img{display:block;width: 100%;height:100%;}
#certify  .swiper-slide p {
	line-height: 60px;
	background:#fff;
	height:60px;
	padding-top: 0;
	text-align: center;
	color: #333;
	font-size:16px;
	margin: 0;
	-webkit-box-shadow: 0px 0 20px rgba(0,0,0,.5);
    box-shadow: 0px 0 20px rgba(210,210,210,.5);
}

#certify  .swiper-slide span{text-align: center;display: block;position: absolute;top:54%;left:42%;background:#dfb374;width:130px;height:33px;line-height:33px;color:#fff;display: none;}
#certify  .swiper-slide:hover span{display: block;}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: -20px;
	width: 45px;
	height: 45px;
	background: url(../images/icon_25.png) no-repeat;
	background-size: 100%;
}


#certify .swiper-button-next {
	right: -20px;
	width: 45px;
	height: 45px;
	background: url(../images/icon_26.png) no-repeat;
	background-size: 100%;
}

/*隔断图*/
.gg{width:100%;height:273px;background:url(../images/gg01.png) no-repeat center center;}
.gg_box{width:1200px;margin:0 auto;}
.gg_box h2{font-size: 26px;font-weight: bold;color:#fff;line-height:48px;padding-top:40px;float: left;padding-left:40px;}
.gg_box dl{float: right;padding-right:100px;color:#fff;padding-top:64px;}
.gg_box dl dt{line-height:28px;padding-bottom:10px;}
.gg_box dl dt img{float: left;display: block;padding-right: 10px;}
.gg_box dl dd{font-weight: bold;font-size:28px;line-height:35px;}


.ys{width:100%;}
.ys01{background:url(../images/ys_01.jpg) no-repeat center center;width:100%;height:608px;}
.ys02{background:url(../images/ys_02.jpg) no-repeat center center;width:100%;height:341px;}
.ys03{background:url(../images/ys_03.jpg) no-repeat center center;width:100%;height:327px;}
.ys04{background:url(../images/ys_04.jpg) no-repeat center center;width:100%;height:474px;}
.ys_box .ys_box_dg{width:1200px;margin:0 auto;}
.ys_box .ys_box_dg dl dt{padding-left:34px;font-weight: bold;font-size:24px;color:#333;padding-bottom:25px;}
.ys_box .ys_box_dg dl dd{line-height:25px;color:#333;font-size:14px;background:url(../images/icon_33.png) no-repeat left 8px;padding-left:34px;}
.ys01 h2{text-align: center;color:#0388df;font-size:36px;font-weight: bold;padding-top:105px;}
.ys01 h4{text-align: center;color:#666;font-size:16px;line-height:60px;}
.ys01 dl{padding-left:750px;padding-top:180px;}
.ys02 dl{padding-left:162px;padding-top:120px;}
.ys03 dl{padding-left:750px;padding-top:85px;}
.ys04 dl{padding-left:162px;padding-top:170px;}


/*关于我们*/
.about_dg{background:url(../images/gywm.png) no-repeat center center;width:100%;height:770px;}
.about_box{width:1200px;margin:0 auto;}
.about_box_nr{width:930px;float: right;}
.about_box_about{width:890px;float: right;padding-top:75px;}
.about_box_about dl{float: left;text-align: center;margin-right:230px;}
.about_box_about dl:nth-child(3){margin-right:0px;}
.about_box_about dl dt{color:#0388df;font-size:36px;font-weight:bold;line-height:60px;height:60px;}
.about_box_about dl dt span{font-size:16px;padding-left:10px;}
.about_box_about dl dd{color:#0388df;font-size:16px;}
.about_box_about h3{color:#333;font-weight: bold;font-size:26px;padding-top:20px;padding-bottom:20px;}
.about_box_about p{color: #333;font-size:16px;line-height:32px;margin-bottom:0px;}
.about_box_about a{color:#fff;background:#fe7c00;font-size:14px;padding:5px 20px;border-radius:20px;}

/*公司风采*/
.hezuo-r{ position:relative; margin:0 auto; margin-top:73px; width:930px;}
.hezuo-r ul{ overflow:hidden; width:850px; float: right;}
.hezuo-r ul li{ width:262px;height:250px; text-align:center; float:left;margin-right:30px;}
.hezuo-r ul li img{ width:262px;height:221px; overflow: hidden;display: block;border-radius:10px;}
.hezuo-r ul li:hover img{-webkit-transform: translateY(10px); transform: translateY(10px); -webkit-transition: all ease .3s; transition: all ease .3s;}
.hezuo-r .input_l0{ position:absolute; top:90px; width:38px; height:38px; left:0px; background:url(../images/icon_34.png) no-repeat;}



/* 产品 */
.product_dg{width:1200px;margin:0 auto 70px;}
.product_dg ul{/*display: flex;justify-content: space-between; flex-wrap: wrap;*/}
.product_dg ul li{margin-bottom:14px;float: left;margin-right: 14px;}
.product_dg ul li img{;height:273px;}
.product_dg ul li:nth-child(1),.product_dg ul li:nth-child(6){width:490px;height:273px;}
.product_dg ul li:nth-child(2),.product_dg ul li:nth-child(5){width:390px;height:273px;}
.product_dg ul li:nth-child(3),.product_dg ul li:nth-child(4){width:292px;height:273px;}
.product_dg ul li:nth-child(3),.product_dg ul li:nth-child(6){margin-right: 0px;}

/*隔断图*/
.gg02{width:100%;height:368px;background:url(../images/gg02.png) no-repeat center center;}
.gg02_box{width:1200px;margin:0 auto;}
.gg02_box form{float: right;width:340px;margin-right:20px;}
.gg02_box form dd{font-size:16px;color:#fff;padding:40px 0 10px;}
.gg02_box form input{width:100%;border:none;height:44px;line-height:44px;margin-bottom:6px;text-indent:20px}
.gg02_box form textarea{width:100%;border:none;text-indent:20px;padding:0;padding-top:15px;height:110px;margin-bottom:10px;}
.form-control{text-align: center;}
.gg02_box form button{text-align: center;background:#fe7c00;border:none;padding:5px 20px;color:#fff;border-radius:20px;}

/*广告图*/
.ggt{width:100%;height:843px;background:url(../images/ggt.png) no-repeat center center;}
.ggt_box{width:1200px;margin:0 auto;position: relative;}
.ggt_box p{text-align: center;padding-top:140px;font-size:16px;color:#666;}
.ggt_box dl{position: absolute;font-size:16px;}
.ggt_box dl dt{color:#0388df;}
.ggt_box dl dd{color:#333;}

.ggt01{top:225px;left:17px;text-align: right;}
.ggt02{top:385px;left:10px;text-align: right;}
.ggt03{top:580px;left:60px;text-align: right;}
.ggt04{top:215px;left:830px;text-align: left;}
.ggt05{top:365px;left:898px;text-align: left;}
.ggt06{top:510px;left:885px;text-align: left;}
.ggt07{top:660px;left:784px;text-align: left;}



/*新闻中心*/
.news_no1{}
.news_dg{width:1200px;margin:0 auto;padding-bottom: 60px;}

.news_box01 li{position: relative;width:590px;}
.news_box01 .news_dl01{width:68px;z-index:99;position: absolute;left: -2px;padding-top:15px;}
.news_box01 .news_dl01 dt{font-size:18px;font-weight: 100;float: right;margin-right:-5px;padding-right:18px;background:url(../images/icon_36.png) center right no-repeat;}
.news_box01 .news_dl01 dd{float: right;font-size:14px;padding-right:18px;}
.news_box01 .news_dl02{border-left:1px solid #d2d2d2;float: left;margin-left:68px;padding-left:20px;padding-top:20px;}
.news_box01 .news_dl02 dt{font-size:18px;padding-bottom:6px;}
.news_box01 .news_dl02 img{float: left;display: block;width:200px;height:140px;margin-right:15px;}
.news_box01 .news_dl02 span{padding:2px 15px;border-radius:20px;background:#fe7c00;color:#fff;font-size:12px;position: absolute;bottom:0px;}


.news_box{width:550px;background:#fff;}
.news_box h3,.news_box01 h3{line-height:40px;text-align: left;color:#333;font-size:18px;font-weight:bold;background:url(../images/icon_35.png) 80px center no-repeat;margin-bottom: 20px;}
.news_box ul li{line-height:30px;width:530px;color:#808182;background:#f4f4f4;}
#quertion01{height:470px !important;width:100% !important;}
#quertion01 li{margin-bottom:20px;height:72px;padding:14px;width:502px;}
#quertion01 li dl{color:#808182;}
#quertion01 li dl dt{font-weight: bold;background:url(../images/icon_15.png) center left no-repeat;padding-left:30px;font-size:15px;}
#quertion01 li dl dd{line-height:20px;background:url(../images/icon_16.png) top left no-repeat;padding-left:30px;font-size:14px;}



/*底部信息*/
.bottom_dg{width:100%;background:#323232;}
.bottom_box{width:1200px;margin:0 auto;padding-top:40px;}
.bottom_box ul{float: left;width:180px;padding-bottom:20px;}
.bottom_box ul li a{line-height:28px;color:#dcdcdc;}
.bottom_box ul:nth-child(1){margin-left:60px;}
.bottom_box ul:nth-child(2){margin-right:100px;}
.bottom_box ul h1{color:#dcdcdc;font-size:18px;padding-bottom:6px;}
.bottom_box ul i{background:#0388df;height:3px;width:30px;display: block;margin-bottom:15px;}
.bottom_ul3{padding-left:60px;padding-top:70px;width:420px !important;}

.bottom_box dl{background:url(../images/icon_38.png) top left no-repeat;float: left;padding-left:30px;}
.bottom_box dl dt{color:#0388df;font-size:24px;}
.bottom_box dl dd{color:#dcdcdc;font-size:24px;padding:10px 0 20px;}

.bottom_foot{text-align: center;}
.foot_box{width:1200px;margin:0 auto;line-height:75px;color:#dcdcdc;}
.c-backTop{ position: fixed; right: 10px; bottom: 60px; width: 40px;height: 40px; overflow: hidden; background-image: url(../images/arrow-right.png); background-color: rgba(0, 0, 0, .3); background-repeat: no-repeat; background-position: 50% 50%; background-size: 20px 20px; -webkit-transition: all ease .35s; transition: all ease .35s; -webkit-transform: rotate(-90deg) ; transform: rotate(-90deg) ; z-index: 999;}
.c-backTop:hover { background-color: #237aeb; }

/*banner*/
.banner{position:relative;height:651px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat; min-width:1210px;}
.slides{position:relative;z-index:1;}
.slides li{height:600px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:50px;height:3px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:50px;height:3px;overflow:hidden;background:#fff;cursor:pointer;}
.flex-control-nav .flex-active{background:#0388df;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:38px;overflow:hidden;cursor:pointer;position:absolute;filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev_icon.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next_icon.png) center center no-repeat;}
.flex-direction-nav li a:hover{filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;}

.wbyselect ,.wbyinput ,.wbybut{ height:22px; line-height:22px;}
.wbybut{ background:#c99223; border:none; color:#fff; width:40px;}

	/* carousel */
.carousel{background:#fff;margin:0px auto;padding:70px 0px 0px;width:1200px;height:480px;position:relative;}
.carousel .slides{margin:0px auto 30px;position:relative;overflow:hidden;padding:0 10px;}
.carousel .slides .slideItem{padding:0px;position:absolute;cursor:pointer;opacity:1 !important; padding-bottom: 100px;}
.carousel .slides .slideItem a{display:block;}
.carousel .slides .slideItem img{width:100%;height:100%;}
.carousel .slides .slideItem .cover{left:0px;top:0px;width:100% !important;height:380px !important;display:block;position:absolute;}
.prevButton{background:url("../images/icon_25.png") no-repeat 0px 0px;top:240px;width:45px;height:45px;display:block;position:absolute;z-index:99;cursor:pointer;}
.nextButton{background:url("../images/icon_26.png") no-repeat 0px 0px;top:240px;width:45px;height:45px;display:block;position:absolute;z-index:99;cursor:pointer;}
.prevButton{left:-10px;}
.nextButton{right:-10px;}
.carousel .slides p{
    line-height: 60px;
    background: #fff;
    height: 60px;
    padding-top: 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin: 0;
    -webkit-box-shadow: 0px 0 20px rgba(0,0,0,.5);
    box-shadow: 0px 0 20px rgba(210,210,210,.5);
}
