.g-banner img{
	width: 100%;
}
.g-banner{
	margin-bottom: 20px;
}
.g-content{
	width: 1200px;
	margin: 0 auto;
}
.menu-left{
	width: 886px;
}
.g-left-top{
	width: 845px;
	margin: 0 auto;
}
.g-left-top input{
	width: 740px;
	height: 42px;
	background: #F7F7F7;
	text-indent: 20px;
	border-radius: 2px 0px 0px 2px;

}
.search-btn{
	width: 105px;
	height: 42px;
	background: linear-gradient(90deg,#5285fc, #326afc);
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	border-radius: 0 2px 2px 0;
}

.search-box{
	padding: 20px 0 5px;
	position: relative;
}
.search-box img{
	width: 18px;
	height: 18px;
	position: absolute;
	right: 125px;
	cursor: pointer;
	display: none;
}
.g-check-list{
	width: 845px;
	height: 46px;
	margin: 0 auto;
	border-bottom: 1px solid #F0F0F0;
}
.g-check-list .g-left-label{
	font-size: 15px;
	color: #333333;
	padding-right: 25px;
}
.search-text p{
	font-size: 14px;
	color: #999999;
	padding-right: 25px;
	cursor: pointer;
}
.search-text .check-active{
	color: #2533C4;
}
.search-text p:last-of-type{
	padding-right: 0;
}
.check-list{
	width: 760px;
}
.check-box{
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #999999;
	box-sizing: border-box;
	margin-right: 5px;
	position: relative;
}
.check-box img{
	width: 12px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.check-box-select{
	border: 0 !important;
}
.check-label{
	margin-right: 25px;
	cursor: pointer;
}
.check-label-lists .check-label{
	margin-bottom: 17px;
	margin-right: 58px;
}
.check-label p{
	font-size: 14px;
	color: #999999;
	line-height: 1;
}
.check-label .check-active{
	color: #2533C4;
}
.menu-top{
	border-radius: 6px;
	overflow: hidden;
	background: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
.show-btn{
	width:72px;
	height: 23px;
	background: linear-gradient(90deg,#5285fc, #326afc);
	border-radius: 12px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
}
.show-btn img{
	width:9px;
	height: 5px;
	margin-left: 5px;
}
.check-more{
	width: 734px;
	background: #F7F7F7;
	margin-left: 105px;
	padding: 25px 0 25px;
	position: relative;
	margin-top: 12px;
	display: none;
	margin-bottom: 20px;
}
.arrow-top{
	width:0;
	height:0;
	border: 12px solid;
	border-color: transparent transparent #F7F7F7; 
	position: absolute;
	top: -24px;
	right: 20px;  
}
.check-more .check-label-list{
	padding: 0 34px;
}
/*保险列表*/
.g-list-content{
	border-radius: 6px;
	overflow: hidden;
	background: #FFFFFF;
}

.g-list-tab ul{
	width: 888px;
	height: 60px;
	border-radius: 6px 6px 0 0;
	overflow: hidden;
	background: #FCFCFC;
}
.g-list-tab ul li{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	color: #999999;
	position: relative;
	cursor: pointer;
}
.g-list-tab ul li:hover{
	color: #2533c4;
}
.g-list-tab ul li:after{
	content: "";
	width: 1px;
	height: 15px;
	background: #999999;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.g-list-tab ul li:last-of-type:after{
	width: 0;
}
.g-list-tab ul .active{
	background: #E5E7FA;
	color: #2533C4;
	border-bottom: 1px solid #2533C4;
	box-sizing: border-box;
	
}
.g-list-tab ul .active:after{
	width: 0;
}
/*商品信息*/
.d-list-item{
	background: #FFFFFF;
}
.goods-img img{
	width: 193px;
	height: 185px;
}
.goods-img{
	width: 193px;
	height: 185px;
	position: relative;
	margin-right: 24px;
}
.goods-name{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	height: 31px;
	text-align: center;
	line-height: 31px;
	color: #FFFFFF;
	font-size: 16px;
}
.d-list-item{
	padding: 40px 20px;
}
.goods-info-title h4{
	font-size: 24px;
	color: #333333;
	font-weight: 400;
}
.goods-info-title p{
	font-size: 13px;
	color: #2533C4;
	width: 67px;
	height: 24px;
	background:  #e5e7fa;
	text-align: center;
	line-height: 24px;
	margin-left: 30px;
}
.term{
	background: #FFFFFF;
	padding: 40px 0 0;
}
.trem-box{
	margin: 0 20px;
	border-bottom: 1px solid #F7F7F7;
	padding-bottom: 28px;
}
.about-title{
	background: #FFFFFF;
	padding-top: 60px;
}
.about-title-item{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 50px;
	padding-top: 50px;
}
.about-img{
	text-align: center;
	width: 1200px;
	margin: 0 auto;
	height: 59px;
}
.about-img img{
	width: 100%;
}
.about-title-text{
	font-size: 21px;
	color: #999999;
	text-align: center;
	padding-top: 47px;
}
.lc{
	background: #F7F7F7;
	padding-bottom: 50px;
}
.lc p{
	width: 1200px;
	margin: 0 auto;
}
.lc img{
	width: 100%;
}
.a-item img{
	width: 86px;
	height: 86px;
	margin-bottom: 47px;
}
.a-item{
	width: 270px;
	height: 300px;
	box-shadow: 0px 0px 10px 0px rgba(37,51,196,0.06); 
	background: #FFFFFF;
	border-radius: 4px;
}
.a-item p{
	font-size: 24px;
	color: #333333;
	font-weight: 400;
}
.about-servise{
	padding: 50px 0;
}
.about-servise .about-servise-item{
	width: 1200px;
	margin: 0 auto;
}
.a-s-box{
	width: 100%;
	height: 300px;
	border-radius: 6px;
	overflow: hidden;
	margin: 40px 0 0 0;
}
.a-s-box p{
	font-size: 30px;
	color: #FFFFFF;
	font-weight: 500;
	padding: 75px 0 60px;
}
.a-s-box p span{
	padding: 0 5px;
}
.a-item-btn{
	width: 162px;
	height: 60px;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	text-align: center;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 400;
	cursor: pointer;
}
/*公司简介*/
.about-id{
	background: #FFFFFF;
	padding: 50px 0;
}
.about-info{
	width: 1200px;
	margin: 46px auto 0;
}
.company{
	width: 680px;
}
.company-title{
	font-size: 20px;
	color: #333333;
	position: relative;
}
.company-title:after{
	content: "";
	width: 14px;
	height: 2px;
	background: #2533C4;
	position: absolute;
	left: 0;
	bottom: -15px;
}
.company-english{
	font-size: 16px;
	color: #666666;
	padding-top: 32px;
}
.about-content-text p{
	padding-top: 30px;
}
.about-content-text{
	margin-top: 50px;
	line-height: 34px;
	text-align: justify;
	font-size: 14px;
	color: #666666;
}
.about-id-img img{
	width: 277px;
	height: 335px;
	margin-top: 28px;
}
.fen-company{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 ;
	position: relative;
}
.company-text{
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 34px;
	padding: 48px 0;
}
.map-cotent{
	width: 347px;
	background: #FFFFFF;
	padding: 0 28px 30px;
	margin-bottom: 40px;
	position: absolute;
	right: 160px;
	top: 486px;
	border-radius: 6px;
}
.map-cotent .map-name{
	font-size: 19px;
	color: #333333;
	font-weight: 400;
}
.map-top-text{
	padding: 40px 0 15px;
}
.map-yuan{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #FD6620;
	margin-right: 10px;
}
.map-text{
	width: 100%;
	font-size: 13px;
	color: #666666;
	text-align: justify;
	line-height: 24px;
}
.map-text-top{
	width: 100%;
	padding-bottom: 29px;
	border-bottom: 1px solid #FCFCFC;
}
.company-address h5{
	font-size: 17px;
	color: #333333;
	font-weight: 400;
	line-height: 29px;
}
.company-address p{
	font-size: 13px;
	color: #666666;
	
}
.company-address div{
	width: 100%;
	margin-top: 25px;
}
.company-bg{
	background: #FFFFFF;
	padding: 50px 0;
}
.company-bg-content{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	padding: 30px 0 0;
}
.img-big-show{
	background: rgba(54,54,54,0.79);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 20;
	border-radius: 6px;
	display: none;
}
.img-big-show .close{
	width: 30px;
	height: 30px;
	background: url(../img/d_img/close.png) no-repeat center/cover;
	position: absolute;
	right: 30px;
	top: 30px;
	cursor: pointer;
}
.img-big-show img{
	max-height: 388px;
	max-width: 563px;
}
.company-bg-text{
	padding: 50px 0 35px;
}
.company-bg-text img{
	width: 407px;
	height: 214px;
}
.company-right-text{
	width: 574px;
	font-size: 14px;
	color: #393939;
	line-height: 34px;
	text-align: justify;
	margin-left: 130px;
}
.img-show{
	width: 1130px;
	box-shadow: 0px 0px 10px 0px rgba(210,215,220,0.31); 
	border-radius: 6px;
	padding: 32px 35px;
	flex-wrap: wrap;
	margin:0 auto;
}
.img-show-width{
	width: 228px;
	height: 157px;
}
.img-show-height{
	width: 107px;
	height: 157px;
}
.img-show img{
	margin-right: 46px;
	margin-top: 15px;
}
.img-show img:last-of-type{
	margin-right: 0;
}
.qualifications{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.quali-content{
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 0px 10px 0px rgba(210,215,220,0.31); 
	padding: 50px 0 42px;
	margin-top: 50px;
}
.quali-left{
	width: 291px;
}
.quali-left img{
	height: 201px;
	width: 281px;
}
.quali-left img:first-of-type{
	margin-bottom: 36px;
}
.quali-center{
	width: 297px;
}
.quali-center img{
	width: 297px;
	height: 439px;
}
.quali-right{
	width: 368px;
}
.quali-right img{
	width: 139px;
	height: 204px;
	margin-bottom: 30px;
}
.quali p{
	font-size: 21px;
	color: #333333;
	margin-bottom: 20px;
}
.cooperation{
	background: #FFFFFF;
	padding: 50px 0;
	margin-bottom: 50px;
}
.coop-content{
	width: 1200px;
	margin: 0 auto;
}
.cooperation-banner{
	height: 314px;
	margin: 58px auto 0;
	position: relative;
	width: 1200px;
}

.cooperation-banner .swiper-slide{
	height: 288px;
	width: 1200px;
	margin: 0 auto;
	background: #FFFFFF;
}
.cooperation-banner .swiper-container{
	width: 1200px;
	margin: 0 auto;
	height: 314px !important;
}

.cooperation-banner .swiper-slide img{
	width: 250px;
	height: 130px;
	margin: 14px 0;
}
.cooperation-banner .swiper-button-prev{
	background: url(../img/d_img/d_prev_01.png) no-repeat center;
	left: 0px;
	top: 54% !important;
	background-size: cover;
	width: 17px !important;
	height: 31px !important;
}
.cooperation-banner .swiper-button-next{
	background: url(../img/d_img/img_next_01.png) no-repeat center;
	right: 0;
	top: 54% !important;
	background-size: cover;
	width: 17px !important;
	height: 31px !important;
}
.cooperation-banner .swiper-button-next:hover{
	background: url(../img/d_img/img_next.png) no-repeat center;
	right: 0;
	top: 52% !important;
	background-size: cover;
	width: 23px !important;
	height:43px !important;
}
.cooperation-banner .swiper-button-prev:hover{
	background: url(../img/d_img/d_prev.png) no-repeat center;
	left: 0px;
	top: 52% !important;
	background-size: cover;
	width: 23px !important;
	height:43px !important;
}
.cooperation-banner .swiper-button-prev:after{
	content: '';
}
.cooperation-banner .swiper-button-next:after{
	content: '';
}

/*pingtai*/
.chara-top{
	background: #FFFFFF;
	padding: 50px 0 40px;
}
.chara-top-box{
	width: 1200px;
	margin: 50px auto 0;
}
.chara-top-info{
	width: 530px;
}
.chara-top-info img{
	width: 530px;
	height: 299px;
	border-radius: 6px;
}
.chara-text h6{
	font-size: 20px;
	color: #333333;
	font-weight: 500;
	padding: 30px 0 10px;
}
.chara-center{
	padding: 45px 0;
}
.chara-text p{
	font-size: 15px;
	color: #666666;
	line-height: 25px;
}
.center-cont{
	width: 1200px;
	margin: 48px auto 0;
}
.center-box{
	width: 360px;
	height: 300px;
	background: #FFFFFF;
	border-radius: 6px;
	position: relative;
	overflow: hidden;
}
.center-pop{
	position: absolute;
	top: 300px;
	left: 0;
	bottom: 0;
	right: 0;
	width: 360px;
	height: 300px;
	transition: all 0.3s linear;
}
.center-pop-box{
	width: 298px;
	margin: 0 auto;
}
.center-pop-box .pop-top img{
	width: 35px;
	height: 35px;
}
.center-box:hover .center-pop{
	top:0
	
}
.center-box img{
	width: 86px;
	height: 86px;
}
.center-text{
	font-size: 22px;
	color: #333333;
	font-weight: 500;
	padding-top: 25px;
}
.pop-name{
	font-size: 22px;
	color: #FFFFFF;
	font-weight: 500;
	padding-left: 15px;
}
.pop-top{
	height: 78px;
}
.pop-top-box{
	height: 78px;
}
.pop-list{
	padding-top: 25px;
}
.pop-list li{
	line-height: 36px;
	color: #FFFFFF;
	position: relative;
}
.pop-list li::after{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -20px;
	margin-top: 1px;
}
.five-characteristic{
	padding: 50px 0;
	background: #FFFFFF;
}
.five-content{
	width: 1200px;
	margin: 0 auto;
}
.five-box-text{
	font-size: 27px;
	color: #FFFFFF;
	font-weight: 400;
	padding-top: 57px;
	position: relative;
}
.five-box-text:before{
	content: '';
	width: 29px;
	height: 4px;
	background: #FD6620;
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 2px;
}
.five-content{
	padding: 46px 0 0;
}
.five-box{
	width: 240px;
	height: 485px;
	position: relative;
	overflow: hidden;
}
.five-show-box{
	position: absolute;
	left: 0;
	top: 485px;
	background: linear-gradient(180deg,rgba(112,78,252,0.6),rgba(104,103,247,0.6),rgba(94,134,241,0.7));
	width: 240px;
	height: 485px;
	z-index: 100;
	transition: all 0.3s linear;
}
.five-show{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-top: 54px;
}
.five-show h4{
	color: #FFFFFF;
	font-size: 27px;
	padding-bottom: 70px;
}
.five-box:hover .five-show-box{
	top: 0px;
	/* display: block; */
}
.five-box:hover img{
	display: none;
}
.five-box:hover .five-box-text{
	display: none;
}
.five-show p{
	color: #FFFFFF;
	font-size: 15px;
	padding: 0 20px;
	text-align: justify;
	line-height: 30px;
}
.bottom-content{
	width: 1200px;
	margin: 50px auto 0;
}
.chara-bottom{
	padding: 50px 0;
}
.bottom-left img{
	width: 349px;
	height: 349px;
	margin-bottom: 74px;
}
.bottom-left p{
	color: #FD6620;
	font-size: 22px;
	line-height: 47px;
}
.bottom-right form{
	width: 726px;
}
.bottom-right .input-text{
	box-sizing: border-box;
	width: 726px;
	height: 96px;
	background: #FFFFFF;
	margin-bottom: 30px;
	font-size: 26px;
	color: #000;
	text-indent: 20px;
	border-radius: 5px;
	padding-left: 21px;
}
.bottom-right .input-text::-webkit-contacts-auto-fill-button {
	visibility: hidden;
	display: none !important;
	pointer-events: none;
	position: absolute;
	right: 0;
  }
.bottom-right textarea{
	box-sizing: border-box;
	width: 726px;
	background: #FFFFFF;
	height: 236px;
	border: none;
	font-size: 26px;
	color: #000;
	text-indent: 20px;
	padding-top: 20px;
	outline: none;
	border-radius: 5px;
	padding-left: 21px;
}

.input-submit{
	width: 726px;
	height: 72px;
	text-align: center;
	line-height: 72px;
	border: 1px solid #FD6620;
	border-radius: 6px;
	margin-top: 31px;
	cursor: pointer;
	color: #FD6620;
	font-size: 27px;
	background: none;
}
.guanjia-content{
	margin: 0 auto;
	text-align: center;
}
.guanjia-content img{
	width: 100%;
}
.free-btn{
	width: 121px;
	height: 34px;
	border-radius: 17px;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	bottom: 37px;
	margin-left: -60px;
	color: #366BFC;
	cursor: pointer;
	font-weight: 600;
}
.dialog-content{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(54,54,54,0.4);
	z-index: 900;
	display: none;
}
.dialog-box{
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	padding: 30px 30px;
	z-index: 901;
	text-align: center;
	border-radius: 6px;
}
.dialog-box .close img{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.dialog-boxs .close img{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.dialog-box h3{
	font-size: 30px;
	color: #333333;
	font-weight: 400;
	text-align: center;
	padding: 20px 0 30px;
}
.dialog-box p{
	font-size: 26px;
	color: #999999;
	font-weight: 400;
	padding: 0 66px;
}
.weichat-index{
	width: 270px;
	height: 270px;
	margin-top: 22px;
}
.dialog-boxs{
	width: 667px;
	height: 600px;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -309px;
	margin-left: -300px;
	text-align: center;
	border-radius:6px;
}
.dialog-boxs .close img{
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}
.dialog-boxs{
	width: 600px;
	height: 530px;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -265px;
	margin-left: -300px;
	text-align: center;
	border-radius:6px;
}
.dialog-boxs .close img{
	width: 30px;
	height: 30px;
}
.from-left img{
	width: 140px;
	height: 135px;
}
.from-left p{
	color: #FD6620;
	font-size: 17px;
	padding: 6px 0;
}
.weichat-text p{
	text-align: left;
	padding-left: 30px;
}
.dialog-boxs h3{
	font-size: 30px;
	color: #333333;
	padding: 15px 0 15px;
}
.form-right input{
	width: 490px;
	height: 45px;
	border: 1px solid #999999;
	border-radius: 6px;
	font-size: 17px;
	text-indent: 20px;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.form-right textarea{
	outline: none;
	height: 100px;
	border: 1px solid #999999;
	border-radius: 6px;
	font-size: 17px;
	padding: 10px 20px;
	box-sizing: border-box;
}
.submit-pop{
	width: 490px;
	height: 45px;
	border: 1px solid #FD6620;
	border-radius: 6px;
	line-height: 45px;
	text-align: center;
	font-size: 17px;
	color: #FD6620;
	margin: 20px auto;
	cursor: pointer;
}
.g-list-tab ul .border-none::after{
	width: 0 !important;
}
.list-none{
	padding: 125px 0;
}
.list-none img{
	width: 223px;
	height: 145px;
}
.list-none p{
	font-size: 16px;
	color: #666666;	
	padding-top: 20px;
}
.map-content{
	position: relative;
}
.map-content img{
	width: 19px;
	height: 27px;
	position: absolute;
	top: 10px;
	left: 100px;
	z-index: 10000000;
}
@media (max-width:1919px ) {
	.dialog-boxs{
		transform: scale(0.85);
	}
}
