<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/*ç«‹ç£¨ä¸“é¢˜*/


/*bannerå¼€å§‹*/
.ban{
	position: relative;
	z-index: -1;
	height: 700px;
	background: url(../images/spe-bg.jpg) no-repeat;
	background-position: top center;
	background-size: cover;
	overflow: hidden;
}
.ban-bg{
	position: relative;
}
.ban-bg .ban-img{
	margin: 80px auto 0;
}
.ban-bg .ban-img img{
	width: 100%;
	display: block;
	max-width: 1102px;
	min-width: 350px;
}
.ban-bg .ban-text{
	position: absolute;
	bottom: -38px;
    left: 40%;
}
.ban-bg .ban-text p{
	font-weight: bold;
}
.ban-bg .ban-text p:first-of-type{
	font-size: 28px;
	color: #ffd959;
	margin-bottom: 8px;
}
.ban-bg .ban-text p:first-of-type:before{
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 300px;
	height: 2px;
	background-color: #ffd959;
}
.ban-bg .ban-text p:last-of-type{
	font-size: 25px;
	text-align: right;
	color: #fff;
}
.ban-bg .ban-text p b{
	font-size: 28px;
	color: #ffd959;
}

@media (max-width: 1200px) and (min-width: 992px){
	
}

@media (max-width: 991px) and (min-width: 768px){
.ban{
	height: 560px;
}

.ban-bg .ban-img{
	margin: 80px auto 0;
}

.ban-bg .ban-text{
	bottom: -55px;
    left: 38%;
}
	
}

@media (max-width: 767px){
.ban{
	height: 360px;
}

.ban-bg .ban-img{
	margin: 80px auto 0;
}

.ban-bg .ban-text{
	position: static;
}

.ban-bg .ban-text p:first-of-type{
	font-size: 20px;
	margin-bottom: 0;
	text-align: center;
}
.ban-bg .ban-text p:first-of-type:before{
	display: none;
}
.ban-bg .ban-text p:last-of-type{
	font-size: 18px;
	text-align: right;
	color: #fff;
	text-align: center;
}
.ban-bg .ban-text p b{
	font-size: 20px;
	color: #ffd959;
}	
	
}



/*bannerç»“æŸ*/

/*ä¸»è¦ç»“æž„å¼€å§‹*/
.structure{
	position: relative;
    top: -75px;
    margin-bottom: -60px;
}
.structure .str-nr{
	background-color: #fff;
}
.str-tittle{
	padding: 15px 0;
}
.str-tittle h3{
	color: #fff;
    display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
	background-color: #1066CF;
}


.str-img{}
.banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
}

.banner .img{}
.banner .img li{
	display: none;
}
.banner .img li.ab{
	display: block !important;
}
.banner .img li img{
	width: 100%;
	max-width: 461px;
}

.banner .num{
	width: 100%;
	text-align: center;
}
.banner .num li{
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #aaa;
	cursor: pointer;
}
.banner .num li.at{
	background-color: #1066CF;
}

.banner .num li img{
	width: 100%;
}

.banner .btn_l,.banner .btn_r{
	position: absolute;
	top: 30%;
	font-size: 50px;
	color: #999;
}
.banner .btn_l:hover,.banner .btn_r:hover{
	color: #555;
}
.banner .btn_l:active,.banner .btn_r:active{
	box-shadow: none;
}
.banner .btn_l:focus,.banner .btn_r:focus{
	outline: none;
}

.banner .btn_l{
	left: -20px;
}
.banner .btn_r{
	right: -20px;
}

.str-text{}
.str-text li{}
.str-text li h4{
	color: #1066CF;
	font-size: 26px;
	font-weight: bold;
}
.str-text li h4 small{
	color: #1066CF;
	font-weight: bold;
}

.str-text li p{
	font-size: 18px;
    line-height: 30px;
    margin: 8px 0;
}

@media (max-width: 767px){
	
.structure{
	position: relative;
    top: 0;
    margin-bottom: 0;
}
	
	
}



/*ä¸»è¦ç»“æž„ç»“æŸ*/


/*å·¥ä½œåŽŸç†åŠå·¥è‰ºæµç¨‹å¼€å§‹*/
.principle{
	background-color: rgba(16,102,207,.3);
}
.prin-tittle{
	padding: 15px 0;
}
.prin-tittle h3{
	color: #fff;
    display: inline-block;
    padding: 10px 25px;
    font-weight: bold;
	background-color: #1066CF;
}
.prin-tittle p{
	font-size: 18px;
	color: #1066CF;
	font-weight: bold;
}


