/*图标文字*/

@font-face {
  font-family: 'icomoon';
  src:  url('../font/icon/icomoon.eot?cx77y0');
  src:  url('../font/icon/icomoon.eot?cx77y0#iefix') format('embedded-opentype'),
    url('../font/icon/icomoon.ttf?cx77y0') format('truetype'),
    url('../font/icon/icomoon.woff?cx77y0') format('woff'),
    url('../font/icon/icomoon.svg?cx77y0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-address-book:before {
  content: "\e900";
}
.icon-envelop:before {
  content: "\e901";
}
.icon-location:before {
  content: "\e902";
}
.icon-location2:before {
  content: "\e903";
}
.icon-phone:before {
  content: "\e904";
}
.icon-map:before {
  content: "\e905";
}


html{
	max-width: 1920px;
	margin: 0 auto;
}
body {
	font-size: 14px;
}
#page-body {
    min-height: 780px;
	padding: 20px 0;
}
.path-frontpage #page-body {
	padding: 0;
	min-height: 400px;
}
p {
	line-height: 1.8em;
}
ul.sf-menu li ul a{
	padding:0.5em 0.5em;
}
ul{
	   -webkit-padding-start: 0px;
}
.no-margin{
	margin: 0px;

}
.no-padding{
	padding: 0px;
}
.no-indent {
	text-indent: 0;
}
.font60 {
	font-size: 60px;
}
.font36 {
	font-size: 36px;
}
.font30 {
	font-size: 30px;
}
.font28 {
	font-size: 28px;
}
.font24 {
	font-size: 24px;
}
.font20 {
	font-size: 20px;
}
.font18 {
	font-size: 18px;
}
.font16 {
	font-size: 16px;
}
.font14 {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.white {
	color: #ffffff;
}
.c333 {
	color: #333333;
}
.block_inline {
	display: inline-block;
}
@font-face {
      font-family: yiy;
      src: url('../font/SourceHanSans-Regular.otf');
    }
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
}
.h1, .h2, .h3, h1, h2, h3{
	margin: 0px;
}

/**/
.owl-controls {
	position: absolute;
	width: 10em;
	margin-top:0px;
	bottom:0px;
	background: black;
	right:10px;
}
.owl-controls > div{
	display: inline-block;
}.owl-prev,.owl-next{
	background:inherit!important; 
}
.owl-prev{
	border-left: 1px solid #575761;
}
.owl-next{
	border-left: 1px solid #575761;
		border-right: 1px solid #575761;
}
.owl-prev a{
	display: block;
	background-size:70% 70%;
	height: 20px;
	width: 20px;
	background-image:url('../images/front/prev.png');
	background-repeat:no-repeat;
	background-position: center;
}
.owl-next a{
	display: block;
	background-position: center;
	height: 20px;
	width: 20px;
	background-image:url('../images/front/next.png') ;
	background-size:70% 70%;
	background-repeat:no-repeat;
}

/*响应式*/
.scroll-top{
	overflow:scroll;
	overflow-y:auto;
	overflow-x:auto;
}
/*scroll*/
body ::-webkit-scrollbar{  
    width: 6px;  
 
    background-color: #DBDBDB;  
}   
/*定义滚动条轨道 内阴影+圆角*/  
body ::-webkit-scrollbar-track{
    border-radius: 10px;  
    background-color: #DBDBDB;  
}  
  
/*定义滑块 内阴影+圆角*/  
body ::-webkit-scrollbar-thumb{  
    border-radius: 10px;  
    border:1.5px solid #DBDBDB;
    background-color: #1384BD;  
}
@media screen and (min-width: 1200px) {
	.container {
		width: 1200px;
		padding: 0;
	}
}
/*头部*/
#page-header {
    background: url(../images/front/head_back.png);
    padding: 10px 0;
}
/*.path-frontpage #page-header {
    position: absolute;
    left: calc(50% - 750px);
}*/

