/*reset*/
* {
	padding: 0;
	margin: 0;
	list-style: none;
}

html,
body {
	margin: 0 auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
header,
section,
footer {
	margin: 0;
	padding: 0
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 "microsoft yahei";
	color: #666;
	font-weight: normal;
}

body {
	overflow-x: hidden;
}

address,
cite,
dfn,
em,
var,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

a {
	text-decoration: none;
	outline: none;
	font-family: "microsoft yahei";
	color: #666;
	cursor: pointer;
	font-size: 12px;
}

li {
	font-size: 12px;
	font-family: "microsoft yahei";
	list-style: none;
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
	font-size: 12px;
}

body,
p,
span {
	font-family: "microsoft yahei";
}

img {
	border: none;
}

p {
	margin: 0px;
	padding: 0px;
	word-wrap: break-word;
}

:focus {
	outline: none;
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	mainContent: "";
	clear: both;
}

.transtion {
	transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: "";
	clear: both;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.top {
	height: 40px;
	line-height: 40px;
	background-color: #f3f3f3;
}

.top h3 {
	float: left;
	font-size: 14px;
	color: #333;
}

.head {
	height: 100px;
	background-color: white;
	border: none;
}

.head a {
	display: block;
	float: left;
	line-height: 100px;
}

.head .right {
	float: right;
}

.search {
	border: 1px solid #0e76b8;
	float: left;
	margin: 29px 0;
}

.search #keyword {
	width: 400px;
	height: 38px;
	padding-left: 10px;
	box-sizing: border-box;
	border: none;
	line-height: 38px;
	font-size: 14px;
}

.search .searchBtn {
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: white;
	background: #0e76b8 url(new-search.png) no-repeat center;
	float: right;
	font-size: 0;
}

.head .tel_lang {
	float: left;
	margin-left: 50px;
}

.head .tel_lang h3 {
	color: #0e76b8;
	font-size: 24px;
	font-family: BAHNSCHRIFT;
	font-family: arial;
	padding-left: 35px;
	line-height: 100px;
	background: url(new-tel.png) no-repeat left center;
	margin: 0;
}

.nav {
	background: #0e76b8;
	height: 45px;
	position: relative;
}

.newNav-bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 185px;
	background: #0e76b8;
	display: none;
}

.nav ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}

.nav ul li {
	float: left;
	/* width: 100px; */
	text-align: center;
}

.nav ul li a {
	font-size: 16px;
	color: #fff;
	line-height: 45px;
	border: none;
}

.nav>ul>li>a:hover {
	color: #fff;
	border: none;
}

.nav>ul>li>a.on {
	color: #fff;
	border: none;
}

.nav ul li ul {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	right: 0;
	text-align: left;
	z-index: 9;
	width: auto;
	background: #0e76b8;
	border-top: 1px solid #598db1;
	padding: 30px 0;
}

.nav ul li ul li {
	display: inline-block;
	float: none;
	vertical-align: top;
	margin: 0 30px 0 60px;
}

.nav ul li:hover ul {
	display: block;
}

.new-banner {
	position: relative;
}

.new-banner .hd {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	text-align: center;
	z-index: 9;
}

.new-banner .hd li {
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 0;
	margin: 0 8px;
	background: rgba(255, 255, 255, 0.3);
}

.new-banner .hd li.on {
	background: #fff;
}

.new-banner .bd li img {
	display: block;
	max-width: 100%;
	height: auto;
}

.new-index-title {
	width: 1200px;
	margin: 60px auto 30px;
	position: relative;
}

.new-index-title h3 {
	font-size: 32px;
	color: #333;
	font-weight: normal;
}

.new-index-title p {
	font-size: 16px;
	text-transform: uppercase;
	color: #ccc;
	font-family: arial;
}

.new-index-title a {
	position: absolute;
	right: 0;
	bottom: 10px;
	width: 158px;
	font-size: 14px;
	height: 46px;
	border: 1px solid #e7e7e7;
	line-height: 46px;
	color: #0e76b8;
	text-indent: 38px;
	background: url(new-right.png) no-repeat 100px center;
	transition: all 0.35s;
}

.new-index-title a:hover {
	color: #fff;
	background: #0e76b8 url(new-right02.png) no-repeat 100px center;
	border-color: #0e76b8;
}