.prin-nr{
	padding: 15px 0;
}
.prin-nr li{
	width: 80%;
	position: relative;
	margin: 0 35px;
	transition: all 0.66s;
}
.prin-nr li.clk{
	width: 50px;
}

.prin-nr .prin-lm{}
.prin-nr .prin-yl{}
.prin-nr .prin-lm .prin-lm-tittle{
	position: absolute;
	top: 0;
	left: -30px;
	z-index: 5;
	color: #000;
	font-weight: bold;
	width: 80px;
    padding: 80px 20px 30px;
    line-height: 42px;
    font-size: 40px;
	background-color: #ffd959;
}
.prin-nr .prin-lm .prin-lm-tittle:focus,.prin-nr .prin-lm .prin-lm-tittle:visited{
	text-decoration: none;
}
.prin-nr .prin-lm .prin-lm-tittle:before{
	position: absolute;
	top: -10px;
    left: 2px;
	font-family: "Lucida Calligraphy";
	font-size: 150px;
	color: #1066CF;
}
.prin-nr .prin-yl .prin-lm-tittle:before{
	content: "1";
}
.prin-nr .prin-lc .prin-lm-tittle:before{
	content: "2";
}

.prin-nr .prin-lm .prin-lm-text{
	border: 1px solid #ffd959;
	padding: 20px 10px 10px 60px;
	background-color: rgba(255,255,255,.3);
	height: 500px;
	overflow: hidden;
}
.prin-nr .prin-lm .prin-lm-text .prin-lm-text-nr{
	overflow: hidden;
	padding: 10px;
}
.prin-nr .prin-lm .prin-lm-text .prin-lm-text-nr p{
	width: 45%;
	font-size: 16px;
	text-indent: 2em;
	display: inline-block;
	margin-right: 3%;
    float: left;
    line-height: 25px;
}
.prin-nr .prin-lm .prin-lm-text .prin-lm-text-nr div{
	width: 50%;
	display: inline-block;
	float: left;
}
.prin-nr .prin-lm .prin-lm-text .prin-lm-text-nr div img{
	width: 100%;
	max-width: 387px;
}







@media (max-width: 991px){
	

.prin-nr{
	padding: 15px 0;
}
.prin-nr li{
	width: 100%;
	position: relative;
	margin: 30px 0 45px;
	transition: all 0.66s;
}


.prin-nr .prin-lm{}
.prin-nr .prin-yl{}
.prin-nr .prin-lc .prin-lm-text .prin-lm-text-nr{
	display: none;
}

.prin-nr .prin-lm .prin-lm-tittle{
	position: absolute;
    top: -32px;
    left: 0;
    z-index: 5;
    width: 100%;
    /* height: 78px; */
    padding: 15px 30px 15px 90px;
    line-height: 20px;
    font-size: 28px;
}


.prin-nr .prin-yl .prin-lm-tittle:before{
	content: "1";
}
.prin-nr .prin-lc .prin-lm-tittle:before{
	content: "2";
}

.prin-nr .prin-lm .prin-lm-text{
	border: 1px solid #ffd959;
	padding: 30px 10px 10px 20px;
	height: auto;
}

	
	
	
}





@media (max-width: 650px){
.prin-nr li {
    width: 100%;
    position: relative;
    margin: 30px 0 40px;
    transition: all 0.66s;
}
.prin-nr .prin-lm .prin-lm-tittle {
    position: absolute;
    top: -32px;
    left: 0;
    z-index: 5;
    width: 100%;
    /* height: 78px; */
    padding: 15px 30px 15px 75px;
    line-height: 20px;
    font-size: 25px;
}
	
.prin-nr .prin-lm .prin-lm-tittle:before{
	position: absolute;
	top: -5px;
    left: 10px;
    font-size: 100px;
    font-weight: bold;
}
.prin-nr .prin-yl .prin-lm-tittle:before{
	content: "1";
}
.prin-nr .prin-lc .prin-lm-tittle:before{
	content: "2";
}

.prin-nr .prin-lm .prin-lm-text{
	border: 1px solid #ffd959;
	padding: 30px 10px 10px 20px;
	height: auto;
}
.prin-nr .prin-lm .prin-lm-text .prin-lm-text-nr{
	overflow: hidden;
	padding: 10px;
}
.prin-nr .prin-lm .prin-lm-text .prin-lm-text-nr p{
	width: 100%;
	font-size: 16px;
	text-indent: 2em;
	display: inline-block;
	margin-right: 0;
    float: left;
    line-height: 25px;
}
.prin-nr .prin-lm .prin-lm-text .prin-lm-text-nr div{
	width: 100%;
	display: inline-block;
	float: left;
}

	
	
	
	
}


