@charset "utf-8";
.main{
	width: 100%;
	/*min-width: 1100px;*/
	padding: 40px 0;
}
.item-list .title{
	height: 42px;
	line-height: 42px;
	background: linear-gradient(to bottom,#FDFDFD,#E6E6E6);
	border-top: 5px solid #0B60C5;
	padding: 0px 4%;
	font-weight: 500;
}
.item-list .title span{
	font-size: 18px;
	color: #025ab5;
}
.item-list .title a{
	float: right;
	font-size: 12px;
	color: #707070;
}
/*.item-list{*/
	/*float: left;*/
	/*margin-right: 2%;*/
/*}*/
/*.item-list1{*/
	/*width: 29%;*/
/*}*/
/*.item-list2{*/
	/*width: 38%;*/
/*}*/
/*.item-list3{*/
	/*width: 29%;*/
	/*margin-right: 0px;*/
/*}*/
.item-list-info{
	border: 1px solid #D7D7D7;
	border-top:none;
	padding: 15px 4%;
	min-height: 220px;
}
.item-list1,.item-list2,.item-list3{
	margin-bottom: 15px;
}
.item-list1 .item-list-info{
	height: 275px;
}
.id-new li{
	border-bottom: 1px dotted #C9C9C9;
	height: 30px;
	line-height: 30px;
	margin-bottom: 5px;
}
.id-new li a{
	display: block;
	background: url(../images/dot1.png) left center no-repeat;
	padding-left: 15px;
	width: 70%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.id-new li a:hover{
	background: url(../images/dot2.png) left center no-repeat;
	text-decoration: underline;
	color: #035bb7;
}
.item-list2 img{
	float: left;
	margin-right: 15px;
}
.item-list2 .item-list-info{
	line-height: 1.8em;
}
.item-list3 .item-list-info{
	background: url(../images/contactbj.jpg) no-repeat;
	background-size: cover;
	line-height: 2em;
	height: 155px;
}
.link{
	border: 1px solid #D7D7D7;
	height: 39px;
	line-height: 39px;
	padding-left: 24px;
	position: relative;
	margin-top: 15px;
}
.link .btn{
	display: block;
	width: 47px;
	height: 39px;
	background: url(../images/btn.png);
	float: right;
	cursor: pointer;
}
.link-info{
	position: absolute;
	left:-1px;
	top:39px;
	border: 1px solid #D7D7D7;
	width: 275px;
	background: #fff;
	padding: 5px 0;
	display: none;
}
.link-info a{
	height: 32px;
	line-height: 32px;
	display: block;
	padding: 0px 24px;
}
.main-l{
	min-height: 100px;
}
.main-l h1{
	border-radius: 5px 5px 0px 0px;
	background:#525252 url(../images/titlebj.png) 90% center no-repeat;
	font-size: 16px;
	padding:15px 28px;
}
.main-l h1 a{
	display: block;
	color: #fff;
}
.main-l .type{
	background:#0B5DBC url(../images/titlebj.png) 90% center no-repeat;
	font-size: 20px;
}
.left-nav{
	border:1px solid #DEDEDE;
}
.left-nav h2{
	border-bottom:1px solid #DEDEDE;
	padding: 10px 20px 10px 17px;
}
.left-nav>li:last-child h2{
	border-bottom:none;
}
.left-nav h2 a{
	display: block;
	background: url(../images/up-icon.png) right center no-repeat;
	padding-right: 5%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	font-size: 14px;
	color: #484848;
}
.left-nav li ul{
	padding: 10px 0;
	border-bottom:1px solid #DEDEDE;
	display: none;
}
.left-nav>li:hover ul{
    display: block;
}
.left-nav li ul li{
	padding-left: 25px;
	margin-bottom: 5px;
}
.left-nav li ul li a{
	display: block;
	background: url(../images/dot3.png) left center no-repeat;
	padding-left: 15px;
	font-size: 12px;
}
.left-nav li ul li a:hover{
	background: url(../images/dot4.png) left center no-repeat;
	margin-left: 12px;
	color: #025dbe;
}
.left-nav li ul li.active a{
	background: url(../images/dot4.png) left center no-repeat;
	margin-left: 12px;
	color: #025dbe;
}
.left-contact{
	margin-top: 20px;
}
.left-contact-info{
	border:1px solid #DEDEDE;
	text-align: center;
	color: #484848;
	font-size: 12px;
}
.left-contact-info div{
	border-bottom: 1px solid #DEDEDE;
	padding: 15px 0;
}
.left-contact-info div:last-child{
	border-bottom: none;
}
.left-contact-info div span{
	color: #025dbe;
	font-family: "Impact";
	font-size: 21px;
	font-style: italic;
}
.left-contact-info .online{
	display: inline-block;
	border-radius: 5px;
	background: #0B61C6;
	color: #fff;
	width: 92px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: 60;
	margin-top: 5px;
	cursor: pointer;
}
.cli_nav {
	margin-top: 20px;
	margin-bottom: 10px;
	width: 43px;
	height: 40px;
	background: url(../images/navbg.png) #0A5AAF no-repeat center;
	background-size: 50%;
	border-radius: 4px;
	z-index: 10000000;
	cursor: pointer;
	margin-right: 10px;
}
.main-r{
	min-height: 100px;
        word-wrap:break-word;
	word-break: break-word;
}
.web-nav{
	border-bottom: 1px solid #0B60C7;
	text-align: right;
	padding-bottom: 10px;
	font-size: 12px;
}
.web-nav a.on{
	color: #0B60C7;
}
.main-r-title{
	background:linear-gradient(to bottom,#FDFDFD,#E6E6E6);
	margin-bottom: 25px;
}
.main-r-title span{
    display: inline-block;
    background: url(../images/r-titlebj.png) no-repeat;
    height: 44px;
    /* width: 170px; */
    padding-left: 45px;
    color: #fff;
    line-height: 44px;
    font-size: 18px;
    background-size: 100% 44px;
    padding-right: 10px;
}
.product-list li{
	position: relative;
	width:23%;
	height: 234px;
	border: 1px solid #E6E6E6;
	margin-right: 2.35%;
	margin-bottom: 30px;
	float: left;
}
.product-list li:nth-child(4n){
	margin-right: 0px;
}
.product-list li img{
	width: 100%;
	height: 100%;
}
.product-list li h3{
	position: absolute;
	width: 100%;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	left: 0px;
	bottom: 0px;
	background: url(../images/mark.png) no-repeat;
	background-size: cover;
}
.page{
	padding: 0px 6%;
	height: 36px;
	line-height: 36px;
	border: 1px solid #E6E6E6;
	margin: 20px 0;
}
.page a{
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	padding:0px 2%;
	display: inline-block;
	position: relative;
	top: -2px;
}
.page a:hover{
	color: #fff;
	background: #0B5DBC;
}
.page a.active{
	color: #fff;
	background: #0B5DBC;
}
.page .prev{
	margin-right: 17%;
}
.page .next{
	float: right;
}
.page .prev:hover{
   background:none;
   color: #0B5DBC;
}
.page .next:hover{
   background:none;
   color: #0B5DBC;
}
.product-del-l{
	float: left;
	height: 480px;
	width: 100%;
}
.product-del-l .big-pic{
	width: 100%;
	height: 100%;
	border:1px solid #E6E6E6;
}
.product-del-l img{
	width: 100%;
	height: 100%;
	display: block;
}
.product-del-r{
	width: 100%;
	float: right;
}
.product-del-r>h1{
	text-align: center;
	color: #025dbe;
	font-size: 26px;
	font-weight: 500;
	border-bottom: 1px dashed #ccc;
	padding-bottom:10px;
}
.small-pic li{
	float: left;
	width: 21%;
	height: 97px;
	margin-right: 4.7%;
	border:1px solid #E6E6E6;
	cursor: pointer;
	margin-top: 18px;
	position: relative;
}
.small-pic li .smallbj{
	position: absolute;
	left:0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: url(../images/smallbj.png) no-repeat;
	background-size: cover;
	display: none;
}
.small-pic li.active .smallbj{
    display: block;
}
.small-pic li:nth-child(4n){
	margin-right: 0px;
}
.small-pic li img{
	width: 100%;
	height: 100%;
	display: block;
}
.product-del-r .online{
	display: block;
	border-radius: 5px;
	background: #DC5919;
	width: 168px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	margin-top:30px;
}
#mark{
	width:100%;
	height:100%;
	position:fixed;z-index:10;
	background:rgba(0,0,0,0.7);
	left:0;
	top:0;
	display:none;
}
.form-box{
	width:700px;
	position:relative;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background:#fff;
	border-radius:15px;
	padding:40px 0px 45px 100px;
}
.form-box .form input{
	width: 290px;
	height: 25px;
	border:1px solid #C6C6C6;
}
.form-box .form .add{
	width:545px;
}
.form-box .form textarea{
	width:545px;
	height: 170px;
}
.form-box .form  .submit{
	width: 127px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	border:none;
	border-radius: 5px;
	background:#0655A1;
	margin:0px auto;
	display: block;
	cursor: pointer;
}
.form-box .form>div{
	margin-bottom:30px;
}
.form-box .form>div span{
	display: inline-block;
	vertical-align: top;
}
.form-box .close{
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	right:-9px;top:-9px;
	background:url(../images/close.png) no-repeat;
	cursor:pointer;
}
.product-info{
	margin-top: 30px;
}
.type-list li{
	float: left;
	width: 16%;
	text-align: center;
	height: 39px;
	line-height: 39px;
	cursor: pointer;
}
.type-list li.on{
	background: #0B5DBC;
	color: #fff;
}
.info-contain{
	border: 1px solid #ccc;
	min-height: 545px;
}
.info-contain .info-box{
	display: none;
}
.recomend{
	border-top:1px solid #0B60C7;
	margin-top: 50px;
}
.recomend .title{
	border: 1px solid #DCDCDC;
	height: 42px;
	line-height: 42px;
	margin-bottom: 25px;
}
.recomend .title span{
	display: inline-block;
	width: 157px;
	height: 50px;
	line-height: 45px;
	color: #fff;
	text-align: center;
	background: url(../images/re-titlebj.png) no-repeat;
	font-size: 18px;
	margin-top: -1px;
}
.recomend .title a{
	display: block;
	width: 56px;
	height: 22px;
	line-height: 22px;
	color: #484848;
	font-size: 12px;
	border: 1px solid #DCDCDC;
	float: right;
	margin-top: 9px;
	margin-right: 1.5%;
}
.recomend .product-list li{
	height: 294px;
}
.new-top{
	background: #F8F8F8;
	padding: 2%;
	margin-bottom: 15px;
}
.new-top-l{
	width: 22%;
	height: 134px;
	background: #fff;
	float: left;
}
.new-top-l img{
	height: 100%;
	width: 100%;
}
.new-top-r{
	float: right;
	width: 76.3%;
	font-size: 12px;
}
.new-top-r h1{
	text-align: center;
	font-size: 16px;
	color: #515151;
	line-height: 25px;
}
.new-top-r h4{
	text-align: right;
	font-weight: 500;
	border-bottom: 1px dotted #B4B4B4;
	margin-bottom: 10px;
}
.new-top-r p{
	height: 45px;
	line-height: 1.9em;
	overflow: hidden;
}
.new-top-r .more{
	float: right;
	width: 54px;
	height: 18px;
	display: block;
	background: #878787;
	line-height: 18px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
}
.new-list{
	padding-bottom: 30px;
}
.new-list li{
	padding: 0px 2%;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.new-list li a{
	display: block;
	width: 60%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	float: left;
}
.new-list li span{
	display: inline-block;
	float: right;
}
.new-list li:hover{
	background: #0B5DBC;
	color: #fff;
}
.new-list li:hover a{
	color: #fff;
}
.new-info .title{
	border-bottom: 1px dashed #ADADAD;
	text-align: center;
	color: #484848;
	font-size: 20px;
	padding-bottom: 7px;
	margin: 0px 7%;
}
.new-info>h4{
	text-align: center;
}
.tech-list{
	padding-bottom: 20px;
}
.tech-list li{
	padding-right: 3%;
	margin-bottom: 10px;
}
.tech-list li p{
	float: left;
	width: 60%;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
}
.tech-list li .download{
	display: inline-block;
	float: right;
	width: 16px;
	height: 15px;
	background: url(../images/dot6.png) no-repeat;
	margin-top: 4px;
	margin-right: 10px;
	cursor: pointer;
}
.tech-list li span{
	display: inline-block;
	float: right;
}
.tech-list li:hover .download{
	background: url(../images/dot7.png) no-repeat;
}
.contact-info{
	min-height: 271px;
	background: url(../images/contactbj.jpg) no-repeat right top;
	line-height: 2.5em;
}
.contact-info h1{
	color: #025dbe;
	font-size: 20px;
	font-weight: 500;
}
.map-logo{
	width: 133px;
	height: 38px;
	background: url(../images/map-logo.jpg) no-repeat;
	margin-bottom: 20px;
}
.contact-us form{
	margin-top: 25px;
}
.contact-us form h2{
	color: #535353;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 25px;
}
.contact-us form>div{
	margin-bottom: 10px;
}
.contact-us form span{
	display: inline-block;
	vertical-align: top;
}
.contact-us form  input{
	width: 48%;
	height: 32px;
	line-height: 32px;
	border: 1px solid #E0E0E0;
}
.contact-us form textarea{
	height: 164px;
	border: 1px solid #E0E0E0;
	width: 88%;
}
.contact-us form .submit{
	height: 28px;
	width: 76px;
	border: none;
	background: #0B5DBC;
	color: #fff;
	line-height: 28px;
	text-align: center;
	border-radius: 5px;
	margin-left: 45px;
	cursor: pointer;
}
.error{
 font-weight:bold;
}
