@charset "utf-8";
/* CSS Document */
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Regular.ttf);
	font-family:"myfont";
	}
@font-face{
	src:url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
	font-family:"title";
	}
*{
	padding:0;
	margin:0;
	list-style:none;
	font-family:"myfont",Arial,sans-serif;
	
	}
@font-face {
  font-family: 'iconfont';
  src:url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format('embedded-opentype'),
  url(../icons/iconfont.woff) format('woff'),
  url(../icons/iconfont.ttf) format('truetype'),
  url(../icons/iconfont.svg#iconfont) format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/* input{
	-webkit-appearance: none;
	appearance: none;
} */
input:focus,textarea:focus{
	outline:none;
	}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}
p{
	font-size: 1.6rem;
	color: #666;
	line-height: 2;
}
/*index*/
.w_all{
	width:80%;
	margin:auto;
	}
.w_all2{
	width: 1225px;
	margin:auto;
	}
html, body{
	width:100%;
	position:relative;
	font-size: 60.5%;
	}
header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	padding: 0 143px;
	box-sizing: border-box;
	transition: all 0.4s ease;
	}
header.active{
	background: #102127;
}
header .nav_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .logo{
	height: 52px;
	position:relative;
	z-index: 9;
	cursor: pointer;
}
header .logo > img{
	display:block;
	height:100%;
	}
header .nav{
	display: flex;
	width: max-content;
	color: #fff;
	align-items: center;
	}
header .nav ul{
	display: flex;
	justify-content: space-between;
}
header .nav li{
	position: relative;
	margin: 0 16px;
}
header .nav li >span{
	cursor: default;
}
header .nav li span{
	line-height: 100px;
	font-weight: bold;
	letter-spacing: .3px;
	font-size:1.6rem;
	text-transform: uppercase;
	position: relative;
	display: flex;
	align-items: center;
	color: #fff;
}
header .nav li:hover span{
	color: #da2027;
}
header.active .nav li span{
	line-height: 80px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header .tel0{
	font-size: 1.1rem;
    font-weight: 400;
	margin-left: 20px;
    letter-spacing: .6px;
	border-left: 2px solid rgba(255,255,255,0.2);
	padding-left: 30px;
}
header .tel0 p{
	font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: .7px;
	color: #fff;
	line-height: 1.4;
	font-family: "title";
}
.navBtn{
	position: relative;
	z-index:99999;
	cursor:pointer;
	display: none;
}
.navBtn span{
	display: block;
	width: 28px;
	height: 2px;
	background:#fff;
	margin:6px auto;
}
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-57%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}
.s_menu{
	position: absolute;
	left: -25px;
	top: 80px;
	padding: 10px;
	border-top: 4px solid #2d3f9a;
	background: #fff;
	box-sizing: border-box;
	display: none;
	width: 210px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
}
.s_menu dl{
	width:100%;
}
.s_menu dd{
	font-size: 1.46rem;
	color: #333;
	cursor: pointer;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	padding: 7px 15px;
	position: relative;
}
.s_menu dd strong:hover{
	color:#da2027;
}
.s_menu dd strong{
	font-weight: normal;
	font-family: "title";
	color: #333;
}
.s_menu2{
	width: 120rem;
	left: 0%;
	transform: translateX(-70%);
	padding: 3rem;
}
.s_menu2 h6{
	font-size: 1.7rem;
	color: #002e5b;
	margin-bottom: 2rem;
	font-family: "title";
	text-transform: uppercase;
}
.s_menu2 dl{
	display: flex;
	justify-content: space-between;
}
.s_menu2 dl dd{
	width: 25%;
    padding: 0 20px;
	border-right: 1px solid #dedede;
}
.s_menu2 dl dd:last-of-type{
	border: none;
	padding-right: 0;
	width: 34%;
}
.s_menu2 dl dd strong{
	font-weight: bold;
	font-family: "title";
	color: #232628;
	margin: 16px 0;
	display: block;
}
.s_menu2 .sl1 {
	display: flex;
	align-items: center;
	margin: 25px 0;
}
.s_menu2 .sl1 img{
	width:70px;
	margin-right: 15px;
}
.s_menu2 .sl1 p{
    width: calc(100% - 90px);
}
.s_menu2 .sl1 b{
	display: block;
	color: #002e5b;
	font-size: 1.3rem;
	font-family: "title";
	line-height: 1.2;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 2px;
}
.s_menu2 .sl1 i{
	font-style: normal;
	color: #2d3f9a;
	font-size: 1.3rem;
	font-weight: bold;
}
.s_menu2 .sl1 i del{
	margin-right: 10px;
	opacity: 0.5;
}
.s_menu2 dl dd.ddcon p {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	margin-bottom: 15px;
	line-height: 1.4;
}
.s_menu2 dl dd.ddcon p img{
	margin-right: 8px;
	height: 18px;
}
/*banner*/
.banner{
	position:relative;
	height: 946px !important;
	overflow: hidden;
	}
.banner .swiper-container{
	position:relative;
	width:100%;
	height:100%;
	}
