body,p,h1,h2,h3,h4,h5,h6,li,span,i,ul,img,a,strong,input{margin:0;padding:0; font-family: "microsoft yahei";}
body,p,h1,h2,h3,h4,h5,h6,li,span,i,ul,img,a,strong,input{margin:0;padding:0; font-family: "microsoft yahei";}
body{ font-size:14px; margin:0;padding:0; min-width:1280px;}
li{list-style-type:none; float:left;}
a{text-decoration:none;outline: none;}
th,td{ padding:0;}
table{ border-collapse:collapse;}
img{border:none;}
i{font-style:normal}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
input,select,textarea{outline:none;text-indent:6px;}
textarea{resize:none;}
div{margin:0 auto;}


/*头部导航样式*/
.navi{
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
	height:50px;
	min-width:1280px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #efefef;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.05);
    z-index: 888;
}
.navi:hover{
    background: #ffffff;	
}
.navi .top-nav{
	width: 1300px;
    margin: 0;
}
.navi .logo{
	float: left;
	height: 50px;
}
.navi .logo h6{
	float: left;
	height: 50px;
	margin-right: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.navi .logo h6 img{
	height:40px;
}

.navi ul{
    float: left;
    margin-left: 42px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navi ul li{
	color: #333333;
    /* width: 80px; */
    float: left;
    padding: 0 22px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}
.navi ul li.market{
	float: left;
    display: flex;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
    align-items: center;
}
.navi ul li.market:hover a{
	font-weight:normal;
	color: #ffffff;
	background: #9c0000;
}
.navi ul li.market a{
    font-size: 14px;
    font-weight: 400;
    height: 30px;
    line-height: 30px;
    padding-right: 10px;
    padding-left: 26px;
    display: block;
    background-color: #FA6400;
    color: #fff;
    transition: all 0.3s;
    border-radius: 5px;
    position: relative;
}
.navi ul li.market a img {
    position: absolute;
    top: 50%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 10px;
    display: block;
    width: 16px;
    height: 16px;
}
.navi ul li:hover a{
	color: #527fff;
}
.navi ul li.active a{
	color: #527fff;
}
.navi ul li a{
	position:relative;
	color: #333333;
}
.navi ul li a .map-new-icon{
	position: absolute;
    top: -16px;
    left: 86%;
    width: 53px!important;
    height: 20px!important;
}

.navi ul li a.active{
	color: #527fff;
	font-weight:600;
    padding-bottom: 18px;
    border-bottom: 3px solid #527fff;
}
.navi .navi-rig{
    height: 50px;
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navi .navi-rig .search{
    float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
    border-radius: 5px;
}
.navi .navi-rig .search img {
    display: block;
    width: 14px;
    position: absolute;
    left: 20px;
    top: 55%;
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.navi .navi-rig .search img:nth-child(1) {
    display: block;
}
.navi .navi-rig .search img:nth-child(2) {
    display: none;
}
.navi .navi-rig .search:hover{
	color: #286EFA;
    background: rgba(26,26,26,0.05);
}
.navi .navi-rig .search:hover img:nth-child(1){
    display: none;
}
.navi .navi-rig .search:hover img:nth-child(2){
	display: block;
}
.navi .navi-rig .btn_login{
	position: relative;
}
.navi .navi-rig .btn_com1{
    float: left;
    display: flex;
    height: 30px;
    margin-left: 20px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #286EFA;
    padding: 0 10px;
    cursor: pointer;
    background: rgba(40, 110, 250,0.1);
    transition: all 0.3s;
    flex-wrap: nowrap;
    align-items: center;
}
.navi .navi-rig .btn_com1 img{
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid #fff;
}
.navi .navi-rig .btn_login:hover:hover .btn_com1{
    background-color: #1B60FF;
    color: #fff;
}
.navi .navi-rig .btn_login:hover .btn_com1_hover{
    display: block;
}

.navi .navi-rig .btn_login .btn_com1_hover{
    position: absolute;
    left: 62%;
    top: 30px;
    -ms-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    transform: translate(-50%,0);
    padding-top: 15px;
    display: none;
}
.navi .navi-rig .btn_login .btn_com1_hover .btn_com1_hover_content{
    width: 106px;
    display: block;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    overflow: hidden;
    padding: 10px;
}
.navi .navi-rig .btn_login .btn_com1_hover .System_hover_a {
    display: block;
    transition: all 0.2s;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    padding-left: 31px;
}
.navi .navi-rig .btn_login .btn_com1_hover .System_hover_a:hover {
    color: #1A1A1A;
    background-color: #F2F3F5;
}
.navi .navi-rig .btn_login .btn_com1_hover .System_hover_a img {
    width: 16px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
}
.navi .navi-rig .btn_com2{
	float: left;
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 0 10px;
    cursor: pointer;
    background: #286efa;
    margin-left: 12px;
    transition: all 0.3s;
}
.navi .navi-rig .btn_com2:hover {
    background-color: #002b82;
    color: #fff;
}

.index-first-page{
	display: grid;
    width: 100%;
	height: 400px;
    padding-top: 50px;
    overflow: hidden;
    position: relative;
}
.index-first-page .index-first-banner{
    width: 1200px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    opacity: 1;
    margin: 0 auto;
    justify-content: space-between;
}
.index-first-page .title-wrap{
	position: relative;
    z-index: 10;
    margin: 0;
    height: 400px;
    margin-right: 2%;
	z-index:88;
}
.index-first-page .title-wrap .title{
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    text-align: left;
    margin-top: 96px;
    line-height: 66px;
    letter-spacing: 1px;
    text-shadow: 2px 2px #000000;
}
.index-first-page .title-wrap .title-second{
    font-size: 20px;
    color: #fff;
    line-height: 36px;
    text-shadow: 2px 2px #000000;
}
.index-first-page .title-wrap .title-second span:not(:last-child){margin-right:24px}
.index-first-page .title-wrap .btn_com {
    padding-top: 30px;
    font-size: 0;
}
.index-first-page .title-wrap .btn_com .btn_com1{
    display: inline-block;
    padding: 0 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    background: #286EFA;
}
.index-first-page .title-wrap .btn_com .btn_com1:hover{
    background: #FA6400;
}
.index-first-page .first-page-vr{
    position: absolute;
    width: 100%;
    right: 50%;
    margin-right: -50%;
    z-index: 10;
}
.first-page-vr .krp {
	width: 100%;
	height: 400px!important;
	transition: .5s;
	height: auto;
	border: 0;
}
.first-page-vr .Banner_back{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,0.2);
}


.SearchTabs{
	display: flex;
    align-items: center;
	width: 1246px;
    margin: 0 auto;
    position: relative;
}
.SearchTabs .SearchTabs_keywords{
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    padding: 36px 0 0 0;
}
.SearchTabs .SearchTabs_tabBox{
    cursor: pointer;
    display: flex;
    color: #333333;
    margin: 0;
    margin-right: 10px;
    padding: 0 20px;
    height: 30px;
    background: #f2f3f5;
    border-radius: 2px;
    align-items: center;
}
.SearchTabs .SearchTabs_tabBox.active{
    color: #fff;
    background: #286efa;
}
.SearchTabs .SearchTabs_tabBox:hover{
	color: #fff;
    background: #286efa;
}
.SearchTabs .SearchTabs_count{
	display: flex;
    padding: 36px 0 0 0;
    height: 30px;
    color: #5f5f5f;
    align-items: center;
}
.SearchTabs .SearchTabs_count em{
	color: #f36264;
    font-style: normal;
    padding: 0 5px;
}


.photographer-container{	
    box-sizing: border-box;
    width: 1272px;
    margin: 12px auto 30px auto;
    display: flex;
    flex-wrap: wrap;
}
.photographer-container ul{
	float: left;
    display: flex;
    margin: 0 auto;
    width: 100%;
    line-height: 0;
    flex-wrap: wrap;
}
.photographer-container ul .photographer-item{
    width: 192px;
    margin: 16px 10px;
    padding: 10px 0 26px 0;
    position: relative;
    cursor: pointer;
    display: flex;
    background: linear-gradient(159deg,#f7f8fa,#eff5ff);
    border-radius: 8px;
    transform-origin: center bottom;
    /* border: 1px solid #efefef; */
    transition: all .2s cubic-bezier(.65,.05,.36,1);
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.photographer-container ul .photographer-item.active{
    background: linear-gradient(135deg,#ffa9a9,#2f82ee);
}
.photographer-container ul .photographer-item:hover {
    background: linear-gradient(135deg,#fff1f1,#c0dcff);
    transform: translateY(-6px);
}
.photographer-container ul .photographer-item.active:hover {
    transform: translateY(0px);
}
.photographer-container ul .photographer-item .rz{
	position: absolute;
    width: 26px;
    height: 26px;
    right: 38px;
    top: 120px;
    border: 2px solid #ffffff;
    border-radius: 100%;
}
.photographer-container ul .photographer-item .avatar {
    width: 132px;
    height: 132px;
    padding: 10px 30px;
    border-radius: 50%;
}
.photographer-container ul .photographer-item .name{
    width: 100%;
    color: #000000;
	font-size: 16px;
    display: block;
    height: 18px;
    line-height: 18px;
    margin: 0 auto 10px auto;
    text-align: center;
}
.photographer-container ul .photographer-item .identity{
	width: 100%;
	margin: 0;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #767676;
	text-align: center;
    line-height: 17px;
}
.photographer-container ul .photographer-item .info {
	width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.photographer-container ul .photographer-item .info .span1 {
    float: left;
    display: block;
    padding-right: 20px;
	height: 14px;
    line-height: 14px;
    font-size: 13px;
    font-weight: 300;
    color: #1a1a1a;
    position: relative;
    padding: 0 10px;
    border-right: 1px solid #d8d8d8;
}
.photographer-container ul .photographer-item .info .span2 {
    float: left;
    display: block;
	height: 14px;
    line-height: 14px;
    font-size: 13px;
    font-weight: 300;
    color: #1a1a1a;
    position: relative;
    padding: 0 10px;
}
.photographer-container ul .photographer-item .info span i {
	margin-right: 5px;
}
.photographer-container ul .photographer-item.active P{
	color: #ff0000	
}
.photographer-container ul .photographer-item:hover P{
	color: #ff0000;	
}





/*公共底部*/
.footer{
    font-size: 14px;
    color: #4f5b78;
    padding:0;
    background-color: #222a3e;
}
.first-header{
    background-color: transparent;
    border: transparent;
    box-shadow: none;
}
.first-header .nav-box li a{
    color: #fff;
}
.footer .footer-top{
	display:table;
    width: 1280px;
    margin: 0 auto;
    color: #fff;
}
.footer .footer-top-l{
    width: 722px;
    float: left;
    line-height: 2;
    margin-right: 50px;
}
.footer .footer-top-l b{
    font-size: 18px;
    font-weight: normal;
}
.footer .footer-top-r{
	float: right;
    padding: 10px 0;
}
.footer-top-QR {
    float: left;
    margin-right: 20px;
    text-align: center;
}
.footer-top-QR img{
	width: 120px;
    height: 120px;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -ms-background-position-size: contain;
    background-size:contain;
}
.footer-top-QR p{
	padding: 5px 0 0;
    color: #ffffff;
    font-size: 14px;
}
.footer-top-hotTel{
	float: left;
	margin-left:20px;
}
.footer .footer-top-r b{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.footer .footer-top-r .tel{
    font-size: 30px;
    font-weight: 600;
    color: #ff8502;
}
.footer .footer-bottom{
    border-top: 1px solid #323a52;
    width: 1280px;
    margin: 10px auto 0;
    text-align: center;
    line-height: 32px;
    padding: 15px 0 20px;
    color: #aaa;
}
.footer .footer-bottom a{
    color: #aaa;
}



