

.adv-conten{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.adv-list{
	flex-wrap: nowrap;
}

.adv-list-left{
	padding-left: 20px;
}
.adv-list-left>span{
	width: 0;
    height: 0;
    border-width:10px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    display: block;
	margin-top:10px;
}
.adv-list-left>p{
	width:100%;
}
.adv-list-left>p>img{
	width:100%;
}
.adv-list-right{
	color: #FFFFFF;
    font-size: 16px;
    width: 80%;
    padding:0 30px;
    line-height: 28px;
    letter-spacing: 2px;
}

.adv-list-left>b{
	color: #FFFFFF;
	margin-top:8px;
	display: block;
	font-size: 20px;
}

.adv-list:before{
	content: '';
    width: 1px;
    height: 100%;
    background: #fcfcfd;
    position: absolute;
    left: 0px;
    top: 10px;
}
.adv-list:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #fcfcfd;
    position: absolute;
    left: 0;
    bottom: -10px;
}

.adv-list01{
	margin-top: 40px;
}
.adv-list01:before{
	content: '';
    width: 1px;
    height: 212px;
    background: #fcfcfd;
    position: absolute;
    right: 50px;
    top: -30px;
    left: unset;
}
.adv-list01:after {
    content: '';
    width: 0;
    height: 1px;
    background: #fcfcfd;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.adv-list01>.adv-list-right{
	padding:0;
	width: 60%;
}

.adv-list01>.adv-list-left{
	padding-right:70px;
}



.adv-list02{
	margin-top: 40px;
}
.adv-list02:before{
	content: '';
    width: 1px;
    height: 212px;
    background: #fcfcfd;
    position: absolute;
    right:0px;
    top: -30px;
    left: unset;
}
.adv-list02:after {
    content: '';
    width: 0;
    height: 1px;
    background: #fcfcfd;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.adv-list02>.adv-list-right{
	padding:0;
	width: 80%;
    padding-left: 15px;
}

.adv-list02>.adv-list-left{
	padding-right:20px;
}

.sf-news{
	width: 90%;
	margin: 0 auto;
	padding: 50px 0;
}


