@charset "utf-8";
*{margin: 0px;border: 0px;padding: 0px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);touch-action: pan-y;}
hr{border-width: 1px;border-style: inset; }
li{list-style: none; }
a{display:block;text-decoration: none; color: inherit;-webkit-tap-highlight-color: transparent; -webkit-touch-callout: none; -webkit-user-select: none;}
img{display: block;}
html{font-size: 14px;}
body{width: 100%; min-width: 1300px; margin: 0 auto; color: #000; overflow-x: hidden;position: relative; background:#fff;    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Lantinghei SC", "Helvetica Neue", Arial, "Open Sans", "Hiragino Sans GB", sans-serif; }
h1,h2,h3,h4,h5,h6,b{font-weight: normal;}
em,i{font-style: normal;}
textarea {-webkit-appearance: none;resize: none; }
select{appearance:none; -moz-appearance:none; -webkit-appearance:none; }
.hide{ display: none; }
.op0{opacity: 0;}
[v-cloak] {display: none!important; }
.show{ display: block; }
.oh1{ text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.cle:after,.wrap:after{content: ""; display: block; height:0; clear:both; visibility:hidden;}
.fl{float: left;}
.fr{float: right;}
.tc{text-align: center;}
.tr{text-align: right;}
.tl{text-align: left;}
.pingbic{position:fixed;left: 0;top: 0; bottom: 0; z-index: 8; right: 0; background: rgba(0,0,0,0.5); }
.pingbic.on{z-index: 10;}
.loading{position:fixed;left: 0;top: 0; bottom: 0; z-index: 9; right: 0; }
.loading .beijing{position: fixed; left: 50%; top: 50%; width: 150px; height: 150px; border-radius: 5px; background-color: rgba(0,0,0,0.3); background-image: url(../img/loader.gif); background-position: center 18px; background-size: 43%; background-repeat: no-repeat;font-size: 20px; padding-top: 100px; color: #fff; text-align: center; -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.w100{width: 100%;}
.h100{height: 100%; }
.ohidden{overflow: hidden; }
.wrap{width: 1280px;margin: 0 auto;position: relative; }
.wrap_{width: 82%;margin: 0 auto;position: relative; }
.header{
	position: relative;
}
.header_fixed{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 5;
	width: 100%;
}
.header .i{
	width: 100%;
	height: 10px;
	background-color: #F39800;
	overflow: hidden;
}
.header .i .wrap{
	height: 100%;
	background-color: #082B45;
}
.header .i .wrap:before{
	content: "";
	width: 50%;
	height:100%;
	background-color: #082B45;
	position: absolute;
	left: 90%; 
	top: 0;
}
.header .header_bei{
	width: 100%;
	height: 110px;
	background-color: rgba(255,255,255,0.6);
	display: flex;
	align-items: center;
	padding: 0 30px;
}
.header .header_bei .logo{
	flex: 1;
	height: 70px;
	background-position: left;
	background-repeat:no-repeat;
	background-size: contain;
	background-image: url(../img/logo.png);
}
.header .header_bei .nav{
	display: flex;
	/* width: 500px; */
	justify-content: space-between;
	align-items: center;
}
.header .header_bei .nav .li{
	font-size: 20px;
	color: #082B45;
	font-weight: bold;
	position: relative;
	line-height: 50px;
	padding: 0 20px;
}
.header .header_bei .nav .li1{
	width: 150px;
	text-align: center;
}
.header .header_bei .nav .li .xlala{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	background-color: #082B45;
	display: none;
}
.header .header_bei .nav .li:hover .xlala{
	display: block;
}
.header .header_bei .nav .li .xlala .lianj{
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
	border-top: dashed 1px #fff;
}
.header .header_bei .nav .li .xlala .lianj:first-child{
	border-top: solid 5px #F39800;
}
.header .header_bei .tel{
	font-size: 30px;
	color: #F39800;
	font-weight: bold;
	margin-left: 40px;
	padding-left: 40px;
	background-position: left;
	background-repeat: no-repeat;
	background-size: 30px;
	background-image: url(../img/header_tel.png);
}
.header .header_bei .language{
	font-size: 14px;
	color: #082B45;
	margin-left: 40px;
	padding-right: 20px;
	position: relative;
}
.header .header_bei .language:before{
	content: "";
	display: block;
	border: solid 6px transparent;
	border-left-color: #082B45;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -6px;
}
.index_lunbo .p1{
	width: 100%;
	font-size: 72px;
	color: #FFFFFF;
	text-align: center;
	position: absolute;
	top: 50%;
	line-height: 100px;
	margin-top: -50px;
}
.index_lunbo .button{
	position: absolute;
	width: 42px;
	height: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	top: 50%;
	z-index: 3;
	cursor: pointer;
}
.index_lunbo .prevbutton{
	background-image: url(../img/prevbutton.png);
	left: 30px;
}
.index_lunbo .nextbutton{
	background-image: url(../img/nextbutton.png);
	right: 30px;
}
.index .screen{
	width: 100%;
	background-image: url(../img/screen_bg.png);
	background-position: top;
	background-size: 100%;
	background-repeat: no-repeat;
	padding-bottom: 60px;
	margin-bottom: 70px;
}
.index .screen.screen_top{
	background-position: bottom;
}
.index .screen .wrap{
	border-radius: 10px;
	box-shadow: 0 0 30px 4px rgba(0,0,0,0.2);
}
.index .screen.screen_top .wrap{
	margin-top: -120px;
	position: relative;
	z-index: 3;
}
.shipping .index .screen.screen_top .wrap{
	margin-top: -60px;
}
.shipping .index .screen.screen_top{
	margin-bottom: 0;
}
.index .screen .wrap .tab{
	background-color: rgba(8, 43, 69, 0.7);
	display: flex;
	border-radius: 10px 10px 0 0;
}
.index .screen .wrap .tab .li{
	font-size: 32px;
	color: #FFFFFF;
	line-height: 60px;
	width: 240px;
	cursor: pointer;
	text-align: center;
}
.index .screen .wrap .tab .li.on{
	background-color: #fff;
	color: #082B45;
	border-radius: 10px 10px 0 0;
}
.index .screen .wrap .tab1{
	padding: 50px 30px 30px;
	background-color: #fff;
	border-radius:0 0 10px 10px;
}
.index .screen .wrap .tab1 .tab1_shang{
	margin-bottom: 30px;
	display: flex;
}
.index .screen .wrap .tab1 .tab1_shang .zuobian{
	flex: 2;
	border-radius:10px;
	box-shadow: 0 0 30px 4px rgba(0,0,0,0.2);
	display: flex;
}
.index .screen .wrap .tab1 .tab1_shang .li{
	flex: 1;
	padding: 30px;
	position: relative;
}
.index .screen .wrap .tab1 .tab1_shang .li .ul{
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	font-size: 30px;
	color: #000;
	border-radius: 4px;
	overflow: hidden;
	overflow-y: auto;
	max-height: 372px;
}
.index .screen .wrap .tab1 .tab1_shang .li .ul .iii{
	border: solid 1px #9e9e9e;
	border-top: none;
	padding: 0 20px;
	cursor: pointer;
	font-size: 16px;
	line-height: 36px;
}
.index .screen .wrap .tab1 .tab1_shang .li .ul .iii:first-child{
	border-top: solid 1px #9e9e9e;
}
.index .screen .wrap .tab1 .tab1_shang .img{
	width: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/screen_img.png);
}
.index .screen .wrap .tab1 .tab1_shang .li .p1{
	font-size: 18px;
	color: #858585;
	margin-bottom:10px;
}
.index .screen .wrap .tab1 .tab1_shang .li .select{
	font-size: 26px;
	color: #000000;
	width: 100%;
	background-position: right;
	background-size: 20px;
	background-repeat: no-repeat;
	background-image: url(../img/screen_jiant.png);
	outline: none;
}
.index .screen .wrap .tab1 .tab1_shang .li .text{
	font-size: 26px;
	color: #000000;
	outline: none;
}
.index .screen .wrap .tab1 .tab1_shang .youbian{
	flex: 1;
	border-radius:10px;
	box-shadow: 0 0 30px 4px rgba(0,0,0,0.2);
	margin-left: 40px;
	display: flex;
}
.index .screen .wrap .tab1 .sousuo_an{
	line-height: 60px;
	width: 230px;
	margin: 0 auto;
	background-color: #007BFF;
	border-radius: 50px;
	font-size: 30px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.index .screen .wrap .tab1 .sousuo_an:before{
	content: "";
	display: block;
	margin-right: 10px;
	width: 40px;
	height: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/screen_fang.png);
}
.index .title{
	font-size: 42px;
	color: #143750;
	text-align: center;
	line-height: 50px;
}
.index .product{
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
	padding-bottom: 20px;
}
.index .product .li{
	width: 400px;
}
.index .product .li .img{
	width: 100%;
	height: 180px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 36px;
	color: #FFFFFF;
	padding:120px 20px 20px;
}
.index .product .li .p1{
	font-size: 20px;
	color: #000000;
	line-height: 40px;
	padding: 20px;
}
.index .product .li .p1 p{
	text-decoration: underline;
}
.index .tesefuwu{
	background-image: url(../img/tese_beijing.png);
	padding: 70px 0;
}
.index .tesefuwu .title{
	color: #fff;
}
.index .tesefuwu .list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index .tesefuwu .list .li{
	width: 200px;
	margin-top: 70px;
}
.index .tesefuwu .list .li:nth-child(-n+6){
	margin-top: 40px;
}
.index .tesefuwu .list .li .img{
	width: 162px;
	height: 162px;
	background-position: center;
	background-repeat: no-repeat;
	background-size:contain;
	margin: 0 auto 30px;
}
.index .tesefuwu .list .li .p1{
	font-size: 24px;
	color: #333333;
	text-align: center;
}
.index .tesefuwu .list .li .p1 a{
	text-decoration: underline;
}
.index .special{
	padding: 70px 0 80px;
}
.index .special .tab{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	text-align: center;
	margin-bottom: 40px;
}
.index.special_info .special .tab{
	margin-top: 0;
}
.index .special .tab .li{
	font-size:24px;
	width: 140px;
	line-height: 50px;
	color: #FFFFFF;
	background-color: #CDCDCD;
	margin: 0 20px;
	cursor: pointer;
}
.index .special .tab .li.on{
	background-color: #F39800;
}
.index .special .tab1 .show1{
	display: none;
}
.index .special .tab1 .show{
	justify-content: space-between;
	display: flex;
}
.index .special .tab1 .show1:first-child{
	display: block;
}
.index .special .tab1 .table{
	width: 410px;
}
.index .special .tab1 .table2{
	width: 620px;
}
.index .special .tab1 .table table{
	width: 100%;
	table-layout:fixed;border-collapse:collapse;
}
.index .special .tab1 .table table tr th{
	background-color: #f39800;
	height: 25px;
	font-size: 14px;
	color: #FAFAFA;
	border: solid 1px #fff;
}
.index .special .tab1 .table table tr td{
	font-size: 14px;
	color: #5D5D5D;
	text-align: center;
	height: 28px;
	position: relative;
	word-break:break-all;
}
.index .special .tab1 .table table tr td:first-child:after{
	content: "→";
	position: absolute;
	right: 0;
	width: 12px;
}
.index .special .more{
	font-size: 30px;
	color: #858585;
	margin: 30px auto 0;
	line-height: 60px;
	width: 230px;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
	background-color: #EEEEEE;
}
.index .case{
	background-image: url(../img/case_bg.png);
	background-position: center;
	background-size: contain;
	padding: 70px 0 60px;
}
.index .case .list{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.index .case .list .li{
	width: 400px;
}
.index .case .list .li .img{
	width: 100%;
	height: 260px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
.index .case .list .li .p1{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	margin: 10px 0;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
}
.index .case .list .li .p2{
	font-size: 14px;
	color: #5D5D5D;
	margin-bottom: 10px;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
}
.index .case .list .li .p3{
	font-size: 14px;
	color: #082B45;
	font-weight: bold;
	text-decoration: underline;
}
.index .case .more{
	font-size: 30px;
	color: #858585;
	margin: 30px auto 0;
	line-height: 60px;
	width: 230px;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
	background-color: #EEEEEE;
}
.index .news{
	padding: 70px 0 60px;
}
.index .news .title{
	margin-bottom: 70px;
}
.index .news .news_lunbo{
	width: 630px;
	float: left;
}
.index .news .news_lunbo .img{
	width: 100%;
	height: 480px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index .news .news_lunbo .p1{
	background-color:rgba(0,0,0,0.6);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 15px 150px 15px 20px;
	font-size: 20px;
	color: #FFFFFF;
}
.index .news .news_lunbo .fenye{
	position: absolute;
	z-index: 2;
	bottom: 10px;
	text-align: right;
	padding-right: 10px;
}
.index .news .news_lunbo .fenye span{
	opacity: 1;
	background-color: #F8F9FA;
	width: 12px;
	height: 12px;
}
.index .news .news_lunbo .fenye span.swiper-pagination-bullet-active{
	background-color: #F39800;
}
.index .news .news_kuang{
	float: right;
	width: 580px;
}
.index .news .news_kuang .table1{
	display: flex;
	text-align: center;
}
.index .news .news_kuang .table1 .li{
	font-size: 24px;
    width: 140px;
    line-height: 50px;
    color: #FFFFFF;
    background-color: #CDCDCD;
    margin-right: 20px;
    cursor: pointer;
}
.index .news .news_kuang .table1 .li.on{
	background-color: #F39800;
}
.index .news .news_kuang .list_kuang .list{
	display: none;
	padding-top: 15px;
}
.index .news .news_kuang .list_kuang .list:first-child{
	display: block;
}
.index .news .news_kuang .list_kuang .list .li{
	font-size: 18px;
	color:#000000;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	line-height: 68px;
	border-bottom: dashed 1px #707070;
}
.index .news .news_kuang .list_kuang .list .li .p1{
	max-width: 380px;
	overflow : hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient: vertical;
}
.index .news .more{
	font-size: 30px;
	color: #858585;
	margin: 60px auto 0;
	line-height: 60px;
	width: 230px;
	text-align: center;
	border-radius: 50px;
	cursor: pointer;
	background-color: #EEEEEE;
}
.index .network{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/oop.png);
	padding-top: 70px;
}
.index .network .tab{
	display: flex;
    justify-content: center;
    margin-top: 30px;
    text-align: center;
}
.index .network .tab .li{
	font-size: 24px;
    width: 140px;
    line-height: 50px;
    color: #FFFFFF;
    background-color: #CDCDCD;
    margin-right: 20px;
    cursor: pointer;
}
.index .network .tab .li.on{
	background-color: #F39800;
}
.index .network .network_kuang{
	display: flex;
	align-items: center;
}
.index .network .network_kuang .img{
	width: 761px;
}
.index .network .network_kuang .neir{
	flex: 1;
	padding-left: 40px;
}
.index .network .network_kuang .neir .neir_show{
	display: none;
}
.index .network .network_kuang .neir .neir_show:first-child{
	display: block;
}
.index .network .network_kuang .neir .li{
	border-bottom: dashed 1px #707070;
	padding: 25px 0;
	color: #000000;
	font-size: 20px;
	line-height: 30px;
}
.index .network .network_kuang .neir .li .p1{
	font-weight: bold;
	margin-bottom: 10px;
}
.footer{
	border-top: solid 10px #F39800;
	background-color: #082B45;
}
.footer .shangm{
	display: flex;
	align-items: center;
	padding: 40px 0;
}
.footer .shangm .logo{
	width: 630px;
	height: 210px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url(../img/footer_logo.png);
	margin-right: 0px;
}
.footer .shangm .ul{
	width: 130px;
	text-align: center;
	border-left: solid 2px #062337;
	font-size: 18px;
	color:#A3A6A8;
	line-height: 40px;
}
.footer .shangm .ul1{
	border-right: solid 2px #062337;
}
.footer .shangm .neir{
	padding-left: 20px;
}
.footer .shangm .neir .p1{
	font-size: 24px;
	color: #FFFFFF;
	padding-bottom: 10px;
}
.footer .shangm .neir .p2{
	font-size: 18px;
	color: #A3A6A8;
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 15px;
}
.footer .copyright{
	background-color: #052236;
	text-align: center;
	line-height: 60px;
	font-size: 14px;
	color: #B2B2B2;
}
.footer .copyright a{
	display: inline;
}
.toutu{
	width: 100%;
	position: relative;
}
.toutu .p1{
	width: 100%;
	line-height: 100px;
	position: absolute;
	left: 0;
	top: 50%;
	text-align: center;
	font-size: 72px;
	margin-top: -50px;
	color: #fff;
}
.about{
	padding: 60px 0;
	color: #7D7D7D;
	font-size: 18px;
	line-height: 36px;
}
.about table{
	border-collapse: collapse;
}
.about td,.about th {
    padding: 5px 10px;
    border: none !important;
}
.about .p1{
	font-size: 36px;
	color: #000000;
	margin-bottom: 40px;
	font-weight: bold;
}
.about .p2{
	margin-bottom: 40px;
	line-height: 30px;
}
.about .kuang{
	display: flex;
	align-items: center;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom:dashed 1px #707070;
}
.about .kuang .img{
	width: 630px;
}
.about .kuang .p3{
	padding-left: 50px;
	flex: 1;
}
.case_{
	padding: 50px 0;
}
.case_ .case_kuang{
	display: flex;
	justify-content: space-between;
}
.case_ .nav{
	width: 220px;
}
.case_ .nav .li{
	text-align: center;
	width: 100%;
	line-height: 50px;
	background-color: #CDCDCD;
	font-size: 24px;
	color: #FFFFFF;
	cursor: pointer;
	margin-bottom: 10px;
}
.case_ .nav .li.on{
	background-color: #F39800;
}
.case_ .nav .ul{
	font-size: 20px;
	color: #000000;
	line-height: 35px;
	margin-bottom: 20px;
	text-align: center;
}
.case_ .nav .ul .on{
	background-color: #EAEAEA
}
.case_ .case_list{
	width: 1000px;
}
.case_ .case_list .li{
	width: 32%;
	margin-right: 2%;
	float: left;
	margin-bottom: 50px;
}
.case_ .case_list .li:nth-child(3n){
	margin-right: 0;
}
.case_ .case_list .li .img{
	width: 100%;
	height: 210px;
	background-position: center;
	background-repeat:no-repeat;
	background-size: cover;
}
.case_ .case_list .li .p1{
	font-size: 20px;
	color: #000000;
	line-height: 30px;
	height: 60px;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.case_ .case_list .li .p2{
	font-size: 14px;
	color: #5D5D5D;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.case_ .case_list .li .p3{
	font-size: 14px;
    color: #082B45;
    font-weight: bold;
    text-decoration: underline;
}
.case_ .case_list .li_kuang .title{
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.case_ .case_list .li_kuang .com{
	font-size: 20px;
	color: #000;
	line-height: 1.7;	
}
.case_ .case_list .li_kuang .com img{
	max-width: 100%;
	display: inline;
}
.case_info{
	padding: 100px 0;
}
.case_info .title{
	text-align: center;
	font-size: 48px;
	color: #000000;
	line-height: 64px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom:dashed 1px #707070;
}
.case_info .title .p1{
	margin-bottom: 20px;
}
.case_info .title .p2{
	font-size: 24px;
	display: flex;
	line-height: 1.4;
	justify-content: space-between;
	color: #9E9E9E;
}
.case_info .com{
	font-size: 18px;
	color: #7D7D7D;
	line-height: 1.6;
}
.case_info .com img{
	max-width: 100%;
	display: inline;
}
.contact{
	padding: 50px 0;
}
.contact .p1{
	font-size: 30px;
	color: #000;
	border-bottom:dashed 1px #707070;
	line-height: 40px;
	font-weight: bold;
	padding: 50px 0 30px;
}
.contact .p2{
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
}
.contact .p2 .fl{
	margin-top: 20px;
	width: 50%;
}
.shipping{
	margin-bottom: 30px;
}
.shipping .title{
	text-align: center;
	font-size: 12px;
	color: #fff;
	background-color: #F39800;
	padding-top: 10px;
}
.shipping .table{
	width: 100%;
	table-layout:fixed;
	border-collapse:collapse;
}
.shipping .table tr{
	border: solid 1px #CDCDCD;
}
.shipping .table tr:first-child{
	border-color: #F39800;
}
.shipping .table tr th{
	background-color: #F39800;
	font-size: 18px;
	color: #FFFFFF;
	height: 60px;
}
.shipping .table tr td{
	line-height: 26px;
	padding: 10px 0;
	font-size: 18px;
	color: #082B45;
	text-align: center;
}
.shipping .table tr td.color{
	color: #F39800;
}
.shipping .table tr td .an{
	font-size: 14px;
	color: #FFFFFF;
	background-color: #007BFF;
	width: 80px;
	line-height: 30px;
	text-align: center;
	border-radius: 50px;
	display: inline-block;
	cursor: pointer;
}
.shipping .meiyou{
	position: relative;
	height: 300px;
}
.shipping .meiyou .zhong{
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 24px;
	color:#000000;
	font-weight: bold;
}
.shipping .meiyou .zhong .p2 span{
	color: #F39800;
}
.agent{
	padding: 40px 0 0;
}
.agent .special{
	padding: 0;
}
.agent .subtitle{
	margin-top: 50px;
	font-size: 18px;
	color: #7D7D7D;
	border-bottom: dashed 1px #707070;
	padding-bottom: 40px;
	margin-bottom: 60px;
}
.agent .list .li{
	display: flex;
	align-items: center;
}
.agent .list .li .img{
	flex: 1;
}
.agent .list .li .neir{
	flex: 1;
}
.agent .list .li .neir .kuai{
	padding:0 70px;
	width: 660px;
}
.agent .list .li .neir .kuai .p1{
	font-size: 42px;
	color: #143750;
	font-weight: bold;
	margin-bottom: 40px;
}
.agent .list .li .neir .kuai .p2{
	font-size: 14px;
	color: #5D5D5D;
	line-height: 1.6;
}
.agent .list .li:nth-child(2n) .neir .kuai{
	margin-left: auto;
}
.agent .list .li:nth-child(2n) .neir .kuai .p1{
	text-align: right;
}

.pagination{
	text-align: center;
	display: flex;
	justify-content: center;
}
.pagination li{
	border: solid 1px #DEE2E6;
	width: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	color: #007BFF;
	border-right:none;
}
.pagination li:last-child{
	border-right: solid 1px #DEE2E6;
}
.pagination li.active{
	background-color: #007BFF;
	color: #fff;
}
.online{
	padding: 60px 0;
}
.online .wrap{
}
.online .wrap .form{
	padding:30px 40px;
	border-radius: 6px;
	border: solid 1px #9E9E9E;
	width: 700px;
	margin: 0 auto;
}
.online .wrap .form .p1{
	font-size: 26px;
	color: #000;
	margin-bottom: 10px;
	text-align: center;
}
.online .wrap .form .kuang{
	display: flex;
	align-items: center;
	padding: 10px 0;
}
.online .wrap .form .kuang .name{
	font-size: 20px;
	color: #000;
	line-height: 40px;
	width: 100px;
	text-align: right;
}
.online .wrap .form .kuang .name.xing:before{
	content: "*";
	color: #ff0000;
}
.online .wrap .form .kuang .text{
	font-size: 18px;
	height: 40px;
	padding: 0 10px;
	border-radius: 6px;
	flex: 1;
	border: solid 1px #9E9E9E;
	cursor: pointer;
	outline: none;
}
.online .wrap .form .kuang.textarea .name{
	align-self:flex-start;
}
.online .wrap .form .kuang.textarea .text{
	height:100px;
	padding: 5px 10px;
	font-family: inherit;
}
.online .wrap .form .kuang .submit{
	width: 150px;
	line-height: 40px;
	padding: 0 ;
	text-align: center;
	background-color:#f39800;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
}