@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 14px;
	font-family: '微软雅黑', 'Arial';
	color: #333;
}
body, dd, dl, h1, h2, h3, h4, h5, h6, p, ul {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/*a:active, a:hover, a:focus {
	text-decoration: none;
	padding: 0;
	margin: 0;
	background: none;
}*/
li {
	list-style: none;
}
.header {
    width: 100%;
    min-width: 1200px;
    background: #f5f5f5;
}
.header .h-box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.header .h-box .h-left {
	position: relative;
	display: flex;
}
.header .h-box .h-left .l-img {
	width: 148px;
	height: 64px;
	position: relative;
	left: 0;
	line-height:64px;
}
.header .h-box .h-left .h-nav {
	left: 30px;
	position: relative;
}
.header .h-box .h-left .h-nav .h-ul {
	display: flex;
	position: relative;
	padding-left:60px;
}
.header .h-box .h-left .h-nav .h-ul .h-li .hli-a {
	display: inline-block;
	padding: 0 20px;
	height: 64px;
	line-height: 62px;
	font-size: 16px;
	position: relative;
	color:#fff;
}
.header .h-box .h-left .h-nav .h-ul .h-li .hli-a.cur {
	 background-color: #454545;
}
.header .h-box .h-left .h-nav .h-ul .h-li #hlia {
	padding-right: 18px;
	background-image: url("/images/default/584515100518.png");
	background-repeat: no-repeat;
	background-position: right center;
}
.header .h-box .h-left .h-nav .h-ul .h-li #hlia:hover {
	background-image: url("/images/default/545151515.png") !important;
}
.h-xiala {
	/*display: none;*/
	position: absolute;
	height: 0;
	overflow: hidden;
	top: 62px;
	z-index: 999;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
	-o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
	transition: 0.2s all linear;
	-o-transition: 0.2s all linear;
	-moz-transition: 0.2s all linear;
	-webkit-transition: 0.2s all linear;
}
.h-xiala li {
	padding: 0 20px;
}
.h-xiala li:last-of-type a {
	border: none;
}
.h-xiala li a {
	display: inline-block;
	width: 62px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	border-bottom: 1px dashed #ddd;
}
.h-xiala li a:hover {
	color: #0384fc;
}
.header .h-box .h-sou {
	position: relative;
	right: 0;
	display: flex;
}
.header .h-box .h-sou .h-sous {
	display: flex;
	width: 226px;
	height: 32px;
	background-color: #ffffff;
	border-radius: 16px;
	margin-top: 16px;
	overflow: hidden;
	margin-right: 20px;
}
.header .h-box .h-sou .h-sous .h-ipt {
	width: 190px;
	font-size: 14px;
	padding-left: 10px;
	color: #666666;
}
.header .h-box .h-sou .h-sous span {
	display: inline-block;
	width: 36px;
	height: 32px;
	background: url("/images/default/41145151.png") no-repeat #f5f5f5;
	background-position: center;
}
.header .h-box .h-sou .h-del {
	padding: 22px 0;
	display: flex;
}
/*.header .h-box .h-sou .h-del span {*/
    /*display: inline-block;*/
    /*height: 22px; }*/
.header .h-box .h-sou .h-del img {
	height: 100%;
}
.header .h-box .h-sou .h-del .del-a {
	display: inline-block;
	width: 80px;
	font-size: 14px;
	padding-left: 5px;
	height: 22px;
	line-height: 22px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ct {
	width: 100%;
	float: left;
	height: 120px;
	background: #fff;
}
.ct .logo {
	width: 207px;
	height: 86px;
	line-height: 94px;
	float: left;
	margin-top:15px;
}
.ct .logo img {
	width: 100%;
	margin-bottom: 5px;
}
.ct .search {
	width: calc(100% - 400px);
	float: left;
	margin-top: 30px;
}
.ct .search .bd {
	width: 580px;
	float: right;
	background-image: linear-gradient(90deg, #03befc 0%, #1184E1 100%);
    background-color:#0384fc;
}
.ct .search .bd input {
	width: calc(100% - 64px);
	float: left;
	height: 36px;
	padding-left: 10px;
	outline: none;
	margin:2px 0 2px 2px;
}
.ct .search .bd .sousuo {
	width: 60px;
	height: 40px;
	float: left;
	background: #0384fc;
	text-align: center;
	line-height: 38px;
}
.ct .search .bd .sousuo img {
	margin-bottom: 4px;
}
.ct .search ul {
	width: 580px;
	float: right;
}
.ct .search ul li {
	padding-right: 20px;
	padding-left:10px;
	float:left;
	font-size: 12px;
	line-height: 34px;
}
.ct .search ul li a {
	color: #888;
}
.ct .search ul li a:hover {
	color: #ff4d4d;
}
.ct .search ul .hot a {
	color: #0384fc;
}
/*header*/
.header .top {
	width: 100%;
	height: 36px;
}
.bx {
	max-width: 1200px;
	margin: 0 auto;
}
.bx .t_dh {
	width: 100%;
	height: 34px;
}
.bx .t_dh > li {
	padding: 0 10px;
	height: 36px;
	float: left;
	background: url(/images/default/icon_xian1.png) no-repeat center right;
}
.bx .t_dh > li a {
	color: #666;
	font-size: 12px;
	padding: 0;
	line-height: 36px;
	border: none;
}
.bx .t_dh > li a em{
	height:36px;
	width:20px;
	background: url(/images/default/top-phone.png) no-repeat center left;
	float:left;
	}
.bx .t_dh > li a span {
	margin-left: 5px;
}
.dropdown .app_bg {
	width: 275px;
	height: 158px;
	padding: 10px 15px;
	border: none;
	left: -95px;
}
.dropdown .app_bg div {
	width: 115px;
	height: 100%;
	float: left;
	margin-right: 15px;
}
.dropdown .app_bg div img {
	width: 100%;
	margin-bottom: 5px;
	padding: 6px;
	border: 1px solid #eee;
}
.dropdown .app_bg div p {
	width: 100%;
	color: #666666;
	text-align: center;
}
.bx .t_dh .yfd {
	float: right;
}
.bx .t_dh .yhtx .grzx {
	border: none;
	min-width: 100px
}
.dropdown .grzx {
	border: none;
	min-width: 100px !important;
	left: -35px;
}
.bx .t_dh .yhtx .grzx ul li {
	width: 100%;
	height: 34px;
	line-height: 34px;
	text-align: center;
}
.bx .t_dh .yhtx .grzx ul li a {
	color: #666;
	font-size: 14px;
}
.bx .t_dh .yhtx .grzx ul li a:hover {
	color: #0384fc;
}
.head .yfd {
    float: right;
    padding-left: 20px;
}
.header .yfd > a {
    padding: 0;
    margin: 0;
    color: #fff;
    line-height: 64px;
    border: none;
}
.dropdown .grzx {
    border: none;
    min-width: 100px !important;
    right: 0;
}
head2.css:36
.dropdown .grzx {
    border: none;
    min-width: 100px !important;
    right: 0;
}
head1.css:304
.dropdown .grzx {
    border: none;
    min-width: 100px !important;
    left: -15px;
}
.header .yfd .grzx ul {
    width: 100%;
}
.header .yfd .grzx ul li {
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
}
.header .yfd > a span {
    margin-left: 5px;
}
.header .yfd .grzx ul li a:hover{ color:#0384fc;}