/*å·¥ä½œåŽŸç†åŠå·¥è‰ºæµç¨‹ç»“æŸ*/


/*è¶…ç»†ç«‹ç£¨ä¸Žå…¶ä»–æœºå™¨æ€§èƒ½æ¯”è¾ƒå¼€å§‹*/
.comparison{
	margin: 20px 0 40px;
}

.com-tittle{
	padding: 20px 0;
}
.com-tittle h3{
	color: #1066CF;
    font-weight: bold;
}
.com-tittle p{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}

.com-nr{}
.com-nr table{}
.com-nr table tbody{}
.com-nr table tbody tr{}



.table-hover&gt;tbody&gt;tr:nth-of-type(2n-1){
	background-color: rgba(16,102,207,.06);
}
.table-hover&gt;tbody&gt;tr:hover{
	background-color: rgba(16,102,207,.1);
}

.com-nr table tbody tr th{
	background-color: rgba(16,102,207,.8);
	text-align: center;
	font-size: 20px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
	vertical-align: middle;
}
.com-nr table tbody tr th b{}

.com-nr table tbody tr td{
	vertical-align: middle;
}
.com-nr table tbody tr td b{}
.com-nr table tbody tr td:first-of-type{
	width: 20%;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
}

.com-a{
	clear: both;
}
.com-a a{
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 22px;
	color: #333;
	background-color: rgba(255,217,89,.8);
}



@media (max-width: 767px){
.com-nr table{
	width: 1000px;
}	
.com-nr table tbody tr td:first-of-type {
    width: 90px;
    font-size: 16px;
}
.com-nr table tbody tr td{
	white-space: normal !important;
}	
	
}




/*è¶…ç»†ç«‹ç£¨ä¸Žå…¶ä»–æœºå™¨æ€§èƒ½æ¯”è¾ƒç»“æŸ*/



/*è¶…ç»†ç«‹ç£¨æŠ€æœ¯ä¼˜åŠ¿å¼€å§‹*/
.advantage{
	margin: 20px 0;
	background-color: rgba(16,102,207,.3);
	
}
.adv-tittle{
	padding: 20px 0;
}
.adv-tittle h3{
	color: #1066CF;
    font-weight: bold;
}