.banner .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.btns .swiper-button-next:after, .btns .swiper-button-prev:after{
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
}
.btns >div {
	width: 80px;
	height: 80px;
	background: url(../images/btnBg.png) no-repeat center/contain;
}
.btns >div:hover {
	width: 80px;
	height: 80px;
	background: url(../images/btnBg2.png) no-repeat center/contain;
}
.banner .swiper-button-prev{
	left: 143px;
}
.banner .swiper-button-next{
	right: 143px;
}
.banner .txt{
	position: absolute;
    width: 60%;
    top: 200px;
    left: 20%;
    display: flex;
}
.banner .txt:before {
    content: "";
    margin-right: 15px;
	width: 60px;
	height: 10px;
    background: #2d3f9a;
    font-weight: 700;
	margin-top: 27px;
}
.banner .txt p {
    font-size: 5.5rem;
    line-height: 1.1;
    font-weight: 600;
	font-family: "title";
    letter-spacing: normal;
    text-align: left;
    color: #fff;
}
.banner .txt2{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
    padding: 42px;
	background: #2d3f9a;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
}
.banner .txt2 .ll{
	color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 28px;
    text-transform: uppercase;
	width: 20%;
}
.banner .txt2 .ll img{
	margin-bottom: 10px;
    max-height: 66px;
	display: block;
}
.banner .txt2 ul {
	display: flex;
	width: 65%;
	align-items: center;
	margin:0 3%;
}
.banner .txt2 ul li{
	width: 20%;
    letter-spacing: .32px;
    line-height: 22px;
	padding: 20px 0px 20px 40px;
	border-right: 1px solid rgba(255,255,255,.2);
	box-sizing: border-box;
}
.banner .txt2 ul li:first-of-type{
	border-left: 1px solid rgba(255,255,255,.2);
}
.banner .txt2 ul li img{
	height: 40px;
}
.banner .txt2 ul li strong{
	display: block;
	font-size: 1.3rem;
	font-weight: normal;
}
.banner .txt2 ul li span{
	font-family: "title";
	font-size: 1.7rem;
	font-weight: bold;
	margin-top: 5px;
}
.banner .txt2 .rr{
	width: 150px;
}
.banner .txt2 .rr h4{
	font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: .36px;
    color: #fff;
    opacity: .5;
    margin-bottom: 4px;
    text-decoration: line-through;
}
.banner .txt2 .rr h5{
	font-size: 1.4rem;
    font-weight: normal;
    letter-spacing: .36px;
    color: #fff;
    opacity: .5;
    margin-bottom: 4px;
}
.banner .txt2 .rr h3{
	font-size: 2.4rem;
    font-weight: 600 !important;
    letter-spacing: .52px;
    line-height: 24px;
}
.more{
    background-color: #fff;
    border-radius: 7px;
    color: #000;
    padding: 17px 36px;
    margin-top: 25px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    font-style: normal;
    letter-spacing: .6px;
    transition: all .5s ease;
}
.more:hover{
	text-decoration: none;
    color: #fff;
    background-color: #da2027;
    transition: all .5s ease;
}
.index_bars{
	padding: 6% 0;
}
.index_bar2 .contain{
	padding: 0 2%;
	box-sizing: border-box;
}
.title h3{
	font-size: 4.2rem;
    color: #191e2b;
    line-height: 50px;
	font-family: "title";
}
.index_bar2 .contain{
	display: flex;
	justify-content: space-between;
}
.index_bar2 .ll{
	width: 40%;
}
.index_bar2 .ll .imgs{
	position: relative;
	margin-top: 8rem;
}
.index_bar2 .ll img{
	display: block;
}
.index_bar2 .ll img:nth-of-type(2){
	margin-top: 8rem;
}
.index_bar2 .ll img:nth-of-type(3){
	position: absolute;
	left: 12rem;
	top: 50%;
	transform: translateY(-50%);
	border: 15px solid #fff;
}
.index_bar2 dl{
	width: 45%;
	padding-right: 3%;
}
.index_bar2 dl dd{
	display: flex;
	align-items: center;
	margin: 6% 0;
}
.index_bar2 dl dd h4{
	font-size: 2.6rem;
	margin-bottom: 2rem;
	letter-spacing: 1px;
}
.index_bar2 dl dd img{
	display: block;
	height: 130px;
	margin-right: 3rem;
}
.index_bar2 p{
	font-size: 1.4rem;
	line-height: 1.6;
	color: #333;
}
.index_bar3{
	background: #102127;
}
.index_bar3 .title{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 3%;
}
.index_bar3a .title h3{
	color: #fff;
}
.index_bar3 .btn1{
	display: flex;
}
.index_bar3 .btn1 >div{
	position: static;
	transform: none;
	margin: 0 10px;
}
.index_bar3 .swiper-slide{
	position: relative;
}
.index_bar3 .bg{
	position: relative;
}
.index_bar3 .bg img{
	width: 100%;
}
.index_bar3a .txt{
	position: absolute;
    bottom: 0;
	left: 0;
    z-index: 10;
    padding: 14px 20px;
    width: 100%;
    background: rgba(0,0,0,.45);
    display: flex;
    justify-content: space-between;
    transition: all .5s ease;
	box-sizing: border-box;
	z-index: 2;
}
.index_bar3a .txt p{
	color: #fff;
    font-size: 1.2rem;
    letter-spacing: .8px;
	margin: 0;
}
.index_bar3a .txt strong{
	font-size: 1.6rem;
	display: block;
	line-height: 1;
}
.index_bar3a .txt .rr{
	display: flex;
	align-items: center;
}
.index_bar3a .txt .rr p{
	margin-right: 20px;
}
.index_bar3a .txt .rr strong{
	font-size: 1.4rem;
}
.more2{
	margin: 0;
	border-radius: 30px;
	background: #2d3f9a;
	padding: 12px 39px;
	color: #fff;
	letter-spacing: 0.5px;
	border: 1px solid transparent;
}
.index_bar3a .swiper-slide:hover .txt {
	background: #2d3f9a;
}
.index_bar3 .swiper-slide:hover .more2{
	background: none;
	border-color: #fff;
}
.index_bar3 .imgs{
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}
.index_bar3 .imgs span{
	width: 20%;
	height: 100%;
	display: block;
	position: relative;
}
.index_bar3 .imgs span::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 98%;
	height: 3px;
	background: #fff;
}
.index_bar3 .imgs span:last-of-type::after{
	width: 100%;
}
.index_bar3 .imgs span.active::after{
	background: #da2027 !important;
}
.index_bar3 .swiper-pagination{
	margin:2.5% auto 0;
	text-align: center;
	position: static !important;
}
.index_bar3 .swiper-pagination span{
	background: #fff !important;
	width: 5px !important;
	height: 5px !important;
	position: relative;
	margin:  0 10px !important;
	opacity: 1 !important;
	border-radius: 50%;
}
.index_bar3 .swiper-pagination .swiper-pagination-bullet-active::before{
	background: #fff;
	width: 20px;
	height: 20px;
	background: #fff;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0.2;
	border-radius: 50%;
}

