/*public start*/
* {margin: 0;padding: 0;font-size: 16px;font-family: '微软雅黑';-webkit-tap-highlight-color: rgba(0,0,0,0);box-sizing: border-box;}
ol, ul, li, dl, dt, dd, form, p, h1, h2, h3, h4, h5, img {margin: 0;padding: 0;}
h1, h2, h3, h4, h5{font-weight: normal;}
ol, ul, li {list-style: none;padding: 0;margin: 0;}
img {border: none;max-width:100%;vertical-align: middle;}
a {text-decoration: none;border: none;margin: 0;padding: 0;}
input, textarea ,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
select {border: 0;}
input::-webkit-search-cancel-button {display: none;}
input[type=button], input[type=submit], input[type=search], button{ -webkit-appearance: none;}
table, table td {border-collapse: collapse;}
select {border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;}
select::-ms-expand {display: none;}
.div1200{width: 1200px;margin: 0 auto;}
.clear{clear: both;}
/*public end*/

/*头部 start*/
header{
	height: 100px;
	background-color: #ffffff;
}
.nav{
	display: flex;
	justify-content: space-between;
}
nav>ul{
	display: flex;
	width: 780px;
	justify-content: space-between;
}
nav>ul>li>a{
	font-size: 16px;
	color: #333333;
	line-height: 100px;
}
nav>ul>li>a:hover{
	color: #004287;
	font-weight: bold;
}
nav>ul>li>a.this{
	color: #004287;
	font-weight: bold;
}
/*头部 end*/

