@charset "UTF-8";

* { margin: 0; padding: 0; }
body, div, p, h1, h2, h3, h4, h5, h6, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, table,th,td { margin:0; padding:0; }
body, button, input, select, textarea  { font: 14px/24px Arial, 'Microsoft Yahei',"宋体", sans-serif;box-sizing: border-box;line-height: 1; }
address, cite, em, i { font-style: normal; }
small { font-size: 12px; } li { list-style: none; } a { text-decoration: none; } a:hover { text-decoration: none; }
legend { color: #000; } fieldset, img { border: 0; } button, input, select, textarea { font-size: 100%; line-height:normal; }
table{ border-collapse: collapse; border-spacing: 0; }
input[type="button"],input[type="submit"],input[type="reset"]{cursor:pointer;}
iframe{ display:block; } 
img {vertical-align: middle;max-width: 100%;height: auto;}
a {color:#333;}
.clearfix:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; } 
.clearfix { zoom:1; }
.fl {float:left;}
.fr {float:right;}
.content {max-width: 1200px; margin: 0 auto 20px; overflow: hidden;}

.header {
	width: 100%;
	z-index: 999;
	background: #3464BC;
	overflow: hidden;
}

.head-l {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
}

.h-logo {
	display: flex;	
}
.header .menuBtn {
	display: none;
}
.h-logo a {
	display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	height: 100px;
	line-height: 100px;
}
.h-logo a img {
	height: 40%;
	max-width: none;
}
.h-logo span {
	margin-left: 10px;
	font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}

.nav {
	display: flex;
}

.nav>ul {
	display: inline-block;
    vertical-align: middle;
    font-size: 0;
}

.nav>ul>li {
	display: inline-block;
	float: left;
	line-height: 100px;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: center;
	cursor: pointer;
	user-select: none;
	padding: 0 55px;
}

.nav>ul>li>a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.nav>ul>li a {
	display: inline-block;
    position: relative;
    color: #ffffff;
    line-height: 100px;
    position: relative;
}

.nav>ul>li a:after {
    content: '';
    position: absolute;	
    width: 0;	
    bottom: 0;
    left: 0;
    height: 2px;
	background-color: #ffffff;
    border-radius: 1px;	
    transition: all ease .5s;
}

.nav>ul>li.on a:after {
	width: 100%;
}

.nav>ul>li a:hover:after {
	width: 100%;
}

.nav .nav-nav {
	display: none;
    position: absolute;
	width: 100%;
    top: 100px;
    left: 0;
	color: #333;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.nav .nav-nav a {
	color: #333;
}
.header .phone {
	display: flex;
	line-height: 100px;
	font-size: 25px;
	font-weight: bold;
	color: #fff;
}
.l-img {
	width: 225px;
	margin-right: 100px;
}

.h-search {
	width: 280px;
	height: 50px;
	margin-top: 40px;
}

.h-search form {
	display: block;
	width: 100%;
}

.search-input {
	position: relative;
    float: left;
    margin: 0;
    padding: 0 0 0 1%;
    width: calc(100% - 0px - 15px - 10px - 20px);
    height: 25px;
    border: 0;
    color: #4d4d4d;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
}

.search-btnSubmit-svg {
    float: right;
    margin: 0 0;
    width: 25px;
    height: 25px;
    outline: 0;
    border: 0;
	background-color:transparent;
    background-image: url(/static/default/web/img/search.png);
    background-position: center;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    box-shadow: none;
    vertical-align: middle;
    white-space: nowrap;
	background-color: none;
    cursor: pointer;
    filter: alpha(opacity=75);
}

.l-clist {
	overflow: hidden;
	width: calc(100% - 500px);
	margin-left: 100px;
}

.l-clist span {
	display: block;
	width: 100%;
	text-indent: 2rem;
	text-align: left;
	line-height: 30px;
}

.l-clist ul li {
	width: 32%;
	line-height: 60px;
	text-align: left;
	margin-right: 1%;
}

.l-clist ul {
	overflow: hidden;
	width: 100%;
}

.l-clist ul li a {
	display: block;
	line-height: 60px;
}

.l-clist ul li a:after {
    content: '';
    position: absolute;	
    width: 100%;	
    bottom: 0;
    left: 0;
    height: 2px;
    border-radius: 1px;	
    transition: all ease .8s;
	border-bottom: 2px solid #f4f4f4;	
}

.l-clist ul .on a:after {
	width: 100%;
}

.l-clist ul li a:hover:after {	
	border-bottom: 2px solid #1a63dc;	
	width: 100%;
}


.footer {
	width: 100%;
	overflow: hidden;
	background: #3464BC;
}

.footer-a {
	max-width: 1200px;
	margin: 0 auto;
}

.footer-l, .footer-m, .footer-r {
	overflow: hidden;
	color: #fff;
	margin: 20px 30px 20px 0;
}

.footer-m h2, .footer-r h2 {
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 15px;
    padding: 5px 0 20px;
    border-bottom: 1px solid #fff;
}

.footer-l a {
	display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 200px;
    line-height: 200px;
}

.footer-m div {
	margin: 0 10px;
	width: 180px;
}

.footer-l a img {
	height: 40%;
    max-width: none;
}

.footer-l span {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin-left: 10px;
}

.footer-m a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.footer-r {
	width: auto;
}

.footer-r .erweima {
	margin-left: 10px;
}

.footer-r .erweima img {
	width: 120px;
	height: 120px;
}

.footer-r .xiangxi {
	margin-left: 20px;
	overflow: hidden;
}

.footer-r .xiangxi a {
	display: block;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer-b {
	border-top: 1px solid #f4f4f4;
	width: 100%;
	overflow: hidden;
	color: #fff;
	line-height: 30px;
	margin-top: 20px;
}

.footer-b .title {
	padding-right: 20px;
}

.footer-b .beian a {
	color: #fff;
}

.footer-c {
	max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width: 1100px) {
	.header .phone {
		display: none;
	}
}

@media screen and (max-width: 1400px) {
	.h-search {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.header {
		position: fixed;
		top: 0;
		width: 100%;
		z-index:999;	
		height: 60px;	
		overflow: inherit;
	}
	.header .h-logo {
		margin: 0 auto;
		padding: 0 10px;
	}
	.h-logo a {
		height: auto;
		line-height: 60px;
	}
	.header .menuBtn {
		display: block;		
	    position: absolute;
	    right: 15px;
	    top: 20px;
	    height: 35px;
	    width: 35px;
	    background: url(/static/default/web/img/bar.png) center center no-repeat;
	    background-size: 30px;
	    border: none;
	    outline: none;
	    border-radius: 2px;
	}
	.nav {
	    position: relative;
		width: 100%;
		margin-right: 0;
	}

	.header .nav .dropdown {
		position: absolute;
	    left: 0;
	    top: 0px;
	    width: 100%;
	    background: rgba(0, 0, 0, 0.3);
	    z-index: 999;
		display: none;
	}
	.header .nav .dropdown.show {
		display: block;
	}
	.header .nav .dropdown .menu {
	    display: -webkit-box;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    -ms-flex-direction: column;
	    flex-direction: column;
	  }
	.nav .dropdown .menu li {
	    width: 100%;
	}
	.nav>ul>li {
		width: 100%;
		border-bottom: 2px solid #fff;
		padding: 0;
	}
	.nav>ul>li a {
	}
	.nav>ul>li.on a:after {
	    width: 0;
	}
	.footer-m {
		display: none;
	}
}
@media screen and (max-width: 550px) {
	.erweima {
		display: none;
	}
}