﻿@charset "utf-8";

@font-face {
	font-family: "sym";
	src: url("../fonts/SourceHanSansCN-Medium.ttf") format("truetype"),
		 url("../fonts/SourceHanSansCN-Medium.eot") format("embedded-opentype"),
		 url("../fonts/SourceHanSansCN-Medium.svg") format("svg");
}



@font-face{
	font-family: "brass";
	src:url("../fonts/REGULAR.OTF")
}
*{margin:0;padding:0;}
body{ font-family: syrh,"Microsoft YaHei", Arial, Helvetica, sans-serif;margin:0px; padding:0px; margin:0px auto; font-size:16px; color:#333; width:100%;  zoom:1;min-width:1200px;}
ul,li,form, dl,dt,dd,div,ul,li,p,em,i,address{ font-style:normal; list-style:none; padding: 0px; margin: 0px;}
h1,h2,h3,h4,h5,h6{ padding:0px; margin:0px;}
select,input,textarea,button{ font-size:14px; border-radius:0; -webkit-border-radius:0; color:#333;font-family: Microsoft YaHei,arial, sans-serif;}
input:focus { outline: none;}
input,button,select,textarea{ border:0px;outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/}
button{ cursor:pointer;}
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/}
textarea,input,select { background:none; border:none; margin:0; padding:0;}
article,aside,footer,header,hgroup,nav,section,figure,fxigcaption,address{ display: block;} /*html5设置*/
figure,figcaption{ margin:0px; padding:0px;}
audio,canvas,progress,video { display: inline-block; vertical-align: baseline;}
img{ max-width:100%; border:none; border:0;  vertical-align:middle;}
a{ color:#333333; text-decoration:none;transition: all ease 0.3s;}
a:focus {outline:none; -moz-outline:none;}
a:hover{ text-decoration:none; color:#2c9bca;}
.fl{float:left;}
.fr{float:right;}
.clear{ clear:both;}

.file_class{
	height: 30px !important;
    width: 200px !important;
    z-index: 999 !important;
    position: absolute !important;
    top: 0px !important;
    left: 72px !important;
}
/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
}
.dot2 {
	-webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
	-webkit-line-clamp: 3;
}
.dot4 {
	-webkit-line-clamp: 4;
}

/*input字体*/
:-moz-placeholder {color: #999999;}
::-moz-placeholder {color: #999999;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: #999999;}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: #999999;}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9; text-indent:1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none; color:#999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
display: none;
}

/*网页滚动条*/
::-webkit-scrollbar{
	width: 6px; height:6px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*effict*/
.Scale-img {overflow: hidden;cursor: pointer; zoom:1; overflow: hidden;}
.Scale-img img,.Scale-img span {opacity: 1;-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;transition: opacity 0.6s, transform 0.6s;}
.Scale-img:hover img,.Scale-img:hover span {opacity: 1;-webkit-transform: scale3d(1.05,1.05,1.05);transform: scale3d(1.05,1.05,1.05); top:0px; left:0px;}
.effict{transition: all ease 0.3s;}
.imgbox{ overflow:hidden; position:relative; /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/}
.imgbox span{ background-position:center center; background-repeat:no-repeat; background-size:cover; position:absolute; left:0px; top:0px; width:100%; height:100%;display: flex;align-items: center;justify-content: center;}
.imgbox img{ width:auto !important; max-height:100%;}


/*pages*/
.Pages{margin-top:50px;text-align: center;position: relative;}
.Pages a.a_first,
.Pages a.a_end,
.Pages > span:not(.p_page){display: none;}
.Pages em{display: inline-block; font-style: normal;}
.Pages a{display: inline-block;line-height: 40px; width: 40px; margin: 0 2px;border-radius: 50%;}
.Pages a.a_cur,
.Pages a:hover{color: #fff;background: #2c9bca;}
.Pages .p_page > a{height: 40px;width:100px;font-family: syl;}
.Pages .p_page > a img{position: relative;top:-3px;margin:0 5px;}
.Pages .p_page > a:hover{background: #fff;color:#333;}

.Pages .a_prev{position: absolute;left:0;top:0;}
.Pages .a_next{position: absolute;right:0;top:0;}

@media(max-width:640px){
.Page002623{padding: 6vw 0 8vw 0;}
.Pages em{display: none;}
.Pages a{background-color: #eee;}
}
/*pages end*/


.Contain{max-width:1360px;width:95%;margin:0 auto;}
.Top{height:100px;line-height: 100px;background:#fff;}
.Top .m-btn{display: none;cursor: pointer;padding:15px 5px;border-radius: 5px;z-index:999;margin-top:7px;margin-left:10px;}
.Top .m-btn span{display: block;width:25px;height:3px;background:#0096d5;position: relative;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span::before, .m-btn span::after{content:'';display: block;height:3px;width:25px;background: #0096d5;position: absolute;left: 0;-webkit-transition: all 200ms cubic-bezier(.4,0,0,1);-o-transition: all 200ms cubic-bezier(.4,0,0,1);transition: all 200ms cubic-bezier(.4,0,0,1);}
.Top .m-btn span:before {top: -8px;}
.Top .m-btn span:after {bottom: -8px;}
.Top .m-btn.active span {background: transparent;}
.Top .m-btn.active span:before {transform: rotate(-48deg) translate(-6px, 5px);-webkit-transform: rotate(-48deg) translate(-6px, 5px);-o-transform: rotate(-48deg) translate(-6px, 5px);width: 24px;}
.Top .m-btn.active span:after {transform: rotate(48deg) translate(-6px, -5px);-webkit-transform: rotate(48deg) translate(-6px, -5px);-o-transform: rotate(48deg) translate(-6px, -5px);width: 24px;}

.Top .MainNav ul{height:100px;}
.Top .MainNav ul li{display: inline-block;margin-left:45px;font-size: 18px;position: relative;}
.Top .MainNav ul li::before{content:'';display: block;width:100%;height:2px;background: #2c9bca;position: absolute;left:0;bottom:30px;transition: all .5s;-webkit-transition: all .5s;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
.Top .MainNav ul li a{color:#000;}
.Top .MainNav ul li.on::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Top .MainNav ul li.on a{color:#2c9bca;}
.Top .MainNav ul li:hover::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.Top .MainNav ul li:hover a{color:#2c9bca;}

/* Bottom */
.Bottom{background:#181818;}
.Bottom .BottomBox{padding:40px 0 30px 0;border-bottom:1px solid rgba(255,255,255,0.1);}
.Bottom .BottomBox .Bottomcon{margin-top:20px;width:50%;}
.Bottom .BottomBox .Bottomcon ul li{display: inline-block;color:#afafaf;font-family: syl;}
.Bottom .BottomBox .Bottomcon ul li:first-child{margin-right:50px;}
.Bottom .BottomBox .Bottomcon ul li .ico{margin-bottom:20px;}
.Bottom .BottomBox .Bottomcon ul li  p span{font-family: syrh;color:#fff;opacity: 0.8;}
.Bottom .BottomBox .BottomTel{margin-top:20px;}
.Bottom .BottomBox .BottomTel h1{font-family: dinb;font-size: 32px;color:#2ba5d8;margin-bottom:20px;}
.Bottom .BottomBox .BottomTel span{font-size: 14px;color:#fff;opacity: 0.6;}

.Bottom .BottomBox .Ewa img{}
.Bottom .CopyRight{padding:20px 0;}
.Bottom .CopyRight .bottomIco ul li{display: inline-block;width:40px;height:40px;border-radius: 50%;background:rgba(255,255,255,0.2);display: inline-block;text-align: center;line-height: 40px;margin-left:5px;}
.Bottom .CopyRight .con{font-size: 14px;font-family: syl;color:#afafaf;line-height: 40px;}
.Bottom .CopyRight .con a{color:#afafaf;}


.HomeBan {position: relative;}
.HomeBan .item{position: relative;}
.HomeBan .item .img{padding-top:550px;}
.HomeBan .item .txt{position: absolute;width:100%;left:0;top:36%;transform: translateY(-50%);-webkit-transform: translateY(-50%);color:#fff;}
.HomeBan .item .txt h1{font-size: 68px;font-weight: bold;font-family: sym;}
.HomeBan .item .txt h3{font-size: 40px;font-weight: bold;font-family: sym;margin-bottom: 5%;}
.HomeBan .item .txt p{font-size: 22px;letter-spacing: 9px;font-family: syl;margin-top:5px;}
.HomeBan .slick-dots{position: absolute;width:100%;left:0;bottom:20px;text-align: center;}
.HomeBan .slick-dots li{display: inline-block;margin:0 8px;width:18px;height:18px;background:url(../images/dot.png) no-repeat center center;}
.HomeBan .slick-dots li.slick-active{background:url(../images/dotc.png) no-repeat center center;}
.HomeBan .slick-dots li button{display: none;}

.LoginForm{position: absolute;top:50%;width:100%;right:0;margin-top:-200px;}
.LoginForm .Form{width:360px;height:400px;background:#fff;}
.LoginForm .Form .FormNav{border-bottom:1px solid #e6e6e6;padding:10px 30px 0;line-height: 60px;}
.LoginForm .Form .FormNav li{display: inline-block;margin-right:30px;position: relative;}
.LoginForm .Form .FormNav li a{font-size: 20px;color:#000;}
.LoginForm .Form .FormNav li.on a{font-weight: bold;color:#2c9bca;}
.LoginForm .Form .FormNav li:nth-child(2){margin-right:0;}
.LoginForm .Form .FormNav li::before{content:'';display: block;width:100%;height:3px;background:#2c9bca;position: absolute;left:0;bottom:-1px;transition: all .5s;-webkit-transition: all .5s;transform: rotateY(90deg);-webkit-transform: rotateY(90deg);}
.LoginForm .Form .FormNav li.on::before,.LoginForm .Form .FormNav li:hover::before{transform: rotateY(0);-webkit-transform: rotateY(0);}
.LoginForm .Form .FormBox{padding:20px 30px;}
.LoginForm .Form .FormBox .inputBox{height:50px;line-height: 50px;background:#f5f5f5;border-radius: 10px;padding-left:50px;position: relative;margin-bottom:10px;}
.LoginForm .Form .FormBox .inputBox .ico{position: absolute;left:0;top:0;width:50px;text-align: center;}
.LoginForm .Form .FormBox .inputBox.yzm{padding-right:100px;}
.LoginForm .Form .FormBox .inputBox.yzm .yzmbox{width:90px;height:36px;position: absolute;right:8px;top:50%;margin-top:-18px;}
.LoginForm .Form .FormBox .inputBox.yzm .yzmbox img{position: absolute;top:0;left:0;}
.LoginForm .Form .FormBox .formBtn{margin-top:30px;}
.LoginForm .Form .FormBox .formBtn button{width:100%;height:50px;line-height: 50px;background:#2c9bca;color:#fff;text-align: center;border-radius: 10px;font-size: 16px;}
.LoginForm .Form .FormBox .other{font-size: 14px;margin-top:15px;}
.LoginForm .Form .FormBox .other a{color:#2c9bca;}
.LoginForm .Form .FormBox .other a.forgetbtn{color:#999;}

.HomeNum{background:#fff;padding:30px 0;}
.HomeNum ul::after{content:'';display: block;clear: both;}
.HomeNum ul li{width:25%;float:left;box-sizing: border-box;text-align: center;display: flex;align-items: center;justify-content: center;position: relative;}
.HomeNum ul li .ico{display: inline-block;margin-right:20px;}
.HomeNum ul li .con{display: inline-block;text-align: left;font-family: syl;}
.HomeNum ul li .con p b{font-size: 46px;color:#2c9bca;font-family: brass;font-weight: normal;position: relative;top:6px;}
.HomeNum ul li::before{content:'';display: block;width:1px;height:80%;background:#ececec;position: absolute;left:0;top:50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.HomeNum ul li:first-child::before{display: none;}


body{background: #f3f3f3;}
.w900{width:100%;box-sizing: border-box;background: #fff;padding:30px 40px;height:485px;}
.w430{width:32%;box-sizing: border-box;background: #fff;padding:30px 40px 20px;height:485px;}
.HomeMain{padding:60px 0;}
.HomeMain .HomePart_1{margin-bottom:30px;}
.HomeTit{border-bottom:1px solid #e3e3e3;padding-bottom:18px;line-height: 40px;}
.HomeTit .titbox{padding-left:50px;position: relative;}
.HomeTit .titbox .ico{position: absolute;left:0;top:50%;margin-top:-20px;}
.HomeTit .titbox h1{font-size: 30px;}
.HomeTit .More a{color:#2c9bca;font-size: 14px;font-family: syl;}

.HomeMain .slideTxt .hd {margin:20px 0 10px 0;}
.HomeMain .slideTxt .hd ul::after{content:'';display: block;clear: both;}
.HomeMain .slideTxt .hd ul li{float:left;height:35px;line-height: 35px;border-radius: 35px;padding:0 15px;position: relative;font-size: 18px;}
.HomeMain .slideTxt .hd ul li::before{content:'';display: block;width:1px;height:14px;background: #d8d8d8;position: absolute;left:0;top:50%;margin-top:-7px;}
.HomeMain .slideTxt .hd ul li:first-child::before{display: none;}
.HomeMain .slideTxt .hd ul li.on{background:#2c9bca;}
.HomeMain .slideTxt .hd ul li.on a{color:#fff;}
.HomeMain .slideTxt .hd ul li.on~li::before{display: none;}

.HomeList dl dd{line-height: 59px;border-bottom:1px dotted #e5e5e5;padding-left:15px;padding-right:80px;position: relative;font-family: syl;}
.HomeList dl dd::before{content:'';display: block;width:4px;height:4px;background:#2c9bca;border-radius: 50%;position: absolute;left:0;top:50%;margin-top:-2px;}
.HomeList dl dd span{color:#999;position: absolute;right:0;top:0;}

.HomeList_1 dl dd{padding-right:210px;}
.HomeList_1 dl dd span{color:#2c9bca;}
.HomeList_2 dl dd{border-bottom:none;line-height: 45px;}

.HomeHelp .HomeHelpBox .HelpTop{padding:15px 0 15px 0;margin-bottom:10px;border-bottom:1px dotted #e5e5e5;}
.HomeHelp .HomeHelpBox .HelpTop h1{font-size: 20px;margin-bottom:8px;}
.HomeHelp .HomeHelpBox .HelpTop .dec{font-size: 14px;line-height: 25px;color:#999;height:75px;}

.HomeZcfg .HomeZcfgBox .img{padding-top:130px;margin:20px 0 5px 0;}

.nMain{padding:30px 0 60px 0;}
.nMain .nMainBox{background:#fff;padding:60px;}
.nMain .slideTxtBox .hd li{float: left;width: 120px;text-align: center;height: 40px;line-height: 40px;margin-right: 20px;border: 1px solid #2c9bca;border-radius: 5px;color: #333;transform: all 0.3s;cursor: pointer;}
.nMain .slideTxtBox .hd li.on{background: #2c9bca;color: #fff}
.nTit{border-bottom:2px solid #2c9bca;padding-bottom:15px;}
.nTit .h1{font-size: 36px;}
.Position{font-size: 14px;color:#999;line-height: 40px;position: relative;top:12px;}
.Position a{color:#999;}
.Position span{color:#000;}


/* 公示公告 */
.Gongsgg .GongSearch{text-align: center;margin:60px 0 40px 0;}
.Gongsgg .GongSearch ul li{display: inline-block;margin:0 8px;line-height: 60px;}
.Gongsgg .GongSearch ul li span{display: inline-block;margin-right:10px;}
.Gongsgg .GongSearch ul li .inputbox{display: inline-block;width:300px;height:60px;background:#f5f5f5;box-sizing: border-box;font-size: 16px;}
.Gongsgg .GongSearch ul li .inputbox input{width:100%;padding:0 20px;box-sizing: border-box;font-size: 16px;}
.Gongsgg .GongSearch ul li .inputbox #test6 input{font-size: 16px;}
.Gongsgg .GongSearch ul li .inputbox #test6 .layui-input-inline{display: inline-block;width:40%;text-align: center;}
.Gongsgg .GongSearch ul li .inputbox #test6 .layui-form-mid{display: inline-block;}
.Gongsgg .GongSearch ul li .inputbox #test6 .layui-input-inline input{text-align: center;padding:0;}
.Gongsgg .GongSearch ul li.date .inputbox{background: url(../images/date.png) no-repeat center right 20px #f5f5f5;}
.Gongsgg .GongSearch ul li .inputbox #test6{padding-right:40px;}
.Gongsgg .GongSearch button{width:130px;height:60px;line-height: 60px;text-align: center;background: #2c9bca;color:#fff;font-size: 16px;}
.Gongsgg .GongSearch button img{position: relative;margin-right:10px;}

.Gongsgg .GongsggBox ul li.tit{line-height: 70px;font-size: 18px;color:#fff;background: #2c9bca;font-family: sym;}
.Gongsgg .GongsggBox ul li.tit span.s1{color:#fff;}
.Gongsgg .GongsggBox ul li.tit span.s3{color:#fff;}
.Gongsgg .GongsggBox ul li.tit span.s4{color:#fff;}
.Gongsgg .GongsggBox ul li span{display: block;float:left;text-align: center;}
.Gongsgg .GongsggBox ul li::after{content:'';display: block;clear: both;}
.Gongsgg .GongsggBox ul li span.s1{width:17%;}
.Gongsgg .GongsggBox ul li span.s2{width:48%;text-align: left;}
.Gongsgg .GongsggBox ul li span.s3{width:15%;color:#999;}
.Gongsgg .GongsggBox ul li span.s4{width:20%;color:#999;}
.Gongsgg .GongsggBox ul li{line-height: 60px;border-bottom:1px solid #ebebeb;font-family: syl;}
.Gongsgg .GongsggBox ul li.state1 span.s1{color:#2c9bca;}

/*20220428*/
.TopBox{line-height: 50px;color: #999999;}
.TopBox p span{display: inline-block;color: #2c9bca;margin-right: 20px;}
.TopBox ul li{display: inline-block;margin-left: 20px;}
.TopBox ul li span{color:#4ca0c7;}
.TopBox ul li img{display: inline-block;margin: 0 5px;position: relative;top: -2px;}

@media(max-width: 768px){
	.TopBox p{display: none;}
	.TopBox{line-height: 35px;font-size: 14px;}
	.TopBox ul li{margin-left: 20px;}
}

/*20220510*/
@font-face{
	font-family: "SourceHanSansCN-Medium";
	src:url("../fonts/SourceHanSansCN-Medium.ttf")
}


@font-face{
	font-family: "SourceHanSansCN-Heavy";
	src:url("../fonts/SourceHanSansCN-Heavy.otf")
}
.Gongsgg .Content{padding: 5% 0 2%}
.Gongsgg .Content .titles{font-family: SourceHanSansCN-Medium;font-size: 36px;color: #333333;text-align: center;}
.Gongsgg .Content .info{font-family: SourceHanSansCN-Light;color: #2c9bca;text-align: center;margin-top: 2%;}
.Gongsgg .Content_b p{font-family: SourceHanSansCN-Normal;font-size: 16px;color: #666666;line-height: 30px;text-align: justify;}
.Gongsgg .Content_b h4{font-size: 18px;color: #333333;}
.Gongsgg .Content_b .gysbm{display: block;margin: 0 auto;line-height: 58px;margin-top: 5%; font-size: 16px;font-family: MicrosoftYaHei-Bold;color: #fefeff;text-align: center;width: 230px;height: 58px;background-color: #2ba5d8;}

.PopupShengm{position: fixed;width:100%;height:100%;background:rgba(0,0,0,0);top:0;left:0;z-index:9999;display: none;}
.PopupShengm .ShengmingBox{position: absolute;box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.16);border-radius: 10px;background:#fff;padding:2% 3.5%;max-width:400px;width:90%;transform: translate(-50%,-50%);-webkit-transform: translate(-50%,-50%);top:50%;left:50%;text-align:center}
.PopupShengm .ShengmingBox .Con h1{font-family: SourceHanSansCN-Normal;text-align: center;font-size: 24px;color: #2c9bca;margin-bottom:40px;}
.PopupShengm .ShengmingBox .Con h3{font-family: SourceHanSansCN-Medium;font-size: 18px;color: #333333;padding-bottom: 30px;border-bottom: 1px solid rgba(0,0,0,.08);}
.PopupShengm .ShengmingBox .Con .txt img{max-width:80%;}
.PopupShengm .ShengmingBox .Con .txt .info{text-align:left;font-family: SourceHanSansCN-Normal;font-size: 16px;line-height: 36px;color: #333333;margin-top: 30px;}
.PopupShengm .ShengmingBox .Con .btns{width: 102px;height: 42px;background-color: #4ca0c7;font-family: SourceHanSansCN-Regular;font-size: 16px;line-height: 42px;text-align: center;display: inline-block;color: #ffffff;margin-top: 30px;cursor: pointer; border-radius: 10px;}
.Gongsgg .mune {margin-top: 3%;font-size: 0;margin-bottom: 3%;}
.Gongsgg .mune li{display: inline-block;position: relative;padding: 0 20px;height: 35px;line-height: 35px;}
.Gongsgg .mune li:after{position: absolute;content: "";right: 0;top: 10px;width: 1px;height: 15px;background-color: #d8d8d8;}
.Gongsgg .mune li.on{background-color: #2c9bca;border-radius: 18px;}
.Gongsgg .mune li a{color: #333333;font-family: SourceHanSansCN-Regular;font-size: 19px;}
.Gongsgg .mune li.on a{color: #fff}
.Gongsgg .mune li:last-child:after,.Gongsgg .mune li.on:after{display: none}

.Gongsgg .sgsglist li{height: 59px;line-height: 59px;border-bottom: 1px solid #ebebeb;font-family: SourceHanSansCN-Light;font-size: 16px;color: #333333;}
.Gongsgg .sgsglist li span{font-size: 16px;color: #2c9bca;}

.SubBan{height: 225px;background-color: #4ca0c7;width: 100%;}
.SubBan h3{font-family: SourceHanSansCN-Heavy;font-size: 68px;color: #ffffff;line-height: 68px;padding-top:5%;}
.SubBan p{font-family: SourceHanSansCN-Light;font-size: 22px;letter-spacing: 10px;color: #ffffff;margin-top: 1%;}


.steps{display: inline-block;width: 100%;margin-top: 3%;height: 22px;line-height: 22px;}
.steps p{font-family: SourceHanSansCN-Regular;font-size: 20px;color: #000000;}
.steps p span{font-family: DIN-Medium;font-size: 22px;}
.steps p.on{color: #4ca0c7;}
.steps img{float: left;margin: 6px 30px;}
.zcbox{box-sizing: border-box;padding: 3%;border: solid 1px #e5e5e5;margin-top: 3%;}
.zcsx{height: 97px;border-radius: 10px;background-color: #f7f7f7;border-radius: 10px;box-sizing: border-box;padding: 2%;margin-bottom: 2%;}
.zcsx span{font-family: MicrosoftYaHei;float: left;width: 36px;height: 36px;text-align: center;padding: 5px;padding-right: 22px;background: url(../images/icon1.png) no-repeat center;font-size: 16px;line-height: 18px;color: #ffffff;font-weight: bold;}
.zcsx p{float: left;font-family: SourceHanSansCN-Light;font-size: 14px;line-height: 23px;color: #e31d1d;margin-left: 30px;}
.zctable *{box-sizing: border-box;}
.zctable li{border-radius: 10px;height: 50px;line-height: 50px;margin-bottom: 1%;position: relative;}
.zctable li.w100{padding-left: 25px;}
.zctable li.w100:after,.zctable li .w32:after{z-index: -1;position: absolute;left: 0;top: 0;content: "";width: 100%;height: 100%;border: solid 1px #e5e5e5;;border-radius: 10px;}
.zctable li .red{color: #e43838}
.zctable li span{font-size: 16px;}
.zctable li input{width: 60%;cursor: pointer;height: 50px;position: relative;z-index: 1;}
.zctable li .w32{float: left;width: 32%;border-radius: 10px;position: relative;padding-left: 25px;}
.zctable li .w32.mid{margin-left: 2%;margin-right: 2%;}
.zctable li select{width: 160px;border: none;background: url(../images/sjx.png) no-repeat 90% center;border-right: 1px solid #dedede;position: relative;z-index: 9;}
.zctable li .wtzj select{width: 92px;height: 30px;background: #eeeeee;border-radius: 6px;border: none;padding-right: 0;text-align: center;position: absolute;right: 5px;top: 12px;font-family: SourceHanSansCN-Regular;color: #e31d1d;font-size: 14px;}
.zctable li.szd input{width: 30%;position: relative;z-index: 99;}
.zctable li .yyzz{width: 32%;float: left;padding-left: 25px;}
.zctable li .yyzz .tit{color: #333333;}
.zctable li.imgs{height: auto;display: inline-block;width: 100%;margin-bottom: 3%;}
.zctable li .yyzz .add{width: 120px;line-height: 120px;text-align: center;height: 120px;background-color: #eeeeee;border-radius: 10px;display: inline-block;position: relative;}
.zctable li .yyzz .add input {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}
.layui-input-inline{display: inline-block;}
.layui-input-inline input{width:100% !important;}
.layui-form-mid{width:30px;display: inline-block;}

.zctable li .yyzz .uploadImg{position: relative;float:left;}
.zctable li .yyzz .uploadImg .filebtn{width:100%;height:100%;position:absolute;top:0;left:0;font-size:0;opacity: 0;}
.zctable li .yyzz .uploadImg .imagebox{width:100%;height:100%;top:0;left:0;display: flex;align-items: center;justify-content: center;position:absolute;text-align: center;border-radius: 10px; box-shadow: 0 5px 5px rgba(0,0,0,.15)}
.zctable li .yyzz .uploadImg .imagebox img{max-width:100%;max-height:100%;height: auto;width: auto;}

.zctable li .yyzz .rbox{padding-top: 8%;}
.zctable li .yyzz .rbox p{color: #5e5c5c;line-height: 28px;margin-left: 20px;}
.zctable li .yyzz .rbox p.tips{font-size: 14px;color: #e31d1d;}
.zctable .btns button{width: 120px;margin: 0 10px; height: 50px;background-color: #4ca0c7;border-radius: 10px;text-align: center;font-size: 16px;font-family: MicrosoftYaHei;color: #ffffff;line-height: 50px;text-align: center;}
.zctable .btns{margin: 5% 0;text-align: center;}

.cjzh ul{width: 40%;}
.cjzh li{height: 50px;border-radius: 10px;border: solid 1px #e5e5e5;line-height: 50px;margin-bottom: 2%;padding-left: 25px;display: inline-block;width: calc(100% - 25px)}
.cjzh li .red{color: #e43838}
.cjzh li input{width: 60%;display: inline-block;}
.cjzh li.yzm{width:58%;}
.cjzh button{float: right;width: 172px;height: 50px;background-color: #4ca0c7;border-radius: 10px;text-align: center;font-size: 16px;font-family: MicrosoftYaHei;color: #ffffff;line-height: 50px;text-align: center;}
.cjzh li.yes{padding-left: 0;border: none;font-size: 16px;font-family: MicrosoftYaHei;color: #666666;}
.cjzh li.yes input{margin-right: 10px;width: auto;}
.cjzh .btns{display: inline-block;margin-bottom: 5%;}
.cjzh .btns button{float: left;}
.cjzh li select{width: 70%;border: none;background: url(../images/sjx.png) no-repeat 100% center;}

.pcenter .pctitle{font-family: SourceHanSansCN-Medium;font-size: 30px;color: #333333;margin-bottom: 3%;font-weight: normal;}
.pcenter .ul1{width: 50%;display: inline-block;}
.pcenter .ul1 li{height: 50px;border-radius: 10px;border: solid 1px #e5e5e5;line-height: 50px;margin-bottom: 2%;padding-left: 25px;display: inline-block;width: calc(80% - 25px)}
.pcenter .xgmm{display: inline-block;width: 89px;height: 30px;background-color: #4ca0c7;font-family: MicrosoftYaHei;font-size: 14px;color: #ffffff;line-height: 30px;text-align: center;margin-left: 10px; border-radius: 6px;}
.pcenter .pcenter_p1,.pcenter_p2{display: inline-block;width: 100%;padding-bottom: 3%;border-bottom:solid 1px #e5e5e5 ;margin-bottom: 2%;}
.pcenter .pctitle span{font-size: 30px;color: #4ca0c7;margin-left: 10px;}
.pcenter_p2 li{border-radius: 10px;height: 50px;line-height: 50px;margin-bottom: 1%;position: relative;}
.pcenter_p2 li.w100{padding-left: 25px;}
.pcenter_p2 li.w100:after,.pcenter_p2 li .w32:after,.pcenter_p2 li .w49:after,.pcenter_p2 li .w23:after{position: absolute;left: 0;top: 0;content: "";width: 100%;height: 100%;border: solid 1px #e5e5e5;;border-radius: 10px;z-index: -1;}
.pcenter_p2 li .w49{width: calc(49% - 25px);position: relative;padding-left: 25px;}
.pcenter li .red{color: #e43838}
.pcenter li select{width: 160px;border: none;background: url(../images/sjx.png) no-repeat 90% center;border-right: 1px solid #dedede;position: relative;z-index: 9;}
.pcenter li input{height: 28px;position: relative;z-index: 1;width: 45%;text-align: center;background: #f7f7f7;border-radius: 3px;}
.pcenter li.szd input{width: 40%;}
.pcenter_p2 li .w23{width: calc(23.5% - 25px);position: relative;padding-left: 15px;display: inline-block;margin-right: 2%;float: left;}
.pcenter_p2 li .w23.mr0{margin-right: 0;}
.pcenter_p2 li .w23 select{border-right: 0}
.pcenter_p2 li.jyfw input{height: auto;width: auto;margin-right: 5px;}
.pcenter_p2 li.frzj select{border-right: 0;width: 78%}
.pcenter_p2 li.zzsc{height: auto;}
.zzsc {text-align: center;}
.zzsc .w80{margin: 0 auto;width: 90%;height: 32px;line-height: 32px;margin-bottom: 1%;display: inline-block;}
.zzsc .w80 p{width: 278px;height: 32px;background-color: #f7f7f7;line-height: 32px;float: left;;position: relative;}
.zzsc .w80 p img{margin: 4px;}
.zzsc .w80 p input{opacity:1;position: absolute;width: 100%;height: 100%;left: 0;top: 0}
.zzsc .w80 span{float: left;margin:0  20px;}
.zzsc .w80 .adds{float: left;padding: 0 10px;height: 30px;background-color: #4CA0C7;text-align: center;line-height: 30px;border-radius: 10px;color: #fff;margin-left: 20px;position: relative;font-size: 14px;}
.zzsc .w80 .sp2{font-family: MicrosoftYaHei;font-size: 16px;color: #999999;margin-left: 20px;}
.zzsc .w80 .ysc{pointer-events:none;width: 78px;height: 28px;font-family: MicrosoftYaHei;font-size: 14px;color: #ffffff;display: inline-block;text-align: center;margin-left: 10px;margin-right: 10px; background-color: #b2bdc3;border-radius: 4px;line-height: 28px;}
.zzsc .w80 .dels{width: 78px;height: 28px;background-color: #f7f7f7;font-family: MicrosoftYaHei;font-size: 14px;color: #333333;display: inline-block;text-align: center; border-radius: 4px;}
.zzsc .w80 .adds .lxbox{display: none; margin-right: 0;left:50%; margin-left: -150px;z-index: 999; text-align:center;padding: 20px;position: absolute;top: 30px;background-color: #ffffff;box-shadow: 0px 0px 20px 0px 	rgba(0, 13, 30, 0.1);}
.zzsc .w80 .adds .lxbox button{color: #333333;background: none; display: inline-block;width: 218px;height: 34px;border: solid 1px #e5e5e5;text-align: center;line-height: 34px;margin-bottom: 10px;}
.zzsc .w80 .adds .lxbox input{color: #333333;background: none; display: inline-block;width: 218px;height: 34px;border: solid 1px #e5e5e5;text-align: center;line-height: 34px;}
.zzsc .w80 .adds .lxbox input::placeholder{opacity:1;color: #333333;}
.zzsc .w80 .adds:hover .lxbox{display: block;}
.zzsc .w80 .sp2 .stime,.zzsc .w80 .sp2 .etime{width: 110px;display: inline-block;height: 30px;line-height: 30px;background: #F7F7F7;text-align: center;}
.pcenter_p3{display: inline-block;width: 100%;margin-top: 2%;}
.pcenter .pctitle i{font-size: 14px;color: #999999;font-weight: normal;}
.pcenter .pcenter_p3 li  .yxq input{width: auto;height: auto;margin-right: 10px;}
.pcenter .pcenter_p3 li  .yxq{position: absolute;right: 10px;top: 0}
.imgs .w80file  .ysc{pointer-events:none;width: 78px;height: 28px;font-family: MicrosoftYaHei;font-size: 14px;color: #ffffff ;display: inline-block;text-align: center;margin-left: 10px;margin-right: 10px; background-color: #b2bdc3 ;border-radius: 4px;line-height: 28px;}


.zhzh h3{font-family: SourceHanSansCN-Medium;font-size: 30px;color: #333333;font-weight: normal;margin-bottom: 3%;}
.zhzh div{width: 70%;}
.zhzh div p{width: 49%;border: 1px solid #e5e5e5;height: 50px;line-height: 50px;border-radius: 10px;}
.zhzh div p input{display: inline-block;width: 100%;height: 100%;text-indent: 20px;}
.zhzh button{display: inline-block;width: 152px;height: 50px;background-color: #4ca0c7;font-family: MicrosoftYaHei;font-size: 16px;color: #ffffff;text-align: center;line-height: 50px;margin: 20px 0; 	border-radius: 10px;}
.zhzh{padding-bottom: 3%;display: inline-block;border-bottom:1px solid #e5e5e5 ;width: 100%;margin-bottom: 2%;}
.zhzh_tip{font-size: 16px;color: #333333;line-height: 36px;}
.zhzh_tip .red{color: #f00}
.zhzh_tip strong{font-size: 24px;color: #4ca0c7;}

/*20220609*/
.TextList001202 h1{ margin:0; font-weight:normal; padding:3% 0; font-size:24px; color:#333;}
.TextList001202 h1 b{ display:block;}
.TextList001202 li{padding-bottom:10px;}
.TextList001202 dl{ position:relative; padding-left:53px;}
.TextList001202 dl dt,
.TextList001202 dl dd{ border:1px solid #e3e7e6;}
.TextList001202 dl dt{ position:absolute; width:50px; left:0; top:0; color:#0088d2; text-align:center; font-size:24px;}
.TextList001202 dl.Q dt,
.TextList001202 dl.Q dd,
.TextList001202 dl.A dt{ height:50px; line-height:50px;}
.TextList001202 dl.A dd{ padding:2%; line-height:22px; font-size:12px;}
.TextList001202 dl.Q dd{ padding:0 2%;}
.TextList001202 li figure{ padding-top:2%;}
.TextList001202 li figure a{ display:inline-block; padding:0 20px; line-height:25px;color:#fff; background-color:#0088d2;}
.TextList001202 dl.A{ display:none; padding-top:10px;}
.TextList001202 dl.A dt{ top:10px;}
.TextList001202 dl.A p{ margin:0;}
.TextList001202 dl.Q_on dt{ color:#fff; background-color:#0088d2;}
.TextList001202 dl.Q_on dd{background-color:#f7fbfc;}


.pcenter_p2 li.zzsc .w23{
	margin-right: 0;
	margin-left: 2%;
	width: 26%;
	box-sizing: border-box;
}
.pcenter_p2 li.zzsc .w100{
position: relative;
    padding-left: 15px;
}
.pcenter_p2 li.zzsc .w46{
width: 44%;
margin-left: 0;
float: left;
display: inline-block;
position: relative;
box-sizing: border-box;
padding-left: 15px;
}

.pcenter_p2 li.zzsc .w46:after, .pcenter_p2 li .w100:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border: solid 1px #e5e5e5;
    border-radius: 10px;
    z-index: -1;
}
.pcenter_p2{border-bottom: none;}
.zctable .btns{margin:0;}


.tips{font-style: normal;font-size: 14px;color: #e31d1d}
.tips1{font-size: 14px;text-align: center;margin-top: 20px;color: #e31d1d}

.imgs .ysc {
    width: 78px;
    height: 28px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #4ca0c7;
    border-radius: 4px;
    line-height: 28px;
}
.zctable li .yyzz .rbox {
    padding-top: 0%;
}


.zhushi{
	position: absolute;
    top: -36px;
    left: 0;
    font-size: 14px;
    color: #e31d1d;
    width: 500px;
    line-height: 30px;
}

.zctable li .w32.w26{width: 26%;}
.zctable li .w32.w44{width: 44%;}

#TheEntrusted{width: 39%;}


@media(max-width:1440px){
.pcenter li.szd input{width: 35%;}
}


@media(max-width:480px){
.TextList001202 dl.Q dt,
.TextList001202 dl.Q dd,
.TextList001202 dl.A dt{ height:40px; line-height:40px;}
.TextList001202 h1,
.TextList001202 dl dt{font-size:20px;}
.TextList001202 dl.A p{ max-height:66px; overflow:hidden;}
}


#file .red {
    position: absolute;
    left: 34px;
}

.fpbox {
    box-sizing: border-box;
    padding: 5% 15%;
    border: solid 1px #e5e5e5;
    margin-top: 3%;
    max-width: 900px;
    margin: 0 auto;
}

.fpbox h3 {
    margin: 0 0 36px 0;
    font-weight: normal;
    font-size: 24px;
}

.fpbox li {
    position: relative;
    margin-bottom: 24px;
    padding: 1px;
    background: #f2f2f2;
    height: 45px;
    line-height: 45px;
    padding-left: 120px;
}

.fpbox li label {
    position: absolute;
    left: 0;
    top: 0;
    color: #333;
    line-height: 45px;
    font-size: 16px;
    padding-left: 20px;
    display: block !important;
}

.fpbox li .text {
    line-height: 45px;
    width: 100%;
    height: 45px;
    border: none;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
}

.fpbox li.call {
    padding-right: 120px;
}

.fpbox li.call .code {
    display: block;
    position: absolute;
    right: 0;
    top: 1px;
    line-height: 45px;
    width: 120px;
    text-align: center;
    color: #333;
    background: #f2f2f2;
    cursor: pointer;
}

.fpbox li.call .code:hover {
    background: #4ca0c7;
    color: #fff;
}

.fpbox .ol {
    padding: 16px 0;
}

.fpbox .ol .btn {
    width: 100%;
    height: 45px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    padding: 0;
    color: #fff;
    background: #4ca0c7;
}

.fpbox .ol .btn:hover {
    background: #4591b5;
}





/*20221103*/
.pcenter_p2 .ul2 .w32{float: left;width: 30%;border-radius: 10px;position: relative;padding-left: 25px;}
.pcenter_p2 .ul2 .w32.mid{margin-left: 2%;margin-right: 2%;}
.pcenter_p2 .ul2  .w500{width: 460px;border-right: none;padding-right: 0;float: right;height: 50px;line-height: 50px;background: url(../images/sjx.png) no-repeat 95% center}
.pcenter_p2 li.gsqk{height: auto}
.pcenter_p2 li.gsqk textarea{width: 100%}
.pcenter .pcenter_p2_new  .pctitle{font-size: 24px;height: 24px;line-height: 24px;padding-left: 15px;border-left: 3px solid #4ca0c7;}
.pcenter_p2_new .zctable li.imgs {padding: 0 0 20px ;border: 1px solid #E5E5E5;margin-bottom: 1%;}
.pcenter_p2_new li.zzsc{height: auto;}
.pcenter_p2_new .zzsc .w80 .adds{border-radius: 50%;background-color: #e31d1c;}
.pcenter_p2_new .zzsc .tips{font-size: 14px;color: #666666;height: 30px;line-height: 30px;}
.pcenter_p2_new .zzsc .tips span{font-size: 14px}
.pcenter_p2_new .zctable li .yyzz{width: auto;}
.pcenter_p2_new .zzsc .w80 .ysc{line-height: 28px;}





