﻿@charset "UTF-8";

.cen{
    width: 1200px;
    margin: 0 auto;
}
h2{
    height: 120px;
    /* background: url("../images/line.png") no-repeat center bottom; 2018-5-31 09:18 qjh*/
    line-height: 115px;
    font-size: 40px;
    text-align: center;
}
h2 span{
    color: #076ce0;
}

.nav_right{
    float: right;
    padding-top: 5px;
}
.nav{
    height: 40px;
    font-size: 14px;
}
.nav .btn{
    float: right;
    padding:0 20px;
    color: #666;
    height: 40px;
    position: relative;
    cursor: pointer;
}
.nav .btn:hover{
    background: #fff;
}
.nav .open{
    width: 120px;
    height: 80px;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.3);
    position: absolute;
    right: 0;
    padding-top: 10px;
    display: none;
    z-index: 9999;
}
.nav .open a{
    text-align: center;
    line-height: 25px;
    color: #666;
    display: block;
}
.nav .open a:hover{
    background: #f4f4f4;
}
.nav .btn:hover>.open{
    display: block;
}
.head{
    height: 100px;
    background: #fff;
    padding: 10px 0;
}
.head .logo{
    width: 353px;
    height: 100px;
    float: left;
    background: url("../images/logo.png") no-repeat left center;
}
.nav .search{
    width: 284px;
    float: right;
    padding-top: 6px;
}
.nav .search .input{
    width: 230px;
    height: 25px;
    border:1px solid #ccc;
    border-right:0;
    border-radius: 25px 0 0 25px;
    outline: none;
    text-align: center;
    float: left;
}
.nav .search .btn{
    width: 50px;
    height: 27px;
    float: left;
    border-radius: 0 25px 25px 0;
     border: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background: url("../images/icon_2.png") no-repeat center;
    background-size:19px 19px ;
    border:1px solid #ccc;
    border-left: 0;
}
/*导航*/
.menu{
    height: 50px;
    margin-left: 50px;
}
.menu a{
    display: block;
    float: left;
    margin-left: 15px;
    color: #333333;
    padding: 0 10px;
    line-height: 50px;
    font-size: 16px;
    border-bottom:2px solid transparent;
}
.menu a:hover,.menu a.cur{
    color: #076ce0;

}
/*轮播图*/
.banner{ width:100%; height:300px; overflow:hidden; position:relative;font-size:0}
.b-img{ height:300px;  position:absolute; left:0; top:0;}
.b-img a{ display:block; height:300px; float:left;}
.b-list{ height:50px; padding-top:250px; position:relative; margin:0 auto;z-index:1;}
.b-list span{ display:block;cursor:pointer; width:14px; height:14px; border-radius:50%; border:3px solid #fff; float:left; margin:0 5px; _margin:0 3px;}
.b-list .spcss{border:3px solid #14ab04;}
.bar-left{ position:absolute; z-index:1; display:block; width:100px; height:100%; left:0px; background:none; top:0px; }
.bar-right{ position:absolute;z-index:1; display:block; width:100px; height:100%; right:0px; background:none; top:0px; }
.bar-left em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) 0px 0px no-repeat; margin:0 auto; margin-top:100px;}
.bar-right em{ display:block; width:50px; height:100px; background:url(../images/arrow.png) -50px 0px no-repeat; margin:0 auto; margin-top:100px;}
.bar-left .emcss{ background-position:0px -100px;}
.bar-right .emcss{ background-position:-50px -100px;}
/*公司简介*/
.intro{
    width: 1200px;
    margin: 40px auto;
}
.intro_l{
    width: 408px;
    float: left;
}
.intro_r{
    margin-left: 480px;
    padding-top: 10px;
}
.intro_r dl{
    height: 106px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 50px;
}
.intro_r dd{
    width: 106px;
    height: 106px;
    background: url("../images/pic_02.png") no-repeat;
    text-align:  center;
    line-height: 106px;
    float: left;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.intro_r dt{
    margin-left: 150px;
}
.intro_r dt p{
    font-size: 18px;
    color: #212121;
    font-weight: bold;
    margin-bottom: 10px;
}
.intro_r dt  span{
    color: #666666;
    display: block;
    line-height: 25px;
    font-size: 14px;
    width: 300px;
}

/*新闻*/
.news{
    width: 1200px;
    margin: 20px auto 160px;
}
.news dl{
    width: 400px;
    float: left;
}
.news dl dd{
    font-size: 18px;
    line-height: 30px;
    color: #212121;
}
.news dl dt{
    font-size: 14px;
    line-height: 25px;
    color: #666666;
    margin-top: 10px;
    padding-right: 80px;
}

/*product*/
.product{
    height: 700px;
    background: url("../images/pic_03.jpg") no-repeat center;
}
.product dl{
    height: 527px;
    width: 370px;
    float: left;
    margin: 83px 30px 83px 0;
    box-shadow:0 0 10px rgba(0,0,0,0.5);
    background: #fff;
}
.product dl dt{
    padding: 20px;
}
.product dl dt a{
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 50px;
    display: block;
}
.product dl dt p{
    line-height: 25px;
    color: #666666;
    text-align: center;
}
/*版权*/
.footer{
    padding: 30px 0;
    border-top: 2px solid #f0f0f0;
    background:#f0f0f0;
}
.footer p{
    color: #666;
    line-height: 35px;
    font-size: 14px;
}
.footer .tel{
    height: 26px;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.footer .tel .span1{
    padding: 10px 30px;
    background: url("../images/tel.png") no-repeat center top;
}
.footer .tel .span2{
    font-size: 30px;
    color: #fff;
}

.foot_erweima{
	width:150px;
	height:150px;
	float:right;
	/* background:#ccc; */
    margin-top: -100px;
}


/*关于我们页面*/
.sendBan{
    height: 300px;
    margin-bottom: 20px;
}
.introTxt{
    width: 1200px;
    margin: 50px auto;
    font-size: 16px;
    line-height: 45px;
    color: #666;
}

/*产品页面*/
.products_list{
    margin: 30px auto;
}
.products_list li{
    width: 284px;
    height: 240px;
    float: left;
    margin: 10px;
    overflow: hidden;
    position:relative;
}
.products_list li .bar{
	height:60px;
	background:rgba(0,0,0,0.5);
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	width:264px;
	padding:10px;
	line-height:20px;
	transform:translateY(80px);
	transition:all 0.5s
	
}
.products_list li .bar span{
	display:block;
	height:20px;
	overflow:hidden;
}

.products_list li:hover .bar{
	transform:translateY(0)
}
.products_list li img{
    width: 284px;
    height: 240px;
    transition: all 0.5s;
}
.products_list li:hover img{
    transform: scale(1.2)
}
.pro_tit{
    height: 50px;
    line-height: 50px;
    font-size: 23px;
    width: 1200px;
    position: relative;
    margin: 0 auto;
    color: #076ce0;
    font-weight: bold;
    border-bottom: 2px solid #076ce0;
}
.more{
    float: right;
    font-size: 14px;
    position: absolute;
    right: 0;
    bottom: 20px;
    color: #076ce0;
    line-height: 20px;
}

/*新闻动态页面*/
.newsDl{
    border-bottom: 1px dashed #dbdbdb;
    margin: 20px auto;
	padding-bottom:20px;
}
.newsDl dt{
    width: 84px;
    height: 84px;
    background: #f2f2f2;
    float: left;
    text-align: center;
    position:relative;
}
.newsDl dt .newIcon{
	width:40px;
	height:40px;
	background:url("../images/new.png") no-repeat left top;
	background-size:40px 40px;
	position:absolute;
	left:0;
	top:0;
}
.newsDl dt .date{
    padding-top: 20px;
    font-size: 25px;
    color: #666666;
}
.newsDl dd{
    margin-left: 110px;
}
.newsDl dd a{
    font-size: 16px;
    color: #666666;
    line-height: 34px;
}
.newsDl dd p{
    color: #808080;
    line-height: 25px;
}

/*在线监测条形码*/
.on_tit{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #666;
    text-align: center;
}
.jiance{
    width: 510px;
    height: 60px;
    margin: 30px auto;
}
.jiance .input{
    width: 400px;
    height: 35px;
    border:1px solid #ccc;
    border-right:0;
    border-radius: 6px 0 0 6px;
    float: left;
}
.jiance .btn{
    width: 100px;
    height: 37px;
    background: #017dd5;
    float: left;
    border-radius: 0 6px 6px 0;
    border: 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
/*a  upload */
.upload{
    text-align: center;
    padding: 50px 0;
    font-size:14px;
}
.a-upload {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    cursor: pointer;
    color: #888;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.a-upload  input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.a-upload:hover {
    color: #444;
    background: #eee;
    border-color: #ccc;
    text-decoration: none
}
.loginBox{
    padding: 100px 0;
}
.l_clum{
    width: 415px;
    height: 40px;
    margin: 20px auto;
}
.l_clum span{
    display: block;
    float: left;
    width: 80px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.l_clum .input{
    width: 320px;
    height: 35px;
    border: 1px solid #ccc;
    float: right;
    margin-left: 10px;
}
.loginBtn{
    width: 322px;
    height: 40px;
    margin: 30px auto;
    background: #0147b6;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    float: right;
}
.loginBtn:hover{
    background: #3196de;
    color: #fff;
}

/*下载*/
.erweima{
    width: 300px;
    height: 300px;
    margin: 40px auto 140px;
    float:left;
}

/*新闻详情*/

.infoBox{
    margin: 30px auto;
}
.infoBox .title{
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
}
.infoBox .bar{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.infoBox .bar a,.infoBox .bar span{
    padding: 0 30px;
    color:#666 ;
}
.infoBox .bar a{
    color:#3196de ;
}
.infoBox .info{
    padding: 20px 0;
}
.infoBox .info p{
    /* text-indent: 2em; */
    font-size: 14px;
    color: #333;
    line-height: 30px;
}


.main{
    width: 1200px;
    margin: 20px auto;
}
.tith2{
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    font-weight: normal;
    text-align: left;
}
.marg_left{
	margin-left:300px;/*2018-5-25 15:19:59 qjh*/
}
.tith2 span{
    line-height: 40px;
    height: 40px;
    display: block;
    float: left;
    color: #333;
}
.midLine{
    width: 39px;
    border-right: 1px solid #ececec;
    float: left;
    height: 180px;
    margin-top: 90px;
}
.tith2 .moreI{
    float: right;
    color: #333;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
}
.index_intro{
    width: 560px;
    float: left;
}
.index_intro dl{
    margin-top: 20px;
}
.index_intro dt{
    width: 240px;
    height: 240px;
    float: left;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 15px 5px 0;
}
.index_intro dd{
    font-size: 14px;
    color: #333;
    height: 240px;
    overflow: hidden;
    line-height: 27px;
    text-indent: 2em;
}
.index_intro dd a{
    color: #999;
}
.index_news{
    float: right;
    width: 560px;
}
.titTab{
    height:40px ;
}
.titTab li{
    float: left;
    width: 80px;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
}
.titTab li.cur{
    border-bottom: 2px solid #017dd5;
}

.tabCon{
    margin-top: 20px;
    display: none;
}

.indexnews .indexnw-main{overflow:hidden;zoom:1; padding:10px 0px;}
.indexnews .indexnw-main .pic{width:197px; height:117px; overflow:hidden; float:left;}
.indexnews .indexnw-main .pic a{width:197px; height:117px; display:table-cell; text-align:center; vertical-align:middle;}
.indexnews .indexnw-main .pic img{max-width:197px; max-height:117px;}
.indexnews .indexnw-main .itext{width:335px; float:right;}
.indexnews .indexnw-main .itext h1{font-size:14px; color:#333; height:20px; line-height:20px; margin:10px 0px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.indexnews .indexnw-main .itext h1 a{color:#333;}
.indexnews .indexnw-main .itext h1 a:hover{color:#00a3ca; text-decoration:underline;}
.indexnews .indexnw-main .itext .dt{margin:5px 0px; height:50px; overflow:hidden;}
.indexnews .indexnw-main .itext p{color:#999; line-height:25px;}
.indexnews .indexnwlist li{overflow:hidden;zoom:1; margin:10px 0px;}
.indexnews .indexnwlist li h1{float:left; font-weight: normal; font-size:14px; color:#666; background:url(../images/icon5.png) left no-repeat; width:370px; height:21px; line-height:21px; padding-left:25px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.indexnews .indexnwlist li h1 a{color:#666;}
.indexnews .indexnwlist li h1 a:hover{color:#00a3ca;}
.indexnews .indexnwlist li span{float:right;}

/* 成功案例 */
.index_product{
    border-top: 1px solid #ececec;
    margin-top: 30px;
    padding-top: 20px;
}
.cpvideo{
    width: 270px;
    height: 220px;
	border:2px solid #ececec;/*2018-5-25 15:26:16 qjh*/
    margin: auto;
    margin-top: -40px;/*2018-5-25 15:26:16 qjh*/
    margin-bottom: 34px;
    float: left;
}
.HZSuccess{ float: right;width:910px; height:185px; margin:auto; margin-top:20px; margin-bottom:40px}
.HZSuccess li{ width:300px; height:185px; float:left; list-style: none}
.HZSuccess li a{
    color: #333;
}
.HZSuccess a:hover li p{ text-decoration:underline; color:#222; border-left:1px solid #fff; }
.HZSuccess_img{ width:153px; height:185px; float:left}
.HZSuccess_img img{ width:153px; height:185px;}
.HZSuccess_nr{ width:140px; height:185px; float:right; line-height:24px; position: relative}
.HZSuccess_nr a{
	display:block 
}
.HZSuccess_nr a.c{
	color:#d60000
}
.HZSuccess_nr strong{ font-size:14px; font-family:"微软雅黑";}
.HZSuccess_nr p img{ width:14px; height:14px; float:left; background:#E20003}
.HZSuccess_nr .btm{
    position: absolute;
    width: 100%;
    bottom: 0;
}

/*左侧菜单*/
.minLeft{
	width:220px;
	float:left;
}
.minLeft .send_title{
	background:#2d97e9;
	border-radius:8px 8px  0 0;
	text-align:center;
	line-height:30px;
	font-size:20px;
	color:#fff;
	padding:10px 0;
}
.minLeft .send_title span{
	display:block;
	font-size:16px;
}
.leftTree {
	background: #f6fbfe;
	height: 100%;
	color:#333;
}

.leftTree ul li {
	height: 54px;
	line-height: 54px;
	text-align: center;
	cursor: pointer;
	border-left:2px solid transparent;
	border-bottom:1px dotted #ccc;
}
.leftTree ul li.cur{
	color:#076ce0;
	background:#fff;
	border-left:2px solid #2d97e9;
	
}
.leftCont{
	margin-top:20px;
}
.leftCont .c_title{
	height:50px;
	background:#2d97e9;
	text-align:center;
	font-size:20px;
	color:#fff;
	line-height:50px;
}
.leftCont .c_con{
	background: #f6fbfe;
	line-height:25px;
	font-size:12px;
	padding:10px
}

.minRight{
	margin-left:280px;
}
.min_con {
    min-height: 500px;
    padding-bottom: 30px;
    display:none;
}
.page2 {
    display: none;
}
.minRight .title {
	height: 60px;
	border-bottom: 1px solid #ccc;
	line-height: 60px;
	font-size: 18px;
	margin-bottom:20px;
    font-family: sans-serif;
}

.minRight .title strong {
	font-weight: normal;
	border-bottom: 2px solid #2d97e9;
	line-height: 58px;
	display: inline-block;
}
.minRight .mbx{
	float:right;
	line-height:60px;
	text-align:right;
	font-size:14px;
}
.minRight .mbx span{
	color:#076ce0
}

.page{
	text-align:right;
}
.page a{
	padding:0 10px;
	height:30px;
	background:#f4f4f4;
	color:#333;
	font-size:14px;
	margin-left:5px;
	float:right;
	line-height:30px;
}
.s_page{
	float:right;
	height:30px;
	margin-left:5px;
}

.ff_one{
	margin-left:30px;
	margin-right:100px;
	height:230px;
}
.ff_one dt{
	float:left;
	margin-top:50px;
	padding-left: 30px;
}
.t_tit{
	font-size:16px;
	margin-bottom:30px;
	width:520px;
	height:40px;
	background:#01a0e4;
	margin:10px auto;
	border-radius:20px;
	color:#fff;
	text-align:center;
	line-height:40px;
}
.ff_one dt .inputs{
	width:200px;
	height:28px;
	border:1px solid #ccc;
	border-radius:6px 0 0 6px;
	float:left;
	display:block;
}
.ff_one dt .btns{
	width:80px;
	height:30px;
	background:#2d97e9;
	border:0;
	color:#fff;
	border-radius:0 6px 6px 0;
	float:left;
	display:block;
	font-size:12px;
}
.ff_one dd{
	float:right;
	padding-top:25px;
}

.ff_two{
	    float: left;
    width: 420px;
    margin-left: 40px;
}

.uploadBtn{
	width:120px;
	height:30px;
	background:#2d97e9;
	border-radius:6px;
	color:#fff;
	display:block;
	margin:50px auto;
	border:0;
}
.online_img{
	display:block;
	margin-top:00px;
	margin-bottom:30px;
}

.erweimaBox{
	width:700px;
	margin:30px auto;
}
.erweimatext{
	width:370px;
	float:right;
	padding-top:35px;
}
.erweimatext p{
	font-size:18px;
	line-height:45px;
}
/*2018-07-20 qjh 适应工商网监增加宽度  原宽度：1200px*/
.footcen{
	width:1500px; 
	margin:0px auto;
}
/*2018-07-20 qjh 修改工商网监增加的新样式*/
.gswj-out{ 
	position: relative;
}
/*2018-07-20 qjh 修改工商网监增加的新样式*/
.gswj-in{ 
	position: absolute;
	left: 416px;
	top: 68px;
}
.footer_left{
	/* float:left; */
}

.s_span{
	float:left;
	line-height:32px;
	padding-right:10px;
	color:#2d97e9
}



.image-text-wrapper {
    display: flex;
    align-items: center;
}

.image {
    width: 155px; /* 调整宽度 */
    height: 182px; /* 调整高度 */
    object-fit: cover; /* 保持图片比例 */
    margin-right: 5px; /* 图片和文字之间的间距 */

}
.image_second{
    width: 160px;
    height: 182px;
    object-fit: cover;
    margin-right: 10px ;
}

.image-first{
    width: 150px; /* 调整宽度 */
    height: 182px; /* 调整高度 */
    object-fit: cover; /* 保持图片比例 */
    margin-right: 5px; /* 图片和文字之间的间距 */
    margin-left: 100px;
}
.image-text {
    margin: 0;
    font-size: 14px;
    font-family: “Arial”,sans-serif;
}
.image-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
