a,a:hover {
	text-decoration: none;
}
body{
	color: #333;
}

@media (min-width: 1200px) {
	.ctlist {
		width: 1230px;
	}
}


.solution .isolu{
	background: url(/images/sol/so_menubg.jpg) no-repeat center;
	padding-top: 20px;
}
.sol-list{
	overflow: hidden;
	font-size: 60px;
	font-weight: bold;
	color: #333;
	margin-bottom: 36px;
	text-align:left;
}
.sol-list a{
	float: right;
	font-weight: normal;
	font-size: 14px;
	color: #333;
	margin-top: 50px;
}
.sol-list a:hover{
	color: #3399ff;
}
.solution-main{
	padding: 56px 0 30px 0;
}
.solution-con{
	margin-bottom: 40px;
	overflow: hidden;
}
.solution-con img{
	width: 100%;
	transition: all .5s;
}
.solution-con img:hover {
  transform: scale(1.1,1.1);  
}
.solution-con h3{
	height: 60px;
	line-height: 60px;
	background: #0a6296;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.solution-bg{
	background-color: #f5f5f5;
}
.solution-mess textarea, .solution-mess input{
	width: 100%;
	height: 65px;
	border: 2px solid #dcdcdc;
	margin-bottom: 40px;
	padding-left: 20px;
	background: #fff;
}
.solution-mess textarea{
	height: 212px;
}
.solution-mess button{
	height: 65px;
	width: 225px;
	border: none;
	background: #024287;
	font-size: 20px;
	color: #fff;
}

.solus-banner {
	background: url(../image/solus-banner.jpg) no-repeat center;
}

.solus-feat{
	height: 570px;
	background: url(../image/solus-bg.jpg) no-repeat center;
	margin-top: 30px;
}
.solus-des{
	background: #f5f5f5;
}
.solus-des dl{
	float: left;
	width: 25% !important;
	text-align: center;
	margin: 20px 0 50px 0;
	padding: 0 10px;
}
.solus-des .feat-tit span{
	background: #f5f5f5;
}
.solus-lc .feat-tit span{
	background: #f5f5f5;
}

.solus-des dl dt{
	height: auto;
}
.solus-des dl dd{
	font-size: 20px;
	    color: #ffff;
	    height: 60px;
	    line-height: 60px;
		background: #0a6296;
}
.solus-adv{
	background: white;;
	padding-bottom: 50px;
}
.solus-adv dd span{
	display: block;
	margin: 25px 0;
	font-size: 20px;
	color: #004386;
	padding-left: 20px;
	position: relative;
	text-align:left;
}
.solus-adv dd span::before{
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 10px;
	background: #004386;
}
.solus-adv dd p{
	font-size: 16px;
	line-height: 30px;
	color: #666666;
	text-align:left;
}
.sol-pro{
	margin-bottom: 30px;
	padding-top: 20px;
	background:white;
}

.son-banner .ctlist{
	position: relative;
	height: 500px;
}
.son-banner ol{
	position: absolute;
	bottom: 20px;
	color: #fff;
	width:1230px;
	text-align:left;
	margin:0px auto;
}
.son-banner ol li{
	display: inline-block;
	color: #fff;
	font-size: 14px;
}
.son-banner ol li a{
	color: #fff;
}

.solus-adv dt img, .solus-des dt img{
	width: 100%
}

.solus-banner{
	background: none;
	position: relative;
}
.solus-banner .ctlist{
	position: absolute;
	left: 50%;
	margin-left: -600px;
	height: auto;
	top: 15%;
}
.solus-banner .ctlist .sonbt_cot{
	padding-top: 0;
}
.solus-banner img{

	width: 100%;
}
.solus-gy img{
	width: 100%;
}
.solus-gy{
	background: #f5f5f5;
	padding-bottom: 15px;
}
.solus-gy .feat-tit span{
	background:#f5f5f5;
}



.sonbt_cot{
	padding: 116px 0 0 40px;
	text-align:left;
}
.sonbt_cot h3{
	font-size: 60px;
	color: #fff;
}
.sonbt_cot p{
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
}
.sonbt_cot a{
	display: block;
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 60px;
	position: relative;
	transition: all .5s;
}

.sonbt_cot a::after{
	content: '';
	    display: block;
	    width: 100%;
	    height: 0px;
	    background-color: #3399ff;
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    transition: all .5s;
}
.sonbt_cot a:hover::after{

	height: 100%;
}
.sonbt_cot a:hover{
	border-color: #3399ff;
}
.sonbt_cot a span{
	position: relative;
	z-index: 2;
}

.solus-lc{
	background:#f5f5f5;
	padding-bottom:40px;
}

.solus-lc dl{
	float: left;
	width: 20%;
	padding: 0 15px;
	margin-top: 30px;
}
.solus-lc dl dt{
	text-align: center;
}
.solus-lc dl dt img{
	margin-left: -55px;
}
.solus-lc dl dd{
	font-size: 14px;
	line-height: 24px;
	color: #333;
	text-align:left;
}
.solus-lc dl dd span{
	display: block;
	font-size: 20px;
	color: #333;
	margin: 10px 0 20px 0;
}




