/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	min-width: 1200px;
	overflow-x: auto;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration: none;
}

/*公共头部开始*/

.my_header {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	cursor: pointer;
	z-index: 99999;
	transition: all 1.2s;
}

.my_header_center {
	width: 100%;
	max-width: 1400px;
	margin: 0px auto;
	padding: 2px 0px;
	box-sizing: border-box;
	font-size: 0;
}

.my_header_logo {
	width: 373px;
	height: 64px;
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
	box-sizing: border-box;
}

.my_header_logo_img {
	width: 100%;
	height: 100%;
	display: block;
}

.my_header_nav {
	display: inline-block;
	vertical-align: middle;
	padding: 0px 0px 0px 110px;
	box-sizing: border-box;
	/* height: 64px; */
	line-height: 64px;
}

.my_header_nav_li {
	display: inline-block;
	vertical-align: top;
	height: 100%;
	position: relative;
}

.my_header_nav_li_a {
	font-size: 20px;
	color: #fff;
	padding: 0px 70px 0px 0px;
	box-sizing: border-box;
	cursor: pointer;
	text-decoration: none;
}

.my_header_nav_li_list {
	width: 100%;
	display: none;
	z-index: 99;
	box-sizing: border-box;
}

.my_header_nav_li_list_a {
	font-size: 16px;
	line-height: 38px;
	color: #fff;
	display: block;
	text-decoration: none;
}

.my_header_right {
	display: inline-block;
	vertical-align: top;
	padding: 19px 0px;
	box-sizing: border-box;
	float: right;
}
.my_header_right_icon_a{
	width: 27px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 7px;
	position: relative;
}
.my_header_right_icon {
	width: 27px;
	height: 27px;
	line-height: 44px;
	border: 1px solid #fff;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
	transition: all .4s;
}

.my_header_right_icon_a:nth-child(1) .my_header_right_icon{
	background: url('/assets/images/front/index/oa.png') no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}

