@charset "utf-8";

/*通用样式 start*/
a {
	color: #333;
}

a:hover {
	color: #ff6600;
}

.white-bg {
	background: #fff;
}

.am-container {
	max-width: 1200px;
}

.box-shadow {
	box-shadow: 0 0 10px #eee;
}

/*通用样式 end*/

/*logo&search start*/
.header {
	background: url(/images/index/navbg2017.png) repeat-x;
}

.logobox {
	padding: 20px 0 17px 0;
}

.logobox .top_nav {
	text-align: right;
}

.logobox .top_nav ul {
	margin: 0;
	padding: 0;
}

.logobox .top_nav li.link {
	position: relative;
	display: inline-block;
	font-size: 1.2rem;
	line-height: 30px;
	margin-right: 25px;
}

.logobox .top_nav li.link>a,
.logobox .top_nav li.eng>a {
	color: #fff;
}

.logobox .top_nav li.link {
	padding-right: 18px;
	background: url(/images/index/header-icon-bottom.png) no-repeat right 12px;
}

.logobox .top_nav li.link .link-box {
	position: absolute;
	display: none;
	padding: 20px 0;
	width: 500px;
	left: -160px;
	top: 40px;
	z-index: 9;
	border: #ccc solid 1px;
	background: url(/images/index/head-lianjie-bg.png);
}

.logobox .top_nav li.link .link-box2 {
	width: 700px;
	left: -484px;
}

.logobox .top_nav li.link .link-box em {
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	top: -16px;
	left: 200px;
	border-bottom: 8px solid #F2F2F2;
}

.logobox .top_nav li.link .link-box2 em {
	left: 520px;
}

.logobox .top_nav li.link .link-box li {
	text-indent: 20px;
	text-align: left;
}

.logobox .top_nav li.search {
	display: inline-block;
}

.logobox .top_nav li.search input[type="text"] {
	font-size: 1.2rem;
	height: 20px;
	text-indent: .5em;
	border: none;
}

.logobox .top_nav li.search #Search {
	display: none;
}

.logobox .top_nav li.search #Img {
	margin-right: 4px;
}

.logobox .top_nav li.eng {
	display: inline-block;
	font-size: 1.2rem;
	padding-left: 18px;
}

/*logo&search end*/

/*导航栏 start*/
.navbox .nav-right {
	font-size: 1.2rem;
}

.navbox .nav-right li {
	padding: 14.5px 0;
	text-align: center;
}

.navbox .nav-right li>a {
	color: #fff;
}

.am-nav-pills>li>a,
.am-nav-pills>li.am-active>a,
.am-nav-pills>li.am-active>a:focus,
.am-nav-pills>li.am-active>a:hover {
	color: #fff;
	cursor: pointer;
	background-color: transparent;
	white-space: nowrap;
}

.am-topbar-nav>li>a:hover:after,
.am-topbar-nav>li.am-active>a:after {
	opacity: 0;
}

.am-nav-pills>li>a:focus,
.am-nav-pills>li>a:hover {
	background: url(/images/index/nav-on-bg.png);
	color: #fff;
}

.am-nav-pills>li+li {
	margin-left: 0;
}

.am-nav-pills {
	border-right: #fff dashed 1px;
}

.am-nav-pills:last-child {
	border-right: none;
}

.am-topbar-nav>li>a {
	padding: 14.5px 19px;
	line-height: normal;
	text-align: center;
}

.am-dropdown-content {
	margin: 0;
	border: none;
	min-width: 100%;
	background-color: transparent;
}

ul.am-dropdown-content {
	padding: 0;
}

ul.am-dropdown-content>li {
	margin-bottom: 1px;
	background: url(/images/index/nav-bg.png);
}

ul.am-dropdown-content>li.dh1 {
	-webkit-animation: dhli 0.8s;
	animation: dhli 0.8s;
}

ul.am-dropdown-content>li.dh2 {
	-webkit-animation: dhli 1.0s;
	animation: dhli 1.0s;
}

ul.am-dropdown-content>li.dh3 {
	-webkit-animation: dhli 1.2s;
	animation: dhli 1.2s;
}

ul.am-dropdown-content>li.dh4 {
	-webkit-animation: dhli 1.4s;
	animation: dhli 1.4s;
}

