@charset "utf-8";

/*公共头部*/
.head_content {
	width: 100%;
	min-height: 80px;
	margin: 0 auto;
	position: relative;
	font-size: 18px;
}
.head_top {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1000;
}
.head_left {
	float: left;
	width: 68.75%;
	background: #fff;
}
.head_logo {
	width: 180px;
	/*height: 36px;*/
	margin-left: 30px;
	margin-top: 25px;
	float: left;
}
.head_nav_box {
	float: right;
	width: calc(100% - 210px);
	position: relative;
}
.head_nav {
	float: left;
	padding-left: 60px;
	/* width: 686px; */
	text-align: right;
	white-space: nowrap;
}
.head_nav_list {
	width: 90px;
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
	font-weight: 500;
	line-height: 80px;
	color: #242424;
	white-space: nowrap;
	cursor: default;
}
.head_nav span{
	position: relative;
}
.head_nav .line::after{
	position: absolute;
	content: "";
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0062BE;
	z-index: 999;
}
.head_infor {
	/*float: right;*/
	/*margin-top: 25px;*/
	/*margin-right: 6%;*/
	position: absolute;
	top:25px;
	right: 6%;
	background: #ffffff;
	/*overflow: hidden;*/
}
.head_car,.head_user {
	float: left;
	position: relative;
}
.head_car_img,.head_user_img {
	width: 30px;
	height: 30px;
	float: left;
}
.head_car_tip {
	position: absolute;
	width: auto;
	height: 14px;
	line-height: 14px;
	text-align: center;
	font-size: 12px;
	color: #fff;
	padding: 0 3px;
	background: #DE1D30;
	border-radius: 7px;
	top: -5px;
	right: -10px;
}
.head_user {
	margin-left: 21px;
}
.head_user_name {
	float: left;
	height: 30px;
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	color: #0062BE;
}
.head_user_more {
	float: left;
	width: 12px;
	height: 7px;
	position: relative;
	top: 12px;
	left: 5px;
}

.head_content .hearder_right {
	width: 31.25%;
	float: right;
	height: 80px;
	background-color: #0062BE;
	position: relative;
}
.hearder_search {
	width: calc(100% - 120px);
	float: left;
	padding: 0 10px 0 20px;
	background-color: #5E9FDC;
	position: relative;
	z-index: 99;
}
.search_input,.search_content {
	/* width: 560px; */
	width: 100%;
	min-height: 80px;
	padding: 25px 0;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background-color: transparent;
	border: 0;
}
.search_show {
	display: none;
}
.search_input.show,.search_content.show {
	display: block;
}
/* 自定义input textarea的placeholder样式 */
input[class='search_show search_input']::-webkit-input-placeholder,
input[class='search_show search_input show']::-webkit-input-placeholder,
textarea[class='search_show search_content']::-webkit-input-placeholder,
textarea[class='search_show search_content show']::-webkit-input-placeholder
{ /* WebKit, Blink, Edge */
	font-size: 15px;
	color: #fff;
}
input[class='search_show search_input']:-moz-placeholder,
input[class='search_show search_input show']:-moz-placeholder,
textarea[class='search_show search_content']:-moz-placeholder,
textarea[class='search_show search_content show']:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
	font-size: 15px;
	color: #fff;
}
input[class='search_show search_input']::-moz-placeholder,
input[class='search_show search_input show']::-moz-placeholder,
textarea[class='search_show search_content']::-moz-placeholder,
textarea[class='search_show search_content show']::-moz-placeholder
{ /* Mozilla Firefox 19+ */
	font-size: 15px;
	color: #fff;
}
input[class='search_show search_input']:-ms-input-placeholder,
input[class='search_show search_input show']:-ms-input-placeholder,
textarea[class='search_show search_content']:-ms-input-placeholder,
textarea[class='search_show search_content show']:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
	font-size: 15px;
	color: #fff;
}
input[class='search_show search_input']::-ms-input-placeholder
input[class='search_show search_input show']::-ms-input-placeholder,
textarea[class='search_show search_content']::-ms-input-placeholder
textarea[class='search_show search_content show']::-ms-input-placeholder
{ /* Microsoft Edge */
	font-size: 15px;
	color: #fff;
}
/* 自定义textarea滚动轴样式 */
 /* 滚动条框设置 */