.new-product {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.new-product dl {
	float: left;
	width: 218px;
	border: 1px solid #e5e5e5;
	margin-right: 24px;
	height: 638px;
}

.new-product dl:last-child {
	margin-right: 0;
}

.new-product dl dt {
	text-align: center;
	height: 260px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 0;
	line-height: 260px;
}

.new-product dl dt img {
	max-width: 60%;
	max-height: 60%;
}

.new-product dl dd {
	padding: 20px;
}

.new-product dl dd h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.new-product dl dd p {
	font-size: 12px;
	margin: 10px 0 30px;
}

.new-product dl dd ul li a {
	font-size: 14px;
	color: #0e76b8;
	font-weight: bold;
	margin: 10px 0;
	display: block;
}

.new-product dl dd ul li a:hover {
	text-decoration: underline;
}

.new-service dl {
	height: auto;
	width: 382px;
}

.new-service dl dt {
	height: 220px;
	line-height: 220px;
}

.new-service dl dt img {
	max-width: 90%;
	max-height: 90%;
}

.new-service dl dd p {
	font-size: 14px;
	margin: 0 6px;
	color: #333;
}

.new-welfare {
	background: #f6f6f6;
	overflow: hidden;
	margin-top: 70px;
	padding-bottom: 70px;
}

.new-welfare-list {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.new-welfare-list .bd li {
	width: 280px;
	margin-right: 27px;
	float: left;
}

.new-welfare-list .bd li dl {
	border: 1px solid #e7e7e7;
	background: #fff;
	transition: all 0.35s;
}

.new-welfare-list .bd li dl dt {
	height: 240px;
	text-align: center;
	line-height: 240px;
	border-bottom: 1px solid #e7e7e7;
	background: #fff;
}

.new-welfare-list .bd li dl dt img {
	max-width: 100%;
	max-height: 100%;
}

.new-welfare-list .bd li dl dd {
	font-size: 16px;
	color: #333;
	padding: 0 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 50px;
	text-align: center;
	transition: all 0.35s;
}

.new-welfare-list a.prev {
	position: absolute;
	left: -60px;
	top: 0;
	bottom: 0;
	width: 23px;
	height: 40px;
	margin: auto;
}

.new-welfare-list a.next {
	position: absolute;
	right: -60px;
	top: 0;
	bottom: 0;
	width: 23px;
	height: 40px;
	margin: auto;
}

.new-welfare-list .bd li dl:hover {
	background: #0e76b8;
	border-color: #0e76b8;
}

.new-welfare-list .bd li dl:hover dd {
	color: #fff;
}

.new-brand {
	width: 1200px;
	margin: 0 auto;
}

.new-brand .swiper-container {
	padding-bottom: 55px;
}

.new-brand .swiper-slide {
	width: 220px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	font-size: 0;
	border: 1px solid #e7e7e7;
	box-sizing: border-box;
}

.new-brand .swiper-slide img {
	max-width: 90%;
	max-height: 90%;
}

.new-brand .swiper-container .swiper-pagination {
	bottom: 0;
}

.new-brand .swiper-container .swiper-pagination span {
	width: 16px;
	height: 16px;
	margin: 0 8px;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
	opacity: 1;
}

.new-brand .swiper-container .swiper-pagination span.swiper-pagination-bullet-active {
	background: #0e76b8;
}

.footer {
	background: #243139;
	margin-top: 65px;
	padding-bottom: 15px;
	height: 350px;
}

.footer .footer-nav {
	border-bottom: 1px solid #43484b;
	line-height: 60px;
	text-align: center;
	font-size: 0;
	margin-bottom: 15px;
}

.footer .footer-nav li {
	display: inline-block;
	padding: 0 25px;
	border-left: 1px solid #b4b4b4;
	line-height: 14px;
	vertical-align: middle;
}

.footer .footer-nav li a {
	font-size: 14px;
	color: #b4b4b4;
	display: block;
}

.footer .footer-nav li:first-child {
	border: none;
}

.footer p {
	font-size: 14px;
	color: #b4b4b4;
	text-align: center;
	line-height: 26px;
}

.footer p a {
	font-size: 14px;
	color: #b4b4b4;
}



.index-foot {
	width: 100%;
	height: auto;
	border-top: 6px solid #005399;
	background-color: #282828;
}

.index-foot-head {
	width: 100%;
	height: 110px;
	overflow: hidden;
	box-sizing: border-box;
	border-bottom: 1px solid #383838;
	position: relative;
}

.index-foot-head-left {
	width: 310px;
	height: 48px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.index-foot-head-right {
	width: 55px;
	height: 55px;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
}

.index-foot-c {
	overflow: hidden;
	padding: 40px 0;
}

.index-foot-c-left {
	float: left;
	border-right: 1px solid #383838;
	padding-right: 65px;
	margin-right: 65px;
}

.index-foot-c-left a:hover {
	text-decoration: underline;
}

.index-foot-c-left>ul>li {
	float: left;
	margin-right: 60px;
}

.index-foot-c-left>ul>li:nth-last-child(1) {
	margin-right: 0;
}

.index-foot-c-left>ul>li>a {
	color: #ffffff;
	font-size: 18px;
}

.index-foot-c-left>ul>li>ul {
	margin-top: 23px;
}

.index-foot-c-left>ul>li>ul>li {
	margin-bottom: 10px;
}

.index-foot-c-left>ul>li>ul>li>a {
	color: #aaaaaa;
	font-size: 14px;
}

.index-foot-c-lx {
	float: left;
	width: 285px;
}

.index-foot-c-lx-text {
	color: #888888;
	font-size: 14px;
}

.index-foot-c-lx-iphone {
	color: #ffffff;
	font-size: 36px;
	font-family: "Arial";
	margin-bottom: 25px;
}

.index-foot-c-lx-diz {
	color: #ffffff;
	font-size: 16px;
}

.index-foot-c-right {
	float: right;
	width: 130px;
}

.index-foot-c-right .ewm {
	width: 130px;
	height: 130px;
	margin-bottom: 10px;
}

.index-foot-c-right .ewm img {
	width: 100%;
	height: 100%;
}

.index-foot-c-right-text {
	margin-top: 8px;
	color: #ffffff;
	font-size: 16px;
	text-align: center;
}

.index-foot-foot {
	height: 80px;
	border-top: 1px solid #383838;
	line-height: 80px;
	color: #bbbbbb;
	font-size: 14px;
	text-align: center;
}

.index-foot-foot * {
	color: #bbbbbb;
	font-size: 14px;
}

.index-foot-c-left ul li ul li {
	display: none;
}

.index-foot-c-left ul li ul li:nth-child(1){
	display: block;
}
.index-foot-c-left ul li ul li:nth-child(2){
	display: block;
}
.index-foot-c-left ul li ul li:nth-child(3){
	display: block;
}
.index-foot-c-left ul li ul li:nth-child(4){
	display: block;
}


.index-yl {
	color: #fff;
	font-size: 14px;
	margin-top: 20px;
}
.index-yl ul {
	float: left;
}
.index-yl ul li {
	float: left;margin-right: 20px;
}
.index-yl ul li a {
	color: #fff;
	font-size: 14px;
}

.index-yl ul li:nth-child(2) {
	margin-right: 0;
}