.adv-lis{}
.adv-lis ul{
	margin: 0 auto;
    width: 75%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    background-color: rgba(16,102,207,.9);
    border-radius: 8px;
}
.adv-lis ul li{
	width: 25%;
}
.adv-lis ul li a{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.adv-lis ul li a.ys{
	background-color: #ffd959;
	color: #000;
}


.adv-nr{
	margin: 20px 0;
	border-radius: 8px;
	background-color: rgba(255,255,255,.3);
	padding: 30px 20px 20px;
}
.adv-nr li{
	position: relative;
	display: none;
}
.adv-nr li:first-of-type{
	display: block;
}
.adv-nr li div{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 10%;
	margin-bottom: 10px;
}
.adv-nr li p{
	display: inline-block;
	width: 32.9%;
	padding: 0 5px;
	font-size: 16px;
	line-height: 25px;
}
.adv-nr li p img{
	width: 100%;
}


@media (max-width: 991px){


.adv-nr li div{
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-left: 10%;
	margin-bottom: 10px;
}
.adv-nr li p{
	display: inline-block;
	width: 90%;
	padding: 0 5px;
	font-size: 16px;
	line-height: 25px;
}	
	
	
}

@media (max-width: 550px){
	
.adv-lis ul{
	margin: 0 auto;
    width: 100%;
    height: auto;
    line-height: 45px;
    overflow: hidden;
    background-color: rgba(16,102,207,.9);
    border-radius: 8px;
}
.adv-lis ul li{
	width: 100%;
	float: none;
}	
	
	
}



/*è¶…ç»†ç«‹ç£¨æŠ€æœ¯ä¼˜åŠ¿ç»“æŸ*/




/*CLUMè¶…ç»†ç«‹ç£¨å’ŒåŒè¡Œæ¯”è¾ƒå¼€å§‹*/
.contrast{
	margin: 20px 0;
}
.con-tittle{
	padding: 20px 0;
}
.con-tittle h3{
	color: #1066CF;
    font-weight: bold;
}


.con-nr{}

.con-nr .con-nr-tp{
	position: relative;
}
.con-nr .con-nr-tp .con-nr-tp-img{
	width: 40%;
	margin: 0 auto;
	position: relative;
}
.con-nr .con-nr-tp .con-nr-tp-img:before{
	content: "";
	position: absolute;
	top: 40px;
    left: -45px;
    z-index: -1;
    width: 480px;
    height: 480px;
	background-color: #5793DD;
	border-radius: 50%;
}
.con-nr .con-nr-tp .con-nr-tp-img img{
	width: 100%;
}

.con-nr .con-nr-tp .con-nr-tp-lis{}
.con-nr .con-nr-tp .con-nr-tp-lis .lis{
	position: absolute;
	width: 300px;
}

.con-nr .con-nr-tp .con-nr-tp-lis .lis i{
	display: block;
	width: 70px;
    height: 70px;
	background-color: #FFD959;
	border-radius: 50%;
	transition: all 0.33s;
}
.con-nr .con-nr-tp .con-nr-tp-lis .lis:hover i{
	border: 3px solid #ffc500;
	background-color: #ffe792;
    box-shadow: 0 0px 18px #000;
}

.con-nr .con-nr-tp .con-nr-tp-lis .lis i img{
	width: 100%;
}
.con-nr .con-nr-tp .con-nr-tp-lis .lis p{
	font-size: 24px;
	color: #000;
	line-height: 40px;
	font-weight: bold;
}
.con-nr .con-nr-tp .con-nr-tp-lis .lis span{
	display: block;
	font-size: 18px;
	/*white-space: pre-wrap;*/
}


.lis-lf i{
	float: right;
	margin-left: 10px;
}
.lis-lf p{
	text-align: right;
}
.lis-lf span{
	text-align: right;
}
.lis-rg i{
	float: left;
	margin-right: 10px;
}
.lis-rg p{
	text-align: left;	
}
.lis-rg span{
	text-align: left;	
}




#lis1{
	top: 100px;
    left: 77px;
}
#lis1 i{
	padding: 15px 12px;
}
#lis2{
	top: 225px;
    left: 35px;
}
#lis2 i{
	padding: 12px 14px;
}
#lis3{
	top: 360px;
    left: 55px;
}
#lis3 i{
    padding: 10px 22px;
}

#lis4{
	top: 100px;
    right: 145px;
}
#lis4 i{
    padding: 12px 13px;
}
#lis5{
	top: 225px;
    right: 102px;
}
#lis5 i{
    padding: 13px 13px;
}


/*æ–‡å­—æè¿°*/
.con-text{
	background-color: #ffd959;
	padding: 20px 40px;
	position: relative;
}
.con-text:before{
	content: "";
	position: absolute;
	left: 50%;
    margin-left: -17%;
	top: -100px;
	z-index: -2;
	width: 30%;
	height: 30%;
	background-color: #ffd959;
}
.con-text div{
	margin-bottom: 10px;
}
.con-text div .con-text-lf{
	font-size: 20px;
    width: 15%;
    text-align: center;
    float: left;
    padding-top: 10px;
    vertical-align: middle;
}
.con-text div .con-text-rg{
	display: inline-block;
	width: 80%;
    font-size: 16px;
    line-height: 27px;
}
.con-text p{
	font-size: 24px;
	font-weight: bold;
	padding: 0 20px;
	text-indent: 2em;
}
.con-text p b{
	font-size: 40px;
	margin-left: 10px;
	font-weight: bolder;
}






@media (max-width: 1200px) and (min-width: 992px){
.con-nr .con-nr-tp .con-nr-tp-img:before {
    top: 40px;
    left: -30px;
    z-index: -1;
    width: 400px;
    height: 400px;
}	


#lis1{
	top: 100px;
    left: 15px;
}

#lis2{
	top: 225px;
    left: -10px;
}

