/* 修改选中文字的背景的颜色 start */
::selection { background: #d6a540; color: #fff; }
::-moz-selection { background: #d6a540; color: #fff; }
::-webkit-selection { background: #d6a540; color: #fff; }
/* 修改选中文字的背景的颜色 end */
.br_box_top {
	display: none;
}
.cont {
	width: 1200px;
    margin: 0 auto;
}
/* nav start */
.header-box {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	background: #fff;
	height: 70px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	box-shadow: 0 0 10px #797979;
}
.header-box.scroll {
	background: #fff;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.header-box .logo-box {
	height: 100%;
}
.header-box .logo-box a {
	display: block;
}
.header-box .logo-box a img {
	width: 170px;
    height: 44px;
	margin-top: 13px;
}
.header-box .menu {
	margin-left: 70px;
}
.header-box ul.menu>li {
	position: relative;
	text-align: center;
	padding: 0 10px;
	z-index: 999;
	margin-right: 20px;
}
.header-box ul.menu>li>a {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #333;
}
.header-box ul.menu>li .line{
	position: absolute;
    width: 0;
    height: 4px;
    background: #f27622;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 15px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.header-box ul.menu>li.active .line,
.header-box ul.menu>li:hover .line{
	width: 90%;
}
.header-box ul li i {
	display: inline-block;
    width: 12px;
    height: 10px;
	background-size: auto;
}
.header-box .list {
	display: none;
	position: absolute;
    top: 62px;
    padding: 0 0 20px 26px;
	border-radius: 6px;
    background-color: #fff;
	border: 1px solid #ebebeb;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1), 0 2px 4px 0 rgba(0,0,0,.1);
	z-index: 999;
}
.header-box .list .list-triangle{
	display: block;
    width: 0;
    height: 0;
    border-width: 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent #ebebeb;
    position: absolute;
    top: -8px;
    left: 59px;
}
.header-box .list .list-box {
	display: flex;
}
.header-box .list .list-triangle em{
	display: block;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: 1px;
    left: -10px;
}
.header-box .list .list-box::after{
	content: "";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
}
.header-box .list ul{
	display: flex;
    flex-direction: column;
    cursor: pointer;
    margin-right: 26px;
    margin-top: 18px;
}
.header-box .list li{
	padding: 0 10px;
}
.header-box .list a{
	color: #333;
    display: block;
	white-space: nowrap;
    text-align: left;
    line-height: 28px;
    font-size: 14px;
}
.header-box .list .list-title a{
	color: #333;
    display: block;
    line-height: 36px;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    border-bottom: 1px #e5e5e5 solid;
}
.header-box .list .list-more {
	width: calc(100% - 36px);
}
.header-box .list .list-more a {
	text-align: right;
	color: #555;
    font-size: 14px;
}
.header-box ul.menu .active>a,
.header-box ul.menu li:hover>a {
	color: #f59f72;
}
.header-box ul li:hover i {
	transition-duration: .5s;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.header-box ul li:hover .list {
	display: block;
}
.header-box .btn-box {
	display: flex;
}
.header-box .btn {
	display: block;
	width: 136px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border-left: 1px solid #eeeeee;
    color: #0483da;
    text-align: center;
}
.header-box .btn>img {
	display: inline-block;
    width: 30px;
    height: 18px;
}
.header-box .btn-box .btn:nth-child(2) img{
	width: 88px;
    height: 23px;
}
.header-box-m {
	display: none;
}
/* nav end */

/* 内页banner start */
.top-banner {
	width: 100%;
	height: 300px;
	margin-top: 70px;
}
.top-banner .title-box {
	padding: 80px 0 0 55px;
}
.top-banner .title-box .icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin-right: 4px;
    vertical-align: sub;
}
.top-banner .title-box h1 {
	margin-bottom: 27px;
	font-size: 39px;
	color: #fffd51;
}
.top-banner .title-box p {
	padding-left: 50px;
	font-size: 19px;
	color: #fff;
}
/* 内页banner end */

/* footer start */
.footer{
	width: 100%;
	padding: 20px 0;
	background-color: #292929;
}
.footer .info p,
.footer .qr-code p{
	margin-bottom: 15px;
    font-size: 14px;
    color: #fff;
}
.footer .info p.title { font-size: 18px; }
.footer .info p:last-child{
	margin-bottom: 0;
}
.footer .qr-code {
	width: 570px;
}
.footer .code-img img{
	width: 130px;
	height: 130px;
}
.footer .qr-code .code-title{
	text-align: center;
	margin: 10px 0 0;
}
.icp-info{
	color: #fff;
    margin-top: 20px;
	font-size: 12px;
	line-height: 20px;
}
.icp-info a {
	color:#fff;
	margin-right: 10px;
}
.icp-info .img-box img{
	display: inline-block;
    vertical-align: text-top;
}
.icp-info>p:nth-child(1){
	margin-right: 10px;
}
.icp-info>img{
	margin-right: 5px;
}
/* footer end */
@media screen and (max-width: 1200px) {
	.footer,.top-banner{ min-width: 1200px; }
}
@media screen and (max-width: 750px) {
	input::-webkit-input-placeholder,
	input::-moz-placeholder,
	input:-ms-input-placeholder,
	input::-webkit-input-placeholder,
	input::placeholder { font-size: 12px !important; }
	.cont { width: calc(100% - 20px); margin: 0 auto; }
	.right-fixed-box { display: none; }
	.header-box { display: none; }
	.top-banner { height: 150px; }
	.top-banner { margin-top: 60px; }
	.top-banner .title-box { padding: 0; }
	.top-banner .title-box h1 { font-size: 18px; margin-bottom: 5px; }
	.top-banner .title-box p { font-size: 14px; margin-bottom: 0; line-height: 22px; text-shadow: 1px 2px 3px #000; padding-left: 36px; }
	.top-banner .title-box p:nth-child(3) { font-size: 12px; }
	.top-banner .title-box .icon { display: inline-block; width: 25px !important; height: 25px; }
	.footer { height: auto; padding-top: 0; }
	.top-banner .cont { width: calc(100% - 20px); margin: 0 auto; display: flex; justify-content: center; align-items: center; height: 100%; }
	.footer, .top-banner { min-width: 100%; }
	.footer>div { flex-direction: column; align-items: flex-start; }
	.footer .qr-code { width: 100%; margin-bottom: 10px; }
	.footer .qr-code .code-box { width: calc(25% - 3px); }
	.footer .qr-code .code-title { margin: 10px 0 0; }
	.footer .info { width: 100%; margin-bottom: 20px; }
	.footer .info p, .footer .qr-code p { font-size: 12px; }
	.footer .info p { margin-bottom: 10px; text-align: center; }
	.footer .info .title { font-size: 16px; margin: 25px 0 20px; text-align: center; }
	.footer .info .title::after { content: " "; display: block; margin-top: 24px; width: 130px; height: 1px; background-color: #fff; margin: 5px auto 0;  }
	.footer .code-img img { width: 100%; height: auto; }
	.icp-info{ align-items: center !important; margin-top: 20px; line-height: 30px; }
	.service-content .service .left p { text-align: center; }
}
