﻿*{
	margin: 0px;
	padding: 0px;
}

.search{
	border-radius: 3px;
	margin-right: 10px;
	border: 1px solid #DBDBDB;
	text-indent:4px;
}

.top{
	padding-top: 30px;
	min-width:1200px;
}

.menu{
	margin-top: 10px;
	background:#006cac;
	min-width: 1200px;
}
.menu ul{
	list-style: none;
	z-index: 999999;
}


.menu ul li{
	float: left;
	width: 130px;
	height: 50px;

	position: relative;
}

.menu ul li a{
	height:50px;
	text-align: center;
	display: block;
	color:#ffffff;
	line-height: 50px;
	border-right:1px solid #2990c8;
	font-size: 18px;
}
.menu ul li a:hover{
	background:#23aefa;
	text-decoration: none;
}
.menu ul li:hover ul{
	display: block;
}

.menu ul li ul {
	 position: relative;
	display: none;
	transition: all 0.5s;
	z-index: 999999;

}
.menu ul li ul li{
	background: #CFD9E2;
overflow: hidden;
	height: 40px;
}

.menu ul li ul li a{
	display: block;
	border:0px;
	color: #495259;
	font-size: 14px;
	line-height: 40px;
}

.menu ul li ul li a:hover{

	color: #fff;

}


.about-box{
	padding-top: 18px;
	padding-bottom: 10px;
	width: 32%;
	background: #eeeeee;
	margin:5px;
}
.about-box .bgimg{
	width: 82px;
	height: 86px;
	margin:0 auto;
}
.bgimg1{
	background: url(../images/about1.png)
}
.about-box:hover .bgimg1{
	background: url(../images/about1-hover.png)
}
.about-box:hover h4{
	color: #0194e4;
}

.bgimg6{
	background: url(../images/about6.png)
}
.about-box:hover .bgimg6{
	background: url(../images/about6-hover.png)
}
.bgimg5{
	background: url(../images/about5.png)
}
.about-box:hover .bgimg5{
	background: url(../images/about5-hover.png)
}

.bgimg2{
	background: url(../images/about2.png)
}
.about-box:hover .bgimg2{
	background: url(../images/about2-hover.png)
}
.bgimg3{
	background: url(../images/about3.png)
}
.about-box:hover .bgimg3{
	background: url(../images/about3-hover.png)
}
.bgimg4{
	background: url(../images/about4.png)
}
.about-box:hover .bgimg4{
	background: url(../images/about4-hover.png)
}

.about-box img{
	margin:0 auto;
}

.about-box h4{
	text-align: center;
	margin-top: 15px;
	color: #0074b3;
}

.about .title{
	font-size: 30px;
	color: #333;
	margin-top: 50px;
	margin-bottom: 30px;
}

.introduct{
	margin-top: 50px;
	background: url(../images/bg_1.png);
	padding-bottom: 90px;
	background-size:100%100%;
	min-width: 1200px;
}

.introduct .title{
	font-size: 20px;
	font-weight: bold;
	padding-top: 30px;
}

.introduct p{
	padding-top: 10px;
	font-size: 14px;
	line-height: 25px;
}

.introduct a{
	margin-top:25px;
	display: block;
	width: 120px;
	height: 30px;
	background: #ffffff!important;
	text-decoration:none;
	color: #6f6f6f!important;
	text-align: center;
	line-height: 30px;
}

.introduct a:hover{
	color: #0194e4;
}

.introduct img{
	transition: all 0.5s;
}
.introduct img:hover{
	transform: scale(1.02);
}

.products{
	background: #eeeeee;
	padding-bottom: 40px;
}

.products .title{
	font-size: 30px;
	color: #333;
	margin-top: 50px;
	margin-bottom: 30px;
}

