@charset "utf-8";
.blue,.blue a:link, .blue a:visited, .blue a:hover {
    color: #001466;
}
.main {
    width: 100%;
    background: url(../images/bg.png) no-repeat top center;
}
/* top */
.friend-top {
    padding-bottom: 5vw;
    position: relative;
}
.friend-top .top-h {
    height: 795px;
}
.friend-top .daoyu {
    text-align: left;
    width: 980px;
    margin: 0 auto;
}
.friend-top .daoyu p.text {
    text-indent: 2em;
    line-height: 190%;
	font-size: 18px;
}
.friend-top .logo-box {
    position: relative;
}
.friend-top .logo-box img.logo {
   position: absolute;
   top: 100px;
   left: 450px;
   width: 10%;
}
/* p1 */
.friend-p1 {
    margin-top: 8vw;
}
.friend-p1 .tit1 {
    background: url(../images/titbg.png) no-repeat top center;
    height: 230px;
    font-size: 30px;
    color: #f85b52;
    padding-top: 170px;
}
.friend-p1 .list li {
    float: left;
    width: 375px;
    text-align: center;
    font-size: 18px;
    margin-left: 32px;
    margin-top: 15px;
	height: 302px;
}
.friend-p1 .list li img {
    box-shadow: 1.414px 1.414px 14px 0px rgba(98, 98, 98, 0.39);
    border-radius: 20px;
    margin-bottom: 8px;
	display: block;
}
.friend-p1 .list li:nth-child(3n+1) {
    margin-left: 0;
}
.friend-p1 .more,
.friend-p2 .more {
    margin-top: 30px;
    text-align: right;
    font-size: 18px;
}
/* p2 */
.friend-p2 {
    margin-top: 4vw;
}
.friend-p2 .tit1 {
    background: url(../images/titbg2.png) no-repeat top center;
    height: 230px;
    font-size: 30px;
    color: #f85b52;
    padding-top: 170px;
}
.friend-p2 ul.list b.title {
    height: 60px;
    display: block;
    font-size: 20px;
    line-height: 60px;
    text-align: left;
    position: relative;
}
.friend-p2 ul.list b.title::after {
    position: absolute;
    content: '';
    background: url(../images/icon1.png) no-repeat;
    width: 29px;
    height: 22px;
    top: 19px;
	margin-left: 10px;
}
.friend-p2 ul.list li {
    position: relative;
    font-size: 18px;
    float: left;
    text-align: center;
    border-radius: 20px;
    background-color: rgb(238, 241, 247);
}
.friend-p2 .pic1 .left ul.list li,
.friend-p2 .pic2 .right ul.list li {
    padding-bottom: 20px;
    padding-left: 30px;
    margin-bottom: 28px;
}
.friend-p2 .pic1 .left ul.list li:nth-child(odd),
.friend-p2 .pic2 .right ul.list li:nth-child(odd) {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 377px;
}
.friend-p2 .pic1 .left ul.list li:nth-child(even),
.friend-p2 .pic2 .right ul.list li:nth-child(even) {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding-right: 30px;
    width: 406px;
}
.friend-p2 .pic1 .right ul.list li,
.friend-p2 .pic2 .left ul.list li {
    width: 375px;
    padding: 0 24px 20px 24px;
    margin-bottom: 28px;
}
.friend-p2 ul.list li img {
    border-radius: 10px;
    margin-bottom: 10px;
}
.friend-p2 ul.list i.vbg {
    position: absolute;
    background: url(../images/vbg.png) no-repeat;
    width: 71px;
    height: 70px;
    top: 198px;
    left: 30px;
}
.friend-p2 .pic1 .left,
.friend-p2 .pic2 .right {
    width: 784px;
}
.friend-p2 .pic1 .right,
.friend-p2 .pic2 .left {
    width: 374px;
}
.friend-p2 .pic3 ul.list li {
    width: 373px;
    margin-left: 37px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 20px;
	margin-bottom: 28px;
}
.friend-p2 .pic3 ul.list li:nth-child(3n+1) {
    margin-left: 0;
}
/* copyright */
#copyright {
    background: url(../images/copybg.png) no-repeat top center;
    color: #fff;
    padding-top: 175px;
    padding-bottom: 64px;
}
/* d2 */
.friend-d2top {
    background: url(../images/top2.jpg) no-repeat top center;
    height: 451px;
}
.friend-d2nav {
    font-size: 18px;
    text-align: left;
    padding: 30px 0;
}
.friend-d2nav a {
    margin: 0 8px;
}
.friend-d2Con .pic-list li {
    float: left;
    width: 291px;
    font-size: 18px;
    text-align: left;
    height: 270px;
    margin-bottom: 10px;
    margin-left: 12px;
	line-height: 160%;
	position: relative;
}
.friend-d2Con .pic-list li i.vbg {
    background: url(../images/vbg.png) no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    right: 10px;
    top: 120px;
}
.friend-d2Con .pic-list li:nth-child(4n+1) {
    margin-left: 0;
}
.friend-d2Con .pic-list li img {
    box-shadow: 1.414px 1.414px 14px 0px rgba(98, 98, 98, 0.39);
    border-radius: 20px;
    margin-bottom: 8px;
	display: block;
}
.pages {
    text-align: center;
    padding: 40px 0 20px 0;
    overflow: hidden;
}
.pages a {
    border: 1px solid #dddad2;
    padding: 10px 15px;
    margin: 0 5px;
    text-decoration: none;
    border-radius: 5px;
}
.pages a.common_current_page {
    background: #55d9fa;
    color: #fff;
    border: 1px solid #55d9fa;
}