/** li.pengyang-v1.0.0 APP License By li.pengyang <li.pengyang@trs.com.cn> */
@charset "utf-8";

address,
cite,
dfn,
em,
i,
var {
	font-style: normal
}

a,
a:hover {
	text-decoration: none
}

.kv .window,
.kv .window .img {
	height: 206px;
	top: 0;
	position: absolute
}

* {
	margin: 0;
	padding: 0
}

.container,
.control {
	margin: 0 auto;
	position:relative;
}

body,
button,
input,
label,
select,
textarea {
	font-size: 14px;
	font-family: Microsoft Yahei;
	-webkit-text-size-adjust: none
}

button,
input,
label,
select {
	vertical-align: middle;
	list-style-type: none;
	border: none
}

ol,
p,
ul {
	font-size: 100%
}

ul {
	list-style: none
}

h1 {
	font-size: 22px
}

h2 {
	font-size: 16px
}

h3 {
	font-size: 13px
}

h4,
h5,
h6,
small {
	font-size: 12px
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace
}

img {
	border: 0
}

a img,
span img {
	vertical-align: bottom
}

em {
	font-weight: 700
}

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

a {
	color: #606060
}

html, body {
	background: #F6F5F6;
	min-width: 1300px;
}

.control {
	width: 100%;
	overflow: auto;
	max-width: 2000px;
}

.container {
	width: 1000px;
	/* min-width: 1300px; */
}