.my_header_right_icon_a:nth-child(1):hover .my_header_right_icon{
	background: #fff url('/assets/images/front/index/oa-select.png') no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}

.my_header_right_icon_a:nth-child(2) .my_header_right_icon{
	background: url('/assets/images/front/index/weixin.png') no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
	position: relative;
}

.my_header_right_icon_a:nth-child(2):hover .code{
	display: block;
}

.my_header_right_icon_a:nth-child(2):hover .my_header_right_icon{
	background: #fff url('/assets/images/front/index/weixin-select.png') no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}

.my_header_right_icon_a:nth-child(3) .my_header_right_icon{
	background: url('/assets/images/front/index/youjian.png') no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}

.my_header_right_icon_a:nth-child(3):hover .my_header_right_icon{
	background: #fff url('/assets/images/front/index/youjian-select.png') no-repeat;
	background-size: 18px 18px;
	background-position: 50% 50%;
}

.my_header_nav_li:hover .my_header_nav_li_list {
	display: block;
}

.my_header:hover {
	padding-top: 15px;
	padding-bottom: 15px;
}

.my_header_nav_li:hover .my_header_nav_li_a {
	color: #00adff;
}

.my_header_nav_li_list_a:hover {
	color: #00adff;
}

.my_header_nav_li_a_active {
	color: #00adff;
}
.code{
	display: none;
	position: absolute;
	border-radius: 5px;
	width: 100px;
	height: 100px;
	background: rgb(162 197 224 / 80%);
	top: 60px;
	right: 0.3rem;
	padding: 5px;
	box-sizing: border-box;
}
.code:after{
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 8px solid rgb(162 197 224 / 80%);
	top: -8px;
	right: 14px;

}
.code .code-img{
	width: 90px;
	height: 90px;
	display: block;
	max-width: 100px !important;
}

.my_header_right .code{
	right:-7px;
	top: 40px;
}

.top_search{display: inline-block;
	vertical-align: middle;
	margin: 0px 7px;position: relative;height: 34px;}
.top_search_top{   }
.top_search_top_img{width: 28px;
	height: 28px;
	display: block;}
.top_search_bottom{
	display: none;
	box-shadow: 2px 4px 7px 0px
	rgba(193, 193, 193, 0.35);
	position: absolute;
	right: -200px;
	top: 30px;
	width: 321px;
	border-top: 2px solid transparent;
	background-color: #fff;
	background-clip: padding-box;
	padding: 15px 0 15px 18px;
	line-height: 18px;
	height: 18px;
	font-size: 14px;}
.top_search_bottom_input{  float: left;
	width: 216px;
	border: none;
	outline: none;}
.top_search_bottom_btn{float: left;
	margin-left: 10px;
	width: 90px;
	border-left: 1px solid #e6e6e6;
	font-family: Arial;
	text-transform: uppercase;
	text-align: center;}
.top_search:hover .top_search_bottom{
	display: block;
}
.new_tip{
	font-size: 18px;
	color: #707070;
	line-height:30px;
	margin-top: 30px;
}
.new_no_data{
	font-size: 18px;
	color: #707070;
	line-height:30px;
	margin: 100px 0px 100px;
	text-align: center;
}
.my_header_right_box{
	display: inline-block;
}
/*公共头部结束*/


/*公共底部开始*/

.my_foot {
	background-color: #1863b8;
	width: 100%;
}

.my_foot_top {
	width: 100%;
	height: 100%;
	position: relative;
}

.my_foot_top:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	background: url('/assets/images/front/index/bottom-bg-2.png') no-repeat;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.my_foot_top_center {
	width: 1200px;
	margin: 0px auto;
	padding: 41px 0px 58px;
	position: relative;
	z-index: 9;
	font-size: 0;
}

.my_foot_top_center_left {
	width: 33%;
	display: inline-block;
	vertical-align: top;
}

.my_foot_top_center_left_title {
	font-size: 18px;
	color: #fff;
	line-height: 66px;
}

.my_foot_top_center_left_content {}

.my_foot_top_center_left_content_list {}

.my_foot_top_center_left_content_list_item {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 34px;
}

.my_foot_top_center_left_content_list_btn {
	width: 115px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	margin-top: 14px;
}

.my_foot_top_center_left_content_list_btn_txt {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 5px;
	box-sizing: border-box;
}

.my_foot_top_center_left_content_list_btn_mark {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.my_foot_top_center_middle {
	width: 42%;
	display: inline-block;
	vertical-align: top;
	padding: 0px 6% 0px 7%;
	box-sizing: border-box;
	position: relative;
}

.my_foot_top_center_middle:before {
	position: absolute;
	content: '';
	width: 1px;
	height: 120px;
	left: 0px;
	top: 45px;
	background: #fff;
}

.my_foot_top_center_middle:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 120px;
	right: 0px;
	top: 45px;
	background: #fff;
}

.my_foot_top_center_middle_title {
	font-size: 18px;
	color: #fff;
	line-height: 66px;
}

.my_foot_top_center_middle_content {}

.my_foot_top_center_middle_content_list {}

.my_foot_top_center_middle_content_list_item {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	line-height: 34px;
	width: 25%;
	display: inline-block;
}

.my_foot_top_right {
	width: 24%;
	display: inline-block;
	vertical-align: top;
	padding-left: 8%;
	box-sizing: border-box;
}

.my_foot_top_right_title {
	font-size: 18px;
	color: #fff;
	line-height: 66px;
}

.my_foot_top_right_content {
	padding-left: 14px;
}

.my_foot_top_right_content_qrcode {
	width: 135px;
	height: 135px;
	border-radius: 10px;
	padding: 6px;
	background: #fff;
	text-align: center;
	line-height: 125px;
	box-sizing: border-box;
}

.my_foot_top_right_content_qrcode_img {
	width: 124px;
	height: 123px;
	display: inline-block;
	vertical-align: middle;
}

.my_foot_bottom {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background-color: #125aa8;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
}
.my_foot_bottom a{
	color:#fff;
	text-decoration: none;
}

/*公共底部结束*/


/*面包屑导航开始*/

.crumbs {
	width: 29%;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.crumbs_a {
	font-size: 14px;
	line-height: 28px;
	color: #6a6a6a;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-right: 13px;
	box-sizing: border-box;
	cursor: pointer;
}

.crumbs_a:hover {
	color: #01599e;
}

.crumbs_a:after {
	position: absolute;
	content: '>';
	right: 0px;
}

.crumbs_a:last-child:after {
	content: '';
}


/*面包屑导航结束*/

@media screen and (max-width: 1400px) {
	.my_header_center {
		width: 1200px;
		max-width: initial;
	}
	.my_header_nav {
		padding: 0px 6px 0px 50px;
	}
	.my_header_nav_li_a {
		padding: 0px 50px 0px 0px;
		font-size: 18px;
	}
	.my_header_nav_li_list{
    /* padding-left: 30px; */
}
.my_header_nav_li_list_a{
    font-size: 14px;
}
}