﻿html,body,div,ul,li,a{
	margin: 0px;
	padding: 0px;
}
body{
	font-size: 14px;
	font-family: "微软雅黑";
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
}
 
.header .nav{
	width: 1150px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	position: relative;
	z-index: 111;
	display:flex;
	justify-content:space-between;
}
.header .nav li{
	float: left;
	width: 187px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background:url(../images/dh.jpg) no-repeat left;
	/* border-left: 1px solid #fff; */
}
.header .nav li:last-child{
	border:none;
}
.header .nav li:first-child{
background:none;
}

.header .nav li:hover{
	background:linear-gradient(to right,#ec6915,#ec6915);
}

.header .nav li a{
	color: #fff;
	font-size: 15px;
	
}
.header .nav li .second-nav{
	width: 187px;
	display: none;
	position: relative;
}
.header .nav li .second-nav li{
	position: relative;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #0176e8;
	border-top: 1px solid #ffffff;
}
.header .nav li .second-nav li .third-nav{
    position:relitive;
	z-index:3; 
	/*position: absolute;*/
	width: 160px;
	height: 200px;
	display: none;
	margin-left: 100%;
	margin-top: -40px;
}
.fnav {
    margin-top: 8px;
    width: 1080px;
    height: auto;
    margin: 10px auto;
    background: #fff;
}
.fnav_m {
    width: 1078px;
    border-top: none;
    padding-bottom: 20px;
    padding-top: 10px;
}
.fnav_m p {
    line-height: 25px;
    border-bottom: 2px solid #eee;
    font-size: 14px;
    margin-bottom: 10px;
}







/*一级导航*/
#subnavs {
	width: 100%;
}
#subnavs h2 {
	color: #333;
	height: 32px;
	text-align: center;
	font-size:30px;
	margin: 30px 0;
	letter-spacing: 4px;
}
.expmenu {
	/* border: 5px solid #394a95; */
	margin-bottom: 6px;
	padding: 0 5px;

	overflow:hidden;
}
/*三角按钮*/
.expmenu li .exhead {
	width:100%;
	padding:0 0 6px 0px;
	height:33px;
	line-height:33px;
}
.expmenu li .exhead .arrow {
	display:block;
	width:20px;
	height:30px;
	float:right;
	overflow:hidden;
	cursor:pointer;
}
/*二级导航*/
	.expmenu li .menu {
	width: 100%;
	display: inline-block;
	padding: 5px 23px 5px;
	_padding:0px;
	box-sizing:border-box;
}
.expmenu li .menu li {
	width:18.4%;
	margin-right: 2%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	border-bottom: 1px dashed #b1b1b1;
	float: left;
}
.expmenu li .menu li:nth-child(5n) {margin-right: 0;
}
.expmenu li .menu li a {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	padding-left: 30px;
	font-size: 14px;
	color: #333333;
	background: url(../images/flico2.jpg) no-repeat 14px 7px;
	font-weight: normal;
}
.exhead .hacss {
	background: #dde3ec;
	height: 39px;
	line-height: 39px;
	overflow: hidden;
	padding-left: 18px;
	display: block;
}
.exhead .hacss a {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #394a95;
	font-weight: normal;
	text-align:left;
}




.about_top {
	display: flex;
	justify-content: space-between;
}

.about_top_left {
	display: flex;
	flex-direction: column;
	width: 50%;
}


.about_top_left_1 h2 {
	margin-bottom: 30px;
	font-size: 50px;
	font-weight: normal;
	color: #fff;
}

.about_top_left_1 p {
	display: flex;
	font-size: 16px;
	color: #fff;
}

.about_top_left_1 span {
	display: block;
	margin-right: 15px;
	width: 40px;
	height: 20px;
	background-color: #005dc5;
}

.about_top_left_2 {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
}

.about_top_left_2 p {
	margin-bottom: 30px;
	color: #FFFFFF;
	font-size: 17px;
	line-height: 33px;
	text-indent: 36px;
}