.search_content>textarea::-webkit-scrollbar {
	width: 0;
	height: 0;
	background-color: transparent;
}

/* 滚动条的设置 */
.search_content>textarea::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px transparent;
	background-color: transparent;
}
.search_nav_btn {
	height: 40px;
	line-height: 40px;
	text-align: right;
	display: none;
}
.search_nav_btn_list {
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	color: #FFFFFF;
	text-decoration: underline;
	margin-left: 17px;
	opacity: 0.5;
	cursor: pointer;
}
.search_nav_btn_list.active {
	opacity: 1;
}
.search_btn {
	float: left;
	width: 120px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}
.search_btn_img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}


.searchBox{
	width: 100%;
	height: 100%;
	padding-bottom: 75px;
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.searchBox .content{
	width: 1204px;
	margin: 0 auto;
	overflow: hidden;
	border:none;
	padding: 0;
}
.searchBox .content .title{
	font-size: 18px;
	font-weight: bold;
	line-height: 25px;
	color: #1E1E1E;
	margin-top: 40px;
	width: 100%;
	/*padding-bottom: 10px;*/
}
.title img{
	float: right;
}
.searchBox .ipt{
	width: 822px;
	height: 460px;
}
.search-con{
	margin-top: 42px;
}
.search-left{
	width: 822px;
	float: left;
}
.search-right{
	float: right;
	width: 308px;
}
.search-right .imgItem{
	width: 308px;
	border: 1px dashed #b4b4b4;
	box-sizing: border-box;
}
.search-right .imgItem:nth-child(2){
	margin-top: 20px;
}
.search-left .searchBtn{
	font-size: 14px;
	font-weight: 300;
	line-height: 40px;
	color: #1E1E1E;
	padding-bottom: 50px;
}
.search-left .txt{
	float: left;
	color: #1E1E1E;
	vertical-align: middle;
}
.searchBtn .choice{
    position: relative;
    float: left;
    margin-left: 48px;
}
.choice .radio{
    position: relative;
    display: inline-block;
    font-weight: 400;
	color: #1D1D1D;
    padding-left: 40px;
    cursor: pointer;
}
.choice .radio input{
    position: absolute;
    left: -9999px;
}
.choice .radio i{
    display: block;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 0;
    width: 15px;
    height: 15px;
    outline: 0;
    border: 1px solid #E1E1E6;
    background: #ffffff;
    border-radius: 50%;
    transition: border-color .3s;
    -webkit-transition: border-color .3s;
}
.choice .radio input:checked+i{
    border-color: #E1E1E6;
}
.choice .radio input+i:after{
    position: absolute;
    content: '';
    top: -1px;
    left:-1px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: 4px solid #0062BE;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity .1s;
    -webkit-transition: opacity .1s;
}
.choice .radio input:checked+i:after{
    opacity: 1;
}
.btn{
	float: right;
	color: #ffffff;
}
.btn .searBtn,.btn .clearBtn{
	width: 100px;
	height: 40px;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	vertical-align: middle;
}
.btn .searBtn{
	background-color: #0062BE;
}
.btn .clearBtn{
	background-color: #B4B4B4;
	margin-left: 10px;
}



/* 元素列表 */
.element_box {
	width: 100%;
	height: 65em;
	font-size: 12px;
	background-color: #ffffff;
	display: none;
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
}
.closeElement{
	float: right;
}
.element{
	width: 100.625em;
	margin: 0 auto;
}
.element_title {
	height: 73px;
	font-size: 3.25em;
	font-weight: 800;
	line-height: 40px;
	color: #242424;
	opacity: 1;
	text-align: center;
	padding: 30px 0 55px;
}
.element_table {
	width: 100%;
	position: relative;
}
.element_table>div>span {
	font-size: 2em;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	line-height: 2.5em;
	text-align: center;
	border-radius: 8px;
	font-family: 'Santral ☞';
	font-weight: 800;
	float: left;
	margin-right: 0.3125em;
	margin-bottom: 0.625em;
	position: relative;
	cursor: default;
}
.element_table>div>span.ele:hover{
	transform: scale(1.1)
}
.lan{
	font-size: 1.125em;
	color: #9E6921;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0.9em auto 0;
}
.lan::after{
	position: absolute;
	content: "";
	width: 2px;
	height: 3.7em;
	background-color: #9E6921;
	bottom: -3.7em;
	right: 2.3em;
}
.lan::before{
	position: absolute;
	content: "";
	width: 1.8em;
	height: 2px;
	background-color: #9E6921;
	left: 2.15em;
	bottom: -3.7em;
}
.element_table>div>span.ele{
	box-shadow: 5px 5px 5px #cccccc;
}	
.element_table span>span{
	font-size: 0.5em;
	position: absolute;
	line-height: 1.375em;
	left: 0.4375em;
	top: 0.25em;
}
.activeElementBox{
	position: absolute;
	top: 0;
	left: 16.875em;
}
.activeElementBox p{
	color: #1E1E1E;
	font-weight: 300;
	line-height: 1.375em;
	text-align: center;
	margin-top: 1em;
}
.activeElement{
	font-size: 3.125em;
	width: 2.56em;
	height: 2.62em;
	line-height: 2.62em;
	text-align: center;
	border-radius: 8px;
	color: #0062BE;
	background-color: #CFDCE8;
	box-shadow: 5px 5px 5px #cccccc;
	position: relative;
}
.activeElement span{
	position: absolute;
	font-size: 0.36em;
	line-height: 1.38em;
}
.activeElement .top{
	top: 0.33em;
}
.activeElement .top-left{
	left: 0.66em;
}
.activeElement .top-right{
	right: 0.66em;
}
.activeElement .bottom{
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0.45em;
}
.elementNum{
	font-size: 2.25em;
	position: absolute;
	top: 0;
	left: 16.33em;
	font-weight: 500;
}

.C3DDE5{
	background-color: #C3DDE5;
	color: #007498;
}
.C8DAE3{
	background-color: #C8DAE3;
	color: #006394;
}
.DBEBF3{
	background-color: #DBEBF3;
	color: #006394;
}
.E6D8CF{
	background-color: #E6D8CF;
	color: #D45E12;
}
.DAE2CC{
	background-color: #DAE2CC;
	color: #57842C;
}
.ECE7C7{
	background-color: #ECE7C7;
	color: #9A891B;
}
.C2DED9{
	background-color: #C2DED9;
	color: #007D69;
}
.D3DDE6{
	background-color: #D3DDE6;
	color: #0062BE;
}
.EBE1CD{
	background-color: #EBE1CD;
	color: #9E6921;
}
.C8DEE3{
	background-color: #C8DEE3;
	color: #0D7294;
}
.D1DFE9{
	background-color: #D1DFE9;
	color: #046BA7;
}
.element_table .end{
	margin: 0;
}

.userOption{
	width: 152px;
	height: 172px;
	position: absolute;
	left: 0;
	top: 30px;
	display: none;
	z-index: 999;
	font-size: 14px;
	background-image: url("../image/userOptionBg.png");
	overflow: hidden;
}
.userOption > ul{
	margin-top: 15px;
	padding: 10px;
}
.userOption > ul a{
	color: #1e1e1e;
}
.userOption > ul >li{
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	cursor: pointer;
	line-height: 28px;
	margin: 10px 20px;
}
.userOption > ul >li:nth-child(1){
	border-bottom: 1px solid #F1F1F1;
	padding-bottom: 6px;
}
.secondMenu{
	position: absolute;
	width: 100%;
	height: 240px;
	background: #ffffff;
	left: 0;
	top: 80px;
	padding-left: 310px;
	padding-bottom: 20px;
	z-index: 99;
	display: none;
}
.secondMenu span{
	margin-top: 10px;
	display: block;
	font-weight: normal;
}
.secondMenu span a{
	font-size: 16px;
	color: #000000;

}
.secondMenu span a:hover{
	color: #0062BE;
	text-decoration: underline;
}
.searchKeyWord{
	width: 100%;
	height: auto;
	position: absolute;
	top: 120px;
	left: 0;
	font-weight: normal;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	z-index: 999;
	display: none;
}
.searchKeyWord li{
	padding: 0 15px;
	height: 42px;
	line-height: 42px;
	color: #484848;
	font-size: 14px;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.searchKeyWord li:hover{
	color: #0062BE;
	background: rgb(249,249,249);
}