ul.am-dropdown-content>li.dh5 {
	-webkit-animation: dhli 1.6s;
	animation: dhli 1.6s;
}

ul.am-dropdown-content>li.dh6 {
	-webkit-animation: dhli 1.8s;
	animation: dhli 1.8s;
}

ul.am-dropdown-content>li.dh7 {
	-webkit-animation: dhli 2.0s;
	animation: dhli 2.0s;
}

ul.am-dropdown-content>li.dh8 {
	-webkit-animation: dhli 2.2s;
	animation: dhli 2.2s;
}

ul.am-dropdown-content>li.dh9 {
	-webkit-animation: dhli 2.4s;
	animation: dhli 2.4s;
}

@-webkit-keyframes dhli {
	0% {
		opacity: 0;
		-webkit-transform: rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px, 20px);
	}
}

@keyframes dhli {
	0% {
		opacity: 0;
		transform: rotateX(-50deg)rotatey(135deg)rotateZ(15deg) translate(0px, 20px);
	}
}

ul.am-dropdown-content>li>a {
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
}

ul.am-dropdown-content>li>a:focus,
ul.am-dropdown-content>li>a:hover {
	background: url(/images/index/nav-on-bg.png);
	color: #fff;
}

.am-dropdown-content:after,
.am-dropdown-content:before {
	display: none;
}

.am-btn-primary,
.am-btn-primary:focus,
.am-btn-primary:hover {
	background-color: #ff6600;
	border-color: #ff6600;
}

.am-topbar-btn {
	margin-bottom: 8px;
}

/*导航栏 end*/

/*二级页顶部导航 start*/
.top-mininav {
	margin-top: 50px;
}

.top-mininav h1 {
	display: inline-block;
	font-size: 2.2rem;
	font-weight: normal;
	color: #fff;
	padding: 14px 45px;
	margin-bottom: 0;
	background: url(/images/index/list-lm_bg.png);
}

.top-mininav ul {
	padding: 0;
	margin: 0;
}

.top-mininav ul li {
	display: inline-block;
}

.top-mininav ul li a {
	display: block;
	padding: 0 15px 0 30px;
	transition: 0.5s;
	height: 50px;
	line-height: 50px;
	background: url(/images/index/list-nav-icon-a.png) no-repeat 12px center;
}

.top-mininav ul li a.on,
.top-mininav ul li a:hover {
	background-color: #224b70;
	color: #fff;
	background-image: url(/images/index/list-nav-icon-on.png);
}

/*二级页顶部导航 end*/

/*面包屑导航 start*/
.breadcrumb-nav .no-arrow:before {
	display: none;
}

.breadcrumb-nav .am-breadcrumb {
	padding-left: 2em;
	background: url(/images/index/list-dq.png) no-repeat left 14px;
}

.breadcrumb-nav .am-breadcrumb li {
	font-size: 1.6rem;
}

/*面包屑导航 end*/

/*列表 start*/
.am-list-news-default {
	margin: 10px 0;
}

/*列表 end*/

/*列表分页 start*/
.am-pagination>.am-active>a,
.am-pagination>.am-active>a:focus,
.am-pagination>.am-active>a:hover,
.am-pagination>.am-active>span,
.am-pagination>.am-active>span:focus,
.am-pagination>.am-active>span:hover {
	background-color: #c84742;
	border-color: #c84742;
}

.am-pagination>li>a:focus,
.am-pagination>li>a:hover,
.am-pagination>li>span:focus,
.am-pagination>li>span:hover {
	background-color: #c84742;
	border-color: #c84742;
	color: #fff;
}

.am-pagination>li {
	font-size: 1.2rem;
}

.am-pagination>li>a,
.am-pagination>li>span {
	padding: .4em .7em;
	border-radius: 3px;
	color: #999;
	margin-right: 0;
}

/*列表分页 end*/

/*常用服务 start*/
.service {
	margin-top: 10px;
	padding: 32px 0 40px 0;
	background: url(/images/index/hn-foot-bg.jpg) no-repeat center top;
}

.service .am-list-news-hd {
	border: none;
	margin-bottom: 30px;
}

.service ul {
	margin: 0;
	padding: 0;
}

