﻿@charset "utf-8";
/* CSS Document */
body {
	color: #222;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, iframe {
	margin: 0;
	padding: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
body, button, input, select, textarea {
	font-family: Microsoft YaHei;
	font-size: 14px;
	line-height: 1;
	color: #222;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	color: 012349;
	text-decoration: none;
}
.wrap_allbox {
	display: block;
	padding-top: 80px;
	padding-bottom: 36px;
	overflow-x: hidden;
}
.section-wrap {
	width: 100%;
	height: 100%;
	overflow: visible;
	transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}
.section-wrap .section {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.section-wrap .section-1 {
	background-color: #fbfbfb
}
.section-wrap .section-2 {
	background-color: #fbfbfb
}
.section-wrap .section-3 {
	background: url(../images/page3_bg.jpg) no-repeat top center #333;
	background-size: 100% 100%;
}
.section-wrap .section-4 {
	background-color: #f2f2f2
}
.put-section-0 {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.put-section-1 {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.put-section-2 {
	transform: translateY(-200%);
	-webkit-transform: translateY(-200%);
}
.put-section-3 {
	transform: translateY(-300%);
	-webkit-transform: translateY(-300%);
}
.put-section-4 {
	transform: translateY(-400%);
	-webkit-transform: translateY(-400%);
}
.section-btn {
	width: 100px;
	position: fixed;
	right: 4%;
	top: 40%;
	z-index: 10
}
.section-btn li {
	width: 100px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	color: #9a9a9a;
	cursor: pointer;
	margin-bottom: 10px;
	consor: pointer;
}
.section-btn li .chose_text {
	float: left;
	width: 80px;
}
.section-btn li .chose_icon {
	float: right;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background: #b0b0b0;
	margin-top: 6px;
}
.section-btn li.on {
	color: #08a99a;
}
.section-btn li.on .chose_icon {
	height: 24px;
	margin: 0;
    background: #08a99a;
}
.arrow {
	opacity: 1;
	animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	-webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border: 1px solid #fff;
	cursor: pointer;
	overflow: hidden;
}
.arrow:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}
 @keyframes arrow {
%0, %100 {
bottom:10px;
opacity:1;
}
50% {
bottom:50px;
opacity:.5
}
}
 @-webkit-keyframes arrow {
%0, %100 {
bottom:10px;
opacity:1;
}
50% {
bottom:50px;
opacity:.5
}
}
.top_inside {
	height: 80px;
	line-height: 80px;
	font-size: 15px;
	position: fixed;
	z-index: 15;
	width: 100%;
	min-width: 1200px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.top_inside .logo {
	float: left;
	margin-left: 3%;
	margin-top: 0px;
	line-height: 0;
}
.top_inside .logo img.logo_img {
	height: 80px;
}
.top_inside .rli {
	color: #043d83;
	float: right;
	margin-right: 3%;
	margin-left: 30px;
}
.rli font {
	color: #222;
}
.rli a:first-child {
	margin-left: 10px;
}
.rli a:hover {
	font-weight: bold
}
.rli .soust {
	float: left;
	margin: 28px 11px 0px 0px;
}
.rli .soust {
	background: url(../images/icon_search_r2.png) no-repeat center center;
	display: block;
	height: 26px;
	width: 26px;
}
.rli .soust:hover {
	background: url(../images/icon_search_r2.png) no-repeat;
	display: block;
	height: 58px;
}
.rli .drqzc {
	float: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
} /* 右侧邮箱登录问题*/
.rli .drqzc a {
	margin-right: 0px;
}
.rli .soust:hover>.menu_pop {
	display: block;
}
.bg_r {
	background: url(../images/page1_btn.jpg);
	background-size: contain;
}
.rli .soust_re {
	background: url(../images/3_3.png) no-repeat center center;
	display: block;
	height: 26px;
	width: 26px;
}
/*?????????????*/
.navBar {
	float: left;
	height: 80px;
}
.navBar>a {
	padding: 0 20px;
	display: block;
	line-height: 80px;
	text-align: center;
}
.navBar:hover>a {
	color: #fff;
	background: url(../images/btn_navBar2.png) center 20px no-repeat;
}
.navBar:first-child:hover>a {
	color: #fff;
	background: url(../images/btn_navBar4.png) center 20px no-repeat;
}
.navBar:nth-child(3):hover>a {
	color: #fff;
	background: url(../images/btn_navBar2.png) center 20px no-repeat;
}
.navBar:nth-child(5):hover>a {
	color: #fff;
	background: url(../images/btn_navBar2.png) center 20px no-repeat;
}
.yangs {
	color: #043d83;
	font-weight: bold
}
.menu_pop {
	position: absolute;
	width: 100%;
	background: #f5f5f5;
	box-shadow: 0 4px 18px -4px rgba(0, 0, 0, 0.2);
	left: 0;
	top: 80px;
	display: none;
}
.navBar:hover>.menu_pop {
	display: block;
}
.menu_box {
	width: 1200px;
	margin: 0 auto;
	line-height: 24px;
}
.menu_list {
	padding: 0px;
	float: left;
}
.menu-1 {
	height: 390px;
	background: #fff;
}
.menu-1 .pro_menuBar_left {
	float: left;
	width: 20%;
	height: 390px;
        background: #e4e3e3;
}
.pro_menuBar_left>.menuBar_list {
    height: 35px;
    margin-left: 60px;
}
.menu_pop>.middss>p>span {
	color: #043d83;
}


.menuBar_list .seback1{
	display: block;
}
.menuBar_list:hover>a {
	font-weight: bold;
	color: #043d83;
}
.menu-1 .pro_menuBar_right {
	float: right;
	width: 40%;
	height: 390px;
	background: url(../images/menu_pro_right.jpg) no-repeat top center #f9f9f9;
	padding-top: 60px;
	text-align: center;
}
.pro_menuBar_right>a {
	text-align: center;
}
.pop_pro_menu {
	width: 40%;
	position: absolute;
	height: 390px;
	left: 20%;
	top: 0;
	display: none;
}
.two_menu {
	/*width: 40%;*/
	width: 100%;
	text-align: left;
	line-height: 46px;
	height: 390px;
	overflow: auto;
	padding-top: 0px;
	display: none;
	background: #f9f9f9;
-webkit-column-count: 2;
}
.two_menu li {
}

.two_menu>li:hover {
	background: #fff;
}
.two_menu>li>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 46px;
	padding-left: 30px;
}
.three_menu {
	width: 50%;
	position: absolute;
	left: 40%;
	top: 0px;
	display: none;
	height: 450px;
	overflow: auto;
	background: #fff;
}
.three_menu>li {
	width: 50%;
	float: left;
	overflow: hidden;
	line-height: 22px;
	margin: 10px 0;
	padding: 0 10px;
}
.xians {
	display: block;
}
.seback1 {
	background: url(../images/7_03.jpg) no-repeat right bottom;
}
.seback2 {
	background: url(../images/3_03.jpg) no-repeat right bottom;
}
.seback3 {
	background: url(../images/6_03.jpg) no-repeat right bottom;
}
.seback4 {
	background: url(../images/1_03.jpg) no-repeat right bottom;
}
.seback5 {
	background: url(../images/4_03.jpg) no-repeat right bottom;
}
.seback6 {
	background: url(../images/5_03.jpg) no-repeat right bottom;
}
.seback7 {
	background: url(../images/2_03.jpg) no-repeat right bottom;
}
.menuBar_list:hover .two_menu {
	display: block;
}
.menuBar_list:hover .pop_pro_menu {
	display: block;
}
.two_menu li:hover .three_menu {
	display: block;
}
.beijing01 .three_menu {
	width: 60%;
	height: 530px;
	background: #fff;
}

@media(max-width:1366px) {
.menu-1 {
	height: 420px;
	background: #fff;
}
.menu-1 .pro_menuBar_left {
	float: left;
	width: 20%;
	height: 420px;
}
.pro_menuBar_left>.menuBar_list {
	height: 40px;
	line-height: 40px;
}
.menu_pop>.middss>p>span {
	color: #043d83;
}
/*.menuBar_list .menu1 {

	height: 60px;
	line-height: 60px;
	text-align: right;
	padding-right: 20px;
	display: block;
}*/



.menuBar_list:hover>a {
	font-weight: bold;
	color: #043d83;
}
.menu-1 .pro_menuBar_right {
	float: right;
	width: 40%;
	height: 420px;
	background: url(../images/menu_pro_right.jpg) no-repeat top center #f9f9f9;
	padding-top: 60px;
	text-align: center;
}
.pro_menuBar_right>a {
	text-align: center;
}
.pop_pro_menu {
	width: 40%;
	position: absolute;
	height: 420px;
	left: 20%;
	top: 0;
	display: none;
}
.two_menu {
	width: 100%;
	text-align: left;
	line-height: 30px;
	height: 420px;
	overflow: auto;
	padding-top: 0px;
	display: none;
	background: #f9f9f9;
}
.two_menu li {
}
.two_menu>li:hover {
	background: #fff;
}
.two_menu>li>a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	padding-left: 30px;
}
.three_menu {
	width: 50%;
	position: absolute;
	left: 40%;
	top: 0px;
	display: none;
	height: 420px;
	overflow: auto;
	background: #fff;
}
.beijing01 .three_menu {
	height: 420px;
}
.three_menu>li {
	width: 50%;
	float: left;
	overflow: hidden;
	line-height: 22px;
	margin: 10px 0;
	padding: 0 10px;
	font-size: 12px;
}
.xians {
	display: block;
}
.seback1 {
	background: url(../images/7_03.jpg) no-repeat 195px bottom;
}
.seback2 {
	background: url(../images/3_03.jpg) no-repeat 195px bottom;
}
.seback3 {
	background: url(../images/6_03.jpg) no-repeat 195px bottom;
}
.seback4 {
	background: url(../images/1_03.jpg) no-repeat 195px bottom;
}
.seback5 {
	background: url(../images/4_03.jpg) no-repeat 195px bottom;
}
.seback6 {
	background: url(../images/5_03.jpg) no-repeat 195px bottom;
}
.seback7 {
	background: url(../images/2_03.jpg) no-repeat 195px bottom;
}

}
.menu-2 .menu_list a {
	width: 100%;
	height: 100%;
	display: block;
}
.menu-3 .menu_list a {
	width: 100%;
	height: 100%;
	display: block;
	line-height: 80px;
}
.menu-3 .menu_list {
     width: 300px;
}
.menu-3 .menu_list>li {
	padding-left: 90px;
	color: #555;
	width: max-content;
	float: left;
}
.menu-3 .menu_list .one {
	color: #222;
	margin-bottom: 12px;
	padding-left: 118px;
	padding-top: 25px;
}
.menu-4 .menu_list {
	width: 300px;
	height: 200px;
}
.menu-4 .menu_list>li {
	padding-left: 102px;
	width: max-content;
}
.menu-4 .menu_list .one {
	color: #222;
	margin-bottom: 12px;
	padding-left: 90px;
	padding-top: 25px
}
.menu-4 .menu_list a {
	width: 100%;
	height: 100%;
	display: block;
}
.menu-5 .menu_list {
	width: 300px;
}
.menu-5 .menu_list>li {
	height: 80px;
	padding-left: 88px;
	color: #555;
	width: max-content;
	line-height: 80px;
	float: left;
}
.menu-5 .menu_list .one {
	color: #222;
	margin-bottom: 12px;
	padding-left: 118px;
	padding-top: 25px;
}
/*.menu-5 .menu_list a {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-top: 25px;
}
.menu-6 .menu_list {
	width: 100%;
	height: 80px;
}*/
.menu-6 .menu_list>li {
	height: 80px;
	color: #222;
	width: max-content;
	line-height: 30px;
	float: left;
	margin: 0 0 0 60px;
}
.menu-6 .menu_list .one {
	height: 100%;
}
.menu-6 .menu_list a {
	display: inline-block;
	/*padding-left: 54px;*/
	padding-top: 25px;
}
.menu-7 .menu_list {
	width: 100%;
	;
	height: 80px;
}
.menu-7 .menu_list>li {
	height: 80px;
	color: #222;
	width: max-content;
	float: left;
	line-height: 40px;
	margin: 0 0 0 50px;
}
.menu-7 .menu_list .one {
	height: 100%;
}
.menu-7 .menu_list a {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding-left: 74px;
	padding-top: 25px;
}
.menu-8 .menu_list {
	width: 300px;
	height: 140px;
}
.menu-8 .menu_list_last {
	width: 150px;
	float: left;
	height: 140px;
}
.menu-8 .menu_list>li {
	padding-left: 110px;
	color: #555;
	width: max-content;
}
.menu-8 .menu_list .one {
	color: #222;
	margin-bottom: 12px;
	padding-left: 96px;
	padding-top: 25px;
}
.menu-9 .menu_list {
	width: 240px;
	height: 200px;
}
.menu-9 .menu_list>li {
	padding-left: 100px;
	color: #555;
	width: max-content;
}
.menu-9 .menu_list .one {
	color: #222;
	margin-bottom: 12px;
	padding-left: 88px;
	padding-top: 25px;
}
.menu_list:hover>.one {
	color: #043d83;
	font-weight: bold;
}
.menu-3 .list1 {
	background: url(../images/nav_kehu_icon1.png) no-repeat 10px 12px;
	background-size: 60px;
}
.menu-3 .list2 {
	background: url(../images/nav_kehu_icon2.png) no-repeat 10px 12px;
	background-size: 60px;
}
.menu-3 .list3 {
	background: url(../images/nav_kehu_icon3.png) no-repeat 10px 12px;
	background-size: 60px;
}
.menu-3 .list4 {
	background: url(../images/nav_kehu_icon4.png) no-repeat 10px 12px;
	background-size: 60px;
}
.menu-3 .list1:hover {
	background: url(../images/nav_kehu_icon1_h.png) no-repeat 10px 12px #fff;
	background-size: 60px;
}
.menu-3 .list2:hover {
	background: url(../images/nav_kehu_icon2_h.png) no-repeat 10px 12px #fff;
	background-size: 60px;
}
.menu-3 .list3:hover {
	background: url(../images/nav_kehu_icon3_h.png) no-repeat 10px 12px #fff;
	background-size: 60px;
}
.menu-3 .list4:hover {
	background: url(../images/nav_kehu_icon4_h.png) no-repeat 10px 12px #fff;
	background-size: 60px;
}
.menu-4 .list1 {
	background: url(../images/nav_jiejue_icon1.png) no-repeat 10px 12px;
}
.menu-4 .list2 {
	background: url(../images/nav_jiejue_icon2.png) no-repeat 10px 12px;
}
.menu-4 .list3 {
	background: url(../images/nav_jiejue_icon3.png) no-repeat 10px 12px;
}
.menu-4 .list4 {
	background: url(../images/nav_jiejue_icon4.png) no-repeat 10px 12px;
}
.menu-4 .list1:hover {
	background: url(../images/nav_jiejue_icon1_h.png) no-repeat 10px 12px #fff;
}
.menu-4 .list2:hover {
	background: url(../images/nav_jiejue_icon2_h.png) no-repeat 10px 12px #fff;
}
.menu-4 .list3:hover {
	background: url(../images/nav_jiejue_icon3_h.png) no-repeat 10px 12px #fff;
}
.menu-4 .list4:hover {
	background: url(../images/nav_jiejue_icon4_h.png) no-repeat 10px 12px #fff;
}
.menu-5 .list1 {
	background: url(../images/nav_fuwu_icon1.png) no-repeat 10px 12px;
	background-size: 60px;
}
.menu-5 .list2 {
	background: url(../images/nav_fuwu_icon2.png) no-repeat 10px 12px;
	background-size: 60px;
}
.menu-5 .list3 {
	background: url(../images/nav_fuwu_icon3.png) no-repeat 10px 12px;
	background-size: 60px;
}
.menu-5 .list1:hover {
	background: url(../images/nav_fuwu_icon1_h.png) no-repeat 10px 12px #fff;
	background-size: 60px;
}
.menu-5 .list2:hover {
	background: url(../images/nav_fuwu_icon2_h.png) no-repeat 10px 12px #fff;
	background-size: 60px;
}
.menu-5 .list3:hover {
	background: url(../images/nav_fuwu_icon3_h.png) no-repeat 10px 12px #fff;
	background-size: 60px;
}
.menu-6 .list1 {
	background: url(../images/nav_xiaoshou_icon1.png) no-repeat 10px 12px;
}
.menu-6 .list2 {
	background: url(../images/nav_xiaoshou_icon2.png) no-repeat 10px 12px;
}
.menu-6 .list3 {
	background: url(../images/nav_xiaoshou_icon3.png) no-repeat 10px 12px;
}
.menu-6 .list4 {
	background: url(../images/nav_xiaoshou_icon4.png) no-repeat 10px 12px;
}
.menu-6 .list5 {
	background: url(../images/nav_xiaoshou_icon5.png) no-repeat 10px 12px;
}
.menu-6 .list6 {
	background: url(../images/nav_xiaoshou_icon6.png) no-repeat 10px 12px;
}
.menu-6 .list1:hover {
	background: url(../images/nav_xiaoshou_icon1_h.png) no-repeat 10px 12px #fff;
}
.menu-6 .list2:hover {
	background: url(../images/nav_xiaoshou_icon2_h.png) no-repeat 10px 12px #fff;
}
.menu-6 .list3:hover {
	background: url(../images/nav_xiaoshou_icon3_h.png) no-repeat 10px 12px #fff;
}
.menu-6 .list4:hover {
	background: url(../images/nav_xiaoshou_icon4_h.png) no-repeat 10px 12px #fff;
}
.menu-6 .list5:hover {
	background: url(../images/nav_xiaoshou_icon5_h.png) no-repeat 10px 12px #fff;
}
.menu-6 .list6:hover {
	background: url(../images/nav_xiaoshou_icon6_h.png) no-repeat 10px 12px #fff;
}
.menu-7 .list1 {
	background: url(../images/nav_pinpai_icon1.png) no-repeat 10px 12px;
}
.menu-7 .list2 {
	background: url(../images/nav_pinpai_icon2.png) no-repeat 10px 12px;
}
.menu-7 .list3 {
	background: url(../images/nav_pinpai_icon3.png) no-repeat 10px 12px;
}
.menu-7 .list4 {
	background: url(../images/nav_pinpai_icon4.png) no-repeat 10px 12px;
}
.menu-7 .list5 {
	background: url(../images/nav_pinpai_icon5.png) no-repeat 10px 12px;
}
.menu-7 .list6 {
	background: url(../images/nav_pinpai_icon6.png) no-repeat 10px 12px;
}
.menu-7 .list1:hover {
	background: url(../images/nav_pinpai_icon1_h.png) no-repeat 10px 12px #fff;
	height: 80px;
	color: #043d83;
}
.menu-7 .list2:hover {
	background: url(../images/nav_pinpai_icon2_h.png) no-repeat 10px 12px #fff;
	height: 80px;
	color: #043d83;
}
.menu-7 .list3:hover {
	background: url(../images/nav_pinpai_icon3_h.png) no-repeat 10px 12px #fff;
	height: 80px;
	color: #043d83;
}
.menu-7 .list4:hover {
	background: url(../images/nav_pinpai_icon4_h.png) no-repeat 10px 12px #fff;
	height: 80px;
	color: #043d83;
}
.menu-7 .list5:hover {
	background: url(../images/nav_pinpai_icon5_h.png) no-repeat 10px 12px #fff;
	height: 80px;
	color: #043d83;
}
.menu-7 .list6:hover {
	background: url(../images/nav_pinpai_icon6_h.png) no-repeat 10px 12px #fff;
	height: 80px;
	color: #043d83;
}
.menu-8 .list1 {
	background: url(../images/nav_rencai_icon1.png) no-repeat 10px 12px;
}
.menu-8 .list2 {
	background: url(../images/nav_rencai_icon2.png) no-repeat 10px 12px;
}
.menu-8 .list3 {
	background: url(../images/nav_rencai_icon3.png) no-repeat 10px 12px;
}
.menu-8 .list4 {
	background: url(../images/nav_rencai_icon4.png) no-repeat 10px 12px;
}
.menu-8 .list5 {
	background: url(../images/nav_rencai_icon5.png) no-repeat 10px 12px;
}
.menu-8 .list6 {
	background: url(../images/nav_rencai_icon6.png) no-repeat 10px 12px;
}
.menu-8 .list1:hover {
	background: url(../images/nav_rencai_icon1_h.png) no-repeat 10px 12px #fff;
}
.menu-8 .list2:hover {
	background: url(../images/nav_rencai_icon2_h.png) no-repeat 10px 12px #fff;
}
.menu-8 .list3:hover {
	background: url(../images/nav_rencai_icon3_h.png) no-repeat 10px 12px #fff;
}
.menu-8 .list4:hover {
	background: url(../images/nav_rencai_icon4_h.png) no-repeat 10px 12px #fff;
}
.menu-8 .list5:hover {
	background: url(../images/nav_rencai_icon5_h.png) no-repeat 10px 12px #fff;
}
.menu-8 .list6:hover {
	background: url(../images/nav_rencai_icon6_h.png) no-repeat 10px 12px #fff;
}
.menu-9 .list1 {
	background: url(../images/nav_shehui_icon1.png) no-repeat 10px 12px;
}
.menu-9 .list2 {
	background: url(../images/nav_shehui_icon2.png) no-repeat 10px 12px;
}
.menu-9 .list3 {
	background: url(../images/nav_shehui_icon3.png) no-repeat 10px 12px;
}
.menu-9 .list4 {
	background: url(../images/nav_shehui_icon4.png) no-repeat 10px 12px;
}
.menu-9 .list5 {
	background: url(../images/nav_shehui_icon5.png) no-repeat 10px 12px;
}
.menu-9 .list1:hover {
	background: url(../images/nav_shehui_icon1_h.png) no-repeat 10px 12px #fff;
}
.menu-9 .list2:hover {
	background: url(../images/nav_shehui_icon2_h.png) no-repeat 10px 12px #fff;
}
.menu-9 .list3:hover {
	background: url(../images/nav_shehui_icon3_h.png) no-repeat 10px 12px #fff;
}
.menu-9 .list4:hover {
	background: url(../images/nav_shehui_icon4_h.png) no-repeat 10px 12px #fff;
}
.menu-9 .list5:hover {
	background: url(../images/nav_shehui_icon5_h.png) no-repeat 10px 12px #fff;
}
.menu_pop {
	z-index: 2;
}
.menu_list {
	position: relative;
}
.menu_list>a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.menu_list>li {
	position: relative;
	z-index: 10;
	line-height: 20px;
}
/*?????*/
.account_bg {
	background-size: 100% auto;
	position: fixed;
	width: 100%;
	height: 100%;
}
.account_box {
	width: 370px;
	height: 460px;
	position: fixed;
	background: #fff;
	border-radius: 30px;
	right: 100px;
	top: 20%;
	padding: 34px 40px 0;
	font-size: 16px;
}
.account_box .title {
	color: #043d83;
	text-align: center;
	font-size: 14px;
	margin-bottom: 26px;
}
.account_box .title .on {
	font-size: 40px;
	font-weight: bold;
	color: #222;
}
.account_box>input {
	height: 60px;
	border-bottom: 1px solid #ddd;
	line-height: 60px;
	padding-left: 40px;
	display: block;
	width: 100%;
}
.account_box>input.name {
	background: url(../images/login_icon1.jpg) no-repeat 0 12px #fff;
}
.account_box>input.psw {
	background: url(../images/login_icon2.jpg) no-repeat 0 12px #fff;
}
.account_box>input.email {
	background: url(../images/login_icon3.jpg) no-repeat 0 12px #fff;
}
.account_box>button {
	background: url(../images/login_icon_btn.jpg) no-repeat;
	width: 100%;
	height: 54px;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	margin-top: 30px;
	box-shadow: 0 10px 30px rgba(255,0,0,0.4)
}
.account_box>.forget {
	display: block;
	height: 12px;
	margin: 16px 0 0;
	font-size: 12px;
}
.account_box>.forget span {
	color: #043d83;
	float: left;
}
.account_box>.forget a {
	float: right;
}
.account_box>.chose {
	margin-top: 28px
}
.account_box>.chose>a {
	width: 130px;
	height: 40px;
	border-radius: 10px;
	background: #eee;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	margin: 0 6px;
}
.account_box>.chose>a.active {
	background: #fff;
	border: 2px solid #043d83;
}
.other {
	text-align: center;
	color: #043d83;
	margin-top: 60px;
}
.Side_bar {
	position: fixed;
	right: 0;
	bottom: 130px;
	z-index: 99;
}
.Side_bar>div {
	width: 80px;
	height: 56px;
	position: relative;
	margin: 20px 0;
	cursor: pointer;
	padding-left: 30px;
}
.side_pop {
	position: absolute;
	right: 80px;
	top: 0;
	background: url(../images/side_pic.png) no-repeat top right #c42222;
	padding: 18px;
	border-radius: 20px;
	display: none;
}
.side_pop>img {

	position: absolute;
	right: -22px;
	top: 0;
}
.side_pop a img {
        width:120px;
}
.side_pop a p{
    text-align: center;
    color:#fff;
    margin-top: 5px;
}
.Side_bar>div:hover .side_pop {
	display: block;
}
.nav-tabs img {
	transform: scale(0.8);
}
.nav-tabs .active img {
	transform: scale(1);
}
.nav-tabs>li>a:hover {
	background: #fff;
}
.nav-tabs>li>a {
	border: 0px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	border: 0px;
}
.nav-tabs {
	border: 0px;
}
.menu-10 {
	height: 470px;
}
.middss {
	width: 920px;
	height: 250px;
	margin: auto;
}
.middss h1 {
	margin: 95px auto 55px;
	text-align: center;
	font-size: 48px;
	color: #000;
}
.middss .searchqd {
	width: 900px;
	height: 52px;
	padding: 10px 0px 0px 20px;
	background: #fff;
	border-radius: 48px;
	box-shadow: inset 1px 1px 6px #d1d1d1;
}
.middss .searchqd .buttonss {
	background: url(../images/ss2.jpg) no-repeat;
	height: 28px;
	width: 28px;
	margin: 5px 35px 0px 0px;
	display: block;
	float: left;
	border: none !important;
}
.middss .searchqd input {
	height: 38px;
	width: 600px;
	float: left;
}
.middss p {
	text-align: right;
}
.middss b {
	color: #999999;
	font-weight: 400;
	/*width: 130px; */
        margin-right: 10px;
	display: block;
	float: right;
	padding-top: 30px;
}
.middss a {
	line-height:  48px;
}
.carousel {
	width: 540px;
	height: 560px;
	margin-top: 80px;
}
.basketball ul>carousel {
	margin: 0;
}
.carousel-inner {
	width: 540px;
	height: 560px;
}
.carousel-inner>.item {
	width: 144px;
	margin: 0px;
	float: left;
}
.top_insides {
	height: 80px;
	line-height: 80px;
	font-size: 15px;
	position: fixed;
	z-index: 10;
	width: 100%;
	min-width: 1200px;
	z-index: 200;
	left: 0;
	top: 0;
	background: #fff;
}
.top_insides .logo {
	float: left;
	margin-left: 3%;
	margin-top: 0px;
	line-height: 0;
}
.top_insides .logo img {
	height: 80px;
}
.top_insides .rli {
	float: right;
	margin-right: 3%;
	margin-left: 30px;
	padding: 0 0 0 120px;
}
.drqzc .rli a {
	color: #fff;
}
.top_insides .rli font {
	color: #fff;
}
.top_insides2 .rli font {
	color: #222;
}
.top_insides3 .rli font {
	color: #222;
}
.top_insides2 .rli a {
	color: #043d83;
}
.hre {
	height: 1px;
	background: #eee;
	overflow: hidden;
	position: fixed;
	top: 79px;
	z-index: -1;
	width: 100%;
}
.hre_home {
	height: 1px;
	background: #eee;
	position: fixed;
	top: 79px;
	width: 100%;
	z-index: 1;
}
.top {
	height: 100px;
	line-height: 100px;
	font-size: 14px;
	position: relative;
	z-index: 4;
	font-size: 15px;
}
.top2 {
	border-bottom: 1px solid #333;
}
.top2 .navi {
	color: #bfbfbf;
}
.top2 .rli, .top3 .rli {
	color: #043d83;
}
.top .rli a:hover {
	font-weight: bold;
	color: #fff;
}
.top2 .rli a:hover, .top3 .rli a:hover {
	color: #043d83;
}
.logo {
	float: left;
	margin-left: 3%;
	margin-top: 20px;
	line-height: 0;
}
.navi {
	float: right;
	color: #222222;
	margin-right: 3%;
}
.navi>a {
	margin-left: 25px;
}
.navi>a:first-child {
	margin: 0;
}
.navi>a:hover {
	font-weight: bold;
}
.navBar_wh {
	color: #fff;
}
.navBar_re {
	color: #043d83;
}
.rli {
	float: right;
	margin-right: 3%;
	margin-left: 30px;
	color: #043d83;
}
.rli a:first-child {
	margin-left: 10px;
}
.rli a:hover {
	font-weight: bold
}
.top_insides2 .rli .drqzc {
	color: #043d83;
}
.top_insides2 .soust {
	background: url(../images/3_3.png) no-repeat center center;
	display: block;
	height: 26px;
	width: 26px;
}
.top_insides2 .soust:hover {
	background: url(../images/icon_search_r1.png) no-repeat;
	display: block;
	height: 58px;
}
.top_insides2 {
	height: 80px;
	line-height: 80px;
	font-size: 15px;
	position: fixed;
	z-index: 10;
	width: 100%;
	min-width: 1200px;
	background: #fff;
	border-bottom: 1px solid #ccc;
	display: none;
}
.top_insides2 .logo {
	float: left;
	margin-left: 3%;
	margin-top: 0px;
	line-height: 0;
	z-index: 2;
}
.top_insides:hover .top_insides2 {
	display: block;
}
.top_insides3 .rli .drqzc a {
	color: #043d83;
}
.top_insides3 .soust {
	background: url(../images/3_3.png) no-repeat 4px 4px;
	display: block;
	height: 56px;
	width: 26px;
}
.top_insides3 .soust:hover {
	background: url(../images/icon_search_r1.png) no-repeat;
	display: block;
}
.top_insides3 {
	height: 80px;
	line-height: 80px;
	font-size: 15px;
	position: fixed;
	z-index: 10;
	width: 100%;
	min-width: 1200px;
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.top_insides3 .logo {
	float: left;
	margin-left: 3%;
	margin-top: 0px;
	line-height: 0;
	z-index: 2;
}
.drqzc_red {
	color: #043d83;
}
input, button, select, textarea {
	outline: none
}
.pricepop {
	position: absolute;
	width: 100%;
	height: 100%;
}
.pricepopbej {
	background: #000;
	min-width: 1920px;
	height: 1000px;
	opacity: 0.4;
	display: block;
	left: 0px;
	top: 0px;
	position: fixed;
	z-index: 1999;
}
.priceborder {
	position: fixed;
	width: 280px;
	height: 320px;
	z-index: 2000;
	left: 50%;
	top: 55%;
	margin: -250px 0px 0px -200px;
	overflow: hidden;
}
.pricepop_head {
	position: relative;
}
.pricepop_head img {
	border: none;
	margin: 8px 8px 0 0;
}
.pricepop_head a {
	position: absolute;
	right: 8px;
	line-height: 20px;
	color: #000;
	text-decoration: none
}
.pricepop_head a:hover {
	color: #f60;
	text-decoration: none
}
.pricepop_body {
	border-radius: 16px;
	background: #fff;
	height: 495px;
}
.pricepop_body p {
	height: 38px;
	width: 280px;
	border-radius: 16px 16px 0px 0px;
	background: #d4171e;
}
.pricepopdiv {
	display: block;
	width: 50px;
	height: 20px;
}
.pricepopdiv img {
	border: none;
}
.pricepopbox {
	position: relative;
	height: 360px;
	width: 680px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover {
	background: none;
}

.section-wrap .section-3 .navi{
    color:#fff;
}
.section-wrap .section-3 .navi:hover{
    color:#222;
}

@media (max-width: 1400px) {
.top_insides .rli {
    padding: 0 0 0 65px;
    margin-left: 0px;
    margin-right: 1%;
}
}

@media (max-width: 1247px) {
.top_insides .rli {
    padding: 0 0 0 10px;
    margin-left: 0px;
    margin-right: 1%;
}
}

@media (max-width: 1300px) {
.navBar>a{
    padding: 0 16px;
}
}





























































