/* 通用样式 */

body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, td, img, div, dl, dt, dd, input {
	margin: 0;
	padding: 0;
}
body, input, textarea {
	font-size: 14px;
	color: #666666;
	font-family: '微软雅黑';
}
img {
	border: none;
}
ul, ol, li, a {
	list-style: none;
	text-decoration: none!important;
}
input, select, textarea {
	outline: none;
	border: none;
	background: #FFF;
}
textarea {
	resize: none;
}
/* 通用样式end */
/* 导航 */
.daohang{
	background-color: #2edec7;
	height: 65px;
}
.daohang .dhanghanzi a{
	font-size: 16px;
	color: #333333;
	line-height: 63px;
}
.dhanghanzi{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.dhanghanzi li{
	float: left;
	padding: 0 40px;
}
.dhanghanzi .active{
	background-color:#2eb9b5;
}
.dhanghanzi li:hover{
	background-color: #2eb9b5;
}
/* 六大服务项目 */
.sixser .advantage01{
	width: 100%;
	height: 106px;
	border: #1c398c solid 2px;
	border-radius: 20px;
}

.sixser .advantage01 .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage01 .home-threeico-h span.home-threeico-h1 {
    color: #1c398c;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.sixser .advantage01 .home-threeico-h span.home-threeico-h2 {
    color: #1c398c;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}
.sixser .advantage01:hover{
	background-color: #1c398c;
}

.sixser .advantage01:hover .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage01:hover .home-threeico-h span.home-threeico-h1 {
    color: #ffffff;
}
.sixser .advantage01:hover .home-threeico-h span.home-threeico-h2 {
    color: #ffffff;
}
/* 2 */
.sixser .advantage02{
	width: 100%;
	height: 106px;
	border: #2d78c5 solid 2px;
	border-radius: 20px;
}


.sixser .advantage02 .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage02 .home-threeico-h span.home-threeico-h1 {
    color: #2d78c5;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.sixser .advantage02 .home-threeico-h span.home-threeico-h2 {
    color: #2d78c5;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}
.sixser .advantage02:hover{
	background-color: #2d78c5;
}

.sixser .advantage02:hover .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage02:hover .home-threeico-h span.home-threeico-h1 {
    color: #ffffff;
}
.sixser .advantage02:hover .home-threeico-h span.home-threeico-h2 {
    color: #ffffff;
}
/* 3 */
.sixser .advantage03{
	width: 100%;
	height: 106px;
	border: #3964dd solid 2px;
	border-radius: 20px;
}


.sixser .advantage03 .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage03 .home-threeico-h span.home-threeico-h1 {
    color: #3964dd;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.sixser .advantage03 .home-threeico-h span.home-threeico-h2 {
    color: #3964dd;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}
.sixser .advantage03:hover{
	background-color: #3964dd;
}

.sixser .advantage03:hover .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage03:hover .home-threeico-h span.home-threeico-h1 {
    color: #ffffff;
}
.sixser .advantage03:hover .home-threeico-h span.home-threeico-h2 {
    color: #ffffff;
}
/* 4 */
.sixser .advantage04{
	width: 100%;
	height: 106px;
	border: #20a0df solid 2px;
	border-radius: 20px;
}


.sixser .advantage04 .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage04 .home-threeico-h span.home-threeico-h1 {
    color: #20a0df;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.sixser .advantage04 .home-threeico-h span.home-threeico-h2 {
    color: #20a0df;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}
.sixser .advantage04:hover{
	background-color: #20a0df;
}

.sixser .advantage04:hover .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage04:hover .home-threeico-h span.home-threeico-h1 {
    color: #ffffff;
}
.sixser .advantage04:hover .home-threeico-h span.home-threeico-h2 {
    color: #ffffff;
}
/* 5 */
.sixser .advantage05{
	width: 100%;
	height: 106px;
	border: #1ec1d6 solid 2px;
	border-radius: 20px;
}


.sixser .advantage05 .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage05 .home-threeico-h span.home-threeico-h1 {
    color: #1ec1d6;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.sixser .advantage05 .home-threeico-h span.home-threeico-h2 {
    color: #1ec1d6;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}
.sixser .advantage05:hover{
	background-color: #1ec1d6;
}

.sixser .advantage05:hover .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage05:hover .home-threeico-h span.home-threeico-h1 {
    color: #ffffff;
}
.sixser .advantage05:hover .home-threeico-h span.home-threeico-h2 {
    color: #ffffff;
}

/* 6*/
.sixser .advantage06{
	width: 100%;
	height: 106px;
	border: #0ca469 solid 2px;
	border-radius: 20px;
}


.sixser .advantage06 .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage06 .home-threeico-h span.home-threeico-h1 {
    color: #0ca469;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.sixser .advantage06 .home-threeico-h span.home-threeico-h2 {
    color: #0ca469;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}
.sixser .advantage06:hover{
	background-color: #0ca469;
}

.sixser .advantage06:hover .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage06:hover .home-threeico-h span.home-threeico-h1 {
    color: #ffffff;
}
.sixser .advantage06:hover .home-threeico-h span.home-threeico-h2 {
    color: #ffffff;
}

.sixser .advantage07{
	width: 100%;
	height: 106px;
	border: #7b895e solid 2px;
	border-radius: 20px;
}


.sixser .advantage07 .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage07 .home-threeico-h span.home-threeico-h1 {
    color: #7b895e;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.sixser .advantage07 .home-threeico-h span.home-threeico-h2 {
    color: #7b895e;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}
.sixser .advantage07:hover{
	background-color: #7b895e;
}

.sixser .advantage07:hover .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage07:hover .home-threeico-h span.home-threeico-h1 {
    color: #ffffff;
}
.sixser .advantage07:hover .home-threeico-h span.home-threeico-h2 {
    color: #ffffff;
}



.sixser .advantage08{
	width: 100%;
	height: 106px;
	border: #00958c solid 2px;
	border-radius: 20px;
}


.sixser .advantage08 .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage08 .home-threeico-h span.home-threeico-h1 {
    color: #00958c;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.sixser .advantage08 .home-threeico-h span.home-threeico-h2 {
    color: #00958c;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    margin-top: 3px;
}
.sixser .advantage08:hover{
	background-color: #00958c;
}

.sixser .advantage08:hover .home-threeico-h{
	width: 100%;
    height: 106px;
    line-height: 106px;
    margin: auto;
    text-align: center;
}
.sixser .advantage08:hover .home-threeico-h span.home-threeico-h1 {
    color: #ffffff;
}
.sixser .advantage08:hover .home-threeico-h span.home-threeico-h2 {
    color: #ffffff;
}
















/* 公司新闻 */

.rightcontent .rightnews{
	display:none;
}

.rightcontent .on{
	display:block;
}

.newsxw .p_box001 a{
	display: block;
	width: 100%;
	height: 80px;
	line-height: 80px;
	background-color: #e6ebef;
	color: #666666;
	text-align: center;
	font-size: 16px;
}
.newsxw .p_box001 a.on{
	background-color: #2edec7;
	color: #ffffff;
}
.newsxw .p_box001 a:hover{
	background-color: #2edec7;
	color: #ffffff;
	border-top: 2px solid #20817e;
}
.newsxw  .conrone{
	border-bottom: 1px solid #f0f0f0;
}
.newsxw  .conrone .title{
    font-size: 14px;
    color: #323232;	
}
.newsxw  .conrone .title  a{
    color: #323232;	
}
.newsxw  .conrone .times {
	text-align: right;
}
.newsxw  .conrone .neidrong {
	color: rgba(102,102,102,1);
	font-size: 14px;
	line-height: 26px;
}
.partner span{
	color:#2eb9b5;
	font-size: 24px;
	font-weight: 600;
}
.ormatifs img{
	width: 100%;
	height: auto;
	border: 1px solid #cccccc;
}
.footer{
	background-color: #2eb9b5;
	color: #ffffff;
}
.footer .fhauoghfue{
	border-bottom: 1px solid #ffffff;
}
.footer .fhauoghfue span{
	display: block;
	font-size: 16px;
	
}
.footer .fhauoghfue a{
	display: block;
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
}
.footer  .fhauoghfue font{
	display: block;
	font-size: 14px;
	line-height: 26px;
}
/* 手机导航 */
@media only screen and (min-width: 320px) and (max-width: 764px) {
	.sjdh{
		position: fixed;
		top: 0;
		height: 70px;
		z-index: 999;
	}
	.sjdh nav{
		background-color: #2eb9b5;
		z-index: 100;
	}
	.sjdh .gsmfhgjhg{
		color: #ffffff;
		font-size: 16px;
	}
	
	.sjdh .navbar-toggler img{
		width: 2.5rem;
		
	}
	.sjdh .navbar-light .navbar-toggler{
		border: 1px solid #cccccc;
	}
	.sjdh .navbar-light .navbar-toggler:hover{
		border: 1px solid #cccccc;
	}
	.sjdh .nav-link{
		color: #ffffff!important;
	}
    /* 手机端幻灯片 */
    .sjbanner{
        margin-top: 66px;
    	z-index: 1;
		display: block;
    }
    .sjbanner .carousel-indicators {
        bottom: 22px;
    }
	.sjbanner img{
		display: block;
	}
	.sixser .advantage01{
		width: 100%;
		height: 70px;
	}
	.sixser .advantage01 .home-threeico-h{
		width: 100%;
		height: 70px;
		line-height:70px;
		text-align: center;
	}
	.sixser .advantage02{
		width: 100%;
		height: 70px;
	}
	.sixser .advantage02 .home-threeico-h{
		width: 100%;
		width: 100%;
		height: 70px;
		line-height:70px;
		text-align: center;
	}
	.sixser .advantage03{
		width: 100%;
		height: 70px;
	}
	.sixser .advantage03 .home-threeico-h{
		width: 100%;
		width: 100%;
		height: 70px;
		line-height:70px;
		text-align: center;
	}
	.sixser .advantage04{
		width: 100%;
		height: 70px;
	}
	.sixser .advantage04 .home-threeico-h{
		width: 100%;
		height: 70px;
		line-height:70px;
		text-align: center;
	}
	.sixser .advantage05{
		width: 100%;
		height: 70px;
	}
	.sixser .advantage05 .home-threeico-h{
		width: 100%;
		height: 70px;
		line-height:70px;
		text-align: center;
	}
	.sixser .advantage06{
		width: 100%;
		height: 70px;
	}
	.sixser .advantage06 .home-threeico-h{
		width: 100%;
		height: 70px;
		line-height:70px;
		text-align: center;
	}
	.sixser .advantage07{
		width: 100%;
		height: 70px;
	}
	.sixser .advantage07 .home-threeico-h{
		width: 100%;
		height: 70px;
		line-height:70px;
		text-align: center;
	}
	.sixser .advantage08{
		width: 100%;
		height: 70px;
	}
	.sixser .advantage08 .home-threeico-h{
		width: 100%;
		height: 70px;
		line-height:70px;
		text-align: center;
	}
	.zwmxjdf img{
		width: 100%;
		height: auto;
	}

}