/*------style.css  start------*/
/*less*/
@c:center;
@small:12px;
@mid:14px;
@big:16px;
@b:#000;
@g:#666;
@r:#d41c29;
.clearfix:after{
	content:"";
	display:block;
	clear:both;
}
.clearfix{
	zoom:1;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.db{
	display:block;
}
.tl{
	text-align: left;
}
.tc{
	text-align: center;
}
.tr{
	text-align: right;
}
.full{
	width:100%;
	height:100%;
}
.box{
	display: inline-block;
}
.none{
	display: none;
}
/*container*/
.container{
	width:83.333%;
	margin:0 auto;
	clear:both;
}


/*header*/
.top{width:100%;height:100px;position:fixed;top:0;left:0;z-index:1000;background:#fff;box-shadow:0 0px 3px rgba(0,0,0,.3)}
.top .tbox{width:90.1%;margin:auto;}
.top .logo{float:left;margin-top:19px;}
.top .logo h1{font-size:0;}
.top .logo p{font-size:35px;color:#1d4c6c;font-weight:bold;margin-left:9px;float:left;margin-top:12px;}
.top .wx_btn{float:right;cursor:pointer;margin-top:38px;position:relative;}
.top .wx_btn .wx_tan{width:120px;height:157px;background:#fff;position:absolute;top:25px;left:50%;transform:translateX(-50%);display:none;padding-top:37px;}
.top .wx_btn:hover .wx_tan{display:block;}
.nav{float:right;line-height:100px;}
.navul li{float:left;height:100px;margin-right:50px;position:relative;}
.navul li>a{font-size:16px;color:#333;}
.navul li.cur>a{color:#1d4c6c;}
.navul li>a:hover{color:#1d4c6c;}
.navul .nav_son{
	position: absolute;
    left: 50%;
    top: 101px;
    width: 120px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0) translateX(-50%);
        -ms-transform: scaleY(0) translateX(-50%);
            transform: scaleY(0) translateX(-50%);
    -webkit-transform-origin: center top;
        -ms-transform-origin: center top;
            transform-origin: center top;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    z-index: 9999;
}
.navul .nav_son a{
	text-align: center;
	color: #666;
	background: #fff;
	position: relative;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px dashed #ccc;
	-webkit-transition: background-color 0.4s, color 0.4s;
	-o-transition: background-color 0.4s, color 0.4s;
	transition: background-color 0.4s, color 0.4s;
	display: block;
}
.navul .nav_son a:hover{
	background:#f5f5f5;
	color:#1d4c6c;
}
.navul li:hover .nav_son{
	-webkit-transform: scaleY(1) translateX(-50%);
        -ms-transform: scaleY(1) translateX(-50%);
            transform: scaleY(1) translateX(-50%);
    opacity: 1;
    visibility: visible;
}
.appear {
    -webkit-animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 0.85s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
@-webkit-keyframes opacity_show {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}
@keyframes opacity_show {
    0% {
        transform: translateY(50px);
    }
    100% {
        transform: translateY(0);
    }
}




	
	/*banner*/
#indexbanner{ height:880px; overflow: hidden; position: relative;}
#indexbanner li{height:880px;}
#indexbanner li p{position:absolute;right:70px;bottom:30px;font-size:30px;color:#fff;}
#indexbanner .bx-controls{ position: absolute; left: 0; bottom: 20px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
#indexbanner .bx-controls .bx-pager{ text-align: center;}
#indexbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 5px;}
#indexbanner .bx-controls .bx-pager div a{ display: block; width: 12px; height: 12px; overflow: hidden;border-radius:50%; line-height: 50px; background-color: rgba(255,255,255,0.3);}
#indexbanner .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,1);}
#indexbanner .bx-controls .bx-controls-direction{ display: none;}

.insidebanner{margin-top:100px;position:relative;}
.insidebanner .pic{height:490px;}
.insidebanner .container{position:absolute;bottom:24px;left:50%;transform:translateX(-50%);padding-left:30px;line-height:23px;background:url(../images/weizhi.png) no-repeat left center;color:#fff;}
.insidebanner .container a{color:#fff;}


.nabout{margin-top:94px;height:698px;position:relative;}
.nabout:before{content:"";position:absolute;width:46.04%;height:100%;background:url(../images/about.jpg) no-repeat left;right:0;top:0;}
.nabout .box{width:50.56%;height:698px;position:relative;background:url(../images/quan.jpg) no-repeat left top;}
.nabout .box .tt{font-size:42px;color:#000;font-weight:bold;margin-top:76px;}
.nabout .box .subtt{font-size:24px;text-transform:uppercase;color:#e4e4e4;margin-top:6px;}
.nabout .box .mc{font-size:15px;color:#333;margin-top:2.6vw;line-height:32px;}
.nabout .box .tab{margin-top:3vw;width:80.25%;display: flex;justify-content: space-between;align-items: center;}
.nabout .box .tab .item{text-align:center;}
.nabout .box .tab .item span{font-size:52px;font-weight:bold;color:#333;letter-spacing:-3px;}
.nabout .box .tab .item i{font-size:25px;font-weight:normal;position:relative;top:-34px;font-style:normal;color:#333;}
.nabout .box .tab .item p{display:inline-block;color:#333;font-size:20px;margin-left:3px;font-weight:bold;}
.nabout .box .tab p{font-size:13px;color:#999;text-align:center;margin-top:7px;}
.nabout .box .more{width:166px;height:50px;line-height:48px;border:1px solid #d1d7dd;text-align:center;display:block;position:absolute;left:0;bottom:0;font-size:15px;border-radius:30px;overflow:hidden;transition: all 0.8s;}
.nabout .box .more:before{content:"";position:absolute;left:0;bottom:0;transition: all 0.8s;width:100%;height:0;background:#1d4c6c;z-index:-1;}
.nabout .box .more:hover{color:#fff;}
.nabout .box .more:hover:before{height:100%;}



.nnews{margin-top:120px;margin-bottom:150px;}
.nnews .mt a{font-size:17px;color:#333;font-weight:bold;float:left;margin-right:30px;position:relative;}
.nnews .mt a:hover{color:#1d4c6c;}
.nnews .mt a.active:after{content:"";position:absolute;width:100%;height:5px;background:#333;left:0;bottom:-25px;}
.nnews .mc{margin-top:120px;}
.nnews .mc a{float:left;width:31.62%;margin-right:2.57%;}
.nnews .mc a:nth-child(3n){margin-right:0;}
.nnews .mc .tab{background:#f2f5f8;height:202px;padding:47px 27px 0;}
.nnews .mc .tab .line{width:24px;height:4px;background:#acacac;}
.nnews .mc .tab .tt{font-size:17px;color:#333;line-height:30px;height:60px;overflow:hidden;margin-top:20px;}
.nnews .mc .tab .time{color:#333;font-size:16px;margin-top:20px;font-weight:bold;font-family:arial;}
.nnews .mc .im{height:16.14vw;overflow:hidden;}
.nnews .mc a:hover img{transform:scale(1.1);}
.nnews .mc a:hover .tt{color:#1d4c6c;}






.inset{background:#f2f4f7;padding-bottom:50px;}
.ne_nav{height:86px;line-height:86px;background:#fff;text-align:center;}
.ne_nav a{font-size:16px;color:#333;margin:0 14px;position:relative;display:inline-block;height:100%;}
.ne_nav a.active{color:#1d4c6c;}
.ne_nav a.active:after{content:"";position:absolute;width:100%;border-top:2px solid #1d4c6c;left:0;bottom:0;}
.ne_nav a:hover{color:#1d4c6c;}
.col{width:100%;min-height:450px;line-height:220%;margin-top:40px;margin-bottom:50px;}
.col h2{text-align:center;font-weight:normal;color:#000;}
.col h3{text-align:center;font-weight:normal;font-size:12px;}
.son_nav{margin-top:50px;text-align:center;}
.son_nav a{margin:0 12px;font-size:16px;color:#333;position:relative;}
.son_nav a:hover,.son_nav a.active{color:#1d4c6c;}
.son_nav a.active:after{content:"";position:absolute;width:100%;border-top:2px solid #1d4c6c;left:0;bottom:-15px;}
.son_nav1{margin-top:0;margin-bottom:50px;}



.pxxm{width:100%;min-height:350px;margin-bottom:100px;border-top:1px solid #e4e4e4;}
.pxxm .mt{font-size:32px;color:#000;margin-top:82px;}
.pxxm ul{margin-top:68px;}
.pxxm ul li{width:48.93%;float:left;margin-bottom:2.6vw;}
.pxxm ul li a{display:block;}
.pxxm ul li:nth-child(2n){float:right}
.pxxm ul li .im{height:23.28vw;position:relative;overflow:hidden;}
.pxxm ul li .im .tt{position:absolute;font-size:22px;color:#fff;padding:0 38px;left:0;bottom:68px;}
.pxxm ul li .im .subtt{position:absolute;color:#fff;font-size:16px;padding:0 38px;left:0;bottom:35px;}
.pxxm ul li .des{height:5.2vw;border-bottom:1px solid #e4e4e4;line-height:5.2vw;font-size:15px;color:#373e51;padding:0 36px;position:relative;}
.pxxm ul li .des:before{content:"";position:absolute;width:0;border-top:1px solid #1d4c6c;transition:all 0.6s;left:0;bottom:0;}
.pxxm ul li:hover .im img{transform:scale(1.1);}
.pxxm ul li:hover .des:before{width:100%;}




.pro_show{min-height:350px;padding-top:77px;margin-bottom:100px;border-top:1px solid #e4e4e4;}
.pro_show .detail{width:66.14vw;margin:auto;}
.pro_show .detail .tt{margin-top:50px;color:#000;font-size:22px;text-align:center;}
.pro_show .detail .des{font-size:16px;color:#333;line-height:30px;margin-top:60px;}
.pro_show .detail .pro_banner{height:34.74vw;position:relative;}
.pro_show .detail .pro_pic .img{height:34.74vw;}
.pro_show .detail .bx-controls{ position: absolute; left: 0; bottom: 30px; z-index: 70; width: 100%; color: rgba(0,0,0,0);}
.pro_show .detail .bx-controls .bx-pager{ text-align: center;}
.pro_show .detail .bx-controls .bx-pager div{ display: inline-block; margin: 0 4px;}
.pro_show .detail .bx-controls .bx-pager div a{ display: block; width: 12px; height: 12px;border-radius:50%; overflow: hidden; line-height: 50px; background-color: rgba(255,255,255,0.3);}
.pro_show .detail .bx-controls .bx-pager div a.active{ background-color: rgba(255,255,255,1);}
.pro_show .detail .bx-controls .bx-controls-direction{ display: none;}



.brief{border-top:1px solid #e4e4e4;}
.brief .box{position:relative;background:url(../images/line.jpg) no-repeat right bottom;}
.brief .ptt{font-size:42px;color:#000;}
.brief .page1{padding-top:75px;}
.brief .page1 .im{margin-top:42px;}
.brief .page1 .con{font-size:15px;color:#4b4d59;line-height:35px;margin-top:60px;}
.brief .page2{padding-top:65px;padding-bottom:110px;}
.brief .page2 .im{margin-top:55px;}
.brief .page3{height:617px;}
.brief .page3 .ptt{margin-top:105px;color:#fff;}
.brief .page3 .con{color:#fff;font-size:18px;margin-top:120px;line-height:40px;}
.brief .honor{background:url(../images/bg1.jpg) no-repeat center;overflow:hidden;padding-bottom:80px;}
.brief .page4{box-sizing: content-box;-webkit-box-sizing: content-box;padding:70px 30px 82px;overflow:hidden;position:relative;}
.brief .page4 .mc{margin-top:75px;}
.brief .page4 .mc .img{height:13.43vw;box-shadow:5px 8px 15px 10px rgba(227, 223, 223, 0.3);background:#fff;}
.brief .honor .swiper-pagination-bullet{width:13px;height:13px;border-radius:50%;background:#e1e1e3;}
.brief .honor .swiper-pagination-bullet-active{background:#4b4d59;}
.brief .page5{box-sizing: content-box;-webkit-box-sizing: content-box;padding:52px 30px 82px;overflow:hidden;position:relative;}
.brief .page5 .mc{margin-top:75px;}
.brief .page5 .mc .img{height:13.43vw;box-shadow:5px 8px 15px 10px rgba(227, 223, 223, 0.3);background:#fff;}
.brief .page6{position:relative;height:calc(30.73vw + 190px);padding:95px 0;}
.brief .page6:after{content:"";position:absolute;width:69.63%;height:100%;top:0;right:0;background:url(../images/bg2.jpg) no-repeat center;}
.brief .page6 .pic{float:left;height:30.73vw;width:56.25%;position:relative;z-index:10;overflow:hidden;}
.brief .page6 .pic .im{height:100%;position:relative;display:none;}
.brief .page6 .pic .im:first-child{display:block;}
.brief .page6 .pic .im .number{position:absolute;bottom:45px;right:85px;font-size:26px;color:#999;}
.brief .page6 .pic .im .number span{font-size:45px;color:#fff;}
.brief .page6 .pic .im .tt{position:absolute;bottom:48px;color:#fff;font-size:23px;width:calc(100% - 190px);padding-left:80px;}
.brief .page6 .con{float:right;width:calc(43.75% - 90px);position:relative;z-index:10;}
.brief .page6 .con .ptt{color:#fff;}
.brief .page6 .con .tab{margin-top:2.5vw;}
.brief .page6 .con .tab .tt{color:#fff;line-height:16px;margin-bottom:1vw;cursor:pointer;display:block;}
.brief .page6 .con .tab .tt.current{font-size:16px;line-height:18px;}
.brief .page7{height:638px;background:url(../images/bg3.jpg) no-repeat center;overflow:hidden;}
.brief .page7 .ptt{color:#fff;margin-top:75px;}
.brief .page7 .mc{margin-top:86px;padding:0 72px;padding-bottom:135px;position:relative;}
.brief .page7 .mc .mcon{overflow:hidden;}
.brief .page7 .mc .detail{background:#fff;padding:28px 30px 10px;height:193px;overflow:hidden;}
.brief .page7 .mc .detail .tt{font-size:26px;color:#000;font-weight:bold;}
.brief .page7 .mc .detail .des{font-size:15px;margin-top:15px;line-height:26px;height:78px;overflow:hidden;}
.brief .page7 .mc .detail .more{color:#999;margin-top:7px;cursor:pointer;}
.brief .page7 .mc .swiper-button-prev3{width:29px;height:50px;background:url(../images/left.png) no-repeat center;opacity:1;position:absolute;left:0;top:72px;cursor:pointer;}
.brief .page7 .mc .swiper-button-next3{width:29px;height:50px;background:url(../images/right.png) no-repeat center;opacity:1;position:absolute;right:0;top:72px;cursor:pointer;}
.brief .page7 .mc .swiper-pagination3{position:absolute;top:270px;left:72px;background:#9ab4c6;height:7px;width:calc(100% - 144px);}
.brief .page7 .mc .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#fff;}
.brief .page7 .mc .year{position:absolute;bottom:0;width:calc(100% - 144px);}
.brief .page7 .mc .year p{font-size:35px;color:#fff;float:left;}
.brief .page7 .mc .year p:last-child{float:right;}
.brief .page8{padding:78px 0 100px}
.brief .page8 .des{position:relative;margin-top:35px;}
.brief .page8 .des .im{float:right;width:61.12%;}
.brief .page8 .des .con{position:absolute;left:0;bottom:35px;font-size:16px;color:#333;line-height:30px;width:34%;}




.back_bg{
	position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    z-index: 1500;
    display: none;
}
.tan_year{
    width:405px;
    background: #fff;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    z-index: 2000;
    padding: 30px;
	display:none;
}
.tan_year .mt{
	text-align:center;
	color:#000;
	font-size:26px;
}
.tan_year .mc{
	line-height:30px;
	margin-top:15px;
}
.tan_year .close{
	position: absolute;
	top: 0;
	right: -45px;
	width: 38px;
	height: 38px;
	background: rgba(0,0,0,0.3) url(../images/guan.png) no-repeat center;
	border-radius: 50%;
	cursor: pointer;
}




.xwzx{width:100%;min-height:350px;margin-top:48px;}
.xwzx ul li{margin-bottom:26px;background:#fff;height:248px;border-radius:10px;}
.xwzx ul li a{width:100%;height:100%;display:block;padding:33px 30px;}
.xwzx ul li .im{float:left;width:298px;height:182px;border-radius:5px;overflow:hidden;margin-right:47px;}
.xwzx ul li .im img{transition:0.6s;}
.xwzx ul li .detail{float:left;width:calc(100% - 535px);}
.xwzx ul li .detail .tt{font-size:24px;color:#333;line-height:26px;margin-top:16px;}
.xwzx ul li .detail .date{font-size:16px;color:#333;margin-top:14px;}
.xwzx ul li .detail .line{width:46px;border-top:1px solid #c9c9c9;margin-top:27px;}
.xwzx ul li .detail .con{font-size:15px;line-height:25px;margin-top:16px;height:50px;overflow:hidden;}
.xwzx ul li .more{width:11px;height:20px;background:url(../images/jiantou.png) no-repeat center;float:right;margin-right:60px;margin-top:80px;}
.xwzx ul li:hover .more{background:url(../images/jiantou_hover.png) no-repeat center;}
.xwzx ul li:hover .detail .tt{color:#1d4c6c;}
.xwzx ul li:hover{box-shadow:2px 2px 10px 5px rgba(230,235,245)}
.xwzx ul li:hover .im img{transform:scale(1.1,1.1);}



.about_info{margin-top:6vw;margin-bottom:6.45vw;}
.about_info .left{float:left;width:26%;}
.about_info .left .t1,.about_info .left .t2{font-size:2.7vw;color:#333;font-weight:bold;}
.about_info .left .t2{margin-top:10px;}
.about_info .left .t3{font-size:2.19vw;color:#333;font-weight:lighter;margin-top:38px;}
.about_info .left .des{font-size:16px;color:#333;line-height:30px;font-weight:lighter;margin-top:40px;}
.about_info .right{width:292px;height:340px;float:right;background:#f7f7f7;padding:0 50px;}
.about_info .right .img{height:191px;background:#fff;margin-top:50px;}
.about_info .right p{text-align:center;font-size:16px;color:#626c7f;font-weight:lighter;margin-top:20px;}
.about_info .center{width:30%;float:left;margin-left:12.76vw;}
.about_info .center .tt{margin-top:65px;color:#626c7f;font-weight:lighter;font-size:1.25vw;}
.about_info .center .phone{font-size:1.98vw;color:#2673a7;font-weight:bold;margin-top:13px;}
.about_info .center .des{color:#626c7f;font-weight:lighter;font-size:.95vw;line-height:35px;margin-top:40px;}




.bidding{width:85%;margin:auto;margin-top:48px;min-height:350px;}
.bidding ul li{background:#fff;height:89px;line-height:89px;border-radius:10px;margin-bottom:15px;}
.bidding ul li a{width:100%;height:100%;display:block;padding:0 56px;}
.bidding ul li .tt{font-size:16px;color:#333;float:left;width:calc(100% - 90px);}
.bidding ul li .date{font-size:16px;color:#333;float:right;width:90px;text-align:right;}
.bidding ul li:hover{box-shadow:2px 2px 10px 5px rgba(230,235,245)}
.bidding ul li:hover .tt{color:#1d4c6c;}




.recruit{margin-top:48px;min-height:350px;}
.recruit ul{margin-top:46px;}
.recruit ul li{background:#fff;border-radius:10px;margin-bottom:20px;}
.recruit ul li .detail{display:block;padding:0 50px;cursor:pointer;height:100px;line-height:100px;}
.recruit ul li .tt{font-size:16px;color:#333;float:left;width:290px;}
.recruit ul li .tt span{margin:0 5px;}
.recruit ul li .des{float:left;margin-left:5px;font-size:16px;color:#333;width:calc(100% - 620px);}
.recruit ul li .date{float:left;width:105px;margin-left:85px;font-size:16px;color:#333;}
.recruit ul li .apply{float:left;width:65px;margin-left:70px;font-size:16px;color:#999;}
.recruit ul li .con{padding:50px;display:none;border-top:1px solid #b0c6d5;}
.recruit ul li .con .mt{font-size:20px;color:#333;font-weight:bold;}
.recruit ul li .con .mc{font-size:16px;line-height:30px;margin-top:25px;}
.recruit ul li:hover,.recruit ul li.on{box-shadow:2px 2px 10px 5px rgba(230,235,245)}
.recruit ul li:hover .apply{color:#1d4c6c;}




.orientation{margin-top:50px;margin-bottom:30px;overflow:hidden;width:100%;}
.orientation .previous{float:left;}
.orientation .next{float:right;}






/*footer*/
#footer{width:100%;height:602px;background:#282e3a;}
.footer_top{height:97px;border-bottom:1px solid #343f50;text-align:right;overflow:hidden;}
.footer_top .tt{color:#8d9bb5;margin-top:26px;}
.footer_top .con{margin-top:8px;color:#c0d1f0;font-size:24px;}
.footer_center{height:411px;border-bottom:1px solid #343f50;}
.footer_nav{float:left;padding-top:38px;width:65.93%;height:100%;border-right:1px solid #343f50;padding-right:5.73vw;}
.footer_nav ul{display: flex;justify-content: space-between;}
.footer_nav ul li .title{color:#9baac4;font-size:20px;font-weight:bold;}
.footer_nav ul li .nav_son{margin-top:38px;}
.footer_nav ul li .nav_son .subtt{margin-bottom:13px;}
.footer_nav ul li .nav_son .subtt a{color:#626c7f;}
.footer_nav ul li .nav_son .subtt a:hover{color:#fff;}
.footer_about{float:left;width:34.07%;height:100%;padding-left:5.99vw;}
.footer_about .tt{color:#9baac4;font-size:20px;font-weight:bold;margin-top:38px;}
.footer_about .des{color:#626c7f;line-height:28px;margin-top:30px;}
.footer_about .img{width:136px;height:136px;background:#1f2736;margin-top:30px;}
.footer_about .st{color:#626c7f;margin-top:23px;}
.footer_bottom{height:94px;line-height:94px;color:#626c7f;}
.footer_bottom *{color:#626c7f;}
.footer_bottom .des{float:left;font-weight:lighter;}
.footer_bottom  .con{float:right;}
.footer_bottom  .con a{color:#626c7f;margin-right:10px;}



.mypage{
    text-align: center;
	width:100%;
	margin-top:92px;
	overflow:hidden;
}	
.mypage	span,.mypage a{
	display: inline-block;
	vertical-align: top;
	width:40px;
	height:40px;
	line-height:40px;
	font-size:16px;
	margin:0 5px;
}		
.mypage a.prev,.mypage a.next{
	width:60px;
}
.mypage	span.current,.mypage a.current{
	background: #21698b;
	color: #fff;
	border-radius:3px;
}











/*响应式设计*/
.nabout .mpic{display:none;}
.mabout_map{display:none;}
.mtop{display:none;}
.mtan{display:none;}
.mfield{display:none;}
.footer_bottom .mdes{display:none;}
.pxxm ul li .mdes{display:none;}

@media only screen and (max-width: 1376px) and (min-width:950px){
    .navul li{margin-right:30px;}
	.navul li >a{font-size:14px;}
}
@media only screen and (max-width: 950px){
	body{
		-webkit-text-size-adjust: 100% !important;
		text-size-adjust: 100% !important;
		-moz-text-size-adjust: 100% !important;
	}
    *{font-weight: normal!important;}
    body,button, input, select, textarea{font-weight:normal;}
    input,textarea{-webkit-appearance: none;-moz-appearance: none;appearance: none;}
	.container{padding: 0 10px;width:100%;}
	
	.top{display:none;}
	.mtop{display:block;position:fixed;top:0;width:100%;height:60px;background:#fff;z-index:1000;box-shadow: 0 0px 3px rgba(0,0,0,.3);padding:0 15px;}
	.mtop .logo{float:left;margin-top:10px;}
	.mtop .logo h1{font-size:0;}
	.mtop .logo p{float:left;color:#1d4c6c;font-size:20px;font-weight:bold!important;margin-left:5px;margin-top:10px;}
	.mtop .lbtn{float:right;margin-top:21px;}
	.mtop .lbtn .line{width:40px;height:2px;background:#333;margin-bottom:12px;}
	.mtan{width:100%;height:100%;position:fixed;left:0;top:0;background:#fff;z-index:1000;padding-top:50px;padding-bottom:50px;overflow:auto;display:none;}
	.mnavul{width:72%;margin:auto;}
	.mnavul li{text-align:center;font-size:16px;color:#333;line-height:50px;border-bottom:1px dotted #666;}
	.mnavul li a{color:#333;}
	.mnavul li.cur a{color:#1d4c6c;}
	.mnavul .nav_son{display:none;padding-bottom:15px;}
	.mnavul .nav_son p{line-height:28px;}
	.mnavul .nav_son p a{font-size:15px;color:#999;}
	.mtan .mline{position:absolute;right:15px;top:26px;}
	.mtan .mline .line{width:35px;height:2px;background:#333;}
	.mtan .mline .line1{transform:rotate(45deg);position:relative;top:2px;}
	.mtan .mline .line2{transform:rotate(-45deg);}
	
	#indexbanner{margin-top:60px;height:50vw;}
	#indexbanner li{height:50vw;}
	#indexbanner li p{right:10px;bottom:17px;font-size:16px;}
	#indexbanner .bx-controls{bottom:15px;}
	.insidebanner{margin-top:60px;}
	.insidebanner .pic{height:35vw;}
	.insidebanner .container{bottom:10px;background: url(../images/weizhi.png) no-repeat 8px center;font-size:13px;background-size:4%;}
	
	.nabout{margin-top:25px;height:auto;}
	.nabout:before{display:none;}
	.nabout .box{width:100%;height:auto;}
	.nabout .box .tt{font-size:30px;margin-top:30px;font-weight:bold!important;}
	.nabout .box .subtt{font-size:18px;}
	.nabout .box .mc{font-size:13px;line-height:26px;}
	.nabout .mpic{display:block;margin-top:15px;}
	.nabout .box .tab{width:100%;margin-top:25px;display:block;}
	.nabout .box .tab .list{width:50%;float:left;margin-bottom:20px;}
	.nabout .box .tab .item span{font-size:30px;}
	.nabout .box .tab .item i{font-size:20px;top:-25px;}
	.nabout .box .tab p{font-size:12px;line-height:22px;}
	.nabout .box .more{position:relative;width:130px;height:40px;line-height:38px;margin:auto;}
	.nabout .box .more:before{display:none;}
	
	.nnews{margin-top:25px;margin-bottom:15px;}
	.nnews .mt{padding:0 8vw;}
	.nnews .mt a{font-size:16px;display:block; width:33%;margin-right:0px;text-align:center; /*margin-right:calc((100% - 192px)/2);*/margin-bottom:23px;}
	.nnews .mt a:nth-child(3n){margin-right:0;}
	.nnews .mt a.active{font-weight:bold!important;}
	.nnews .mt a.active:after{height:3px;bottom:-12px;}
	.nnews .mc{margin-top:0;}
	.nnews .mc a{width:100%;margin-right:0;margin-bottom:18px;}
	.nnews .mc .tab{padding:20px 10px 0;height:130px;}
	.nnews .mc .tab .tt{font-size:14px;margin-top:10px;line-height:28px;height:56px;}
	.nnews .mc .tab .time{font-size:14px;margin-top:10px;}
	.nnews .mc .im{height:45vw;}
	
	#footer{height:auto;}
	.footer_top{height:70px;}
	.footer_top .tt{margin-top:15px;}
	.footer_top .con{font-size:20px;margin-top:5px;}
	.footer_center{height:auto;}
	.footer_nav{display:none;}
	.footer_about{width:100%;padding-left:0;}
	.footer_about .tt{font-size:18px;margin-top:20px;}
	.footer_about .des{margin-top:15px;font-size:13px;line-height:25px;}
	.footer_about .img{margin:auto;margin-top:15px;}
	.footer_about .st{margin-top:10px;margin-bottom:20px;text-align:center;}
	.footer_bottom{height:auto;line-height:23px;padding:7px 0;}
	.footer_bottom .des{display:none;}
	.footer_bottom .mdes{display:block;font-size:12px;}
	.footer_bottom .con{display:none;}
	
	.ne_nav{height:auto;padding:15px 10px 5px;line-height:40px;}
	.ne_nav a{font-size:15px;margin:0;margin-right:10px;width:calc((100% - 20px)/3);text-align:center;line-height:40px;border:1px solid #ddd;margin-bottom:10px;}
	.ne_nav a:nth-child(3n){margin-right:0;}
	.ne_nav a.active{background:#1d4c6c;color:#fff;border:1px solid #1d4c6c;}
	.ne_nav a.active:after{display:none;}
	.ne_nav a.gy{width:calc((100% - 30px)/4);}
	.ne_nav a.gy:nth-child(3n){margin-right:10px;}
	.ne_nav a.gy:nth-child(4n){margin-right:0;}
	.inset{padding-bottom:30px;}
	.col{margin-top:25px;margin-bottom:30px;line-height:200%;}
	.orientation .previous,.orientation .next{float:none;}
	.orientation .previous{margin-bottom:12px;}
	.son_nav{margin-top:15px;}
	.son_nav a{width:33.3333%;float:left;margin:0;line-height:26px;font-size:13px;}
	.son_nav a.active:after{display:none;}
	.son_nav1{margin-top:0;margin-bottom:20px;}
	
	.xwzx{margin-top:25px;}
	.xwzx ul li{margin-bottom:20px;height:130px;}
	.xwzx ul li a{padding:10px;}
	.xwzx ul li .more{display:none;}
	.xwzx ul li .im{width:180px;height:110px;margin-right:10px}
	.xwzx ul li .detail{width:calc(100% - 190px);}
	.xwzx ul li .detail .con{display:none;}
	.xwzx ul li .detail .tt{font-size:14px;margin-top:10px;line-height:21px;height:42px;white-space:normal;}
	.xwzx ul li .detail .date{font-size:14px;margin-top:10px;}
	.xwzx ul li .detail .line{margin-top:20px;}
	
	.pxxm{margin-bottom:30px;}
	.pxxm .mt{font-size:20px;margin-top:25px;}
	.pxxm ul{margin-top:20px;}
	.pxxm ul li{margin-bottom:20px;}
	.pxxm ul li .im{height:30vw;}
	.pxxm ul li .im .tt{padding:0 8px;font-size:14px;bottom:30px;display:none;}
	.pxxm ul li .im .subtt{padding:0 8px;font-size:12px;bottom:10px;display:none;}
	.pxxm ul li .des{height:35px;line-height:34px;font-size:12px;padding:0 8px;display:none;}
	.pxxm ul li .mdes{height:35px;line-height:34px;font-size:12px;padding:0 8px;border-bottom: 1px solid #e4e4e4;display:block;}
	
	.pro_show{padding-top:25px;margin-bottom:30px;}
	.pro_show .detail{width:100%;padding:0 10px;}
	.pro_show .detail .pro_banner{height:60vw;}
	.pro_show .detail .pro_pic .img{height:60vw;}
	.pro_show .detail .bx-controls{bottom:15px;}
	.pro_show .detail .tt{margin-top:20px;font-size:16px;}
	.pro_show .detail .des{margin-top:15px;font-size:14px;line-height:26px;}
	
	.bidding{width:100%;margin-top:25px;min-height:250px;}
	.bidding ul li{height:50px;line-height:50px;border-radius:5px;}
	.bidding ul li a{padding:0 10px;}
	.bidding ul li .tt{font-size:14px;}
	.bidding ul li .date{font-size:14px;}
	
	.recruit{margin-top:25px;min-height:250px;}
	.recruit ul{margin-top:20px;}
	.recruit ul li{border-radius:5px;}
	.recruit ul li .detail{height:50px;line-height:50px;padding:0 10px;}
	.recruit ul li .tt{font-size:14px;width:calc(100% - 80px);}
	.recruit ul li .des{display:none;}
	.recruit ul li .date{float:right;font-size:14px;margin-left:0;text-align:right;width:80px;color:#999;}
	.recruit ul li .apply{display:none;}
	.recruit ul li .con{padding:15px 10px;}
	.recruit ul li .con .mt{font-size:16px;font-weight:bold!important;}
	.recruit ul li .con .mc{font-size:14px;line-height:25px;margin-top:10px;}
	
	.about_info{margin-top:25px;margin-bottom:25px;}
	.about_info .left{width:100%;float:none;}
	.about_info .left .t1, .about_info .left .t2{font-size:20px;font-weight:bold!important;}
	.about_info .left .t2{margin-top:5px;}
	.about_info .left .t3{display:none;}
	.about_info .left .des{font-size:14px;margin-top:15px;line-height:25px;}
	.about_info .center{width:100%;margin-left:0;float:none;}
	.about_info .center .tt{margin-top:20px;font-size:18px;}
	.about_info .center .phone{font-size:26px;margin-top:8px;}
	.about_info .center .des{margin-top:10px;font-size:13px;line-height:26px;}
	.about_info .right{float:none;margin:auto;margin-top:20px;width:260px;padding:0 34px;overflow:hidden;height:280px;display:none;}
	.about_info .right .img{margin-top:25px;}
	.about_map{display:none;}
	.mabout_map{display:block;}
	
	.brief .ptt{font-size:20px;}
	.brief .honor{padding-bottom:30px;}
	.brief .page1{padding-top:25px;}
	.brief .page1 .im{margin-top:20px;}
	.brief .page1 .con{font-size:14px;margin-top:15px;line-height:28px;}
	.brief .page2{padding-top:20px;padding-bottom:25px;}
	.brief .page2 .im{margin-top:20px;}
	.brief .page3{height:255px;}
	.brief .page3 .ptt{margin-top:25px;}
	.brief .page3 .con{font-size:14px;margin-top:13px;line-height:30px;}
	.brief .page4{padding:25px 10px;box-sizing: border-box;-webkit-box-sizing: border-box;}
	.brief .page4 .mc{margin-top:20px;}
	.brief .page4 .mc .img{height:32vw;}
	.brief .honor .swiper-pagination-bullet{width:10px;height:10px;}
	.brief .page5{padding:25px 10px;box-sizing: border-box;-webkit-box-sizing: border-box;}
	.brief .page5 .mc{margin-top:20px;}
	.brief .page5 .mc .img{height:32vw;}
	.brief .page6{height:auto;padding:5px 0 25px;}
	.brief .page6:after{display:none;}
	.brief .page6 .field{display:none;}
	.brief .page6 .mfield{display:block;}
	.brief .page6 .mpic{height:60vw;width:100%;overflow:hidden;position:relative;margin-top:20px;}
	.brief .page6 .mpic .im .number{position:absolute;bottom:15px;right:10px;font-size:20px;}
	.brief .page6 .mpic .im .number span{font-size:26px;color:#fff;}
	.brief .page6 .mpic .im .tt{position:absolute;bottom:18px;color:#fff;font-size:14px;width:calc(100% - 90px);padding-left:10px;}
	.brief .page7{height:auto;}
	.brief .page7 .ptt{margin-top:25px;}
	.brief .page7 .mc .year{display:none;}
	.brief .page7 .mc{margin-top:20px;padding:0 25px;padding-bottom:30px;}
	.brief .page7 .mc .detail{padding:20px;min-height:170px;}
	.brief .page7 .mc .detail .tt{font-size:22px;}
	.brief .page7 .mc .detail .des{font-size:14px;line-height:24px;margin-top:12px;}
	.brief .page7 .mc .swiper-button-next3{width:20px;height:34px;background-size:90%;top:65px;}
	.brief .page7 .mc .swiper-button-prev3{width:20px;height:34px;background-size:90%;top:65px;}
	.brief .page8{padding:25px 0;}
	.brief .page8 .des{margin-top:15px;}
	.brief .page8 .des .im{width:100%;float:none;}
	.brief .page8 .des .con{position:relative;width:100%;bottom:0;margin-top:10px;font-size:15px;line-height:28px;}
	.tan_year{width:80%;padding:20px 10px;}
	.tan_year .mt{font-size:22px;}
	.tan_year .mc{margin-top:10px;}
	.tan_year .close{width:30px;height:30px;right:-33px;}
}











