@charset "utf-8";
/* CSS Document */

/*base*/

html, body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, span, i, em, strong, input, textarea, select, option, img {
	padding: 0;
	margin: 0;
}

html, body {
	min-width: 1250px;
	background-color: #ffffff;
	font-size: 12px;
	font-family: "PingFang SC", "Microsoft YaHei", "å¾®è½¯é›…é»‘", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 100%;
}

.wrapper {
	position: relative;
	min-height: 100%;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ol, ul {
	list-style: none;
}

button, button:focus {
	outline: 0;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

.clearfix:before, .clearfix:after {
	clear: both;
	content: "";
	display: block;
}

.container {
	min-width: 1200px;
	margin: 0 auto;
	padding: 0px !important;
}

/*paged*/

.pageBox {
	font-size: 14px;
	text-align: center;
	margin-top: 17px;
}

.pageBox>a {
	border: 1px solid #d6d6d6;
	padding: 4px;
	color: #666;
	margin: 0 10px;
}

.page_in {
	width: 30px;
	height: 22px;
	margin: 0 3px;
	text-align: center;
}

.page_b {
	border: 1px solid #d6d6d6;
	padding: 3px 6px;
	margin-left: 10px;
	background: #ffffff;
}

.pageBox .current {
	color: #f88a31;
	margin: 0 10px;
}

/*modal*/

.dlg_wrapper .modal-dialog.center {
	/* top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
	margin: 0px; */
}

.dlg_wrapper .dlg>.title {
	line-height: 40px;
	height: 40px;
	background: #227ab6;
}

.dlg_wrapper .dlg>.title span {
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 20px;
}

.dlg_wrapper .dlg>.title .close {
	color: #ffffff;
	width: 50px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	filter: alpha(opacity=100);
	opacity: 1;
	margin-right: 8px;
	background: #d4dff350;
	border-radius: 0 0 5px 5px;
}

.dlg_wrapper .dlg>.body {
	text-align: center;
	color: #666666;
	font-size: 14px;
	padding: 20px 5px;
}

.dlg_wrapper .dlg>.footer {
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #e8f1f8;
}

.dlg_wrapper .dlg>.footer a {
	color: #ffffff;
	background: #f39800;
	padding: 6px 33px;
	margin-right: 20px;
	font-size: 14px;
	border-radius: 4px;
}

.dlg_wrapper .dlg>.footer a.cancel {
	color: #666666;
	background: #f5f5f5;
	border: solid 1px #ded9d9;
}

.dlg_wrapper .step {
	display: flex;
	flex-wrap: wrap;
}

.dlg_wrapper .step .item {
	flex: 2;
	min-width: 136px;
	max-width: 136px;
}

.dlg_wrapper .step .item .info {
	position: relative;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	background: #e6e6e6;
	margin-right: 16px;
}

.dlg_wrapper .step .item.active .info {
	color: #fff;
	background: #fa8a2b;
}

.dlg_wrapper .step .item .info::after {
	position: absolute;
	display: block;
	content: "";
	height: 40px;
	border-left: solid 16px #e6e6e6;
	border-top: solid 20px transparent;
	border-bottom: solid 20px transparent;
	top: 0;
	right: -16px;
}

.dlg_wrapper .step .item.active .info::after {
	border-left: solid 16px #fa8a2b;
}

.dlg_wrapper .step .next {
	flex: 1;
	line-height: 40px;
}

/*form*/

.form {
	margin-bottom: 35px;
}

.modal .form {
	width: 90%;
	margin: 0 auto;
}

.form .border {
	padding: 1px 0 50px;
	border: solid 1px #ded9d9;
	border-top: none;
}

.form .main-title {
	text-align: left;
	border-bottom: solid 1px #227ab6;
}

.form .main-title p {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 35px;
	background: #227ab6;
	border-radius: 8px 8px 0 0;
}

.form .main-title p span {
	font-size: 16px;
}

.form .form-group {
	font-size: 0px;
	border-bottom: dashed 1px #ded9d9;
	margin: 35px 65px 5px;
}

.form .form-group.noborder {
	border-bottom: none;
}

.form .form-group>.title {
	text-align: left;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-left: 20px;
	margin-bottom: 25px;
}

.form .form-group>.title::before {
	position: absolute;
	content: "";
	height: 100%;
	width: 6px;
	left: 0px;
	background: #227ab6;
}

.form .form-item {
	text-align: left;
	margin-bottom: 20px;
	font-size: 14px;
}

.form-group.col2 .form-item {
	display: inline-block;
	width: 50%;
}

.form.paddingleft10 .form-item {
	padding-left: 10%;
}

.form-group .form-item .addon {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	padding-left: 5px;
	vertical-align: middle;
}

.form .form-item label.title {
	width: 210px;
	height: auto;
	line-height: 1;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #666666;
	background: #ffffff;
	padding-right: 15px;
}

.form.title-small .form-item label.title {
	width: 120px;
}

.form .form-item input[type="text"], .form .form-item input[type="password"] {
	width: 250px;
	height: 30px;
	border: solid 1px #cccccc;
	padding: 5px 3px;
	vertical-align: middle;
}

.form.input-large .form-item input[type="text"], .form.input-large .form-item input[type="password"] {
	width: 300px;
}

.form.input-larger .form-item input[type="text"], .form.input-larger .form-item input[type="password"] {
	width: 360px;
}

.form .form-item textarea {
	width: 250px;
	height: 90px;
	border: solid 1px #cccccc;
	padding: 5px 3px;
	vertical-align: middle;
}

.form.input-large .form-item textarea {
	width: 300px;
}

.form.input-larger .form-item textarea {
	width: 360px;
}

.form .form-item select {
	width: 250px;
	height: 30px;
	border: solid 1px #cccccc;
	padding: 5px 3px;
	vertical-align: middle;
}

.form.input-large .form-item select {
	width: 300px;
}

.form.input-larger .form-item select {
	width: 360px;
}

.form .form-item .fileupload {
	vertical-align: middle;
}

.form .form-item em {
	color: red;
	margin-right: 2px;
}

.op-panel {
	text-align: center;
	margin-bottom: 30px;
}

.op-panel .bt {
	display: inline-block;
	width: 165px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #227ab6;
	padding: 4px 0;
	border-radius: 6px;
	margin: 0 5px;
	border: none;
}

.op-panel .bt.lg {
	width: 220px;
}

/*fileupload*/

#upload {
	display: none;
}

.form-item .fileupload, .form-item .fileupload2 {
	display: inline-block;
}

.fileupload .fileitem {
	position: relative;
	float: left;
	height: 160px;
	width: 250px;
}

.fileupload.fileupload2 .fileitem {
	height: 88px;
	width: 88px;
}

.fileupload .fileitem img {
	width: 100%;
	height: 100%;
}

.fileupload .fileitem .fileitem-op {
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 16px;
	display: none;
}

.fileupload .fileitem:hover .fileitem-op {
	display: block;
}

.fileupload .fileitem:hover .fileitem-op .del {
	background-position: center;
	background-repeat: no-repeat;
	float: right;
	height: 14px;
	width: 14px;
	margin: 0 5px;
}

.fileupload>.op {
	display: table;
	height: 160px;
	width: 250px;
	text-align: center;
	border: dashed 1px #ded9d9;
	cursor: pointer;
}

.fileupload.fileupload2>.op {
	height: 88px;
	width: 88px;
}

.fileupload .center {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}

.fileupload .op img {
	cursor: pointer;
	display: block;
	margin: 0 auto;
}

.fileupload .op span {
	cursor: pointer;
	display: inline-block;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
}

/*header*/

body>.wrapper>.header {
	position: absolute;
	top: 0;
	width: 100%;
	/* height: 100px; */
	font-size: 18px;
	background: #ffffff;
	box-shadow: 0 2px 5px #e5e5e5;
}
body>.wrapper>.header>.container>.logo {
	/* display: inline-block; */
	/* width: 125px; */
	/* margin-top: 32px; */
}

#navbar-menu {
    flex: 1;
    /* height: 100px; */
    /* line-height: 100px; */
    margin: 0 20px;
    display: flex;
    align-items: center;
}