.header-right {
    text-align: right;
}
.head_right_wrap {
    width: 80%;
	float: right;
	position: relative;
}
.head_right_item {
	padding-left: 25px;
	padding-right: 20px;
	margin-left: 20px;
}
.head_lan {
	background: url("../images/front/head_right1.png") no-repeat;
}
.head_wechat {
	background: url("../images/front/head_right2.png") no-repeat;
}
.wechat_qrcode:hover + .head_wechat_qrcode {
    display: block;
}
.head_wechat_qrcode {
    display: none;
    position: absolute;
    z-index: 999;
    width: 200px;
	right: 0;
	top: 25px;
}
.head_right_wrap a, .head_right_wrap span {
    color: #ffffff;
}
/*主导航*/
.page-menu {
    border-bottom: 1px solid #cccccc;
}
ul#superfish-main {
    display: flex;
    justify-content: space-between;
}
#superfish-main > li {
   /* width: 14%; */
    padding: 20px 0;
    white-space: nowrap;
}
/*#superfish-main > li:last-child {
    width: 30%;
}*/
ul#superfish-main>li>a.is-active {
    color: #ffffff;
}
ul#superfish-main>li>ul a.is-active,
ul#superfish-main>li>ul a:hover {
    color: #005bac;
}
#superfish-main > li > a {
	font-size: 16px;
	text-align: center;
	padding: 0;
	color: #ffffff;
}
#superfish-main > li ul {
    background-color: white;
    top: 50px;
    /* width: 100% !important; */
    width: 12em !important;
    padding: 0 10px;
    left: -20px;
}
#superfish-main > li >ul> li.sf-depth-2>ul {
    top: 0px;
}
#superfish-main > li ul li {
    text-align: center;
    white-space: normal;
}
#superfish-main > li ul a{
	padding-left: 0em;
	padding-right: 0em;
	font-size: 16px;
	color: #333333;
}
span.sf-sub-indicator {
    display: none;
}
#superfish-main li:not(.sfHover) ul {
	display: none;
}
/*头部登录及账户*/


/*首页区块*/
.path-frontpage p {
	margin-bottom: 0;
}
/*搜索*/
.search_wrap {
    padding: 20px 70px !important;
    background: rgba(0,0,0,0.3);
    border-radius: 20px;
    width: 50% !important;
	height: 190px;
}
.path-frontpage .page-banner {
	background: url(../images/front/front_back.jpg) no-repeat;
	padding: 30px 0 130px;
    background-size: cover;
}
ul#node-tabs {
    font-size: 100%;
    list-style: none;
    display: inline-block;
    margin-left: 0;
    margin-bottom: 10px;
    padding-left: 0;
}
ul#node-tabs li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin-right: 1em;
    white-space: nowrap;
}
ul#node-tabs li a {
    float: left;
    padding: 10px 20px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 8px;
    font-size: 16px;
}
.current a {
    background: #2577c1;
}