.jypx-bt {
    border-bottom: 1px solid #0e964b;
    height:83px;
    position: relative;
}
.zxdb-title01 {
    background-image: url(../images/tit01.png);
    background-repeat: no-repeat;
    height: 110px;
    text-align: center;
    width:260px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.zxdb-title > span:nth-of-type(1) {
        background: #9a9a9a;
    color: #FFFFFF;
    font-size: 28px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    margin-top:26px;
    line-height: 40px;
}

.zxdb-title > span:nth-of-type(2) {
    background: #FFFFFF;
    font-size: 28px;
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
    color: #999999;
    font-weight: bold;
    margin-top: 26px;
    line-height: 40px;
}
.zxdb-title > span:nth-of-type(3) {
        background: #9a9a9a;
    color: #FFFFFF;
    font-size: 28px;
    width: 40px;
    height: 40px;
    font-weight: bold;
    margin-top:26px;
    line-height: 40px;
}
.zxdb-title > span:nth-of-type(4) {
    background: #FFFFFF;
    font-size: 28px;
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
    color: #999999;
    font-weight: bold;
    margin-top: 26px;
    line-height: 40px;
}
.zxdb-title > span {
    display: block;
    margin: 0 4px;
        margin-top: 0px;
}

.news-more{
	display: block;
    position: absolute;
    right: 0;
    top: 40px;
    padding: 5px 30px;
    background: #0369b8;
    color: #ffffff;
    border-radius: 200px;
    font-size: 15px;
}
.news-more:hover{
	background: #058df6;
	color: #FFFFFF;
	transition: all .3s;
}


.news-conten{
	width: 100%;
	margin-top: 40px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xinw-list{
	width: 24%;
	padding:10px;
	border: 1px solid #E5E5E5;
}
.xinw-list>p{
	width: 100%;
	overflow: hidden;
}
.xinw-list>p>img{
	width: 100%;
	overflow: hidden;
}
.xinw-list>a{
	display: block;
}

.xinw-list>a>h3{
	width: 100%;
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	margin-top: 10px;
	display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xinw-list>a>span{
	display: block;
    font-size: 15px;
    height: 66px;
    overflow: hidden;
    line-height: 22px;
    margin-top:2px;
    color: #999999;
}
.xinw-list:hover.xinw-list>p>img{
	transform: scale(1.3);
    overflow: hidden;
    transition: all .5s;
}

.xinw-list:hover.xinw-list>a>h3{
	color: #046ab8;
	transition: all .5s;
}
.xinw-list:hover.xinw-list>a>span{
	color: #046ab8;
	transition: all .5s;
}

.gsgk-banner{
	width: 100%;
	position: relative;
}
.gsgk-banner>p{
	width: 100%;
	padding: 0px 0px !important;
}
.gsgk-banner>p>img{
	width: 100%;
}
.second-nav{
	position: absolute;
	width: 90%;
	left: 5%;
	right: 5%;
	bottom: 0;
	background: rgb(255,255,255,0.8);
	height: 60px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-evenly;
}

.second-nav>a{
	line-height: 60px;
	display: block;
	width: 100%;
	text-align: center;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-size: 16px;
}

.second-nav>a.active{
	background:rgb(2,65,133,0.7);
	color: #FFFFFF;
}

.second-nav>a:hover{
	background:rgb(2,65,133,0.7);
	color: #FFFFFF;
	transition:all .3s;
}

.gsgk-conten{
	width:80%;
	margin: 0 auto;
	padding:100px 0;
}

.gsgk-title>p{
	font-size: 30px;
	color: #999999;
}
.gsgk-title>span{
	display: block;
	font-size:28px;
	color: #333333;
	margin-top:7px;
}
.gsgk-title>i{
	display: block;
	width:60px;
	height: 3px;
	background: #808080;
	margin-top:10px;
}

.gsgk-gsjj{
	line-height:34px;
	margin-top: 30px;
	text-indent: 40px;
	letter-spacing:1px;
}

.gsgk-img{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
	align-items: center;
}

.gsgk-tp{
	width: 48%;
}
.gsgk-tp>p{
	width:100%;
}
.gsgk-tp>p:last-child{
	padding-right:8%;
}
.gsgk-tp>p>img{
	width:100%;
}
.zzjg-conten{
	width:70%;
	margin: 0 auto;
	padding: 40px 0;
}
.zzjg-conten>img{
	width:100%;
}

.comp-qual{
	width: 100%;
	margin-top:60px;
}

.qual-title{}
.qual-title>span{
	margin-right: 30px;
	padding: 8px 34px;
	background: #dbdbdb;
	color: #4c4c4c;
	cursor:pointer;
}

.qual-title>span.active{
	background: #024185;
	color: #FFFFFF;
}
.qual-title>span:hover{
	background: #024185;
	color: #FFFFFF;
	transition:all .3s;
	
}

.qual-img{
	margin-top: 40px;
}

.qual-list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
.qual-list>a{
	width:23%;
	display: block;
	margin-bottom:20px;
}
.qual-list>a>p{
	width:100%;
	overflow: hidden;
	border:1px dashed #CCCCCC;
}
.qual-list>a>p>img{
	width:100%;
}

.qual-list>a>p>img:hover{
	transform: scale(1.3);
	overflow: hidden;
	transition: all .5s;
}


.qual-list>a>span{
	width:90%;
	margin: 0 auto;
	text-align: center;
	display: block;
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 10px;
}

.header-zhic{
	width: 100%;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 60px;
}

.header-img{
	width:20%;
	min-width:380px;
}
.header-img>img{
	width:100%;
}

.header-wena{
	width:60%;
	line-height:40px;
	text-indent: 40px;
}

.gl-tuand{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:190px;
}

.tuand-list{
	width: 23%;
    background: #FFFFFF;
    position: relative;
    margin-bottom: 160px;
    border: 2px solid #f2f2f2;
}

.tuand-list:hover{
	background: #f2f2f2;
	transition: all .5s;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	margin-top: -20px;
}

.tuand-list>p{
	width: 160px;
	margin: 0 auto;
	height: 160px;
	overflow: hidden;
	border-radius:50%;
	border: 2px solid #FFFFFF;
	margin-top: -110px;
}

.tuand-list>b{
	text-align: center;
	margin-top: 10px;
	display: block;
	font-size: 22px;
}


.tuand-list>span{
	text-align: center;
	margin-top: 10px;
	display: block;
	font-size: 16px;
	height: 300px;
	overflow: auto;
	line-height: 28px;
	text-indent: 40px;
	text-align: left;
	padding:10px 20px;
}



.tuand-list>p>img{
	width:100%;
}


.second-nav-gsyw{
	position: absolute;
	width: 90%;
	left: 5%;
	right: 5%;
	bottom: 0;
	background: rgb(255,255,255,0.8);
	height: 60px;
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}


.service-conten{
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.service-list{
	width:32%;
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.service-list>p{
	width: 100%;
}
.service-list>p>img{
	width: 100%;
}

.service-title{
	width: 100%;
	height:98%;
	position: absolute;
	background: rgb(0,104,187,0.7);
	color: #FFFFFF;
	text-align: center;
	bottom:100%;
	align-items: center;
	display: flex;
}

.service-list:hover .service-title{
	bottom:3px !important;
	transition: all .5s;
}


.service-title>p{
	color: #FFFFFF;
	display: block;
	padding: 0 30px;
	line-height: 28px;
}

.busin-area{
	width: 100%;
	margin-top: 50px;
}
.busin-area>img{
	width: 100%;
}



.med-cover{
	width:100%;
	margin:20px auto;
	padding: 40px 0;
}

.med-list{
	padding:30px 20px;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
    margin: 30px auto;
    cursor: pointer;
    background: #FFFFFF;
}

.med-list:hover{
	box-shadow: 0 5px 10px 0 rgba(167,165,165,0.8);
	transition: all .5s;
	background: #F2F2F2;
}

.med-list:hover .med-more>a{
	background: #d92317 !important;
	color: #FFFFFF !important;
	transition: all .5s;
}


.med-img{
	width:20%;
    position: relative;
    overflow: hidden;
}

.med-img>img{
	width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
}

.med-right{
	width:78%;
}

.med-right>p{
	font-size:18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.med-right>span{
	display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    line-height: 28px;
    height: 90px;
    overflow: hidden;
}

.med-more{
	margin-top: 10px;
	overflow: hidden;
}

.med-more>a{
	display: block;
	width:140px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	color: #024185;
	border: 1px solid #d92317;
	border-radius: 200px;
	float: left;
	color: #d92317;
}

.med-more>i{
	float: right;
	color: #666666;
	font-style: normal;
}

.busin-philos{
	width:100%;
	padding: 80px 0;
	margin: 0 auto;
	display: flex;
    flex-wrap:nowrap;
    justify-content:space-between;
}
.philos-left{
	width: 35%;
	padding-left: 10px;
}
.philos-left>img{
	width:100%;
}
.philos-right{
	width: 60%;
	padding-right: 10px;
}
.philos-right>img{
	width:100%;
}


.ygfc-conten{
	width:80%;
	margin: 0 auto;
	padding:80px 0;
	display:flex;
    flex-wrap:wrap;
    justify-content:space-around;
}
.ygfc-conten>a{
	width: 22%;
    text-align: center;
    margin-bottom: 26px;
}

.ygfc-conten>a>p>img:hover {
	transition: all 1s ease-in;
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);	/* Safari 閸滐拷 Chrome */
	-moz-transform: rotateY(360deg);	/* Firefox */
}


.ygfc-conten>a>p{
	width: 100%;
}
.ygfc-conten>a>p>img{
	width: 100%;
}

.ygfc-conten>a>span{
	display: block;
	text-align: center;
}

.med-cover01{
	width:90%;
	margin:0 auto;
	padding: 40px 0;
	display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}

.med-list01{
	padding: 12px 0;
	width: 48%;
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	margin:20px auto;
	cursor: pointer;
	background: #FFFFFF;
	border: 1px solid #f2f2f2;
}

.med-img01>img {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    padding-left: 10px;
}

.med-right01{
    width: 66%;
    padding-right: 10px;
}

.med-right01>span{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
    line-height: 28px;
    height: 60px;
    overflow: hidden;
}

.bj-banner{
	width: 95%;
	margin:0 auto;
	padding-top:30px;
}
.bj-banner>img{
	width:100%;
}

.dj-conten{
	width:95%;
	margin:0 auto;
	padding:30px 0;
	display: flex;
	flex-wrap:nowrap;
	justify-content: space-between;
}

.dj-left{
	width:65%;
}

.dj-list{
	margin-top: 20px;
}
.dj-list>a{
	display: inline-flex;
	flex-wrap: nowrap;
	justify-content:flex-start;
	width: 100%;
	padding: 5px 0;
}

.dj-list>a>span:hover{
	color: #1840a3;
}
.dj-list>a>i{
	display: block;
	font-size: 30px;
	color: #666666;
	margin-top: -20px;
}

.dj-list>a>span{
	display: block;
	font-size:16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.dj-right{
	width: 30%;
	display: inline-flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

.dj-right>a{
	width: 48%;
}
.dj-right>a>p{
	width: 100%;
	overflow: hidden;
}
.dj-right>a>p>img{
	width: 100%;
	overflow: hidden;
}

.dj-right>a>p>img:hover{
	transform: scale(1.3);
	overflow: hidden;
	transition: all .5s;
}

.dj-right>a>span{
	width: 90%;
	display: block;
	font-size:16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}



.addmy-conten{
	width:90%;
	margin:0 auto;
	display: flex;
    flex-wrap:wrap;
    justify-content:space-around;
    padding: 40px 0;
}


.addmy-list{
	width:24%;
	background: #f4f6f9;
	margin: 20px auto;
}

.addmy-list:hover .addmy-details{
	background: #dd6e4f;
	color: #FFFFFF;
	transition: all .5s;
}

.addmy-title{
	border-bottom: 1px dashed #CCCCCC;
	padding:18px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.addmy-money{
	font-size: 16px;
	color: #666666;
	line-height:50px;
	text-align: center;
}
.addmy-need{
	height:200px;
	overflow: hidden;
	font-size: 15px;
	color: #666666;
	line-height: 28px;
	padding:20px;
}
.addmy-details{
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #dd6e4f;
	border-radius: 100px;
	display: block;
	width: 60%;
	margin:10px auto 20px auto;
	padding:8px 0;
	font-size: 15px;
	cursor:pointer;
}


/*瀵湱鐛�*/

/*瀵湱鐛�*/

.tc-big{
	width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}

.tc-rczp{
	width: 60%;
	top: 12%;
	left: 20%;
	right: 20%;
	height:520px;
	position: fixed;
	background: #FFFFFF;
	z-index: 99999;
	padding: 40px;
	display: none;
}


.tc-close{
	position: absolute;
	right:2px;
	top:5px;
	width: 40px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 50%;
	font-size:40px;
	text-align: center;
	margin: auto;
	line-height:36px;
	color: #666666;
	cursor:pointer;
	
}
.tc-rczp-title{
	text-align: center;
	font-size: 26px;
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 12px;
	font-weight: bold;
}

.tc-rczp-data{
	font-size: 16px;
	color: #999999;
	text-align: center;
	padding: 10px 0;
}
.tc-rczp-gwzz{
	font-size: 16px;
	line-height: 28px;
	text-align: left;
	height:350px;
	overflow:auto;
	
}

.tc-wyyp{
	display: block;
	width: 160px;
	height: 38px;
	color: #FFFFFF;
	margin: 10px auto;
	line-height: 36px;
	background: #0056A2;
	text-align: center;
	font-size: 18px;
}
.tc-wyyp:hover{
	color: #FFFFFF;
	opacity: 0.8;
}



.tc-login{
	width: 30%;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	margin: auto;
	height:450px;
	position: fixed;
	background: #FFFFFF;
	z-index: 99999;
	padding: 40px;
	display:none;
}

.index-big{
	width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.6;
    position:fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
}
/*瀵湱鐛�*/


.med-right02{
    width: 100%;
    padding:0 20px;
}


.lxwm-conten{
	width: 95%;
	margin: 0 auto;
	padding-top: 30px;
}

.conten-mytop{
	background: #FFFFFF;
	display: flex;
	flex-wrap:nowrap;
	justify-content: flex-start;
	align-items: center;
}

.conten-mytop>p{
	width: 50%;
}

.conten-mytop>p>img{
	width:100%;
}

.zxly{
	width: 40%;
	align-items: center;
	padding-left:4%;
}

.zxly>p{
	width:100%;
	margin:20px auto;
}
.zxly>p>input{
	width:90%;
	height: 38px;
	border: 1px solid #CCCCCC;
	padding:0 8px;
}
.zxly>p>textarea{
	width:90%;
	height:100px;
	border: 1px solid #CCCCCC;
	padding:0 8px;
}

.liuy-button{
	display: block;
	padding:8px 40px;
	color: #FFFFFF;
	background: #6caaea;
	border: none;
	font-size:20px;
	letter-spacing: 8px;
	cursor:pointer;
}
.liuy-button:hover{
	background: #1840a3;
	transition: all .5s;
}

.lianx-mode{
	width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 40px auto;
    background: #fff;
    padding: 36px;
    align-items: center;
}

.mode-left{
	width: 30%;
	font-size: 16px;
	color: #4d4d4d;
}

.mode-left>p{
	line-height:38px;
}
.mode-left>p>span{
	font-weight: bold;
}

.mode-right{
	width: 60%;
}

.xq-conten{
	width: 60%;
	margin: 0 auto;
	padding: 80px;
}

.xq-title{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.xq-fbt{
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px solid #CCCCCC;
	color: #666666;
	text-align: center;
	display: flex;
    flex-wrap:wrap;
    justify-content: center;
    margin-top: 20px;
}


.xq-fbt>span{
	display: block;
	padding: 8px 20px;
}

.xq-xxnr{
	width: 100%;
	line-height:32px;
	text-indent: 40px;
	margin-top: 40px;
}

.xq-img{
	width: 100%;
	margin-top: 20px;
}
.xq-img>img{
	width: 100%;
}

.zxns-conten{
	width: 60%;
	margin: 0 auto;
	padding: 40px 0;
}

.zxns-conten>p{
	width: 100%;
	padding: 10px 0;
	display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.zxns-conten>p>span{
	display:inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 0 20px;
}

.zxns-conten>p>span>label{
    width:80px;
    display: block;
    text-align: left;
    font-size: 15px;
    padding-right: 6px;
}

.zxns-conten>p>span>label>i{
    font-style: normal;
    font-size:13px;
    color: red;
}

.zxns-conten>p>span>input{
	width:58%;
	border: 1px solid #CCCCCC;
	height:26px;
	padding: 0 6px;
}

.zxns-conten>p>label{
    width:80px;
    display: block;
    text-align: left;
    font-size: 15px;
    padding-right: 6px;
}
.zxns-conten>p>textarea{
	width:100%;
	border: 1px solid #CCCCCC;
	height:80px;
	padding: 0 6px;
	margin-top: 8px;
}

.zxns-conten>p>.dxname{
	padding-right: 15px;
}

.zxns-conten>p>.dxname>input{
	width:14px;
	border: 1px solid #CCCCCC;
	height:14px;
	margin-top: 4px;
}

.tj-button{
	width:28%;
	height: 38px;
	border: none;
	background:#024287 ;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 4px;
	cursor: pointer;
}
.tj-button:hover{
	opacity: 0.6;
	transition: all .5s;
}
.cz-button:hover{
	opacity: 0.6;
	transition: all .5s;
}
.cz-button{
	width:28%;
	height: 38px;
	border: none;
	background:#999999;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 4px;
	margin-left: 20px;
	cursor: pointer;
}


.jiant-right{
	width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    display: block;
    margin-top: 10px;
     -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
}

.fclcnow{
	display: none;
}




.hzjy-list01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.hzjy-list01>a {
    margin: 1%;
}

.hzjy-list>a>img {
    width: 100%;
}

.gsgk-banner {
    width: 100%;
    position: relative;
}
.gsgk-banner>p {
    width: 100%;
}
.gsgk-banner>p>img {
    width: 100%;
}

.second-nav {
    position: absolute;
    width: 80%;
    left:10%;
    right:10%;
    bottom:0px;
    background: rgb(255,255,255,0.6);
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.second-nav>a.active {
    background:rgb(217,35,22,0.8);
    color: #FFFFFF !important;
}

.second-nav>a:hover{
	background:rgb(217,35,22,0.8);
    color: #FFFFFF !important;
    transition: all .5s;
}


.second-nav>a {
    line-height: 60px;
    display: block;
    width: 100%;
    text-align: center;
    border-right: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    font-size: 16px;
}

.sf-profile {
    width: 100%;
    background: url(../images/jjbg.png);
    height: auto;
    background-size: 100% 100%;
    position: relative;
    top: -4px;
}
