.wb94{width:94%;margin: 0 auto;}
.bg_2e70bd{background: #2e70bd;}
.fs38{font-size:0.38rem;}
.fs15{font-size:0.15rem;}
.fs31{font-size:0.31rem;}
.allbb20{border-bottom: 0.2rem #d3d3d3 solid;}
.mt35{margin-top: 0.35rem;}
.pb60{padding-bottom: 0.6rem;}
.bge{background: #eeeeee;}
.pb25{padding-bottom: 0.25rem;}
.fs36{font-size: 0.36rem;}
.c_f39801{color: #f39801;}
/*弹出菜单*/
.layer{ position: fixed; left: 0; top: 1.28rem; display: none;z-index: 99;width: 100%;height: 100%;}
.class_layer{ position: fixed; left: 0; top: 1.69rem; display: none;z-index: 99;width: 100%;height: 100%;}
.layer_bg{ position: relative; width: 100%;height: 100%;left: 0;/*background: rgba(0, 0, 0, 0.5)*/;}
.layer_cnter{ position: absolute; right: 0; top:9px; width: 100%;height: auto;z-index: 1;border-top: 1px solid #e2e2e2;}
.menubox{width: 100%;height: auto;background:#fff;overflow:auto;}
.menubox ul li{height: auto;}
.menubox ul li .a1{color:#111;font-size: 0.42rem;padding: 0 10%;height: 1.25rem;line-height: 1.25rem;display: block; text-align: left;background: url(../images/icon/jia_menu.png) no-repeat 90% center; background-size:0.4rem;}
.menubox ul li .a2{width: 80%;padding: 0 10%;height: 1rem;line-height: 1rem;display: block; text-align: left;}
.menubox ul li .sel{background: url(../images/icon/jian_menu.png) no-repeat 90% center #f39801; background-size:0.3rem;color: #fff;}
.menubox ul li .menu_list_list{display: none;}
.menubox ul li .menu_list_list a{width: 82%;padding: 0 5% 0 10%;height:1rem;line-height: 1rem;display: block;border-bottom: 0.001rem #fff dashed;background: url(../images/icon/youjt.png) no-repeat 93% center;background-size:0.15rem;overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display:block;}
.menubox ul li .menu_list_list a.sel{color: #111;}
.menubox ul li .menu_list_list a:last-child{border-bottom: none;}
.menubox menu{display: none;padding-left:3%;}
.menubox menu a{font-size:0.32rem ;color: #666;background: none !important;}
.menubox .zia1{font-size: 0.36rem;color: #333;}
.menubox .zia1 span{padding-right: 0.2rem;}
.menubox .ziasel{color: #f39801;background: url(../images/icon/youjt01.png) no-repeat 94% center !important;background-size:4% !important;}



/*banner*/
.bannerbox {position:relative;width:100%;}
.bannersum li img { width:100%; display:block;}
.bannernum {z-index:5;position:absolute;width:100%;height:0.8rem;text-align:center;bottom:0;left:0;}
.bannernum span {margin:0 0.1rem;display:inline-block;background:url(about:blank);width:0.2rem;height:0.2rem;background:#fff;border-radius:50%; line-height:0px; font-size:0px;}
.bannernum span.sel {background:#f39801;}

/*头部*/
.comhead { z-index:99; position:fixed; left:0; top:0; width:100%; height:1.55rem; line-height:1.55rem;background:#fff;}
.comhead h1 { width:100%; text-align:center; font-size:0.44rem;color: #111111;}
.comhead .logo{display: block; width: auto;position: absolute;left: 3%;top:0;}
.comhead .logo img{height: 1.25rem;top:0.17rem;}
.comhead .searchbox{float: right;margin-top: 0.5rem;right: 3%;}
.comhead .searchbox .searchtxt{padding-left: 0.2rem;float: left;width: 4.7rem;height: 0.6rem;border: 1px solid #dddddd;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right: none;}
.comhead .searchbox .search_but{display: block; width:0.45rem;z-index: 2;float: left;border: 1px solid #f39801;background: #f39801 url(../images/icon/search.png) no-repeat center;width: 1rem;height: 0.64rem;background-size: 40%;border-bottom-right-radius: 2px;border-top-right-radius: 2px;}
.comhead .search_but1{display: block; width:0.5rem;position: absolute;right: 0.8rem;top:0.1rem;text-align: center;z-index: 2;}
.comhead .search_but1 img{width: 0.48rem;}

/*首页内容*/
.indexmain .menu a{display: inline-block;color: #666666;}
.indexmain .menu li{float: left;width:25%;text-align:center;padding-top:0.4rem;height: 1.6rem;text-align: center;margin-bottom: 0.75rem;}
.indexmain .menu li p{width:1.25rem;height:1.25rem;border-radius:50% ;display: inline-block;}
.indexmain .menu a img{width: 100%;}
.indexmain .menu li span{font-size:0.36rem;display: block;margin-top: 0.3rem;line-height: 0.31rem;}
.indexmain .menu li i{position:absolute ;top:0.13rem;right: 0.1rem;}
.indexmain .menu li i img{width: 0.7rem;
-webkit-transition: all 0.5s ease-in-out 0.01s;
    -moz-transition: all 0.5s ease-in-out 0.01s;
    -o-transition: all 0.5s ease-in-out 0.01s;
    -ms-transition: all 0.5s ease-in-out 0.01s;
    transition: all 0.5s ease-in-out 0.01s;
	animation:build_more 2s ease-in-out 0.1s infinite;
	-webkit-animation:build_more 2s ease-in-out 0.1s infinite;
}
@keyframes build_more {
			
	0% {transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5);}
	50%{transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}
	100% {transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5);}

}
@-webkit-keyframes build_more {

	0% {transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5);}
	50%{transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);}
	100% {transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5);}
}

.indexmain .more{width:0.38rem;}
.indexmain .more img{width:100%;}

.product_list li{float: left;width:50%;}
.product_list li a{display:inline-block;width:95%;}
.product_list li a .p3{padding: 0.3rem 0;font-size: 0.32rem;color: #434343;}
.product_list li a .p1{font-size: 0.32rem;line-height: 0.62rem;background: rgba(243,152,1,0.9);color: #fff;position: absolute;width: 100%;top:3.05rem}
.product_list li a .p2{font-size: 0.28rem;padding-top: 0.26rem;padding-bottom: 0.31rem;}
.product_list li img{width:100%;display: block;height: 100%;}
.product_list li .imgbox{height: 3.64rem;overflow: hidden;}
.product_list li .videobg{background:rgba(0,0,0,0.5);position: absolute;top: 0;width: 100%;height: 3.64rem;}
.product_list li .videobtn{position: absolute;top: 0;text-align: center;width: 100%;top:1.54rem}
.product_list li .videobtn img{width: 0.6rem;display: inline-block;height: 0.6rem;}
/*all标题*/
.alltitle{margin-top: 0.4rem;text-align: center;}
.alltitle .p1{font-size: 0.44rem;color: #111111;line-height:0.5rem;}
.alltitle .p2{font-size: 0.28rem;color: #666666;margin-top: 0.2rem;text-transform :Uppercase;}
.alltitle .hr{width:0.8rem;height: 1px;background: #f39801;display: inline-block;margin-bottom: 0.3rem;margin-top: 0.25rem;}

/*机构简介*/
.mt42{margin-top: 0.42rem;}
.zicontent .zititle{font-size: 0.36rem;color: #111;margin-bottom: 0.43rem;}
.zicontent .zivideobox{height: 6.14rem;width: 100%;}
.zicontent .contentbox{font-size: 0.36rem;line-height: 0.7rem;}
.contentbox img{width:100%;}
/*截取行数*/
.ellipsis-1,.innewslist .txt .p1,.innewslist1 .txt .p1,.product_list li a .p3,.product_list li a .p2,.downloadbox li .p1,.downloadbox li .p2{
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display:block;

}
.ellipsis-2{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-3{
	display:-webkit-box;
	overflow:hidden;
	white-space:normal !important;
	text-overflow:ellipsis;
	word-wrap:break-word;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.ellipsis-4,.aboutbox .p2{display:-webkit-box;overflow:hidden;white-space:normal!important;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:4;-webkit-box-orient:vertical}
.ellipsis-5{display:-webkit-box;overflow:hidden;white-space:normal!important;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:5;-webkit-box-orient:vertical}
.ellipsis-6{display:-webkit-box;overflow:hidden;white-space:normal!important;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:6;-webkit-box-orient:vertical}
.ellipsis-7{display:-webkit-box;overflow:hidden;white-space:normal!important;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:7;-webkit-box-orient:vertical}
.ellipsis-8{display:-webkit-box;overflow:hidden;white-space:normal!important;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:8;-webkit-box-orient:vertical}
.ellipsis-9{display:-webkit-box;overflow:hidden;white-space:normal!important;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:9;-webkit-box-orient:vertical}
.ellipsis-10{display:-webkit-box;overflow:hidden;white-space:normal!important;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:10;-webkit-box-orient:vertical}

/*底部*/
.footer{padding-top: 0.37rem;}
.footer .p1{font-size: 0.32rem;font-weight: bold;background: url(../images/icon/phone01.png) no-repeat 1.6rem center;background-size: 5%;line-height: 0.54rem;padding-left: 0.2rem;margin-bottom: 0.1rem;color: #666;}
.footer .p1 span{font-size: 0.48rem;color:#f39801}
.footer .p1 a{color:#f39801}
.footer .p2{line-height: 0.5rem;color: #999;}
.footer .p3{color:#666;padding: 0.2rem 0;line-height:0.48rem;}
.footer .p4 a{color:#999}
.footer .p4{color:#999;padding-bottom: 0.5rem;}

/*底部导航*/
.botnav{position: fixed;bottom: 0;background:#f39801;width:100%;text-align: center;height: 1.73rem;}
.botnav a{color:#fff;display:block;padding-top:1.09rem;font-size:0.36rem;}
.botnav li{float: left;width:25%;}
.botnav li .a1{background: url(../images/icon/botnav01.png) no-repeat 50% 0.32rem;}
.botnav li .a2{background: url(../images/icon/botnav02.png) no-repeat 50% 0.32rem;}
.botnav li .a3{background: url(../images/icon/botnav03.png) no-repeat 50% 0.32rem;}
.botnav li .a4{background: url(../images/icon/botnav04.png) no-repeat 50% 0.32rem;}
.botnav li .a1,.botnav li .a2,.botnav li .a3,.botnav li .a4{background-size:23%;}

.innewslist li{border-top: 1px solid #e2e2e2;padding: 0.28rem 0;}
.innewslist li a{display: block;}
.innewslist .imgbox img{width: 2.64rem;height: 1.98rem;border: 1px solid #dddddd}
.innewslist .txt{width: 7.2rem;}
.innewslist .txt .p1{font-size: 0.36rem;margin-bottom: 0.25rem;line-height: 0.38rem;}
.innewslist .txt .p2{font-size: 0.32rem;color: #666;line-height: 0.5rem;}
.innewslist .txt span{font-size: 0.28rem;color: #999;margin-top: 0.1rem;display: inherit;}

.innewslist1 li{border-bottom: 1px solid #e2e2e2;padding: 0.28rem 0;}
.innewslist1 li:last-child{border-bottom:none}
.innewslist1 li a{display: block;}
.innewslist1 .imgbox img{width: 2.64rem;height: 1.98rem;border: 1px solid #dddddd}
.innewslist1 .txt{width: 7.2rem;}
.innewslist1 .txt .p1{font-size: 0.36rem;margin-bottom: 0.25rem;line-height: 0.38rem;}
.innewslist1 .txt .p2{font-size: 0.32rem;color: #666;line-height: 0.5rem;}
.innewslist1 .txt span{font-size: 0.28rem;color: #999;margin-top: 0.1rem;display: inherit;}

/*友情链接*/
.linkbox{padding-bottom: 0.4rem;}
.linkbox a{font-size: 0.32rem;color: #666;margin-right: 0.8rem;line-height: 0.58rem;}

/*公司简介*/
.bg_3582db{background:#3582db;}
.wrapper{width:100%;margin:0 auto;overflow:hidden;max-height:0.7rem;}
.nav1{width:96%;margin:0 auto;}
.nav1 a{color:#fff;line-height:0.7rem;display: inline-block;width:1.7rem;}
.nav1 .sel{background: #f6f6f6;color:#3582db;}

.intro_content img{width:100%;margin-bottom:0.1rem;}
.intro_content p{line-height:0.4rem;margin-bottom: 0.15rem;text-align: justify;}

/*视频专区*/
.video_box{height:3.32rem;}

/*招聘*/
.see_more img{width:1.74rem}

/*联系我们*/
.contact{padding-bottom:0.6rem;}
.contact span{display:block; width:60%;float:right;}
.contact li{margin-bottom:0.1rem;}
.mapbox{height:3.37rem;width:100%;overflow: hidden;margin-top: 0.2rem;margin-bottom: 0.4rem;}

/*留言板*/
.input01{display: block;height:0.7rem;margin-top:0.3rem;padding-left:0.2rem;border:1px solid #dbdbdb;width:70%;}
.input02{height:0.7rem;padding-left:0.2rem;border:1px solid #dbdbdb;width:45%;margin-right: 0.2rem;}
.textarea01{border:1px solid #dbdbdb;width:100%;height:2rem;margin-top:0.3rem;padding-left: 0.2rem;padding-top:0.1rem;display: block;}
.code{width:2rem;display: inline-block;}
.code img{width:100%;}
.morebtn {width:35%;height: 0.7rem;background: #3582db;border: none;color:#fff;margin-bottom:0.6rem;margin-top:0.5rem;}

/*404*/
.error{margin:0 auto;top:5rem;text-align: center;}
.error img{width:100%;display:inline-block;margin-bottom:0.7rem;}
.error a{text-decoration:underline;color:#3582db;}

/*搜索*/
.search_box{width:100%;height: 0.65rem;border: 1px solid #999;margin-top:25px;}
.search_box input{border:none;padding-left:0.2rem;width:85%;}
.search_box a{background:url(../images/icon/search01.png) no-repeat center;background-size:100%;display: inline-block;width:0.45rem;height:0.45rem;top:0.08rem}
.join_list li:last-child,.listbd li:last-child{border-bottom: none !important;}


/*详情*/
.detailscontent{min-height: 14rem;}
.detailscontent .title .p1{font-size: 0.36rem;line-height: 0.48rem;}
.detailscontent .title .p2{font-size: 0.28rem;color: #999;text-align: center;padding-top: 0.43rem;padding-bottom: 0.21rem;line-height: 0.48rem;}
.detailscontent .title .p2 span{padding-right: 0.3rem;display: inline-block}
.detailscontent .detailtxt img{max-width: 100%;}
.detailscontent .detailtxt{line-height: 0.5rem; padding-bottom: 0.3rem;}

.detailscontent1{min-height: 12rem;}
.detailscontent1 .title .p1{font-size: 0.36rem;line-height: 0.48rem;}
.detailscontent1 .title .p2{font-size: 0.28rem;color: #999;text-align: center;padding-top: 0.43rem;padding-bottom: 0.21rem;line-height: 0.48rem;}
.detailscontent1 .title .p2 span{padding-right: 0.3rem;display: inline-block}
.detailscontent1 .detailtxt img{max-width: 100%;}
.detailscontent1 .detailtxt{line-height: 0.6rem; padding-bottom: 0.3rem;}

.fs32{font-size: 0.32rem;}

.pagingbox{font-size: 0.28rem;color: #111;}
.pagingbox a{color: #666;}
.pagingbox .p1{margin-bottom: 0.3rem;}

.titchoose_out { width:100%; background:#fff; height:0.9rem; z-index:80;}
.titchoose { position:absolute; left:0; top:0; width:100%; height:0.9rem; overflow:hidden;background:#f39801;}
.titchoose menu { width:9999px ! important;height:0.9rem;margin-left: 0.3rem;}
.titchoose p {display:block; float:left; text-align:center;height:0.9rem;line-height:0.9rem; white-space:nowrap;font-size:0.4rem; padding:0; }
.titchoose p a {display: inline-block; padding:0 0.48rem;white-space:nowrap; color:#fff;}
.titchoose p.sel { background:#f6f6f6;}
.titchoose p.sel a{ color:#f39801;}

.titchoose_out2 { width:100%; background:#fff; height:0.75rem; z-index:80;border-bottom: 1px solid #cccccc;}
.titchoose2 { position:absolute; left:0; top:0; width:100%; height:0.75rem;}
.titchoose2 menu { width:9999px ! important;height:0.75rem;margin-left: 0.3rem;}
.titchoose2 p {display:block; float:left; text-align:center;height:0.75rem;line-height:0.75rem; white-space:nowrap;font-size:0.4rem; }
.titchoose2 p a {padding:0 0.48rem;white-space:nowrap; color:#111;padding-bottom: 0.09rem;position: relative;}
.titchoose2 p.sel a{ color:#f39801;}
.titchoose2 p.sel i{width: 100%;height: 2px;background: #f39801;position: absolute;top: 0.6rem;left: 0;}

.ellipsis-2,.innewslist .txt .p2,.innewslist1 .txt .p2{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ellipsis-3{
	display:-webkit-box;
	overflow:hidden;
	white-space:normal !important;
	text-overflow:ellipsis;
	word-wrap:break-word;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
}
.mt155{margin-top: 1.55rem;}

/*下载*/
.downloadbox li a{display:block;padding: 0.3rem 3%;}
.downloadbox li{border-bottom: 1px solid #e2e2e2;}
.downloadbox li:last-child{border-bottom: none;}
.downloadbox li .p1{font-size:0.36rem;padding-bottom: 0.3rem;}
.downloadbox li .p2{font-size:0.32rem;color: #666;}

/*联系我们*/
/*=====联系我们=====*/
.contactinfo p{line-height: 0.8rem;padding-left: 0.6rem;font-size: 0.32rem;color: #666;}
.contactinfo span,.masseges .tit{color: #333;font-size: 0.36rem;margin-bottom: 0.15rem;display: block;margin-bottom: 0.25rem;}
.contactinfo .row01{background: url(../images/ic01.png) no-repeat left center;background-size: 	3.5%;}
.contactinfo .row02{background: url(../images/ic02.png) no-repeat left center;background-size:  3.5%;}
.contactinfo .row03{background: url(../images/ic03.png) no-repeat left center;background-size:  3.5%;}
.contactinfo .row04{background: url(../images/ic04.png) no-repeat left center;background-size:  3.5%;}
/*.contactinfo .cord{margin-left: 45px;}*/
.contactinfo .cord img{width: 0.15rem;height: 0.15rem;}

.masseges p{line-height: 0.83rem;padding-left: 0.35rem;border-bottom: solid 1px #e5e5e5;}
.masseges .row01{background: url(../images/ic05.png) no-repeat left center;background-size: 4%;}
.masseges .row02{background: url(../images/ic06.png) no-repeat left center;background-size: 4%;}
.masseges .row03{background: url(../images/ic07.png) no-repeat left center;background-size: 4%;}
.masseges .row04{background: url(../images/ic08.png) no-repeat left center;background-size: 4%;}
.masseges .row04 textarea{height: 1.5rem;width: 8rem;border: none;outline: none;padding-top: 0.1rem;padding-left: 0.15rem;}
.masseges .row05{background: url(../images/ic09.png) no-repeat left center;background-size: 4%;}
.masseges .row05 a{position: absolute;right: 0;bottom: 0;display: inline-block;width: 1.97rem;height:0.55rem;overflow: hidden;}
.masseges .row05 a img{width: 100%;}
.masseges .text{border: none;height: 0.83rem;width: 8rem;padding-left: 0.15rem;}
.masseges .text2{border: none;height: 0.83rem;width:5rem;padding-left: 0.15rem;}
.masseges p span{display: block;float: left;padding-left: 0.35rem;}
.masseges .submit{background: #f39801;width: 100%;height:1.16rem;margin-top: 0.8rem;color: #fff;border: 1px solid #f39801;font-size: 0.36rem;}
.masseges .submit a{font-size: 16px;color: #fff;line-height:1.16rem;text-align: center;display: block;}
.top50{top:0.5rem}

/*搜索*/
.zisearchbox .searchtxt{float: left;width: 84%;height: 0.8rem;border: 1px solid #dddddd;border-bottom-left-radius: 2px;border-top-left-radius: 2px;border-right: none;padding-left: 0.26rem;font-size: 0.28rem;}
.zisearchbox .search_but{display: block; width:12%;z-index: 2;float: left;border: 1px solid #f39801;background: #f39801 url(../images/icon/search.png) no-repeat center;height: 0.8rem;background-size: 40%;border-bottom-right-radius: 2px;border-top-right-radius: 2px;}

/*placeholder颜色*/
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #cccccc; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #cccccc; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #cccccc; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #cccccc; 
} 

/*关于我们*/
.aboutbox .p1{font-size: 0.36rem;text-align: center;}
.aboutbox .p2{font-size: 0.32rem;line-height: 0.64rem;color: #666666;top:-0.16rem}

.allmorebtn{padding-left: 0.44rem;background: #f39801 url(../images/icon/more.png) no-repeat 2.2rem  center;width: 2.5rem;height: 0.72rem;display: inline-block;line-height: 0.72rem;color: #fff;text-align: left;background-size: 11%;border-radius:0.1rem;}

/*查询*/
.mt50{margin-top: 0.5rem;}
.demandbox .span1{width: 2.2rem;display: inline-block;line-height:1rem;font-size: 0.32rem;text-align: right;top:0.13rem}
.demandbox .title{color: #111;font-size: 0.36rem;}
.demandbox input[type=text]{border: 1px solid #cccccc;padding-left: 0.15rem;height: 1rem;border-radius:3px ;width: 75%;float: right;margin-top: 0.1rem;}
.demandbox input[type=submit]{width: 100%;height: 1rem;border: none;border-radius:3px ;background: #f39801;color: #fff;font-size: 0.36rem;margin-top: 0.1rem;}
.bb1e2{border-bottom: 1px solid #e2e2e2;}