#navbar-menu>ul>li {
	position: relative;
	display: inline-block;
    text-align: center;
    flex: 1;
}

#navbar-menu>ul>li>img {
	position: absolute;
	top: 0;
	left: 50px;
}

#navbar-menu>ul>li>a {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
    margin: 0 10px;
	padding: 20px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbar-menu>ul.ul-cn>li>a {
	white-space: nowrap;
}
#navbar-menu.login>ul>li>a {
	margin-right: 40px;
}

#navbar-menu>ul>li>a::after {
	position: absolute;
	content: "";
	bottom: 0px;
	right: 0;
	height: 3px;
	width: 0;
	background-color: #ff8400;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

#navbar-menu>ul>li>a:hover {
	text-decoration: none;
}

#navbar-menu>ul>li>a.active::after, #navbar-menu ul a:hover::after {
    width: 30px;
    left: 50%;
    margin-left: -15px;
}

body>.wrapper>.header>.container>.userinfo {
height: 100px;
    /* line-height: 100px; */
    /* float: right; */
    /* min-width: 270px; */
    /* max-width: 440px; */
    text-align: center;
    white-space: nowrap;
}

body>.wrapper>.header>.container>.userinfo>.bt {
	display: inline-block;
    padding: 5px;
	width: 105px;
    white-space: normal;
    word-break: break-word;
	font-size: 16px;
	color: #fff;
	background: #2288d3;
	border-radius: 5px;
	line-height: 38px;
	text-align: center;
	margin-right: 20px;
}