/*底部 start*/
footer{
	min-height: 277px;
	background-color: #004287;
}
.foot{
	padding: 70px 0 55px;
	display: flex;
}
.foot-left{
	width: 634px;
}
.foot-left-top>ul{
	display: flex;
	padding-bottom: 30px;
	border-bottom: 1px solid #265f97;
}
.foot-left-top ul li{
	padding: 0 24px;
	border-right: 1px solid white;
}
.foot-left-top ul li a{
	font-size: 16px;
	color: #ffffff;
}
.foot-left-top ul li:first-child{
	padding-left: 0;
}
.foot-left-top ul li:last-child{
	padding-right: 0;
	border-right: unset;
}
.foot-left-mid p{
	font-size: 14px;
	color: #ffffff;
	padding: 30px 0;
}
.foot-left-mid p a{
	font-size: 14px;
	color: #ffffff;
}
.foot-left-foot{
	display: flex;
}
.foot-left-foot a.weibo{
	display: block;
	width: 25px;
	height: 22px;
	background-image: url('../images/weibo.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 40px;
}
.foot-left-foot a.weixin{
	display: block;
	width: 24px;
	height: 20px;
	background-image: url('../images/weixin.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 40px;
}
.foot-left-foot a.qq{
	display: block;
	width: 17px;
	height: 20px;
	background-image: url('../images/qq.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 40px;
}
.foot-left-foot a.weibo:hover{
	background-image: url('../images/weibo-1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.foot-left-foot a.weixin:hover{
	background-image: url('../images/weixin-1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.foot-left-foot a.qq:hover{
	background-image: url('../images/qq-1.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.foot-mid{
	width: 118px;
	margin: 0 93px;
}
.foot-mid p{
	font-size: 14px;
	color: #ffffff;
	padding-top: 15px;
	text-align: center;
}
.foot-right{
	width: 262px;
}
.foot-right span{
	font-size: 14px;
	color: #ffffff;
	padding-bottom: 15px;
	display: block;
}
.foot-right p{
	font-size: 38px;
	color: #ffffff;
	padding-bottom: 20px;
}
/*底部 end*/

/*首页内容 start*/
.index-brand-top>h1{
	padding: 50px 0 5px;
	font-size: 36px;
	color: #004287;
	text-align: center;
}
.index-brand-top>p{
	font-size: 18px;
	color: #999999;
	text-align: center;
}
.index-brand-foot>ul{
	display: flex;
	margin-top: 45px;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-brand-foot>ul>li>a>img{
	width: 285px;
	height: 143px;
	margin-bottom: 20px;
	transition: all 1s;
}
.index-brand-foot>ul>li:hover>a>img{
	transform: rotateY(360deg);
}
.index-about{
	background-color: #f3f3f3;
	margin-top: 20px;
	padding: 60px 0;
}
.index-about-top>h1{
	padding-bottom: 5px;
	font-size: 36px;
	color: #004287;
	text-align: center;
}
.index-about-top>p{
	font-size: 18px;
	letter-spacing: 7px;
	color: #999999;
	text-align: center;
}
.index-about-foot{
	background: white;
	display: flex;
	margin-top: 50px;
}
.index-about-foot-l{
	padding: 30px 40px;
	width: 626px;
}
.index-about-foot-l>h2{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #004287;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
}
.index-about-foot-l>h2>img{

}
.index-about-foot-l>p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.index-about-foot-l>div{
	display: flex;
	margin-top: 25px;
}
.index-about-foot-l>div img{
	transition: all 1s;
}
.index-about-foot-l>div img:hover{
	transform: rotateY(360deg);
}
.index-about-foot-r{
	width: 574px;
	height: 400px;
	overflow: hidden;
}
.index-about-foot-r img{
	width: 100%;
	transition: width 1s;
	max-width: unset;
}
.index-about-foot-r img:hover{
	width: 120%;
}
.index-news-top>h1{
	padding: 50px 0 5px;
	font-size: 36px;
	color: #004287;
	text-align: center;
}
.index-news-top>p{
	font-size: 18px;
	letter-spacing: 28px;
	color: #999999;
	padding-left: 30px;
	text-align: center;
}
.index-new-foot{
	display: flex;
	margin: 50px 0 60px;
}
.index-new-foot-l{
	width: 575px;
	margin-right: 28px;
	background-color: #f3f3f3;
}
.index-new-foot-l>a>img{
	width: 575px;
	height: 397px;
}
.index-new-foot-l>a>div{
	padding: 40px 38px;
	height: 144px;
}
.index-new-foot-l>a>div:hover{
	background-color: #004287;
}
.index-new-foot-l>a>div:hover span,.index-new-foot-l>a>div:hover h3{
	color: white;
}
.index-new-foot-l>a>div>span{
	font-size: 18px;
	color: #aeaeae;
}
.index-new-foot-l>a>div>h3{
	font-size: 24px;
	color: #333333;
	padding-top: 10px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-new-foot-r{
	width: 597px;
}
.index-new-foot-r>ul>li{
	height: 162px;
	background: #f3f3f3;
	margin-bottom: 27px;
}
.index-new-foot-r>ul>li>a{
	display: flex;
}
.index-new-foot-r>ul>li:last-child{
	margin-bottom: 0;
}
.index-new-foot-r>ul>li:hover{
	background-color: #004287;
}
.index-new-foot-r>ul>li:hover .index-new-foot-r-l>p,.index-new-foot-r>ul>li:hover .index-new-foot-r-l>h3,.index-new-foot-r>ul>li:hover .index-new-foot-r-l>span{
	color: white;
}
.index-new-foot-r-l{
	padding: 28px 30px;
	width: 363px;
	position: relative;
}
.index-new-foot-r-l>p{
	font-size: 18px;
	color: #333;
}
.index-new-foot-r-l>h3{
	font-size: 18px;
	color: #000;
	padding-top: 12px;
}
.index-new-foot-r-l>span{
	font-size: 19px;
	color: #666666;
	position: absolute;
	bottom: 28px;
	left: 30px;
}
.index-new-foot-r-r{
	width: 234px;
}
.index-new-foot-r-r>img{
	width: 100%;
	height: 162px;
}
.index-xfk{
	position: fixed;
	/*top: 50%;*/
	right: 0;
	z-index: 1;
	/*transform: translateY(-50%);*/
	bottom: 0;
}
.index-xfk ul li {
	margin-bottom: 5px;
	position: relative;
}
.index-xfk ul li:last-child{
	margin-bottom: 0;
}
.xfk-box{
	position: absolute;
	display: none;
	top: 0;
	right: 65px;
	z-index: 1;
	height: 100%;
	box-sizing: border-box;
}
.xfk-ewm{
	width: 200px;
	height: 200px;
}
.xfk-box p{
	line-height: 65px;
	text-align: center;
	color: #fff;
	background-color: #02519c;
	padding: 0 20px;
}
.index-xfk ul li:hover .xfk-box{
	display: block;
}
/*首页内容 end*/

/*代理品牌 start*/
.brand-top{
	height: 78px;
	background-color: #142543;
}
.brand-top div p{
	font-size: 14px;
	color: #ffffff;
	padding-left: 28px;
	background-image: url('../images/brand-ico1.png');
	background-repeat: no-repeat;
	background-position: left;
}
.brand-top div p a{
	font-size: 14px;
	color: #ffffff;
	line-height: 78px;
}
.brand-foot>ul{
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.brand-foot>ul>li{
	width: 285px;
	height: 143px;
	margin-bottom: 20px;
}
.brand-foot>ul>li img{
	width: 100%；
	height: 100%;
	transition: all 1s;
}
.brand-foot>ul>li img:hover{
	transform: rotateY(360deg);
}
.brand-lm-top{
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 40px;
}
.brand-lm-top>div>h1{
	font-size: 30px;
	color: #004287;
	padding: 20px 0;
}
.brand-lm-top>div>div{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.brand-lm-foot>h1{
	font-size: 24px;
	color: #004287;
	padding-left: 16px;
	border-left: 5px solid #004287;
	margin: 31px 0 18px;
}
.brand-lm-foot-list ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.brand-lm-foot-list ul li{
	margin-bottom: 20px;
	width: 285px;
}
.brand-lm-foot-list ul li img{
	width: 100%;
}
.brand-lm-foot-list ul li p{
	font-size: 16px;
	color: #444444;
	text-align: center;
	padding-top: 15px;
}
.brand-list table{
	margin: 30px 0 44px;
}
.brand-list table tr td{
	border: 1px solid #d2d2d2;
}
.brand-list table .tr-first td img{
	margin-left: 5px;
	vertical-align: unset;
}
.brand-list table tr td{
	font-size: 14px;
	color: #333333;
	line-height: 18px;
	text-align: center;
}
.brand-list .tr-first{
	background-color: #eeeeee;	
}
.brand-list .tr-first td>div{
	font-size: 14px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand-list .tr-first .td1>div{
	padding: 33px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.brand-list .tr-first .td1>div>img{
	margin-left: 22px;
}
.brand-list .tr-two td{
	padding: 14px 0;
}
.brand-list .tr-two td a{
	color: #004287;
}
.brand-show-top>h1{
	font-size: 30px;
	color: #004287;
	padding: 30px 0 30px 35px;
	background-image: url('../images/brand-show-ico1.png');
	background-repeat: no-repeat;
	background-position: left;
	font-weight: bold;
}
.brand-show-top>div{
	display: flex;
}
.brand-show-top-img{
	width: 398px;
	margin-right: 30px;
}
.brand-show-top-con{
	width: 772px;
}
.brand-show-feat{
	margin-bottom: 40px;
}
.brand-show-feat>h3{
	font-size: 20px;
	line-height: 18px;
	color: #004287;
	border-left: 5px solid #015291;
	padding-left: 16px;
	margin: 11px 0 15px;
}
.brand-show-feat>div,.brand-show-field>div{
	padding-left: 40px;
}
.brand-show-top-con ul li{
	list-style-type: disc;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.brand-show-field>h3{
	font-size: 20px;
	line-height: 18px;
	color: #004287;
	border-left: 5px solid #015291;
	padding-left: 16px;
	margin: 11px 0 15px;
}
.brand-show-foot{
	margin-bottom: 50px;
}
.brand-show-foot>p{
	height: 50px;
	background-color: #015291;
	line-height: 50px;
	font-size: 20px;
	color: #ffffff;
	padding-left: 22px;
	margin: 30px 0;
}
.brand-show-deta{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}
.brand-show-deta table tr td{
	border: 1px solid #dadada;
	padding: 10px 21px 10px 21px;
}
.brand-show-deta .td-bg{
	background-color: #eeeeee;
}
.brand-list2>div>h1{
	font-size: 30px;
    color: #004287;
    padding: 30px 0 30px 35px;
    background-image: url(../images/brand-show-ico1.png);
    background-repeat: no-repeat;
    background-position: left;
    font-weight: bold;
}
.brand-list2-part1>p{
	font-size: 20px;
	color: #004287;
}
.brand-list2-part1>div{
	display: flex;
	flex-wrap: wrap;
}
.list2-part1-list{
	margin: 20px 30px 10px 0;
	width: 380px;
}
.list2-part1-list:nth-child(3n){
	margin-right: 0;
}
.list2-part1-list>h3{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	background-image: url('../images/brand-list2-ico1.png');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	margin-left: 15px;
}
.list2-part1-list>p{
	font-size: 14px;
	color: #666666;
	padding: 5px 0 5px 15px;
	background-image: url('../images/brand-list2-ico2.png');
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 45px;
}
.brand-list2-part2{
	background-color: #f7f7f7;
}
.brand-list2-part2>div>p{
	font-size: 20px;
	color: #004287;
	padding: 35px 0 25px;
}
.brand-list2-part2 table{
	width: 100%;
	background-color: white;
}
.brand-list2-part2 table tr td{
	border: 1px solid #dcdcdc;
	text-align: center;
	padding: 14px 0;
	font-size: 16px;
	color: #666666;
}
.brand-list2-part2 table .td-bg1{
	background-color: #015291;
	color: white;
}
.brand-list2-part2 table .td-bg2{
	background-color: #f2f6f9;
}
.lis2-part2-foot>p{
	font-size: 18px;
	color: #015291;
	padding: 30px 0 15px;
}
.lis2-part2-foot>div{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding-bottom: 50px;
}
.brand-list2-part3{
	margin-bottom: 76px;
}
.brand-list2-part3>p{
	font-size: 20px;
	color: #004287;
	padding: 40px 0 20px;
}
.list2-part3-list>h3{
	font-size: 16px;
	color: #666666;
	padding-left: 11px;
	border-left: 4px solid #015291;
}
.list2-part3-list>table{
	margin: 20px 0 39px;
}
.list2-part3-list>table tr td{
	border: 1px solid white;
	text-align: center;
	padding: 13px 0;
	font-size: 16px;
	color: #666666;
}
.list2-part3-list>table .tr-bg1 td{
	background-color: #898989;
	color: white;
}
.list2-part3-list>table .tr-bg2 td{
	background-color: #f5f5f5;
	font-size: 14px;
}
.list2-part3-list>table .tr-bg2 td a{
	display: block;
	font-size: 14px;
	color: #015291;
	background-image: url('../images/brand-list2-ico3.png');
	background-repeat: no-repeat;
	background-position: left;
	margin-left: 35px;
	text-align: left;
	padding: 0 20px 0 35px;
}
/*代理品牌 end*/

/*应用案例 start*/
.cases-list{
	display: flex;
	padding: 25px 0 30px;
	border-bottom: 1px dotted #d4d4d4;
}
.cases-list-left{
	margin-right: 45px;
	width: 914px;
}
.cases-list-left>h3{
	font-size: 20px;
	color: #333333;
	padding-bottom: 10px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.cases-list-left>span{
	font-size: 14px;
	color: #999999;
}
.cases-list-left>p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	-webkit-line-clamp:2;
	display: -webkit-box;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow: ellipsis;
	padding: 10px 0 17px;
}
.cases-list-left>a{
	width: 106px;
	height: 32px;
	font-size: 14px;
	color: #004c9b;
	line-height: 32px;
	text-align: center;
	display: block;
	background-color: #f1d91d;
	border-radius: 16px;
}
.cases-list-right{
	width: 241px;
}
.cases-list-right img{
	width: 100%;
	height: 164px;
}
.page>ul{
	display: flex;
	justify-content: center;
	margin: 40px 0 50px;
}
.page>ul>li>a{
	display: block;
	margin-right: 7px;
	font-size: 12px;
	color: #999999;
	padding: 5px 10px;
	border: 1px solid #999999;
}
.page>ul>li>a:hover{
	background-color: #0046a0;
	color: white;
	border: 1px solid #0046a0;
}
.page>ul>li>a.this{
	background-color: #0046a0;
	color: white;
	border: 1px solid #0046a0;
}
.cases-show-top{
	padding-bottom: 20px;
	border-bottom: 1px dotted #d5d5d5; 
}
.cases-show-top>h1{
	font-size: 24px;
	color: #333333;
	padding: 35px 0 10px;
	text-align: center;
}
.cases-show-top p{
	text-align: center;
}
.cases-show-top p span{
	font-size: 14px;
	color: #666666;
	padding: 0 10px;
}
.cases-show-con{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin: 20px 0 30px;
}
.pre-next{
	display: flex;
	justify-content: space-between;
	padding: 40px 0 50px;
	border-top: 1px dotted #d5d5d5;
}
.pre-next-left{
	width: 1000px;
}
.pre-next-left a{
	font-size: 14px;
	color: #333333;
	margin-bottom: 10px;
	display: block;
}
.pre-next-right{
	width: 100px;
}
.pre-next-right a{
	width: 100px;
	height: 34px;
	background-color: #004287;
	border-radius: 17px;
	display: block;
	font-size: 14px;
	color: #ffffff;
	line-height: 34px;
	text-align: center;
}
/*应用案例 end*/

/*关于我们 start*/
.about-top{
	margin-top: 40px;
}
.about-con{
	font-size: 15px;
	line-height: 30px;
	color: #6f6f6f;
	margin: 25px 0 60px;
}
/*关于我们 end*/

.banner .swiper-button-prev{
	left: 150px;
}
.banner .swiper-button-next{
	right: 150px;
}