.service ul li h1 {
	color: #fff;
	font-size: 1.2rem;
	font-weight: normal;
	text-align: center;
	margin: 0;
}

.service ul li i {
	height: 52px;
	text-align: center;
	display: block;
}

.service ul li i.dt1 {
	background: url(/images/index/fuwu-img1.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt1:hover {
	background: url(/images/index/fuwu-img1-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt2 {
	background: url(/images/index/fuwu-img2.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt2:hover {
	background: url(/images/index/fuwu-img2-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt3 {
	background: url(/images/index/fuwu-img3.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt3:hover {
	background: url(/images/index/fuwu-img3-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt4 {
	background: url(/images/index/fuwu-img4.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt4:hover {
	background: url(/images/index/fuwu-img4-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt5 {
	background: url(/images/index/fuwu-img5.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt5:hover {
	background: url(/images/index/fuwu-img5-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt6 {
	background: url(/images/index/fuwu-img6.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt6:hover {
	background: url(/images/index/fuwu-img6-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt7 {
	background: url(/images/index/fuwu-img7.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt7:hover {
	background: url(/images/index/fuwu-img7-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt8 {
	background: url(/images/index/fuwu-img8-1.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt8:hover {
	background: url(/images/index/fuwu-img8-1-1.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt9 {
	background: url(/images/index/fuwu-img10.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt9:hover {
	background: url(/images/index/fuwu-img10-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt10 {
	background: url(/images/index/foot-hd-gw.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt10:hover {
	background: url(/images/index/foot-hd-gw-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt11 {
	background: url(/images/index/foot-hd-wx.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt11:hover {
	background: url(/images/index/foot-hd-wx-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt12 {
	background: url(/images/index/foot-hd-wb.png) no-repeat center center;
	transition: 1s;
}

.service ul li i.dt12:hover {
	background: url(/images/index/foot-hd-wb-on.png) no-repeat center center;
	transition: 1s;
}

.service ul li.xfdwx {
	position: relative;
}

.service ul li.xfdwx img {
	position: absolute;
	display: none;
	bottom: 70px;
	left: -6px;
}

/*常用服务 end*/

/*页尾 start*/
.footer {
	background-color: #162c5a;
}

.footer p {
	margin: .3rem;
	color: #999;
	font-size: 1.2rem;
}

/*页尾 end*/

/*不同分辨率适配 start*/

/*手机*/

@media only screen and (max-width: 640px) {

	/*logo start*/
	.header {
		background-size: cover;
	}

	.logobox {
		padding: 10px 0 0 0;
	}

	.logobox .logoimg {
		width: 100%;
	}

	.logobox .top_nav {
		text-align: left;
		margin-top: 10px;
	}

	.logobox .top_nav li.link,
	.logobox .top_nav li.search #Img {
		display: none;
	}

	.logobox .top_nav li.search #Search {
		display: block;
	}

	/*logo start*/

	/*导航 start*/
	.am-nav>li>a {
		padding: .4em 1em;
		background: transparent !important;
	}

	.am-dropdown-content {
		display: none !important;
	}

	.am-nav-pills>li {
		background: none;
	}

	/*导航 end*/

	/*常用服务 start*/
	.service {
		padding: 10px 0;
		background-size: cover;
	}

	.service .am-list-news-hd {
		margin-bottom: 0;
	}

	/*常用服务 end*/

	/*二级页顶部导航 start*/
	.top-mininav {
		margin-top: 20px;
	}

	.top-mininav h1 {
		font-size: 1.8rem;
		padding: 5px 15px;
	}

	.top-mininav ul li a {
		padding: 0 5px 0 10px;
		height: 30px;
		line-height: 30px;
		background: url(/images/index/list-nav-icon-a.png) no-repeat 3px center;
	}

	/*二级页顶部导航 end*/
}

/*电脑*/

@media only screen and (min-width: 1025px) {
	.no-padding-left {
		padding-left: 0px !important;
	}

	.no-padding-right {
		padding-right: 0px !important;
	}
}

/*平板和电脑*/

@media only screen and (min-width: 641px) {}

/*手机和平板*/

@media only screen and (max-width: 1024px) {}

/*不同分辨率适配 end*/
