

 .accordion {
 	width: 100%;
 	max-width: 360px;
	background:#fff;
	border-bottom:1px solid #ebebeb;
 }

.accordion .link,
.accordion .nolink{
	display:block;
	line-height:56px;
	color:#666;
	font-size:16px;
	padding-left:30px;
	background:#fafafa;
	border:1px solid #ebebeb;
	border-bottom:none;
}
.accordion .link{
	background:#fafafa  url(../images/ysubnav.png) no-repeat  240px center;
	background-size:30px;
}
.accordion li.open .link{
	background: url(../images/ysubnav2.png) no-repeat  240px center;
	background-size:30px;
}
.accordion li.open .nolink{
	background-color:#1F579D;
}
.accordion li.open .nolink a{
	color:#fff;
}
.accordion .link:hover,
.accordion .nolink:hover a {
	color:#1F579D;
	transition: all 0.4s ease;
}
.accordion .nolink a {
	color:#4D4D4D;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.accordion .open .nolink a {
	color:#D2332F;
	
}
.accordion li:last-child .link,
.accordion li:last-child .nolink {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}
.accordion li.open .link{
	background-color:#1F579D;
}
.accordion li.open .link a{
	color:#fff;
}

.accordion li:hover {
	color:#1F579D !important
} 

.accordion li.open i {
	color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	background: #efefef;
 	font-size: 14px;
 }

 .submenu li {
 	border-bottom: 1px solid #fff;
 }

 .submenu a {
	display:block;
	line-height:46px;
	color:#666;
	font-size:14px;
	padding-left:30px;
	border:1px solid #ebebeb;
	border-bottom:none;
 }
.nolink a {
	display:block;
}
 .submenu a:hover,
 .select,
 .select a{
	 background: #F29715;
	 color: #fff  !important;
 }


.cage {
    width: 280px;
    background: #0A65A4;
    color: #fff;
    padding-left: 30px;
    font-size: 30px;
    height: 100px;
    line-height: 100px;
    margin-bottom: 10px;
}
.service {
    width: 1200px;
    margin: 50px auto;
}
.service_l {
    float: left;
    width: 280px;
}
.service_r {
    width: 870px;
    float: right;
}
.service_r_t {
    font-size: 24px;
    color: #000;
    border-bottom: 1px solid #E8E8E8;
    padding-top: 10px;
	margin-bottom:15px;
}
.service_r_t span {
    display: inline-block;
    border-bottom: 2px solid #1885BA;
    line-height: 30px;
    padding-bottom: 10px;
}
.fwly_box {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #F5F5F5;
    transition: all;
}
.fwly_box_r {
    width: 210px;
    height: 150px;
    overflow: hidden; float:left
}.fwly_box_r img {
    width: 100%;
    transition: all 0.6s;
}.fwly_box_l {
    padding: 15px 40px 15px 15px;
    box-sizing: border-box;
    height: 150px;
    position: relative; margin-left:220px;
}.fwly_box_l .fwly_box_t {
    font-size: 16px;
    color: #222;
}.fwly_box_hx {
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    background: #E5E3E4;
    border-bottom: 1px solid #fff;
}.fwly_box_cont {
    font-size: 13px;
    color: #888;
}.fwly_box_l::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: #E9E9E9;
}.fwly_box {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #F5F5F5;
    transition: all; display:block
}.fwly_box_r img {
    width: 100%;
    transition: all 0.6s;
}.fwly_box:hover .fwly_box_r img{
	transform:scale(1.2);
}
.service_item_t {
    font-size: 20px;
    color: #1877B0;
    margin-bottom: 10px;
    font-weight: bold;
}.service_item {
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
}.xgsys .title {
    font-size: 17px;
    color: #fff;
    position: relative;
    width: 150px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
    z-index: 1;
}
.xgsys .title::before {

    content: '';
    position: absolute;
    left: 0;
    top: 0;
    transform: skewX(-20deg);
    width: 150px;
    height: 36px;
    background: #0A65A4;
    z-index: -1;

}.xgsys .title::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    transform: skewX(-20deg);
    width: 5px;
    height: 36px;
    background: #fff;
    z-index: -1;
    border-right: 5px solid #0A65A4;
    border-left: 5px solid #0A65A4; width:13px;
}.xgsys {
    margin-top: 30px;
}