@charset "UTF-8";
html {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	text-size-adjust: none;
	/*解决chrome浏览器下字体不可小于12px*/
	-webkit-font-smoothing:antialiased;
}
body {
	background:#fff;
	overflow-x: hidden;
	font-size: 0.6rem;
	color: #666;
	font-family: "微软雅黑";
}
a {
	outline: none;
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	font-size:0.6rem;
}
a:hover {
	text-decoration: none;
}
html {
	zoom: 1;
}
html * {
	outline: 0;
	zoom: 1;
}
html button::-moz-focus-inner {
	border-color: transparent !important;
}
/*设置margin和padding为0*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset,a,img,input,select,button,textarea {
	border: 0;
	background:none;
}
address,caption,cite,code,dfn,em,th,var，i {
	font-style: normal;
	font-weight: normal;
}
li {
	list-style: none;
}
caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before,q:after {
	content: '';
}
em,i {
	font-style: normal;
}
input[type="submit"],input[type="reset"],input[type="button"],input[type=date],button,select,input[type=text] {
	/*去掉苹果的默认UI来渲染按钮 、解决部别离机浏览器对border：none无效步伐*/
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/*去掉微信端input-text在ios轻快下的点击出先玄色半透明配景*/
	tap-highlight-color: transparent !important;
}
a,input[type=text],select,input[type=password],textarea {
	/*去掉微信端input-text在ios轻快下的点击出先玄色半透明配景*/
	tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
 {
	color:#aaa;
	font-family: "微软雅黑";
}
body {
	max-width: 750px;
	margin: 0 auto;
}
.fl {float:left;}
.fr {float:right;}
.clearfix{clear:both;}
img{max-width:100%;}
body{background:#fff;}
.bgff{background:#fff;}
.disFixed{display:flex;justify-content:space-between;align-items:center;flex-direction:row;}

@font-face {
	font-family: 'dincondmedium';
	src: url('/skin/wap/fonts/dincond-medium-webfont.eot');
	src: url('/skin/wap/fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'),
		url('/skin/wap/fonts/dincond-medium-webfont.woff2') format('woff2'),
		url('/skin/wap/fonts/dincond-medium-webfont.woff') format('woff'),
		url('/skin/wap/fonts/dincond-medium-webfont.ttf') format('truetype'),
		url('/skin/wap/fonts/dincond-medium-webfont.svg') format('svg');
}


@font-face {
	font-family: 'dincondbold';
	src: url('/skin/wap/fonts/dincond-bold-webfont.eot');
	src: url('/skin/wap/fonts/dincond-bold-webfont.eot?#iefix') format('embedded-opentype'),
		url('/skin/wap/fonts/dincond-bold-webfont.woff2') format('woff2'),
		url('/skin/wap/fonts/dincond-bold-webfont.woff') format('woff'),
		url('/skin/wap/fonts/dincond-bold-webfont.ttf') format('truetype'),
		url('/skin/wap/fonts/dincond-bold-webfont.svg') format('svg');
}

.header{display:flex;justify-content:space-between;align-items:center;padding:0 0.4rem;background:#fff;position:relative;z-index:11;width:100%;box-sizing:border-box;height:1.8rem;}
.header.active{z-index:1999;}
.logo,.logo a,.logo img{width:6.2rem;}
.menu,.menu img{width:0.72rem;height:0.74rem;}

.banner{position:relative;width:100%;}
.banner .swiper-button-prev,
.banner .swiper-button-next{display:none;}
.banner img{display:block;width:100%;}

.kjmenu ul{ display:flex;justify-content:space-between;align-items:center;flex-direction:row;flex-wrap:nowrap; }
.kjmenu li{  width: 25%; height: 2.4rem; box-sizing: border-box; transition: 0.3s;text-align:center;}
.kjmenu li a{ color: #fff;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%; }
.kjmenu li i{ display: inline-block; width:0.9rem;  vertical-align: top;  text-align: center;}
.kjmenu li i img{ width: 0.6rem;transition: 0.2s;}
.kjmenu li .title{display: inline-block; margin-top:0.2rem; font-size: 0.52rem;  vertical-align: top; transition: 0.2s;}
.kjmenu li .title div{display:none;}

.kjmenu li.s1{ background: #3767bb;}
.kjmenu li.s2{ background: #0f3f94;}
.kjmenu li.s3{ background: #2dadb5; }
.kjmenu li.s4{ background: #29338a; }

.news{padding:1.3rem 0.5rem;}
.ititle{text-align:center;padding-bottom:0.5rem;}
.title-name{font-size:0.8rem;color:#000;}
.title-sm{font-size:0.4rem;color:#888;}

.news .list1{border-top:dotted 1px #ccc;}
.news .list1 ul li{height:1.6rem;line-height:1.6rem;border-bottom:dotted 1px #ccc;}
.news .list1 ul li a{display:flex;justify-content:space-between;width:100%;height:1.6rem;}
.news .list1 ul li .title{font-size:0.48rem;color:#222;width:11rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news .list1 ul li .time{font-size:0.36rem;color:#888;}
.imore{width:4.8rem;height:1.2rem;line-height:1.2rem;padding-right:0.8rem;box-sizing:border-box;background:url(/skin/wap/images/amo.png) no-repeat center/cover;margin:0 auto;margin-top:1rem;}
.imore a{display:block;text-align:center;}
.imore span{font-size:0.48rem;color:#29338a;display:block;}


.ititle.white .title-name{ color: #fff}
.ititle.white .title-sm{ color: rgba(255,255,255,0.6)}


.chanye{ padding: 1.52rem 0 1.26rem; background: url(/skin/wap/images/bg.jpg) no-repeat center/cover; }

.hylist img{display:block;width:100%;}
.hxcy-l{width:7.4rem;margin:0 auto;position:relative;}
.hxcy-l a{display:inline-block;position:absolute;}
.hxcy-l .s1{width:130px;height:115px;width:2.6rem;height:2.3rem;left:20px;top:0;}
.hxcy-l .s2{width:117px;height:97px;width:2.34rem;height:1.94rem;right:1.6rem;top:0;}
.hxcy-l .s3{width:73px;height:115px;width:1.46rem;height:2.3rem;top:2.2rem;right:0;z-index:8;}
.hxcy-l .s4{width:134px;height:130px;width:2.68rem;height:2.6rem;right:0;bottom:0;z-index:10;}
.hxcy-l .s5{width:170px;height:95px;width:3.4rem;height:1.9rem;right:0.34rem;bottom:0;}
.hxcy-l .s6{width:75px;height:144px;width:1.5rem;height:2.88rem;left:0.76rem;bottom:0;}
.hxcy-bord{width:1.84rem;margin:0 auto;}
.hxcy-r{width:8.52rem;margin:0 auto;margin-top:-0.6rem;}

.pro{ padding:1.3rem 0.5rem; }
.prolist{ padding-top:0.9rem; }
.prolist ul{display:flex;justify-content:center;align-items:flex-start;flex-direction:row;flex-wrap:wrap;}
.prolist li{  width: 33.333%; text-align: center; }
.prolist li .icon{ width: 2.4rem; height: 2.4rem; box-sizing: border-box; border: 5px solid #f1f2ff; border-radius: 50%; text-align: center; line-height: 2rem;
 margin: 1rem auto 15px; transition: 0.5s;}
.prolist li .icon em{ display: none;}
.prolist li .icon img{width:1.16rem;vertical-align:middle;}
.prolist li dl{padding:0 0.4rem;}
.prolist li dt{ font-size: 0.48rem; color: #010101; }
.prolist li dt p{ width: 0.5rem; background: #ccc; height: 1px;  margin: 10px auto;}
.prolist li dd{ font-size: 0.4rem; color: #666666;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow:ellipsis; }

.prolist li:hover .icon{ background: #29338a; border-color: #bec1ed; }
.prolist li:hover .icon em{ display: inline-block;}
.prolist li:hover .icon i{ display: none;}
.prolist li:hover dt{ color: #29338A; font-weight: 500; }
.prolist li:hover dt p{ background: #29338A;}

.fixbg{width:100%;height:100%;position:fixed;left:0;top:0;z-index:999;background:rgba(0,0,0,0.8);display:none;}
.fixmenu{position:absolute;left:0;width:100%;height:100%;overflow-y:auto;padding-top:1.8rem;box-sizing:border-box;}
.close{position:absolute;right:0;top:0; width:1rem;height:1rem;}
.nav{width:100%;background:#fff;text-align:center;}
.nav ul li{border-bottom:solid 1px #e6e6e6;line-height:2rem;}
.nav ul li>a{font-size:0.65rem;}
.nav ul li dl{border-top:solid 1px #e5e5e5;display:none;}
.nav ul li dd{line-height:1.4rem;}
.nav ul li dd a{display:block;font-size:0.5rem;}
.nav ul li.active>a{color:#29338a;font-weight:bold;}

.footer{clear:both;background:#29338a;width:100%;text-align:center;padding:0.56rem 0.5rem;box-sizing:border-box;}
.footer,.footer a{font-size:0.4rem;color:#7477d5; }



.smenu{ text-align: center; margin: 0 0.5rem; border-bottom: 1px solid #ddd;  position: relative; margin-top:-1.76rem;padding:0 0.5rem;
background: #fff; height: 1.76rem; box-sizing: border-box;}
.smenu ul{ /* display: inline-block; */}
.smenu li{ float: left; height: 1.76rem; line-height: 1.76rem; border-bottom: 2px solid transparent;display:inline-block;box-sizing:border-box;width:auto;}
.smenu li a{ font-size:0.52rem; color: #000; }
.smenu li.active a,
.smenu li:hover a{ color: #29338a; }
.smenu li.active{ border-color: #29338a;}


.aboutl {padding-top:1.3rem;}
.aboutl .title{ font-size:1.4rem; color: #000000; font-family: 'dincondmedium';  text-transform: uppercase; letter-spacing: -2px; line-height: 1;text-align:center;}
.aboutl .title i{ color: #29338a;}
.aboutl .title div{ position: relative; font-size:0.6rem; color: #000000; margin-top: 5px;}


.aboutl .txt{padding-top:0.7rem; line-height:2em; color: #222;  font-size:0.48rem; }
.nwshart{margin:0 0.5rem;background:url(/skin/wap/images/ggg.jpg) no-repeat center bottom/100%;padding-bottom:5.5rem;}
.aboutl .txt p{margin-bottom:0.4rem;}
.aboutl.fl,.img.fr{float:none;}
.img img{display:block;width:100%;}

.dszzc {position:relative;margin:0 0.5rem;clear:both;overflow:hidden;}
.dszzc::after{background:#f8f8f8;display:none;width:100%;height:12.4rem;content:'';position:absolute; top:2.6rem;left:0;z-index:1;}
.dszzc .img{position:relative;}
.dszzc .img img{position:relative;width:9.2rem;margin:0 auto;z-index:22;}
.dszzc .text{z-index:22;position:relative;}
.dszzc .enc{text-transform: uppercase; font-size: 1.4rem; color: #000; line-height: 1;  	font-family: 'dincondmedium'; margin-top: 1rem;text-align:center;position:relative;}
.dszzc .enc::after{width:0.28rem;height:0.28rem;display:inline-block;border:solid 2px #222;content:'';position:absolute;left:50%;margin-left:4.6rem;top:-0rem;box-sizing:border-box;border-radius:50%;}
.dszzc .enc i{ color: #29338a; }
.zcstr{ text-align:center;font-size: 0.8rem; color: #000;}
.zcstr p{ width: 2px; background: #ccc; height: 0.8rem; margin:0 auto;}
.dszzc dl{}
.dszzc dt{ font-weight: bold; color: #29338a; font-size:0.6rem; margin-bottom: 15px;text-align:center;padding-top:0.6rem;}
.dszzc dd p{ line-height:0.8rem;font-size:0.52rem; color: #888888;  text-indent: 2em; margin-bottom: 0.5rem;}


.zzja{ padding: 1.52rem 0.5rem 5.4rem; background: url(/skin/wap/images/zzjg-bg.jpg) no-repeat center top/cover;height:16.5rem;width:100%;box-sizing:border-box; }

.hzhblist{ padding:1.3rem 0.5rem;}
.hzhblist ul{display:flex;justify-content:space-between;flex-direction:row;flex-wrap:wrap;}
.hzhblist li{ width:4.4rem; padding-bottom:0.4rem;}
.hzhblist li .imga{ position: relative; height: 2.8rem; border: 2px solid #eee; box-sizing: border-box; transition: 0.3s; text-align: center; line-height: 2.8rem;text-align:center;}
.hzhblist li .imga img{ max-height: 100%; max-width:100%;}
.hzhblist li .txt{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: url(/skin/wap/images/hzhb-item-bg.png) no-repeat center;
 width: 95%; height: 95%; opacity: 0; transition: 0.3s; padding: 30px 20px; line-height: 22px; margin: auto; box-sizing: border-box;}
.hzhblist li p{font-size:0.48rem; color: #000; text-align: center; line-height:1.1rem; overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }

.hzhblist li .txt p{ color: #fff;  font-size: 12px;}
/* .hzhblist li:hover .imga{ border-color: rgba(41,51,138,0.6); }
.hzhblist li:hover .txt{ width: 100%; height: 100%; opacity: 1;}

 */

.nmore{text-align:center;padding-top:1rem;}
.nmore a{display:flex;justify-content:center;align-items:center;font-size:0.48rem;width:100%;}
.nmore i{display:inline-block;width:0.72rem;height:0.72rem;background:url(/skin/wap/images/load.png) no-repeat center/100% 100%;margin-right:0.4rem;}
.fzlclist{padding:1.1rem 0.5rem;background:#fff url(../images/fzlc-bg.jpg) no-repeat bottom center/100%;box-sizing: border-box;}
.fzlclist ul{ position: relative; padding-top:0.4rem; padding-bottom: 65px; background: url(/skin/wap/images/oo.png) no-repeat 0.32rem top/0.24rem;  z-index: 1;}
.fzlclist ul::after{ content: ''; position: absolute; left:0.44rem; top: 0.24rem; width: 1px; height: 100%; background: #29338a; transform: translateX(-0.5px); z-index: -1;}
.fzlclist li{ background: url(/skin/wap/images/lio.png) no-repeat 0.28rem 1.04rem/0.4rem; margin-bottom: 20px;padding-left:1.2rem;}

.fzlclist li .talea{ position: relative; padding-left:1.5rem;}
.fzlclist li .talea .tall { display: table; box-sizing: border-box;  min-height: 2.2rem; border: 2px solid #f8f8f8; width: 100%; padding: 0.66rem 0.6rem; 
 background: #fff; }
 
.fzlclist li .talea .tall i{ display: inline-block; width: 0.48rem; height: 2px; background: #29338a; margin-right: 0.2rem; margin-top: 0.24rem; }
.fzlclist li .tall .boxa{ width: 100%; display: table-cell; vertical-align: middle;  font-size: 0.48rem; color: #000; line-height: 0.8rem; text-align: justify; position:relative;padding-right:1.2rem;}
.fzlclist li .tall .boxa::after{width:1.02rem;height:0.96rem;display:inline-block;content:'';background:url(/skin/wap/images/yin.png) no-repeat right top/cover;position:absolute;right:0;top:0;}
.fzlclist li .year{ position:absolute;left:0;top:0.6rem; width: auto; height: auto; font-size: 0.8rem; color: #000000; font-family: 'dincondbold';}
.fzlclist li:hover{ background-image: url(/skin/wap/images/lio1.png); }
.fzlclist li .talea .tall{ }
.gd{width:0.88rem;}

.rongyu{padding:1.3rem 0.5rem;}
.ritext{text-align: justify; color: #666;background: #f6f6f6;padding:0.4rem;font-size:0.48rem;line-height:0.8rem; }
.cass{ }
.rongyu ul{padding-top:0.9rem; width: 100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap; }
.rongyu li{  border: 1px solid #eee; padding:0.4rem; box-sizing: border-box; width:48%;margin-top:0.4rem;} 
.rongyu li .img{ width: 100%; height: 3.6rem;}


/* mapp */
.contusa{ padding:1.3rem 0.5rem;padding-bottom:0;}
.wlcome{text-align:center;  }
.wlcome .huay{text-transform: uppercase;  font-size: 1.2rem; color: #000; line-height: 1; font-family: 'dincondmedium';}
.wlcome .huay i{ color: #29338A;}
.wlcome .hhtx{ font-size:0.6rem; color: #000; font-weight: 500; text-transform: uppercase; }
.wlcome p{ line-height:0.8rem;font-size:0.52rem; color: #000; margin-top: 10px;padding-bottom:0.9rem;}

.contrght{}
.contrght ul{width: 100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;}
.contrght li{ width: 48%; height: 3rem; box-sizing: border-box; border: 2px solid #e5e5e5;  padding-left: 2rem; background: url(/skin/wap/images/lxfs-icon2.png) no-repeat 0.5rem  0.5rem/1.02rem; font-size: 0.44rem; color: #000;  padding-top: 0.64rem;}
.contrght li div{ color: #888;  margin-top: 10px; }
.contrght li p{font-size:0.44rem;}
.contrght li.s1 div{ font-size: 0.68rem; color: #29338a;  font-family: 'dincondmedium'; line-height: 1;}
.contrght li.s1{ background-image: url(/skin/wap/images/lxfs-icon1.png);}
.contrght li.s2{ background-image: url(/skin/wap/images/lxfs-icon2.png);}
.contrght li.s2 p{display:none;}
.contrght li.s2 div{margin-top:0;}
.mapp{margin-left:-0.5rem;margin-right:-0.5rem;}
.mapp img{ width: 100%;  border-top: 2px solid #29338A;  margin-top: 45px;}


.nnews{padding:1.3rem 0.5rem;}

.nnews ul li{clear:both;overflow:hidden;padding:0.6rem 0;border-bottom:solid 1px #eee;}
.nnews ul li a{display:block;padding-left:4.6rem;height:2.8rem;position:relative;width:100%;box-sizing:border-box;}
.nnews ul li .img{width:4.2rem;height:2.8rem;overflow:hidden;position:absolute;left:0;top:0;}
.nnews ul li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.nnews ul li .txt{width:100%;height:2.8rem;display:flex;flex-direction: column;justify-content:space-between;}
.nnews ul li .tName,
.nnews ul li .time
{font-size:0.48rem;color:#000;}
.nnews ul li .tName{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.nnews ul li .over2{display:block; font-size:0.36rem;line-height:0.52rem;color:#888;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-overflow:ellipsis;overflow:hidden;}


.ywjz{padding:1.3rem 1rem;}
.ywjz{overflow:hidden;}
.ywjz ul{ margin-top:-0.9rem;overflow:hidden;}
.ywjz li{ float: left;width: 48%; text-align: center;margin-top:0.9rem;}
.ywjz li:nth-child(2n){float:right;}
.ywjz li .img{ height: 4.1rem;overflow:hidden; position: relative; margin-bottom:0.34rem;}
.ywjz li .img img{display:block;width:100%;height:100%;object-fit:cover;}
.ywjz li .jzxq{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.4); text-align: center;  transition: 0.3s;  color: #Fff; opacity: 0; display:none;}
.ywjz li .jzxq img{ display: block; width: 48px; height: 48px; margin:75px auto 15px;}
.ywjz li span{  display:block;width:100%; color: #222; font-size:0.48rem; line-height: 0.64rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; border-top: 1px solid #ddd; border-bottom: 1px solid #eee; }
/* .ywjz li:hover span{ font-weight: bold; color: #29338A;}
.ywjz li:hover .jzxq{ opacity: 1;}
 */

.rencailin{ height:16.48rem;padding:1.1rem 0.5rem;box-sizing:border-box; 
/*background: url(/skin/wap/images/rcln-bg.jpg) no-repeat center/cover;*/
    
}
.rencailin .wrapper{ position: relative; height: 600px; }
.rencailin li{ position: absolute; text-align: center;width:50%;}
.rencailin li img{ width: 2.2rem; height: 2.2rem; }
.rencailin li div{ font-weight: bold; color: #000; font-size: 0.52rem; margin: 0.14rem 0;}
.rencailin li p{ line-height:0.6rem;font-size:0.44rem; color: #888; }
.rencailin li.s1{  left: 0px; top: 1.1rem; }
.rencailin li.s2{  right: 0; top:0; }
.rencailin li.s3{  left: 0; top: 7.06rem; }
.rencailin li.s4{  right: 0;  top:8.56rem;}

.qiyelinian{ position: relative; z-index: 1; 
/*background: url(/skin/wap/images/qyln-bg1.jpg) no-repeat center / cover;*/
box-sizing: border-box; 
/*height: 16.74rem; */
padding:0 0.5rem;}
.qiyelinian::before{ content: ''; position: absolute; top: 0px; left: 0px; z-index: -1; width: 100%; height: 100%;}
.qiyelinian .wrapper{position:relative;z-index:1; padding-top:1.3rem;padding-left:0.5rem;padding-right:0.5rem; box-sizing: border-box;  background-image: linear-gradient(to bottom, #ffffff 50%, transparent);overflow:hidden;}

.linle{width:2.8rem;}
.linhr{font-size:0.44rem;line-height:1.2rem;color:#000;width:10rem;padding-top:1.7rem;}
.linhr p{position:relative;padding-left:0.6rem;}
.linhr p::after{ content: ''; position: absolute; left: 0; top:50%;transform:translate(0,-50%); width: 0.1rem; height: 0.1rem; background: #ccc; border-radius: 50%; }

.zplist{padding:1.3rem 0.5rem;}
.zplist li{ position: relative; margin-bottom: 0.4rem; background: #f6f6f6; padding:0.3rem 0.5rem; box-sizing: border-box;}
.zplist li:last-child{margin-bottom:0;}
.zplist li p{ position: relative; font-size: 0.56rem; line-height: 35px; color: #000000; display: inline-block;  padding-right: 15px; }
.zplist li i{position: absolute; right:-0.4rem; top: 0; background: #eb5250; font-size: 0.48rem; color: #fff; border-radius:0.2rem; width: 0.8rem; height: 0.8rem; display: block; text-align: center; line-height:0.8rem }
.aal {display:flex;justify-content:space-between;align-items:center;}
.aal span{ display: inline-block; color: #666;font-size:0.48rem; width:33.33%; margin-top: 5px; }
.aal span:nth-child(2){text-align:center;}
.aal span:nth-child(3){text-align:right;}
.zplist li .t{ position: absolute; top:0.6rem; right: 0.6rem;  font-size:0.4rem; color: #444444; }








/* 
新增栏目-服贸平台
关于BG真人官网
*/
.fmptabout{ min-height: 16rem; padding: 1rem 0.5rem; background: url(/skin/wap/images/fmpt-about01.jpg) no-repeat center top / cover; box-sizing: border-box;}
.fmptabout .title{ padding: 0.6rem 0; line-height: 1; font-size: 0.72rem; color: #FFFFFF; border-bottom: 1px solid #FFFFFF; text-shadow: 0px 3px 3px rgba(0,0,0,0.5);}
.fmptabout .txt{ line-height: 1.6; padding-top: 0.4rem; color: #FFFFFF; font-size: 0.48rem;}
.fmptabout .tel{ margin-top: 0.8rem; display: inline-block; padding: 0.3rem 0.5rem; line-height: 1; font-size: 0.52rem; font-weight: bold; color: #000000; background-color: #FFFFFF;}

/* 服贸平台-服务项目列表 */
.fmptprolist .name{ padding-top: 0.4rem; line-height: 1; color: #C5C5C5;}
.fmptprolist .name a{ color: #1D2482;}
.fmptprolist .fwprolist{}
.fmptprolist .fwprolist li a{ display: block; padding: 0.4rem 0; border-bottom: 1px solid #EEEEEE;}
.fmptprolist .fwprolist li img{ width: 1.72rem; height: 1.72rem; border-radius: 0.2rem; object-fit: cover;}
.fmptprolist .fwprolist li dl{ width: 14rem; margin-left: 0.2rem;}
.fmptprolist .fwprolist li dl dt{ color: #242424; font-weight: bold;}
.fmptprolist .fwprolist li dl dd{ margin-top: 0.3rem; height: 0.96rem; line-height: 0.48rem; font-size: 12px; color: #C5C5C5; overflow: hidden;}
.fmptprolist .fwprolist li .fr{ margin-top: 0.5rem; width: 1.84rem; height: 0.72rem; line-height: 0.72rem; border-radius: 0.72rem; font-size: 0.48rem; color: #C5C5C5; border: 1px solid #C5C5C5; text-align: center;}
.fmptprolist .fwprolist li:hover .fr{ background-color: #1D2482; border-color: #1D2482; color: #FFFFFF;}

/* 服贸平台-服务项目分类 */
.fmptpro{ padding: 1px 0; padding-bottom: 3.7rem;
/*background: url(/skin/wap/images/bj.png) no-repeat center / cover;*/
    
}
.list{ position: relative; z-index: 1; width: 9.06rem; height: 9.06rem; margin: 3.2rem auto 0;
/*background: url(/skin/wap/images/fwxmtypebg.png) no-repeat center / contain;*/
    
}
.list .item{ position: absolute; z-index: 10; width: 2.4rem; height: 2.4rem; padding: 0 0.2rem; display: flex; justify-content: center; align-items: center; text-align: center; border-radius: 50%; background: url(/skin/wap/images/yxicon01.png) no-repeat center / contain; object-fit: contain; font-size: 0.52rem; color: #242424; box-sizing: border-box;}
.list .item:hover{ width: 2.6rem; height: 2.6rem; margin: -0.2rem 0 0 -0.2rem; padding: 0 0.4rem; background-image: url(/skin/wap/images/yxicon02.png); color: #FFFFFF; font-weight: bold;}
.list .item:nth-child(1){ top: -1.28rem; left: 3.4rem;}
.list .item:nth-child(2){ top: -0.16rem; left: 5.76rem;}
.list .item:nth-child(3){ top: 2rem; left: 7.42rem;}
.list .item:nth-child(4){ top: 4.56rem; left: 7.42rem;}
.list .item:nth-child(5){ top: 6.64rem; left: 5.76rem;}
.list .item:nth-child(6){ top: 7.54rem; left: 3.4rem;}
.list .item:nth-child(7){ top: 6.64rem; left: 0.7rem;}
.list .item:nth-child(8){ top: 4.56rem; left: -0.82rem;}
.list .item:nth-child(9){ top: 2rem; left: -0.82rem;}
.list .item:nth-child(10){ top: -0.16rem; left: 0.7rem;}
.detail{ font-size: 0.52rem;}


.gxdj{ padding: 0.2rem 0.5rem;}
.gxdj .wrapper{ background-color: #FFFFFF;}
.gxdjform{}
.gxdjform .name{ display: flex; justify-content: center; align-items: center; padding: 0.6rem 0; font-weight: bold; white-space: nowrap; line-height: 1; font-size: 0.64rem; color: #242424;}
.gxdjform .name span{ padding: 0 0.6rem;}
.gxdjform .name::before{ content: ''; width: 50%; border-bottom: 1px solid #EEEEEE;}
.gxdjform .name::after{ content: ''; width: 50%; border-bottom: 1px solid #EEEEEE;}
.gxdjform .type{ position: relative; z-index: 10; margin-bottom: 1.6rem;}
.gxdjform .type .item{ position: absolute; top: 0; z-index: 10; width: 49%; height: 1.2rem; line-height: 1.2rem; text-align: center; font-size: 0.6rem; color: #C5C5C5; border-radius: 10px; overflow: hidden; background-color: #EEEEEE; cursor: pointer;}
.gxdjform .type .item.s1{ left: 0; clip-path: polygon(0 0, 0 100%, 100% 100%,90% 0);}
.gxdjform .type .item.s2{ right: 0; clip-path: polygon(0 0, 10% 100%, 100% 100%,100% 0);}
.gxdjform .type .item.active{ background-color: #1D2482; color: #FFFFFF;}

.gxdjform .forminp{ display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.2rem;}
.gxdjform .forminp .inpname{ min-width: 3rem; line-height: 1.2rem; color: #242424; text-align: right; white-space: nowrap;}
.gxdjform .forminp .inp{ width: 10.6rem; line-height: 1.2rem; padding: 0 0.4rem; color: #242424; border-radius: 0.2rem; background-color: #F5F5F5; border: 0 none; box-sizing: border-box;}
.gxdjform .forminp .inp::-webkit-input-placeholder{ color: #C5C5C5;}
.gxdjform .forminp .inp:-ms-input-placeholder{ color: #C5C5C5;}
.gxdjform .forminp .inp::-moz-placeholder{ color: #C5C5C5;}
.gxdjform .forminp .inp::-ms-input-placeholder{ color: #C5C5C5;}
.gxdjform .forminp .inp::placeholder{ color: #C5C5C5;}
.gxdjform .forminp textarea.inp{ padding: 0.2rem 0.4rem; resize: none; line-height: 20px;}
.gxdjform .forminp .inp.bgnone{ width: 100%; background-color: #FFFFFF;}
.gxdjform .forminp .inp .sm{ display: flex; justify-content: space-between; align-items: center;}
.gxdjform .forminp .inp .sm span{ width: 7.2rem; line-height: 1.6; font-size: 0.48rem;}
.gxdjform .forminp .inp .sm .file{ position: relative; z-index: 1; width: 3rem; height: 1.2rem; line-height: 1.2rem; text-align: center; border: 1px solid #C5C5C5; border-radius: 0.1rem; color: #3A3D46;}
.gxdjform .forminp .inp .sm input{ position: absolute; top: 0; left: 0; z-index: 10; width: 100%; height: 100%; opacity: 0;}
.gxdjform .forminp .inp .smname{ margin-bottom: 0.3rem; font-size: 0.52rem; color: #3A3D46; padding-bottom: 0.2rem; border-bottom: 1px solid #E2E2E2;}

.gxdjform .formbtn{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 1rem;}
.gxdjform .formbtn input{ width: 6.8rem; height: 1.2rem; border: 0 none; border-radius: 0.2rem; font-size: 0.6rem; background-color: #1D2482; color: #FFFFFF;}
.gxdjform .formbtn input[type=reset]{ color: #3A3D46; background-color: #FFFFFF; border: 1px solid #C5C5C5;}
















