div,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dd,dt,table,th,tr,td {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1345px;
	background-color: #f7f7f7;
	font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;
}

a {
	text-decoration: none;
	color: #555;
}

ul,ol {
	list-style: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    font-size: 0;
    clear: both;
}

.mt20 {
	margin-top: 20px;
}

.ml20 {
	margin-left: 20px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.container {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}

/*头部*/
.header {
	/*width: 1300px;*/
	margin: 0 auto;
	min-width: 1300px;
	background: #fff;
	/*margin-top: 252px;*/
}

.header-container {
	width: 1300px;
	height: 150px;
	margin: 0 auto;
	line-height: 25px;
	font-size: 14px;
	position: relative;
}

.header-info {
	width: 1260px;
	padding-left: 20px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top:-43.5px;
}

.logo-info {
	float: left;
}

.icon-logo {
	width: 570px;
    height: 87px;
	display: block;
}

.header-title,
.icon-logo {
	margin-right: 20px;
}


h1.title-zh {
	font-size: 24px;
	/* margin-bottom: 5px; */
	margin-top: 0;
	color: #222;
	letter-spacing: 2.8px;
}

h2.title-zh {
	font-size: 20px;
	/* margin-bottom: 5px; */
	margin-top: 0;
	color: #222;
	letter-spacing: 3px;
}

.title-en {
	font-size: 12px;
	color: rgb(204, 204, 204);
	text-transform: uppercase;
}

.header-description p {
	color: rgb(204, 204, 204);
}

.header-description :last-child {
	font-size: 17px;
	font-style: italic;
}

.icon-phone {
	margin-right: 10px;
	margin-top: 15px;
	width: 32px;
	height: 32px;
	display: block;
}

.telphone span {
	color: rgb(204, 204, 204);
}

.telphone .phone {
	font-size: 26px;
	font-weight: bold;
}

/* nav */
.nav {
	background-color: #496fb0;
}

.menus {
	list-style: none;
	width: 1260px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.menus .menu-item {
	width: 178.7px;
	position: relative;
	float: left;
	margin-left: 1px;
	margin-top: 4px;
}

.menus .menu-item:hover {
	background-color: #FFFFFF;
}

.menus .menu-item:hover > a {
	color: #496fb0;
}

.menus .menu-item a {
	color: #fff;
	text-decoration: none;
	display: block;
	text-align: center;
	padding: 14px 0;
	position: relative;
	font-weight: bold;
}

.menus .menu-item > a:before {
	content: "";
	width: 100%;
	height: 20px;
	border-left: 1px solid #698cc7;
	position: absolute;
	left: 0;
	top: 13px;
}

.menus .menu-item:first-child > a:before {
	display: none;
}

.menu-item:hover .submenus {
	display: block;
}

.menus .menu-item a.active {
	background-color: #FFFFFF;
	color: #496fb0;
}

.submenus {
	display: none;
	position: absolute;
	top: 46px;
	left: -1px;
	width: 100%;
	z-index: 99;
	/* width: 128px; */
	background: #fff;
	border-left: 1px solid #496fb0;
	border-right: 1px solid #496fb0;
	border-bottom: 1px solid #496fb0;
}

.submenus .submenu-item a {
	color: #222;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 0;
	font-weight: 400;
}

.submenus .submenu-item a:hover {
	color: #496fb0;
	background-color: #eee;
}


/*footer start*/
.footer {
	background-color: #496fb0;
	box-sizing: border-box;
	min-width: 1300px;
	padding-top: 30px;
}

.footer-menus {
	margin-bottom: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #698cc7;
}

.footer-menus .footer-menu-item a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: block;
}

.footer-menus .footer-menu-item {
	float: left;
	margin-right: 25px;
}

.footer .address {
	line-height: 30px;
}

.footer .address p {
	font-size: 13px;
	color: #ffffff;
}

.footer .address p a {
	color: #fff;
}

.footer .address p a:hover {
	text-decoration: underline;
}

.footer .footer-content {
	padding-bottom: 20px;
}

.footer .right-content {
	margin-top: 0px;
}

.footer .right-content>span {
	margin-right: 0px;
}

.footer .right-content img {
	height: 100px;
	
}

/*backToTop*/
.backToTop {
	display: block;
	background-image: url(../images/costom_1.gif);
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 100px;
	right: 168px;
	z-index: 9;
}

.backToTop:hover {
	background: url(../images/costom_2.gif) no-repeat 0 0;
}

/*banner start*/
.banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto 20px;
	background-color: #FFFFFF;
	height: 500px;
}

