@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}


/* remember to define focus styles! */

:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

code,
kbd,
samp,
tt {
	font-size: 100%;
}


/*@purpose To enable resizing for IE */


/*@branch For IE6-Win, IE7-Win */

input,
button,
textarea,
select {
	*font-size: 100%;
}

body {
	line-height: 1.5;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #666;
}

ol,
ul {
	list-style: none;
}


/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}


/* remember to highlight anchors and inserts somehow! */

:link,
:visited,
ins {
	text-decoration: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}


/*clear float commom */

.clearfix {
	*zoom: 1;
}

.clearfix:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	font-size: 0;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


/*float commom*/

.fl {
	float: left;
}

.fr {
	float: left;
	margin-left: 20px;
}

.header,
.main,
.footer,
.banner_main {
	min-width: 996px;
	width: expression(document.body.clientWidth <=996? "996px": "auto");
}

.wrapfix {
	width: 1000px;
	margin: 0 auto;
}

a {
	color: #666666;
}

.mt15 {
	margin-top: 15px;
}

.mt30 {
	margin-top: 30px;
}

.mabot15 {
	margin-bottom: 15px;
}


/**** haeder style ****/

.header {
	background: #fff;
	border-bottom: 1px solid #cbcbcb;
}

.top_nav {
	background: #eeeeee;
}

.top_cen {
	width: 1000px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}

.top_left {
	width: 296px;
	float: left;
	height: 16px;
	line-height: 16px;
	padding: 17px 0;
	font-size: 12px;
	color: #333;
}

.top_left span {
	float: left;
}

.top_left .cs_img {
	float: left;
	margin-left: 5px;
}

.top_right {
	width: 700px;
	float: right;
	height: 40px;
}
.top_search {
	float: right;
	height: 23px;
	width: 205px;
	padding: 1px;
	background: url(/osoa/images/search_bg.png) no-repeat 0 0;
	margin: 13px 0 0 5px;
}

.search_select {
	width: 49px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	color: #666;
	position: relative;
	float: left;
}

.search_select .value {
	text-align: center;
	background: url(/osoa/images/top_select.png) no-repeat right center;
}

.search_select .list {
	border: 1px solid #ccc;
	background: #f8f8f8;
	width: 100%;
	position: absolute;
	top: 24px;
	left: 0;
	font-size: 12px;
}

.search_select .list li a {
	display: block;
	text-align: center;
	color: #666;
}

.search_select .list li a:hover {
	background: #fff;
}

.top_search .txt {
	width: 122px;
	float: left;
}

.top_search .txt input {
	height: 17px;
	line-height: 17px;
	padding: 3px 10px;
	width: 102px;
	font-size: 12px;
	color: #666;
	outline: none;
	font-family: "Microsoft YaHei";
	border: 0 none;
	background: none;
}

.top_search .btn {
	display: block;
	width: 25px;
	height: 23px;
	background: url(/osoa/images/search_icon.png) no-repeat center;
	float: left;
	font-size: 0;
	line-height: 0;
}

.top_link {
	float: right;
	color: #bebebe;
	font-size: 12px;
}

.top_link a,
.top_link span {
	margin: 0 12px;
}

.top_link a:hover {
	color: #0074c7;
}

.top_link a {
	color: #666;
}
.marquee_box{
	float: right;
	width: 360px;
	height: 30px;
	margin: 10px 10px 0 0;
	overflow: hidden;
}
.marquee_box li{
	float: left;
	padding: 0 10px;
	font-size:16px;
	color: #ff2401;
	line-height: 30px;
}
.head_cen {
	height: 100px;
	width: 1000px;
	margin: 0 auto;
}

.logo {
	width: 180px;
	float: left;
	padding: 30px 0;
}

.logo a img {
	display: block;
}

.nav_box {
	width: 780px;
	float: right;
}

.nav_box .nav {
	float: right;
	position: relative;
}

.nav_box .nav li {
	float: left;
}