#tab_content {
    color: #ffffff;
}
.show {
    display: block !important;
}
.tabs-item {
    display: none;
}
#tab1 form.input-group {
    width: calc(100% - 120px);
    float: left;
}
select#lantype:hover {
    background: none;
    box-shadow: none;
}
select#lantype {
    width: 100px;
    border: 0;
    border-right: 1px solid #dddddd;
    border-top: 0;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.btn.btn-more {
    width: 120px;
    text-align: right;
	font-size: 16px;
}
#advlist {
	display: none;
}
#tab1 .btn.btn-more {
	position: relative;
}
#tab1 .btn.btn-more>a {
    color: #ffffff;
}
#tab1 .btn.btn-more:hover #advlist {
    display: block;
    text-align: left;
    position: absolute;
    background: #ffffff;
    padding: 8px;
    left: 10px;
	z-index: 9;
}
#tab1 .btn.btn-more:hover #advlist a {
    color: #333333;
    text-align: left;
}
form.input-group {
    height: 40px;
    background: #ffffff;
    border-radius: 10px;
	width: 100%;
}
.input-group > div, .input-group > input {
    height: 100%;
}
div.input-group-btn {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: 0;
}
.input-group > input.form-control {
    border: 0;
}
.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}
span.input-group-btn,.btn.btn-sub {
    background: #3aa3f9;
}
span.input-group-btn {
    background: #3aa3f9;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
	width: 100px;
	text-align: center;
	overflow: hidden;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.btn.active, .btn:active {
    box-shadow: none;
}
#tab2 form.input-group {
    display: inline-block;
}
.form-wrap {
    display: table;
    width: 100%;
}
#tab2 form .form-wrap .form-control,
#tab3 form.input-group .form-control {
    height: 40px;
    border: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.input-group-checkbox {
    margin-top: 10px;
}
.input-group-checkbox label {
    margin-right: 10px;
}
.search_introduce {
    margin-top: 20px;
    font-size: 16px;
    padding-left: 2em;
	clear: both;
}
#tab2 .search_introduce {
	margin-top: 10px;
}
#tab3 .login-name label, 
#tab3 .login-pass label {
    font-weight: normal;
	font-size: 16px;
}
#tab3 .login-pass label {
    width: 90px;
}
#tab3 .login-name label {
	width: 90px;
}

#tab3 #edit-actions input {
	font-size: 16px;
    background: #2577c1;
    color: #ffffff;
    font-weight: normal;
    width: 100%;
    border-radius: 8px;
    border: 0;
    padding: 8px;
    margin-left: 0;
}

#tab3 #edit-actions {
    margin-bottom: 0;
	width: 100px;
    float: left;
	margin-top: 0;
}
#tab3 .login-name, #tab3 .login-pass {
    width: calc(50% - 50px);
    float: left;
    margin-bottom: 20px;
}
#tab3 .login-name >input, #tab3 .login-pass>input {
    width: calc(90% - 65px);
    height: 40px;
    border-radius: 10px;
}
.front_item {
    padding: 20px 30px;
    height: 280px;
    width: 300px;
	overflow: hidden;
}
.front_item5, .front_item7 {
    padding: 0px !important;
}
.front_item1 {
    background: #4c8998;
	color: #ffffff;
}
.front_item2 {
    background: #ccc4c1;
	color: #ffffff;
}
.front_item3 {
    background: #bcd1d4;
	color: #ffffff;
}
.front_item4 {
    background: #db8e91;
	color: #ffffff;
}
.front_item6, 
.front_item8 {
    background: #f1f1f1;
}
#block-front-content {
    margin-top: -100px;
    margin-bottom: 20px;
}
a.front_more {
    color: #ffffff;
    border: 1px solid #ffffff;
    padding: 5px 20px;
    border-radius: 15px;
}
.front_item6 a.front_more, 
.front_item8 a.front_more {
    color: #333333;
    border: 1px solid #333333;
}
.front_title {
    padding-bottom: 5px;
}
p.front_item_content {
    margin-bottom: 20px !important;
	cursor: pointer;
}
.front_item2 img,
.front_item3 img,
.front_item4 img {
	margin-bottom: 0;
    width: 80px;
}
.front_item1 .front_item_content {
/*    height: 10em;*/
	height: 118px;
}
.front_item2 .front_item_content,
.front_item3 .front_item_content,
.front_item4 .front_item_content {
    height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.front_item6 .front_item_content,
.front_item8 .front_item_content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 9em;
}
.front_item2 .front_item_content:hover,
.front_item3 .front_item_content:hover,
.front_item6 .front_item_content:hover,
.front_item8 .front_item_content:hover {
    height: auto;
	-webkit-line-clamp: 6;
}

/*page-footer*/
#page-footer {
    background: #005bac;
	color: #ffffff;
	padding: 15px 0;
}
#page-footer p {
	margin-bottom: 0;
}