body>.wrapper>.header>.container>.userinfo>p {
	display: inline;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

body>.wrapper>.header>.container>.userinfo>p>span {
	margin: 0 5px;
}

body>.wrapper>.header>.container>.userinfo>p>.uc {
	color: #333333;
}
body>.wrapper>.header>.container>.userinfo>.user-center {
    height: 100%;
    position: relative;
    font-size: 16px;
    color: #000;
    margin-left: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
body>.wrapper>.header>.container>.userinfo>.user-center .icon-arrow {
    transform: rotate(180deg);
    width: 12px;
    margin-left: 3px;
    transition: all .5s;
}
body>.wrapper>.header>.container>.userinfo>.user-center:hover .icon-arrow {
    transform: rotate(0deg);
}
body>.wrapper>.header>.container>.userinfo>.user-center .down {
    position: absolute;
    z-index: 999;
    top: 80px;
    display: none;
    flex-direction: column;
    font-size: 16px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    min-width: 100%;
    text-align: left;
    padding: 5px 10px;
    box-shadow: 0 2px 5px #e5e5e5;
}
body>.wrapper>.header>.container>.userinfo>.user-center:hover .down {
    display: flex;
}
body>.wrapper>.header>.container>.userinfo>.user-center .down a {
    line-height: 2;
}
body>.wrapper>.header>.container>.userinfo>p>.loginout {
	color: #227ab6;
	margin-left: 10px;
}

body>.wrapper>.header>.container>.userinfo>.login {
	position: relative;
	font-size: 16px;
	color: #227ab6;
	font-weight: bold;
	margin-right: 20px;
}

body>.wrapper>.header>.container>.userinfo>.login::after {
	position: absolute;
	content: "";
	background: #227ab6;
	width: 2px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -12px;
}

body>.wrapper>.header>.container>.userinfo>.reg {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	color: #227ab6;
}

/**footer**/

body>.wrapper>.footer {
	/* position: absolute; */
	/* height: 305px; */
	width: 100%;
	bottom: 0px;
	font-size: 16px;
	color: #ffffff;
}

body>.wrapper>.footer>.contact {
	/* height: 220px; */
	background: #2379b8;
}

body>.wrapper>.footer>.contact>.container>.menu {
	float: left;
	margin-left: 60px;
}

body>.wrapper>.footer>.contact>.container>.menu>.mitem {
	float: left;
	padding-left: 30px;
	margin:45px 80px 0 0; 
}

body>.wrapper>.footer>.contact>.container>.menu>.mitem>.title {
	position: relative;
	margin-bottom: 18px;
}

body>.wrapper>.footer>.contact>.container>.menu>.mitem>.title>img {
	position: absolute;
	top: -3px;
	left: -30px;
}

body>.wrapper>.footer>.contact>.container>.menu>.mitem>.title>h4 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
body>.wrapper>.footer>.contact>.container>.menu>.mitem>ol>li {
	margin-bottom: 20px;
}
body>.wrapper>.footer>.contact>.container>.menu>.mitem>ol>li>a {
	font-size: 14px;
	color: #fff;
}

body>.wrapper>.footer>.contact>.container>.info {
	/* float: right;
	margin: 45px 0 0; */
}
body>.wrapper>.footer>.contact>.container>.info>.detail {
	/* float: right; */
}

body>.wrapper>.footer>.contact>.container>.info>.detail>.item{
	font-size: 20px;
	margin-bottom: 20px;
}

body>.wrapper>.footer>.contact>.container>.info>.detail>.item>.tel {
	font-size: 24px;
	font-weight: bold;
}
body>.wrapper>.footer>.contact>.container>.info>.detail>.item>.title {
	font-size: 18px;
}

body>.wrapper>.footer>.contact>.container>.info>.barcode {
	/* float: right; */
	text-align: center;
	/* margin: 0 60px; */
    margin-left: 60px;
}

body>.wrapper>.footer>.contact>.container>.info>.barcode>img {
	display: block;
	height: 90px;
	width: 90px;
	margin: 5px auto;
}

body>.wrapper>.footer>.contact>.container>.info>.barcode>span {
	font-size: 12px;
	color: #fff;
}

body>.wrapper>.footer>.copyright {
	display: table;
	height: 85px;
	width: 100%;
	text-align: center;
	background: #1a5e90;
}

body>.wrapper>.footer>.copyright.white {
	background: #fff;
	color: #999999;
}

body>.wrapper>.footer.splite-before:before {
	position: absolute;
	display: block;
	content: "";
	background: #ededed;
	width: 90%;
	height: 1px;
	left: 5%;
}

body>.wrapper>.footer>.copyright>.container {
	display: table-cell;
	vertical-align: middle;
}

body>.wrapper>.footer>.copyright>.container>p {
	font-size: 16px;
	line-height: 32px;
}

/*****maincontent****/

.main {
	min-height: 100%;/*无效*/
	padding-top: 109px;
	/* padding-bottom: 305px; */
	padding-bottom: 80px;
}

/*breadcrumb*/

.main .breadcrumb-e {
	height: 70px;
	line-height: 70px;
	color: #666;
	font-size: 12px;
	font-weight: bold;
}

.main .breadcrumb-e a {
	margin: 0 15px;
	color: #666;
}

.main .breadcrumb-e a:first-child {
	margin-left: 0px;
}

.main .breadcrumb-e>.notice {
	color: #f29800;
	margin: 0 10px;
}

/*leftmenu*/

.main .leftmenu {
	float: left;
	width: 270px;
	font-size: 14px;
	border: solid 2px #227ab6;
	margin-bottom: 20px;
}

.main .leftmenu .menugroup .mtitle {
	padding-top: 6px;
	padding-bottom: 6px;
	border-top: #dfdede solid 1px;
	border-bottom: #dfdede solid 1px;
	font-weight: bold;
	color: #227ab6;
	background: #f1f1f1;
}

.main .leftmenu .menugroup .mtitle.active {
	color: #fff;
	background: #227ab6;
	border-top: #227ab6 solid 1px;
	border-bottom: #227ab6 solid 1px;
}

.main .leftmenu .menugroup .mtitle img {
	margin-left: 63px;
}

.main .leftmenu .menugroup .mtitle span {
	margin-left: 20px;
}

.main .leftmenu .menugroup .mitem {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	color: #666;
	background: #ffffff;
}

.main .leftmenu .menugroup .mitem:nth-child(2) {
	padding-top: 12px;
}

.main .leftmenu .menugroup .mitem:last-child {
	padding-bottom: 12px;
}

.main .leftmenu .menugroup .mitem.active {
	color: #f8933f;
}

/*rightcontent*/

.main .rightcontent {
	float: left;
	width: 900px;
	margin:0 0 30px 30px;
}

.search-item {
	text-align: left;
	margin-bottom: 25px;
}

.search-item .title {
	display: inline-block;
	position: relative;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px;
	margin-bottom: 0px;
}

.search-item .title::before {
	position: absolute;
	display: block;
	content: " ";
	background: #227ab6;
	height: 100%;
	width: 6px;
	left: 0;
}

.search-item .items {
	display: inline-block;
	height: 30px;
	vertical-align: bottom;
}

.search-item input {
	height: 30px;
	width: 240px;
	margin-right: 10px;
	padding: 5px 8px;
	vertical-align: top;
}

.search-item .item-group.search-group {
	position: relative;
	display: inline-block;
	vertical-align: top;
}

.search-item .item-group.search-group>input {
	padding-right: 18px;
}

.search-item .item-group.search-group>.input-bt {
	position: absolute;
	right: 11px;
	top: 5px;
	padding: 5px;
	color: #a4a4a4;
}

.op-panel .search-item .bt {
	width: 120px;
	font-size: 14px;
	margin-right: 10px;
	margin-left: 0px;
	vertical-align: bottom;
}

.search-item .bt.bt-yellow {
	background: #f29700;
}

.search-item .radio-item {
	display: inline-block;
	/* min-width: 100px; */
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 3px;
	padding: 2px 10px;
}

.search-item .radio-item.checked {
	color: #ffffff;
	background: #227ab6;
}

/*table*/

.main .table {
	table-layout: fixed;
	width: 100%;
	font-size: 14px;
	border-left: solid 1px #ded9d9;
	border-right: solid 1px #ded9d9;
	border-top: solid 1px #ded9d9;
}

.main .table th {
	height: 50px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	border-bottom: solid 1px #ded9d9;
	background: #f5f5f5;
	padding: 5px;
	vertical-align: middle;
}

.table.table-font-big th {
	font-size: 16px;
}

.main .table td {
	height: 50px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	border-bottom: solid 1px #ded9d9;
	padding: 5px;
	vertical-align: middle;
	word-wrap: break-word;
}

.table.table-font-big td {
	font-size: 14px;
	color: #333333;
}

.table.table-border-cell td, .table-border-cell th {
	border-right: solid 1px #ded9d9;
}

.table.table-border-cell td:last-child, .table-border-cell th:last-child {
	border-right: none;
}

.main .table td a.bt {
	color: #227ab6;
	padding: 0 5px;
}

/*steparea*/

.steparea {
	border: 1px solid #ded9d9;
	border-top: 2px solid #227ab6;
	position: relative;
	background: #ffffff;
	min-height: 100px;
	padding-bottom: 30px;
}

.steparea.noborder {
	border: none;
}

.steparea.border_topnormal {
	border-top: 1px solid #ded9d9;
}

.steparea .areatitle {
	position: absolute;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #227ab6;
	color: #ffffff;
	left: 0px;
	top: 0px;
	padding-left: 10px;
	padding-right: 40px;
	border-left: 5px solid #f39800;
	border-bottom-right-radius: 40px;
}

.steparea .areatitle2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.steparea .areabody {
	margin-top: 60px;
	padding: 0 50px;
}

.steparea .areabody .sitems {
	display: flex;
	flex-wrap: wrap;
}

.steparea .areabody .sitems .sitem {
	height: 53px;
	line-height: 53px;
	margin-left: 30px;
	flex: 2;
	min-width: 110px;
	max-width: 180px;
}

.steparea .areabody .sitems .sitem img {
	height: 44px;
	width: 44px;
}

.steparea .areabody .sitems .sitem .title {
	font-size: 0.875rem;
	color: #333333;
	font-weight: bold;
	margin-left: 4px;
}

.steparea .areabody .sitems .snext {
	margin-left: 40px;
	flex: 1;
}

/*button*/

.btmore {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	background: #227ab6;
	border: none;
	border-radius: 17px;
	padding: 9px 25px;
}

.btmore:hover {
	color: #ffffff;
}

/*note*/

.note {
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	background: #fef4e5;
	padding: 14px 20px;
	line-height: 2;
}
.df {
    display: flex;
}
.df-center {
    display: flex;
    align-items: center;
}
img {
    flex-shrink: 0;
}