.about_top_left_2 a {
	padding: 5px 20px;
	color: #FFFFFF;
	background: linear-gradient(to right, #1c68d6, #4aa5fe);
	width: 60px;
	border-radius: 30px;
}


.about_bot {
	height: 250px;
	width: 100%;
}



/**********轮播图样式***********************/

.Box {
	position: relative;
}

 .content_1 {
	width: 1200px;
	margin: auto;
	margin-top: 60px;
}

 .Box_con {
	position: relative;
}

 .Box_con .btnl {
	position: absolute;
}

.Box_con .btn {
	display: block;
	width: 41px;
	height: 71px;
	position: absolute;
	top: 70px;
	cursor: pointer;
}

.Box_con .btnl {
	background: url(../images/d_1.png) no-repeat center;
	left: -72px;
}

 .Box_con .btnr {
	background: url(../images/d_2.png) no-repeat center;
	right: -72px;
}

 .Box_con .btnl:hover {
	background: url(../images/d_1.png) -3%  no-repeat center;
}

 .Box_con .btnr:hover {
	background: url(../images/d_2.png) 3% no-repeat center;
}

 .Box_con .conbox {
	position: relative;
	overflow: hidden;
}

 .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

 .Box_con .conbox ul li {
	float: left;
	width: 280px;
	height: 197px;
	margin-left: 20px;
	overflow: hidden;
}

 .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box_con .conbox ul li img {
	display: block;
	margin: auto;
	width: 280px;
	height: 197px;
	transition: all 0.5s;
}

 .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}

 .BoxSwitch {
	margin-top: 30px;
	text-align: center;
}

 .BoxSwitch span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	width: 30px;
	height: 3px;
	background: #ccc;
	margin: 0 5px;
	cursor: pointer;
}

.BoxSwitch span.cur {
	background: red;
}

/*新侧边导航*/
.new_side{
    position: fixed;
    right: -100%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    transition: all .5s;
    box-shadow: 0 5px 13px rgb(0 0 0 / 10%);
    z-index: 999;
    width: 75px;
    text-align: center;
}
.new_side_show{
    right: 0;
}

.new_side_1{
    background: #f7f7f7;
    border: 1px solid #eaeaea;
    padding: 8px 0;
    cursor: pointer;
}

.new_side_1:hover .new_side_img_1{
	opacity: 0;
}
.new_side_1:hover p{
	color: #0061c2;
}
.new_side_2:hover p{
	color: #0061c2;
}
.new_side_1:hover .new_side_img_2{
	opacity: 1;
}
.new_side_2:hover .new_side_img_1{
	opacity: 0;
}
.new_side_2:hover .new_side_img_2{
	opacity: 1;
}
.new_side_img {
    width: 28px;
    display: inline-block;
    position: relative;
}
.new_side_img img {
    width: 100%;
    transition: all .36s;
}
.new_side_img_1 {
    position: relative;
    top: 0;
    left: 0;
}
.new_side_img_2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.new_side_p p {
    font-size: 14px;
    line-height: 2.5;
    color: #666;
    transition: all .36s;
    margin: 0;
}
.new_side_2 {
    position: relative;
    z-index: 999;
    border: none;
    background: none;
    padding: 0;
}
.new_side_2:hover .new_side_wx {
	left:-120px
}
.new_side_2_1 {
    border: 1px solid #eaeaea;
    width: 100%;
    padding: 8px 0;
    background: #f7f7f7;
}
.new_side_wx {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100px;
    transition: all 1s;
    z-index: -1;
}
.new_side_wx_img {
    width: 100px;
    position: relative;
    z-index: -1;
}
.new_side_wx_img img{
	width: 100%;
    transition: all .36s;
}
.new_side_wx_img::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
}
.new_bg{
	display: none;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	left:0;
	top:0;
	z-index: 99999;
	overflow-y: hidden;
}
.tanchuang{
	display: none;
	width: 602px;
    background: #ffffff;
    padding-left: 36px;
    padding-right: 36px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999;
    transition: all 0.6s;
    overflow: hidden;

}
.tc_top {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.tc_top p {
    font-size: 25px;
}
#close {
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#close img {
    width: 100%;
    height: 100%;
}
.tc_bot {
    margin-top: 30px;
    width: 100%;
}
.tc_bot_1 {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.tc_bot_1 input {
    width: 100%;
    border: none;
    height: 50px;
    outline: none;
}
.tc_bot_2 {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}
.tc_bot_2 input {
    border: none;
    width: 80%;
    height: 50px;
    outline: none;
}
.tc_bot_2 img {
    width: 20%;
}
.tc_bot p {
    font-size: 15px;
    color: #999;
}
.tc_bot button {
    width: 200px;
    height: 60px;
    outline: none;
    background: #0061c2;
    color: #fff;
    margin-top: 15px;
    border: none;
    font-size: 20px;
}

/*侧边栏结束*/



#daohang{
    width: 100%;
}