.nav_box .nav li>a{
	position: relative;
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	height: 30px;
	line-height: 30px;
	font-size: 20px;
	color: #000000;
	padding:35px  25px;
}
.nav_box .nav li a,.nav_box .nav li a span{
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.nav_box .nav li>a span {
	position: absolute;
	left: 50%;
	top: 96px;
	margin-left: -15px;
	display: block;
	width:30px;
	height: 4px;
	visibility: hidden;
	background-color: #e40013;
	opacity: 0;
	filter: alpha(opacity=0);
}

.nav_box .nav li:hover>a,.nav_box .nav li.current>a{
	color: #0074c7;
}
.nav_box .nav li:hover>a span,.nav_box .nav li.current>a span{
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.submenu_box {
	display: none;
	position: absolute;
	top: 100px;
	right: 0;
	padding: 8px 50px 30px;
	width: 900px;
	background-color: #eaeaea;
	border-top: 1px solid #d0d0d0;
	z-index: 1111;
}
.submenu_box .flex-1{
	margin-top: 22px;
	float: left;
	width: 450px;
}
.submenu_box .flex-1 h3{
	line-height: 26px;
}
.submenu_box .flex-1 h3 a{
	font-size: 18px;
	color: #000000;
}
.submenu_box .flex-1 .p1{
	margin-top: 4px;
	font-size: 0;
	line-height: 24px;
}
.submenu_box .flex-1 .p1 a,.submenu_box .flex-1 .p1 em{
	display: inline-block;
	vertical-align: top;
}
.submenu_box .flex-1 .p1 a{
	font-size: 16px;
	color: #333333;
	line-height: 24px;
}
.submenu_box .flex-1 .p1 em{
	margin: 0 8px;
	font-size: 14px;
	line-height: 24px;
}
.submenu_box .flex-1 h3 a:hover,.submenu_box .flex-1 .p1 a:hover{
	color: #e40013;
}
/**** footer style ****/

.footer {
	background: #4e4e4e;
}

.foot_right {
	background: #333;
}

.foot_right .center {
	width: 996px;
	margin: 0 auto;
	height: 45px;
	line-height: 45px;
	font-size: 12px;
	color: #adadad;
}

.foot_img {
	float: right;
	display: block;
	height: 24px;
	padding-top: 10px;
}

.foot_img a {
	margin-left: 10px;
}

.foot_img a.lk01 {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	background: url(/osoa/images/foot_img01.png) no-repeat;
}

.foot_img a.lk01:hover {
	background-image: url(/osoa/images/foot_img01_hover.png);
}

.foot_img a.lk02 {
	display: block;
	width: 46px;
	height: 17px;
	margin-top: 5px;
	float: left;
	background: url(/osoa/images/foot_img02.png) no-repeat;
}

.foot_img a.lk02:hover {
	background-image: url(/osoa/images/foot_img02_hover.png);
}

.center p span {
	margin-right: 10px;
}

.foot_cen {
	width: 996px;
	margin: 0 auto;
}

.lk_box {
	padding: 30px 0;
	border-top: 1px solid #454545;
	position: relative;
	color: #fff;
	overflow: hidden;
}

.lk_table th {
	padding-right: 10px;
	font-weight: normal;
	font-size: 16px;
}

.lk_table td {
	padding-right: 28px;
}

.foot_select {
	width: 205px;
	height: 28px;
	border: 1px solid #ccc;
	background: #e6e6e6;
	position: relative;
	border-radius: 2px;
}

.foot_select .value {
	height: 28px;
	line-height: 28px;
	padding-right: 29px;
	padding-left: 12px;
	font-size: 13px;
	color: #333;
	position: relative;
}

.foot_select .value .lk {
	display: block;
	height: 28px;
	width: 28px;
	border-left: 1px solid #ccc;
	position: absolute;
	top: 0;
	right: 0;
	background: #e6e6e6 url(../images/arrow_icon.png) no-repeat center;
}

.foot_select .list {
	width: 100%;
	border: 1px solid #ccc;
	background: #e6e6e6;
	position: absolute;
	top: 29px;
	left: -1px;
	max-height: 140px;
	overflow-x: hidden;
	overflow-y: auto;
}

.foot_select .list li a {
	display: block;
	padding: 0 13px;
	line-height: 28px;
	font-size: 13px;
	color: #333;
}

.foot_select .list li a:hover {
	background: #fff;
}

.share_span {
	position: absolute;
	top: 30px;
	right: 0;
	font-size: 12px;
	color: #c3c3c3;
	display: block;
	height: 24px;
	line-height: 24px;
}

.share_span b {
	float: left;
	font-weight: normal;
}

.share_span a {
	display: block;
	width: 24px;
	height: 24px;
	float: left;
	margin-left: 8px;
}

.share_span a.sina {
	background: url(/osoa/images/ic_sina.png) no-repeat center;
}

.share_span a.sina:hover {
	background-image: url(/osoa/images/ic_sina_hover.png);
}

.share_span a.weixin {
	background: url(/osoa/images/ic_weixin.png) no-repeat center;
}

.share_span a.weixin:hover {
	background-image: url(/osoa/images/ic_weixin_hover.png);
}

.foot_middle {
	border-bottom: 1px solid #606060;
	padding: 32px 0 20px;
}

.foot_link {
	width: 720px;
	float: left;
}

.foot_link dl {
	min-height: 135px;
	float: left;
	padding-right: 52px;
}

.foot_link dl dt {
	color: #fff;
	font-size: 15px;
	margin-bottom: 10px;
}

.foot_link dl dd a {
	display: block;
	font-size: 12px;
	color: #b5b5b5;
	line-height: 22px;
}

.foot_link dl dd a:hover {
	color: #fff;
}

.foot_link dl.last {
	padding-right: 0;
}

.cs_span {
	display: block;
	line-height: 24px;
	color: #b3b3b3;
	font-size: 13px;
	padding: 4px 0;
}

.cs_span img {
	float: left;
}

.foot_link dl.last dt {
	margin-bottom: 12px;
}

.foot_info {
	width: 234px;
	float: right;
}

.foot_info a {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
}

.foot_info a em {
	display: block;
	width: 102px;
	height: 102px;
}

.foot_info a em img {
	width: 102px;
	height: 102px;
}

.foot_info a span {
	display: block;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
}

.icon_code2 {
	margin-left: 25px;
}


/**** banner style ****/

.banner_main {
	position: relative;
}

.main_shadow {
	width: 100%;
	height: 6px;
	background: url(/osoa/images/main_shadow.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
.banner_box {
	width: 100%;
	height: 370px;
	position: relative;
}

.banner {
	width: 100%;
	height: 370px;
	position: relative;
	z-index: 10;
}

.banner li {
	height: 370px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.slide_btn {
	width: 100%;
	height: 0;
	position: relative;
	z-index: 100;
}

.slide_btn a {
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: -204px;
	font-size: 0;
	line-height: 0;
	background: url(/osoa/images/banner_arrow.png) no-repeat;
}

.slide_btn a.prev {
	background-position: 0 0;
	left: 8%;
}

.slide_btn a.prev:hover {
	background-position: 0 bottom;
}

.slide_btn a.next {
	background-position: right 0;
	right: 8%;
}

.slide_btn a.next:hover {
	background-position: right bottom;
}

.slide_dot {
	display: none;
}
.swiper-container{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	direction: ltr;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-wrapper{
	position: relative;
	width: 100%;
	-webkit-transition-property: -webkit-transform, left, top;
	-webkit-transition-duration: 0s;
	-webkit-transform: translate3d(0px,0,0);
	-webkit-transition-timing-function: ease;
	-moz-transition-property: -moz-transform, left, top;
	-moz-transition-duration: 0s;
	-moz-transform: translate3d(0px,0,0);
	-moz-transition-timing-function: ease;
	-o-transition-property: -o-transform, left, top;
	-o-transition-duration: 0s;
	-o-transform: translate3d(0px,0,0);
	-o-transition-timing-function: ease;
	-o-transform: translate(0px,0px);
	-ms-transition-property: -ms-transform, left, top;
	-ms-transition-duration: 0s;
	-ms-transform: translate3d(0px,0,0);
	-ms-transition-timing-function: ease;
	transition-property: transform, left, top;
	transition-duration: 0s;
	transform: translate3d(0px,0,0);
	transition-timing-function: ease;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-slide{
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.banner .swiper-slide>a{
	display: block;
	width: 100%;
	height:100%;
}
.slide_btn {
	width: 100%;
	height: 0;
	position: relative;
	z-index: 100;
}
.banner_box .arrow-left,.banner_box .arrow-right{
	position: absolute;
	top: 50%;
	margin-top: -20px;
	display: block;
	width: 40px;
	height: 40px;
	background: url(/osoa/images/banner_arrow.png) no-repeat;
	z-index: 100;
}
.banner_box .arrow-left{
	background-position: 0 0;
	left: 8%;
}
.banner_box  .arrow-right{
	background-position: right 0;
	right: 8%;
}
.banner_box .arrow-left:hover{
	background-position: 0 bottom;
}
.banner_box  .arrow-right:hover{
	background-position: right bottom;
}

.sc_list {
	float: right;
}

.sc_list ul {
	width: 322px;
	height: 110px;
}

.sc_list ul li {
	width: 160px;
	float: left;
	margin-left: 1px;
	margin-bottom: 10px;
}

.ma_botone {
	margin-bottom: 0px !important;
}

.sc_list ul li a {
	display: block;
	padding-top: 20px;
	height: 90px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	background: url(/osoa/images/sc_lkbg.png) repeat;
}

.sc_list ul li a i {
	display: block;
	width: 50px;
	height: 45px;
	margin: 0 auto 8px;
	background-repeat: no-repeat;
	background-position: center;
}

.sc_list ul li.s1 a i {
	background-image: url(/osoa/images/icon_transact1.png);
}

.sc_list ul li.s2 a i {
	background-image: url(/osoa/images/icon_transact2.png);
}

.sc_list ul li.s3 a i {
	background-image: url(/osoa/images/icon_transact3.png);
}

.sc_list ul li.s4 a i {
	background-image: url(/osoa/images/icon_transact4.png);
}

.sc_list ul li.s5 a i {
	background-image: url(/osoa/images/icon_transact5.png);
}

.sc_list ul li.s6 a i {
	background-image: url(/osoa/images/icon_transact6.png);
}

.sc_list ul li .actsc,
.sc_list ul li a:hover {
	background: url(/osoa/images/pellucidity01.png) left top;
}

.home_box01 {
	background: #fff;
}

.box_center {
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

.link_title {
	font-size: 18px;
	font-weight: normal;
	color: #0074c7;
	padding: 0 10px;
	margin-bottom: 12px;
}

.link_list li {
	width: 78px;
	float: left;
}

.link_list li a {
	display: block;
	width: 59px;
	margin: 0 auto;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	text-align: center;
}

.link_list li a i {
	display: block;
	width: 59px;
	height: 59px;
	margin: 0 auto 8px;
	background: url(/osoa/images/link_icon01.png) no-repeat;
}

.link_list li.s1 a i {
	background-position: 0 0;
}

.link_list li.s2 a i {
	background-position: -79px 0;
}

.link_list li.s3 a i {
	background-position: -158px 0;
}

.link_list li.s4 a i {
	background-position: -237px 0;
}

.link_list li.s5 a i {
	background-position: -316px 0;
}

.link_list li.s6 a i {
	background-position: -395px 0;
}

.link_list li.s7 a i {
	background-position: -474px 0;
}

.link_list li.s8 a i {
	background-position: -553px 0;
}

.link_list li.s9 a i {
	background-position: -632px 0;
}

.link_list li.s10 a i {
	background-position: -711px 0;
}

.link_list li.s11 a i {
	background-position: -790px 0;
}

.link_list li.s12 a i {
	background-position: -869px 0;
}

.link_list li a:hover i {
	background-image: url(/osoa/images/link_icon02.png);
}

.link_box01 {
	width: 492px;
	float: left;
}

.link_box02 {
	width: 235px;
	float: left;
	margin-left: 25px;
}

.link_box03 {
	width: 218px;
	float: left;
	margin-left: 25px;
}

.link_box01 .link_list,
.link_box02 .link_list {
	border-right: 1px solid #e0e0e0;
}

.link_box02 .link_list li,
.link_box03 .link_list li {
	width: 70px;
}

.link_box02 .link_title,
.link_box03 .link_title {
	padding: 0 6px;
}

.home_box02 {
	background: #e9e9e9;
}

.home_box03 {
	background: #f0f0f0;
}

.home_box003 {
	background: #f4f4f4;
}

.home_newbox {
	width: 320px;
	background: #fff;
}

.new_title {
	height: 36px;
	border-bottom: 1px solid #eee;
	line-height: 36px;
	padding: 8px 20px 0;
}

.new_title h3 {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	font-weight: normal;
	font-size: 18px;
	color: #0074c7;
	border-bottom: 2px solid #E84230;
}

.more_btn {
	float: right;
	font-size: 14px;
	color: #e64743;
}

.new_cont {
	padding: 0 20px;
}

.news_first {
	height: 74px;
	padding: 20px 0;
	border-bottom: 1px dotted #a2a2a2;
}

.news_first .pic {
	float: left;
}

.news_first .pic img {
	display: block;
	width: 75px;
	height: 74px;
}

.news_first .cont {
	margin-left: 95px;
	font-size: 12px;
	color: #999;
}

.news_first .cont h5 a {
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 20px;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.news_first .cont h5 span.time {
	display: block;
	font-size: 12px;
	color: #999;
}

.cont p {
	line-height: 20px;
	font-size: 12px;
	color: #999999;
}

.new_list {
	padding: 15px 0;
}

.new_list li {
	line-height: 24px;
	padding: 4px 0;
	font-size: 14px;
}

.new_list li span.time {
	float: right;
	color: #999;
}

.new_list li a {
	display: block;
	margin-right: 106px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #666;
	padding-left: 18px;
	background: url(/osoa/images/num_icon03.png) no-repeat 0 7px;
}

.new_list li .actnew,
.new_list li a:hover {
	background-position: 0 -27px;
	color: #e64743;
}

.pro_list {
	width: 1000px;
}

.pro_list li {
	width: 189px;
	border: 5px solid #fff;
	float: left;
	margin-left: 1px;
	background: #fff;
}

.pro_list li:hover {
	border: 5px solid #ddd;
}

.pro_list li .libox {
	padding: 25px 10px;
	position: relative;
}

.pro_list li .libox .icon01 {
	display: block;
	width: 31px;
	height: 35px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-family: "宋体";
	font-style: normal;
	font-size: 12px;
	position: absolute;
	top: -5px;
	right: 15px;
	background: url(/osoa/images/tag_bg.png) no-repeat 0 0;
}

.pro_list li .libox .icon02 {
	display: block;
	width: 31px;
	height: 35px;
	text-align: center;
	line-height: 26px;
	color: #fff;
	font-family: "宋体";
	font-style: normal;
	font-size: 12px;
	position: absolute;
	top: -5px;
	right: 15px;
	background: url(/osoa/images/tag_bg.png) no-repeat right 0;
}

.pro_info {
	display: block;
	width: 160px;
	height: 160px;
	background: url(/osoa/images/pro_bg.png) no-repeat center;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	color: #666;
}

.pro_info .data {
	padding-top: 42px;
	line-height: 50px;
	font-size: 18px;
}

.pro_info .data strong {
	font-size: 50px;
	color: #e72724;
	font-family: Arial;
	margin-right: 3px;
	font-weight: bold;
	position: relative;
	top: 5px;
}

.pro_list li .title {
	text-align: center;
	line-height: 26px;
	padding: 15px 0;
	border-bottom: 1px dashed #d1d1d1;
	font-size: 18px;
	color: #333;
}

.pro_txtlist {
	padding: 15px 0 15px 38px;
	font-size: 14px;
	color: #757575;
	line-height: 22px;
}

.cm_btn a {
	display: block;
	width: 152px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	background: url(/osoa/images/btn.png) no-repeat 0 0;
	margin: 0 auto;
}

.cm_btn a:hover {
	background-position: 0 -45px;
}


/* 下载页面 */

.down_banner {
	position: relative;
}

.down_banner .banner_box {
	height: 300px;
	background: url(/osoa/images/banner03.jpg) no-repeat center;
}

.down_main {
	padding: 30px 0;
	background: #e9e9e9;
}

.down_main .inner {
	background: #FFFFFF;
}

.tab_box {
	height: 54px;
	line-height: 54px;
	background: #f4f4f4;
	border-bottom: 1px solid #e9e9e9;
}

.tab_box ul li {
	float: left;
	border-right: 1px solid #e9e9e9;
	position: relative;
	top: 1px;
}

.tab_box ul li a {
	display: block;
	width: 150px;
	text-align: center;
	font-size: 18px;
	color: #666666;
	border-top: 2px solid #f4f4f4;
}

.height_a {
	line-height: 52px;
}

.tab_box ul li.current a {
	background: #FFFFFF;
	border-top: 2px solid #0074C7;
	color: #0073C7;
}

.down_main .tab_content {
	padding: 30px 15px;
}

.down_list {}

.down_list .part {
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.down_list .part .pic_box {
	padding: 15px 15px 0;
	background: url(/osoa/images/pic_bg.png) no-repeat;
	width: 172px;
	height: 221px;
	float: left;
}

.down_list .part .pic_box .pic img {
	display: block;
	margin: 0 auto;
}

.down_list .part .pic_box strong {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #0073C7;
	padding: 10px 0 5px;
}

.down_list .part .pic_box p {
	font-size: 14px;
	color: #999999;
	text-align: center;
}

.down_list .part .info_box {
	margin-left: 220px;
	line-height: 180%;
}

.down_list .part .info_box .inner dl {
	margin-bottom: 10px;
}

.down_list .part .info_box .inner dl dt {
	float: left;
	color: #999999;
}

.down_list .part .info_box .inner dl dd {
	margin-left: 75px;
	color: #333333;
}

.down_list .part .info_box .down_link {
	padding-top: 25px;
	margin-top: 25px;
	padding-left: 75px;
	border-top: 1px dotted #E9E9E9;
	height: 35px;
}

.down_list .part .info_box .down_link a {
	height: 35px;
	line-height: 35px;
	width: 92px;
	float: left;
	padding-left: 60px;
	background: url(/osoa/images/down_btn.jpg) no-repeat bottom center;
	color: #999999;
	margin-right: 15px;
}

.down_list .part .info_box .down_link .actdown,
.down_list .part .info_box .down_link a:hover {
	background-position: top center;
	color: #FFFFFF;
}

.down_list .part .mobile_info {
	margin-right: 360px;
}

.down_list .part .mobile_down {
	float: right;
	width: 350px;
}

.down_list .part .mobile_down h5 {
	font-size: 16px;
	color: #656565;
	font-weight: normal;
	padding: 0 15px;
}

.down_list .part .mobile_down ul {
	margin-top: 10px;
}

.down_list .part .mobile_down ul li {
	width: 175px;
	float: left;
}

.down_list .part .mobile_down ul li img {
	padding: 15px;
	display: block;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
}

.down_list .part .mobile_down ul li a {
	display: block;
	width: 152px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin: 0 auto;
	margin-top: 10px;
	font-size: 14px;
	color: #FFFFFF;
}

.down_list .part .mobile_down ul li a.n1 {
	background: url(/osoa/images/mobile01.jpg) no-repeat center;
}

.down_list .part .mobile_down ul li a.n2 {
	background: url(/osoa/images/mobile02.jpg) no-repeat center;
}


/*20160408 4-1-533333巴黎人－投教园地--列表 start*/

.banner1_box {
	width: 100%;
	height: 150px;
}

.banner1_box img {
	width: 100%;
	height: 150px;
}

.down2_main {
	padding: 15px 0;
	background: #f9f9f9;
}

.position_box {
	background: url(/osoa/images/icon_index.png) no-repeat left center;
	padding-left: 25px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.position_box span {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.position_box a {
	display: inline-block;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.position_box .actp,
.position_box a:hover {
	font-weight: bold;
	color: #333333;
}

.blue_text {
	color: #0074c7 !important;
}

.inner2 {
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}

.side_nav {
	background: #FFFFFF;
	width: 240px;
	border: 1px solid #DDDDDD;
	float: left;
	height: auto;
	overflow: hidden;
}

.side_nav ul li .fin_side,
.side_nav ul li .side {
	display: block;
	width: 205px;
	padding-left: 20px;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #F0F0F0;
	background: #FFFFFF url(../images/icon_side.png) no-repeat 15px center;
	padding-left: 35px;
}

.bot_lineon {
	border-bottom: none !important;
}

.side_nav ul li .actfin_side,
.side_nav ul li .fin_side:hover,
.side_nav ul li .actside,
.side_nav ul li .side:hover {
	color: #FFFFFF;
	background: #0074c7 url(../images/icon_side.png) no-repeat 15px center;
}

.side_nav ul li .fin_side em,
.side_nav ul li .side em,
.side_drop a em {
	float: right;
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 40px;
	height: 60px;
	line-height: 60px;
	background: url(/osoa/images/icon_more1.png) no-repeat center;
	cursor: pointer;
}

.side_nav ul li .actfin_side em,
.side_nav ul li .fin_side:hover em,
.side_nav ul li .actside em,
.side_nav ul li .side:hover em {
	background: url(/osoa/images/icon_more2.png) no-repeat center;
}

.side_nav ul li .actdrop em,
.side_nav ul li .actdrop:hover em,
.side_drop a.actdrop2 em,
.side_drop a.actdrop2:hover em {
	background: url(/osoa/images/icon_more3.png) no-repeat center;
}

.side_drop {
	display: none;
}

.side_drop .side2,
.side_drop .side02 {
	display: block;
	width: 185px !important;
	padding-left: 20px;
	line-height: 60px;
	font-size: 16px;
	color: #666666 !important;
	border-bottom: 1px solid #F0F0F0;
	background: #FFFFFF url(../images/icon_side1.png) no-repeat 35px center !important;
	padding-left: 55px !important;
}

.side_drop .actside2,
.side_drop .side2:hover {
	color: #FFFFFF !important;
	background: #0074c7 url(../images/icon_side1.png) no-repeat 35px center !important;
}

.side_drop3 {
	display: none;
}

.side_drop3 a {
	display: block;
	width: 165px !important;
	padding-left: 20px;
	line-height: 60px;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #F0F0F0;
	background: #FFFFFF url(/osoa/images/icon_more1.png) no-repeat 55px center !important;
	padding-left: 75px !important;
}

.side_drop3 .side3,
.side_drop3 a:hover {
	color: #FFFFFF !important;
	background: #0074c7 url(/osoa/images/icon_more2.png) no-repeat 55px center !important;
}

.top_line {
	border-top: 1px solid #F0F0F0;
}

.main_box {
	margin-left: 240px;
}

.main_ul {
	height: auto;
	overflow: hidden;
}

.main_ul li {
	float: left;
	width: 50%;
}

.main_ul li .main_cen {
	height: 153px;
	padding: 20px 15px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	margin: 0 0 20px 15px;
}

.main_ul li .actmain,
.main_ul li .main_cen:hover {
	background: #0074c7;
	border: 1px solid #0074c7;
}

.main_cen h3 {
	line-height: 20px;
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #E84230;
	padding-bottom: 10px;
}

.actmain h3,
.main_cen:hover h3 {
	color: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.main_cen span {
	display: block;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #999999;
}

.actmain span,
.main_cen:hover span {
	color: #FFFFFF;
}

.main_cen span em {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 15px;
	height: 50px;
	line-height: 50px;
	background: url(/osoa/images/icon_time.png) no-repeat center;
	margin-right: 5px;
	vertical-align: middle;
}

.actmain span em,
.main_cen:hover span em {
	background: url(/osoa/images/icon_time1.png) no-repeat center;
}

.main_cen .main_p {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}

.actmain .main_p,
.main_cen:hover .main_p {
	color: #FFFFFF;
}

.main_p .view_a {
	line-height: 24px;
	font-size: 14px;
	color: #f47436;
}

.actmain .main_p .view_a,
.main_cen:hover .main_p .view_a {
	color: #FFFFFF;
}

.page_box {
	text-align: center;
	padding: 25px 0 30px;
}

.page_box a {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 30px;
	height: 28px;
	line-height: 28px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #999999;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(/osoa/css/css/PIE.htc);
	position: relative;
	vertical-align: top;
	margin: 0 3px;
}

.page_box .actpage,
.page_box a:hover {
	color: #FFFFFF;
	background: #0074c7;
	border: 1px solid #0074c7;
}

.page_box a em {
	display: block;
	width: 30px;
	height: 28px;
	line-height: 28px;
}

.page_box a .Page_left {
	background: url(/osoa/images/Page_left.png) no-repeat center;
}

.page_box a .Page_right {
	background: url(/osoa/images/Page_right.png) no-repeat center;
}

.page_box .actpage .Page_left,
.page_box a:hover .Page_left {
	background: url(/osoa/images/Page_left1.png) no-repeat center;
}

.page_box .actpage .Page_right,
.page_box a:hover .Page_right {
	background: url(/osoa/images/Page_right1.png) no-repeat center;
}

.page_box span {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
	margin-left: 10px;
	vertical-align: top;
}

.page_box .page_input {
	width: 30px;
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #999999;
	margin-right: 3px;
}


/*20160411 4-1-533333巴黎人－投教园地--列表 End*/


/*20160411 4-2-533333巴黎人－投教园地--详情 start*/

.detail_box {
	margin-top: 15px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.detail_head {
	padding: 30px 0 10px;
	border-bottom: 1px solid #EEEEEE;
}

.detail_head h1 {
	line-height: 50px;
	font-size: 32px;
	color: #0074c7;
	text-align: center;
}

.author {
	margin-top: 10px;
	position: relative;
}

.author_text {
	line-height: 20px;
	font-size: 13px;
	color: #999999;
	text-align: center;
}

.author_text span {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	line-height: 20px;
	font-size: 13px;
	color: #666666;
	margin-right: 20px;
}

.print_box {
	position: absolute;
	top: 0;
	right: 20px;
}

.print_box span {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	line-height: 20px;
	font-size: 12px;
	color: #CCCCCC;
	vertical-align: top;
	margin: 0 2px;
}

.print_box a {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 20px;
	height: 20px;
	line-height: 20px;
}

.icon_print {
	position: relative;
	background: url(/osoa/images/icon_print.png) no-repeat center;
}

.icon_space {
	background: url(/osoa/images/icon_space.png) no-repeat center;
}

.icon_close {
	background: url(/osoa/images/icon_close.png) no-repeat center;
}

.icon_print small {
	position: absolute;
	top: 23px;
	left: -8px;
	width: 35px;
	line-height: 20px;
	font-size: 13px;
	color: #666666;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}

.icon_print small em {
	position: absolute;
	top: -5px;
	left: 12px;
	display: block;
	width: 10px;
	height: 5px;
	background: url(/osoa/images/icon_print2.png) no-repeat center;
}

.detail_text {
	padding: 15px 15px 90px;
}

.detail_text p {
	line-height: 20px;
	font-size: 13px;
	color: #666666;
	margin-bottom: 25px;
}

.detail_img {
	width: 100%;
	height: 320px;
	margin-bottom: 25px;
}

.detail_img img {
	width: 480px;
	height: 320px;
}

.img_right {
	float: right;
}

.share_box {
	line-height: 55px;
	padding: 0 15px;
	border-top: 1px solid #EEEEEE;
	font-size: 14px;
	color: #c3c3c3;
}

.share_box span {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	line-height: 20px;
	font-size: 15px;
	color: #E5E5E5;
	margin: 0 5px;
}

.share_box a {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 30px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.share_box .icon_share1 {
	background: url(/osoa/images/icon_share1.png) no-repeat center;
}

.share_box .icon_share2 {
	background: url(/osoa/images/icon_share2.png) no-repeat center;
}

.share_box .icon_share3 {
	background: url(/osoa/images/icon_share3.png) no-repeat center;
}

.share_box .icon_share4 {
	background: url(/osoa/images/icon_share4.png) no-repeat center;
}

.share_box .icon_share5 {
	background: url(/osoa/images/icon_share5.png) no-repeat center;
}


/*20160411 4-2-533333巴黎人－投教园地--详情 End*/


/*20160411 4-533333巴黎人－投教园地 start*/

.banner2_box {
	width: 100%;
	height: 300px;
}

.banner2_box img {
	width: 100%;
	height: 300px;
}

.cast_box {
	padding-top: 15px;
}

.invest_box {
	width: 460px;
	height: 283px;
	padding: 0 15px 10px;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	margin-bottom: 20px;
}

.invest_right {
	float: right;
}

.invest_box h3 {
	line-height: 50px;
	font-size: 16px;
	color: #3091d3;
	border-bottom: 1px solid #E6E6E6;
}

.invest_box h3 span {
	position: relative;
	top: 1px;
	left: 0;
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	line-height: 50px;
	font-size: 16px;
	color: #3091d3;
	padding-right: 5px;
	border-bottom: 2px solid #E84230;
}

.invest_box h3 .more_a {
	float: right;
	line-height: 50px;
	font-size: 12px;
	color: #cccccc;
}

.invest_cen {
	padding: 20px 0 10px;
	height: auto;
	overflow: hidden;
}

.invest_img {
	float: left;
	width: 160px;
	height: 110px;
}

.invest_img img {
	width: 160px;
	height: 110px;
}

.invest_text {
	margin-left: 175px;
}

.invest_text h4 {
	line-height: 25px;
	font-size: 16px;
	color: #4c4c4c;
}

.invest_text span {
	display: block;
	line-height: 24px;
	font-size: 12px;
	color: #999999;
}

.invest_p {
	margin-top: 5px;
	border-top: 1px solid #F2F3F7;
	padding-top: 5px;
	line-height: 24px;
	font-size: 14px;
	color: #4c4c4c;
}

.invest_p a {
	line-height: 24px;
	font-size: 14px;
	color: #f47436;
}

.ul_text {
	height: auto;
	overflow: hidden;
}

.ul_text li {
	line-height: 30px;
	font-size: 14px;
	color: #4c4c4c;
	width: 100% !important;
}

.ul_text li em {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	;
	width: 5px;
	height: 5px;
	background: #3497da;
	margin-right: 5px;
	vertical-align: middle;
}

.ul_text li span {
	float: right;
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	line-height: 30px;
	font-size: 14px;
	color: #999999;
}

.district_box {
	background: #e9e9e9;
}

.district_cen {
	width: 1000px;
	margin: 0 auto;
	padding: 25px 0;
}

.district_cen ul {
	height: auto;
	overflow: hidden;
}

.district_cen ul li {
	float: left;
}

.district_img {
	width: 325px;
	height: 100px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(/osoa/css/css/PIE.htc);
	position: relative;
}

.district_img img {
	width: 325px;
	height: 100px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	behavior: url(/osoa/css/css/PIE.htc);
	position: relative;
}

.district_img p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 35px;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	background: url(/osoa/images/pellucidity.png) repeat-x left center;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	behavior: url(/osoa/css/css/PIE.htc);
}

.ma_right {
	margin-right: 12px;
}


/*20160411 4-533333巴黎人－投教园地 End*/


/*20160411 2-1-533333巴黎人－巴黎人研究--详情 start*/

.detail2_img {
	width: 100%;
	height: 420px;
	text-align: center;
	margin-bottom: 25px;
}

.detail2_img img {
	width: 550px;
	height: 420px;
}


/*20160411 2-1-533333巴黎人－巴黎人研究--详情 End*/


/*20160412 2-533333巴黎人－巴黎人研究 start*/

.sms_head {
	position: relative;
}

.sms_head h3 {
	line-height: 60px;
	font-size: 24px;
	color: #3091d3;
	text-align: center;
	padding: 0 10px;
	background: #e9e9e9;
	position: relative;
	width: 160px;
	z-index: 999;
	margin: 0 auto;
}

.sms_head em {
	position: absolute;
	top: 29px;
	left: 0;
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #D5D5D5;
	z-index: 998;
}

.sms_cen {
	margin-top: 20px;
}

.serve_box {
	width: 460px;
	height: 301px;
	padding: 0 15px;
	background: #FFFFFF;
}

.serve_head h3 {
	line-height: 60px;
	font-size: 20px;
	color: #3091d3;
	border-bottom: 1px solid #E6E6E6;
	vertical-align: middle;
}

.serve_head h3 span {
	line-height: 60px;
	position: relative;
	top: 1px;
	left: 0;
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	font-size: 20px;
	color: #3091d3;
	padding-right: 5px;
	border-bottom: 2px solid #E84230;
}

.serve_head h3 em {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 28px;
	height: 60px;
	line-height: 60px;
	margin-right: 10px;
	vertical-align: middle;
}

.serve_head h3 .icon_sms1 {
	background: url(/osoa/images/icon_sms1.png) no-repeat center;
}

.serve_head h3 .icon_sms2 {
	background: url(/osoa/images/icon_sms2.png) no-repeat center;
}

.serve_head h3 .icon_sms3 {
	background: url(/osoa/images/icon_sms3.png) no-repeat center;
}

.serve_head h3 .icon_sms4 {
	background: url(/osoa/images/icon_sms4.png) no-repeat center;
}

.serve_cen {
	height: 194px;
	overflow: hidden;
}

.serve_cen h3 {
	line-height: 50px;
	font-size: 18px;
	color: #4c4c4c;
}

.serve_cen p {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	text-indent: 28px;
}

.small {
	padding: 15px 0;
	text-align: center;
	font-size: 0;
	width: 100%;
}

.small em {
	display: inline-block;
	*display: inline;
	_display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	line-height: 8px;
	margin: 0 5px;
	background: #afafaf;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	behavior: url(/osoa/css/css/PIE.htc);
	position: relative;
	cursor: pointer;
}

.small .on {
	width: 11px;
	height: 11px;
	line-height: 11px;
	background: #0076c8;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	behavior: url(/osoa/css/css/PIE.htc);
	position: relative;
}


/*20160412 2-533333巴黎人－巴黎人研究 End*/


/*20160412 533333巴黎人官网-201604-11-05 start*/

.connect_box {
	margin-left: 220px;
	position: relative;
}

.icon_wechat {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 22px;
	height: 17px;
	background: url(/osoa/images/icon_wechat.png) no-repeat center;
	margin-right: 15px;
}

.icon_phone {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 12px;
	height: 17px;
	background: url(/osoa/images/icon_phone.png) no-repeat center;
}

.head_code {
	position: absolute;
	top: 36px;
	left: -60px;
	z-index: 999;
	width: 134px;
	padding: 12px 0;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/osoa/css/css/PIE.htc);
	z-index: 1111;
	display: none;
}

.head_code2 {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 9px;
	background: url(/osoa/images/head_code2.png) no-repeat center;
}

.head_code span {
	display: block;
	width: 100%;
	line-height: 16px;
	font-size: 14px;
	color: #666666;
	padding-bottom: 7px;
}

.head_code img {
	width: 110px;
	height: 110px;
}
.app_code {
	position: absolute;
	top: 36px;
	left: -14px;
	z-index: 999;
	width: 134px;
	padding:12px 0;
	background: #FFFFFF;
	border: 1px solid #F0F0F0;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior : url(/osoa/css/css/PIE.htc);
	z-index: 1111;
	/*display: none;*/
}
.head_code2 {
	position: absolute;
	top: -9px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 9px;
	background: url(/osoa/images/head_code2.png) no-repeat center;
}
.app_code span {
	display: block;
	width: 100%;
	line-height: 16px;
	font-size: 14px;
	color: #666666;
	padding-bottom: 7px;
}
.head_code img {
	width: 110px;
	height: 110px;
}
.app_code img {
	width: 110px;
	height: 110px;
}

.option_cen {
	width: 1000px;
	margin: 0 auto;
}

.option_ul li {
	float: left;
	width: 16.6%;
	padding: 30px 0 26px;
	display: table-cell;
}

.option_ul li span {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
	cursor: pointer;
}

.option_ul li em {
	display: block;
	width: 90px;
	height: 90px;
	margin: 0 auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.option_ul li em:hover {
	-webkit-transform: translate3d(0, -5px, 0);
	-moz-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.contact_box {
	float: left;
}

.contact_box p span {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	line-height: 20px;
	font-size: 13px;
	color: #b5b5b5;
	margin-right: 10px;
}

.contact_right {
	float: right;
	vertical-align: middle;
	padding-top: 4px;
}

.contact_right img {
	width: 248px;
	height: 34px;
}


/*20160412 533333巴黎人官网-201604-11-05 End*/


/*20160413 2-533333巴黎人－融资融券 start*/

.bannerfin_box {
	height: 300px;
}

.bannerfin_box .banner {
	height: 300px;
}

.bannerfin_box .banner li {
	height: 300px;
	position: relative;
}

.banner_p {
	width: 100%;
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	line-height: 40px;
	font-size: 16px;
	color: #ffffff;
	background: url(/osoa/images/pellucidity2.png) repeat left top;
	vertical-align: middle;
}

.banner_p span {
	display: block;
}

.banner_p em {
	display: inline-block;
	*display: inline;
	_display: inline;
	zoom: 1;
	width: 17px;
	height: 17px;
	padding-top: 12px;
	margin-right: 10px;
}

.banner_p em img {
	width: 17px;
	height: 17px;
}

.finance_ul li em {
	position: relative;
}

.option_ul li .icon_finance1 {
	background: url(/osoa/images/icon_finance1.png) no-repeat center;
}

.option_ul li .icon_finance2 {
	background: url(/osoa/images/icon_finance2.png) no-repeat center;
}

.finance_ul li em i {
	position: absolute;
	top: 20px;
	left: 0;
	width: 90px;
}

.finance_ul li em i .percent_text {
	line-height: 35px;
	font-style: normal;
	font-size: 30px;
	color: #ffffff;
	text-align: center;
}

.finance_ul li em i small {
	display: block;
	line-height: 20px;
	font-style: normal;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}

.finance_info ul {
	height: 0 auto;
	overflow: hidden;
}

.finance_info ul li {
	float: left;
	margin-right: 20px;
}

.ma_onright {
	margin-right: 0 !important;
}

.finance_info ul li a {
	display: block;
	width: 318px;
	padding: 40px 0;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
}

.finance_info .actfinance,
.finance_info a:hover {
	background: #219bcf;
}

.finance_info ul li a em {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 70px;
	height: 70px;
	float: left;
	margin-right: 20px;
	margin-left: 40px;
}

.finance_info ul li a .icon_finance01 {
	background: url(/osoa/images/icon_finance01.png) no-repeat left top;
}

.finance_info .actfinance .icon_finance01,
.finance_info a:hover .icon_finance01 {
	background: url(/osoa/images/icon_finance01.png) no-repeat left bottom;
}

.finance_info ul li a .icon_finance02 {
	background: url(/osoa/images/icon_finance02.png) no-repeat left top;
}

.finance_info .actfinance .icon_finance02,
.finance_info a:hover .icon_finance02 {
	background: url(/osoa/images/icon_finance02.png) no-repeat left bottom;
}

.finance_info ul li a .icon_finance03 {
	background: url(/osoa/images/icon_finance03.png) no-repeat left top;
}

.finance_info .actfinance .icon_finance03,
.finance_info a:hover .icon_finance03 {
	background: url(/osoa/images/icon_finance03.png) no-repeat left bottom;
}

.finance_p {
	display: inline-block;
	_display: inline;
	*display: inline;
	color: #666666;
}

.finance_p span {
	display: block;
	line-height: 70px;
	font-size: 20px;
}

.finance_info .actfinance .finance_p,
.finance_info a:hover .finance_p {
	color: #ffffff;
}

.fin_box dl dt img {
	float: left;
	width: 100px;
	height: 70px;
	margin-right: 15px;
}

.fin_box dl dd {
	margin-left: 115px;
}


/*20160413 2-533333巴黎人－融资融券 End*/


/*20160413 2-533333巴黎人－融资融券--详情 start*/

.detail_text {
	padding: 15px 15px 20px;
}

.finance_table {
	width: 100%;
	margin-bottom: 25px;
}

.finance_table table {
	width: 600px;
	margin: 0 auto;
}

.finance_table table tr th {
	line-height: 60px;
	font-size: 16px;
	color: #686868;
	text-align: center;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.finance_table table tr td {
	line-height: 60px;
	font-size: 16px;
	color: #686868;
	text-align: center;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
}

.finance_right {
	border-right: 1px solid #000000;
}

.detail_p {
	margin-top: 40px;
}

.detail_p span {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}


/*20160413 2-533333巴黎人－融资融券--详情 End*/


/*20160414 2-533333巴黎人－融资融券--担保比例列表 start*/

.main_cen2 {
	margin-left: 20px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
}

.warrant_box {
	padding: 0 15px;
}

.warrant_head {
	padding-top: 25px;
}

.warrant_head h3 {
	line-height: 30px;
	padding-bottom: 10px;
	font-size: 18px;
	color: #666666;
	border-bottom: 2px solid #E84230;
}

.warrant_table table {
	width: 100%;
}

.warrant_table table tr th {
	line-height: 50px;
	font-size: 14px;
	color: #333333;
	padding: 0 5px;
	text-align: center;
	background: #f9f9f9;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}

.left_text {
	text-align: left !important;
}

.warrant_table table tr td {
	padding: 15px 0;
	background: #ffffff;
	border-bottom: 1px solid #F9F9F9;
	vertical-align: top;
}

.warrant_table table tr:hover td {
	background: #fcfcfc;
}

.warrant_table table tr td p {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	padding: 0 5px;
	text-align: center;
}

.ma_topbot {
	margin: 20px 0;
}


/*20160414 2-533333巴黎人－融资融券--担保比例列表 End*/


/*20160414 2-533333巴黎人－融资融券--担保证券列表 start*/

.warrant_title h3 {
	border-bottom: none !important;
}

.search_box {
	background: #f9f9f9;
	padding: 12px 10px;
}

.search_ul {
	height: 37px;
}

.search_ul li {
	float: left;
	height: 37px;
	padding: 0 10px;
	font-size: 14px;
	color: #666666;
	z-index: 998;
}

.search_input {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	height: 37px;
	margin-left: 5px;
	position: relative;
	vertical-align: middle;
}

.search_input input {
	display: block;
	width: 155px;
	height: 35px;
	line-height: 35px;
	padding: 0 15px;
	font-size: 14px;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	behavior: url(/osoa/css/css/PIE.htc);
	position: relative;
}

.search2_input input {
	width: 130px;
	padding-right: 40px;
}

.search_input .icon_drop {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 37px;
	line-height: 37px;
	background: url(/osoa/images/icon_drop.png) no-repeat center;
}

.drop_box {
	position: absolute;
	top: 35px;
	right: 0;
	z-index: 1116;
	border: 1px solid #E2E2E2;
	width: 185px;
	display: none;
}

.drop_box .drop_a {
	display: block;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	font-size: 14px;
	color: #666666;
	background: #FFFFFF;
	border-bottom: 1px solid #f1f0f0;
}

.drop_box .drop_a:hover {
	background: #fcfcfc;
}

.btn_query {
	display: inline-block;
	_display: inline;
	*display: inline;
	width: 125px;
	line-height: 37px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 0 5px;
	background: #0074c7;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	behavior: url(/osoa/css/css/PIE.htc);
	position: relative;
}

.warrant2_table table {
	width: 100%;
	table-layout: fixed;
}

.warrant2_table table tr th,
.warrant2_table table tr td {
	text-align: center;
}


/*20160414 2-533333巴黎人－融资融券--担保证券列表 End*/


/*20160414 加入我们--列表 start*/

.join_box {
	width: 998px;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
}

.tab2_box {
	border-bottom: none !important;
}

.tab2_box ul li {
	border-right: none !important;
}

.tab2_box ul li.current a {
	position: relative;
	top: -2px;
	height: 53px;
}

.join_cen {
	padding: 5px 15px;
}

.join_table table {
	width: 100%;
}

.join_table table tr th p,
.join_table table tr td p {
	height: 43px;
	line-height: 43px;
	background: #fafafa;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	margin-top: 15px;
	padding: 0 25px;
}

.left_line {
	border-left: 1px solid #F2F2F2;
}

.right_line {
	border-right: 1px solid #F2F2F2;
}

.join_table table tr th p {
	font-size: 16px;
	color: #666666;
}

.join_table table tr td p {
	font-size: 14px;
	color: #999999;
}

.join_table table tr td p span {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	font-size: 14px;
	color: #d81618;
}


/*20160414 加入我们--列表 End*/


/*20160414 加入我们--详情 start*/

.join_head {
	border-bottom: 1px solid #EEEEEE;
	padding: 45px 0 35px;
}

.join_head h3 {
	line-height: 40px;
	font-size: 32px;
	color: #0074c7;
	text-align: center;
}

.duty_box {
	padding-bottom: 20px;
}

.duty_box .duty_dl {
	padding-top: 25px;
	padding-left: 25px;
}

.duty_dl dl dt {
	line-height: 30px;
	font-size: 14px;
	color: #0074c7;
}

.duty_dl dl dd {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.send_box {
	border-top: 1px solid #F0F0F0;
	padding: 20px 0 70px;
}

.send_box p {
	text-align: center;
}

.send_p {
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	vertical-align: middle;
}

.send_p span {
	line-height: 30px;
	font-size: 16px;
	color: #0074c7;
}

.send_p em {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	height: 30px;
	line-height: 30px;
	width: 22px;
	margin-right: 5px;
	vertical-align: top;
}

.send_p .icon_mail {
	background: url(/osoa/images/icon_mail.png) no-repeat center;
}

.send_p .icon_phone1 {
	margin-left: 10px;
	background: url(/osoa/images/icon_phone1.png) no-repeat center;
}

.send_box .send_p1 {
	padding-top: 10px;
	line-height: 20px;
	font-size: 12px;
	color: #999999;
}

.send_p1 span {
	margin-left: 10px;
}


/*20160414 加入我们--详情 End*/


/*20160414 了解巴黎人 start*/

.know_box01 {
	background: #FFFFFF;
}

.know_center {
	padding: 35px 0;
}

.know_head {
	height: 70px;
	position: relative;
	zoom: 1;
}

.know_head h2 {
	line-height: 70px;
	font-size: 32px;
	color: #666666;
	text-align: center;
}

.know_head em {
	position: absolute;
	top: 35px;
	display: block;
	width: 40%;
	height: 0;
	border-bottom: 1px solid #CCCCCC;
}

.know_head .know_left {
	left: 0;
}

.know_head .know_right {
	right: 0;
}

.know1_cen {
	padding: 20px 0 10px;
}

.know1_p {
	width: 470px;
}

.know1_p p {
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}

.know_detail {
	line-height: 24px;
	font-size: 14px;
	color: #e84230;
}

.know1_img {
	float: right;
}

.know1_img .span_img1 {
	display: block;
	position: relative;
	width: 422px;
	height: 257px;
	background: url(/osoa/images/know_back.png) no-repeat center;
}

.know1_img .span_img1 .em_img2 {
	position: absolute;
	top: 14px;
	left: 15px;
	display: block;
	width: 390px;
	height: 230px;
}

.span_img1 .em_img2 img {
	width: 390px;
	height: 230px;
}

.know_box02 {
	height: 440px;
	background: url(/osoa/images/know_backg1.jpg) no-repeat left top;
}

.know2_head {
	margin: 20px 0;
}

.know2_head h2 {
	color: #FFFFFF;
}

.know2_head em {
	border-bottom: 1px solid #FFFFFF;
}

.know2_ul ul {
	overflow: hidden;
}

.know2_ul ul li {
	float: left;
	width: 320px;
	height: 200px;
	background: url(/osoa/images/culture_backg.png) repeat left top;
	margin-right: 20px;
}

.culture_box {
	padding: 30px 20px 45px;
}

.culture_box h3 {
	line-height: 40px;
	font-size: 24px;
	color: #FFFFFF;
}

.culture_box h3 span {
	line-height: 40px;
	font-size: 24px;
	color: #FFFFFF;
	margin-left: 15px;
}

.culture_box p {
	padding-top: 13px;
	line-height: 24px;
	font-size: 14px;
	color: #FFFFFF;
}

.institution_box {
	position: relative;
	padding-bottom: 10px;
}

.institution_img {
	margin: 0 auto;
	width: 610px;
	height: 460px;
}

.institution_img img {
	width: 610px;
	height: 460px;
}

.institution_span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	line-height: 20px;
	font-size: 16px;
	color: #666666;
	text-align: center;
}

.know_box04 {
	background: #f7f7f7;
}

.public_box ul {
	height: auto;
	overflow: hidden;
}

.public_box ul li {
	float: left;
	width: 25%;
	padding: 35px 0 10px;
	display: table-cell;
}

.public_box ul li em {
	display: block;
	width: 158px;
	height: 158px;
	margin: 0 auto;
}

.public_box ul li span {
	display: block;
	line-height: 20px;
	font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 35px;
}

.public_box ul li .icon_public1 {
	background: url(/osoa/images/icon_public1.png) no-repeat left top;
}

.public_box ul li .icon_public2 {
	background: url(/osoa/images/icon_public2.png) no-repeat left top;
}

.public_box ul li .icon_public3 {
	background: url(/osoa/images/icon_public3.png) no-repeat left top;
}

.public_box ul li .icon_public4 {
	background: url(/osoa/images/icon_public4.png) no-repeat left top;
}

.public_box ul li .actpublic1,
.public_box ul li .icon_public1:hover {
	background: url(/osoa/images/icon_public1.png) no-repeat left bottom;
}

.public_box ul li .actpublic2,
.public_box ul li .icon_public2:hover {
	background: url(/osoa/images/icon_public2.png) no-repeat left bottom;
}

.public_box ul li .actpublic3,
.public_box ul li .icon_public3:hover {
	background: url(/osoa/images/icon_public3.png) no-repeat left bottom;
}

.public_box ul li .actpublic4,
.public_box ul li .icon_public4:hover {
	background: url(/osoa/images/icon_public4.png) no-repeat left bottom;
}

.address_img {
	width: 100%;
	height: 120px;
	margin: 45px 0;
}

.address_img img {
	width: 100%;
	height: 120px;
}

.address_box {
	height: auto;
	overflow: hidden;
	padding-bottom: 25px;
}

.address_box dl {
	float: left;
	margin-right: 130px;
}

.address_box dl dt {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #0074c7;
}

.address_box dl dt em {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 45px;
	height: 45px;
	margin-right: 15px;
	vertical-align: middle;
}

.address_box dl dt .icon_address {
	background: url(/osoa/images/icon_address.png) no-repeat center;
}

.address_box dl dt .icon_phone3 {
	background: url(/osoa/images/icon_phone3.png) no-repeat center;
}

.address_box dl dt .icon_mail1 {
	background: url(/osoa/images/icon_mail1.png) no-repeat center;
}

.address_box dl dd {
	padding: 20px 0 0 60px;
}

.address_box dl dd {
	line-height: 20px;
	font-size: 13px;
	color: #333333;
}


/*20160415 了解巴黎人 End*/


/*20160415 了解巴黎人--分支机构 start*/

.institution1_box {
	padding: 35px 15px 0 15px;
}

.institution1_box span {
	padding-left: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #666666;
}

.institution_table {
	padding-bottom: 60px;
}

.institution_table table tr th p {
	font-size: 14px;
	color: #0074c7;
}

.institution_table table tr td .institution_p {
	font-size: 16px;
	color: #666666;
}


/*20160415 了解巴黎人--分支机构 End*/


/*20160415 了解巴黎人--分支机构--详情 start*/

.indetails_box {
	padding: 20px 15px 0;
}

.indetails_cen {
	background: #fdfdfd;
	border: 1px solid #EEEEEE;
	padding: 15px;
}

.indetails_img {
	float: left;
	width: 280px;
	height: 165px;
	margin-right: 20px;
}

.indetails_img img {
	width: 280px;
	height: 165px;
}

.indetails_info {
	margin-left: 300px;
}

.info_ul ul {
	overflow: hidden;
}

.info_ul ul li {
	float: left;
	padding-right: 50px;
	line-height: 35px;
	font-size: 14px;
	color: #666666;
}

.indetails_info p span,
.info_ul ul li span {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 80px;
	line-height: 35px;
	font-size: 14px;
	color: #999999;
}

.indetails_info p {
	line-height: 35px;
	font-size: 14px;
	color: #666666;
}

.about_cen {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	position: relative;
}

.about_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 100%;
	background: #f9f9f9;
}

.about_left span {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #999999;
	padding: 0 20px;
	text-align: center;
	position: relative;
	top: 50%;
	margin-top: -10px;
}

.about_cen p {
	margin-left: 110px;
	padding: 15px 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
}

.dynamic_box {
	width: 440px;
	margin-bottom: 0;
}

.dynamic_box h3 span {
	border-bottom: none;
}

.indetails_map {
	width: 100%;
	height: 340px;
	margin-bottom: 35px;
}

.indetails_map img {
	width: 100%;
	height: 340px;
}


/*20160415 了解巴黎人--分支机构--详情 End*/


/*20160415 了解巴黎人--公司简介 start*/

.about1_cen {
	position: relative;
}

.about1_cen .about_p {
	margin-top: 20px;
	line-height: 30px;
	font-size: 20px;
	color: #666666;
}

.about1_cen .about_p2 {
	width: 540px;
}

.about1_cen .about_img {
	position: absolute;
	top: 40px;
	right: 15px;
	width: 410px;
	height: 240px;
}

.about_img img {
	width: 410px;
	height: 240px;
}


/*20160415 了解巴黎人--公司简介 End*/


/*20160418 了解巴黎人--人员信息公示 start*/

.info_head {
	padding: 20px 15px 15px;
}

.info_head .search_input input {
	width: 235px;
}

.per_head {
	padding-bottom: 15px;
}

.per_head .per_ul li {
	float: left;
	width: 25%;
}

.per_ul li .per {
	display: block;
	height: 65px;
	line-height: 65px;
	font-size: 16px;
	color: 666666 !important;
	text-align: center;
	position: relative;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
}

.per_ul li .per_left {
	border-left: 1px solid #F2F2F2;
}

.per_ul li .per_rigth {
	border-right: 1px solid #F2F2F2;
}

.per_ul li .actper,
.per_ul li .per:hover {
	color: #FFFFFF;
	background: #0074c7;
	border-top: 1px solid #0074c7;
	border-bottom: 1px solid #0074c7;
	border-left: 1px solid #0074c7;
	border-right: 1px solid #0074c7;
}

.per_ul li .actper .icon_per,
.per_ul li .per:hover .icon_per {
	position: absolute;
	bottom: -9px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 18px;
	height: 9px;
	background: url(/osoa/images/icon_personnel.png) no-repeat center;
}

.info_tabel {
	padding-bottom: 0 !important;
}


/*20160418 了解巴黎人--人员信息公示 End*/


/*20160422 1-404页面 start*/

.bug_box {
	padding: 60px 0 110px;
}

.bug_img {
	margin: 0 auto;
	width: 495px;
	height: 430px;
}

.bug_img img {
	width: 495px;
	height: 430px;
}

.bug_box h1 {
	line-height: 40px;
	font-size: 28px;
	color: #d04041;
	text-align: center;
	margin: 20px 0 10px;
}

.bug_box p {
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	text-align: center;
}

.btn_bug {
	margin-top: 20px;
	text-align: center;
}

.btn_bug a {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #0074c7;
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #0074c7;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	behavior: url(/osoa/css/css/PIE.htc);
	margin: 0 5px;
}

.btn_bug .actbug,
.btn_bug a:hover {
	color: #FFFFFF;
	background: #0074c7;
}


/*20160422 1-404页面 End*/


/*20160426 533333巴黎人官网-搜索 start*/

.search_cen {
	padding: 60px 55px 0;
}

.search_head {
	height: 45px;
}

.search3_input {
	width: 746px;
	height: 43px;
	line-height: 43px;
	padding: 0 10px;
	border: 1px solid #999999;
}

.search3_input input {
	width: 100%;
	border: 0;
	outline: 0;
	line-height: 43px;
	font-size: 14px;
	color: #333333;
}

.btn_search {
	float: right;
	display: block;
	width: 120px;
	line-height: 45px;
	background: #0073C7;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

.btn_search em {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	width: 16px;
	height: 45px;
	line-height: 45px;
	background: url(/osoa/images/icon_search.png) no-repeat center;
	vertical-align: top;
	*vertical-align: middle;
	margin-right: 10px;
}

.result_box {
	height: 30px;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #DDDDDD;
}

.result_box h3 span {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	line-height: 30px;
	padding-bottom: 5px;
	border-bottom: 2px solid #0073C7;
	font-size: 24px;
	color: #666666;
}

.result_ul ul li {
	padding: 25px 0;
	border-bottom: 1px dashed #DDDDDD;
}

.result_ul ul li h4 {
	line-height: 25px;
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
}

.result_ul ul li h4 span {
	float: right;
	line-height: 25px;
	font-size: 16px;
	color: #666666;
}

.result_ul ul li h4 i {
	line-height: 25px;
	font-size: 16px;
	font-style: normal;
	color: #df4941;
}

.result_ul ul li p {
	line-height: 25px;
	font-size: 14px;
	color: #404040;
}

.result_ul ul li p i {
	line-height: 25px;
	font-size: 14px;
	font-style: normal;
	color: #df4941;
}


/*20160426 533333巴黎人官网-搜索 End*/


/*20160426 了解巴黎人--媒体关注 start*/

.down3_main {
	padding: 15px 0;
	background: #FFFFFF;
}

.wrapfix01 {
	width: 1200px;
	margin: 0 auto;
}

.atten_left {
	width: 805px;
}

.atten_head1 {
	padding: 30px 0 25px;
}

.atten_head1 h1 {
	text-align: left;
}

.atten_head1 .author_text {
	text-align: left;
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
}

.atten_head1 .print1_box {
	display: inline-block;
	_display: inline;
	*display: inline;
	zoom: 1;
	position: relative;
	top: 0;
	left: 0;
	height: 20px;
	line-height: 20px;
	vertical-align: top;
}

.atten_cen {
	padding: 25px 0;
}

.atten_cen p {
	line-height: 25px;
	font-size: 14px;
	color: #666666;
	margin-bottom: 25px;
}

.atten_cen .atten_img {
	width: 805px;
	height: 500px;
	margin-bottom: 25px;
}

.atten_img img {
	width: 805px;
	height: 500px;
}

.atten_right {
	float: right;
	padding-top: 30px;
}

.atten_right ul li {
	width: 340px;
	height: 230px;
	margin-bottom: 25px;
	cursor: pointer;
}

.atten_right ul li img {
	width: 340px;
	height: 230px;
}


/*20160426 了解巴黎人--媒体关注 End*/

/*20171025 加入我们--详情 start*/

.join_ul ul li {
	background: #fafafa;
	border: 1px solid #F2F2F2;
	margin-bottom: 15px;
}

.join_ul ul li p {
	float: left;
	width: 272px;
	padding: 10px 25px;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
}

.join_ul ul li p.col6 {
	font-size: 16px;
	color: #666666;
}

.join_ul ul li p span {
	display: inline-block;
	*display: inline;
	_display: inline;
	zoom: 1;
	font-size: 14px;
	color: #d81618;
}

.join_ul01 {
	padding-bottom: 45px;
}
.join_ulw ul li p.kd {
	width: 594px;
}
/*20171025 加入我们--详情 End*/
/* 投诉及建议-2018-07-12-start */
.sug_content{
	background-color: #ffffff;
}
.suggestion_top {
	padding: 60px 120px;
}
.suggestion_top .tips {
	color: #d81618;
	font: normal 13px/15px "Microsoft YaHei";
	margin-bottom: 32px;
}
.suggestion_top .mt12 {
	margin-top: 12px;
}
.suggestion_top .w366 {
	border: none;
	width: 336px;
	height: 38px;
	background-color: #F3F3F3;
	padding: 5px 10px 5px 24px;
	color: #3e3e3e;
	font: normal 15px/38px "Microsoft YaHei";
}
.suggestion_top .w760 {
	border: none;
	width: 726px;
	height: 38px;
	padding: 5px 10px 5px 24px;
	color: #3e3e3e; font: normal 15px/38px "Microsoft YaHei";
	background-color:#F3F3F3;
}
.suggestion_top .w322 {
	width: 355px;
	height: 48px;
	color: #3e3e3e;
	font: normal 15px/38px "Microsoft YaHei";
}
.suggestion_top .Wsame {
	width: 156px;
	height: 48px;
	position: relative;
	z-index: 5;
}
.suggestion_top .Wsame p {
	width: 122px;
	height: 38px;
	padding: 5px 10px 5px 24px;
	color: #666666;
	font: normal 15px/38px "Microsoft YaHei";
	background: url(/osoa/images/btn1.png) no-repeat -187px -195px;
	cursor: pointer;
}
.suggestion_top .Wsame .Wsame_drop {
	width: 156px;
	background: #F3F3F3;
	overflow: auto;
	position: absolute;
	height: 100px;
	top: 48px;
	left: 0;
	display: none;
}
.suggestion_top .Wsame .Wsame_drop a {
	display: block;
	padding: 5px 10px 5px 24px;
	color: #666666;
	font: normal 15px/26px "Microsoft YaHei";
}
.suggestion_top .Wsame .Wsame_drop a:hover {
	color: #0074c7;
}
.suggestion_top .sub {
	color: #3e3e3e;
	font: normal 15px/38px "Microsoft YaHei";
	padding: 5px 0 5px 24px;
	float: left;
}
.suggestion_top .sub_box a {
	display: block;
	float: left;
	_display: inline;
	padding-left: 22px;
	color: #3e3e3e;
	font: normal 15px/48px "Microsoft YaHei";
	margin-left: 20px;
	background: url(/osoa/images/suggest_radio.png) no-repeat left center;
}
.suggestion_top .sub_box a.current {
	background: url(/osoa/images/suggest_radio_cur.png) no-repeat left center;
}
.suggestion_top textarea {
	width: 740px;
	height: 114px;
	border: none;
	oveflow: hidden;
	background: #F3F3F3;
	border-radius: 5px;
	color: #3e3e3e;
	font: normal 15px/25px "Microsoft YaHei";
	padding: 5px 10px;
}
.suggestion_top .w143 {
	width: 109px;
	height: 38px;
	padding: 5px 10px 5px 24px;
	color: #3e3e3e;
	font: normal 15px/38px "Microsoft YaHei";
	background: url(/osoa/images/btn1.png) no-repeat -332px -144px;
	border: none;
	float: left;
}
.suggestion_top .yzm {
	width: 60px;
	height: 20px;
	background: url(/osoa/images/btn1.png) no-repeat -336px -69px;
	float: left;
	margin: 16px 0 0 17px;
	_display: inline;
}
.suggestion_top span {
	color: #3e3e3e;
	font: normal 15px/48px "Microsoft YaHei";
	float: left;
	margin-left: 7px;
	_display: inline;
}
.suggestion_bot {
	border-top: 1px solid #F4F4F4;
	padding-top: 38px;
	padding-bottom: 80px;
}
.suggestion_bot .w304 {
	width: 304px;
	height: 48px;
	margin: 0 auto;
}
.suggestion_bot .w304 a {
	display: block;
	width: 143px;
	height: 48px;
	text-align: center;
	color: #FFF;
	font: normal 18px/48px "Microsoft YaHei";
}
.suggestion_bot .w304 a.sure {
	background-color: #0074c7;
	float: left;
}
.suggestion_bot .w304 a.reset {
	background: #cccccc;
	float: right;
}
.suggestion_bot .w304 a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.suggestion_top .Wsame .sel {
	width: 139px;
	height: 48px;
	padding: 5px 10px 5px 24px;
	color: #666666;
	font: normal 15px/38px "Microsoft YaHei";
	background: url(/osoa/images/btn1.png) no-repeat -187px -195px;
	cursor: pointer;
}
/* 2018-07-18-投诉建议入口-start*/
.banner_box1{
	height: 190px;
	border-top: 1px solid #cbcbcb;
}
.banner_title{
	position: absolute;
	left: 50%;
	top:1px;
	margin-left: -500px;
	width: 1000px;
	height: 190px;
}
.banner_title h2{
	font-size:48px;
	color: #333333;
	line-height: 65px;
	padding-left: 75px;
	letter-spacing: 2px;
	padding-top:28px;
	margin-bottom: 5px;
}
.banner_title .p1{
	font-size:18px;
	color: #333333;
	line-height: 30px;
	padding-left: 75px;
	width:505px;
}
.suggestion_box{
	padding: 30px 0;
	background-color: #f0f0f0;
}
.suggest_main{
	width: 1000px;
	margin: 0 auto;
	background-color:#ffffff;
}
.suggest_content{
	padding:55px 60px;
}
.suggest_content li{
	float: left;
	width: 440px;
	height:160px;
}
.suggest_content li.li_01{
	width: 439px;
	border-bottom: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
}
.suggest_content li h3{
	font-size:20px;
	color: #333333;
	line-height: 22px;
	margin-bottom:25px;
}
.suggest_content li h3.h_01{
	padding-top:47px;
}
.suggest_content li .p1{
	font-size:14px;
	color: #999999;
	line-height:22px;
	margin-bottom:13px;
}
.suggest_content li a{
	display: block;
	width:134px;
	height: 35px;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	font-size:16px;
	color: #ffffff;
	line-height: 35px;
	text-align: center;
	background-color: #0074c7;
}
.suggest_content li em{
	display: inline-block;
	_display:inline;
	vertical-align: top;
	width: 9px;
	height: 35px;
	margin-left: 10px;
	background: url("/osoa/images/right_icon01.png") no-repeat center;
}
.suggest_content li .p2{
	font-size:26px;
	color: #333333;
	line-height:30px;
}
.suggest_content li.li_02{
	border-bottom: 1px solid #e9e9e9;
	padding-left:60px;
	width: 380px;
}
.suggest_content li.li_03{
	width: 439px;
	border-right: 1px solid #e9e9e9;
}
.suggest_content li.li_04{
	padding-left:60px;
	width: 380px;
}
/* 2019-07-26-start */
.module_box02{
	padding: 40px 0;
	background-color: #eeeeee;
}
.module_box02 .consider_box{
	width: 1000px;
	height: 310px;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.module_box02 .consider_box .left_box{
	padding:36px 40px 27px;
	width: 520px;
}
.module_box02 .consider_box h2{
	width: 148px;
	height: 60px;
	background: url("/osoa/images/new_title_01.png") no-repeat center;
}
.module_box02 .consider_box .words{
	max-height: 120px;
	overflow: hidden;
	margin-top: 18px;
}
.module_box02 .words li a{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	text-align:justify;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.module_box02 .words li:hover a{
	color: #ff0000;
}
.see_more{
	font-size: 0;
}
.see_more a{
	display: inline-block;
	vertical-align: top;
	width: 98px;
	height: 30px;
	border: 1px solid #c3c3c3;
	text-align: center;
	font-size: 17px;
	color: #000000;
	line-height: 30px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.see_more a:hover{
	background-color: #ff0000;
	border-color: #ff0000;
	color: #FFFFFF;
}
.module_box02 .consider_box .see_more{
	margin-top: 18px;
	text-align: right;
}
.module_box02 .consider_box .right_img{
	margin-left: 0;
	width: 400px;
	height: 310px;
	overflow: hidden;
}
.module_box02 .consider_box .right_img img{
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.module_box02 .consider_box .right_img:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.public_article{
	margin:40px auto 0;
	width: 1000px;
}
.public_article .article_box{
	position: relative;
	width: 490px;
	background-color: #FFFFFF;
}
.public_article .article_box h2{
	padding: 20px 28px 14px;
	height: 60px;
	background-color: #3f76b6;
}
.public_article h2 em,.public_article h2 strong{
	display: inline-block;
	vertical-align: top;
}
.public_article h2 em{
	margin-right:18px;
	width: 60px;
	height: 60px;
	background: url("/osoa/images/new_n_icon_01.png") no-repeat center;
}
.public_article h2 span{
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
}
.btn_more{
	display: block;
	width:66px;
	height: 23px;
	border: 1px solid #a7d3ff;
	font-size: 17px;
	color: #a7d3ff;
	line-height: 23px;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.btn_more:hover{
	color: #FFFFFF;
}
.public_article .btn_more{
	position: absolute;
	top: 50px;
	right: 30px;
}
.public_article .list_box{
	padding: 10px 20px 14px;
}
.public_article .list_box li{
	margin-top: 4px;
	font-size: 0;
}
.public_article .list_box a,.public_article .list_box em,.public_article .list_box span{
	display: inline-block;
	vertical-align: top;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.public_article .list_box em {
	margin-right: 6px;
	width: 10px;
	height: 30px;
	background: url("/osoa/images/new_c_icon_01.png") no-repeat center;
}
.public_article .list_box a{
	max-width: 330px;
	font-size: 15px;
	color: #000000;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.public_article .list_box a:hover{
	color: #ff0000;
}
.public_article .list_box a:hover em {
	background: url("/osoa/images/new_c_icon_02.png") no-repeat center;
}
.public_article .list_box span{
	float: right;
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}
.module_box03{
	height: 669px;
	position: relative;
}
.module_box03 .tabs{
	position: absolute;
	left: 50%;
	bottom: 50px;
	font-size: 0;
	text-align: center;
	width: 1000px;
	margin-left: -500px;
	z-index: 100;
}
.module_box03 .tabs a{
	margin-left: 23px;
	display: inline-block;
	vertical-align: top;
	padding-top: 129px;
	width: 181px;
	height: 52px;
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.module_box03 .tabs a:first-child{
	margin-left: 0;
}
.module_box03 .tabs a.a1{
	background: url("/osoa/images/new_icon_01.png") no-repeat center;
}
.module_box03 .tabs a.a2{
	background: url("/osoa/images/new_icon_02.png") no-repeat center;
}
.module_box03 .tabs a.a3{
	background: url("/osoa/images/new_icon_03.png") no-repeat center;
}
.module_box03 .tabs a.a4{
	background: url("/osoa/images/new_icon_04.png") no-repeat center;
}
.module_box03 .tabs a.a5{
	background: url("/osoa/images/new_icon_05.png") no-repeat center;
}
.module_box03 .tabs a.active.a1{
	background: url("/osoa/images/new_icon_06.png") no-repeat center;
}
.module_box03 .tabs a.active.a2{
	background: url("/osoa/images/new_icon_07.png") no-repeat center;
}
.module_box03 .tabs a.active.a3{
	background: url("/osoa/images/new_icon_08.png") no-repeat center;
}
.module_box03 .tabs a.active.a4{
	background: url("/osoa/images/new_icon_09.png") no-repeat center;
}
.module_box03 .tabs a.active.a5{
	background: url("/osoa/images/new_icon_10.png") no-repeat center;
}
.module_box03 .tabs span{
	display: block;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 30px;
}
.module_box03 .business_detail{
	padding-top: 94px;
	width: 1000px;
	margin: 0 auto;
}
.module_box03 .business_detail .left_words{
	width: 510px;
	padding: 0 20px;
}
.module_box03 .business_detail .tit{
	text-align: center;
}
.module_box03 .business_detail h3{
	font-size: 38px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}
.module_box03 .business_detail .eng{
	font-size: 32px;
	color: #FFFFFF;
	line-height: 36px;
}
.module_box03 .business_detail .tit em{
	display: block;
	margin: 15px auto 0;
	width:90px;
	height: 4px;
	background-color: #e50014;
}
.module_box03 .business_detail .words{
	margin-top: 20px;
	max-height: 150px;
	overflow: hidden;
}
.module_box03 .business_detail .p1{
	font-size:17px;
	color: #ffffff;
	line-height: 30px;
	text-align: justify;
}
.module_box03 .business_detail .right_img{
	margin-left: 0;
	width: 450px;
	height:287px;
	overflow: hidden;
}
.module_box03 .business_detail .right_img img{
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.module_box03 .business_detail .right_img:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.module_box04{
	height: 561px;
}
.module_box04 .content{
	padding-top: 40px;
	width: 1000px;
	margin: 0 auto;
}
.module_box04 .content h2{
	width: 148px;
	height: 60px;
	background: url(/osoa/images/new_title_02.png) no-repeat center;
}
.module_box04 .content .words{
	width: 950px;
	margin-top: 30px;
	max-height: 150px;
	overflow: hidden;
}
.module_box04 .content .words .p1{
	font-size: 17px;
	color: #000000;
	line-height: 30px;
	text-align: justify;
}
.module_box04 .content .img{
	width:390px;
	height: 208px;
	overflow: hidden;
}
.module_box04 .content .img img{
	transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
}
.module_box04 .content .img:hover img{
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.module_box04 .content .see_more{
	margin-top: 20px;
	width: 950px;
	text-align: right;
}
/* 2019-08-06-start */
.module_box01{
	background-color: #FFFFFF;
}
.module_box01 .option_ul li {
	padding: 17px 0 18px;
	position: relative;
}
.module_box01 .option_ul li ,.module_box01 .option_ul li em,.module_box01 .option_ul li span{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.module_box01 .option_ul li em{
	width: 98px;
	height: 90px;
}
.module_box01 .option_ul li em.icon_option1{
	background: url("/osoa/images/new_b_icon_01.png") no-repeat center;
}
.module_box01 .option_ul li em.icon_option2{
	background: url("/osoa/images/new_b_icon_02.png") no-repeat center;
}
.module_box01 .option_ul li em.icon_option3{
	background: url("/osoa/images/new_b_icon_03.png") no-repeat center;
}
.module_box01 .option_ul li em.icon_option4{
	background: url("/osoa/images/new_b_icon_04.png") no-repeat center;
}
.module_box01 .option_ul li em.icon_option5{
	background: url("/osoa/images/new_b_icon_05.png") no-repeat center;
}
.module_box01 .option_ul li em.icon_option6{
	background: url("/osoa/images/new_b_icon_06.png") no-repeat center;
}
.module_box01 .option_ul li:hover{
	background-color: #f8f8f8;
}
.module_box01 .option_ul li:hover em.icon_option1{
	background: url("/osoa/images/new_b_icon_07.png") no-repeat center;
}
.module_box01 .option_ul li:hover em.icon_option2{
	background: url("/osoa/images/new_b_icon_08.png") no-repeat center;
}
.module_box01 .option_ul li:hover em.icon_option3{
	background: url("/osoa/images/new_b_icon_09.png") no-repeat center;
}
.module_box01 .option_ul li:hover em.icon_option4{
	background: url("/osoa/images/new_b_icon_10.png") no-repeat center;
}
.module_box01 .option_ul li:hover em.icon_option5{
	background: url("/osoa/images/new_b_icon_11.png") no-repeat center;
}
.module_box01 .option_ul li:hover em.icon_option6{
	background: url("/osoa/images/new_b_icon_12.png") no-repeat center;
}
.module_box01 .option_ul li i{
	position: absolute;
	top: 50%;
	right: -1px;
	margin-top: -10px;
	display: block;
	width: 1px;
	height: 20px;
	background-color: #d0d0d0;
}