#lis3{
	top: 347px;
    left: 55px;
}

#lis4{
	top: 100px;
    right: 52px;
}

#lis5{
	top: 225px;
    right: 27px;
}
	
	
}

@media (max-width: 991px) and (min-width: 768px){
.con-nr .con-nr-tp .con-nr-tp-img{
	width: 60%;
	margin: 0;
}
.con-nr .con-nr-tp .con-nr-tp-img:before{
    top: 57px;
    left: -33px;
    z-index: -1;
    width: 430px;
    height: 430px;
}
.lis-lf i{
	float: left;
	margin-right: 10px;
}
.lis-lf p{
	text-align: left;
}
.lis-lf span{
	text-align: left;
}


.con-nr .con-nr-tp .con-nr-tp-lis .lis{
	width: 320px;
}

.con-nr .con-nr-tp .con-nr-tp-lis .lis p{
    font-size: 22px;
    line-height: 28px;
}
	
	

#lis1{
	top: 30px;
    right: 45px;
    left: inherit;
}

#lis2{
	top: 106px;
    right: 45px;
    left: inherit;
}

#lis3{
	top: 190px;
    right: 45px;
    left: inherit;
}

#lis4{
	top: 270px;
    right: 34px;
}

#lis5{
	top: 355px;
    right: 34px;
}	
.con-text:before{
	position: inherit;
	left: 50%;
    margin-left: -17%;
	top: -100px;
	z-index: -2;
	width: 0;
	height: 0;
}
	
}


@media (max-width: 767px){
.con-nr .con-nr-tp .con-nr-tp-img{
	width: 100%;
    margin: 0 auto;
    max-width: 600px;
}
.con-nr .con-nr-tp .con-nr-tp-img:before{
    top: 45px;
    left: -20px;
    z-index: -1;
    width: 100%;
    height: 90%;
}



.lis-lf i{
	float: left;
	margin-right: 10px;
}
.lis-lf p{
	text-align: left;
}
.lis-lf span{
	text-align: left;
}

.con-nr .con-nr-tp .con-nr-tp-lis .lis{
	position: relative;
    width: 100%;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    margin-bottom: 15px;
}

.con-nr .con-nr-tp .con-nr-tp-lis .lis i{
	display: block;
	width: 50px;
    height: 50px;
	margin: 0 10px;
}
.con-nr .con-nr-tp .con-nr-tp-lis .lis i img{
	width: 100%;
}
.con-nr .con-nr-tp .con-nr-tp-lis .lis p{
	font-size: 20px;
    line-height: 30px;
}
.con-nr .con-nr-tp .con-nr-tp-lis .lis span{
	font-size: 16px;
	/*white-space: pre-wrap;*/
}


#lis1 i{
	padding: 12px 8px;
}
#lis2 i{
	padding: 9px 10px;
}
#lis3 i{
    padding: 8px 15px;
}
#lis4 i{
    padding: 10px 9px;
}
#lis5 i{
    padding: 10px 10px;
}


/*æ–‡å­—æè¿°*/
.con-text{
	background-color: #ffd959;
	padding: 20px;
}
.con-text:before{
	position: inherit;
	left: 50%;
    margin-left: -17%;
	top: -100px;
	z-index: -2;
	width: 0;
	height: 0;
}
.con-text div .con-text-lf{
    font-size: 18px;
    width: 100%;
    text-align: left;
    float: none;
    padding: 0px; 
    margin-bottom: 5px;
}
.con-text div .con-text-rg{
	display: block;
	width: 100%;
    font-size: 16px;
    line-height: 27px;
}
.con-text p{
	font-size: 20px;
	padding: 0 20px;
}
.con-text p b{
	font-size: 30px;
}
		
	
	
}


/*CLUMè¶…ç»†ç«‹ç£¨å’ŒåŒè¡Œæ¯”è¾ƒç»“æŸ*/


/*è¶…ç»†ç«‹ç£¨æŠ€æœ¯å‚æ•°å¼€å§‹*/
.parameter{}
.par-tittle{}
.par-tittle h3{
	color: #1066CF;
	font-weight: bold;
}
.par-tittle p{
	font-size: 18px;
    color: #333;
    font-weight: bold;
}
.par-nr{
	padding: 20px 0;
}
.par-nr p{
	font-size: 16px;
}
.par-nr p b{
	margin-left: 20px;
}

