@charset "utf-8";
.container{}
.header{height: auto;}

.banner .img02{display: none;}

.u-tt .hd { margin:0 2.5%; position:relative; }
.u-tt .hd h2 { padding:15px 5px; border-bottom: 1px solid #ccc; color:#132c80; font-size:18px; line-height:26px; vertical-align:top; font-weight:100; }
.u-tt .hd h2 span { display:block; color:#bababa; font-weight:100; font-size:15px; line-height:20px; text-transform:uppercase; vertical-align:top; }
.u-tt .hd .more { position:absolute; top:50%; right:8px; width:15px; height:15px; margin-top:-7px; padding:0; background:url(../images/icon_arr_arrow.png) no-repeat #f60; background-size:contain; overflow:hidden; }
.u-tt .hd .more a { display:block; background:none; line-height:999px; }
.u-tt .bd { margin:0 2.5%; padding:3% 0; }

.box-isd{display: none}
.box-isd .hd { background:#fff;}
.box-isd .hd h2 { border-right:0; background:#fff; color:#1e1201; }
.box-isd .hd .col { float:right; height:24px; margin:15px 5px 0 0; padding:0 20px; line-height:24px; border-radius:3px; border:1px solid #ddd; text-align:center; }
.box-isd .hd .col a { color:#333; }

@media only screen and (max-width:1200px){
	.wrap{width: 96%;}
	.box-isd{display: block;}
}

.wrap .main{padding: 80px 0;}
@media only screen and (max-width:1600px){
	.wrap .main{padding: 60px 0;}
}
@media only screen and (max-width:1200px){
	.wrap .main{padding: 40px 0;}
	.banner{display: block !important;}
	.banner .img02{display: block;}
	.banner .img01{display: none;}
}
@media only screen and (max-width:640px){
	.wrap .main{padding: 20px 0;}
}


.sidebar{height: 76px;background: #eeeeee;}
.sidebar .menu{float:right;}
.sidebar .menu dl dt{float:left;position: relative;}
.sidebar .menu dl dt:last-child{margin-right: 0;}
.sidebar .menu dl dt a{display: block;line-height: 74px;font-size: 18px;color: #3f485d;border-bottom: 2px solid transparent;padding: 0 20px;}
.sidebar .menu dl dt a.current,.sidebar .menu dl dt a:hover{background: #fff;}
.sidebar .menu dl dt a.current:after,.sidebar .menu dl dt a:hover:after{content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 4px;background: #f99c34}
.sidebar .location{float:left;line-height: 76px;font-size: 14px;color: #3f485d;} 
.sidebar .location a{font-size: 14px;color: #3f485d;}
.sidebar .location h3{display: none;}

.m-rdm { padding:35px 0 0; text-align:left; }
.m-rdm a { display:inline-block; margin:0 10px 10px 0; padding:3px 20px; border:1px solid #ddd; line-height:24px; }
.m-rdm a:hover,.m-rdm .current { border:1px solid #f99c34; background:#f99c34; color:#fff; }

@media only screen and (max-width:1420px){
	.sidebar{height: 66px;}
	.sidebar .menu dl dt{}
	.sidebar .menu dl dt a{font-size: 16px;line-height: 64px;padding: 0 15px;}
	.sidebar .location{line-height: 64px;}
}
@media only screen and (max-width:1200px){
	.sidebar{display: none;}
	.m-rdm{display: none;}
}

/* 内容模式 */
.article{line-height:2; font-size:16px; word-wrap:break-word; }
.article .hd { padding:0 0 20px; text-align:center; }
.article .hd h1 { color:#000; font-size:20px; }
.article .hd .titBar { color:#797979; font-size:12px; } 
.article .bd { padding-bottom:40px; }
.article .ft { padding:20px 0 0; border-top:1px solid #ddd; }
.article img{max-width: 100%;height: auto;}
.article video{max-width: 100%;height: auto}
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
} 

.sjcontent{display: none;}

#dituContent img{max-width: unset!important;}
@media only screen and (max-width:1420px){
	.article{font-size: 14px;}
}
@media only screen and (max-width:1200px){
	.article{font-size: 13px;}
	.pccontent{display: none;}
	.sjcontent{display: block;}
}

.piList .pic-item-list .pic-item{float:left;width: 23.5%;margin:0 2% 3% 0;text-align: center;}
.piList .pic-item-list .pic-item:nth-child(4n){margin-right: 0;}
.piList .pic-item-list .pic-item .list-pic{overflow: hidden;}
.piList .pic-item-list .pic-item dl{padding: 0 3%;background: #f5f5f5;line-height: 3.2;}
.piList .pic-item-list .pic-item dl dt{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.piList .pic-item-list .pic-item dl dt a{font-size: 16px;color: #333;}
.piList .pic-item-list .pic-item:hover dl{background: #f99c34;}
.piList .pic-item-list .pic-item:hover dl dt a{color: #fff;}
.piList .pic-item-list .pic-item .list-pic img{
	transition: transform 0.6s;
	-moz-transition: transform 0.6s; 
	-webkit-transition: transform 0.6s; 
	-o-transition: transform 0.6s;
	max-width: 100%;
	
}
.piList .pic-item-list .pic-item:hover .list-pic img{
	transform:scale(1.1);
-ms-transform:scale(1.1); 	
-moz-transform:scale(1.1); 	
-webkit-transform:scale(1.1); 
-o-transform:scale(1.1); 
}
@media only screen and (max-width:1420px){
	.piList .pic-item-list .pic-item{float:left;width: 31.33333%;margin:0 3% 3% 0;text-align: center;}
	.piList .pic-item-list .pic-item:nth-child(4n){margin-right: 3%;}
	.piList .pic-item-list .pic-item:nth-child(3n){margin-right: 0;}
	.piList .pic-item-list .pic-item dl dt a{font-size: 14px;}
}
@media only screen and (max-width:1200px){
	.piList .pic-item-list .pic-item dl dt a{font-size: 13px;}
}
@media only screen and (max-width:640px){
	.piList .pic-item-list .pic-item{float:left;width: 48%;margin:0 4% 4% 0;text-align: center;}
	.piList .pic-item-list .pic-item:nth-child(3n){margin-right: 4%;}
	.piList .pic-item-list .pic-item:nth-child(4n){margin-right: 0;}
	.piList .pic-item-list .pic-item:nth-child(2n){margin-right: 0;}
	.piList .pic-item-list .pic-item dl dt a{font-size: 12px;}	
}

/* 分页 */
.page { padding-top: 20px; line-height:24px; text-align:center;padding-bottom: 20px; }
.page a { display:inline-block; margin:0 5px; padding:3px 11px; background:#f0f0f1; color:#4f4f4f; vertical-align:top;font-size: 14px; }
.page a:hover,.page .current { background:#f99c34; color:#fff; }

@media screen and (max-width: 1024px){
	.page{padding-top: 10px}
	.page a{padding: 0 5px;margin: 0 3px;font-size: 12px}
}

.newsList{margin-bottom: 40px;}
.newsList ul li{padding: 30px 0;border-top: 1px dashed #e5e5e5}
.newsList ul li .time{float: left;width: 120px;height: 120px;box-sizing: border-box;padding: 16px 10px 10px 15px;background: #a0a0a0;transition: all .5s ease;margin-right: 40px;}
.newsList ul li .time .h{font-size: 28px;color: #ffffff;font-family: arial}
.newsList ul li .time .p{font-size: 16px;color: #fff;font-family: arial;margin-top: 6px;}
.newsList ul li .txt{padding-top: 14px;}
.newsList ul li .txt .h{overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.newsList ul li .txt .h a{font-size: 16px;color: #333333;}
.newsList ul li .txt .p{font-size: 14px;color: #333333;margin-top: 6px;line-height: 26px;overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.newsList ul li .txt .t{display: none;}
.newsList ul li:hover .txt .h a{color: #f99c34}
.newsList ul li:hover .time{background: #f99c34}
.newsList ul li:last-child{border-bottom: 1px dashed #e5e5e5}
@media only screen and (max-width:1420px){
	.newsList{margin-bottom: 30px;}
	.newsList ul li{padding: 25px 0;}
	.newsList ul li .time{width: 100px;height: 100px;padding: 12px 8px 8px 12px;margin-right: 30px}
	.newsList ul li .time .h{font-size: 24px;}
	.newsList ul li .time .p{font-size: 14px;margin-top: 5px;}
	.newsList ul li .txt{padding-top: 10px;}
	.newsList ul li .txt .h a{font-size: 14px;}
	.newsList ul li .txt .p{font-size: 13px;line-height: 22px;}
}
@media only screen and (max-width:1200px){
	.newsList{margin-bottom: 20px;}
	.newsList ul li{padding: 20px 0;}
	.newsList ul li .time{width: 90px;height: 90px;padding: 10px 7px 7px 10px;margin-right: 20px}
	.newsList ul li .time .h{font-size: 20px;}
	.newsList ul li .time .p{font-size: 13px;margin-top: 5px;}
	.newsList ul li .txt{padding-top: 10px;}
	.newsList ul li .txt .p{font-size: 12px;line-height: 20px;}
}
@media only screen and (max-width:750px){
	.newsList{margin-bottom: 15px;}
	.newsList ul li{padding: 15px 0;}
	.newsList ul li .time{display: none;}
	.newsList ul li .txt{padding-top: 0;}
	.newsList ul li .txt .p{margin-top: 4px;}
	.newsList ul li .txt .t{display: block;font-size: 13px;color: #333;margin-top: 5px;}
}

/* 图文新闻 */
.pothoItem { margin:0 0 40px; }
.pothoItem .item { margin-bottom:20px; padding:0 0 20px; border-bottom:1px dashed #d3d3d3; overflow:hidden; }
.pothoItem .item .pic { float:left; width:200px; height:150px; margin-right:20px; padding:4px; border:1px solid #e7e7e7; }
.pothoItem .item .pic img { width:200px; height:150px; }
.pothoItem .item dl { display:block; overflow:hidden; zoom:1; padding:0; line-height:20px; }
.pothoItem .item dl dt { font-size:16px; line-height:32px; overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.pothoItem .item dl .d,.pothoItem .item dl .m { display:none; }
.pothoItem .item dl .i { padding:5px 0 0; color:#999; font-size:14px; line-height:25px;overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
@media only screen and (max-width:1420px){
	.pothoItem { margin:0 0 30px; }
	.pothoItem .item{margin-bottom:15px; padding:0 0 15px;}
	.pothoItem .item .pic{width: 180px;height: 135px;margin-right: 15px;}
	.pothoItem .item .pic img{width: 180px;height: 135px;}
	.pothoItem .item dl dt{font-size: 14px;line-height: 28px;}
}
@media only screen and (max-width:1200px){
	.pothoItem { margin:0 0 20px; }
}
@media only screen and (max-width:750px){
	.pothoItem { margin:0 0 15px; }
	.pothoItem .item .pic{float: none;width: 100%;height: auto;padding: 0;border:0;}
	.pothoItem .item .pic img{width: 100%;height: auto}
	.pothoItem .item dl dt{font-size: 14px;line-height: 24px;margin-top: 7px;}
	.pothoItem .item dl .i{font-size: 12px;line-height: 20px;}
}

.ab{padding: 65px 0;}
.ab .aba .abal{float: left;width: 672px;}
.ab .aba .abal .abala span{display: inline-block;font-size: 24px;color: #000033;border-bottom: 2px solid #f99c34;}
.ab .aba .abal .abalb{margin-top: 28px;line-height: 30px;color: #333333;font-size: 16px;}
.ab .aba .abar{float: right;width: 667px;}
.ab .abb .abbi{margin-top: 60px;padding: 55px 0 63px;border-top:2px solid #eeeeee;display: flex;justify-content: space-between;}
.ab .abb .abbi .s2_ari{padding: 0 50px;}
.ab .abb .abbi .s2_ari .s2_aria{position: relative;display: inline-block;line-height: 1;}
.ab .abb .abbi .s2_ari .s2_aria b{font-size: 36px;color: #f99c34;font-weight: bold;}
.ab .abb .abbi .s2_ari .s2_aria span{font-size: 15px;color: #666666;margin-left: 7px;}
.ab .abb .abbi .s2_ari .s2_aria s{position: absolute;top:0;right: 77px; text-decoration: none;width: 17px;height: 17px;border-radius: 17px;background: #f99c34;font-size: 12px;color: #fff;line-height: 17px;text-align: center;}
.ab .abb .abbi .s2_ari .s2_aria img{margin-left: 45px;}
.ab .abb .abbi .s2_ari .s2_arib{font-size: 17px;color: #333333;margin-top: 10px;}
@media only screen and (max-width:1420px){
	.ab{padding: 50px 0;}
	.ab .aba .abal{width: 570px;}
	.ab .aba .abal .abala span{font-size: 21px;}
	.ab .aba .abal .abalb{margin-top: 20px;line-height: 24px;font-size: 14px;}
	.ab .aba .abar{width: 570px;}
	.ab .abb .abbi{margin-top: 45px;padding: 40px 0 58px;}
	.ab .abb .abbi .s2_ari{padding: 0 40px;}
	.ab .abb .abbi .s2_ari .s2_aria b{font-size: 32px;}
	.ab .abb .abb .s2_ari .s2_aria span{font-size: 14px;margin-left: 5px;}
	.ab .abb .abbi .s2_ari .s2_aria s{right: 70px;}
	.ab .abb .abbi .s2_ari .s2_aria img{margin-left: 35px;}
	.ab .abb .abbi .s2_ari .s2_arib{font-size: 15px;}
}
@media only screen and (max-width:1200px){
	.ab{padding: 35px 0;}
	.ab .aba .abal{width: 48%;}
	.ab .aba .abal .abala span{font-size: 18px;}
	.ab .aba .abal .abalb{margin-top: 15px;line-height: 21px;font-size: 13px;}
	.ab .aba .abar{width: 48%;}
	.ab .abb .abbi{margin-top: 35px;padding: 30px 0 38px;}
	.ab .abb .abbi .s2_ari{padding: 0 20px;}
	.ab .abb .abbi .s2_ari .s2_aria b{font-size: 28px;}
	.ab .abb .abbi .s2_ari .s2_aria s{right: 55px;top:-5px;}
	.ab .abb .abbi .s2_ari .s2_aria img{margin-left: 30px;height: 30px;}
	.ab .abb .abbi .s2_ari .s2_arib{font-size: 14px;}
}
@media only screen and (max-width:750px){
	.ab{padding: 20px 0;}
	.ab .aba .abal{width: 100%;float: none;}
	.ab .aba .abal .abala span{font-size: 16px;}
	.ab .aba .abal .abalb{margin-top: 10px;}
	.ab .aba .abar{width: 100%;float: none;margin-top: 15px;}
	.ab .abb .abbi{margin-top: 20px;padding: 20px 0 25px;}
	.ab .abb .abbi .s2_ari{padding: 0 0;}
	.ab .abb .abbi .s2_ari .s2_aria b{font-size: 24px;}
	.ab .abb .abbi .s2_ari .s2_aria s{right: -5px;top:-5px;}
	.ab .abb .abbi .s2_ari .s2_aria img{display: none;}
	.ab .abb .abbi .s2_ari .s2_arib{font-size: 12px;}
}
.abc{padding: 135px 0;background: url(ab3_02.jpg) no-repeat center;background-size: cover;text-align: center;cursor: pointer;}
.spBox { position:fixed; top:0; right:0; left:0; bottom:0; background:rgba(0,0,0,0.6); z-index:9; display:none; }
.spBox.on { display:block; }
.spBox .spBox01 { position:absolute; top:50%; left:50%; width:46%; padding:20px; box-sizing: border-box; background:#000; transform: translate(-50%,-50%); z-index:5; }
.spBox .spBox01 video { width:100%; height:auto!important; }
.spBox .spBox01 .sp-close { position:absolute; right:-50px; top:-30px; color:#fff; font-size:30px; cursor:pointer; }
@media only screen and (max-width:1420px){
	.abc{padding: 115px 0;}
	.abc .abca img{height: 75px;}
}
@media only screen and (max-width:1200px){
	.abc{padding: 95px 0;}
	.abc .abca img{height: 60px;}
}
@media only screen and (max-width:750px){
	.abc{padding: 70px 0;}
	.abc .abca img{height: 45px;}
	.spBox .spBox01 { position:absolute; top:50%; width:92%; padding:10px; z-index:5; }
	.spBox .spBox01 .sp-close { position:absolute; right:0; top:-60px; color:#fff; font-size:30px; cursor:pointer; }
}

.abd{margin-top: 60px;}
.abd .abda{float: left;width: 50.14%;height: 258px;background: url(ab5_03.jpg) no-repeat center;background-size: cover;}
.abd .abda a{display: block;height: 100%;}
.abd .abda .abdaa{padding: 60px 0 0 52px;font-size: 24px;color: #6880a3;font-weight: bold;}
.abd .abda .abdab{padding: 20px 0 0 52px;width: 260px;font-size: 14px;color: #6b7f99;line-height: 24px;}
.abd .abdb{float: left;width: 49.86%;}
.abd .abdb .abdbi{float: left;width: 50%;height: 258px;}
.abd .abdb .abdbi.abdbi1{background: url(ab6_04.jpg) no-repeat center;background-size: cover;}
.abd .abdb .abdbi.abdbi2{background: url(ab7_05.jpg) no-repeat center;background-size: cover;}
.abd .abdb .abdbi a{display: block;height: 100%;}
.abd .abdb .abdbi .abdbia{padding: 60px 0 0 40px;font-size: 24px;color: #fff;font-weight: bold;}
.abd .abdb .abdbi .abdbib{padding: 20px 0 0 40px;font-size: 14px;line-height: 24px;color: #fff;width: 135px;}
@media only screen and (max-width:1420px){
	.abd{margin-top: 45px;}
	.abd .abda{height: 238px;}
	.abd .abda .abdaa{padding: 50px 0 0 45px;font-size: 20px;}
	.abd .abda .abdab{padding: 15px 0 0 45px;font-size: 13px;line-height: 21px;width: 230px;}
	.abd .abdb .abdbi{height: 238px;}
	.abd .abdb .abdbi .abdbia{padding: 50px 0 0 30px;font-size: 20px;}
	.abd .abdb .abdbi .abdbib{padding: 15px 0 0 30px;font-size: 13px;line-height: 21px;width: 120px;}
}
@media only screen and (max-width:1200px){
	.abd{margin-top: 30px;}
	.abd .abda{height: 210px;float: none;width: 100%;}
	.abd .abda .abdaa{padding: 40px 0 0 35px;font-size: 18px;}
	.abd .abda .abdab{padding: 10px 0 0 35px;}
	.abd .abdb{float: none;width: 100%;}
	.abd .abdb .abdbi{height: 210px;}
	.abd .abdb .abdbi .abdbia{padding: 40px 0 0 20px;font-size: 18px;}
	.abd .abdb .abdbi .abdbib{padding: 10px 0 0 20px;}
}
@media only screen and (max-width:750px){
	.abd{margin-top: 20px;}
	.abd .abda{height: 160px;}
	.abd .abda .abdaa{padding: 30px 0 0 35px;font-size: 16px;}
	.abd .abdb .abdbi .abdbia{padding: 30px 0 0 20px;font-size: 16px;}
	.abd .abdb .abdbi{height: 180px;}
}

.section3{margin-top: 62px;}
.s3_c{position: relative;}
.s3_c .hd ul li{float: left;line-height: 60px;padding: 0 7px;border-top:2px solid transparent;font-size: 20px;color: #333333;font-weight: bold;margin-right: 35px;}
.s3_c .hd ul li.on{color: #f99c34;border-top:2px solid #f99c34;}
.s3_c .bd{margin-top: 20px;}
.s3_c .bd .s3_ci .swiper-slide .s3_cii{background: #f4f4f4;padding: 25px 23px 0;height: 167px;box-sizing: border-box;border-top:2px solid #f4f4f4;}
.s3_c .bd .s3_ci .swiper-slide .s3_cii .s3_ciia{font-size: 16px;color: #333333;font-weight: bold;overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
.s3_c .bd .s3_ci .swiper-slide .s3_cii .s3_ciib{margin-top: 15px;line-height: 20px;font-size: 14px;color: #888888;overflow: hidden;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;}
.s3_c .bd .s3_ci .swiper-slide .s3_cii .s3_ciic{margin-top: 17px;height: 5px;background: url(s3_1_14.png) no-repeat left center;}
.s3_c .bd .s3_ci .swiper-slide:hover .s3_cii .s3_ciia{color: #f99c34;}
.s3_c .bd .s3_ci .swiper-slide:hover .s3_cii{border-top:2px solid #f99c34;}
.s3_c .bd .s3_ci .swiper-slide:hover .s3_cii .s3_ciic{background: url(s3_2_16.png) no-repeat left center;}
.s3_c .swiper-button-prev{width: 23px;height: 23px;background: url(s3_3_03.png) no-repeat center;right: 58px;top:19px;margin-top: 0;left:auto;}
.s3_c .swiper-button-next{width: 23px;height: 23px;background: url(s3_4_05.png) no-repeat center;right: 0;top:19px;margin-top: 0;}
.s3_c .s3_cxx{position: absolute;right: 30px;top:29px;}


@media only screen and (max-width:1420px){
	.section3{margin-top: 50px;}
	.s3_c .hd ul li{line-height: 55px;padding: 0 5px;font-size: 18px;margin-right: 30px;}
	.s3_c .bd .s3_ci .swiper-slide .s3_cii{padding: 20px 20px 0;height: 150px;}
	.s3_c .bd .s3_ci .swiper-slide .s3_cii .s3_ciia{font-size: 15px;}
	.s3_c .bd .s3_ci .swiper-slide .s3_cii .s3_ciib{margin-top: 12px;font-size: 13px;}
	.s3_c .bd .s3_ci .swiper-slide .s3_cii .s3_ciic{margin-top: 14px;}
}
@media only screen and (max-width:1200px){
	.section3{margin-top: 40px;}
	.s3_c .hd ul li{line-height: 50px;padding: 0 4px;font-size: 16px;margin-right: 25px;}
	.s3_c .bd{margin-top: 15px;}
}
@media only screen and (max-width:750px){
	.section3{margin-top: 25px;}
	.s3_c .hd ul li{line-height: 45px;padding: 0 3px;font-size: 14px;margin-right: 20px;}
	.s3_c .bd .s3_ci .swiper-slide .s3_cii{padding: 15px 15px 0;height: 140px;}
	.s3_c .bd .s3_ci .swiper-slide .s3_cii .s3_ciia{font-size: 14px;}
	.s3_c .bd .s3_ci .swiper-slide .s3_cii .s3_ciib{margin-top: 10px;font-size: 12px;}
	.s3_c .bd .s3_ci .swiper-slide .s3_cii .s3_ciic{margin-top: 10px;}
	.s3_c .swiper-button-prev{top:14px;}
	.s3_c .swiper-button-next{top:14px;}
	.s3_c .s3_cxx{top: 24px;}
}

.lg{width: 100%;overflow: hidden;}
.lg .p-in{width: 1200px;margin:0 auto;}
.lg .lga .lgal{float:left;margin-left: 40px;}
.lg .lga .lgar{float:right;margin-top: 19px;line-height: 91px;}
.lg .lga .lgar a{font-size: 18px;color: #333333;padding: 0 10px;display: inline-block;}
.lg .lga .lgar a:hover,.lg .lga .lgar a.current{border-bottom: 4px solid #0549f1;}

.lg .lga .lgal{float:left;margin-left: 40px;}
.lg .lga .algar{float:right;margin-top: 19px;line-height: 91px;}
.lg .lga .algar a{font-size: 18px;color: #333333;padding: 0 10px;display: inline-block;}
.lg .lga .algar a:hover,.lg .lga .algar a.current{border-bottom: 4px solid #0549f1;}


.lg .lgb{position: relative;}
.lg .lgb .lgbx{display: none;}
.lg .lgb .lgo{padding: 60px 0 60px;background: url(lg_bg_02.jpg) no-repeat top center;min-height: 620px;background-size: cover;}
.lg .lgb .lgbc{float:right;width: 623px;background: #fff;border-top:4px solid #11519b;padding: 37px 45px 50px;}
.lg .lgb .lgbc .lgbca{line-height: 43px;font-size: 24px;color: #333333;font-weight: bold;padding-left: 53px;background: url(lg2_03.png) no-repeat left center;}
.lg .lgb .lgo:after{content: '\20'; display: block; height: 0; clear: both;}
.lg .lgb .lgbc .lgbcb{margin-top: 14px;background: #0549f1;height: 46px;line-height: 46px;padding-left: 52px;font-size: 16px;color: #ffffff;font-weight: bold;}
.lg .lgb .lgbc .lgbcc .lgbcca{padding: 22px 52px 45px;border:1px dashed #e5e5e5;border-top:0;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai{margin-bottom: 5px;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccail{float:left;line-height: 40px;text-align: right;width: 235px;font-size: 16px;color: #333333;position: relative;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccail i{position: absolute;right: -14px;font-style: normal;font-size: 18px;color: #fb1212;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccair{float:right;width: 249px;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccair input{width: 227px;height: 38px;border:1px solid #eaeaea;padding: 0 10px;font-size: 14px;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccaip{float:right;width: 249px;line-height: 40px;font-size: 16px;color: #333333;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccaip input{width: 12px;height: 12px;margin-right: 9px;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccaip span{margin-right: 20px;}
.lg .lgb .lgbc .lgbcc .lgbccb{margin-top: 42px;text-align: center;}
.lg .lgb .lgbc .lgbcc .lgbccb input{width: 410px;height: 59px;background: #0549f1;font-size: 18px;color: #ffffff;}
.lg .lgc{height: 70px;line-height: 70px;background: #0549f1;font-size: 16px;color: #f5f5f5;}
.lg .lgc a{color: #f5f5f5;}
.lg .lgc .lgcl{float:left;}
.lg .lgc .lgcr{float:right;}
.u-menu div i{background: #333;}
@media only screen and (max-width:1200px){
	.lg .p-in{width: 96%;}
	.lg .lga .lgal{margin-left: 0;}
	.lg .lga .lgal img{height: 100px;}
	.lg .lga .lgar{margin-top: 10px;line-height: 90px;}
	.lg .lga .lgar a{font-size: 16px;}
	.lg .lga .algar{margin-top: 10px;line-height: 90px;}
	.lg .lga .algar a{font-size: 16px;}
	.lg .lgb .lgo{padding: 45px 0;min-height: auto;}
	.lg .lgb .lgbc{width: 600px;padding: 30px 35px 35px;}
	.lg .lgb .lgbc .lgbca{font-size: 20px;padding-left: 40px;background-size: 30px 30px;}
	.lg .lgb .lgbc .lgbcb{margin-top: 10px;height: 40px;line-height: 40px;padding-left: 40px;font-size: 14px;}
	.lg .lgb .lgbc .lgbcc .lgbcca{padding: 20px 40px 40px;}
	.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccail{font-size: 14px;}
	.lg .lgb .lgbc .lgbcc .lgbccb{margin-top: 35px;}
	.lg .lgb .lgbc .lgbcc .lgbccb input{font-size: 16px;height: 50px;width: 380px;}
	.lg .lgc{font-size: 14px;}
	.lg .lga .lgar{display: none;}
	.u-menu{top:29px;}
}
@media only screen and (max-width:750px){
	.lg .lga .lgal img{height: 70px;}
	.lg .lga .algar{margin-top: 10px;line-height: 60px;}
	.lg .lga .algar a{font-size: 14px;}
	.lg .lgb .lgo{padding: 40px 0;min-height: auto;}
	.lg .lgb .lgbc{float: none;width: 100%;box-sizing: border-box;padding: 20px;}
	.lg .lgb .lgbc .lgbca{font-size: 16px;padding-left: 35px;background-size: 25px 25px;}
	.lg .lgb .lgbc .lgbcb{height: 35px;line-height: 35px;padding-left: 20px;}
	.lg .lgb .lgbc .lgbcc .lgbcca{padding: 25px;}
	.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccail{display: inline-block;text-align: left;width: auto;float: none;line-height: 32px;}
	.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccair{float: none;width: 100%;}
	.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccair input{width: 100%;box-sizing: border-box;}
	.lg .lgb .lgbc .lgbcc .lgbccb input{font-size: 14px;height: 45px;width: 100%;}
	.lg .lgc{font-size: 13px;line-height: 20px;text-align: center;height: auto;padding: 15px 0;}
	.lg .lgc .lgcl{float:none;}
	.lg .lgc .lgcr{float:none;}
	.u-menu{top:14px;}
}

.message-list { margin-bottom:5px; padding:5px 5px 15px; border-bottom:1px dotted #ddd; }
.message-list .m-title { padding:0; color:#f99c34; font-size:16px; font-weight:bold; line-height:20px; }
.message-list .m-title span { float:right; color:#01286f; font-size:12px; font-weight:100; }
.message-list .m-info { padding:5px 0; line-height:24px; }
.message-list .r-title { padding:0; line-height:20px; }
.message-list .r-info { padding:5px 0; line-height:24px; }

.cotar{float:none;width: 90%;margin:5% auto 0;}
.cotar .cotara{margin-bottom: 2%;}
.cotar .cotara input{width: 32%;padding: 0 2%;font-size: 14px;height: 54px;background: #f5f5f5;outline: none;margin-right: 2%;float:left;border:1px solid #ddd;box-sizing: border-box;}
.cotar .cotara input:last-child{margin-right: 0;}
.cotar .cotarb{margin-bottom: 2%;}
.cotar .cotarb textarea{width: 100%;padding:2.5%;font-size: 14px;background: #f5f5f5;outline: none;height: 236px;border:1px solid #ddd;box-sizing: border-box;}
.cotar .cotarc{margin-bottom: 5px;}
.cotar .cotarc input{height: 54px;background: #f99c34;width: 100%;font-size: 18px;color: #fff;}
.cotar .cotarp{margin-bottom: 2%;}
.cotar .cotarp label{margin-right: 2%;font-size: 16px;color: #333;}
.cotar .cotarp label input{width: 20px;height: 20px;vertical-align: middle;margin-right: 15px;}
@media only screen and (max-width:1420px){
	.message-list .m-title{font-size: 14px;}
}
@media only screen and (max-width:1200px){
	
}
@media only screen and (max-width:750px){
	.cotar{width: 100%;}
	.cotar .cotara input{width: 100%;margin-top: 2%;}
	.cotar .cotara input{height: 44px;}
	.cotar .cotarb textarea{height: 180px;}
	.cotar .cotarc input{height: 44px;font-size: 15px;}

}

.jbArea02 .hd { font-size:36px; color:#333; text-align:center; }
.jbArea02 .bd { margin-top:35px; }

.jbArea02 .bd ul { padding-bottom:40px; }
.jbArea02 .bd ul li { border-bottom:1px solid #ccc; }
.jbArea02 .bd ul li .p1 { color:#000; font-size:16px; padding-left:3%; }
.jbArea02 .bd ul li .p1 i { display:block; float:left; height:65px; line-height:65px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; }

.jbArea02 .bd ul li .p2 { display:none; padding:20px 35px 30px; }
.jbArea02 .bd ul li .p2 .txt { font-size:14px; color:#000; line-height:28px; margin-bottom:20px; }

.jbArea02 .bd ul li .p2 .txt .sjTxt { display:none; }

.jbArea02 .bd ul li .p2 .txt01 { font-size:16px; color:#fff; width:135px; height:40px; text-align:center; line-height:40px; background:#f99c34; border-radius:20px; cursor:pointer; }

.jbArea02 .bd ul li .p1 i:nth-child(1) { width:23%; margin-right:1%; }
.jbArea02 .bd ul li .p1 i:nth-child(2) { width:17%; margin-right:1%; text-align:center; }
.jbArea02 .bd ul li .p1 i:nth-child(3) { width:17%; margin-right:1%; text-align:center; }
.jbArea02 .bd ul li .p1 i:nth-child(4) { width:17%; margin-right:1%; text-align:center; }
.jbArea02 .bd ul li .p1 i:nth-child(5) { width:22%; text-align:center; }
.jbArea02 .bd ul li .p1 i:nth-child(5) em { display:inline-block; }

.jbArea02 .bd ul li:first-child { border-bottom:none; }
.jbArea02 .bd ul li:first-child .p1 { color:#000!important; background:#eaeaea!important; }
.jbArea02 .bd ul li.on .p1 { background:#f99c34; color:#fff; }
.jbArea02 .bd ul li.on .p2 { display:block; }

@media all and (max-width:1680px){
	.jbArea02 { margin-top:60px; }
	.jbArea02 .hd { font-size:28px; }
	.jbArea02 .bd { margin-top:35px; }	
}
@media all and (max-width:1280px){
	.jbArea02 { margin-top:60px; }
	.jbArea02 .hd { font-size:24px; }
	.jbArea02 .bd { margin-top:35px; }	
}
@media all and (max-width:750px){
	.jbArea02 { margin-top:30px; }
	.jbArea02 .hd { font-size:20px; }
	.jbArea02 .bd { margin-top:25px; }	
	
	.jbArea02 .bd ul li .p1 { font-size:14px; }
	.jbArea02 .bd ul li .p1 i { height:40px; line-height:40px; }

	.jbArea02 .bd ul li .p2 { display:none; padding:15px; }
	.jbArea02 .bd ul li .p2 .txt { font-size:14px; line-height:1.6; margin-bottom:10px; }
	.jbArea02 .bd ul li .p2 .txt01 { font-size:14px; width:115px; height:35px; line-height:35px; }
 
	.jbArea02 .bd ul li .p2 .txt .pcTxt { display:none; }
	.jbArea02 .bd ul li .p2 .txt .sjTxt { display:block; }
 
 
	.jbArea02 .bd ul li .p1 i:nth-child(1) { width:calc(97% - 160px); }
	.jbArea02 .bd ul li .p1 i:nth-child(2) { display:none; }
	.jbArea02 .bd ul li .p1 i:nth-child(3) { width:80px; }
	.jbArea02 .bd ul li .p1 i:nth-child(4) { display:none; }
	.jbArea02 .bd ul li .p1 i:nth-child(5) { width:80px; } 
} 

.hr-list { margin-bottom:5px; padding:0 0 15px; border-bottom:1px dotted #777; }
.hr-list .title { padding:0; color:#0549f1; font-weight:bold; font-size: 22px;}
.hr-list .title span { float:right; font-weight:100; }
.hr-list .info { padding:5px 0; line-height:24px; }
.hr-list .apply { height:24px; line-height:24px; text-align:right; }
/* 人才招聘 */
.form-panel {}
.form-panel h4 { margin-bottom:10px; padding:0 20px; background:#666; color:#fff; line-height:30px;}
.form-panel .tips { padding:10px 0 10px 100px; font-weight:bold; font-size:13px; text-align:left; }
.form-panel .field { clear:both; }
.form-panel li.field label { display:block; float:left; width:100px; line-height:24px; text-align:right; }
.form-panel .input { padding:5px 0; zoom:1; }
.form-panel .field:after { content:'\20'; display:block; height:0; clear:both; }
.form-panel .text { height:20px; padding:2px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .textarea { width:450px; height:100px; padding:1px 3px; border:1px solid #ccc; background:#fff; color:#555; }
.form-panel .submit-field { padding:0 10px 20px 100px; _padding:0 10px 20px 100px; clear:both; }
.form-panel .submit-field input { margin-right:10px; }
.form-panel .submit-field .btn-submit,.form-panel .submit-field .btn-reset { width:93px; height:29px; border:none; background:#666; color:#fff; cursor:pointer; }
@media all and (max-width:1420px){
	.hr-list .title{font-size: 20px;}
}
@media all and (max-width:1200px){
	.hr-list .title{font-size: 17px;}
}
@media all and (max-width:750px){
	.hr-list .title{font-size: 15px;}
	.form-panel li.field label{float: none;text-align: left;}
	.form-panel .text{width: 95%;}
	.form-panel .textarea{width: 95%;vertical-align: top;}
}

.uct .ucta{border-top:4px solid #f99c34;background: #eeeeee;padding: 40px 37px;}
.uct .ucta .uctal{float:left;padding-left: 50px;background: url(lg2_03.png) no-repeat left center;line-height: 46px;font-size: 18px;color: #333333;font-weight: bold;}
.uct .ucta .uctal span{color: #ff6600;}
.uct .ucta .uctar{float:right;max-width: 80%}
.uct .ucta .uctar ul li{float:left;margin-left: 7px;line-height: 46px;margin-bottom: 7px;}
.uct .ucta .uctar ul li a{display: block;padding: 0 40px;font-size: 16px;color: #333333;font-weight: bold;background: #fff;}
.uct .ucta .uctar ul li:hover a,.uct .ucta .uctar ul li.current a{background: #f99c34;color: #fff;}
.uct .uctb{background: #fff;padding: 40px 37px;min-height: 450px;}
.uct .uctb table{width: 100%;}
.uct .uctb table thead tr td{padding: 5px;text-align: center;line-height: 36px;font-size: 16px;color: #ffffff;font-weight: bold;background: #f99c34;border:1px solid #fff;}
.uct .uctb table tbody{border-top:4px solid #fff;}
.uct .uctb table tbody tr{border-top:3px solid #fff;}
.uct .uctb table tbody tr td{padding: 5px;text-align: center;line-height: 36px;font-size: 14px;color: #333333;font-weight: bold;background: #eeeeee;border:1px solid #fff;}
.uct .uctb table tbody tr td a.qpj{display: inline-block;width: 78px;height: 26px;line-height: 26px;text-align: center;border-radius: 8px;background: #f99c34;font-size: 14px;color: #fff;}
.uct .uctb table tbody tr td span.color0{color: #666;}
.uct .uctb table tbody tr td span.color1{color: #f39b11;}
.uct .uctb table tbody tr td span.color2{color: #35a223;}
.uct .uctb table tbody tr td span.color3{color: #f00;}

@media all and (max-width:1200px){
	.uct .ucta{border-top:3px solid #f99c34;padding: 30px;}
	.uct .ucta .uctal{float: none;font-size: 16px;line-height: 40px;padding-left: 40px;background-size: 32px 32px;}
	.uct .ucta .uctar{float: none;margin-top: 20px;}
	.uct .ucta .uctar ul li{margin-right: 7px;margin-left: 0;line-height: 41px;margin-bottom: 7px;}
	.uct .ucta .uctar ul li a{padding: 0 30px;font-size: 14px;}
	.uct .uctb{padding: 30px;}
	.uct .uctb table thead tr td{padding: 4px;line-height: 32px;font-size: 14px;}
	.uct .uctb table tbody{border-top:3px solid #fff;}
	.uct .uctb table tbody tr{border-top:2px solid #fff;}
	.uct .uctb table tbody tr td{padding: 4px;line-height: 32px;font-size: 13px;}
	.uct .uctb table tbody tr td a.qpj{width: 70px;height: 24px;line-height: 24px;border-radius: 5px;font-size: 13px;}
}
@media all and (max-width:750px){
	.uct .ucta{border-top:2px solid #f99c34;padding: 15px;}
	.uct .ucta .uctal{font-size: 14px;line-height: 36px;padding-left: 35px;background-size: 25px 25px;}
	.uct .ucta .uctar{margin-top: 15px;}
	.uct .ucta .uctar ul li{margin-right: 5px;line-height: 36px;margin-bottom: 5px;}
	.uct .ucta .uctar ul li a{padding: 0 14px;font-size: 13px;}
	.uct .uctb{padding: 20px 15px;}
	.uct .uctb table td.mhid{display: none;}
	.uct .uctb table thead tr td{padding: 3px;line-height: 28px;font-size: 13px;}
	.uct .uctb table tbody{border-top:2px solid #fff;}
	.uct .uctb table tbody tr td{padding: 3px;line-height: 28px;font-size: 13px;}
	.uct .uctb table tbody tr td a.qpj{width: 60px;font-size: 12px;}
}

.uct .uctc{background: #fff;padding: 40px 37px;min-height: 450px;}
.uct .uctc table{width: 100%;}
.uct .uctc table thead tr td{padding: 5px;text-align: center;line-height: 36px;font-size: 16px;color: #ffffff;font-weight: bold;background: #f99c34;border:1px solid #fff;}
.uct .uctc table tbody{border-top:4px solid #fff;}
.uct .uctc table tbody tr{border-top:3px solid #fff;}
.uct .uctc table tbody tr td{padding: 5px;text-align: center;line-height: 36px;font-size: 14px;color: #333333;font-weight: bold;background: #eeeeee;border:1px solid #fff;}
.uct .uctc table tbody tr td a.qpj{display: inline-block;width: 78px;height: 26px;line-height: 26px;text-align: center;border-radius: 8px;background: #f99c34;font-size: 14px;color: #fff;}
.uct .uctc table tbody tr td span.color0{color: #666;}
.uct .uctc table tbody tr td span.color1{color: #f99c34;}
.uct .uctc table tbody tr td span.color2{color: #f39b11;}
.uct .uctc table tbody tr td span.color3{color: #35a223;}
.uct .uctc table tbody tr td span.color4{color: #999;}
.uct .sjc{display: none;}
@media all and (max-width:1200px){
	.uct .uctc{padding: 30px;}
	.uct .uctc table thead tr td{padding: 4px;line-height: 32px;font-size: 14px;}
	.uct .uctc table tbody{border-top:3px solid #fff;}
	.uct .uctc table tbody tr{border-top:2px solid #fff;}
	.uct .uctc table tbody tr td{padding: 4px;line-height: 32px;font-size: 14px;}
	.uct .uctc table tbody tr td a.qpj{width: 70px;height: 24px;line-height: 24px;border-radius: 5px;font-size: 13px;}
}
@media all and (max-width:750px){
	.uct .sjc{display: block;}
	.uct .pcc{display: none;}
	.uct .uctc{padding: 15px;}
	.uct .uctc table thead tr td{padding: 3px;line-height: 28px;font-size: 13px;}
	.uct .uctc table tbody{border-top:3px solid #fff;}
	.uct .uctc table tbody tr td{padding: 3px;line-height: 28px;font-size: 13px;}
	.uct .uctc table tbody tr td a.qpj{width: 60px;font-size: 12px;}
}

.uctd{background: #eeeeee;margin-top: 3px;padding: 40px 0;}
.uctd .uctdl{float:left;margin-left: 95px;line-height: 35px;font-size: 16px;color: #333333;font-weight: bold;}
.uctd .uctdr{float:left;width: 580px;}
.uctd .uctdr .part{float:left;}
.uctd .uctdr .uctdr_submit{float:right;}
.uctd .uctdr .uctdr_submit input{width: 99px;height: 35px;background: #f39800;border-radius: 9px;font-size: 14px;color: #ffffff;}

@media all and (max-width:1200px){
	.uctd{padding: 30px;}
	.uctd .uctdl{float: none;margin-left: 0;font-size: 14px;line-height: 28px;}
	.uctd .uctdr{float: none;width: 100%;margin-top: 10px;}
}
@media all and (max-width:750px){
	.uctd{padding: 15px;}
	.uctd .uctdr .part{float:none;}
	.uctd .uctdr .uctdr_submit{margin-top: 15px;}
}

.star_bg { width: 200px; height: 26px; background: url(xx1.png) repeat-x; position: relative; overflow: hidden; }
.star { height: 100%; width: 40px; line-height: 6em; position: absolute; z-index: 3; }
.star:hover { left: 0; background: url(xx2.png) repeat-x !important; z-index: 5; }
.star_1 { left: 0; }
.star_2 { left: 40px; }
.star_3 { left: 80px; }
.star_4 { left: 120px; }
.star_5 { left: 160px; }
.star_1:hover { width: 40px; }
.star_2:hover { width: 80px; }
.star_3:hover { width: 120px; }
.star_4:hover { width: 160px; }
.star_5:hover { width: 200px; }
.star_bg label { display: block; _display:inline; height: 100%; width: 100%; cursor: pointer; }
/* 幕后的英雄，单选按钮 */
.score { position: absolute; clip: rect(0 0 0 0); }
.score:checked + .star { left: 0; background: url(xx2.png) repeat-x; z-index: 1; }
.score_1:checked ~ .star_1 { width: 40px; }
.score_2:checked ~ .star_2 { width: 80px; }
.score_3:checked ~ .star_3 { width: 120px; }
.score_4:checked ~ .star_4 { width: 160px; }
.score_5:checked ~ .star_5 { width: 200px; }

.star_bg:hover .star { background-image: none; }
.star_bg a { transition: all 0s ease 0s; }
/* for IE6-IE8 JS 交互 */
.star_checked { left: 0; background: url(xx2.png) repeat-x; z-index: 1; }

.uctf{margin-top: 25px;text-align: center;}
.uctf a{font-size: 16px;text-decoration: underline;color: #4270e1;}

.xshs{width: 160px; height: 20px; background: url(axx1.png) repeat-x;position: relative; overflow: hidden; margin: 0 auto;}
.xshs .xshsa1{width: 32px;height: 20px;background: url(axx2.png) repeat-x;position: absolute;left:0;top:0;}
.xshs .xshsa2{width: 64px;height: 20px;background: url(axx2.png) repeat-x;position: absolute;left:0;top:0;}
.xshs .xshsa3{width: 96px;height: 20px;background: url(axx2.png) repeat-x;position: absolute;left:0;top:0;}
.xshs .xshsa4{width: 128px;height: 20px;background: url(axx2.png) repeat-x;position: absolute;left:0;top:0;}
.xshs .xshsa5{width: 160px;height: 20px;background: url(axx2.png) repeat-x;position: absolute;left:0;top:0;}

.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccair.radio label input{width: 16px;height: 14px;vertical-align: middle;margin-top: 0;margin-right:5px;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccair.radio label{line-height: 24px;font-size: 14px;margin-right: 25px;margin-top: 10px;display:inline-block;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai .lgbccair textarea{width: 100%;
    height: 100px;
    border: 1px solid #eaeaea;
    padding: 0 15px;
    font-size: 16px;
    box-sizing: border-box;
}

.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai.lgbccai333 .lgbccail{float: none;}
.lg .lgb .lgbc .lgbcc .lgbcca .lgbccai.lgbccai333 .lgbccair{float: none;width: 100%;}

.item-box.item-box-last{margin-right: 0;}
.item-box .upload {line-height: normal;padding: 50px 0;overflow: hidden;position: relative;}
.item-box {float:left;height:165px;width:165px;line-height:170px;text-align:center;margin-right:10px;padding:0;font-size:0;position: relative;}
.item-box .item img {max-width:100%;}
.item-box .item .upload {line-height:normal;padding:50px 0;}
.item-box .item .upload .iconfont {font-size:25px;}
.item-box .item .upload .name {margin-top:10px;}

.annex .item-box {float:left;margin-right:10px;}
.annex .item {float:none;margin:0;}
.annex .opt {text-align:center;margin-top:10px;cursor:pointer;color:#0084ff;}
.qrcode {text-align:center;}
.qrcode img {width:250px;height:250px;}
.item {
    border: 1px solid #ccc;
    text-align: center;
    cursor: pointer;
    position: relative;overflow: hidden;
}
.item .upload .iconfont {
    font-size: 25px;
}
.item .upload.on{padding: 0;display: flex;justify-content: space-around;align-items: center;height: 164px;}
.item .upload.on img{}
.item .upload .name {
    margin-top: 10px;
    font-size: 14px;
}
.item-box .opt {
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
    color: #0084ff;
    line-height: 24px;
    font-size: 14px;
}
.item-box .item .layui-upload-file{position: absolute;width: 162px !important;height: 162px !important;left:0;top:0;padding: 0 !important;opacity: 0;}

.lg .lgb .bzse{width: 100%;background: #fff;border-top:4px solid #11519b;padding: 37px 45px 50px;box-sizing: border-box;}
.lg .lgb .bzse .bzsea{line-height: 43px;font-size: 24px;color: #333333;font-weight: bold;padding-left: 53px;background: url(lg2_03.png) no-repeat left center;}
.lg .lgb .bzse .bzseb{}
.lg .lgb .bzse .bzseb form{float: right;width: 250px;}
.lg .lgb .bzse .bzseb form select{width: 195px;height: 40px;border:1px solid #999;font-size: 16px;border-radius: 7px;padding: 0 15px;}
.lg .lgb .bzse .bzseb form input{width: 50px;float: right;height: 40px;background: #1890ff;color: #fff;font-size: 16px;border-radius: 5px;}
.lg .lgb .bzse .bzsec{margin-top: 25px;}
.lg .lgb .bzse .bzsec table{width: 100%;}
.lg .lgb .bzse .bzsec table thead tr td{font-size: 16px;color: #000;padding: 10px;background: #f8fafd;line-height: 1.7;}
.lg .lgb .bzse .bzsec table tbody tr:nth-child(2n){background: #f8fafd;}
.lg .lgb .bzse .bzsec table tbody tr td{font-size: 15px;color: #666;padding: 10px;line-height: 1.7;}
.lg .lgb .bzse .bzsec table tbody tr td a{color: #1890ff;}

.lg .lgb .bzse .bzsec table tbody tr td span.color0{color: #666;}
.lg .lgb .bzse .bzsec table tbody tr td span.color1{color: #f39b11;}
.lg .lgb .bzse .bzsec table tbody tr td span.color2{color: #35a223;}
.lg .lgb .bzse .bzsec table tbody tr td span.color3{color: #f00;}

.lg .lgb .bzse .bzsed{margin-top: 25px;}
.lg .lgb .bzse .bzsed .bzsedl{float: left;width: 70%;}
.lg .lgb .bzse .bzsed .bzsedl .bzsedli{margin-bottom: 15px;}
.lg .lgb .bzse .bzsed .bzsedl .bzsedli .bzsedlia{display: inline-block;vertical-align: top;font-size: 16px;color: #000;font-weight: bold;line-height: 2;width: 100px;}
.lg .lgb .bzse .bzsed .bzsedl .bzsedli .bzsedlib{display: inline-block;vertical-align: top;font-size: 16px;color: #333;line-height: 2;}

.lg .lgb .bzse .bzsed .bzsedr{float: right;width: 25%;}
.lg .lgb .bzse .bzsed .bzsedr .bzsedri{margin-bottom: 20px;}
.lg .lgb .bzse .bzsed .bzsedr .bzsedri .bzsedria{font-size: 16px;color: #1890ff;font-weight: bold;}
.lg .lgb .bzse .bzsed .bzsedr .bzsedri .bzsedrib{padding-left: 10px;line-height: 2;font-size: 14px;color: #333;margin-top: 5px;}

@media all and (max-width:750px){
	.lg .lgb .bzse{padding: 20px 15px;}
	.lg .lgb .bzse .bzsea{font-size: 16px;padding-left: 30px;background-size: 20px 19px;}
	.lg .lgb .bzse .bzseb form select{height: 30px;font-size: 14px;}
	.lg .lgb .bzse .bzseb form input{height: 30px;font-size: 14px;}
	.lg .lgb .bzse .bzsec table thead tr td{font-size: 13px;padding: 5px;}
	.lg .lgb .bzse .bzsec table tbody tr td{font-size: 13px;padding: 5px;}
	.lg .lgb .bzse .bzsec table tr td:nth-child(4),.lg .lgb .bzse .bzsec table tr td:nth-child(6){display: none;}
}


.ewmbg{position: fixed;left:0;top:0;right: 0;bottom: 0;background: rgba(0,0,0,0.5);display: none;}
.ewmbg .ewmbgc{position: absolute;width: 400px;height: 370px;background: #fff;left:50%;margin-left: -200px;top:50%;margin-top: -185px;border-radius: 6px;}
.ewmbg .ewmbgc .ewmbgca{font-size: 18px;color: #333;padding: 0 80px 0 20px;line-height: 60px;}
.ewmbg .ewmbgc .ewmbgcc{position: absolute;right: 20px;top:5px;font-size: 24px;cursor: pointer;}
.ewmbg .ewmbgc .ewmbgcb{padding: 20px;text-align: center;}