.product-left{
	float: left;
	width: 22%;
	background-color: #ffffff;
	border: 1px solid #fff;

}
.product-left ul{
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}
.product-left .one{
	height: 50px;
	background-color: #00a0e9;
}
.one a{
	display: block;
	padding-top: 10px;
	color: #fff;
	font-size: 20px;
}
.one a:hover{
	text-decoration: none;
	/*color: red;*/
}
.product-left .two{

}
.two a{
	color: #333333;
	display: block;
	    width: 70%;
	    overflow: hidden;
	        height: 55px;
	padding-left: 50px;
	line-height: 50px;
	font-size: 16px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.two a:hover{
	text-decoration: none;
	color: #0094e5;
}
.two{
	background: url(../images/new-icon.png) 80% no-repeat;
}
hr{
	margin-top: 0px;
	margin-bottom: 0px;
}
.clear{
	clear:both;
}
.product-right{
	float: right;
	width: 74%;
	/*background-color: #fff;*/
	margin-bottom: 20px;
}
.thumbnail{
	border: 0px;
	transition: all 0.5s;
	padding-top: 20px;
}
.thumbnail img{
	width: 210px;
	height: 170px;
}
.thumbnail:hover{
	transform: scale(1.05);
}
.thumbnail a{
	font-size: 16px;
	color: #000;
	display: block;
	padding-bottom: 15px;
}
.thumbnail a:hover{
	text-decoration: none;
	color: #00a0e9;
}

.panner{
	padding-bottom: 20px;
}

.panner .title{
	font-size: 30px;
	color: #333;
	margin-top: 50px;
	margin-bottom: 30px;
}

.panner-box img{
	border:1px solid #cccccc;
	margin-bottom:20px;
	transition: all 0.5s;

}

.panner-box img:hover{
	transform: scale(1.05);
	border:1px solid #0279b9;
}


.news{
	padding-bottom: 30px;
}

.news .title{
	font-size: 30px;
	color: #333;
	margin-top: 50px;
	margin-bottom: 30px;
}

.news-box{
	padding-left:0px!important;
}

.news-box h3{
	font-size: 22px;
    font-weight: bold;

}

.news-box h4{
	font-size: 12px;
    background: linear-gradient(to top, #1a84d1, #3db5d4);-webkit-background-clip: text;color: transparent;
}

.new-top{
	height: 74px;
	border-bottom: 1px dashed #cccccc;
	margin-bottom:30px;
}

.new-top a{
	color: #333333;
	text-decoration: none;
}
.new-top a:hover{
	color: #0194e4;
}

.new-bottom-a{
	background: #efefef;
	width: 100%;
	height: 182px;
	margin-bottom:10px;
	
}

.new-bottom-a img:hover{
	transform: scale(1.03);
}

.new-bottom-a .imga{
	width: 46%;
	height:80%;
	margin-top: 20px;
	margin-left:15px;
	float: left;
	overflow: hidden;
}


.news-row-img img:hover{
	transform: scale(1.03);
}
.news-row-img img{
	transition: all 0.8s;
}


.new-bottom-a img{
	transition: all 0.8s;
}

.new-bottom-a .content{
	float: left;
	width: 46%;
	margin-left: 20px;
}


.content h3{
	font-size: 18px;
	font-weight: normal;
}

.content h4{
	color: #0094e5;
}
.content p{
	color: #787878;
	width: 100%;
    height: 78px;
    overflow: hidden;
}

.content a{
	color: #6f6f6f;
	text-decoration: none;
	transition: all 0.5s;
	line-height: 24px;
	    display: inline-block;
    height: 55px;
}

.content a:hover{
	color: #068ad2;
}
.new-bottom-b .imgb{
	width: 100%;
	overflow: hidden;
}
.new-bottom-b img{
	transition: all 0.8s;
}
.new-bottom-b img:hover{
	transform: scale(1.03);
}
.new-bottom-bb{
	background: #efefef;
	height: 98px;
}

.new-bottom-bb a{
	color: #6f6f6f;
	text-decoration: none;
	transition: all 0.5s;
	height: 36px;
    overflow: hidden;
}

.new-bottom-bb a:hover{
	color: #068ad2;
}

.new-bottom-bb h1{
	margin-top: 0px!important;
	padding-top:10px;
	font-size: 43px;
	text-align: center;
	color: #0094e5;
}

.new-bottom-bb h5{
	text-align: center;
	color: #0094e5;
}


.footer{
	height: 440px;
	background: url(../images/footer_bg.png);
	background-size:100%100%;
	min-width: 1200px;
}

.footer-left{
	color: #fff;
    width: 860px;
    padding-top: 6%;
    float: left;
}

.footer-left ul{
    float:left;
	list-style: none;
}

.footer-left ul li{
	margin-bottom:16px;
	font-size: 14px;
	color: #a5a5a5;
}


.footer-right{
	color: #fff;
    width: 300px;
    padding-top: 5%;
    float: right;

}

.footer-right .input-1{
	background: #122733;
	border:0px;
	margin-bottom:10px;
}

.footer-right .input-2{
	background: #067ac3;
	width: 300px;
	height:30px;
	border:0px;
}










/*关于我们页*/
.aboout-content{
	margin-top: 30px;
}

.aboout-content-right{
	background: #ffffff;
	width: 79%;
	float: right;
	padding-bottom: 50px;
}

.about-right-top h1{
	font-size: 28px;
	padding-left: 20px;
}

.about-right-bottom{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 25px;
}
.about-right-bottom img{
	width: 100%;

}

.about-right-bottom2{
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 25px;
}

.about-right-bottom2 img{
	transition:all 0.8s;
}

.about-right-bottom2 img:hover{
	transform: scale(1.03);
}


 .aboout-content-left{
	float: left;
	width: 19%;
	background-color: #ffffff;
	border: 1px solid #fff;

}
.aboout-content-left ul{
	list-style: none;
	padding-left: 0px;
		margin-bottom: 0px;
}
.aboout-content-left .one{
	height: 50px;
	background-color: #00a0e9;
}
.aboout-content .one a{
	display: block;
	padding-top: 10px;
	color: #fff;
	font-size: 20px;
}
.aboout-content .one a:hover{
	text-decoration: none;
	/*color: red;*/
}
.aboout-content-two{

}
.aboout-content-two a{
	color: #333333;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	overflow: hidden;
    height: 55px;
}
.aboout-content-two a:hover{
	text-decoration: none;
	background: #E3F4FE;
}

.clear{
	clear:both;
}




/*产品中心*/
.about-right-bottom2 .thumbnail{
	border: 1px solid #ccc;
	padding: 0px;
	overflow: hidden;
}

.about-right-bottom2 .thumbnail:hover a{
	color: #337ab7;

}


/*技术支持*/

.about-right-bottom ul{
	list-style: none;
}

.about-right-bottom ul span{
	color: #3c9be5;
	padding-right: 10px;
}

.about-right-bottom li{
	position: relative;
	margin-bottom: 15px;
}


.about-right-bottom ul .time{
	position: absolute;
	right: 0px;
}


/*全球运营*/
.about-right-bottom2 .panner-box{
	margin-top: 20px;
}


/*新闻中心*/
.about-right-bottom .news-row{
	background: #eeeeee;
	padding: 15px;
	margin-bottom: 20px;
}

.contacts h4{
	color: #6f6f6f;
	font-size: 16px;
    margin-top: 16px;
}
.contacts{
	margin-top: 20px;
}


.miao{
	margin-top: 20px;
	background: #ccc;
	padding: 5px;
}

.about-right-bottom2 .row h5{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
}

.about-right-bottom2 .row h6{
	margin-bottom: 20px;
	font-size: 14px;
}

.about-right-bottom2 .row p{
	display: inline-block;
	margin-bottom: 0px;
}

.newa{
	color: #000;
}
.page-list .list-box a,
.page-list .list-box span {
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	color: #333;
	margin: 0 5px;
	font-family: "å®‹ä½“";
	transition: .2s
}


.page-list .list-box .prev,
.page-list .list-box .next,.page-list .list-box .prev_disabled,.page-list .list-box .next_disabled{
	background-color:#ddd;
	float:none;
	color:#333;
}
.page-list .list-box .prev:before,.page-list .list-box .prev_disabled:before {
	content: '<'
}
.page-list .list-box .next:before,.page-list .list-box .next_disabled:before {
	content: '>'
}

.page-list .list-box .prev:hover,
.page-list .list-box .next:hover,.page-list .list-box .prev_disabled:hover,.page-list .list-box .next_disabled:hover {
	background-color: #02a2fa;
	color: #fff;
}
.page-list .list-box .current,
.page-list .list-box a:hover {
	background-color: #02a2fa;
	color: #fff;
}
.panner-box{
    width: 25%
    ;
}