.container_fluid {
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.main_body {
	background-color: #fff;
	overflow: hidden;
	min-height: 500px;
	/* position:relative; */
	margin-top: 26px;
	padding: 13px;
}

.main_content {
	margin: 0 auto
}

.kv {
	position: relative;
	width: 1600px;
	margin: 0 -400px;
	height: 206px
}

.kv .window {
	width: 1000px;
	left: 0;
	padding: 0 400px
}

.kv .window .img {
	width: 1600px;
	left: 50%;
	margin-left: -800px;
	border: 1px solid red
}

.kv .window .img a {
	display: block
}

.kv .window .btn {
	height: 10px;
	width: 100px;
	background: #fff;
	position: absolute;
	top: 439px;
	left: 50%
}

.banner {
	background: #F1F0EE
}

.navbar {
	border-top: 1px solid #d7d7d7;
	border-bottom: 5px solid #ca3537;
	height: 45px
}

.navbar ul {
	width: 1000px;
	height: 45px;
	margin: 0 auto
}

.navbar ul:after,
.navbar ul:before {
	content: " ";
	display: table
}

.navbar ul:after {
	clear: both
}

.navbar li {
	float: left;
	border-right: 1px solid #d7d7d7
}

.navbar li:last-child {
	border-right: 0
}

.navbar a {
	height: 45px;
	display: block;
	line-height: 45px;
	text-align: center;
	padding: 0 17px
}

.navbar .active {
	background: #ca3537;
	color: #fff
}

.header_container {
	width: 100%;
	/* position: relative; */
	/* min-width: 1300px; */
	overflow: hidden;
}

.header_container .header_bc {
	position: relative;
	width: 2000px;
	left: 50%;
	/* height: 500px; */
	margin-left: -1000px;
	display: block;
}

.header_container .header_main {
	width: 100%;
	min-width: 1300px;
	/* height: 100%; */
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}

.header_container .header_nav {
	width: 100%;
	/* border-bottom: 2px solid #3892e3; */
	background: #3892e3;
}

.header_container .header_nav .header_nav_center {
	width: 1200px;
	height: 60px;
	color: #DFDFDF;
	margin: 0 auto;
	position: relative;
}

.header_link,
.tab_ul {
	position: absolute;
}

.header_container .header_nav .header_nav_center .header_date {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
	position: absolute;
	line-height: 24px;
	top: 30px;
	left: 96px;
	-webkit-transform: translateY(-12px);
	-moz-transform: translateY(-12px);
	-ms-transform: translateY(-12px);
	-o-transform: translateY(-12px);
	transform: translateY(-12px);
}

.tab_nav {
	left: 25%;
}

.tab_user_link {
	right: 16px
}

.tab_ul {
	height: 60px;
}

.tab_ul .tab_user_item {
	float: left;
	width: auto;
}

.tab_ul .tab_user_item_de {
	float: left;
	width: 17px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.tab_ul .tab_item {
	float: left;
	width: 100px;
	margin-right: 0;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 60px;
	margin-top: 0;
	margin-right: 2px;
}

.tab_ul .tab_btn {
	font-size: 20px;
	color: #DFDFDF;
	line-height: 60px;
}

.tab_ul .tab_item_active {
	font-weight: 600;
	border-bottom: 4px solid #fff
}

.tab_ul .tab_item_active .tab_btn {
	color: #FFF
}

.header_link {
	/* text-decoration: underline; */
	color: #DFDFDF;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	top: 30px;
	left: 0;
	-webkit-transform: translateY(-11px);
	-moz-transform: translateY(-11px);
	-ms-transform: translateY(-11px);
	-o-transform: translateY(-11px);
	transform: translateY(-11px);
	font-weight: bold;
}
.header_link:hover {
	text-decoration: underline;
}
.header_detail {
	width: 100%;
	padding-top: 80px;
}

.header_detail .header_icon_center {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	/* -webkit-user-select:none; */
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}

.header_detail .deader_titleen,
.header_detail .header_title {
	width: 100%;
	text-align: center;
	-moz-user-select: none;
	-ms-user-select: none;
	letter-spacing: 0;
}

.header_detail .header_icon_center img {}

.header_detail .header_title {
	margin: 5px auto 0;
	height: 69px;
	font-size: 58px;
	color: #1A55A7;
	line-height: 60px;
	-webkit-user-select: none;
	user-select: none;
	font-weight: bold;
}

.header_detail .deader_titleen {
	margin: 2px auto 19px;
	text-align: center;
	font-size: 18px;
	color: #1A55A7;
	font-weight: 400;
	-webkit-user-select: none;
	user-select: none;
}

.header_detail .ipt_box {
	margin: 40px auto 0;
	width: 938px;
	height: 64px;
	position: relative;
}

.header_detail .ipt_box .header_search {
	float: left;
	width: 672px;
	height: 64px;
	background: #fff;
	opacity: .7;
	border: none;
	padding-left: 78px;
	margin-right: 0;
	border-radius: 3px;
	font-size: 18px;
	color: #1A55A7;
	letter-spacing: 0;
	line-height: 22px;
	outline: 0;
	box-sizing: border-box;
}

.header_detail .ipt_box .inner_search_btn {
	position: absolute;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	left: 32px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.footer_info .footer_icons_box,
.footer_links .footer_links_box {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.header_detail .ipt_box .btn_search {
	position: absolute;
	width: 128px;
	height: 64px;
	margin: 0;
	background: #1A55A7;
	border: 1px solid #1A55A7;
	border-radius: 3px;
	font-size: 18px;
	color: #FFF;
	letter-spacing: 0;
	cursor: pointer;
	padding-left: 0;
}

.header_detail .ipt_box .btn_search_normal {
	left: 672px
}

.header_detail .ipt_box .btn_search_more {
	left: 810px
}

.header_detail .ipt_box input::-webkit-input-placeholder {
	color: #1A55A7
}

.header_detail .ipt_box input:-moz-placeholder {
	color: #1A55A7
}

.header_detail .ipt_box input::-moz-placeholder {
	color: #1A55A7
}

.header_detail .ipt_box input:-ms-input-placeholder {
	color: #1A55A7
}

.header_right_btns {
	position: fixed;
	height: 240px;
	width: 48px;
	right: 32px;
	top: 30%;
	z-index: 999;
}

.header_right_btns ul .right_btn_items {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	margin-top: 16px
}

.header_right_btns ul .right_btn_items:nth-child(1) {
	margin-top: 0
}

.header_right_btns ul .rightBtn {
	position: relative;
	z-index: 10
}

.header_right_btns ul .hover_show_label,
.header_right_btns ul .right_hover_show {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	/* width: 154px; */
	height: 40px;
	top: 50%;
}

.header_right_btns ul .right_hover_show {
	overflow: hidden;
	transform: translateY(-50%);
	right: 20px;
	z-index: 2
}

.header_right_btns ul .hover_show_label {
	transform: translateY(-50%);
	right: -160px;
	background: #1A55A7;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
	z-index: 3;
	border-radius: 20px;
	font-size: 16px;
	color: #FFF;
	line-height: 40px;
	opacity: .7;
	text-align: center
}
.header_right_btns ul .right_btn_items:hover .right_hover_show {
	width:154px;
}
.header_right_btns ul .right_btn_items:hover .hover_show_label {
	right: 0;
	width: 154px;
}
.header_right_btns ul .right_btn_items:hover .hover_show_label1 {
	right: 50px;
	opacity: 1;
}

.fixed_width {
	width: 100%;
	background: #1A55A7;
}

.fixed_width .main_footer {
	width: 100%;
	font-family: Microsoft Yahei
}

.fixed_width .main_border_footer {
	border-bottom: 1px solid #5E88C1
}

.footer_links {
	height: 60px;
	width: 1224px;
	margin: 0 auto
}

.footer_links .footer_links_box {
	width: 100%;
	height: 60px;
	user-select: none;
	position: relative;
}

.footer_links .footer_links_box .footer_float {
	float: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.footer_links .footer_links_box .links_label {
	width: 120px;
	font-size: 24px;
	color: #FFF;
	font-weight: 300
}

.footer_links .footer_links_box .links_item {
	margin-left: 24px;
	background: #fff;
	text-align: center
}

.footer_links .footer_links_box .links_item .link_btn {
	height: 48px;
	width: 100%;
	line-height: 48px;
	font-size: 20px;
	color: #333;
	text-align: center;
	display: inline-block
}

.footer_links .footer_links_box .link_btn_big {
	width: 200px
}

.footer_links .footer_links_box .link_btn_smal {
	width: 120px
}

.select_close {
	display: none
}

.footer_select {
	position: absolute;
	width: 100%;
	bottom: 60px;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .12)
}

.footer_select .footer_select_inner {
	width: 100%;
	min-height: 50px;
	background: #fff;
	max-height: 250px;
	overflow-y: auto
}

.footer_select .select_arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.footer_select .footer_select_ul {
	width: 100%;
	padding: 20px 0
}

.footer_select .footer_select_ul .footer_link_option {
	width: 100%;
	height: 36px;
	line-height: 36px
}

.footer_select .footer_select_ul .footer_link_option a {
	font-size: 18px
}

.footer_info {
	height: 124px;
	padding: 39px 0;
	width: 1200px;
	margin: 0 auto;
}

.footer_info .footer_icons_box {
	width: 194px;
	height: 124px;
	user-select: none;
	float: left
}

.footer_info .footer_icons_box .footer_icon_item {
	float: left;
	padding-top: 20px;
}

.footer_info .footer_icons_box img {
	display: block;
	cursor: pointer;
}

.footer_info .footer_icons_box .footer_icon_item:nth-child(2) {
	margin-left: 16px;
	width: 70px
}

.footer_info .footer_icons_box .footer_icon_item:nth-child(2) img {
	margin: 0 auto
}

.footer_info .footer_infos_box {
	width: 680px;
	height: 124px;
	float: left;
	margin-left: 24px;
}

.footer_info .footer_infos_detail {
	line-height: 22px;
	width: 100%;
	font-size: 16px;
	color: #FFF;
	font-weight: 300;
	margin-top: 12px
}

.footer_info .footer_infos_detail span {
	margin-left: 16px
}

.footer_info .footer_infos_detail span:nth-child(1) {
	margin-left: 0
}

.footer_info .footer_infos_detail img {
	vertical-align: top;
	margin-right: 8px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-top: 4px
}

.footer_info .footer_infos_detail:nth-child(1) {
	margin-top: 0
}

.footer_info .footer_signs_box {
	width: 266px;
	height: 124px;
	line-height: 22px;
	float: left;
	margin-left: 32px;
}

.pr_search_form_box {
	position: relative;
	width: 697px;
	height: 2px;
	margin: 0 auto;
	z-index: 10000
}

.pr_search_form_box .pr_search_form_arrow {
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
	position: absolute;
	left: 748px;
	top: -7px
}

.pr_search_form_box .pr_search_form_inner {
	position: absolute;
	width: 697px;
	height: 283px;
	left: 200px;
	top: 0
}

.pr_search_form_box .pr_search_form_inner .pr_search_form_main {
	width: 697px;
	height: 283px;
	border-radius: 4px;
	background: #fff;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .12)
}

.pr_search_form_main .searc_form_title {
	font-size: 14px;
	color: #333;
	letter-spacing: 0;
	line-height: 22px;
	font-weight: 600;
	margin-left: 16px;
	padding-top: 30px;
	padding-bottom: 16px
}

.pr_search_form_main .search_form_item {
	margin-left: 16px;
	padding-bottom: 16px;
	height: 22px;
	line-height: 22px
}

.pr_search_form_main .search_form_item .search_form_label {
	font-size: 14px;
	color: #666
}

.pr_search_form_main .search_form_item .search_form_label .search_form_label_mark {
	color: #1A55A7
}

.pr_search_form_main .search_form_item .keyword_ipt {
	width: 60px;
	height: 22px;
	line-height: 22px;
	outline: 0;
	border-bottom: 1px solid #D8D8D8;
	margin-left: 8px
}

.pr_search_form_main .search_form_item .keywords_label {
	margin-left: 9px
}

.pr_search_form_main .search_form_item .check_box {
	margin-left: 8px
}

.pr_search_form_main .search_form_item .check_box_label_search {
	margin-left: 10px;
	font-size: 14px;
	color: #666;
	letter-spacing: 0
}

.data_picker,
.pr_search_form_main .search_form_item .search_radio {
	margin-left: 8px
}

.pr_search_form_main .search_form_item33 {
	height: 26px
}

.pr_search_form_main .search_form_btns {
	text-align: right;
	padding-right: 29px
}

.search_form_item input[type=checkbox]::after,
.search_form_item input[type=radio]::after {
	color: #fff;
	display: inline-block;
	visibility: visible;
	padding-left: 0;
	text-align: center;
	-webkit-box-sizing: border-box
}

.pr_search_form_main .search_form_btns .search_form_btn_item {
	width: 52px;
	height: 36px;
	background: #F0F2F5;
	border: 1px solid #D7DBE0;
	border-radius: 3px;
	cursor: pointer
}

.pr_search_form_main .search_form_btns .search_form_btn_item:nth-child(1) {
	margin-right: 12px;
	background: #1A55A7;
	color: #fff
}

.search_form_item input[type=checkbox] {
	cursor: pointer;
	position: relative
}

.search_form_item input[type=checkbox]::after {
	position: absolute;
	top: -4px;
	background-color: #fff;
	width: 18px;
	height: 18px;
	content: ' ';
	border-radius: 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd
}

.search_form_item input[type=checkbox]:checked::after {
	content: "";
	border-color: #1A55A7;
	background-color: #1A55A7
}

.search_form_item input[type=checkbox]:checked::before {
	content: '';
	position: absolute;
	top: 0;
	left: 7px;
	width: 2px;
	height: 6px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1
}

.search_form_item input[type=radio] {
	cursor: pointer;
	position: relative
}

.search_form_item input[type=radio]::after {
	position: absolute;
	top: -4px;
	background-color: #fff;
	width: 18px;
	height: 18px;
	content: ' ';
	border-radius: 9px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #ddd;
	left: -1px
}

.search_form_item input[type=radio]:checked::after {
	content: "";
	border-color: #1A55A7;
	background-color: #1A55A7
}

.search_form_item input[type=radio]:checked::before {
	content: '';
	position: absolute;
	top: 0;
	left: 6px;
	width: 2px;
	height: 6px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1
}

.pr_search_form_close {
	display: none
}

.pr_search_form_active {
	display: block
}

.data_picker {
	width: 240px;
	height: 32px;
	background: #FFF;
	border: 1px solid #DCDEE0;
	border-radius: 2px;
	text-indent: 10px;
	outline: 0;
	cursor: pointer
}

.selected {
	position: relative;
	float: left;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-left: 24px;
	background: #fff;
	text-align: center;
	height: 48px;
	width: 240px;
	padding: 0 10px;
	line-height: 48px;
	font-size: 20px;
	color: #333;
	text-align: center;
	display: inline-block;
}

.tag_select {
	/* float: left; */
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	/* margin-left: 24px; */
	/* background: #fff; */
	/* text-align: center; */
	/* height: 48px; */
	/* width: 240px; */
	/* padding: 0 10px; */
	/* line-height: 48px; */
	/* font-size: 20px; */
	/* color: #333; */
	/* text-align: center; */
	/* display: inline-block; */
}

.tag_options {
	z-index: 1000;
	border-bottom: 0;
	position: absolute;
	padding-bottom: 0;
	overflow-y: auto;
	list-style-type: none;
	margin: 0;
	width: 260px;
	background: #fff;
	height: auto;
	font-size: 14px;
	overflow: hidden;
	border-top: 1px solid;
	cursor: pointer;
	list-style-image: none;
	border: 1px solid #333;
	margin-bottom: -1px;
	top: 48px;
	left: -1px;
}

.tag_options li {
	text-align: left;
	padding-bottom: 0;
	line-height: 40px;
	width: 100%;
	padding-right: 10px;
	display: block;
	padding-left: 5px;
	background: #fff;
	height: 40px;
	color: #7d7d7d;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 0;
	text-align: center;
	padding: 0;
	margin-left: 0;
	border-bottom: 1px dotted #999;
	border-top: none;
}

.selected i {
	position: absolute;
	right: 15px;
	top: 20px;
	width: 18px;
	height: 10px;
	background: url(sy_bottom_jt.png) no-repeat;
}

.tab_ul .tab_item.active,
.tab_ul .tab_item:hover {
	/* background: #FFFFFF; */
	/* border-radius: 25px; */
	/* color: #1A55A7; */
	/* background: url(index_c.png)no-repeat -1px 20px; */
}

.tab_ul .tab_item:hover .tab_nav1 {
	display: block;
	position: relative;
}

.tab_ul .tab_item.active>a,
.tab_ul .tab_item:hover>a {
	background: #FFFFFF;
	border-radius: 25px;
	color: #1A55A7;
	width: 100px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 40px;
	line-height: 40px;
	margin-top: 10px;
	margin-right: 10px;
	display: block;
}

.tab_ul .tab_item1 {
	width: 100px;
	height: 32px;
	background: #FFFFFF;
	border-radius: 4px;
}

.tab_ul .tab_item1:hover {
	background: #1A55A7
}

.tab_ul .tab_item1:hover a {
	color: #FFF;
}

.tab_ul .tab_item1 a {
	line-height: 32px;
	font-size: 16px;
	color: #1A55A7;
}

.tab_nav1 {
	background: #FFFFFF;
	border-radius: 4px;
	z-index: 100;
	display: none;
	margin-top: 5px;
}

.footer_info .footer_infos_detail a {
	color: #FFF;
}

.tab_ul .tab_user_item:hover .tab_nav1 {
	display: block;
	width: 100px;
	text-align: center;
	margin-left: -30px;
	margin-top: -10px;
	position: absolute;
}

.tab_ul .tab_user_item_wd {
	display: none;
}