.index_bar3 .imgs img{
	display: none;
}
.index_bar4{
	background: none;
}
.index_bar4 .title{
	margin-bottom: 1%;
}
.more3{
	padding:17px 28px;
	background: none;
	border: 1px solid #2d3f9a;
	color: #2d3f9a;
	font-weight: bold;
	font-size: 1.4rem;
	border-radius: 60px;
	margin: 0;
}
.more3:hover{
	border-color: transparent;
}
.index_bar4 .contain{
	display: flex;
	flex-wrap: wrap;
}
.index_bar4 .contain .pp{
	width: 23.5%;
	margin-top: 3.5%;
	margin-right: 2%;
}
.index_bar4 .contain .pp:nth-of-type(4n){
	margin-right: 0;
}
.index_bar4 .contain .bg{
	height: 168px;
	overflow: hidden;
	position: relative;
}
.index_bar4 .contain .bg > img{
	margin-bottom: 1px;
	position: absolute;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
}
.index_bar4 .imgs span::after{
	background: #ccc;
}
.index_bar4 .price{
	padding: 0 20px;
	height: 35px;
    background-color: #2d3f9a;
    text-align: right;
	position: relative;
	font-size: 1.6rem;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 5px;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	align-items: center;
}
.index_bar4 .price.active{
	display: flex;
	align-items: center;
}
.index_bar4 .price del{
	font-size: 1.3rem;
	display: block;
	font-weight: normal;
}
.index_bar4 .price::before{
	position: absolute;
    content: "";
    display: block;
    top: 0;
    left: -14px;
    height: 100%;
    width: 32px;
    background-color: #2d3f9a;
    transform: skew(-18deg,0deg);
    z-index: 5;
}
.index_bar4 .txt{
	padding-top: 27px;
    padding: 30px 25px;
    margin-top: 10px;
    border: 1px solid #ccc;
    transition: all .5s ease;
}
.index_bar4 .txt:hover{
	background: #efefef;
}
.index_bar4 .txt p{
	color: #2d3f9a;
    font-size: 1.2rem;
    text-transform: uppercase;
	font-weight: bold;
	line-height: 1.4;
}
.index_bar4 .txt p strong{
	color: #232628;
    font-size: 1.6rem;
	display: block;
	font-weight: bold;
    font-family: "title";
}
.index_bar4 .txt dl{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.8rem;
	margin-left: -4px;
}
.index_bar4 .txt dl dd{
	width: 50%;
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	margin: 4px 0;
	color: #333;
}
.index_bar4 .txt dl dd img{
	margin-right: 6px;
	height: 26px;
}
.index_bar5{
	background: #2d3f9a;
}
.index_bar5 .title h3{
	color: #fff;
}
.index_bar5 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 6%;
}
.index_bar5 ul li{
	width: 25%;
	color: #fff;
	font-size: 1.8rem;
}
.index_bar5 ul li strong p{
	font-size: 4.8rem;
	font-family: "title";
	display: block;
	letter-spacing: 2.88px;
	color: #fff;
}
.index_bar6 dl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_bar6 dl dd{
	width: 31%;
	color: #fff;
}
.index_bar6 dl dd p{
	color: rgba(255,255,255,0.85);
	font-size: 1.5rem;
	line-height: 1.7;
}
.index_bar6 dl dd p strong{
	font-size: 1.8rem;
	margin-bottom: 20px;
	display: block;
	color: #fff;
}
.index_bar6 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 5%;
	justify-content: space-between;
}
.index_bar6 ul li img{
	opacity: 0.7;
	transition: all .5s ease;
}
.index_bar6 ul li:hover img{
	opacity: 1;
}
.index_bar7 .title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.index_bar7 .more3{
	padding: 24px 64px;
}
.index_bar7 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 1%;
}
.index_bar7 ul li{
	width: 31%;
	margin-top: 3%;
	position: relative;
	cursor: pointer;
	text-align: center;
}
.index_bar7 ul li img{
	width: 100%;
}
.index_bar7 ul .txt h3{
	font-size: 2rem;
	font-family: "title";
	margin: 25px 0 12px;
	color: #333;
	transition: all .5s ease;
}
.index_bar7 ul .txt h4{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #2d3f9a;
	font-size: 2rem;
}
.index_bar7 ul .txt h4 del{
	opacity: 0.6;
	margin-right: 5px;
}
.index_bar8{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	background: #102127;
	position: relative;
}
.index_bar8 .ll{
	width: 67%;
	position: relative;
}
.index_bar8 .ll img{
	display: block;
	width: 100%;
}
.index_bar8 .online{
	position: absolute;
	left: 50%;
	top: 50%;
	background: rgba(45,63,154,0.8);
	padding: 5%;
	transform: translate(-50%,-50%);
	width: 40%;
}
.index_bar8 .title h3{
	color: #fff;
	font-size: 3.4rem;
	line-height: 1.4;
	
}
.index_bar8 .online p span{
	font-size: 1.6rem;
	margin-bottom: 0;
	display: block;
	color: #fff;
	margin-top: 1rem;
	opacity: 0.8;
}
.index_bar8 .online p input{
	font-size: 1.6rem;
	display: block;
	line-height: 1.4;
	color: #fff;
	width: 100%;
	box-shadow: none;
	border: none;
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	box-sizing: border-box;
}
.index_bar8 .submit button{
	display: block;
	width: 138px;
	line-height: 46px;
	margin: 4rem 0 0;
	background: #fff;
	color: #333;
	font-size: 1.5rem;
	font-weight: bold;
	font-family: "title";
	border: none;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	cursor: pointer;
	border-radius: 30px;
}
.index_bar8 .submit button:hover{
	background: #da2027;
	color: #fff;
}
.index_bar8 .rr{
	width: 30%;
	padding-right: 6%;
	box-sizing: border-box;
}
.index_bar8 .rr .map{
	position: absolute;
	right: 0;
	top: 0;
	width: 33%;
	height: 50%;
}
.index_bar8 .rr ul li{
	display: flex;
	align-items: center;
	margin: 3rem 0;
}
.index_bar8 .rr ul li img{
	width: 42px;
	margin-right: 3rem;
}
.index_bar8 .rr ul li p {
	color: #fff;
	font-size: 1.72rem;
	line-height: 1.4;
	font-weight: bold;
}
.index_bar8 .rr ul li p strong{
	display: block;
	opacity: 0.4;
	font-size: 1.7rem;
	margin-bottom: 5px;
}
.index_bar8 .rr dl{
	display: flex;
	margin: 15% 0 ;
	margin-left: 56px;
}
.index_bar8 .rr dl img{
	height: 20px;
	margin:15px;
}
.footer {
	position:relative;
	background: #102127;
	z-index: 6;
	text-align: center;
	padding: 25px 0;
	}
.footer .copy p{
	line-height: 1.6;
	font-size: 1.4rem;
	color: rgba(255,255,255,0.5);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	}