/*新联系我们展示*/
.new_lx{
    margin-top: 8%;
}
.zxl{
    width:100%;
}

.zxlk{
    width: 1500px;
    margin: 3% auto;
}
.zxl-nr{
    /* display: flex;
    justify-content: space-between; */
}
.nr-left{
    width: 58%;
    float: left;
}
.nr-left h3{
    font-size: 25px;
    line-height: 55px;
    font-weight: bold;
    color: #004ea2;
}
.nr-left p{ 
    font-size: 16px;
    color: #666666;
    line-height: 40px;
    font-weight: normal;
    padding-top: 2%;
    text-indent: 37px;

}
.nr-left span{
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
    display: block;
    line-height: 38px;
}

.nr-right{
    width: 40%;
    float: right;
}
.nr-right img{
    width:100%;
}
.zxl-sl p{
    width: 100%;
    float: left;
    font-size: 25px;
    line-height: 55px;
    font-weight: bold;
}
.zxl-sl{
    width: 100%;
    float: left;
    margin: 3% 0;
}
.options {
    /*display: flex;*/
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 400px;
    max-width: 900px;
    width: 65%;
    float: left;
    height: 400px;
}
.options .option {
    float:left;
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 400px;
    margin: 0 10px;
    background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
    background-size: auto 120%;
    background-position: center;
    cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option:nth-child(1) i{
    --defaultBackground: #ED5565;
    color: #ED5565;
}

.options .option:nth-child(2) i{
    --defaultBackground: #FC6E51;
    color: #FC6E51;
}

.options .option:nth-child(3) i{
    --defaultBackground: #FFCE54;
    color: #FFCE54;
}

.options .option:nth-child(4) i{
    --defaultBackground: #2ECC71;
    color: #2ECC71;
}

.options .option:nth-child(5) i{
    --defaultBackground: #5D9CEC;
    color: #5D9CEC;
}

.options .option:nth-child(6) i{
    --defaultBackground: #AC92EC;
    color: #AC92EC;
}

.options .option.active {
    flex-grow: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 600px;
    height: 400px;
    margin: 0px;
    border-radius: 40px;
    background-size: auto 100%;
}

.options .option.active .shadow {
    box-shadow: inset 0 -120px 120px -120px black, inset 0 -120px 120px -100px black;
}

.options .option.active .label {
    bottom: 20px;
    left: 20px;
}

.options .option.active .label .info>div {
    left: 0px;
    opacity: 1;
}

.options .option:not(.active) {
    flex-grow: 1;
    border-radius: 30px;
}

.options .option:not(.active) .shadow {
    bottom: -40px;
    box-shadow: inset 0 -120px 0px -120px black, inset 0 -120px 0px -100px black;
}

.options .option:not(.active) .label {
    bottom: 20px;
    left: 10px;
}

.options .option:not(.active) .label .info>div {
    left: 20px;
    opacity: 0;
}

.options .option .shadow {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 120px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.options .option .label {
    /*display: flex;*/
    position: absolute;
    right: 0px;
    height: 40px;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.options .option .label .icon {
    /*display: flex;*/
    float: left;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: white;
    color: var(--defaultBackground);
    text-align: center;
}
.options .option .label .icon i{
    line-height: 40px;
}


.options .option .label .info {
    /*display: flex;*/
    float: left;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
    color: white;
    /*white-space: pre;*/
    height: 50px;
}

.options .option .label .info>div {
    position: relative;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}

.options .option .label .info .mais {
    font-weight: bold;
    font-size: 1.2rem;
}

.options .option .label .info .sub {
    /*transition-delay: .1s;*/
    margin-top: 10px;
}
.xjna {
    width: 37%;
    float: right;
    margin-top: 60px;
    color: #666666;
    font-size: 14px;
    text-align: justify;
    line-height: 37px;
}
.zxl-zs {
    width: 100%;
    float: left;
    background: url(../images/shan.jpg) no-repeat;
    margin: 60px 0px;
    padding-bottom: 40px;
}
.zs-wb{
    width:1500px;
    margin: 0 auto;
}
.shdh_aboo img {
    width: 14.5%;
    float: left;
    margin: 1%;
    border-radius: 10px;
}
.zs-wb b{
    font-size:13px;
}
.zxl-sj{
    width:100%;
}
.dlck_a{
    width: 1500px;
    margin: 0 auto;
}
.dlck_a span {
    width: 31%;
    margin: 1%;
    float: left;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.dlck_a img{
    width:100%;
    
}
.dlck_a span p {
    width: 150px;
    float: left;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background: url(../images/zgb/tm_bj.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 14px;
    padding: 2%;
}

@media (max-width:1200px){
    .zxlk{
    width:100%;
}
.nr-left{
    width:58%;
}
.dlck_a{
    width: 100%;
}
.bxyfootx2{
    width: 100%;
}
.bxyfootx3{
    width:100%;
}
.options{
    width:60%;
}
.zs-wb{
    width:100%;
}


}
.zc a{
    width: 108px;
    text-align: center;
    font-size: 18px;
    line-height: 38px;
    color: #fff;
    font-weight: 900;
    margin-left: 38px;
}
.new_ys{
width:100%;
margin-top: 2%;
}
.new_ysbt{
width:1200px;
margin:0 auto;
display:flex;
flex-direction:column;
text-align:center;
}

.new_ysbt p{
color: #097bee;
font-size: 16px;
}
.new_ysbt p span{
width:20px;
height:1px;
color:#666;
}
.ystp{
width:100%;
margin-top:1%;
}
.ystp img{
    width: 16%;
    height: auto;
}
.new_ysbt h3{
margin-top:1%;
font-size: 22px;
color: #444853;
}
.zl{
width:100%;
margin:30px 0 0 0;
position:relative;
top: 0px;
left: 0px;
z-index:1;
}
.zl_a{
width:100%;
position:relative;
height: 449px;
overflow: hidden;
}
.zl_a img{
width:100%;
}
.ysjd {
    width: 100%;
    position: absolute;
    top: 100px;
    right: 1%;
    z-index: 999;
}
.sjf{
     width: 60%;
    display:flex;
    margin:0 auto;
	padding-top: 45px;

	}
.ysjd span {
    width: 14%;
    margin: 0px 8%;
    display: flex;
    flex-direction: column;
    font-size: 60px;
    text-align: center;
    color: #f1f1f1;
    cursor: pointer;
    top: 0px;
    left: 0px;
    z-index: 10;
    position:relative;
}
.ysjd span i {
    width: 100%;
    float: left;
    font-weight: normal;
    font-size: 45px;
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.ysjd span i img {
    width: 35%;
    margin: 19px 0px 0px 30px;
    height: auto;
    float: left;
    border-radius: 50%;
    padding: 10% 8%;
	}
.ysjd span .imgys1{
position: absolute;
width: 100%;
top: 283px;
left: 6px;
}
.ysjd span .imgys2{
position: absolute;
    left: 32px;
    top: 283px;
	display:none;
}
.ysjd span .imgys3{
position: absolute;
    left: 33px;
    top: 283px;
	display:none;
}
.ysjd span .imgys4{
    position: absolute;
    left: 33px;
    top: 283px;
	display:none;
}



.active0 {
    content: "";
    width: 60px;
    float: left;
    height: 60px;
    position: absolute;
    top: 47px;
    left: 56px;
    border: 2px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    opacity: 0;
    animation-name: page-loader-ripple;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    content: '';
    animation-delay: 0s;
    animation-timing-function: linear;
}
.active1 {
    content: "";
    width: 80px;
    height: 80px;
    position: absolute;
    top: 46px;
    left: 56px;
    border: 1px solid #fff;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
    opacity: 0;
    animation-name: page-loader-ripple1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    z-index: 9999;
    content: '';
    animation-delay: 0s;
    animation-timing-function: linear;
}
.ysjd span p {
    width: 100%;
    float: left;
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 32px;
    color: #e1e1e1;
    transition: all .36s;
    font-weight: normal;
    margin-top: 20px;
	margin-left: 7px;
}
.ysjd_b {
    width: 100%;
    /* float: left; */
    background-color: #e6f2ff;
}
.ydsa {
    width: 100%;
}
.ydss_a {
    width: 1200px;
    margin: 0px auto;
}
.ydss_a span{
    display: block;
    padding: 30px 0;
    font-size: 18px;
    font-weight: bold;
}
.ydss_a p{
    font-size: 16px;
    padding-bottom: 25px;
    line-height: 28px;
}
#dhhd1:hover #qi11{display:none !important;}  
#dhhd1:hover #qi1{display:block !important;} 
#dhhd1:hover #slsi1{color:#fff !important;}
#dhhd2:hover #qi22{display:none !important;}  
#dhhd2:hover #qi2{display:block !important;} 
#dhhd2:hover #slsi2{color:#fff;}
#dhhd3:hover #qi33{display:none !important;}  
#dhhd3:hover #qi3{display:block !important;}
#dhhd3:hover #slsi3{color:#fff;}
#dhhd4:hover #qi44{display:none !important;}  
#dhhd4:hover #qi4{display:block !important;} 
#dhhd4:hover #slsi4{color:#fff;}

.ysjd span:hover #qi33{background-color: rgba(255, 255, 255, 0.5) !important;}
.ysjd span:hover #qi3{background-color: rgba(255, 255, 255, 0.5) !important;}
.ysjd span:hover #qi11{background-color: rgba(255, 255, 255, 0.5) !important;}
.ysjd span:hover #qi1{background-color: rgba(255, 255, 255, 0.5) !important;}
.ysjd span:hover #qi22{background-color: rgba(255, 255, 255, 0.5) !important;}
.ysjd span:hover #qi2{background-color: rgba(255, 255, 255, 0.5) !important;}
.ysjd span:hover #qi44{background-color: rgba(255, 255, 255, 0.5) !important;}
.ysjd span:hover #qi4{background-color: rgba(255, 255, 255, 0.5) !important;}
.ysjd span:hover #dhhd{font-size:68px;   transition: all .3s ease-out 0s;    cursor: pointer;}


#qi1,#qi2,#qi3,#qi4{display:none;}
#ys_22,#ys_33,#ys_44{display:none;}

@keyframes page-loader-ripple {

			0% {
                width: 70px;
                height: 70px;
				opacity: 0;
		
			}
		
			50% {
				opacity: 0.4;
		
			}
		
			100% {
		        width:60px;
                height:60px;
                opacity: 0;
			}
		
		}
		@keyframes page-loader-ripple1 {
		
			0% {
		
				width: 56px;

                height: 56px;
        
                opacity: 0;
		
			}
		
			50% {
		
				opacity: 0.6;
		
			}
		
			100% {
		
				 width:85px;
                height:85px;
                opacity: 0;
		
			}

		}



.new_ys .youshi_con{
    padding-top: 70px;
    width: 100%;
    background: url(/skin/images/nys_bj.jpg) no-repeat;
    background-size: cover;
    height: 700px;
    position: relative;
}
.new_ys .youshi_con1{
    width: 31%;
    background: url(/skin/images/nys_jz.png) no-repeat;
    background-size: cover;
    height: 500px;
    position: absolute;
    right: 0;
	bottom: 0;
}
.youshi_head{
width:1200px;
margin: 0 auto;
display:flex;
justify-content: space-between;
align-items: center;
}
.youshi_head .ys_gy{
display:flex;
flex-direction:column;
}
.ys_gy h3{
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}
.ys_gy i{
    width: 77px;
    height: 2px;
    background-color: #077fef;
}
.ys_gy b{
    margin-top: 40px;
    font-size: 16px;
    color: #1880f9;
}
.ys_gy p{
    border: 1px solid #3484e7;
    width: 19%;
    text-align: center;
    border-radius: 50px;
    background: #3484e7;
    color: #fff;
    line-height: 26px;
    margin-top: 10px;
}
.youshi_head a{
    z-index: 1;
    margin-top: 90px;
}
.ys_bottom{
width:1200px;
margin:0 auto;
 height: auto;
 margin-top: 150px;
display: flex;
justify-content: space-between;
align-items: center;
}
.ys_bot1 {
    display: flex;
	flex-direction:column;
    justify-content: center;
	 align-items: center;
    width: 20.5%;
    height: 300px;
    cursor: pointer;
	margin:0 2%;
	background: rgba(255,255,255,0.7);
	z-index: 1;
}
.ys_bot_top1{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/skin/images/zzl.png) no-repeat;
    cursor: pointer;
    transition: all 0.3s;
    background-size: cover;
	
}
.ys_bot_bot{
padding-top: 45px;
font-size: 18px;
}
.ys_bot_top2{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/skin/images/zsl.png) no-repeat;
    cursor: pointer;
    transition: all 0.3s;
    background-size: cover;
}
.ys_bot_top3{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/skin/images/cjl.png) no-repeat;
    cursor: pointer;
    transition: all 0.3s;
    background-size: cover;
}
.ys_bot_top4{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(/skin/images/tyl.png) no-repeat;
    cursor: pointer;
    transition: all 0.3s;
    background-size: cover;
}
.ys_bot1:hover{
background:#328ff9;
color:#fff;
transition: all 0.3s;
}
.ys_bot1:hover .ys_bot_top1{
    background: url(/skin/images/zzb.png) no-repeat;
	width:60px;
	height:60px;

	cursor: pointer;
    transition: all 0.3s;
    background-size: cover;
}
.ys_bot1:hover .ys_bot_top2{
    background: url(/skin/images/zsb.png) no-repeat;
	width:60px;
	height:60px;

	cursor: pointer;
    transition: all 0.3s;
    background-size: cover;
}
.ys_bot1:hover .ys_bot_top3{
    background: url(/skin/images/cjb.png) no-repeat;
	width:60px;
	height:60px;

	cursor: pointer;
    transition: all 0.3s;
    background-size: cover;
}
.ys_bot1:hover .ys_bot_top4{
    background: url(/skin/images/tyb.png) no-repeat;
	width:60px;
	height:60px;

	cursor: pointer;
    transition: all 0.3s;
    background-size: cover;
}

@media(max-width:1499px) and (min-width:1000px){
        .zxlk{
        width: 100%;
    }
    .xjna{
        width: 30%;
    }
    .zs-wb{
        width: 100%;
    }
    .dlck_a{
        width:100%;
    }
}

@media(max-width:1699px) and (min-width:1501px){
    
    .sjf span i img{
    width: 38%;
    margin: 24px 0px 0px 32px;
    }
    .ysjd span .imgys1{
        position: absolute;
        top: 190px;
    }
    .ysjd span .imgys2{
        top: 190px;
    }
        .ysjd span .imgys3{
        top: 190px;
    }
        .ysjd span .imgys4{
        top: 190px;
    }
}
@media(max-width:1499px) and (min-width:1351px){
    .sjf span i img{
    width: 40%;
    margin: 13px 0px 0px 26px;
    }
}
@media(max-width:1500px){
    .ysjd span .imgys1{
        display: none;
    }
    .ysjd span .imgys2{
        display: none;
    }
        .ysjd span .imgys3{
        display: none;
    }
        .ysjd span .imgys4{
        display: none;
    }
}