.par-trs{}
.par-trs tr{}
.par-trs tr:first-of-type{}

.par-trs tr th{
	font-size: 18px;
	background-color: rgba(16,102,207,.8);
    text-align: center;
    font-size: 20px;
    color: #fff;
    vertical-align: middle !important;
}
.par-trs tr td{
	text-align: center;
	vertical-align: middle !important;
}
.par-trs tr td:first-of-type{
	font-size: 15px;
}


/*è¶…ç»†ç«‹ç£¨æŠ€æœ¯å‚æ•°ç»“æŸ*/

/*ä¸åŒåž‹å·æŠ€æœ¯å‚æ•°å¼€å§‹*/
.model{
	padding: 20px 0;
	background-color: rgba(16,102,207,.6);
}
.mod-tittle{
	margin: 20px 0 30px;
}
.mod-tittle ul{
	width: 90%;
	margin: 0 auto;
}
.mod-tittle ul li{
	display: inline-block;
	width: 32.9%;
	padding: 0 10px;
}
.mod-tittle ul li a{
	display: block;
	position: relative;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 15px 25px;
	border-radius: 8px;
	text-align: center;
	background-color: #1066CF;
}
.mod-tittle ul li a:after{
	content: "";
	position: absolute;
    left: 50%;
    bottom: -36px;
    z-index: 1;
    width: 20px;
    height: 20px;
    border: 20px solid rgba(255,255,255,0);
    border-top: 16px solid #1066CF;
    margin-left: -20px;
}
.mod-tittle ul li a.kk,.mod-tittle ul li a:hover{
	background-color: #ffd959;
	color: #000;
}
.mod-tittle ul li a.kk:after,.mod-tittle ul li a:hover:after{
	border-top-color: #ffd959;
}


.mod-lis{}
.mod-lis li{
	display: none;
	background-color: #fff;
}
.mod-lis li:first-of-type{
	display: block;
}
.mod-lis li table{
	margin: 0;
}
.mod-trs{}
.mod-trs tr{}
.mod-trs tr:first-of-type{}
.mod-trs tr th{
	font-size: 18px;
    background-color: #525A65;
    text-align: center;
    font-size: 20px;
    color: #fff;
    vertical-align: middle !important;
}
.mod-trs tr td{
	text-align: center;
	vertical-align: middle !important;
}
.mod-trs tr td:first-of-type{
	font-size: 15px;
}

.mod-txt{
	padding-left: 10px;
}
.mod-txt&gt;p{
	font-size: 20px;
	font-weight: bold;
	color: #ffd959;
	margin: 10px 0;
}
.mod-txt div{
	padding: 10px 15px;
	border-radius: 8px;
	display: inline-block;
	background-color: rgba(255,217,89,1);
}
.mod-txt div p{
	font-size: 16px;
	line-height: 25px;
}



@media (max-width: 767px){
.mod-tittle ul{
	width: 100%;
	margin: 0;
}
.mod-tittle ul li{
	width: 100%;
	padding: 10px 0;
}



	
}



/*ä¸åŒåž‹å·æŠ€æœ¯å‚æ•°ç»“æŸ*/



/*åº”ç”¨é¢†åŸŸåŠæ¡ˆä¾‹å¼€å§‹*/
.case{
	margin: 20px 0;
}
.cas-tittle{
	margin-bottom: 20px;
}
.cas-tittle h3{
	color: #1066CF;
    font-weight: bold;
}
.cas-tittle p{
	font-size: 16px;
    color: #333;
    text-indent: 2em;
}

.cas-lis{
	padding: 20px 0;
}
.cas-lis li{
	cursor:pointer;
	padding: 15px 10px;
	border-bottom: 1px dashed #1066CF;
}
.cas-lis li div{
	font-size: 22px;
	line-height: 40px;
}
.cas-lis li p{
	font-size: 15px;
	display: none;
}

.cas-lis li.dd,.cas-lis li:hover{
	color: #fff;
	background-color: rgba(16,102,207,.8);
}
.cas-lis li.dd p,.cas-lis li:hover p{
	display: block;
}

.cas-img li{
	display: none;
}
.cas-img li:first-of-type{
	display: block;
}
.cas-img li img{
	width: 100%;
}




/*åº”ç”¨é¢†åŸŸåŠæ¡ˆä¾‹ç»“æŸ*/



























</pre></body></html>