.ban {
	margin-top: 100px;
	width: 100%;
	position: relative;
}
.ban2 {
	height: 36rem;
}
.ban b{
	display: block;
	width: 100%;
	height: 100%;
}
.nav_top{
	border-bottom: 1px solid #eee;
	padding: 4rem 0 1rem;
}
.nav_top p{
	display: flex;
	align-items: center;
}
.nav_top p span{
	font-size: 1.2rem;
	color: #888;
	margin-right: 10px;
}
.allbars{
	padding: 3.5% 0 6%;
}
.blog .contain{
	display: flex;
	justify-content: space-between;
}
.blog .contain .ll{
	width: 76%;
}
.blog .contain ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.blog .contain ul li{
	width: 47.5%;
	margin-bottom: 2%;
	margin-right: 2.5%;
}
.blog .contain ul li b{
	display: block;
	position: relative;
	height: 25rem;
	overflow: hidden;
	margin-bottom: 15px;
}
.blog .contain ul li b img{
	width: 100%	;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.blog .contain ul li .txt{
    border-radius: 1px;
    transition: all .5s ease;
    padding: 8% 8% 0;
    border: 1px solid #ddd;
	box-sizing: border-box;
}
.blog .contain ul li:hover .txt {
    border-color: transparent;
    box-shadow: 0 1px 6px rgba(35,38,40,.4);
}
.blog .contain ul li h3{
	color: #232628;
	font-size: 1.7rem;
}
.blog .contain ul li p{
	color: #232628;
    font-size: 1.4rem;
	margin:6% 0 5px;
	line-height: 1.6;
}
.blog .contain ul li h4{
	color: #2d3f9a;
    font-size: 1.4rem;
}
.blog .contain .bot{
    margin-top: 22px;
    padding: 12px 0;
    border-top: 1px solid #ddd;
}
.blog .contain .bb{
	display: flex;
	align-items: center;
	font-size: 1.2rem;
    color: #888;
}
.blog .contain .bb img{
	width: 14px;
	margin-right: 5px;
}
.blog .contain .rr{
	width: 23.5%;
}
.blog dl {
	margin: 5rem 0;
}
.blog dl dt{
	font-size: 1.6rem;
    text-transform: uppercase;
	font-weight: bold;
	padding: 3rem 0 2rem;
	border-top: 1px solid #ccc;
	font-family: "title";
}
.blog .rr h5{
	font-size: 1.3rem;
	color: #333;
	font-weight: normal;
	line-height: 1.6;
}
.blog .rr h5:first-of-type{
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #888;
}
.blog .rr dl .dds{
	display: flex;
	flex-wrap: wrap;
}
.blog .rr dl .dds dd{
	cursor: pointer;
    margin: 0 6px 8px 0;
    padding: 4px 9px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,1,1,.2);
    font-size: 1.4rem;
    color: #aaa;
	transition: all 0.4s ease;
}
.blog .rr dl .dds dd:hover{
	background: #2d3f9a;
	color: #fff;
}
.blog .rr dl .imgss{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.blog .rr dl .imgss dd{
	width: 31%;
	margin-bottom: 3%;
}
.blog .rr dl .imgss dd img{
	display: block;
	width: 100%;
}
.blogd h2{
	font-size: 4rem;
	color: #1a1a1a;
	margin-bottom: 3rem;
}
.blogd p{
	margin: 2rem 0;
}
.blogd p img{
	max-width: 100%;
}
.service .contain{
	display: flex;
	justify-content: space-between;
}
.service .contain .ll{
	width: 61%;
}
.service .contain .ll h2{
	font-size: 3.6rem;
	font-family: "title";
	color:#232628;
	text-transform: uppercase;
}
.service .contain .ll h2 span{
	color: #2d3f9a;
	font-family: "title";
}
.service .contain .tt0{
	margin: 3rem 0;
}
.service .contain .tt0 p{
	line-height: 1.6;
	letter-spacing: 0;
	font-size: 1.5rem;
	color: #232628;
}
.service .contain h3{
	color: #232628;
    font-size: 1.8rem;
	margin-bottom: 1rem;
}
.service .contain .tt1{
	display: flex;
	flex-wrap: wrap;
	margin:2rem 0 4rem;
}
.service .contain .tt1 p{
	line-height: 1.6;
	margin: 0.6rem 0;
	font-size: 1.5rem;
	width: 50%;
	color: #333;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
}
.service .contain .tt1 p::before{
	content: '';
	position: absolute;
	width: 20px;
	height: 20px;
	left: 0;
	top: 3px;
	background: url(../images/ok.png) no-repeat center/70%;
}
.service .contain .tt2 p{
	line-height: 1.6;
	color: #888;
	font-size: 1.3rem;
}
.service .contain .rr{
	width: 33%;
}
.service .contain .rr img{
	width: 100%;
	display: block;
	margin-bottom: 6%;
}
.service2{
	padding: 5% 0;
}
.service2 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: c;
}
.service2 ul li{
	width: 31%;
	color: #fff;
	display: flex;
	margin:2% 0;
}
.service2 ul li img{
	background: #2d3f9a;
	padding: 6px;
	height: 45px;
	margin-right: 20px;
}
.service2 ul li h3{
	font-size: 1.8rem;
	font-family: "title";
	margin-bottom: 10px;
}
.service2 ul li p{
	font-size: 1.4rem;
	line-height: 1.4;
	color: #fff;
	opacity: 0.6;
	transition: all 0.4s ease;
}
.service2 ul li:hover p{
	opacity: 1;
}
.service3{
	background: #2d3f9a;
	padding: 2rem 0;
}
.service3 .contain{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service3 .contain p{
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 2.8rem;
	font-family: "title";
	opacity: 0.8;
}
.service3 .contain p img{
	width: 50px;
	margin-right: 15px;
}
.about .contain{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about .contain .ll{
	width: 47%;
}
.about .contain .ll img{
	width: 100%;
	display: block;
}
.about .contain .rr{
	width: 48%;
}
.about .contain h3{
	font-size: 2.6rem;
	font-family: "title";
	color:#232628;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
.about .contain h3 span{
	color: #2d3f9a;
	font-family: "title";
}
.about .contain p{
	line-height: 1.7;
	font-size: 1.4rem;
	color: #666;
	margin: 2rem 0;
}
.about .contain:first-of-type p:first-of-type{
	font-weight: bold;
	color: #232628;
}
.about .contain i{
	line-height: 1.6;
	font-size: 1.6rem;
	color: #666;
	opacity: 0.5;
	margin: 4rem 0 0;
}
.about .contain:nth-of-type(2n){
	margin:4% auto;
	flex-direction: row-reverse;
}
.about .contain:nth-of-type(2n) .ll{
	width: 48%;
}
.about .contain:nth-of-type(2n)  .rr{
	width: 47%;
}
.about2{
    background-color: #f0f2f5
}
.about2 .title{
	text-align: center;
}
.about2 .lines{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 1rem 0;
}
.about2 .lines span{
	display: inline-block;
    vertical-align: top;
    width: 33px;
    height: 5px;
    transform: skew(-40deg,0deg);
    border-radius: 2px;
    background-color: #2d3f9a;
}
.about2 .lines span:last-of-type{
	width: 16px;
	margin-left: 3px;
}
.about2 ul{
	display: flex;
	justify-content: space-between;
}
.about2 ul li{
	width: 23%;
	margin-top: 2%;
}
.about2 ul li .imgs{
	position: relative;
	background: #000;
	overflow: hidden;
}
.about2 ul li .imgs img{
	display: block;
	width: 100%;
	transition: all 0.4s ease;
}
.about2 ul li:hover .imgs img{
	opacity: 0.7;
}
.about2 ul li .imgs .t1{
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	padding: 3%;
	text-align: center;
	opacity: 0;
	transition: all 0.4s ease;
}
.about2 ul li:hover .imgs .t1{
	opacity: 1;
	bottom: 0;
}
.about2 ul li .imgs .t1 a{
	display: block;
	margin: 8px 0;
}
.about2 ul li .imgs .t1 a div{
	background: #fff;
	border-radius: 30px;
	padding: 10px;
	box-sizing: border-box;
	color: #666;
	font-size: 1.3rem;
	width: 60%;
	margin: auto;
}
.about2 ul li .imgs .t1 .mail{
	background: #2d3f9a;
	color: #fff;
}
.about2 ul li .txt2{
	background: #fff;
	text-align: center;
	font-size: 1.6rem;
	padding: 2rem 3rem ;
	margin-top: 5%;
}
.about2 ul li:hover .txt2{
	background-color: #102128;
	color: #fff;
	transition: all 0.4s ease;
}
.about2 ul li .txt2 p{
	font-size: 1.5rem;
	transition: all 0.4s ease;
}
.about2 ul li:hover .txt2 p{
	color: #fff;
}
.about2 ul li .tel{
	display: flex;
	align-items: center;
	justify-content: center;
}
.about2 ul li .tel img{
	width: 15px;
	margin-right: 5px;
	border: 2px solid #2d3f9a;
	border-radius: 50%;
	padding: 3px;
}
.about3 ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 4rem auto;
}
.about3 ul li{
	width: 14.5%;
}
.about3 ul li img{
	width: 100%;
	display: block;
	opacity: 0.7;
	transition: all 0.4s ease;
}
.about3 ul li:hover img{
	opacity: 1;
}
.faq{
	padding-top: 3%;
}
.faq ul li{
	cursor: default;
}
.faq ul li .txt{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding: 2rem 0;
}
.faq ul li .txt span{
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #ccc;
	font-size: 1.8rem;
	margin-right: 20px;
	color: #999;
	transition: all 0.4s ease;
}
.faq ul li.active .txt span{
	border-color: #da2027;
	color: #da2027;
}
.faq ul li h3{
	font-size: 1.8rem;
	color: #232628;
	font-family: "title";
}
.faq ul li .txt2 {
	padding: 1rem 0 0;
	display: none;
}
.faq ul li .txt2 p{
	font-size: 1.45rem;
	line-height: 1.6;
	margin: 1.5rem 0;
}
.faq ul li .txt2 p:first-of-type{
	opacity: 0.7;
}
.coming{
	width: 100%;
	height: 100vh;
	position: relative;
}
.coming::before{
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	top: 0;
	background: #000;
	opacity: 0.7;
}
.coming .contain{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
	color: #fff;
	z-index: 9;
}
.coming img{
    height: 8rem;
}
.coming h2{
	margin: 5rem 0 ;
	font-size: 7rem;
	font-family: "title";
	line-height: 1.1;
}
.coming h2 span{
	color: #da2027;
	font-family: "title";
}
.coming p{
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.6;
}
.coming .bot{
	display: flex;
	align-items: center;
	width: 38%;
	justify-content: space-between;
	margin-top: 6rem;
}
.coming .bot input{
	display: block;
    width:calc(100% - 200px);
	box-sizing: border-box;
	line-height: 42px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 1.4rem;
    outline: none !important;
    background-color: #eceff3;
}
.coming .bot .submit2 button{
	margin: 0;
}
.contact{
	margin-top: -18rem;
	margin-bottom: 6%;
	position: relative;
	z-index: 9;
	padding: 3% 5%;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0px 3px 18px rgba(35,38,40,.3)
}
.contact .title h3{
	font-size: 3.6rem;
}
.contact .contain{
	margin-top: 2%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contact .contain .ll{
	display: flex;
	justify-content: space-between;
	width: 57%;
	flex-wrap: wrap;
}
.contact .contain .ll p{
	width: 48%;
	margin: 10px 0;
}
.contact .contain p span{
	display: block;
	color: #102128;
	font-size: 1.4rem;
	margin-bottom: 5px;
}
.contact .contain .ll p input{
	display: block;
    width: 100%;
    line-height: 42px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 1.4rem;
    outline: none !important;
    background-color: #eceff3;
	box-sizing: border-box;
}
.contact .contain .rr{
	width: 40%;
	margin-top: 10px;
}
.contact .contain textarea{
	display: block;
    width: 100%;
    line-height: 42px;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 1.4rem;
    outline: none !important;
    background-color: #eceff3;
	box-sizing: border-box;
	height: 145px;
}
.contact .contain .agree{
	display: flex;
	color: #888;
	font-size: 1.3rem;
	align-items: center;
	margin-top: 6rem;
}
.contact .contain .agree input{
	width: 16px;
    height: 16px;
	background: #eceff3;
	margin-right: 5px;
	cursor: pointer;
}
.submit2 button{
	margin-top: 5rem;
	text-align: center;
    padding: 15px 40px;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: .3px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 3px;
    background-color: #2d3f9a;
    outline: none !important;
    border: none;
    box-shadow: 0 2px 0 #567ab4;
    transition: all .2s ease-in;
	box-shadow: none;
	cursor: pointer;
}
.submit2 button:hover{
	background: #da2027;
}
.pro .pbox{
	display: flex;
	justify-content: space-between;
}
.pro .pbox .left{
	width: 22%;
	height: 100%;
}
.pro .pbox .left h6{
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #232628;
	color: #fff;
	font-size: 1.6rem;
}
.pro .pbox .left h6 img{
	margin-right: 10px;
	width: 40px;
}
.pro .pbox .bbox{
	padding: 3rem 2rem;
	background-color: #fff;
    box-shadow: 0 5px 18px rgba(0,0,0,.18);
}
.pro .pbox .right{
	width: 75%;
}
.pro .pbox .right .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
	border-bottom: 1px solid #eee;
}
.pro .pbox .right h2{
    color: #232628;
    font-size: 2.6rem;
}
.pro .pbox .right .selss{
	display: flex;
	align-items: center;
}
.pro .pbox .right .selss .s1{
	margin-right: 9px;
    text-transform: uppercase;
    font-size: 1.2rem;
    color: #888;
}
.pro .pbox .right .selss .ss{
	width: 130px;
	line-height: 38px;
}
.pro .left .selss .ss{
	line-height: 40px;
}
.pro .left .selss{
	margin-bottom: 1.5rem;
}
.pro .selss .ss::after{
	display: none;
}
.pro .selss:hover .ss i{
	color: #2d3f9a;
}
.pro .selss.active .ss i{
	transform: rotate(90deg);
}
.prSel{
	margin: 2rem 0;
}
.prSel h5{
	font-size: 1.6rem;
}
.pro .submit2 button{
	width: 100%;
	margin: 2rem 0;
}
.pro .pbox .bbox2{
	margin-top: 2rem;
	padding: 1.5rem 2rem;
	border-top: 4px solid #2d3f9a;
}
.pro .bbox2 .b2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #232628;
    font-size: 1.5rem;
	font-weight: bold;
	cursor: pointer;
	letter-spacing: 0.4px;
} 
.pro .bbox2 .b2 span{
	font-size: 2rem;
	color: #ccc;
}
.pro .bbox2:hover .b2 span{
	color: #da2027;
}
.pro .bbox2 .bsb{
	display: none;
}
.pro .bbox2 .b2s{
	display: flex;
	flex-wrap: wrap;
	padding: 1rem 1rem;
}
.pro .bbox2 .b2s p{
	width: 50%;
	color: #232628;
    font-size: 1.4rem;
	margin: 5px 0;
	display: flex;
	align-items: center;
}
.pro .bbox2 .b2s p input{
	width: 16px;
    height: 16px;
	background: #dfe1e5 !important;
	border: none;
	border-radius: 3px;
	margin-right: 6px;
	margin-top: -2px;
}
.pro .pbox .pp{
	width: 31.3%;
	margin-right: 3%;
}
.pro .pbox .pp:nth-of-type(4n){
	margin-right: 3%;
}
.pro .pbox .pp:nth-of-type(3n){
	margin-right: 0;
}
.pro .sold{
	position: absolute;
    right: -65px;
    padding: 0 55px;
    top: 20px;
    width: 80px;
    height: 33px;
    line-height: 33px;
    transform: rotate(45deg);
    background-color: #da2027;
    color: #fff !important;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
}
.pro .txt{
	padding: 1.8rem 0 0;
	border: none;
	margin: 0;
}
.pro .pp:hover .txt{
	background: none;
}
.pro .txt .ll{
	position: relative;
}
.pro .txt .ll p strong{
	width: 58%;
	font-size: 1.4rem;
}
.pro .txt .price{
	right: 0;
	bottom: 0;
}
.pro .txt dl{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}
.pro .txt dl dd{
	width: 33.3%;
	color: #888;
	margin: 2px 0;
}
.pro .txt dl dd img{
	height: 20px;
	margin: 0 0 0 3px;
}
.pro .bottom{
	border-top: 1px solid #ccc;
	padding-top: 4%;
	margin-top: 6%;
}
#pages{
	display: flex;
	justify-content: center;
}
#pages li{
	width: 32px;
    height: 32px;
    margin: 0 8px;
    padding: 0;
    background-color: #2d3f9a;
	color: #ffff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	font-size: 1.4rem;
	cursor: pointer;
}
#pages li.active{
	background: #da2027;
}
#pages li a{
    color: #fff;
}
.prod1 dl{
	display: flex;
	justify-content: space-between;
}
.prod1 dl dd{
	background: #eaedf0;
	width: 31%;
	display: flex;
	align-items: center;
	padding: 2rem 2rem 1.5rem;
	box-sizing: border-box;
	border-radius: 5px;
}
.prod1 dl dd img{
	width: 30px;
	display: block;
	margin-right: 15px;
	margin-top: -6px;
}
.prod1 dl dd p{
	color: rgba(0,0,0,.6);
	font-size: 1.3rem;
	margin: 0;
}
.prod1 dl dd p strong{
	color: rgba(0,0,0,1);
	font-size: 1.6rem;
	display: block;
	line-height: 1;
}
.prod1 .txt h2{
	font-size: 3.6rem;
    font-weight: 700;
	color: #102128;
	margin: 4% 0 1.5%;
}
.prod1 .txt h6{
	text-transform: uppercase;
    color: #102128;
    opacity: .5;
    font-size: 1.4rem;
    font-weight: 400;
}
.prod1 .contain{
	display: flex;
	justify-content: space-between;
	margin-top: 1%;
}
.prod1 .ll{
	width: 31%;
}
.prod1 .t1{
	background: #eaedf0;
	padding: 3rem 2rem 3rem;
	box-sizing: border-box;
	border-radius: 5px;
}
.prod1 .t1 p{
	text-transform: uppercase;
    color: #102128;
    font-size: 1.4rem;
    font-weight: 400;
	line-height: 1.6;
}
.prod1 .t1 p b{
	font-size: 3rem;
    font-weight: 700;
	color: #102128;
	display: block;
}
.prod1 .t1 .submit2 button{
	width: 100%;
	margin: 2rem 0 0;
}
.prod1 .t2{
	border:1px solid #bbbec1;
	padding: 2rem;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
	margin: 5% 0;
}
.prod1 .t2 .ts{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.prod1 .t2 p{
	color: #102128;
    font-size: 1.2rem;
	width: 30%;
	line-height: 1.2;
}
.prod1 .t2 p strong{
	padding: 5px;
    font-size: 2.6rem;
    font-weight: 700;
	display: block;
	line-height: 1;
}
.prod1 .t2 img{
	background: #2d3f9a;
	width: 34px;
	padding: 15px;
	border-radius: 50%;
}
.prod1 .t2:last-of-type img{
	background: #18d551;
	border: 5px solid #eaedf0;
}
.prod1 .t2 h3{
	color: #102128;
	margin-bottom: 3%;
    font-size: 1.8rem;
}
.prod1 .t2 h6{
	opacity: .5;
	font-weight: normal;
	margin-top: 3%;
    color: #102128;
    font-size: 1.4rem;
}
.prod1 .rr{
	width: 66%;
}
.prod1 .rr .imgs{
	border-radius: 5px;
	overflow: hidden;
	width: 100%;
	height: calc(100% - 100px);
}
.prod1 .rr .imgs img{
	display: block;
	width: 100%;
}
.prod1 .rr ul{
	display:flex;
	justify-content: space-between;
	margin-top: 10px;
}
.prod1 .rr ul a{
	display: block;
	width: 24%;
	background: #102128;
	border-radius: 3px;
	padding:0 3rem;
	box-sizing: border-box;
	transition: all 0.4s linear;
	position: relative;
}
.prod1 .rr ul a:hover{
	background: #da2027;
}
.prod1 .rr ul li{
	height: 70px;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 1.5rem;
}
.prod1 .rr ul li img{
	width:20px;
	margin-right: 8px;
}
.prod1 .rr ul .c_others p{
    position: absolute;
    left: 0%;
    top: 90px;
    background: #da2027;
    color: #fff;
    min-width: 30rem;
    padding: 1rem 2rem;
    font-size: 1.4rem;
    line-height: 1.3;
    text-align: center;
    border-radius: 3px;
    opacity: 0;
    transition: all 0.4s linear;
}
.prod1 .rr ul .c_others p:before{
    content: '';
    position: absolute;
    left: 3.5rem;
    top: -7px;
    width: 0;
    height: 0;
    border-bottom: 7px solid #da2027;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}
.prod1 .rr ul .c_others{
    overflow: hidden;
}
.prod1 .rr ul .c_others:hover{
    overflow: inherit;
}
.prod1 .rr ul .c_others:hover p{
    opacity: 1;
    top: 80px;
}
.prod2{
	background: #2d3f9a;
	padding: 3% 0;
}
.prod2 ul{
	display: flex;
	justify-content: space-between;
}
.prod2 ul li{
	width: 23.5%;
	background: rgba(255,255,255,.1);
	padding: 1.5rem  2rem 2rem;
	box-sizing: border-box;
	border-radius: 5px;
	text-align: center;
}
.prod2 ul li img{
	margin: auto;
	display: block;
	height: 56px;
}
.prod2 ul li p{
	color: #fff;
	font-size: 1.3rem;
	margin-top: 0.5rem;
	line-height: 1.6;
}
.prod2 ul li p strong{
	display: block;
	font-size: 1.6rem;
}
.prod3 .contain{
	padding-top: 5%;
	display: flex;
	justify-content: space-between;
}
.prod3 .left{
	width: 25%;
}
.prod3 .title h3{
	line-height: 1.1;
	font-size: 4rem;
	margin-top: 7%;
}
.prod3 .right{
	width: 74%;
	position: relative;
}
.prod3 .contain1 .right{
	display: flex;
	justify-content: space-between;
}
.prod3 table{
	width: 42%;
}
.prod3 table tr td{
	font-size: 1.6rem;
	color: #888;
	padding: 1.8rem 0;
	border-bottom:  1px solid #d5d9e0;
	word-break: inherit !important;
}
.prod3 table tr td:last-of-type{
	color: #232628;
	text-align: right;
	font-weight: bold;
}
.prod3 .contain3 table tr:first-of-type td {
    font-size: 2.4rem;
	text-align: left;
}
.prod3 .swiper-slide{
	height: 154px;
	overflow: hidden;
	position: relative;
}
.prod3 .swiper-slide img{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.btns2 >div{
	background: #fff;
	border-radius: 50%;
	width: 34px;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
.btns2 >div::after{
	font-size: 1.2rem;
	font-weight: bold;
}
.btns2 .swiper-button-prev{
	left: -17px;
}
.btns2 .swiper-button-next{
	right: -17px;
}
.prod3 .contain4 .tt1 p{
	font-size: 1.5rem;
	line-height: 1.6;
	color:#232628;
	margin: 1.5rem 0;
}
.prod3 .contain4 .tt1 p strong{
	color:#333
}
.prod3 .contain4 .tt2{
	background: #eaedf0;
	border-left: 5px solid #2d3f9a;
	padding: 2% 3%;
	margin-top: 4%;
}
.prod3 .contain4 .tt2 p{
	font-size: 1.46rem;
	line-height: 1.6;
	color:#232628;
	margin: 1.5rem 0;
}
.prod3 .contain5 h4{
	text-transform: uppercase;
	font-size: 1.7rem;
	font-family: "title";
	margin-bottom: 2rem;
}
.prod3 .contain5 .txt5{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.prod3 .contain5 p{
	width: 48%;
    border-bottom: 1px solid #d8d8d8;
    font-size: 1.6rem;
	padding: 1.5rem 0 ;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	color:#232628;
}
.prod3 .contain5 p::before{
	content: '';
	background: url(../images/ok.png) no-repeat center/60%;
	width: 16px;
	height: 16px;
	border: 1px solid #2d3f9a;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
}
.prod3 .contain6 h4{
	font-size: 2.4rem;
	font-family: "title";
	margin-bottom: 2rem;
}
.prod3 .contain6 .left{
	width: 20%;
}
.prod3 .contain6 .title h3{
	margin: 0;
}
.prod3 .contain6 .left p {
	color:#888;
	line-height: 1.6;
	font-size: 1.4rem;
	margin-top: 4rem;
}
.prod3 .contain6 .middle{
	width: 35rem;
	margin: 0 2%;
}
.prod3 .contain6 ul li{
	display: flex;
	align-items: center;
	margin-bottom: 3rem;
}
.prod3 .contain6 ul li img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 2px solid #2d3f9a;
	margin-right: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	padding: 5px;
}
.prod3 .contain6 ul li p {
	color:#888;
	line-height: 1.4;
	font-size: 1.4rem;
}
.prod3 .contain6 ul li p strong{
	display: block;
	font-size: 1.4rem;
}
.prod3 .contain6 .right{
	width: 47%;
}
.prod3 .contain6 .right .message{
	background: #eaedf0;
	display: flex;
	justify-content: space-between;
	padding: 2rem;
	box-sizing: border-box;
}
.prod3 .contain6 .right .message .l0{
	width: 50%;
}
.prod3 .contain6 .right .message .r0{
	width: 48%;
}
.prod3 .contain6 .right .message input{
	display: block;
    width: 100%;
    line-height: 48px;
    padding: 0 21px;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 1.4rem;
	box-sizing: border-box;
	margin-bottom: 1rem;
}
.prod3 .contain6 .right .message textarea{
	display: block;
    width: 100%;
    line-height: 47px;
    padding: 0 21px;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 1.4rem;
	box-sizing: border-box;
	height: 11.5rem;
}
.prod3 .contain6 .submit2 button{
	margin-top:1.2rem;
	width: 100%;
}
.prod4{
	background:#eaedf0;
	margin-top: 5%;
}
.prod4 .title{
	text-align: center;
}
.prod4 .title h3{
	font-size: 4rem;
}
.prod4 .title p{
	color: #232628;
	width: 50%;
	margin:2rem  auto 1rem;
	font-size: 1.4rem;
	line-height: 1.5;
}
.prod4 .txt{
	display: flex;
	flex-wrap: wrap;
}
.prod4 .txt p{
	width: 31.3%;
    font-size: 1.7rem;
	margin-top:4%;
	font-weight: bold;
	line-height: 1.1;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	color:#232628;
	margin-right: 3%;
}
.prod4 .txt p:nth-of-type(3n){
	margin-right: 0;
}
.prod4 .txt p::before{
	content: '';
	background: url(../images/ok.png) no-repeat center/70%;
	width: 26px;
	height: 26px;
	border: 2px solid #2d3f9a;
	border-radius: 50%;
	display: block;
	margin-right: 10px;
}
.shop {
	padding-top: 2%
}
.shop .pbox{
	display: flex;
	justify-content: space-between;
}
.shop .pbox .left{
	width: 22%;
	height: 100%;
}
.shop .pbox .bbox{
	padding: 3rem 2rem;
	background-color: #fff;
	border-top: 4px solid #2d3f9a;
    box-shadow: 0 2px 5px rgba(0,0,0,.18);
	margin-bottom: 3rem;
}
.shop .pbox h6{
	color: #232628;
	font-family: "title";
    font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 2rem;
}
.shop .pbox .bbox2 p{
	font-size: 1.4rem;
	position: relative;
	padding-left: 12px;
	line-height: 1.4;
	margin: 1rem 0 0;
}
.shop .pbox .bbox2 p::before{
	content:'';
	position: absolute;
	left:0;
	top: 7px;
	width: 4px;
	height: 4px;
	background: #333;
	border-radius: 50%;
}
.shop .pbox .bbox2 p span{
	color: #2d3f9a;
}
.shop .pbox .right{
	width: 75%;
}
.shop .pbox .right .top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 70px;
}
.shop .pbox .right h2{
    color: #232628;
    font-size: 1.6rem;
	font-weight: normal;
}
.shop .pbox .right .selss .ss{
	width: 130px;
	line-height: 38px;
}
.shop .pbox .pls{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2rem 0;
}
.shop .pbox .pls img{
	width: 31%;
	display: block;
}
.shop .pbox .pls .tt{
	width: 60%;
}
.shop .pbox .pls h5{
	font-size: 1.42rem;
	color: #333;
	margin-bottom: 3px;
	font-weight: normal;
}
.shop .pbox .pls p{
	color: #555;
	font-size: 1.4rem;
}
.shop .pbox .pls p del{
	opacity: 0.5;
	margin-right: 5px;
}
/* shop 右边 */
.shop .selss .ss::after{
	display: none;
}
.shop .plist dl{
	display: flex;
	flex-wrap: wrap;
}
.shop .plist dl dd{
	width: 31.3%;
	margin-right: 3%;
	margin-bottom: 3%;
}
.shop .plist dl dd:nth-of-type(3n){
	margin-right: 0;
}
.shop .plist dl dd b{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.shop .plist dl dd b span{
	position: absolute;
    top: 20px;
    left: -36px;
    height: 33px;
    line-height: 33px;
    background-color: #2d3f9a;
    text-transform: uppercase;
    color: #fff !important;
    width: 140px;
    text-align: center;
    transform: rotate(-45deg);
    z-index: 1;
}
.shop .plist dl dd b img{
	display: block;
	width: 100%;
}
.shop .plist dl dd h5{
	color: #232628;
	font-size: 1.6rem;
	font-family: "title";
	margin-top: 2rem;
	transition: all 0.4s ease;
}
.shop .plist dl dd:hover h5{
	color: #da2027;
}
.shop .plist dl dd p{
	color: #555;
	font-size: 1.4rem;
}
.shop .plist dl dd p del{
	opacity: 0.5;
	margin-right: 5px;
}
.shopd .right  .bar1{
	display: flex;
	justify-content: space-between;
}
.shopd .right  .bar1 .rrl{
	width: 45%;
}
.shopd .right  .bar1 .rrl img{
	display: block;
	width: 100%;
}
.shopd .right  .bar1 .swiper-pagination{
	position: static;
	display: flex;
	margin-top: 10px;
}
.shopd .right  .bar1 .swiper-pagination span{
	width: 25% !important;
	height: auto !important;
	border-radius:0;
	display: block;
	opacity: 0.5 !important;
}
.shopd .right  .bar1 .swiper-pagination .swiper-pagination-bullet-active{
	opacity: 1 !important;
}
.shopd .right  .bar1 .rrr{
	width: 52%;
}
.shopd .right .bar1 h2{
	color: #232628;
	font-size: 2.6rem;
	font-weight: bold;
}
.shopd .right .bar1 h5{
	color: #2d3f9a;
	font-size: 1.6rem;
	margin: 1rem 0;
}
.shopd .right .bar1 h5 del{
	opacity: 0.5;
	margin-right: 5px;
	font-weight: normal;
}
.shopd .right .bar1 p{
	line-height: 1.5;
	color: #232628;
	font-size: 1.45rem;
}
.shopd .right .bar1 h6{
	font-size:1.4rem;
	font-weight: normal;
	color: #77a464;
	margin: 3rem 0 2rem;
}
.shopd .right .bar1 .tm{
	font-size:1.4rem;
	font-weight: normal;
	color: #da2027;
}
.shopd .barss{
	margin-top: 4%;
}
.shopd .right .bar2 h4{
	color: #232628;
	font-size: 3rem;
	font-weight: bold;
	margin-bottom: 2rem;
}
.shopd .right .bar2 p{
	line-height: 1.5;
	color: #232628;
	font-size: 1.45rem;
}
.shopd .bar3 .title h3{
	margin-bottom: 3rem;
}
.shopd .bar3 .plist dl dd{
	width: 23%;
}
.shopd .bar3 .plist dl dd:nth-of-type(3n){
	margin-right: 2%;
}
.shopd .bar3 .plist dl dd:nth-of-type(4n){
	margin-right: 0;
}
.shopd .bar4 .title h3{
	font-size: 2.6rem;
}
.search {
	position: relative;
}
.search input{
    line-height: 42px;
	display: block;
    width: 100%;
    padding: 0 21px;
    font-weight: 400;
    color: #888;
    border: 2px solid #eceff3;
    font-size: 1.4rem;
	box-sizing: border-box;
    outline: none !important;
    background-color: #eceff3;
}
.search button{
	position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 45px;
	background: none;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}
.search button::after{
	content: '';
	position: absolute;
	right: 0;
	width: 4px;
	height: 100%;
	background: #2d3f9a;
	top: 0;
	transition: all .4s ease;
}
.search button i{
	position: relative;
    z-index: 10;
	color: #2d3f9a;
	font-weight: bold;
	transition: all .4s ease;
}
.search:hover button i{
	color: #fff;
}
.search:hover button::after{
	width: 48px;
}
.selss{
	position: relative;
}
.selss .ss{
	display: flex;
	justify-content: space-between;
	line-height: 48px;
    font-weight: 400;
    padding:0 14px;
	background-color: #eceff3;
	position: relative;
	cursor: pointer;
}
.selss .ss span{
	font-size: 1.4rem;
    color: #555;
}
.selss .ss i{
	display: block;
	transform: rotate(-90deg);
	font-size: 1.6rem;
    color: #555;
	position: relative;
	z-index: 6;
	font-weight: bold;
}
.selss .ss::after{
	content: '';
	position: absolute;
	right: 0;
	width: 4px;
	height: 100%;
	background: #2d3f9a;
	top: 0;
	transition: all .4s ease;
}
.selss:hover .ss i{
	color: #fff;
}
.selss:hover .ss::after{
	width: 48px;
}
.selss .ss2{
	position: absolute;
	left: 0;
	top: 48px;
	background: #fff;
	border: 1px solid #ccc;
	width: 100%;
	display: none;
	z-index: 99;
}
.selss .ss2 span{
	font-size: 1.4rem;
    color: #555;
	border-bottom: 1px solid #eee;
	transition: all .4s ease;
	display: block;
	padding: 10px 14px;
	cursor: pointer;
}
.selss .ss2 span:last-of-type{
	border: none;
}
.selss .ss2 span:hover{
	background:#eceff3 ;
	color: #888;
}
.selss2{
    width: 100%;
	height: 40px;
	border: none;
	margin-bottom: 1.5rem;
    font-weight: 400;
    padding:0 10px;
	background-color: #eceff3;
	position: relative;
	cursor: pointer;
	font-size: 1.4rem;
    color: #555;
}
.selss2 option{
    height: 40px;
    font-size: 1.4rem;
    color: #555;
}