.isolu-img img{
	width: 100%;
}
.isolu-img{
	position: relative;
	border-bottom: 8px solid rgb(59,143);
	overflow: hidden;
}
.isolu-img a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255,255,255,0.9);
	text-align: center;
	line-height: 105px;
	font-size: 30px;
	color: #333;
	font-weight: bold;
}
.isolu-con{
	background: #f5f5f5;
}
.isolu-con ul li {
	text-align: center;
	margin-top: 30px;
	font-size: 18px;
}
.isolu-con ul li a{
	color: #333;
}
.isolu-more{
	text-align: center;
	padding: 60px 0 30px 0;
}
.isolu-more a{
	font-size: 18px;
	color: #fff;
	opacity: 0;
}
.isolu-con:hover .isolu-img a{
	background: rgba(51,153,255,0.6);
	color: #fff;
}
.isolu-con:hover{
	background: #004386;
}
.isolu-con:hover ul li a{
	color: #fff;
}
.isolu-con:hover .isolu-more a{
	opacity: 1;
}
.sol-bot10{
	margin-bottom: 10px;
}

@media screen and (max-width:768px) {
	
					.son-banner{
						margin-top:0px;
					}
				
					.son-banner ol, .sonbt_cot p, .sonbt_cot a{
						display: none;
					}
					
					.solus-banner .ctlist{
						left: 10px;
						margin-left: 0;
					}
				
				
					.son-banner .ctlist{
						height: 300px;
					}
					.sonbt_cot{
						padding: 20px;
					}
					.sonbt_cot a{
						margin-top: 20px;
					}
				
					.son-banner, .solus-feat{
						background-size: cover;
					}
				
					.son-banner ol{
						left: 20px;
					}
				
					.solus-des dl{
						width: 50%;
					}
					
					
					
					.news-nav li{
					width: 48%;
					height: 50px;
					line-height: 50px;
				}
				.news-nav ul{
					width: 100%;
				}
				.news-nav{
					height: auto;
					padding: 10px 0;
				}
				
				.news-nav li{
					display: inline-block;
					height: 98px;
					margin-top: 1px;
					width: 300px;
					line-height: 98px;
					text-align: center;
				}
				.news-nav li a{
					color: #fff;
					font-size: 24px;
				}
				.news-nav li.active{
					background: #fff;
				}
				.news-nav li.active a{
					color:#004386;
				}
				
				
				.fl_l {
					float: left;
				}
				.news-nav li.active{
					background: #fff;
				}
				.news-nav li.active a{
					color:#004386;
				}
				
				
				.news-nav li{
					display: inline-block;
					height: 98px;
					margin-top: 1px;
					width: 300px;
					line-height: 98px;
					text-align: center;
				}
				.news-nav li a{
					color: #fff;
					font-size: 24px;
				}
				
				
}

.fenge{
	margin-bottom: 75px;
}

.news-nav li{
	width: 48%;
	height: 50px;
	line-height: 50px;
}

.news-nav{
	height: auto;
	padding: 10px 0;
}
.pn-nav-mian {
    height: 78px;
    background: #0a6296;
    line-height: 78px;
}
.fl_l {
	float: left;
}
.news-nav li.active{
	background: #fff;
}
.news-nav li.active a{
	color:#0a6296;
}

.feat-tit{
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #004386;
	position: relative;
	margin: 30px 0;
	height: 50px;
}
.feat-tit span{
	font-size: 40px;
	font-weight: bold;
	color: #333333;

	position: absolute;
	background: #fff;
	left: 0;
	bottom: -2px;
	padding-right: 40px;
}


.news-nav{
	height: 100px;
	background: #0a6296;
}
.news-nav li{
	display: inline-block;
	height: 98px;
	margin-top: 1px;
	width: 300px;
	line-height: 98px;
	text-align: center;
}
.news-nav li a{
	color: #fff;
	font-size: 24px;
}
.news-nav li.active{
	background: #fff;
}
.news-nav li.active a{
	color:#0a6296;
}

.solus{ background:white;}

.solus-nav li{
	width: 210px;
	height: 78px;
	line-height: 78px;
}
.solus-nav {
	height: 78px;
	line-height: 78px;
}


.ipro-btm-con img{
	width: 100%;
}
.ipro-btm-con {
	border: 1px solid #999;
	text-align: center;
}
.ipro-btm-con h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 14px;
}

.ipro-btm-con span{
	font-size: 14px;
	color: #999;
}



.solcot_ct{
	font-size: 16px;
	line-height: 36px;
	color: #333;
	text-align:left;
}

.solcot_ct p {
	text-indent: 2em;	
	margin-bottom: 10px;
	font-size: 16px;
}

.solcot_ct p img {		
	margin: 20px auto;
	width: 100%;
	display: block;
}

.sonbt_cot{
	padding: 116px 0 0 40px;
}
.sonbt_cot h3{
	font-size: 60px;
	color: #fff;
}
.sonbt_cot p{
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
}
.sonbt_cot a{
	display: block;
	width: 160px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #fff;
	border: 1px solid #fff;
	margin-top: 60px;
	position: relative;
	transition: all .5s;
}

.sonbt_cot a::after{
	content: '';
	    display: block;
	    width: 100%;
	    height: 0px;
	    background-color: rgb(185,220,255);
	    position: absolute;
	    left: 0;
	    bottom: 0;
	    transition: all .5s;
}
.sonbt_cot a:hover::after{
	height: 100%;
}
.sonbt_cot a:hover{
	border-color: #3399ff;
}
.sonbt_cot a span{
	position: relative;
	z-index: 2;
}
img {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=5);
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.solution-con h3{ margin-top:1px; margin-bottom:0px;}
.sofoot{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px; background:white;}
.sol_jx{
	background:white;	
}




