.index-slide img {
	height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.swiper-box{
    overflow: hidden;
    position: relative;
    height: 100vh;
}
.swiper-box .slide{
    opacity: 0;
    width: 100%;
    height: 100vh;
    position: absolute;
    transition: 1s;
}
.swiper-box .slide:before{
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    background-color: rgba(7,49,144,0.6);
    right: -10%;
    top: 0;
    opacity: 0;
    transition: 1.2s;
    z-index: 10;
}
.swiper-box .slide.actives:before{
    right: 0;
    opacity: 1;
}
.swiper-box .slide.active{
    opacity: 1;
}
.swiper-box .slide .text1{
    position: absolute;
    width: 45%;
    height: 100%;
    right: 5%;
    top: 0;
    z-index: 11;
    opacity: 0;
    transition: 1.2s;
    background: url(../images/banner1-text.png) center no-repeat;
}
.swiper-box .slide .text2{
    position: absolute;
    width: 45%;
    height: 100%;
    right: 5%;
    top: 0;
    z-index: 11;
    opacity: 0;
    transition: 1.2s;
    background: url(../images/banner2-text.png) center no-repeat;
}
.swiper-box .slide.activems .text1{
    right: 2%;
    opacity: 1;
}
.swiper-box .slide.activems .text2{
    right: 2%;
    opacity: 1;
}

.swiper-button-prev{
    background: rgba(255,255,255,0.5) url(../images/b-left.png) center no-repeat;
    position: absolute;
    top: 45%;
    left: 0;
    width: 40px;
    height: 70px;
    z-index: 10;
    cursor: pointer;
}
.swiper-button-next{
    background: rgba(255,255,255,0.5) url(../images/b-right.png) center no-repeat;
    position: absolute;
    top: 45%;
    right: 0;
    width: 40px;
    height: 70px;
    z-index: 10;
    cursor: pointer;
}

.title{
	padding-bottom: 20px;
	margin-bottom: 15px;
	text-align: center;
	position: relative;
}
.title h2{
	font-size: 40px;
	padding-bottom: 10px;
	font-weight: bold;
	color: #073190;
}
.title h3{
	text-transform: uppercase;
	color: #999999;
	font-weight: 400;
	position: relative;
	display: inline-block;
}
.title h3::before{
	content: "";
	position: absolute;
	width: 29px;
	height: 5px;
	background: url(../images/title-icon1.png) center no-repeat;
	left: -40px;
	top: 45%;
}
.title h3::after{
	content: "";
	position: absolute;
	width: 29px;
	height: 5px;
	background: url(../images/title-icon2.png) center no-repeat;
	right: -40px;
	top: 45%;
}

.product{
	padding: 80px 0;
	background: url(../images/product-bg.jpg) no-repeat;
	background-size: cover;
}
.product .swiper-container{
	padding: 20px 15px 15px;
}
.product .swiper-slide{
	text-align: center;
	transition: .3s;
}
.product .swiper-slide:hover{
	margin-top: -20px;
}
.product .swiper-slide img{
	width: 100%;
}
.product .swiper-slide h3{
    border-top: 2px solid #073190;
	color: white;
	background-color: #fff;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 20px 0;
	font-size: 16px;
}
.product .swiper-slide:hover h3{
    background-color: #073190;
    color: white;
}
.about{
	background: url(../images/about-bg.jpg) center no-repeat;
	background-size: cover;
}
.about .w1900{
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}
.about .left{
    flex: 0 0 690px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about .right{
    flex: 0 0 50%;
}
.about .right img{
    width: 100%;
}
.about .about-title{
	padding-bottom: 20px;
}
.about h2{
	font-weight: bold;
}
.about h3{
    padding-top: 10px;
	color: #696969;
	font-size: 34px;
	font-weight: bold;
}
.about h2 span{
	color: #073190;
}
.about .content{
    font-size: 14px;
    line-height: 30px;
	padding-bottom: 20px;
	padding-right: 90px;
}
.about a{
	display: inline-block;
	width: 150px;
	height: 50px;
	text-align: center;
	color: white;
	line-height: 50px;
	padding-right: 30px;
	background: url(../images/about-btn.png) center no-repeat;
}
.about a:hover{
	background: url(../images/about-btna.png) center no-repeat;
}
.about .about-bottom{
	padding-right: 100px;
	padding-top: 20px;
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}
.about .about-bottom .box{
    padding: 10px 0;
    flex: 0 0 40%;
}
.about .about-bottom h2{
	color: #073190;
	font-size: 30px;
}
.box-goods{
	background-color: #000;
    height: 800px;
    overflow: hidden;
}
.box-goods .w1900{
    height: 100%;
}
.box-goods ul{
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 440px;
    background: rgba(23,114,222,0.2);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.box-goods ul li{
    flex: 1;
	font-size: 24px;
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.2);
	position: relative;
	transition: 0.8s;
}
.box-goods ul li a{
	color: #fff;
	text-decoration: none;
    display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.box-goods ul li:after{
    content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	bottom: -1px;
	right: -101%;
	transition: 6s;
}
.box-goods ul li.active:after{
    right: 0;
}
.box-goods ul li.active{
    background: #073190;
}
.goods-img{
    height: 800px;
}
.goods-img .box{
    width: 100%;
    height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.8s;
}
.goods-img .box.show{
    opacity: 1;
	visibility: visible;
}
.goods-img .img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1.05);
    transition: 3s;
}
.goods-img .img:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
}
.goods-img .box.show .img{
    transform: scale(1);
}
.goods-img .box:nth-child(1) .img{
    background: url(../images/app1.jpg) center no-repeat;
    background-size: cover;
}
.goods-img .box:nth-child(2) .img{
    background: url(../images/app2.jpg) center no-repeat;
    background-size: cover;
}
.goods-img .box:nth-child(3) .img{
    background: url(../images/app3.jpg) center no-repeat;
    background-size: cover;
}
.goods-img .box:nth-child(4) .img{
    background: url(../images/app4.jpg) center no-repeat;
    background-size: cover;
}
.goods-img .box:nth-child(5) .img{
    background: url(../images/app5.jpg) center no-repeat;
    background-size: cover;
}
.goods-img .text{
    position: absolute;
	left: 255px;
	top: 360px;
	z-index: 2;
	color: #fff;
}
.goods-img .text h2{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}
.goods-img .text p{
    font-size: 16px;
    color: #fff;
}
.goods-img .txt{
    position: absolute;
    width: 800px;
	left: 255px;
	top: 95px;
	z-index: 2;
	color: #fff;
}
.goods-img .txt h2{
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 25px;
}
.goods-img .txt p{
    font-size: 16px;
    color: #fff;
	line-height: 30px;
}
.bottom-btn{
    text-align: center;
    padding-top: 50px;
}
.bottom-btn a{
    display: inline-block;
    padding: 10px 50px;
    border: 1px solid #073190;
}
.bottom-btn a:hover{
    color: white;
    background-color: #073190;
}
.news{
	padding: 80px 0;
	background: url(../images/news-bg.jpg) no-repeat;
	background-size: cover;
}
.news .news-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news .news-box .box{
    border-bottom: 1px solid #ddd;
	flex: 0 0 48%;
	padding: 30px 0;
	color: white;
}
.news .news-box .box:hover{
	background-color: #073190;
}
.news .news-box .box:hover a{
	color: white;
}
.news .news-box a{
	display: flex;
}
.news .news-box .left{
	flex: 0 0 18%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news .news-box .left p:first-child{
	font-size: 26px;
	font-weight: bold;
}
.news .news-box .left p{
	font-size: 18px;
	font-weight: 500;
}
.news .news-box .right{
	flex: 1;
	padding-bottom: 25px;
	background: url(../images/news-icon.png) left bottom no-repeat;
}
.news .news-box .right:hover{
	background: url(../images/news-icona.png) left bottom no-repeat;
}
.news .news-box .right h2{
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}
.partner{
	padding: 80px 0;
	background: url(../images/panter-bg.jpg) no-repeat;
	background-size: cover;
}
.partner .partner-box{
	height: 500px;
	width: 100%;
	position: relative;
}
.partner .partner-box .box{
	position: absolute;
}
.partner .partner-box .box:nth-child(1),
.partner .partner-box .box:nth-child(2),
.partner .partner-box .box:nth-child(3),
.partner .partner-box .box:nth-child(4){
	top: 0;
}
.partner .partner-box .box:nth-child(5),
.partner .partner-box .box:nth-child(6),
.partner .partner-box .box:nth-child(7),
.partner .partner-box .box:nth-child(8){
	top: 85px;
}
.partner .partner-box .box:nth-child(9),
.partner .partner-box .box:nth-child(10),
.partner .partner-box .box:nth-child(11),
.partner .partner-box .box:nth-child(12){
	top: 170px;
}
.partner .partner-box .box:nth-child(13),
.partner .partner-box .box:nth-child(14),
.partner .partner-box .box:nth-child(15),
.partner .partner-box .box:nth-child(16){
	top: 255px;
}
.partner .partner-box .box:nth-child(17),
.partner .partner-box .box:nth-child(18),
.partner .partner-box .box:nth-child(19),
.partner .partner-box .box:nth-child(20){
	top: 340px;
}
.partner .partner-box .box:nth-child(1),
.partner .partner-box .box:nth-child(10),
.partner .partner-box .box:nth-child(17){
	left: 100px;
}
.partner .partner-box .box:nth-child(5),
.partner .partner-box .box:nth-child(13){
	left: 245px;
}
.partner .partner-box .box:nth-child(9),
.partner .partner-box .box:nth-child(2),
.partner .partner-box .box:nth-child(18){
	left: 390px;
}
.partner .partner-box .box:nth-child(6),
.partner .partner-box .box:nth-child(14){
	left: 535px;
}
.partner .partner-box .box:nth-child(3),
.partner .partner-box .box:nth-child(11),
.partner .partner-box .box:nth-child(19){
	left: 680px;
}
.partner .partner-box .box:nth-child(4),
.partner .partner-box .box:nth-child(12),
.partner .partner-box .box:nth-child(20){
	left: 970px;
}
.partner .partner-box .box:nth-child(7),
.partner .partner-box .box:nth-child(15){
	left: 825px;
}
.partner .partner-box .box:nth-child(8),
.partner .partner-box .box:nth-child(16){
	left: 1115px;
}

.partner .partner-box .box img{
	max-width: 180px;
	transition: .3s;
}
.partner .partner-box .box:hover img{
	transform: scale(1.2);
	cursor: pointer;
}

.fp-watermark{
	display: none;
}


.banner {
	text-align: center;
}

.banner img {
	width: 100%;
}

.main-nav .w1200 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main-nav .left {
	background: url(../images/nav-icon.png) left center no-repeat;
	background-size: 18px;
	padding: 15px 20px;
}

.main-nav .left a {
	display: inline-block;
	padding: 0 5px;
}

.about-text {
	flex: 1;
	min-height: 500px;
}

.about-text .txt {
	line-height: 30px;
}

.about-text .txt img {
	float: right;
	width: 550px;
	padding: 0 0 30px 30px;
}

.index-pic {
	display: none;
}

.main-page {
	padding: 30px 0;
}

.pagination {
	text-align: center;
	margin-bottom: 20px;
}

.pagination .paging-ul {
	display: flex;
	justify-content: center;
}

.pagination .paging-ul li span,
.pagination .paging-ul li a {
	display: inline-block;
	padding: 10px 15px;
	background-color: #fff;
	margin: 0 5px;
	font-size: 14px;
}

.pagination .paging-ul li.paging-active span {
	background-color: #1069a1;
	color: white;
}


.goods-details img {
	float: right;
	width: 560px;
	max-width: 40%;
	padding: 10px;
	margin-bottom: 30px;
	margin-left: 25px;
	background-color: #efefef;
}
.goods-details table{
    width: 100%;
    border: none !important;
}
.goods-details.goods1 tr:nth-child(1),
.goods-details.goods1 tr:nth-child(2){
    background-color: #073190;
    color: white;
}
.goods-details.goods2 tr td:first-child{
    background-color: #073190;
    color: white;
}
.goods-details.goods2 tr td:first-child p{
    color: white;
}
.goods-details.goods2 tr:last-child td{
    background: white;
    color: #000;
}
.goods-details table tr:first-child{
    background-color: #073190;
    color: white;
}
.goods-details td {
    padding: 15px 0 !important;
    text-align: center;
}

.goods-details h1 {
	font-size: 22px;
	color: #073190;
	font-weight: bold;
	margin-bottom: 25px;
}

.goods-details h3 {
	font-size: 22px;
	color: #073190;
	font-weight: bold;
	margin-top: 50px;
}

.goods-nav ul {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #eee;
}

.goods-nav ul li {
	flex: 1;
	text-align: center;
	padding: 20px 0;
	cursor: pointer;
	border-bottom: 4px solid transparent;
	text-transform: uppercase;
}

.goods-nav ul li.active {
	border-color: #073190;
	color: #073190;
	font-weight: bold;
}

.goods-nav ul li:hover {
	border-color: #073190;
}

.goods-nav .bottom {
	margin-top: 50px;
}

.goods-nav table {
	width: 100%;
}

.goods-nav table thead tr {
	background-color: #073190;
	color: white;
}

.goods-nav .box:nth-child(1) tr th {
	width: 100%;
	color: white;
	padding: 5px;
}

.goods-nav .box:nth-child(1) tr:nth-child(1),
.goods-nav .box:nth-child(1) tr:nth-child(9),
.goods-nav .box:nth-child(1) tr:nth-child(15),
.goods-nav .box:nth-child(1) tr:nth-child(18) {
	background-color: #073190;
}

.goods-nav .box:nth-child(2) table thead tr th {
	padding: 5px;
}

.goods-nav .box:nth-child(3) tr:first-child th,
.goods-nav .box:nth-child(4) tr:first-child th {
	padding: 5px;
	color: white;
	background-color: #073190;
}

.goods-nav .box:nth-child(5) img {
	width: 100%;
}

.details-title {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 50px;
	font-size: 26px;
}

.details-top {
	padding-top: 40px;
}

.details-top .img {
    box-shadow: 0 0 10px #e9e9e9;
    width: 45%;
    margin: 0 0 15px 30px;
	padding: 10px;
	background-color: #fff;
	float: right;
}

.details-top .img img {
	width: 100%;
}

.details-top .goods-title {
	flex: 1;
	padding-right: 60px;
}
.details-top .goods-title h2{
    padding-bottom: 10px;
	font-size: 30px;
	font-weight: 400;
}
.details-top a{
    display: inline-block;
    padding: 10px 30px;
    margin: 10px 0;
    color: white;
    background: #073190;
    
}
.details-top .goods-title p {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	padding: 10px 0;
}
.details-bottom{
    width: 100%;
}
.details-bottom img{
    width: 100%;
}
.details-bottom h3{
    text-align: center;
    padding: 15px 0;
    font-weight: 400;
    background: #fbfbfb;
    font-size: 16px;
}
.details-bottom .swiper-slide{
    border: 1px solid #e9e9e9;
}
.r-products{
    flex: 0 0 100%;
    color: #073190;
    margin-bottom: 20px;
    font-size: 22px;
    padding: 30px 0 10px 15px;
    border-bottom: 2px solid #073190;
}
.news-box .news-li {
	padding: 30px 50px;
	box-shadow: 0 5px 10px 0 #ccc;
	margin-bottom: 25px;
	background-color: #fff;
}

.news-box .news-li .news-title {
	display: flex;
	justify-content: space-between;
	padding: 0 10px 15px 0;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.news-box .news-li .news-title h3 {
	font-weight: bold;
}

.news-box span {
	font-size: 14px;
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #3c3c3c;
	margin-top: 15px;
}

.news-box .news-li:hover h3 {
	color: #073190;
}

.news-box .news-li:hover span {
	background-color: #073190;
	color: white;
	border-color: #073190;
}

.news-details h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	text-align: center;
	text-transform: capitalize;
	font-size: 24px;
	border-bottom: 1px solid #ccc;
}

.margin-top {
	margin-top: 150px;
}

.mapmargin {
	margin-bottom: 75px;
}

.contact {
	display: flex;
}

.contact .left {
	flex: 0 0 50%;
	background-color: #f8f8f8;
	padding: 40px 40px 0;
}

.contact .left h3 {
	font-size: 30px;
	margin-bottom: 40px;
	color: #0154a6;
}

.contact .left ul li {
	margin-bottom: 25px;
}


.contact .right {
	flex: 1;
}

.ce-box {
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}

.ce-box .ce-li {
	flex: 0 0 24%;
	margin: 0 10px 10px 0;
}

.ce-box .ce-li:nth-child(4n) {
	margin-right: 0;
}

.ce-box .ce-li img {
	width: 100%;
	box-shadow: 0 0 10px 0 #909090;
}
.ce-box .ce-li p{
	text-align: center;
	padding: 10px 0 20px;
	text-transform: uppercase;
}

.goods-details h1:nth-child(4) {
	margin-top: 315px;
}

.goods-details p:nth-child(5) {
	margin-bottom: 300px;
}

.goods-details p:nth-child(5) img {
	margin-top: -50px;
}


.goods-box{
	display: flex;
	flex-wrap: wrap;
}
.cate-box{
	flex: 0 0 20%;
}
.cate-box ul li a{
	display: block;
	padding: 10px 0 10px 25px;
	background-color: #073190;
	margin-bottom: 10px;
	color: white;
}
.cate-box ul ul li a{
	margin-left: 10px;
}
.cate-box ul ul ul li a{
	margin-left: 20px;
}
.goods-box ul li .sub-menu{
	display: none;
}
.goods-box ul li.current-menu-item .sub-menu{
	display: block;
}

.goods-list {
	flex: 1;
	display: flex;
	flex-wrap: wrap;
}
.news-box{
	flex: 1;
	padding-left: 30px;
}
.app-box{
	padding: 40px;
	background-color: #fff;
}
.cp-li {
	text-align: center;
	flex: 0 0 31%;
	margin: 0 25px 25px 0;
	box-shadow: 0 0 10px #eee;
	transition: .5s;
}
.cp-li img{
	max-width: 100%;
	transition: .5s;
}
.cp-li .img{
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.cp-li:hover img{
    transform: scale(1.1);
}
.cp-li:hover .img{
	border-color: #073190;
}
.cp-li:nth-child(3n) {
	margin-right: 0;
}
.cp-li:hover{
    box-shadow: 0 0 15px #cdcdcd;
}
.cp-li p {
	background-color: #fbfbfb;
	text-align: center;
	padding: 25px 0;
}
.pages-title{
	flex: 0 0 100%;
	text-align: center;
	padding: 40px 0;
	font-size: 32px;
	color: #073190;
}

.section{
	overflow: hidden;
}
.fp-is-overflow > .fp-overflow{
	overflow-y: visible !important;
}


.home-about .left{
	left: -100%;
}
.home-about .right{
	right: -100%;
}
.home-about.active .left{
	left: 0;
}
.home-about.active .right{
	right: 0;
}

.home-product.active .top .text{
	left: 0;
}
.home-product.active .top .swiper1{
	right: 0;
}
.home-product.active .bottom .swiper2{
	bottom: 0;
}
.home-app.active .app-text{
	bottom: 80px;
}
.home-news .swiper3{
	position: relative;
	bottom: -600px;
	transition: 1.3s;
}
.home-news.active .swiper3{
	bottom: 0;
}

.service-box{
    padding: 40px 0;
    background-color: #fff;
}
.service-box .box-odd{
    padding: 40px 0;
    display: flex;
}
.service-box h2{
    padding-bottom: 10px;
    font-size: 34px;
}
.service-box .box-odd .text{
    flex: 1;
    padding-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-box .box-odd .text p{
    text-indent: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.service-box .box-even{
    padding: 40px 0;
    display: flex;
}
.service-box .box-even .text{
    padding-left: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.service-box .box-even .text p{
    text-indent: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.service-box .text span{
    display: block;
    font-weight: bold;
    padding: 20px 0 0 15px;
}
.service-box .text ul{
    padding: 15px 0 0 15px;
}
.service-box .text ul li{
    padding: 10px 0;
    font-size: 14px;
    color: #666;
}
.service-box .img{
    flex: 0 0 40%;
}
.service-box .img img{
    width: 100%;
}

.service-box .w1900:nth-child(even){
    background-color: #eee;
}
.support-box{
    padding: 40px 0;
    background-color: #fff;
}
.support-box .page-title{
    text-align: center;
}
.support-box .page-title h2{
    font-weight: 300;
    padding-bottom: 15px;
    font-size: 32px;
}
.support-box .page-title p{
    font-size: 18px;
    font-weight: bold;
}
.support-box .contact-box{
    display: flex;
}
.support-box .contact-box .box{
    display: flex;
    flex-wrap: wrap;
    flex: 0 0 50%;
    padding: 20px 0 50px;
    color: white;
}
.support-box .contact-box .box h2{
    flex: 0 0 100%;
    text-align: center;
    font-size: 30px;
    font-weight: 300;
}
.support-box .contact-box .box .tel{
    flex: 0 0 50%;
    text-align: center;
    padding-top: 100px;
}

.support-box .contact-box .box .mail{
    flex: 0 0 50%;
    text-align: center;
    padding-top: 100px;
}
.support-box .contact-box .box span{
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
}
.support-box .contact-box .box:nth-child(1) .tel{
    background: url(../images/s-icon1.jpg) center 30px no-repeat;
    background-size: 10%;
    transition: .3s;
}
.support-box .contact-box .box:nth-child(1) .tel:hover{
    background: url(../images/s-icon1.jpg) center 30px no-repeat;
    background-size: 12%;
}
.support-box .contact-box .box:nth-child(1) .mail{
    background: url(../images/s-icon2.jpg) center 30px no-repeat;
    background-size: 10%;
    transition: .3s;
}
.support-box .contact-box .box:nth-child(1) .mail:hover{
    background: url(../images/s-icon2.jpg) center 30px no-repeat;
    background-size: 12%;
}
.support-box .contact-box .box:nth-child(2) .tel{
    background: url(../images/s-icon3.jpg) center 30px no-repeat;
    background-size: 10%;
    transition: .3s;
}
.support-box .contact-box .box:nth-child(2) .tel:hover{
    background: url(../images/s-icon3.jpg) center 30px no-repeat;
    background-size: 12%;
}
.support-box .contact-box .box:nth-child(2) .mail{
    background: url(../images/s-icon4.jpg) center 30px no-repeat;
    background-size: 10%;
    transition: .3s;
}
.support-box .contact-box .box:nth-child(2) .mail:hover{
    background: url(../images/s-icon4.jpg) center 30px no-repeat;
    background-size: 12%;
}
.support-box .contact-box .box:nth-child(1){
    background-color: #333;
}
.support-box .contact-box .box:nth-child(2){
    background-color: #073190;
}
.jblc{
    padding: 20px 0 40px;
}
.jblc .lc-box{
    display: flex;
    justify-content: space-between;
}
.jblc .lc-box .box{
    position: relative;
    flex: 0 0 33%;
    padding: 130px 20px 0;
    text-align: center;
}
.jblc h2{
    font-size: 18px;
}
.jblc .lc-box .box h2{
    font-size: 24px;
    font-weight: 400;
}
.jblc .lc-box .box p{
    color: #666;
    line-height: 30px;
    padding-top: 10px;
}
.jblc .lc-box .box span{
    position: absolute;
    left: 50%;
    top: 30px;
    width: 80px;
    height: 80px;
    background-color: #eee;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    font-size: 44px;
    font-weight: bold;
    transition: .3s;
    transform: scale(1) translate(-50%,0);
}
.jblc .lc-box .box:hover span{
    transform: scale(1.1) translate(-50%,0);
    color: white;
    background: #073190;
}
.support-box .w1900{
    background: #f8f7f7;
}
.sh{
    display: flex;
}
.sh .left{
    flex: 0 0 40%;
    height: 500px;
}
.sh1 .left{
    background: url(../images/sh-img.png) center no-repeat;
}
.sh1 .right{
    padding-left: 130px;
}
.sh .right{
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sh .right h2{
    font-size: 34px;
    position: relative;
    padding-bottom: 35px;
}
.sh .right h2:before{
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    background: #000;
    bottom: 19px;
}

.sh .right p{
    color: #666;
    line-height: 30px;
    padding-bottom: 15px;
}
.sh span{
    display: inline-block;
    width: 210px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #073190  url(../images/sh-icon.png) 13px center no-repeat;
    background-size: 16px;
    border-radius: 25px;
    color: white;
    padding-left: 22px;
    font-size: 20px;
    font-weight: bold;
}
.sh2 .left{
    background: url(../images/sh-img2.png) center no-repeat;
}
.sh2 .right{
    padding-right: 130px;
}
.form{
    display: flex;
}
.form .left{
    flex: 0 0 55%;
    padding-right: 80px;
}
.form .right{
    flex: 1;
}
.form .form-box{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form .left h2{
    font-size: 18px;
    font-weight: 300;
}
.form .left .form-btn{
    padding-top: 25px;
}
.form .left .form-btn a{
    padding: 10px 30px;
    color: white;
    background: #073190;
}
.form .form-box input{
    flex: 0 0 48%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #d2d2d2;
    margin-bottom: 15px;
}
.form .form-box textarea{
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #d2d2d2;
    font-size: 16px;
}
.form .right{
    height: 400px;
    background: url(../images/form-img.jpg) center no-repeat;
}

.main-nav{
    border-bottom: 1px solid #eee;
}

#map{
	height: 454px;
}