img{max-width:100%}
.box{width:1200px;margin:auto;box-sizing:border-box;clear:both}
.left{width:250px;float:left}
.right{width:930px;float:right;min-height:500px}
.fl{float: left;}
.fr{float: right;}
.anim{transition:all .2s}
.pointer{cursor:pointer}
.clearfix{clear:both;overflow:hidden}
.padding{padding:20px}
.padding-sm{padding:10px}
.padding-xs{padding:5px}
.padding-left{padding-left:20px}
.padding-bottom{padding-bottom:20px}
.padding-bottom-sm{padding-bottom:10px}
.padding-top-sm{padding-top:10px}
.padding-left-sm{padding-left:10px}
.padding-left-xs{padding-left:5px}
.padding-right{padding-right:20px}
.padding-right-sm{padding-right:10px}
.padding-right-xs{padding-right:5px}
.padding-tb{padding:20px 0}
.padding-tb-sm{padding:10px 0}
.padding-tb-xs{padding:5px 0}
.padding-lr{padding:0 20px}
.padding-lr-sm{padding:0 10px}
.padding-lr-xs{padding:0 5px}
.padding-top{padding-top:20px}
.margin-top{margin-top:20px}
.margin-top-sm{margin-top:10px}
.margin-top-xs{margin-top:5px}
.margin-top-30{margin-top:30px}
.margin-top-40{margin-top:40px}
.margin-top-50{margin-top:50px}
.margin-top-60{margin-top:60px}
.margin-top-100{margin-top:100px}
.margin-tb{margin:20px auto}
.margin-tb-sm{margin:10px 0}
.margin-lr-sm{margin:0 10px}
.margin-right{margin-right:20px}
.margin-right-sm{margin-right:10px}
.margin-right-xs{margin-right:5px}
.margin-bottom{margin-bottom:20px}
.margin-bottom-sm{margin-bottom:10px}
.margin-bottom-xs{margin-bottom:5px}
.solid{border:1px #dbdbdb solid}
.solid-bottom{border-bottom:1px #dbdbdb solid}
.solid-top{border-top:1px #dbdbdb solid}
.text-gray{color:#999}
.text-red{color:#ff0036}
.text-white{color:#fff}
.text-blue{color:#1171de}
.text-green{color:#13afb9}
.text-sm{font-size:12px}
.text-lg{font-size:18px}
.text-xlg{font-size:22px}
.text-xxl{font-size:30px}
.text-xxxl{font-size:44px}
.bold{font-weight:700}
.bg-white{background-color:#fff}
.bg-yellow{background-color:#d4a320}
.bg-red{background-color:#ff0036}
.bg-blue{background-color:#1171de}
.bg-green{background-color:#13afb9}
.bg-white{background-color:#fff}
.bg-gray{background-color:#f8f8f8}
.text-center{text-align:center}
.text-col-center{justify-content:center;display:flex;flex-direction:column}
.text-right{text-align:right}
.radius{border-radius:3px}
.my-btn{background-color:#277ce7}
header{height:150px}
header .logo{width:400px;float:left}
header .logo img{display:block;margin-top:35px}
header .topRight{float:right;width:800px}
header .topRight .topIcon{text-align:right;clear:both;padding-top:20px}
header .topRight .topIcon a{display:block;background-color:#277ce7;height:40px;width:40px;border-radius:50%;text-align:center;line-height:40px;color:#fff;margin-left:10px; float: right; margin-top: 2px;}
header .topRight .topSearch{float: right; border:1px #dbdbdb solid; border-radius: 20px; padding: 2px;}
header .topRight .topSearch .layui-btn{height:40px;width:40px;border-radius:50%; text-align: center; padding: 0;}
header .topRight .topSearch input{border: 0; background: transparent;}
header .topRight .topIcon a img{border-radius: 50%;}
header .topRight .nav{clear:both;padding-top:20px; height: 40px;}
header .topRight .nav>li{position:relative;width:12.5%;text-align:right;float:left;z-index:999}
header .topRight .nav>li.active>a{border-bottom:2px #277ce7 solid}
header .topRight .nav>li>a{line-height:40px;font-size:18px;padding-bottom:10px}
header .topRight .nav>li dl{display:none;background-color:#fff;position:absolute;left:0;top:40px;padding:10px;min-width:200px; text-align: left;}
header .topRight .nav>li dl dd a{display:block;font-size:15px; padding: 8px 0;}
.footer{background-image:url(../image/footer.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;color:#fff;clear:both}
.copyright{text-align:center;line-height:50px;border-top:1px #828081 solid}
.copyright a{color:#fff}
.footer-qrcode{width:150px;float:left;margin-right:20px;text-align:center}
.footer p{padding:10px 0}
.footTitle{font-size: 30px; font-weight: bold; margin-bottom: 20px;}

.rightBar{position:fixed;right:10px;bottom:10%;z-index:999}
.rightBar li{cursor:pointer;width:60px;height:60px;margin-bottom:1px;position:relative}
.rightBar li .item-qrcode{width:150px;height:150px;background-color:#fff;position:absolute;right:70px;top:-50px;opacity:0;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-transform:scale(.01);-moz-transform:scale(.01);-o-transform:scale(.01);transform:scale(.01);-webkit-transform-origin:95% 95%;-moz-transform-origin:95% 95%;-o-transform-origin:95% 95%;transform-origin:95% 95%;-ms-transform-origin:95% 95%;-ms-transform:scale(.01);-ms-transition:all .5s}
.rightBar li:hover .item-qrcode{opacity:1;-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);transform:scale(1);-ms-transform:scale(1)}
.rightBar li .itemBar{height:60px;width:60px;line-height:60px;overflow:hidden;text-align:center;box-shadow:0 0 5px #ccc}
.rightBar li .icon{height:60px;width:60px;background-color:rgba(0,0,0,.5);text-align:center;color:#fff}
.rightBar li .icon i{font-size:40px}
.rightBar li .text{background-color:#277ce7;color:#fff;height:60px}

.rightBar dd{cursor:pointer;width:60px;height:60px;margin-bottom:1px; background-color:rgba(0,0,0,.5); text-align: center;}
.rightBar dd a{color: #ffffff; display: block; padding-top: 10px;}
.rightBar dd i{font-size: 20px;}
.rightBar dd p{font-size: 12px;}

.indexTitle{border-left:1px #277ce7 solid;padding-top:40px;padding-left:20px; clear: both; overflow: hidden;}
.indexTitle h1{font-size:30px;font-weight:700;}
.indexTitle span{font-size:30px;font-weight:700;color:#c7c7c7}
.indexTitle p{font-size:18px;margin-top:20px;padding:0 8%;color:#666}
.indexTitle .more{float: right; background-color: #f7f7f7; padding:5px 8px;}
.un,.un p{color:#fff}
.un{background-image:url(../image/line1.png)}
.indexTitle1{border-left:1px #cccc solid}
.indexTitle1 h1{color:#fff}
.indexTitle1 span{font-size:30px;font-weight:700;color:#fff}
.indexAbout{margin-top:50px;text-align:center}
.indexAbout h1{font-size:50px;font-weight:700}
.indexAbout .info{width:80%;margin:auto;margin-top:20px;font-size:16px;line-height:200%}
.dataList{clear:both;position:relative;width:100%;height:350px;margin-top:50px}
.dataList .item{position:absolute;background-color:#fff;bottom:0;text-align:center;width:19%;box-shadow:0 0 29px 0 rgba(0,0,0,.1);padding:50px 0;transition:.5s}
.dataList .item1{left:0;height:150px}
.dataList .item2{left:19%;height:110px}
.dataList .item3{left:38%;width:24%;height:250px;background-image:url(../image/index_04_03.jpg);background-size:cover;background-repeat:no-repeat;color:#fff}
.dataList .item3 a{color: #ffffff;}
.dataList .item4{right:19%;height:150px}
.dataList .item5{right:0;height:110px}
.dataList .item .count-title{display:inline-block;font-size:50px;line-height:50px;color:#000;transition:.5s}
.dataList .item3 .first{display:inline-block;font-size:50px;line-height:50px;margin-bottom:20px;color:#fff;transition:.5s}
.dataList .item:hover .count-title{color:#e84127}
.dataList .item1:hover,.dataList .item4:hover{height:180px}
.dataList .item2:hover,.dataList .item5:hover{height:140px}
.service{background-size:cover;background-color:rgba(0,0,0,.5);background-repeat:no-repeat}
.w600{width:600px;float:right;overflow:hidden}
.ser1{background-image:url(../image/ser1.jpg);height:30vw}
.ser2{background-image:url(../image/ser2.jpg);height:15vw}
.ser3{background-image:url(../image/ser3.jpg);height:15vw}
.service .item{color:#fff;margin-left:10vw;padding-top:5vw}
.ser1 .item{margin-left: 5vw; padding-top:8vw}
.service .item .iconfont{float:left;font-size:70px;margin-right:20px}
.service .item h1{margin-bottom:10px; font-size: 40px;}
.service .item a{color: #ffffff;}

.focusNews{margin-top: 15px; background-color: #ffffff; box-shadow: 0 0 10px #dbdbdb;}
.focusNews img{display: block; height: 393px;}
.focusNews .info{ padding: 10px; clear: both; overflow: hidden;}
.focusNews .info .date{float: left; width: 100px;color:#277ce7; text-align: center;}
.focusNews .info .date .day{font-size:40px; padding-bottom: 15px;}
.focusNews .info .date .month{border-top: 1px #dbdbdb solid; padding-top: 15px;}
.focusNews .info .title{float: right; width: 450px;}
.focusNews .info .title h3{margin-bottom: 10px;}
.focusNews .info .title .intr{color: #999999;}

.indexNews{clear: both; overflow: hidden;}
.indexNews li{border-bottom: 1px #dbdbdb solid; clear: both; overflow: hidden; padding: 15px 0;}
.indexNews li .img{float: left; width: 150px;}
.indexNews li .img img{border-radius: 5px; width: 150px; height: 100px;}
.indexNews li .info{ float: right; width: 420px;}
.indexNews li .info .title{font-size: 18px; margin-bottom: 15px;}
.indexNews li .info .date{color: #999;}

.friend{clear:both;overflow:hidden}
.friend ul{margin:0 -20px}
.friend li{float:left;width:20%;padding:20px;box-sizing:border-box}
.friend li img{height:100px;width:100%;display:block;margin:auto}
.friend li:hover img{transform:scale(1.2,1.2)}

.inMenu{clear: both; overflow: hidden; border-bottom: 1px #dbdbdb solid;}
.inMenu a{ padding: 0 10px; display: inline-block; line-height: 50px; font-size: 18px;}
.inMenu a.active{background-color: #277ce7; color: #ffffff;}

.onepage{background-image: url(../image/about.jpg); background-repeat: no-repeat; background-position: right bottom; padding-right: 400px; clear: both; overflow: hidden; min-height: 500px;}
.content{font-size:18px; padding:20px 0; line-height: 180%;}
.content p{margin-bottom:1em}

.inTitle{clear: both; overflow: hidden; margin-top: 20px;}
.inTitle h1{font-size: 40px; color: #277ce7; font-weight: bold; clear: both; overflow: hidden;}
.inTitle h1 p{float: left; padding-right: 20px; background-color: #ffffff;}
.inTitle h1 span{display: block; float: left; font-size: 18px; font-weight: normal; padding-top: 20px; color: #cccccc; background-color: #ffffff; padding-right: 20px;}
.inTitle h1.line{background-image: url(../image/line.jpg); background-repeat: repeat-x; background-position:15px;}
.inTitle h2{font-size: 40px; color: #CCCCCC; font-weight: bold;}
.inFooter{font-size: 20px; color: #cccccc; padding: 30px 0;}
.inFooter span{font-size: 40px;}

.honor{text-align: center; padding: 15px 0; display: block;}
.honor img{ display: block; margin: auto; height: 160px;}

.contact{clear: both; overflow: hidden; padding: 100px 0; margin-top: 50px;}
.contact .icon{float: left; width:30%;}
.contact .icon i{display: block; background-color: #277ce7; height:70px; width: 70px; border-radius: 50%; line-height: 70px; text-align: center; color: #ffffff; font-size: 40px; float: right;}
.contact .info{float: right; width: 65%; font-size: 18px; padding-top: 5px;}
.contact .info .hd{font-weight: bold; margin-bottom: 10px;}
.contact:hover{transform:scale(1.1,1.1); border-top:3px #277ce7 solid; border-bottom:3px #277ce7 solid; box-shadow: 0 0 10px #dddddd;}
#map{height: 400px; width: 100%;}
#map img{max-width:10000px}

.gray-image{background-image: url(../image/gray.jpg); background-size: cover; background-repeat: no-repeat;}

.feedback{background-image: url(../image/feedback.jpg); background-size: cover; background-repeat: no-repeat; padding:50px 0;}
.feedbackBox{background-color: #ffffff; padding: 20px;}
.feedbackInfo{padding: 20px 0 50px 0;}
.feedbackTel .bd{color:#277ce7; font-size: 30px;}

.pageTop{text-align: center; padding: 50px 0;}
.pageTop h1{color: #eeeeee; font-size: 30px;}
.pageTop h2{font-size:40px; font-weight: bold;}
.pageTop h3{font-size:30px; font-weight: bold;}
.pageTop h3 span {font-size: 40px; top: 4px;color: #0873d1; display: inline-block; font-weight: bold;
    position: relative; }
.newsItem{box-shadow: 0 0 10px #dddddd; padding:20px; height:130px}
.newsItem .title{font-weight: bold; color: #000000; margin-bottom: 15px; font-size: 16px;}
.newsItem .info{float: left; width: 400px; }
.newsItem .more{float: right; border-left: 2px #277ce7 solid; padding: 15px 0; padding-left: 20px; margin-top: 10px;}
.newsItem .info .date{margin-bottom: 15px; font-size: 12px; color: #999;}
.newsItem .info .intr{height: 38px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}

.jobList{box-shadow: 0 0 10px #eeeeee; margin-bottom: 20px;}
.jobList .hd{height: 50px; line-height: 50px; border-bottom: 1px #f1f1f1 solid; padding: 0 15px;}
.jobList .hd .name{float: left; font-size: 18px; font-weight: bold;}
.jobList .hd .btn{float: right; cursor: pointer; border-radius: 5px; line-height: 30px; color: #277ce7; margin-top: 10px; padding: 0 15px; cursor: pointer; border: 1px #277ce7 solid;}
.jobList .info{display: none;}
.jobList .bd{clear: both; overflow: hidden;}
.jobList .bd li{float: left; width: 33.33%; line-height: 50px;}
.jobList .bd li label{float: left; width: 100px; text-align: right; color: #999;}
.jobList .bd li p{margin-left: 120px;}
.jobList .bd li p.money{font-size: 30px; font-weight: bold; color: #c43225;}
.jobList .title{font-weight: bold; font-size: 18px; padding-left: 30px;}
.jobList .con{font-size: 16px; padding: 20px 30px;}
.jobList .fd{text-align: right; padding: 10px;}

.jobBox{width: 800px; margin: auto; box-shadow: 0 0 10px #eeeeee; padding: 20px;}
.jobBox .jobTitle{text-align: center; font-size: 40px; font-weight: bold; padding: 20px 0;}

.download{min-height: 500px;}
.download li{box-shadow: 0 0 10px #eeeeee; margin-bottom: 20px; clear: both; overflow: hidden;}
.download li h1{font-size: 18px; font-weight: bold; padding: 15px; border-bottom: 1px #f1f1f1 solid;}
.download li .file{padding: 10px;}
.download li a{display: block; clear: both; line-height: 26px;}

.serviceItem{box-shadow: 0 0 10px #eeeeee; margin-bottom: 20px;}
.serviceItem .hd{border-bottom: 1px #f1f1f1 solid; padding:15px; font-size: 24px; line-height: 40px;color: #277ce7; }
.serviceItem .hd i{font-size: 30px; line-height: 40px;}
.serviceItem .bd{padding: 10px; font-size: 18px; line-height: 180%;}

.inBanner{height:400px;background-size:cover;background-repeat:no-repeat;background-position:center}
.banner_about{background-image:url(../image/banner-about.jpg)}
.banner_news{background-image:url(../image/banner-news.jpg)}
.banner_dangjian{background-image:url(../image/banner-dangjian.jpg)}
.banner_friend{background-image:url(../image/banner-friend.jpg)}
.banner_job{background-image:url(../image/banner-job.jpg)}
.banner_service{background-image:url(../image/banner-service.jpg)}
.inBanner h1{text-align:left;font-size:50px;font-weight:700;color:#fff; padding-top: 150px;}
.inBanner h2{text-align:left;font-size:40px;font-weight:700;color:rgba(255,255,255,.6);}


.newsInfo .title{font-size:40px;text-align:center}
.guide{background-color:#f1f1f1;line-height:40px}
.empty{text-align:center;padding:100px 0;color:#999;font-size:20px}

.expoList{clear: both; min-height: 500px;}
.expoList li{box-shadow: 0 0 10px #eeeeee; clear: both; overflow: hidden; padding: 15px; margin-bottom: 20px;}
.expoList li .info{float: left; width: 950px;}
.expoList li .info .title{font-size: 18px; font-weight: bold; margin-bottom: 10px;}
.expoList li .info .date{margin-bottom: 10px;}
.expoList li .info .intr{color: #999999;}
.expoList li .img{float: right; width: 200px;}
.expoList li .img img{width:100%; height: 120px;}
.expoList li:hover{box-shadow: 0 0 10px #cccccc; }

.jionAction{box-shadow: 0 0 10px #eeeeee; padding: 30px; clear: both; overflow: hidden;}
.jionAction a{display: block; width: 100%; height: 100%;}
.jionAction .text{float: left;}
.jionAction .text h1{font-weight: bold; margin-bottom: 10px; color: #000000;}
.jionAction .text h2{color: #999999;}
.jionAction .icon{float: right; margin-top: 10px;}
.jionAction .icon i{font-size:40px; color: #277ce7;}
.jionAction:hover{transform:scale(1.1,1.1)}

.expTitle{text-align: center; padding: 50px 0;}
.expTitle h1{text-align: center;}
.expTitle h1 span{display: inline-block; height:10px; width: 50px; border-top:3px #eeeeee solid; font-size: 0;}
.expTitle h1 .title{display: inline-block; margin: 0 20px; font-size:40px; font-weight: bold; color: #277ce7;}
.expTitle h2{text-transform:Uppercase; color: #dddddd; font-size: 20px; margin-top: 15px;}

.expoIntr{font-size:16px;line-height:180%;text-indent:2em; padding-bottom: 50px;}
.expo-title{text-align:center;font-size:40px;padding:50px 0}
.bg-blue1{background-image: url(../image/blue.jpg); background-size: cover; background-repeat: no-repeat;}

.master{box-shadow: 0 0 10px #eeeeee; margin: 15px;}
.master .img{background-size: cover; height: 300px; background-position: top center;}
.master .text{background-color: #ffffff; padding: 15px;}
.master .text .name{font-size:20px}
.master .text .desc{z-index:1;margin-top:5px; margin-bottom: 10px;}

.expoSer{text-align: center; padding:50px 0; color: #ffffff; cursor: pointer;}
.expoSer i{font-size: 60px;}
.expoSer p{font-size: 20px; margin-top: 20px;}
.expoSer:hover{transform:scale(1.1,1.1)}
.showDiv{min-width: 500px; padding: 20px; font-size: 18px; line-height: 180%;}

.expertList{clear: both; overflow: hidden; margin: 0 -45px;}
.expertList li{margin: 15px 50px; float: left; width: 330px;}
.expertImg{clear: both; padding: 30px 0;}
.expertImg img{margin: auto; width: 400px; display: block;}

.m-next,.m-prev{background-color:rgba(0,0,0,.5);padding:10px}
.m-next:after,.m-prev:after{color:#fff}
.expo_news{clear:both;overflow:hidden}
.expo_news li{ margin-bottom: 15px;}
.expo_news li .title{font-size:16px; margin-bottom: 10px;}
.expo_news li .intr{color: #999999;}
.pagination{display:block;padding:20px 0;text-align:center;overflow:hidden;clear:both;background:#fff}
.pagination li{display:inline-block;border:1px #dbdbdb solid;font-size:16px;height:34px;line-height:34px;min-width:34px;margin:0 5px}
.pagination li a,.pagination li span{display:block;width:100%;height:100%}
.pagination li.active{background:#c43225;color:#fff;border-color:#c43225}
.pagination li.disabled{background:#f1f1f1;color:#c43225}

.orderBox{clear: both; border:1px #f1f1f1 solid; overflow: hidden; margin-top: 15px}
.orderBox *{font-size: 12px}
.orderBox a:hover{ color: #FF0036}
.orderBox .hd{clear: both; line-height: 40px; padding: 0 10px; background: #f1f1f1; overflow: hidden;}
.orderBox .bd{clear: both; display: flex;} 
.orderBox .bd .item{ padding: 10px; flex: 1; border-right: 1px #f1f1f1 solid}
.orderBox .bd .item li{width: 33.33%; float: left;}
.orderBox .bd .price{ padding: 10px; width: 70px; text-align: center; border-right: 1px #f1f1f1 solid}
.orderBox .bd .action{ padding: 10px; width:80px; text-align: right;}

.select{clear: both; overflow: hidden;}
.select li{border-bottom: 1px #dbdbdb solid; display: flex; padding: 15px 0; cursor: pointer; font-size: 20px;}
.select li .icon{width: 50px;}
.select li .icon i{display: block; width:20px; height:20px; border:2px #dbdbdb solid; border-radius: 50%;}
.select li .icon.active i{border:2px #1171de solid; background: #1171de;}
.select li .title{flex: 1;}
.select li .price{width: 100px; color: #c43225; font-weight: bold; text-align: right;}
.sn{width: 100px; cursor: pointer;}

.userLeft{float: left; width: 200px;}
.userRight{float: right; width: 980px;}
.user-menu{clear: both; overflow: hidden;}
.user-menu a{line-height: 40px; border-bottom: 1px #f1f1f1 solid; display: block; padding-left: 20px}
.user-menu a:last-child{border: 0}
.user-face{float: left; width: 180px; text-align: center; overflow: hidden; margin-right: 20px}
.user-face img{width: 150px; height: 150px; margin-bottom: 10px;}
.user-info{ float: left;}
.user-info li{ height: 30px; line-height: 30px; font-size: 14px;}
.user-info li label{color: #999; width: 100px; display: block; float: left;}
.user-info li span{font-weight: bold; padding: 0 5px}
@media screen and (max-width:960px){
	.layui-col-space20{margin:0}
	.layui-col-space20>*{padding:0}
	.layui-col-space30{margin:0}
	.layui-col-space30>*{padding:0}
	.margin-top{margin-top:10px}
	.box,.mBox{width:100%}

	.rightBar li .icon i{font-size:30px}
	.rightBar li .text{background-color:#277ce7;color:#fff;height:60px; font-size: 12px;}

	.rightBar dd p{font-size: 10px;}

	
	header{height:60px}
	header .logo{height:50px;margin-left:10px; float: left;width:auto;}
	header .logo img{margin-top:5px; height:100%;}
	.lang{float:right;width:40px;height:60px; line-height: 60px; text-align: center;}
	.mobileMenu{float:right;width:60px;height:60px;position:relative;right:0;display:flex;justify-content:center;align-items:center;z-index:100}
	.mobileMenu i{display:inline-block;width:30px;height:2px;background-color:#ccc;position:relative}
	.mobileMenu i:after{content:"";position:absolute;left:0;top:-10px;width:100%;height:2px;transition:.5s;background-color:#ccc}
	.mobileMenu i:before{content:"";position:absolute;left:0;bottom:-10px;width:100%;height:2px;transition:.5s;background-color:#ccc}
	.mobileMenu.active i{background:0 0}
	.mobileMenu.active i:after{left:0;top:0;transform:rotate(45deg)}
	.mobileMenu.active i:before{left:0;top:0;transform:rotate(-45deg)}
	.alerts{width:100%;height:100%;background:rgba(0,0,0,.5);position:fixed;left:0;top:0;z-index:9;display:none}
	.alerts .menu{width:100%;background-color:#fff;margin-top:60px}
	.alerts .menu ul{padding:20px}
	.alerts .menu ul li>a{height:30px;line-height:30px;position:relative;display:block}
	.alerts .menu ul li.btns>a:after{content:"";position:absolute;right:0;top:50%;margin-top:-15px;width:30px;height:30px;background:url(../image/arrow.png) center no-repeat}
	.alerts .menu ul li .slide{margin-left:1em;display:none}
	.alerts .menu ul li .slide a{display:block;line-height:30px;position:relative;padding-left:20px}
	.alerts .menu ul li .slide a:after{content:"";position:absolute;left:10px;top:50%;margin-top:-2px;width:4px;height:4px;background-color:#277ce7;transform:rotate(45deg)}


	.indexTitle{padding-top:10px;padding-left:10px}
	.indexTitle h1{font-size:20px;}
	.indexTitle span{font-size:18px;}

	.indexAbout{margin-top:20px;}
	.indexAbout h1{font-size:30px;}
	.indexAbout .info{width:100%;}

	.dataList{width:100%;height:300px;margin-top:20px}
	.dataList .item{text-align:center;width:50%;box-shadow:0 0 29px 0 rgba(0,0,0,.1);padding:15px 0;}
	.dataList .item1{left:0; top:0; height:100px}
	.dataList .item2{left:50%;top:0;height:100px}
	.dataList .item3{left:0;top:100px; width:100%;height:100px;}
	.dataList .item4{right:50%;top:200px;height:100px}
	.dataList .item5{right:0;top:200px;height:100px}
	.dataList .item .count-title{display:inline-block;font-size:50px;line-height:50px;color:#000;transition:.5s}
	.dataList .item3 .first{display:inline-block;font-size:50px;line-height:50px;margin-bottom:20px;color:#fff;transition:.5s}
	.dataList .item:hover .count-title{color:#e84127}
	.dataList .item1:hover,.dataList .item4:hover{height:180px}
	.dataList .item2:hover,.dataList .item5:hover{height:140px}
	.dataList .item .count-title{font-size:30px;line-height:30px;}
	.dataList .item3 .first{font-size:30px;line-height:30px;}

	.w600{width:100%;}
	.ser1{background-image:url(../image/ser1.jpg);height:50vw}
	.ser2{background-image:url(../image/ser2.jpg);height:25vw}
	.ser3{background-image:url(../image/ser3.jpg);height:25vw}
	.service .item{color:#fff;margin-left:10vw;padding-top:5vw}
	.ser1 .item{margin-left: 10px; padding-top:15vw}
	.service .item .iconfont{font-size:30px;margin-right:5px}
	.service .item h1{margin-bottom:10px; font-size:18px;}

	.focusNews img{height:auto}
	.focusNews .info .date{width: 20%;}
	.focusNews .info .date .day{font-size:20px; padding-bottom:10px;}
	.focusNews .info .date .month{border-top: 1px #dbdbdb solid; padding-top:10px;}
	.focusNews .info .title{width: 80%;}
	.focusNews .info .title .intr{height: 38px; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}

	.indexNews li .img{float: left; width: 30%;}
	.indexNews li .img img{width: 100%; height: auto;}
	.indexNews li .info{ width: 65%;}

	.friend li{width:50%}
	.footer-qrcode{width:50%;margin-right:0px;}
	.footer-qrcode img{width: 60%;}
	.footTitle{font-size: 20px;text-align: center;}
	.footer p{text-align: center;}

	.inBanner{height:150px; padding-left: 10px;}
	.inBanner h1{font-size:30px; padding-top: 40px;}
	.inBanner h2{font-size:20px;}

	.inMenu a{ padding: 0; display: block; float: left; width: 20%; text-align: center; line-height: 50px; font-size: 16px;}
	.inMenu a.active{background-color: #277ce7; color: #ffffff;}

	.onepage{background-image: none; background-repeat: no-repeat; background-position: right bottom; padding-right: 0; clear: both; overflow: hidden; min-height: 500px;}
	.content{font-size:18px; padding:10px; line-height: 180%;}
	.content p{margin-bottom:1em}

	.inTitle{margin-top: 10px; padding-left: 10px;}
	.inTitle h1{font-size:30px;}
	.inTitle h1 span{display: block; float: left; font-size: 18px; font-weight: normal; padding-top: 20px; color: #cccccc; background-color: #ffffff; padding-right: 20px;}
	.inTitle h1.line{background-image: url(../image/line.jpg); background-repeat: repeat-x; background-position:15px;}
	.inTitle h2{font-size: 20px;}

	.inFooter{font-size: 20px; color: #cccccc; padding:20px;}
	.inFooter span{font-size: 30px;}

	.contact{ hidden; padding:20px 0; margin-top:0px;}
	.contact .icon{float: left; width:30%;}
	.contact .icon i{display: block; background-color: #277ce7; height:70px; width: 70px; border-radius: 50%; line-height: 70px; text-align: center; color: #ffffff; font-size: 40px; float: right;}
	.contact .info{float: right; width: 65%; font-size: 18px; padding-top: 5px;}
	.contact .info .hd{font-weight: bold; margin-bottom: 10px;}
	.contact:hover{transform:scale(1.1,1.1); border-top:3px #277ce7 solid; border-bottom:3px #277ce7 solid; box-shadow: 0 0 10px #dddddd;}

	.layui-form-item .layui-input-inline{
		margin-left: 0;
	}

	.pageTop{padding: 20px 10px;}
	.pageTop h1{font-size: 30px;}
	.pageTop h2{font-size:20px;}

	.expoList{min-height:100px;}
	.expoList li .info{float: left; width:55%;}
	.expoList li .img{float: right; width: 40%;}
	.expoList li .img img{width:100%; height: 80px;}

	.focus{padding: 10px;}

	.jionAction{padding:10px;}

	.jionAction .text{float: left;}
	.jionAction .text h1{font-size: 20px;}
	.jionAction .text h2{color: #999999; font-size: 14px;}

	.expoIntr{padding: 10px;}

	.expoSer{padding:20px 0;}
	.expoSer i{font-size:50px;}
	.expoSer p{font-size: 15px;}

	.master .img{ height: 250px;}

	.expo_news{padding: 10px;}
	.expo_news li{ margin-bottom: 15px;}
	.expo_news li .title{font-size:16px; margin-bottom: 10px;}
	.expo_news li .intr{color: #999999;}

	.mp{padding: 10px;}
	.expertImg img{ width: 50%;}

	.expertList{margin: 0;}
	.expertList li{margin:0; float: left; width:50%; padding:0px; box-sizing: border-box;}
	.newsItem .info{float: left; width: 100%; }
	.newsItem .more{clear: both;; border-left: 0;}


	
	.jobList .bd li{float: left; width:100%;}
	.jobBox{width: 100%; padding: 10px; box-sizing: border-box;}
	.jobBox .jobTitle{font-size:30px; }

	.layui-input-inline{width: 200px;}

	.left{width:100%;clear:both}
	.right{width:100%;clear:both}
	.leftMenu{display:none}
	.newsList{margin-bottom:10px;width:95%;margin-left:auto;margin-right:auto}
	.newsList .img{width:30%;margin-right:10px}
	.newsList .intr h1{font-size:16px}
	.jobTime{text-align:center}
	.jobTime div{padding-top:1em}
	.guide{padding-left:10px}
	.jobTitle{text-align:center;font-size:20px;padding:10px}
	.jobInfo{font-size:16px;padding:10px}
	.layui-form-item{padding-right:10px}
	.copyright{line-height:1.5em;padding:10px 0}
	.copyright span{display:block}

	.mCenter{clear: both; overflow: hidden; background-color: #ffffff; border-radius: 5px; margin: 10px; box-shadow: 0 0 5px #f1f1f1;}
	.mCenter li{border-bottom: 1px #dbdbdb solid; padding:15px 10px; font-size: 16px; position: relative;}
	.mCenter li a{display: block;}
	.mCenter li span{right: 10px; top: 15px; position: absolute;}

	.userRight{clear: both; width:100%;}
	.orderBox .bd .item li{width:100%; float: left;}
}