/* CSS Document */

html,body,div,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,form,input,textarea,th,td,select{margin:0;padding:0}
        *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
        html,body{min-height:100%}
        body{font-family:Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif;font-size:14px;color:#333;background:#fff;position:relative}
        h1,h2,h3,h4,h5,h6{font-weight:normal}
        ul,ol{list-style:none}
        img{border:none;vertical-align:middle}
        a{color:#666;text-decoration:none}
        a:visited{color:#666;text-decoration:none; transition: 0.5s;}
        a:hover{color:#050655;text-decoration:none; transition: 0.5s;}
        a:active{color:#08034e;text-decoration:none; transition: 0.5s;}
        table{border-collapse:collapse;table-layout:fixed}
        input,textarea{outline:none;border:none}
        textarea{resize:none;overflow:auto}
        .clearfix{zoom:1}
        .clearfix:after{content:".";width:0;height:0;visibility:hidden;display:block;clear:both;overflow:hidden}

/* 公共部分 */
.pubcon{ width:100%; max-width: 1440px; margin: 0 auto;}
.pubcon h2{ font-size: 35px; font-weight: bold; text-align: center;}
.pubcon h4{ font-size: 35px; font-weight: bold; text-align: center; color: #1a8c34;}
.anniu{ border: #d1d1d1 1px solid;   padding: 8px 10px; font-size: 12px;  display: block; width:13%; text-align: center; margin:2% auto; border-radius: 50px;}
.anniu:hover{background-color: #e64600;color: #d1d1d1; border:none;border: #e64600 1px solid;transition: all .3s ease; }
.anniu:hover a{color: #FFFFFF; display: block;transition: all .3s ease;  }
.anniu1{ border: #d1d1d1 1px solid;   padding: 8px 10px; font-size: 12px;  display: block; width:50%; text-align: center; margin:2% auto; border-radius: 50px;}
.anniu1:hover{background-color: #e64600;color: #d1d1d1; border:none;border: #e64600 1px solid;transition: all .3s ease; }
.anniu1:hover a{color: #FFFFFF; display: block;transition: all .3s ease;  }


.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}




/* 头部  */

.head{position: relative;width:90%;z-index: 9999; display: flex;justify-content: space-between; margin:0 auto;}
.head .logo{ margin:10px 0;width:20%; text-align:right;}
.head .navbox{width:60%;margin: 0 auto;}
.head .nav{display: block; float: left;width:calc(100% - 37px)}
.head .nav .nav_pc{ width: 100%;}
.head .nav ul li{float:left;position: relative;box-sizing: border-box;z-index: 999;}
.head .nav ul li:first-child{}
.head .nav ul li .f_a{line-height:48px;display:block;text-align:center;font-size:16px;color: #000000; font-weight:bold; margin-top:20PX;}
.head .nav ul li:hover .f_a{background-color:#00a2ff;color: #fff; transition:all .3s}
.head .nav ul li.this .f_a{background-color:#00a2ff;color: #fff; transition:all .3s}
.head .nav ul li .s_navbox{display:none;position: absolute;left: 0;width: 200%; background:#fff;background-color: #00a2ff;z-index: 9999;box-sizing: border-box}
.head .nav ul li .s_navbox .s_a a{color:#fff;font-size:14px;text-transform:uppercase;display:block;text-align: center;padding: 10px 0;border-top: 1px solid #fff;}
.head .nav ul li .s_navbox .s_a a:hover{background-color:#1780c5;color: #fff;}
.m_nav{display:none}
.headlf .m_logo{display: none}
.headrg .m_menuimg{display: none}

.sidenav{ font-size:30px; font-weight:bold; color:#1780c5; width:20%; padding-top:25px;}
.sidenav1{ display:none}


/* 侧面导航  */
.menu-1{list-style: none;border-top: solid 1px #e5e5e5;border-right: solid 1px #e5e5e5;border-left: solid 1px #e5e5e5;padding: 0px;}
.menu-1 li{border-bottom: solid 1px #e5e5e5; background-color:#eeeeee;}
.item-content{display: none;}
.item1{position: relative;font-size: 16px;color: #FFFFFF; font-weight:900; padding:4%; background-color:#1780c5;}
.item1 .iconfont:first-child{color: #71737b;margin-right: 5px;}
.item1 .iconfont:last-child{position: absolute;font-size: 12px;color: #71737b;right:4%;line-height: 24px;}
.item-content h3{
    font-size: 14px;
    transition: all .7s ease 0s;
    border-top: 1px solid #FFFFFF;
    line-height: 40px;
    display: block;
    margin: 0px;
	padding-left:8%;
}
.item-content h3.this,
.item-content h3:hover{
   background-color: #CCCCCC;padding-left: 10px;
}
.item-content a{
    color: #1D1D1D;
    text-decoration: none;
}



/* 轮播图 */
.slider {position: relative;overflow: hidden;width: 100%;}
.slideBox .hd {height: 10px;z-index:1; overflow: hidden;position: absolute;left: 50%;bottom: 20px;transform: translateX(-50%);z-index: 1;}
.slideBox .hd ul{ text-align:center;  padding-top:5px;  }
.slideBox .hd ul li {cursor:pointer;float: left;margin-right: 5px;width: 30px;height: 10px;line-height: 14px;text-align: center;background: #fff;}
.slideBox .hd ul .on {background: #00a2ff;color: #fff;}
.slideBox .bd{ position:relative; z-index:0; }
.slideBox .bd li img{width:100%; vertical-align:top;  } 




/* 首页关于我们*/


.index-about{ width: 100%; }
.index-aboutcon{ padding:0; margin:0;  }
.index-aboutcon .box{ width:100%;display: flex;justify-content: space-between; flex-wrap: wrap;}
.index-aboutcon .box .left{ width: 50%; text-align: left; background:url(../images/index-about_02.jpg) right top no-repeat;background-size:cover;}
.index-aboutcon .box .left .box1{  margin:20% 0 0 30%; width:60%;}
.index-aboutcon .box .left .box1 .title{display: flex; }
.index-aboutcon .box .left .box1 .title h1{ font-size:35px; color:#1780c5; font-weight:bold;}
.index-aboutcon .box .left .box1 .title h2{font-size:33px; color:#333333; font-weight:bold; padding-left:10px;}
.index-aboutcon .box .left .box1 .nr{ line-height:24px;}
.index-aboutcon .box .left .box1 .more{ padding:0  5px 0 18px;line-height:40px; display:block;  background:url(../images/jt.png) right no-repeat; background-color:#1780c5; width:25%; margin:10px 0 20px 0;}
.index-aboutcon .box .left .box1 .more a{ color:#FFFFFF;transition: 0.5s;}
.index-aboutcon .box .left .box1 .more:hover{ background-color:#FF6600;transition: 0.5s;}
.index-aboutcon .box .left .box1 .sz{ border-top:#c1c1c1 1px solid;}
.index-aboutcon .box .right{ width: 50%; text-align: left; background: url(../images/index-about_03.jpg) left top no-repeat; height:839px; background-size:cover; }


/* 首页技术创新*/

.index-jscx{ width: 100%; background:url(../images/jscx-bj.jpg) top center no-repeat;background-size:cover; }
.index-jscxcon{ padding:0;  }
.index-jscxcon .box{ width:100%; color:#FFFFFF;}
.index-jscxcon .box .bt{ margin:0 auto; padding-top:82px;display: flex;justify-content: space-between; flex-wrap: wrap; width:30%;}
.index-jscxcon .box .bt h1{ font-size:48px; font-weight:800;}
.index-jscxcon .box .bt span{ font-weight:normal; }
.index-jscxcon .box .bt1{ width:50%; margin:0 auto;}
.index-jscxcon .box .bt1 span{ display:block; border-bottom:#FFFFFF 5px solid; height:5px;width:5%; margin:2% auto;}
.index-jscxcon .box .bt1 p{ line-height:24px; font-size:18px; text-align:center; padding-bottom:3%}
.index-jscxcon .box .nr{ position:relative;margin:0 auto; background:url(../images/shouji.png) top center no-repeat;  }
.index-jscxcon .box .nr .nr1{display: flex;justify-content: space-between; flex-wrap: wrap;position: relative; padding-bottom:55px;}
.index-jscxcon .box .nr .nr1 .left{ width:40%; text-align:right;}
.index-jscxcon .box .nr .nr1 .left .top{ width:100%; }
.index-jscxcon .box .nr .nr1 .left .top h1{ font-size:25px; font-weight:800;}
.index-jscxcon .box .nr .nr1 .left .top span{ display:block; padding:0; margin:0; height:7px; background:url(../images/xian.png) right center no-repeat;}
.index-jscxcon .box .nr .nr1 .left .top p{  line-height:24px;}
.index-jscxcon .box .nr .nr1 .left .bottom{ width:100%; margin-top:184px;}
.index-jscxcon .box .nr .nr1 .left .bottom h1{ font-size:25px; font-weight:800;}
.index-jscxcon .box .nr .nr1 .left .bottom span{ display:block; padding:0; margin:0; height:7px; background:url(../images/xian.png) right center no-repeat;}
.index-jscxcon .box .nr .nr1 .left .bottom p{  line-height:24px;}
.index-jscxcon .box .nr .nr1 .right{ width:40%;}
.index-jscxcon .box .nr .nr1 .right .top{ width:100%;  }
.index-jscxcon .box .nr .nr1 .right .top h1{ font-size:25px; font-weight:800;}
.index-jscxcon .box .nr .nr1 .right .top span{ display:block; padding:0; margin:0; height:7px; background:url(../images/xian1.png) left center no-repeat;}
.index-jscxcon .box .nr .nr1 .right .top p{  line-height:24px;}
.index-jscxcon .box .nr .nr1 .right .bottom{ width:100%; margin-top:184px;}
.index-jscxcon .box .nr .nr1 .right .bottom h1{ font-size:25px; font-weight:800;}
.index-jscxcon .box .nr .nr1 .right .bottom span{ display:block; padding:0; margin:0; height:7px; background:url(../images/xian1.png) left center no-repeat;}
.index-jscxcon .box .nr .nr1 .right .bottom p{  line-height:24px;}













/*数据统计滚动*/
.product-number-info {
	position: relative;
	
}
.product-number-info .product-number-inner {
	width: 100%;
	margin: 0 auto;
}
.product-number-info ul {
     display: flex;justify-content: space-between; flex-wrap: wrap;
	padding: 0;
}
.product-number-info ul.q:after {
	content: "";
	clear: both;
	display: table;
}
.product-number-info li {
	
	width: 24%;
	height: 90px;
	color: #535353;
	
	
}
.product-number-info li:first-child {
	border: none;
}
.product-number-info li b {
	font-weight: 800;
	font-size: 36px;
	
	line-height: 1;
	display: inline-block;
	position: relative;
	margin: 15px 0 10px;
}
.product-number-info li b i {
	font-style: normal;
	color:#1780c5;
}
.product-number-info li b sup {
	position: absolute;
	font-size: 20px;
	right: -23px;
	font-weight:400;
	top: 7px;
}
.product-number-info li b em {
	font-style: normal;
	font-size: 28px;
	font-weight: 100;
	padding-left: 2px;
	position: relative;
	top: -17px;
}
.product-number-info li p {
	font-size: 14px;
}
.product-number-info li.li-2 b, .product-number-info li.li-2 p {
	padding-left: 0;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
	padding-left: 0;
}
.product-number-info li.li-3 b, .product-number-info li.li-3 p {
	padding-left: 0;
}
.product-number-info li.li-4 b, .product-number-info li.li-4 p {
	padding-left: 0;
}


/* 解决方案 */

.index-jjfa{ width: 100%;background-color:#eeeeee; }
.index-jjfacon{ padding:0; margin:0 auto; padding-bottom:2%;   }
.index-jjfacon .box{ width:100%; }
.index-jjfacon .box .biaoti{  text-align:center; padding:87px 0 42px 0; }
.index-jjfacon .box .biaoti h1{ font-size:48px;}
.index-jjfacon .box .biaoti span{ font-weight:900; color:#1780c5;}
.index-jjfacon .box .biaoti .hx{ border-bottom:#1780c5 5px solid; width:3%; margin:0 auto; }
.index-jjfacon .box .contact{ width:100%; }


.index-jjfacon .box .contact .trade-box {
	
	margin: 0 auto;
	position: relative;
	transition: all .3s ease;
}
.index-jjfacon .box .contact .trade-box-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.index-jjfacon .box .contact .trade-box-item {
	flex: 1;
	text-align: center;
	position: relative;
	height: 430px;
	background: no-repeat center;
	background-size: 100% auto;
	margin:0 3px;
}
.index-jjfacon .box .contact .trade-content .trade-box-item:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.index-jjfacon .box .contact .item-logo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.index-jjfacon .box .contact .item-title {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	position: relative;
}
.index-jjfacon .box .contact .trade-content .item-title:before {
	content: "";
	position: relative;
	display: block;
	width: 20px;
	border-bottom: 2px solid #fff;
	margin: 0 auto 20px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.index-jjfacon .box .contact .item-text {
	position: relative;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
	margin-top:200px;
}


.index-jjfacon .box .contact .item-text img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


.index-jjfacon .box .contact .trade-content .trade-box-item .item-logo {
	position: relative;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}


.index-jjfacon .box .contact .item-text p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
}

.index-jjfacon .box .contact .trade-content .bt{ background:url(../images/jiantou.png) 10px center no-repeat;  background-color:#465463; line-height:55px; border-bottom:#FFFFFF 5px solid; color:#FFFFFF;}


.index-jjfacon .box .contact .trade-content .item01 {
	background-image: url(../images/icon-at01.png);
}
.index-jjfacon .box .contact .trade-content .item02 {
	background-image: url(../images/icon-at02.png);
}
.index-jjfacon .box .contact .trade-content .item03 {
	background-image: url(../images/icon-at03.png);
}
.index-jjfacon .box .contact .trade-content .item04 {
	background-image: url(../images/icon-at04.png);
}
.index-jjfacon .box .contact .trade-content .item05 {
	background-image: url(../images/icon-at05.png);
}
.index-jjfacon .box .contact .trade-content .trade-box-item:hover .item-text {
	display: block;
	opacity: 1;
	margin-top: 0;
}
.index-jjfacon .box .contact .trade-content .trade-box-item:hover:before {
	background-color: rgba(23, 128, 197, .9);
}
.index-jjfacon .box .contact .trade-content .trade-box-item:hover .item-logo {
	margin-top: 120px;
}
.index-jjfacon .box .contact .trade-content .trade-box-item:hover .item-title:before {
	opacity: 0;
	margin-bottom: 0;
}



/* 项目案例 */

.index-case{ width: 100%; }
.index-casecon{ padding:0; margin:0 auto;padding-bottom:2%;  }
.index-casecon .box{ width:100%; }
.index-casecon .box .biaoti{  text-align:center; margin:87px 0 42px 0; }
.index-casecon .box .biaoti h1{ font-size:48px;}
.index-casecon .box .biaoti span{ font-weight:900; color:#1780c5;}
.index-casecon .box .biaoti .hx{ border-bottom:#1780c5 5px solid; width:3%; margin:2% auto; }
.index-casecon .box .contact{ width:100%;}
.index-casecon .box .contact ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.index-casecon .box .contact ul li{ width:32.3%;transition: all .4s; border:#e3e3e3 1px solid; border-width: 1px 1px  0 1px; margin:2% 0 0 0; }
.index-casecon .box .contact ul li:hover{ background-color:#1780c5; transition: all .4s;}
.index-casecon .box .contact ul li h1{ font-size:18px; padding:3%;}
.index-casecon .box .contact ul li h2{ font-size:14px; text-align:left; border:#e3e3e3 1px solid; border-width: 1px 0; padding:3%; background:url(../images/jiantou1.png) right center no-repeat;}
.index-casecon .box .contact ul li:hover h2{ color:#FFFFFF; background:url(../images/jiantou2.png) right center no-repeat;border:#ffffff 1px solid; border-width: 1px 0; text-decoration:none; }
.index-casecon .box .contact ul li:hover h1{ color:#FFFFFF; text-decoration: none;}
.index-casecon .box .contact ul li .img-box img{ width:100%; }


.index-casecon .box .contact ul li .img-box {
  width: 93%;
  height:auto;
  overflow: hidden;
  cursor: pointer;
  margin:3% auto 0 auto;
}

.index-casecon .box .contact ul li .zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.index-casecon .box .contact ul li .img-box:hover .zoom-img {
  transform: scale(1.3);
}




  


/* 合作品牌 */
.index-hzpp{ width: 100%; background-color:#f1f1f1; }
.index-hzppcon{ padding:0; margin:0 auto;padding-bottom:4%;  }
.index-hzppcon .box{ width:100%; }
.index-hzppcon .box .biaoti{  text-align:center; padding:87px 0 42px 0; }
.index-hzppcon .box .biaoti h1{ font-size:48px;}
.index-hzppcon .box .biaoti span{ font-weight:900; color:#1780c5;}
.index-hzppcon .box .biaoti .hx{ border-bottom:#1780c5 5px solid; width:3%; margin:0 auto; }
.index-hzppcon .box .contact{ width:100%;}
.index-hzppcon .box .contact ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.index-hzppcon .box .contact ul li{ width:16%;transition: all .4s; border:#e3e3e3 1px solid; border-width: 1px; margin:1% 0 0 0; }
.index-hzppcon .box .contact ul li:hover{  transition: all .4s; border:#1780c5 1px solid;}
.index-hzppcon .box .contact ul li img{ width:100%;}

/* 新闻资讯 */
.index-news{ width: 100%;  }
.index-newscon{ padding:0; margin:0 auto;padding-bottom:2%;  }
.index-newscon .box{ width:100%; }
.index-newscon .box .biaoti{  text-align:center; padding:87px 0 42px 0; }
.index-newscon .box .biaoti h1{ font-size:48px;}
.index-newscon .box .biaoti span{ font-weight:900; color:#1780c5;}
.index-newscon .box .biaoti .hx{ border-bottom:#1780c5 5px solid; width:3%; margin:0 auto; }
.index-newscon .box .contact{ width:100%;display: flex;justify-content: space-between; flex-wrap: wrap;}
.index-newscon .box .contact .left{ width:30%;}
.index-newscon .box .contact .left h1{ font-size:16px; font-weight:900; margin:2% 0;}
.index-newscon .box .contact .left p{ line-height:24px; color:#9b9b9b}
.index-newscon .box .contact .left img{ width:100%; max-width:477px;}
.index-newscon .box .contact .left tu{ width:100%;}
.index-newscon .box .contact .right{ width:65%;}
.index-newscon .box .contact .right ul{ width:100%;}
.index-newscon .box .contact .right ul li{ transition: all .4s; border:#e3e3e3 1px solid; border-width:0 0 1px 0; margin: 0 0 3% 0; padding:0 0 2% 0; }
.index-newscon .box .contact .right ul li:hover{  transition: all .4s; border:#1780c5 1px solid; border-width:0 0 1px 0;}
.index-newscon .box .contact .right ul li img{ width:100%;}
.index-newscon .box .contact .right ul li h1{ font-size:18px;font-weight:900;}
.index-newscon .box .contact .right ul li h2{ font-size:12px; text-align:left; font-weight:normal;}
.index-newscon .box .contact .right ul li p{ line-height:24px; color:#9b9b9b}
.index-newscon .box .contact .right ul li p:hover{ color: #333333;}

/* 尾部 */
.index-foot{ width: 100%; background:#095c98;  }
.index-footcon{ padding:0; margin:0 auto;  }
.index-footcon .box{ width:100%;color:#FFFFFF; }
.index-footcon .box a{ color:#FFFFFF;}
.index-footcon .box a:hover{ text-decoration:underline;}
.index-footcon .box .top{ border-bottom:#CCCCCC 1px solid;display: flex;justify-content: space-between; flex-wrap: wrap;}
.index-footcon .box .top .left{ width:50%; background:url(../images/index_14.jpg) left center no-repeat; padding-left:165px; font-size:18px; font-weight:900; color:#FFFFFF; line-height:80px;}
.index-footcon .box .top .right{ width:50%;  padding-left:23px; font-size:28px; font-weight:900; color:#FFFFFF; line-height:80px; text-align:right;}
.index-footcon .box .bootom{ margin:2% auto;display: flex;justify-content: space-between; flex-wrap: wrap;}
.index-footcon .box .bootom .nr1{ width:10%}
.index-footcon .box .bootom .nr1 ul{}
.index-footcon .box .bootom .nr1 ul li{ padding-bottom:20px;}
.index-footcon .box .bootom .nr2{ width:40%; padding-left:3%;}
.index-footcon .box .bootom .nr3{ width:15%; display: flex;justify-content: space-between; flex-wrap: wrap;}
.index-footcon .box .bootom .nr3 h1{ font-size:14px; text-align:center; margin-top:10%;}
.index-footcon .box .bootom .nr3 img{ width:100%;}
.index-footcon .box .bootom .nr3 .left{ width:45%;}
.index-footcon .box .bootom .nr3 .right{ width:45%}
.index-bq{ width: 100%; background:#014a7f; color:#99b9cf;font-size:12px; text-align:center; padding:2%;  }
.index-bq a{ color:#99b9cf; font-size:12px;}
.index-bq a:hover{ text-decoration:underline;color:#FFFFFF;}

/* 内页-banner */
.banner-ny{ width: 100%;}
.banner-nycon{ padding:0; margin:0;}
.banner-nycon .box{ width:100%; }
.banner-nycon .box .tu{width: 100%;}
.banner-nycon .box .tu img{ width:100%; max-height:509px;  }





/* 内页关于我们*/


.ny-about{ width: 100%; }
.ny-aboutcon{ padding:0;  }
.ny-aboutcon .box{ width:100%; margin:0 auto;}
.ny-aboutcon .box .left{ width: 100%;}
.ny-aboutcon .box .left .box1{   width:100%;}
.ny-aboutcon .box .left .box1 .title{ text-align:center; margin-top:6%; }
.ny-aboutcon .box .left .box1 .title h1{ font-size:45px; color:#282828; }
.ny-aboutcon .box .left .box1 .title span{font-size:45px; color:#1780c5; font-weight:bold; }
.ny-aboutcon .box .left .box1 .title .hx{ width:5%; border-bottom:#1780c5 5px solid; margin:2% auto;}
.ny-aboutcon .box .left .box1 .nr{ line-height:24px;}

.ny-aboutcon .box .left .box1 .sz{ margin:3% 0 3% 22%; width:70%;}



/* 内页关于我们核心能力*/


.ny-hxnl{ width: 100%; background:#e8e8e8; }
.ny-hxnlcon{ padding:0;  }
.ny-hxnlcon .box{ width:100%; margin:0 auto; padding:6% 0;}
.ny-hxnlcon .box .title{ text-align:center;  }
.ny-hxnlcon .box .title h1{ font-size:45px; color:#282828; }
.ny-hxnlcon .box .title span{font-size:45px; color:#1780c5; font-weight:bold; }
.ny-hxnlcon .box .title .hx{ width:5%; border-bottom:#1780c5 5px solid; margin:2% auto;}
.ny-hxnlcon .box .nr{ width:100%;display: flex;justify-content: space-between; flex-wrap: wrap; margin-bottom:3%;}
.ny-hxnlcon .box .nr .left{ width:27%; background:url(../images/about_05.jpg) right center no-repeat; background-color:#4a4d54; height:129px;}
.ny-hxnlcon .box .nr .left h1{ font-size:35px; font-weight:900; color:#FFFFFF; padding:33px 0 0 10px;}
.ny-hxnlcon .box .nr .right{ width:73%; margin-top:21px;background-color:#dcdcdc; border:#9f9f9f 1px solid; border-width:1px 1px 1px 0; height:89px;  }
.ny-hxnlcon .box .nr .right p{ font-size:21px; padding:10px 5px 0 0;}

.ny-hxnlcon .box .nr1{ width:100%;display: flex;justify-content: space-between; flex-wrap: wrap;margin-bottom:3%;}
.ny-hxnlcon .box .nr1 .left{ width:27%; background:url(../images/about_08.jpg) right center no-repeat; background-color:#828282; height:129px;}
.ny-hxnlcon .box .nr1 .left h1{ font-size:35px; font-weight:900; color:#FFFFFF; padding:33px 0 0 10px;}
.ny-hxnlcon .box .nr1 .right{ width:73%; margin-top:21px;background-color:#dcdcdc; border:#9f9f9f 1px solid; border-width:1px 1px 1px 0; height:89px;  }
.ny-hxnlcon .box .nr1 .right p{ font-size:21px; padding:10px 5px 0 0;}

.ny-hxnlcon .box .nr2{ width:100%;display: flex;justify-content: space-between; flex-wrap: wrap;margin-bottom:3%;}
.ny-hxnlcon .box .nr2 .left{ width:27%; background:url(../images/about_10.jpg) right center no-repeat; background-color:#80848e; height:129px;}
.ny-hxnlcon .box .nr2 .left h1{ font-size:35px; font-weight:900; color:#FFFFFF; padding:33px 0 0 10px;}
.ny-hxnlcon .box .nr2 .right{ width:73%; margin-top:21px;background-color:#dcdcdc; border:#9f9f9f 1px solid; border-width:1px 1px 1px 0; height:89px;  }
.ny-hxnlcon .box .nr2 .right p{ font-size:21px; padding:10px 5px 0 0;}


/* 内页关于我们企业文化*/


.ny-qywh{ width: 100%;  }
.ny-qywhcon{ padding:0;  }
.ny-qywhcon .box{ width:100%; margin:0 auto; padding:6% 0;}
.ny-qywhcon .box .title{ text-align:center;  }
.ny-qywhcon .box .title h1{ font-size:45px; color:#282828; }
.ny-qywhcon .box .title span{font-size:45px; color:#1780c5; font-weight:bold; }
.ny-qywhcon .box .title .hx{ width:5%; border-bottom:#1780c5 5px solid; margin:2% auto;}
.ny-qywhcon .box .nr{ width:100%;display: flex;justify-content: space-between; flex-wrap: wrap; margin-bottom:3%;}
.ny-qywhcon .box .nr .left{ width:48%; }
.ny-qywhcon .box .nr .left h1{ font-size:30px; font-weight:900; color:#1780c5; text-align:center; padding:2% 0;}
.ny-qywhcon .box .nr .left p{ font-size:16px; line-height:30px; padding:2% 0; color:#5b5b5b;}
.ny-qywhcon .box .nr .left span{ font-weight:900;}
.ny-qywhcon .box .nr .left img{ width:100%; }
.ny-qywhcon .box .nr .right{ width:48%; }
.ny-qywhcon .box .nr .right h1{ font-size:30px; font-weight:900; color:#1780c5; text-align:center; padding:2% 0;}
.ny-qywhcon .box .nr .right p{ font-size:16px; line-height:30px; padding:2% 0; color:#5b5b5b;}
.ny-qywhcon .box .nr .right span{ font-weight:900;}
.ny-qywhcon .box .nr .right img{ width:100%; }



/* 内页荣誉*/


.ny-honor{ width: 100%; background:url(../images/honor-bj.jpg) top center no-repeat; background-color:#f9f9fa;  }
.ny-honorcon{ padding:0;  }
.ny-honorcon .box{ width:100%; margin:0 auto; padding:6% 0 0 0;}
.ny-honorcon .box .title{ text-align:center;  }
.ny-honorcon .box .title h1{ font-size:45px; color:#282828; }
.ny-honorcon .box .title span{font-size:45px; color:#1780c5; font-weight:bold; }
.ny-honorcon .box .title .hx{ width:5%; border-bottom:#1780c5 5px solid; margin:2% auto;}
.ny-honorcon .box .title p{ font-size:18px;}
.ny-honorcon .box .nr1{  margin:3% auto; max-width:1036px;}
.ny-honorcon .box .nr1 img{ width:100%;}

/* Carousel */
	.carousel-example {
		padding: 20px 0 50px 0;
	}
	
	#complicated-content-carousel .carousel-control {
		position: absolute;
		top: -20px;
		right: 0;
		left: auto;
		bottom: auto;
		width: 14px;
		font-size: 25px;
		color: #3c3c3c !important;
		opacity: 1;
	}
	
	#complicated-content-carousel .carousel-control.left,
	#complicated-content-carousel .carousel-control.right {
		background-image: none;
	}
	
	#complicated-content-carousel .carousel-control.left {
		right: 35px;
	}
	
	#complicated-content-carousel .index {
		position: absolute;
		top: -70px;
		right: 0;
		font-size: 16px;
		color: #3c3c3c;
	}
	
	#complicated-content-carousel .flex-item {
		position: relative;
		display: inline-block;
		width: 894px;
		height: 380px;
		padding: 16px 13px;
		background-color: #f5f6f7;
		border: 6px solid #f5f6f7;
	}
	
	#complicated-content-carousel .flex-item:hover,
	#complicated-content-carousel .flex-item:focus {
		border: 6px solid #d2d4d5;
		border-radius: 3px;
	}
	
	.good-top {
		height: 21px;
	}
	
	.good-top-left {
		font-size: 16px;
		color: #424242;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.good-top-right {
		height: 21px;
		text-align: right;
	}
	
	.choose-color div {
		display: inline-block;
		width: 21px;
		height: 21px;
		border-radius: 50%;
		letter-spacing: 5px;
		cursor: pointer;
	}
	
	.choose-color .blue {
		background-color: #165eb9;
	}
	
	.choose-color .yellow {
		background-color: #ffe637;
	}
	
	.choose-color .black {
		background-color: #535253;
	}
	
	.choose-color .grey {
		background-color: #d3a7ac;
	}
	
	.choose-color .dark-blue {
		background-color: #35374c;
	}
	
	.choose-color .dark-blue-women {
		background-color: #192b5e;
	}
	
	.choose-color .light-blue-women {
		background-color: #1682c4;
	}
	
	.good-top-left .fa {
		position: relative;
		top: 2px;
		font-size: 21px;
	}
	
	.good-bottom {
		height: 21px;
	}
	
	.good-bottom * {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.good-bottom-left a h4 {
		font-size: 18px;
		color: #3c3c3c;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.good-bottom-right {
		position: relative;
		top: -1px;
		font-size: 22px;
		color: #424242;
		text-transform: uppercase;
		line-height: 21px;
	}
	
	.good-top-left,
	.good-bottom-left {
		float: left;
		text-align: left;
	}
	
	.good-top-right,
	.good-bottom-right {
		float: right;
		text-align: right;
	}
	
	.good-image {
		height: 294px;
		text-align: center;
	}
	
	.good-image:before {
	    content: "";
	    display: inline-block;
	    height: 100%;
	    vertical-align: middle;
	}
	
	.good-image img {
		max-height: 240px;
		vertical-align: middle;
	}
	
	.size {
		position: absolute;
		padding: 0;
		cursor: pointer;
		transition: all .35s;
	}
	
	.size.shown {
		padding: 0 5px 5px 5px;
		background-color: #fff;
		border-radius: 2px;
	}
	
	.size.shown .option:hover {
		background-color: #f5f6f7;
	}
	
	.carousel-control {
		width: 50px;
		height: 50px;
		
		transform: translateY(-50%);
		bottom: auto;
		font-size: 30px;
		text-align: center;
		opacity: 1;
	}
	
	a.carousel-control.left,
	a.carousel-control.right {
		background-image: none;
		background-color: rgba(0, 0, 0, 0.2);
		opacity: 1;
		text-align: center;
		
	}
	
	.index-pro-wz{  line-height:24px; width:100%; border:#dbdbdb 1px solid; border-width:1px;  display:block; text-align:center; margin-top:2%;transition:all .3s}
	.index-pro-wz:hover{ background-color: #1780c5;transition:all .3s }
	.index-pro-wz a{ font-size:18px; font-weight:bold; color: #333333;  line-height:24px; width:100%; padding:1.8%; display:block; text-align:center; transition:all .3s}
	.index-pro-wz a:hover{font-size:18px; font-weight:bold; color:#FFFFFF;transition:all .3s}



/*内页厂务设施运维*/
.ny-cwyw{ width: 100%; }
.ny-cwywcon{ padding:0;  }
.ny-cwywcon .box{ width:100%;}
.ny-cwywcon .box .bt{ width:100%; background:url(../images/pro1_03.jpg) left center no-repeat;  }
.ny-cwywcon .box .bt h2{ font-size:14px; padding-left:20px;text-align:left; font-weight:normal;line-height:50px; }
.ny-cwywcon .box .bt h2 a{ font-size:14px; margin: 0 5px 0 0;}
.ny-cwywcon .box .neirong{display: flex;justify-content: space-between; flex-wrap: wrap; }
.ny-cwywcon .box .neirong .left{ width:22%}
.ny-cwywcon .box .neirong .left .top{ background-color:#1780c5; line-height:60px; text-align:center; font-size:28px; font-weight:900; color:#FFFFFF;}
.ny-cwywcon .box .neirong .left .tu{ max-width:320px;}
.ny-cwywcon .box .neirong .left .tu img{ width:100%;}
.ny-cwywcon .box .neirong .left .bt{}
.ny-cwywcon .box .neirong .right{ width:76%;}
.ny-cwywcon .box .neirong .right .contact{ width:100%;}
.ny-cwywcon .box .neirong .right .contact ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.ny-cwywcon .box .neirong .right .contact ul li{ width:32.3%;transition: all .4s; border:#e3e3e3 1px solid; border-width: 1px 1px  0 1px; margin: 0 0 2% 0 ;  }
.ny-cwywcon .box .neirong .right .contact ul li:hover{ background-color:#1780c5; transition: all .4s;}
.ny-cwywcon .box .neirong .right .contact ul li h1{ font-size:16px; padding:3%;}
.ny-cwywcon .box .neirong .right .contact ul li h2{ font-size:14px; text-align:left; border:#e3e3e3 1px solid; border-width: 1px 0; padding:3%; background:url(../images/jiantou1.png) right center no-repeat;}
.ny-cwywcon .box .neirong .right .contact ul li:hover h2{ color:#FFFFFF; background:url(../images/jiantou2.png) right center no-repeat;border:#ffffff 1px solid; border-width: 1px 0; text-decoration:none; }
.ny-cwywcon .box .neirong .right .contact ul li:hover h1{ color:#FFFFFF; text-decoration: none;}
.ny-cwywcon .box .neirong .right .contact ul li .img-box img{ width:100%; }


.ny-cwywcon .box .contact ul li .img-box {
  width: 93%;
  height:auto;
  overflow: hidden;
  cursor: pointer;
  margin:3% auto 0 auto;
}

.ny-cwywcon .box .contact ul li .zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ny-cwywcon .box .contact ul li .img-box:hover .zoom-img {
  transform: scale(1.3);
}


.ny-cwywcon .box .neirong .right .contact1{ width:100%;}
.ny-cwywcon .box .neirong .right .contact1 .wz{ border:#e3e3e3  1px solid; margin:2% 0;}
.ny-cwywcon .box .neirong .right .contact1 .wz .wzl{  line-height:35px; padding:0 1%; font-weight:900; font-size:18px;   border-right:#e3e3e3  1px solid; border-top:#1780c5 3px solid;}
.ny-cwywcon .box .neirong .right .contact1 ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.ny-cwywcon .box .neirong .right .contact1 ul li{ width:32.3%;transition: all .4s; border:#e3e3e3 1px solid; border-width: 1px 1px  0 1px; margin: 0 0 2% 0 ;  }
.ny-cwywcon .box .neirong .right .contact1 ul li:hover{ background-color:#1780c5; transition: all .4s;}
.ny-cwywcon .box .neirong .right .contact1 ul li h1{ font-size:16px; padding:3%;}
.ny-cwywcon .box .neirong .right .contact1 ul li h2{ font-size:14px; text-align:left; border:#e3e3e3 1px solid; border-width: 1px 0; padding:3%; background:url(../images/jiantou1.png) right center no-repeat;}
.ny-cwywcon .box .neirong .right .contact1 ul li:hover h2{ color:#FFFFFF; background:url(../images/jiantou2.png) right center no-repeat;border:#ffffff 1px solid; border-width: 1px 0; text-decoration:none; }
.ny-cwywcon .box .neirong .right .contact1 ul li:hover h1{ color:#FFFFFF; text-decoration: none;}
.ny-cwywcon .box .neirong .right .contact1 ul li .img-box img{ width:100%; }


.ny-cwywcon .box .contact1 ul li .img-box {
  width: 93%;
  height:auto;
  overflow: hidden;
  cursor: pointer;
  margin:3% auto 0 auto;
}

.ny-cwywcon .box .contact1 ul li .zoom-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.ny-cwywcon .box .contact1 ul li .img-box:hover .zoom-img {
  transform: scale(1.3);
}


.ny-cwywcon .box .neirong .right .contact2{ width:100%;}
.ny-cwywcon .box .neirong .right .contact2 .wz{ border:#e3e3e3  1px solid; margin:2% 0;}
.ny-cwywcon .box .neirong .right .contact2 .wz .wzl{  line-height:35px; padding:0 1%; font-weight:900; font-size:18px;   border-right:#e3e3e3  1px solid; border-top:#1780c5 3px solid;}
.ny-cwywcon .box .neirong .right .contact2 .ly{ width:100%; display: flex;justify-content: space-between; flex-wrap: wrap;}
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang{ border:0;}
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang1{ width:100%; border:#e3e3e3 1px solid; margin-bottom:1%; display:block; padding:10px}
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang2{width:100%; border:#e3e3e3 1px solid; margin-bottom:1%; display:block; padding:10px}
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang3{width:80%; border:#e3e3e3 1px solid; margin-bottom:1%; display:block; padding:10px}
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang4{width:100%;margin-bottom:1%; background:#1780c5; color:#FFFFFF; display:block; padding:10px}
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang11{ width:45%;}
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang22{ width:100%;}
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang33{ width:30%; display:flex; align-items: center; justify-content: left;}
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang44{ width:100%;}
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang33 img{ margin: 0 0 1% 5px; border: #eee 1px solid; padding: 3px 0; background-color: #eee;}

.ny-cwywcon .box .neirong .right .contact3{ width:100%;}
.ny-cwywcon .box .neirong .right .contact3 .wz{ font-size:20px; font-weight:900; text-align:center; }
.ny-cwywcon .box .neirong .right .contact3 .span{ font-size:12px; text-align:center; border:#e3e3e3 1px solid; border-width: 1px 0; margin:2% 0; display:block; padding:1% 0;}



/*内页新闻资讯*/
.ny-news{ width: 100%; }
.ny-newscon{ padding:0;  }
.ny-newscon .box{ width:100%;}
.ny-newscon .box .bt{ width:100%; background:url(../images/pro1_03.jpg) left center no-repeat;  }
.ny-newscon .box .bt h2{ font-size:14px; padding-left:20px;text-align:left; font-weight:normal;line-height:50px; }
.ny-newscon .box .bt h2 a{ font-size:14px; margin: 0 5px 0 0;}
.ny-newscon .box .neirong{width:100%; }
.ny-newscon .box .neirong  .daohang{ width:100%;}
.ny-newscon .box .neirong  .daohang ul{  border:#CCCCCC 1px solid; border-width:0 1px 1px 1px;display: flex;justify-content: space-between; flex-wrap: wrap;}
.ny-newscon .box .neirong  .daohang ul li{ width:33.3%;border-top:#a3a3a3 3px solid; text-align:center; font-size:18px; font-weight:900; padding:1%;}
.ny-newscon .box .neirong  .daohang ul li.this{ border-top:#1780c5 3px solid;}
.ny-newscon .box .neirong  .daohang ul li:hover{ border-top:#1780c5 3px solid;}
.ny-newscon .box .neirong  .contact1{ width:100%;}
.ny-newscon .box .neirong  .contact1 ul{ width:100%;}
.ny-newscon .box .neirong  .contact1 ul li{ width:100%; margin:10px auto; padding:1%; border-bottom:#CCCCCC 1px solid; display: flex;justify-content: space-between; flex-wrap: wrap;}
.ny-newscon .box .neirong  .contact1 ul li:hover{box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);transition: transform 0.3s ease;}
.ny-newscon .box .neirong  .contact1 ul li .left{ width:20%;}
.ny-newscon .box .neirong  .contact1 ul li .left .tu{ max-width:279px;}
.ny-newscon .box .neirong  .contact1 ul li .left .tu img{ width:100%;}
.ny-newscon .box .neirong  .contact1 ul li .right{ width:79%;}
.ny-newscon .box .neirong  .contact1 ul li .right h1{ font-size:18px;font-weight:900; padding:1.5% 0;}
.ny-newscon .box .neirong  .contact1 ul li .right h2{ font-size:12px; text-align:left; font-weight:normal;}
.ny-newscon .box .neirong  .contact1 ul li .right p{ line-height:24px; color:#9b9b9b;padding-top:2%;}
.ny-newscon .box .neirong  .contact1 ul li .right p:hover{ color: #333333; }


.ny-newscon .box .neirong  .contact2{ width:100%;}
.ny-newscon .box .neirong  .contact2 .wz{ border:#e3e3e3  1px solid; margin:2% 0;}
.ny-newscon .box .neirong  .contact2 .wz .wzl{  line-height:35px; padding:0 1%; font-weight:900; font-size:18px;   border-right:#e3e3e3  1px solid; border-top:#1780c5 3px solid;}
.ny-newscon .box .neirong  .contact2 .ly{ width:100%; display: flex;justify-content: space-between; flex-wrap: wrap;}
.ny-newscon .box .neirong  .contact2 .ly .kuang{ border:0;}
.ny-newscon .box .neirong  .contact2 .ly .kuang1{ width:100%; border:#e3e3e3 1px solid; margin-bottom:1%; display:block; padding:10px}
.ny-newscon .box .neirong  .contact2 .ly .kuang2{width:100%; border:#e3e3e3 1px solid; margin-bottom:1%; display:block; padding:10px}
.ny-newscon .box .neirong  .contact2 .ly .kuang3{width:100%; border:#e3e3e3 1px solid; margin-bottom:1%; display:block; padding:10px}
.ny-newscon .box .neirong  .contact2 .ly .kuang4{width:100%;margin-bottom:1%; background:#1780c5; color:#FFFFFF; display:block; padding:10px}
.ny-newscon .box .neirong  .contact2 .ly .kuang11{ width:45%;}
.ny-newscon .box .neirong  .contact2 .ly .kuang22{ width:100%;}
.ny-newscon .box .neirong  .contact2 .ly .kuang33{ width:30%; display:flex; align-items: center; justify-content: left;}
.ny-newscon .box .neirong  .contact2 .ly .kuang44{ width:100%;}
.ny-newscon .box .neirong  .contact2 .ly .kuang33 img{ margin: 0 0 1% 5px; border: #eee 1px solid; padding: 3px 0; background-color: #eee;}

.ny-newscon .box .neirong .contact3{ width:100%;}
.ny-newscon .box .neirong .contact3 .wz{ font-size:18px; font-weight:900; text-align:center; margin-top:1%; }
.ny-newscon .box .neirong .contact3 .span{ font-size:12px; text-align:center; border:#e3e3e3  1px solid; border-width: 1px 0; margin:2% 0; display:block; padding:1% 0;}


/*内页联系我们*/
.ny-contact{ width: 100%; }
.ny-contactcon{ padding:0;  }
.ny-contactcon .box{ width:100%;}
.ny-contactcon .box .bt{ width:100%; background:url(../images/pro1_03.jpg) left center no-repeat; border-bottom:#b4b4b4 1px solid;  }
.ny-contactcon .box .bt h2{ font-size:14px; padding-left:20px;text-align:left; font-weight:normal;line-height:50px; }
.ny-contactcon .box .bt h2 a{ font-size:14px; margin: 0 5px 0 0; }
.ny-contactcon .box .neirong{width:100%; }
.ny-contactcon .box .neirong  .contact1{ width:100%;}
.ny-contactcon .box .neirong  .contact1 ul{display: flex;justify-content: space-between; flex-wrap: wrap;}
.ny-contactcon .box .neirong  .contact1 ul li{ width:25%; text-align:center; margin:3% 0;}
.ny-contactcon .box .neirong  .contact1 ul li .tu{ max-width:78px; margin:2% auto;}
.ny-contactcon .box .neirong  .contact1 ul li .tu img{ width:100%;}
.ny-contactcon .box .neirong  .contact1 ul li h1{ font-size:16px; font-weight:bold;}


.ny-contactcon .box .neirong  .contact2{ width:100%;}
.ny-contactcon .box .neirong  .contact2 .wz{ border:#e3e3e3  1px solid; margin:2% 0;}
.ny-contactcon .box .neirong  .contact2 .wz .wzl{  line-height:35px; padding:0 1%; font-weight:900; font-size:18px;   border-right:#e3e3e3  1px solid; border-top:#1780c5 3px solid;}
.ny-contactcon .box .neirong  .contact2 .ly{ width:100%; display: flex;justify-content: space-between; flex-wrap: wrap;}
.ny-contactcon .box .neirong  .contact2 .ly .kuang{ border:0;}
.ny-contactcon .box .neirong  .contact2 .ly .kuang1{ width:100%; border:#e3e3e3 1px solid; margin-bottom:1%; display:block; padding:10px}
.ny-contactcon .box .neirong  .contact2 .ly .kuang2{width:100%; border:#e3e3e3 1px solid; margin-bottom:1%; display:block; padding:10px}
.ny-contactcon .box .neirong  .contact2 .ly .kuang3{width:100%; border:#e3e3e3 1px solid; margin-bottom:1%; display:block; padding:10px}
.ny-contactcon .box .neirong  .contact2 .ly .kuang4{width:100%;margin-bottom:1%; background:#1780c5; color:#FFFFFF; display:block; padding:10px}
.ny-contactcon .box .neirong  .contact2 .ly .kuang11{ width:45%;}
.ny-contactcon .box .neirong  .contact2 .ly .kuang22{ width:100%;}
.ny-contactcon .box .neirong  .contact2 .ly .kuang33{ width:30%; display:flex; align-items: center; justify-content: left;}
.ny-contactcon .box .neirong  .contact2 .ly .kuang44{ width:100%;}
.ny-contactcon .box .neirong  .contact2 .ly .kuang33 img{ margin: 0 0 1% 5px; border: #eee 1px solid; padding: 3px 0; background-color: #eee;}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
   .nav ul li .f_a{font-size:14px}
   .nav ul li .s_navbox .s_a a{font-size:12px}
   .foot_top ul{margin-left:60px}
   .nav ul li .s_navbox .s_a{width:100%}
}


/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px){
   .msgNum{display: none;}
   .slider{margin-top: 44px;}
   .head{display:none}
   .m_img{display:block;height:44px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd;overflow: hidden;}
   .m_img .headlf{padding-top:2px;padding-left:15px;float: left;}
   .m_img .headlf .m_logo{height:40px;display: block}
   .m_img .headrg{padding-right:5%;padding-top:14px;float: right;}
   .m_img .headrg a .m_menuimg{height:16px;vertical-align:top;display: block}
   .m_nav {display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
   .m_nav .closecover{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
   .m_nav .closeicon{position:absolute;width:20%;left:30px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
   .m_nav .m_navList{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%;overflow-y: scroll;}
   .m_nav .m_navList ul{padding-left:5%;padding-right:5%}
   .m_nav .m_navList ul li{border-bottom:1px solid #232530}
   .m_nav .m_navList ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
   .m_nav .m_navList ul li .m_f_a{display: flex;align-items: center;justify-content: space-between; width: 100%}
   .m_nav .m_navList ul li .m_f_a a{flex: 1;}
   .m_nav .m_navList ul li .m_f_a i{width: 40px;height:35px;box-sizing: border-box; padding:0 5px; display: block;}
   .icon{ background:url(../images/plus.png) 100% no-repeat;background-position: 50% 50%; -webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
   .icon_on{background:url(../images/reduce.jpg) 50% no-repeat!important;background-position: 50% 50%;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
   .m_nav .m_navList ul li .m_s_nav{display:none;width: 100%;}
   .m_nav .m_navList ul li .m_s_nav a{display: block; height:40px;line-height:40px;font-size:14px;padding-left:10%;overflow: hidden; white-space: nowrap;width: 90%;text-overflow: ellipsis;}
   .head .logo{ display:none}
   .sidenav1{ font-size:16px; font-weight:bold; color:#1780c5; width:30%; float:left; display:block; line-height:50px;}
}


@media screen and (max-width: 1700px) {
.pubcon{ width: 95%; max-width: 1600px; margin: 0 auto;}
}
@media screen and (max-width: 1600px) {
.pubcon{ width: 95%; max-width: 1440px; margin: 0 auto;}
}
@media screen and (max-width: 1550px) {
	.pubcon{ width: 95%; max-width: 1440px; margin: 0 auto;}
}
@media screen and (max-width: 1500px) {
	.pubcon{ width: 95%; max-width: 1440px; margin: 0 auto;}
}
@media screen and (max-width: 1440px) {
.pubcon{ width: 95%; max-width: 1440px; margin: 0 auto;}
}
@media screen and (max-width: 1366px) {
	.pubcon{ width: 95%; max-width: 1200px; margin: 0 auto;}
	
}
@media screen and (max-width: 1280px) {
	.pubcon{ width:98%; max-width: 1200px; margin: 0 auto;}
	
}
@media screen and (max-width: 1200px) {
.pubcon{ width: 98%; max-width: 1200px; margin: 0 auto;}
.index-aboutcon .box .left .box1 .title h2 {
    font-size: 27px;}
	
	.index-aboutcon .box .left .box1 .title h1 {
    font-size: 27px;}
	.index-aboutcon .box .left .box1 .more { width:100%}
	.product-number-info li b {
    font-weight: 800;
    font-size: 24px;}
	
	
	.product-number-info li b em {
   
    top: -10px;
}

.product-number-info li b em {
    
    font-size: 24px;}
	
.index-jjfacon .box .contact .trade-box-item {
   
    height: 354px;
	background-size:auto;
	
	}
	
	.anniu { width:90%;}
	.anniu1 { width:90%;}
	
	.index-footcon .box .top .left {
    width: 100%;}
	
	
	
.index-footcon .box .top .left {
   
    font-size: 12px;
    font-weight: normal;
	line-height:70px;
	margin-top:2%;
	text-align:right;
    
}

.index-footcon .box .top .right {
    width: 100%;
	font-size: 40px;
	text-align:center;
	padding-left:0;
	line-height:1px;
	margin-bottom:7%;
	}

.index-footcon .box .bootom .nr1 {
    width: 30%;
	display:none;
}

.index-footcon .box .bootom .nr1 ul li {
    padding-bottom: 5px;
}

.index-footcon .box .bootom .nr2 { width:100%;}


.index-footcon .box .bootom .nr3 {
    width: 63%; margin:5% auto ;}
.index-footcon .box .bootom .nr3 .left {
max-width:97px; width:50%;
}
.index-footcon .box .bootom .nr3 .right {
max-width:97px;width:50%;
}

.ny-hxnlcon .box .nr .left h1 {
    font-size: 20px;}
	
	
.ny-hxnlcon .box .nr1 .left h1 {
    font-size: 20px;}

.ny-hxnlcon .box .nr2 .left h1 {
    font-size: 20px;}


    
}
@media screen and (max-width: 1100px) {
	.pubcon{ width: 90%; max-width: 1000px; margin: 0 auto;}
	
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 768px) {

.index-casecon .box .contact ul li {
    width: 49%;}
.index-aboutcon .box .left {
    width: 100%;}
.index-aboutcon .box .right {
    width: 100%;}
.index-aboutcon .box .left .box1 {
    margin: 10%;
    width: 80%;
}


element.style {
}
.index-aboutcon .box .left .box1 .more {
    
    width: 100%;
    
}

.product-number-info li {
    width: 48%;
	padding-left:10%;
    
    
}

.index-aboutcon .box .right {
    width: 100%;
    height: 315px;
    background-size: 100%;
	background: url(../images/index-about_03.jpg) center no-repeat;
}

.index-jscxcon .box .bt {
   
    width: 57%;
}

.index-jscxcon .box .nr .nr1 .left .top h1 {font-size: 20px;}

.index-jscxcon .box .nr .nr1 .left .bottom h1 {font-size: 20px;}

.index-jscxcon .box .nr .nr1 .right .bottom h1 {font-size: 20px;}

.index-jscxcon .box .nr .nr1 .right .top h1 {font-size: 20px;}


.index-jscxcon .box .nr {
    background: url(../images/shouji.png) center no-repeat;
}

.index-jscxcon .box .nr .nr1 .left .top {
    
    padding-bottom: 2%;
}

.index-jscxcon .box .nr .nr1 .right .top {
    
    padding-bottom: 2%;
}
.index-jscxcon .box .nr .nr1 .left .bottom {
    width: 100%;
    padding-top: 200px;
	padding-bottom: 10px;
}

.index-jscxcon .box .nr .nr1 .right .bottom {
    width: 100%;
    padding-top: 200px;
	 padding-bottom: 10px;
}

.index-jscxcon .box .nr .nr1 {
   
     padding-bottom:1px; 
}

.index-jjfacon .box .contact .trade-box-item {
    flex:1;
    text-align: center;
    position: relative;
    height: 480px;
    background: no-repeat center;
    
    margin: 0 3px;
}

.index-jjfacon .box .contact .trade-content .bt {
    background: url(../images/jiantou.png) top center no-repeat;
    background-color: #465463;
	padding:37px 5px 5px 5px;
	line-height:24px;
    border-bottom: #FFFFFF 5px solid;
    color: #FFFFFF;
}

.anniu {
  
    width: 100%;
   
}

.index-hzppcon .box .contact ul li {
    width: 33%;
   
}

.index-newscon .box .contact .left {
    width: 100%;
}

.index-newscon .box .contact .right {
    width: 100%;
}

.index-footcon .box .top .left {
    width: 100%;}
	
	
	
.index-footcon .box .top .left {
   
    font-size: 12px;
    font-weight: normal;
	line-height:70px;
	margin-top:2%;
	text-align:right;
    
}

.index-footcon .box .top .right {
    width: 100%;
	font-size: 40px;
	text-align:center;
	padding-left:0;
	line-height:1px;
	margin-bottom:7%;
	}

.index-footcon .box .bootom .nr1 {
    width: 30%;
	display:none;
}

.index-footcon .box .bootom .nr1 ul li {
    padding-bottom: 5px;
}

.index-footcon .box .bootom .nr2 { width:100%;}


.index-footcon .box .bootom .nr3 {
    width: 63%; margin:5% auto ;}
.index-footcon .box .bootom .nr3 .left {
max-width:97px; width:50%;
}
.index-footcon .box .bootom .nr3 .right {
max-width:97px;width:50%;
}

.index-hzppcon .box .biaoti {
   
    padding: 34px 0 42px 0;
}

.index-newscon .box .biaoti {
    
    padding: 34px 0 42px 0;
}

.index-casecon .box .biaoti {
   
    margin: 34px 0 42px 0;
}

.index-jjfacon .box .biaoti {
   
    padding: 34px 0 42px 0;
}
.anniu1 { margin-bottom:10%;}

.index-newscon .box .contact .left img {
    width:100%;
    
}
.banner-nycon .box .tu {
   
    margin-top: 10%;
}

.ny-hxnlcon .box .nr .right p {
    font-size: 14px;}
	
.ny-hxnlcon .box .nr1 .right p {
    font-size: 14px;}

.ny-hxnlcon .box .nr2 .right p {
    font-size: 14px;}

.ny-hxnlcon .box .nr .left {
    width: 100%;}

.ny-hxnlcon .box .nr .right {
    width: 100%;}

.ny-hxnlcon .box .nr .left h1 {
text-align:center;
font-size: 27px;
}




.ny-hxnlcon .box .nr1 .left {
    width: 100%;}

.ny-hxnlcon .box .nr1 .right {
    width: 100%;}

.ny-hxnlcon .box .nr1 .left h1 {
text-align:center;
font-size: 27px;
}


.ny-hxnlcon .box .nr2 .left {
    width: 100%;}

.ny-hxnlcon .box .nr2 .right {
    width: 100%;}

.ny-hxnlcon .box .nr2 .left h1 {
text-align:center;
font-size: 27px;
}
.ny-aboutcon .box .left .box1 .sz {
    margin: 3% 0 2% 0; border:#CCCCCC 1px solid; border-width: 1px 0 0 0; width:100%;}
	
	
.ny-qywhcon .box .nr .left p {
    font-size: 14px;}
.ny-qywhcon .box .nr .right p {
    font-size: 14px;}
.ny-qywhcon .box .nr .left h1 {
    font-size: 20px;}
.ny-qywhcon .box .nr .right h1 {
    font-size: 20px;}
.ny-honorcon .box .title p {
    font-size: 14px;
}

.index-casecon .box .contact ul li h1 {
    font-size: 14px;}
	
.index-casecon .box .biaoti .hx {
    border-bottom: #1780c5 5px solid;
    width: 5%;}

.ny-cwywcon .box .neirong .left {
    width: 100%;
}


.ny-cwywcon .box .neirong .right {
    width: 100%;
}

.ny-cwywcon .box .neirong .right .contact ul li {
    width: 49%;}
	
.ny-cwywcon .box .neirong .right .contact ul li h1 {
    font-size: 12px;
    
}


.ny-cwywcon .box .neirong .right .contact ul li h2 {
    font-size: 12px;}
	
.ny-cwywcon .box .neirong .right .contact1 ul li h1 {
    font-size: 12px;}
	
.ny-cwywcon .box .neirong .right .contact1 ul li {
    width:100%;}
	
	
.ny-cwywcon .box .neirong .right .contact2 .ly .kuang11 {
    width: 100%;
}

.ny-cwywcon .box .neirong .right .contact2 .ly .kuang33 {
    width: 50%;
}

.ny-cwywcon .box .neirong .right .contact3 .wz {
    font-size: 14px;}
	
	
.ny-newscon .box .neirong .contact1 ul li .left {
    width: 100%;
}

.ny-newscon .box .neirong .contact1 ul li .right {
    width: 100%;
}

.ny-newscon .box .neirong .contact2 .ly .kuang11 {
    width: 100%;
}

.ny-newscon .box .neirong .contact2 .ly .kuang33 {
    width: 50%;
}

.ny-newscon .box .neirong .contact1 ul li .left .tu {
    max-width:352px;
	text-align:center;
}

.ny-newscon .box .neirong .contact1 ul li .right h1 {
    font-size: 16px;
	font-weight:normal;
}

.ny-newscon .box .neirong .contact1 ul li .right p {
font-size:12px;
}

.ny-contactcon .box .neirong .contact2 .ly .kuang11 {
    width: 100%;
}
.ny-contactcon .box .neirong .contact2 .ly .kuang33 {
    width: 50%;
}

.ny-contactcon .box .neirong .contact1 ul li {
    width: 49%;
   
}

.ny-contactcon .box .neirong .contact1 ul li h1 {
    font-size: 14px;
    font-weight: normal;
}

.ny-newscon .box .neirong .contact3 img{ width:100%!important; height:auto!important;}

}
@media screen and (max-width: 640px) {

.index-casecon .box .contact ul li {
    width: 100%;}
}
@media screen and (max-width: 460px) {
	
	
}
@media screen and (max-width: 428px) {
}
@media screen and (max-width: 414px) {
}
@media screen and (max-width: 375px) {
}
@media screen and (max-width: 360px) {
}
@media screen and (max-width: 320px) {
}

/* MEDIA QUERIES */
	/* styles for phones' displays */
	@media only screen and (max-width: 350px) {
		#complicated-content-carousel .flex-item {
			width: 300px;
		}
	}
	
	/* styles for medium size displays */
	@media only screen and (min-width: 992px) and (max-width: 1199px) {
		#complicated-content-carousel .flex-item {
			width: 300px;
		}
	}

