.banner-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}

.banner-content .more {
	margin: 50px 0 0;
}

.banner-title {
	color: rgb(255, 255, 255);
	font-family: 微软雅黑;
	font-size: 43px;
	letter-spacing: 6px;
	font-weight: bold;
}

.banner-text {
	height: 82px;
	width: 594px;
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin-top: 30px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.banner-slide .prev,
.banner-slide .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -20px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.banner-slide .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.banner-slide .prev:hover,
.banner-slide .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.banner-slide .prevStop {
	display: none;
}

.banner-slide .nextStop {
	display: none;
}

.banner-slide .hd {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

.banner-slide .hd li {
	width: 12px;
	height: 12px;
	background-color: #fff;
	font-size: 0;
	margin: 0 5px;
	float: left;
}

.banner-slide .hd li.on {
	background-color: #496fb0;
}

.banner-slide .bd ul,
.banner-slide .bd ul li img {
	width: 100%;
	margin: 0 auto;
	height: 500px;
	display: block;
}

/* banner @media */
/*@media screen and (max-width: 1365px) {
    .banner-slide .bd ul,
    .banner-slide .bd ul li img {
        height: 152px;
    }
}

@media screen and (min-width: 1366px) {
    .banner-slide .bd ul,
    .banner-slide .bd ul li img {
        height: 169.958px;
    }
}

@media screen and (min-width: 1440px) {
    .banner-slide .bd ul,
    .banner-slide .bd ul li img {
        height: 190px;
    }
}

@media screen and (min-width: 1600px) {
    .banner-slide .bd ul,
    .banner-slide .bd ul li img {
        height: 233.33px;
    }
}

@media screen and (min-width: 1680px) {
    .banner-slide .bd ul,
    .banner-slide .bd ul li img {
        height: 320px;
    }
}*/

.toplink {
	text-align: right;
	margin-top: -20px;
	margin-bottom: 20px;
}

.toplink a {
	margin-left: 10px;
	color: #999;
}

.rbox {
	float: right;
}

.search {
    height: 40px;
	border-radius: 3px;
	overflow: hidden;
	padding-left: 5px;
	border: 1px solid #496fb0;
	max-width: 400px;
}

.search-btn {
    background-color: #496fb0;
    width: 80px;
    height: 40px;
    border: none;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.search-input {
    width: 238px;
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
	outline: none;
	border: 0;
}


.main-content {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 14px;
}

.aside {
    width: 260px;
    float: left;
}

.aside .aside-title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background-color: #496fb0;
}

.pro-list {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.list-item {
    height: 46px;
    text-align: center;
    border-bottom: 1px dashed #eaeaea;
}

.list-item-link {
    display: block;
    color: #333;
    font-size: 14px;
    position: relative;
    width: 100%;
    height: 100%;
}

.list-item-link span {
    position: absolute;
    top: 50%;
    left: 0;
	right: 0;
	padding: 0 10px;
    transform: translateY(-50%);
}

.list-item.lihover > a{
    background-color: #496fb0;
    color: #fff;
    position: relative;
}

.list-item.lihover > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #074886;
}

.list-item:hover > a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-color: #074886;
}

.list-item:hover > a{
    background-color: #496fb0;
    color: #fff;
}

.contact-info {
    padding: 15px 15px 20px;
    background-color: #fff;
}

.contact-info img {
    width: 230px;
    height: 84px;
}

.contact-info .address {
    font-size: 13px;
    color: #5a5a5a;
    line-height: 26px;
    margin-top: 10px;
}

.contact-info p {
    text-align: center;
    margin-top: 10px;
}

.current-path li {
    float: left;
    color: #444;
    font-size: 14px;
    margin-right: 5px;
}

.current-path li .current-path-link {
    color: #444;
}

.current-path li .current-path-link:hover {
    color: #496fb0;
    text-decoration: underline;
}