/*------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%;
}
.none{
    display: none;
}

a{
	cursor:url(../images/mouse.png),pointer;
}
a:hover{
    text-decoration:none;
    color: #e84921;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
	cursor:url(../images/mouse.png),pointer;
}
*{
    outline:none;  /*（去掉蓝框）*/
    　　-webkit-tap-highlight-color:rgba(0,0,0,0);   /*（去掉阴影）*/
}




/*container*/
.container{
    width:76%;
    margin:0 auto;
    clear:both;
}



/*header*/
#sitecontent{padding-top:90px;}
#bgmask{position: absolute;width:100%;height:100%;left:0;top:0;display: none;z-index: 100;}
.top{width:100%;height:90px;position: fixed;top:0;left:0;z-index: 150;background: #fff;box-shadow:0 2px 3px 0 rgba(0,0,0,.2);}
.cptop{background: rgba(0,0,0,0);box-shadow: none;}
.top .container{position: relative}
.top .logo{float:left;font-size:0;margin-top:17px;margin-left:-97px;position: relative;z-index: 10;}
.top .tab{width:100%;height:90px;line-height: 90px;text-align: center;position: absolute;top:0;left:0;}
.top .indextab{padding-left:250px;}
.top .tab .item{display:inline-block;position:relative;margin:0 30px;}
.cptop .tab a{color:#fff;}
.top .tab a.in{font-size:16px;}
.top .tab a.active,.top .tab a:hover{color:#e84921;}
.top .tab .nav_son{
	position: absolute;
    left: -39px;
    top: 100%;
    width: 140px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -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;
}
.top .tab .nav_son a{
	text-align: center;
	color: #666;
	background: #fff;
	position: relative;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px dashed #eeeeee;
	-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;
}
.top .tab .item:hover .nav_son{
	-webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.top .ln{float:right;margin-top:32px;cursor: pointer;margin-right:-40px;cursor: url(../images/mouse.png),pointer;}
.top .ln p{height:4px;width:40px;background: #a4a4a4;margin-bottom: 10px;border-radius: 3px;}
.cptop .ln p{background: #fff;}
.top .ln p.line2{width:26px;}
.slide_mask{ width: 100%; height: 100%; opacity: 0; visibility: hidden; transform: scale(0.6,0.6); transition: all .6s; color: #fff; position: fixed; left: 0; top: 0; background:#20201f; z-index: 10;}
.slide_mask.on{ transform:scale(1,1); opacity: 1; visibility: visible;}
.slide_mask .nav{margin-top:20.4vh;}
.slide_mask a{ color: #999999; display: block; line-height: 3.8vh;font-size:15px;}
.slide_mask dl{ width: 19%;padding-left: 40px;float:left;}
.slide_mask dl:first-child{margin-left:12%;}
.slide_mask dl:last-child{width:12%;}
.slide_mask dt{ font-size: 22px; position: relative; margin-bottom: 3vh;color:#fff;transition: all .4s;}
.slide_mask dt a{font-size: 22px;color:#fff;transition: all .4s;}
.slide_mask dt:before{ content: ""; display: block; width: 28px; height: 4px; background:#494949; position: absolute; left: -55px; top: 50%; transform: translateY(-50%);transition: all .4s;}
.slide_mask .line span{ display:block;width: 1px; height: 100vh; position: absolute; left: 0; top: 0; background: rgba(255,255,255,.08);}
.slide_mask .line{ width: 76%; position: absolute; left: 12%; top: 0;}
.slide_mask .line .line2{ left: 25%;}
.slide_mask .line .line3{ left: 50%;}
.slide_mask .line .line4{ left: 75%;}
.slide_mask .line .line5{left:100%;}
.slide_mask .line .z-container{ height:100vh;}
.slide_mask a:hover,.slide_mask a.active{ color: #e84921;}
.slide_mask dl:hover dt,.slide_mask dl dt.cur{ color: #e84921;}
.slide_mask dl:hover dt a,.slide_mask dl dt.cur a{ color: #e84921;}
.slide_mask dl:hover dt:before,.slide_mask dl dt.cur:before{ background: #e84921;}
.slide_mask dd .list{position:relative;}
.slide_mask dd .list .son_con{display:none;position:absolute;left:60px;top:-10px;z-index:10;padding-left:30px;}
.slide_mask dd .list .son_con a{font-size:13px;line-height:3vh;}
.slide_mask dd .list .son_con:before{content:"";position:absolute;width:25px;border-top:1px solid #999;left:2px;top:27px;}
.slide_mask dd .list:hover .son_con{display:block;}
.tan_btn{position: fixed;top:0;right:0;width:12%;height:100vh;background: #e84921;z-index: 20;opacity: 0;transform: translate3d(100%,0,0);}
.tan_btn.on{opacity: 1;transform: translate3d(0,0,0);}
.tan_btn .close_line{margin:auto;margin-top:32px;width:30px;cursor: pointer;}
.tan_btn .close_line p{width:40px;height:4px;background: #fff;border-radius: 3px;margin-bottom: 20px;}
.tan_btn .close_line p.line1{transform: rotate(45deg);transform-origin: 6% 50%;}
.tan_btn .close_line p.line2{transform: rotate(-45deg);transform-origin: 6% 50%;}
.tan_btn .hm{font-size:34px;color:#fff;font-weight: lighter;margin-top:160px;text-transform: uppercase;text-align: center;transform: rotate(90deg);display: block;}




/*banner*/
.indexbanner{ height:830px; overflow: hidden; position: relative;}
.indexbanner .bx-controls-direction{display:none;}
.indexbanner ul li{overflow: hidden;height:830px;}
.indexbanner ul li p{color:#fff;margin-top:270px;font-size:3vw;font-weight: lighter;}
.indexbanner .container{position: relative;z-index: 90;}
.indexbanner .ibox{position: absolute;right:0;bottom: 0;z-index: 60;}
.indexbanner .ibox .list{width:310px;height:190px;padding: 0 38px;padding-top: 38px;position: relative;float:left;transition: all 0.6s ease 0s;}
.indexbanner .ibox .list1{background: rgba(50,50,50,.9);}
.indexbanner .ibox .list2{background: rgba(100,100,100,.9);}
.indexbanner .ibox .list span{color:#a3a3a3;font-size:16px;text-transform: uppercase;line-height: 19px;position: absolute;top:38px;left:38px;transition: all 0.6s ease 0s;}
.indexbanner .ibox .list2 span{color:#b3b2b2;}
.indexbanner .ibox .list p{position: absolute;left:38px;bottom: 28px;color:#fff;font-size:20px;transition: all 0.6s ease 0s;}
.indexbanner .ibox .list p em{font-size:16px;margin-left:28px;position: relative;top:-2px;}
.indexbanner .ibox .list img{position: absolute;right:38px;bottom: 30px;}
.indexbanner .ibox .list1:hover{background: rgba(50,50,50,.5);}
.indexbanner .ibox .list2:hover{background: rgba(100,100,100,.5);}
.indexbanner .ibox .list:hover span{ transform: translateY(25px);}
.indexbanner .ibox .list:hover p{transform: translateY(-25px);}
.indexbanner .bx-controls{ position: absolute; left: 0; bottom: 50px; 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: 15px; height: 15px;border-radius:50%; overflow: hidden; line-height: 50px; background-color:#b3b3b3;}
.indexbanner .bx-controls .bx-pager div a.active{ background-color: #e84921;}

@-webkit-keyframes demo1 {
    from {
        transform: scale(1,1);
    }
    50%{
        transform: scale(1.1,1.1);
    }

    to {
        transform: scale(1.2,1.2);
    }
}

.welcome{width:100%;height:100vh;overflow: hidden;position: relative;}
.welcome .im{width:100%;height:100vh;animation:'demo1' 4s linear infinite alternate;-o-animation: 'demo1' 4s linear infinite alternate;-webkit-animation: 'demo1' 4s linear infinite alternate;position: absolute;left:0;top:0;}
.welcome .con{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);text-align: center;z-index: 10;}
.welcome .pic{text-align: center;display: inline-block;}
.welcome .pic img{margin:0 10px;}
.welcome .tt{display: inline-block;width:122px;}
.welcome .tt img{margin-top:11px;}



.indexbox{margin-top:60px;}
.indexbox .mt{padding-bottom: 18px;border-bottom: 1px solid #f3f3f3;}
.indexbox .mt p{float:left;font-size:28px;color:#000;}
.indexbox .mt span{float:left;font-size:28px;font-weight: lighter;margin-left:10px;margin-top:3px;}
.indexbox .mc{margin-top:30px;}
.about{width:61.44%;float:left;}
.about .mc{width:100%;padding-right: 1.875vw;}
.about .mc .con{float:left;width:55.75%;padding-right: 1.875vw;}
.about .mc .con .des{font-size:15px;line-height: 28px;height:260px;overflow: hidden;}
.about .mc .con .more{width:90px;padding-bottom: 15px;border-bottom: 1px solid #d9d9d9;display: block;color:#999;}
.about .mc .con .more:hover{color:#333;border-bottom: 1px solid #333;}
.about .mc .video{float:right;width:44.25%;position: relative;}
.about .mc .video iframe{width:100%;height:290px;}
.about .mc .pic{float:right;width:44.25%;position: relative;}
.about .mc .pic_bd .im{width:100%;height:234px;}
.about .mc .pic .bx-controls-direction{display: none;}
.about .mc .pic .bx-pager{position: absolute;bottom:-40px;left:0;width:100%;text-align: center;}
.about .mc .pic .bx-pager .bx-pager-item{display: inline-block;}
.about .mc .pic .bx-pager .bx-pager-item a{display: inline-block;width:12px;height:12px;background: #efefef;border-radius: 50%;font-size:0;margin:0 4.5px;}
.about .mc .pic .bx-pager .bx-pager-item a.active{background: #cecece;}
.news{width:38.56%;float:right;}
.news .mc{margin-top:30px;}
.news .mc .con{height:260px;padding-top: 10px;}
.news .mc .con .list{display: block;margin-bottom: 30px;line-height: 16px;height:16px;}
.news .mc .con .list p{float:left;font-size:15px;width:calc(100% - 100px);}
.news .mc .con .list span{font-size:15px;color:#999;font-weight: lighter;float:right;}
.news .mc .con .list:hover p,.news .mc .con .list:hover span{color:#333;}
.news .mc .more{width:90px;padding-bottom: 15px;border-bottom: 1px solid #d9d9d9;display: block;color:#999;}
.news .mc .more:hover{color:#333;border-bottom: 1px solid #333;}


.indexbox{display:none;}

.nabout{margin-top:50px;height:640px;background:url(../images/about.jpg) no-repeat center;}
.nabout .box{width:48.9%;float:right;height:640px;position:relative;}
.nabout .box .mt{font-size:30px;font-weight:bold;color:#e94921;margin-top:75px;}
.nabout .box .mt span{font-weight:normal;color:#d3d3d3;text-transform:uppercase;margin-left:10px;position:relative;top:4px;}
.nabout .box .mc{font-size:16px;color:#333;line-height:30px;text-indent:2em;margin-top:28px;}
.nabout .box .mc *{color:#333;}
.nabout .box .more{width:155px;height:45px;border:1px solid #d3d3d3;text-align:center;line-height:45px;border-radius:30px;display:block;margin-top:30px;}
.nabout .box .more:hover{border:1px solid #e94921;}
.nabout .box .tab{position:absolute;bottom:82px;left:0;display: flex;justify-content: space-between;align-items: center;width:100%;}
.nabout .box .tab .item span{font-size:65px;color:#ea4f29;font-weight:bold;letter-spacing:-5px;}
.nabout .box .tab .item i{font-size:30px;font-weight:normal;position:relative;top:-50px;font-style:normal;color:#ea4f29;}
.nabout .box .tab p{text-align:center;font-size:18px;color:#ea4f29;margin-top:10px;}


.nnews{margin-top:80px;}
.nnews .mt{font-size:30px;font-weight:bold;color:#e94921;}
.nnews .mt span{font-weight:normal;color:#d3d3d3;text-transform:uppercase;margin-left:10px;position:relative;top:4px;}
.nnews .mc{margin-top:36px;}
.nnews .mc .nleft{width:47.6%;float:left;}
.nnews .mc .nleft .tt{font-size:26px;color:#000;line-height:30px;}
.nnews .mc .nleft .des{font-size:15px;line-height:26px;height:52px;overflow:hidden;margin-top:15px;color:#666;}
.nnews .mc .nleft .time{font-size:16px;color:#000;margin-top:18px;}
.nnews .mc .nleft .im{height:430px;margin-top:35px;overflow:hidden;}
.nnews .mc .nleft a:hover .tt{color:#e94921;}
.nnews .mc .nleft a:hover img{transform: scale(1.08);}
.nnews .mc .nright{float:right;width:48.15%;position:relative;}
.nnews .mc .nright:before{content:"";position:absolute;width:122px;height:160px;background:url(../images/quan.jpg) no-repeat center;right:0;top:-162px;}
.nnews .mc .nright .tab{margin-top:10px;text-align:right;}
.nnews .mc .nright .tab a{font-size:18px;color:#333;margin-left:30px;}
.nnews .mc .nright .tab a.active{font-weight:bold;color:#e94921;}
.nnews .mc .nright .tab a:hover{color:#e94921;}
.nnews .mc .nright .con{margin-top:135px;}
.nnews .mc .nright .con a{display:block;padding-bottom:35px;line-height:20px;overflow:hidden;border-bottom:1px solid #e7e7e7;margin-bottom:38px;}
.nnews .mc .nright .con a:last-child{margin-bottom:0;}
.nnews .mc .nright .con p{float:left;font-size:16px;color:#000;width:calc(100% - 100px)}
.nnews .mc .nright .con span{color:#000;float:right;font-size:16px;}
.nnews .mc .nright .con a:hover p{color:#e94921;}





/*footer*/
.footer{margin-top:90px;margin-bottom:52px;}
.footer .icon{text-align:center;}
.footer .icon .detail{display:inline-block;margin:0 4.1vw;}
.footer .icon .detail .img{width:60px;height:48px;margin:auto;margin-bottom:30px;overflow:hidden;}
.footer .icon .detail .tt{color:#333;font-weight: lighter;}
.footer .icon .detail:hover .tt{color:#999;}
.footer .icon .detail.d2{cursor: url(../images/mouse.png),pointer;}
.footer .icon .d3 .tt{cursor:pointer;}
.footer .icon .d3{position:relative;top:5px;}
.footer .icon .d3 .wx{position:absolute;left:-20px;top:-110px;opacity:0;visibility: hidden;}
.footer .icon .d3:hover .wx{opacity:1;top:-123px;visibility: visible;}
.footer .icon .d3 .im{width:100px;margin:auto;display:block;}
.footer .icon .detail:hover img{opacity: .8;}
.footer_ban{height:84px;line-height:84px;background:#6e6e6e;font-weight:lighter;color:#fff;font-size:13px;text-align: center;}
.footer_ban *{font-weight: lighter;color:#fff;font-size:13px;}



.insidebanner{height:840px;}
.col{line-height: 220%;min-height: 450px;margin-top:90px;}
.col *{max-width: 100%;}
.partner{padding-top: 90px;padding-bottom:90px;background: #f2f2f2;}
.partner *{max-width: 100%;}



.brief{height:809px;background: url(../images/brief_bg.jpg) no-repeat center;overflow: hidden;}
.brief .tt{float:left;width:19.17%;font-size:26px;font-weight: lighter;color:#999;margin-top:3px;}
.brief .des{float:right;width:80.83%;font-size:17px;color:#000;font-weight: lighter;line-height:46px;}
.brief .im{margin-top:105px;}
.brief .words{color:#1b1b1b;font-size:54px;font-weight: lighter;text-align: center;margin-top:30px;}


.manage{margin-top:80px;}
.manage .im{width:84.9%;margin:auto;position:relative;}
.manage .manage_nav{position:absolute;right:5.95%;top:1.38vw;width:12%;}
.manage .manage_nav .list{width:100%;height:2.6vw;line-height:2.6vw;overflow:hidden;display:block;text-align:center;font-size:18px;color:#fff;font-weight:bold;background:#e74820;border-radius:40px;margin-bottom:.96vw;}
.manage .manage_nav .list:hover{background:#ee7443;}
.mmanage{display:none;}



.history{margin-top:90px;margin-bottom: 120px;}
.history .mt{text-align: center;font-weight: bold;color:#343434;font-size:34px;}
.history .line{width:40px;height:2px;background: #e84921;margin:auto;margin-top:20px;}
.history .mc{margin-top:47px;padding-top: 60px;padding-bottom:22px;position: relative;}
.history .mc:before{content:"";position: absolute;height:100%;border-left:1px solid #ebebeb;top:0;left:50%;transform: translateX(-50%);}
.history .mc:after{content:"";position: absolute;width:20px;height:20px;background: url(../images/load-icon.png) no-repeat center;left:50%;transform: translateX(-50%);bottom: -20px;}
.history .mc .words .tleft{width:50%;float:left;text-align: right;padding-right: 55px;font-size:39px;color:#c1c1c1;font-weight: bold;}
.history .mc .words .tleft p{font-size:39px;color:#c1c1c1;font-weight: bold;margin-bottom: 4px;}
.history .mc .words .tright{width:50%;float:right;padding-left: 55px;font-size:39px;color:#e84921;font-weight: bold;}
.history .mc .words .tright p{color:#e84921;font-size:89px;margin:3px 0;margin-left:-3px;}
.history .mc .detail{padding-top: 60px;position: relative;}
.history .mc .detail .list{margin-bottom: 35px;padding-top: 21px;}
.history .mc .detail .dleft{width:50%;float:left;text-align: right;padding-right: 55px;padding-bottom:21px;line-height: 26px;position: relative;}
.history .mc .detail .dleft:after{content:"";position: absolute;width:495px;border-top:1px solid #ebebeb;right:55px;bottom: 0;}
.history .mc .detail .dleft:before{content:"";position: absolute;width:15px;height:15px;background: #dededf;border-radius: 50%;right:-7.5px;top:6px;}
.history .mc .detail .dright{width:50%;float:left;padding-left: 55px;font-size:23px;color:#343434;font-weight: bold;margin-top:1px;}
.history .mc .detail .d1{width:50%;float:left;padding-right: 55px;text-align: right;font-size:23px;color:#343434;font-weight: bold;margin-top:1px;}
.history .mc .detail .d2{width:50%;float:left;padding-left: 55px;padding-bottom:21px;line-height: 26px;position: relative;}
.history .mc .detail .d2:after{content:"";position: absolute;width:495px;border-top:1px solid #ebebeb;left:55px;bottom: 0;}
.history .mc .detail .d2:before{content:"";position: absolute;width:15px;height:15px;background: #dededf;border-radius: 50%;left:-7.5px;top:6px;}
.history .mc .detail .list:hover{background: #e84921;}
.history .mc .detail .list:hover .dleft,.history .mc .detail .list:hover .d2{color:#fff;}
.history .mc .detail .list:hover .dleft:after,.history .mc .detail .list:hover .d2:after{border-top:1px solid #e84921;}
.history .mc .detail .list:hover .dleft:before,.history .mc .detail .list:hover .d2:before{background: #fff;}
.history .mc .detail .list:hover .dright,.history .mc .detail .list:hover .d1{color:#fff;}


.ne_nav{height:198px;padding-top:50px;}
.case_show .ne_nav .detail{float:left;width:14.285%;}
.news_show .ne_nav .detail{float:left;width:25%;}
.honor_show .ne_nav .detail{float:left;width:33.333%;}
.ne_nav .detail{transition: color 0s;}
.ne_nav .detail .img{width:100%;height:56px;}
.ne_nav .detail .img .p2{display: none;}
.ne_nav .detail .title{text-align: center;margin-top:28px;font-size:16px;}
.ne_nav .detail.current .img .p1,.ne_nav .detail:hover .img .p1{display: none;}
.ne_nav .detail.current .img .p2,.ne_nav .detail:hover .img .p2{display: block;}
.ne_nav .detail.current .title{color:#e84921;}


.case_show .mc{background: #f2f2f2;padding: 60px 0;position: relative;}
.case_show .mc .detail{width:86.45vw;margin:auto;}
.case_show .mc .detail .list li{width:31.81%;float:left;position: relative;margin-right:2.285%;margin-bottom:2.3vw;}
.case_show .mc .detail .list li:nth-child(3n){margin-right:0;}
.case_show .mc .detail .list .im{position: relative;height:19.5vw;display: block;}
.case_show .mc .detail .list .im .con{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.4);left:0;top:0;opacity: 0;cursor: pointer;overflow:hidden;}
.case_show .mc .detail .list .im .con .ds{width:80%;margin:auto;position:relative;top:50%;transform:translateY(-50%);}
.case_show .mc .detail .list .im .con p{font-size:26px;color:#fff;}
.case_show .mc .detail .list .im .con .des{color:#fff;line-height:24px;height:120px;overflow:hidden;margin-top:1.5vw;}
.case_show .mc .detail .list .im .con .line{width:28px;height:3px;background:#e84921;display:block;margin-top:2.5vw;}
.case_show .mc .detail .list .im:hover .con{opacity: 1;}
.case_show .mc .detail .list .mtt{text-align:center;color:#333;font-size:16px;line-height:40px;margin-top:10px;}
.case_show .mc .detail .list li:hover .mtt{color:#e84921;}
.case_show .mypage{margin-top:20px;}
.case_show .mypage span,.case_show .mypage a{background:#fff;}


/*.case_show .mc{background: #f2f2f2;padding: 60px 0;position: relative;}
.case_show .mc .detail{width:86.45vw;margin:auto;}
.case_show .mc .detail .list>li{width:28.955vw;float:left;position: relative;}
.case_show .mc .detail .list .im{position: relative;height:19.5vw;display: block;}
.case_show .mc .detail .list .im .con{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.2);left:0;top:0;opacity: 0;cursor: pointer;}
.case_show .mc .detail .list .im .con .des{position: absolute;left:0;bottom: 2.4vw;width:100%;}
.case_show .mc .detail .list .im .con p{width:100%;color:#fff;font-size:1.65vw;padding-left: 2.4vw;font-weight: lighter;margin-bottom: 11px;}
.news_show .mc .detail .list .im .con p{font-size:1.45vw;}
.case_show .mc .detail .list .im .con span{padding-left: 2.4vw;display: block;color:#fff;font-size:.94vw;}
.case_show .mc .detail .list .im:hover .con{opacity: 1;}
.case_show .mc .detail .swiper-button-next{width:26px;height:49px;position: absolute;top:50%;margin-top:-25px;right:2.3%;cursor: pointer;background: url(../images/right.png) no-repeat center;}
.case_show .mc .detail .swiper-button-prev{width:26px;height:49px;position: absolute;top:50%;margin-top:-25px;left:2.3%;cursor: pointer;background: url(../images/left.png) no-repeat center;}
.swiper-container .swiper-wrapper{
    -webkit-transition-timing-function: linear; /
-moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}*/




.honor_show .mc .detail{width:76vw;position: relative;}
.honor_show .mc .detail .list>li{width:24.58vw;margin-right:0.885vw;}
.honor_show .mc .detail .list .img{height:17vw;background: #fff;padding: 10px;overflow: hidden;}
.honor_show .mc .detail .list p{font-size:16px;color:#333;text-align: center;background: #fff;height:3.6vw;line-height: 3.6vw;border-top:1px solid #f5f5f5;padding: 0 8px;}
.honor_show .mc .detail .next{width:30px;height:34px;position: absolute;top:50%;margin-top:-17px;right:-70px;cursor: pointer;background: url(../images/right1.png) no-repeat center;}
.honor_show .mc .detail .prev{width:30px;height:34px;position: absolute;top:50%;margin-top:-17px;left:-70px;cursor: pointer;background: url(../images/left1.png) no-repeat center;}
.honor_show .mc .detail .list a:hover img{transform: scale(1.1);}
.honor_show .mc .detail .list a:hover p{color:#e84921;}



.glory{height:767px;background:url(../images/bg.png) no-repeat center;padding-top:45px;}
.glory .con{min-height:350px;padding-left:80px;}
.glory .list{float:left;width:50%;font-size:20px;color:#333;position:relative;padding-left:45px;height:25px;line-height:25px;margin-bottom:35px;padding-right:30px;font-weight:lighter;}
.glory .list:before{content:"";position:absolute;width:9px;height:9px;background:#6c6c6c;border-radius:50%;left:0;top:8px;}
.glory .list:hover{color:#e54821;text-decoration:underline;}
.glory .mypage span,.glory .mypage a{width:50px;height:50px;color:#333;margin:3px;}
.glory .mypage span.current,.glory .mypage a.current{background:#e54821;}
.glory .cat{padding-left:250px;}
.glory .cat .list{width:100%;font-size:25px;height:30px;line-height:30px;}
.glory .cat .list:before{top:10px;}




.news_list{background:#f2f2f2;padding:42px 7.7%;min-height:450px;}
.news_list .list{float:left;width:31.8%;margin-right:2.3%;margin-bottom:2.5vw;}
.news_list .list:nth-child(3n){margin-right:0;}
.news_list .list .im{height:19vw;overflow:hidden;}
.news_list .list .con{background:#fff;padding:35px 30px;}
.news_list .list .con .tt{font-size:20px;color:#333;}
.news_list .list .con .des{color:#999;font-size:17px;line-height:32px;height:64px;overflow:hidden;margin-top:17px;}
.news_list .list .con .time{color:#999;font-size:17px;padding-top:18px;border-top:1px solid #e2e2e2;margin-top:18px;position:relative;}
.news_list .list .con .time:before{content:"";position:absolute;width:0;border-top:1px solid #e84921;transition:all 0.6s;left:0;top:-1px;}
.news_list .mypage{margin-top:20px;}
.news_list .mypage span,.news_list .mypage a{background:#fff;}
.news_list .list:hover .con .tt{color:#e84921;}
.news_list .list:hover .con .time:before{width:100%;}
.news_list .list:hover .im img{transform:scale(1.1,1.1);}
.son_nav{width:86%;margin:auto;position:relative;margin-bottom:20px;}
.son_nav a{float:left;width:17.36%;height:65px;line-height:65px;overflow:hidden;text-align:center;margin-right:3.3%;font-size:18px;color:#fff;background:#aeaeae;border-radius:40px;margin-bottom:22px;}
.son_nav a:nth-child(5n){margin-right:0;}
.son_nav a:hover,.son_nav a.cur{background:#e6452a;}





/*.serve{background: #f9f9f9;padding-top: 48px;padding-bottom: 60px;}
.serve .item{background: #fff;padding: 36px 28px;}
.serve .item .detail p{padding-left: 36px;line-height: 21px;background: url(../images/icon8.png) no-repeat left center;float:left;font-weight: bold;color:#333;}
.serve .item .detail2 p{background: url(../images/icon9.png) no-repeat left center;}
.serve .item .detail .flter{float:left;margin-left:48px;line-height: 21px;}
.serve .item .detail .flter a{float:left;}
.serve .item .detail .flter span{height:12px;border-left:2px solid #666;float:left;margin:0 18px;margin-top:5px;}
.serve .item .detail .flter span:last-child{display: none;}
.serve .item .line{width:100%;border-top:1px solid #efefef;margin:20px 0;}
.serve ul{margin-top:36px;min-height: 300px;}
.serve ul li{float:left;width:23.63%;}
.serve ul li .im{height:12.1vw;overflow: hidden;}
.serve ul li .con{background: #fff;padding: 20px 30px;}
.serve ul li .con p{font-size:18px;color:#333;line-height: 20px;}*/



.gcjx{margin:auto;margin-top:92px;width:87%;}
.gcjx .list{width:32%;float:left;margin-right:2%;height:14vw;padding-left:3.1vw;padding-top:5.2vw;background:url(../images/honor.jpg) no-repeat center;background-size:cover;}
.gcjx .list:nth-child(3n){margin-right:0;}
.gcjx .list .tt{color:#fff;font-size:42px;font-weight:lighter;}
.gcjx .list .more{margin-top:1.45vw;color:#ffdace;font-size:15px;font-weight:lighter;}
.gcjx .list .more img{margin-left:6px;position:relative;top:-2px;}




.cpbanner{height:930px;overflow: hidden; position: relative;}
.cpbanner .bx-controls-direction{display:none;}
.cpbanner .bx-controls{ position: absolute; left: 0; bottom: 50px; z-index: 100; width: 100%; color: rgba(0,0,0,0);}
.cpbanner .bx-controls .bx-pager{ text-align: center;}
.cpbanner .bx-controls .bx-pager div{ display: inline-block; margin: 0 5px;}
.cpbanner .bx-controls .bx-pager div a{ display: block; width: 15px; height: 15px;border-radius:50%; overflow: hidden; line-height: 50px; background-color:#b3b3b3;}
.cpbanner .bx-controls .bx-pager div a.active{ background-color: #e84921;}
.cpbanner ul li{overflow: hidden;height:930px;}
.cpbanner .cpbox{position:absolute;left:50%;top:0;z-index:95;transform:translateX(-50%);width:86.45vw}
.cpbanner .cpbox .con{width:1000px;margin-top:12vw;background:rgba(0,0,0,0.3);padding:3.1vw 5.2vw;}
.cpbanner .cpbox .con p{color:#fff;font-size:70px;font-weight:lighter;overflow:hidden;}
.cpbanner .cpbox .con .des{font-size:16px;line-height:30px;color:#fff;font-weight:lighter;margin-top:2vw;}
.cp_info .mc .con{float:left;width:63.1%;color:#333;line-height: 30px;}
.cp_info .mc .detail{float:right;width:13.1%;margin-top:8px;}
.cp_info .mc .detail .tab1 .tt{color:#003333;margin-bottom: 10px;}
.cp_info .mc .detail .tab1 .des{color:#003333;line-height: 25px;}
.cp_info .mc .detail .tab2 .tt{color:#cd9371;margin-bottom: 10px;margin-top:25px;padding-bottom: 18px;border-bottom: 1px solid #cd9371;}
.cp_info .mc .detail .tab2 .des{color:#cd9371;line-height: 25px;}
.cp_info .relevant{font-size:50px;color:#333;font-weight: lighter;width:86.45vw;margin:auto;margin-top:67px;}
.cp_info .relevant_pic{margin:auto;margin-top:90px;width:86.45vw;}
.cp_info .relevant_pic .im{float:left;width:33%;margin-right:0.5%;position: relative;overflow: hidden;}
.cp_info .relevant_pic .im:last-child{margin-right:0;}
.cp_info .relevant_pic .im .con{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.2);left:0;top:0;cursor: pointer;}
.cp_info .relevant_pic .im .con .des{position: absolute;left:0;bottom: 2.4vw;width:100%;}
.cp_info .relevant_pic .im .con p{width:100%;color:#fff;font-size:1.65vw;padding-left: 2.4vw;font-weight: lighter;margin-bottom: 11px;}
.cp_info .relevant_pic .im .con p{font-size:1.45vw;}
.cp_info .relevant_pic .im .con span{padding-left: 2.4vw;display: block;color:#fff;font-size:.94vw;}
.cp_info .relevant_pic .im:hover img{transform: scale(1.1);}
.cp_info .cdes{display:none;}




.news_info{background: #f9f9f9;padding-bottom: 60px;padding-top: 60px;}
.news_info .container{background: #fff;}
.news_info .detail{float:left;width:63%;padding:0 1.98vw;padding-bottom:35px;border-right:1px solid #efefef;}
.news_info .detail h2{font-size:27px;color:#003333;font-weight: normal;line-height: 30px;margin-top:50px;}
.news_info .detail h3{font-weight: lighter;font-size:15px;color:#999;margin-top:25px;}
.news_info .detail .con{border-top:1px solid #efefef;margin-top:23px;padding-top: 25px;min-height: 350px;line-height: 220%;}
.news_info .detail .con *{max-width: 100%;}
.news_info .renews{float:right;width:37%;padding:0 1.98vw;}
.news_info .renews .tt{font-size:27px;color:#003333;padding-bottom: 25px;border-bottom: 1px solid #efefef;margin-top:62px;}
.news_info .renews .con a{display: block;padding: 38px 0;border-bottom: 1px solid #efefef;position: relative;}
.news_info .renews .con a:before{content:"";position:absolute;left:0px;bottom:-1px;width:0;border-top:1px solid #003333;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.news_info .renews .con .tit{font-size:20px;color:#003333;line-height: 22px;}
.news_info .renews .con .des{font-size:15px;line-height: 30px;margin-top:22px;height:60px;overflow: hidden;}
.news_info .renews .con .date{color:#999;font-size:15px;margin-top:22px;}
.news_info .renews .con a:hover:before{width:100%;}
.news_info .bottom{border-top:1px solid #dfdfdf;margin-top:80px;padding: 40px 1.98vw;}
.news_info .bottom .orga{float:left;margin-top:4px;}
.news_info .bottom .orga .prev{margin-bottom: 12px;}
.news_info .bottom .orga p{color:#f32222;}
.news_info .bottom .orga p span{color:#666;}
.news_info .bottom .back{float:right;width:158px;height:48px;line-height: 48px;color:#fff;border-radius: 5px;background: #666;text-align: center;transition: all 0.6s;}
.news_info .bottom .back:hover span{margin:0 7px;}




.recruit{min-height: 450px;}
.recruit .search{width:80%;margin:auto;padding:40px 0;overflow:hidden;padding-bottom:25px;}
.recruit .search .detail{float:left;width:calc(100% - 350px);position:relative;padding-left:110px;}
.recruit .search .detail p{position:absolute;font-size:18px;color:#333;font-weight:bold;margin-right:38px;top:3px;left:0;}
.recruit .search .detail a{float:left;font-size:16px;color:#333;height:26px;line-height:24px;padding:0 11px;margin-right:12px;margin-bottom:15px;}
.recruit .search .detail a.active{border:1px solid #e84921;border-radius:5px;color:#e84921;}
.recruit .search .detail a:hover{color:#e84921;}
.recruit .search form{float:right;height:41px;margin-top:13px;}
.recruit .search form input[type="text"]{width:225px;height:41px;border:1px solid #e5e5e5;padding-left:16px;float:left;border-right:none;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.recruit .search form input[type="text"]:focus{border:1px solid #e84921;border-right:none;}
.recruit .search form input[type="submit"]{width:84px;height:41px;background:#e84921;color:#fff;border:none;float:left;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.recruit .mt{height:95px;line-height: 95px;background:#f5f5f5;text-align: center;margin-bottom: 1px;overflow: hidden;}
.recruit .mt .container{width:86%;}
.recruit .mt p{float:left;width:11%;padding: 0 3px;font-size:18px;color:#333;font-weight: bold;}
.recruit .mt p.t1{width:15%;}
.recruit .mt p.t2{width:26%;}
.recruit .mt p.t3{width:15%;}
.recruit .mc .detail{margin-bottom: 1px;background: #f5f5f5;}
.recruit .mc .detail .tab{height:95px;line-height: 95px;text-align: center;overflow: hidden;cursor: pointer;}
.recruit .mc .detail .tab .container{width:86%;}
.recruit .mc .detail .tab p{font-size:17px;float:left;width:11%;padding: 0 3px;}
.recruit .mc .detail .tab p.t1{width:15%;color:#333;}
.recruit .mc .detail .tab p.t2{width:26%;}
.recruit .mc .detail .tab p.t3{width:15%;}
.recruit .mc .detail .tab .btn{width:130px;height:36px;line-height: 34px;display: block;margin:auto;margin-top:30px;font-size:15px;color:#e84921;padding-left: 47px;text-align:left;background: url(../images/icon7.png) no-repeat 17px center;}
.recruit .mc .detail .tab:hover,.recruit .mc .detail .tab.on{background: #e84921;}
.recruit .mc .detail .tab:hover p,.recruit .mc .detail .tab.on p{color:#fff;}
.recruit .mc .detail .tab:hover .btn,.recruit .mc .detail .tab.on .btn{color:#fff;background: url(../images/icon7_hover.png) no-repeat 17px center;}
.recruit .mc .detail .con{display: none;background: #fff;border:5px solid #e84921;}
.recruit .mc .detail .con .container{padding: 50px 2.5vw;padding-bottom: 60px;}
.recruit .mc .detail .con .tt{font-size:20px;color:#343434;font-weight: bold;}
.recruit .mc .detail .con .des{font-size:16px;line-height: 30px;margin-top:26px;margin-bottom: 40px;}
.recruit .mc .detail .con form{margin-top:25px;width:965px;}
.recruit .mc .detail .con form .form-text{margin-bottom: 20px;}
.recruit .mc .detail .con form .form-text .text{width:307px;float:left;height:60px;position: relative;overflow:hidden;margin-right:22px;}
.recruit .mc .detail .con form .form-text .text:last-child{margin-right:0;}
.recruit .mc .detail .con form .form-text .text span{position: absolute;left:27px;line-height: 60px;font-size:16px;}
.recruit .mc .detail .con form .form-text .text input{width:100%;border:none;height:60px;padding-left: 84px;padding-right:10px;font-size:16px;background:#f2f2f2;border-radius: 5px;}
.recruit .mc .detail .con form .form-text .text input:focus{border:1px solid #e84921;}
.recruit .mc .detail .con form .form-text .text1 input{padding-left: 118px;}
.recruit .mc .detail .con form .textarea{width:100%;height:187px;position: relative;}
.recruit .mc .detail .con form .textarea span{position: absolute;left:27px;top:22px;font-size:16px;}
.recruit .mc .detail .con form .textarea textarea{width:100%;height:100%;resize: none;font-size:16px;border:1px solid #eaeaea;background: #f2f2f2;border-radius: 5px;padding: 22px 27px;padding-left: 118px;}
.recruit .mc .detail .con form .textarea textarea:focus{border:1px solid #e84921;}
.recruit .mc .detail .con form .tips{margin-top:30px;font-size:16px;}
.recruit .mc .detail .con form .tips span{color:#f13636;}
.recruit .mc .detail .con form .tp{margin-top:25px;font-size:15px;color:#f13636;}
.recruit .mc .detail .con form .file{margin-top:25px;}
.recruit .mc .detail .con form .file input{display: none;}
.recruit .mc .detail .con form .file .file_box{width:120px;height:36px;line-height: 34px;border:1px solid #d5d5d5;cursor:pointer;background: #e8e8e8;border-radius: 5px;text-align: center;font-size:16px;color:#333;float:left;}
.recruit .mc .detail .con form .file_name{font-size:16px;color:#333;line-height: 36px;margin-left:20px;float:left;}
.recruit .mc .detail .con form .submit{width:330px;height:50px;background: #e84921;color:#fff;font-size:16px;border:none;margin-top:40px;border-radius: 5px;cursor: pointer;}




.contact{margin-top:80px;}
.contact .list{float:left;width:32.76%;background:#f5f5f5;height:180px;margin-right:0.86%;margin-bottom: 12px;overflow: hidden;}
.contact .list:nth-child(3n){margin-right:0;}
.contact .list:last-child{width:66.38%;margin-right:0;}
.contact .list .img{width:150px;height:100%;float:left;}
.contact .list .tt{float:left;width:calc(100% - 150px);height:100%;display: flex;align-items: center;padding-right: 15px;}
.contact .list .tt p{color:#000;font-size:22px;font-weight: lighter;line-height: 32px;word-break: break-all;}
.contact form{margin-top:63px;}
.contact form .form-text{margin-bottom: 48px;}
.contact form .form-text .text{width:48.138%;float:left;height:106px;position: relative;background: #fff;}
.contact form .form-text .text:nth-child(2n){float:right;}
.contact form .form-text .text span{position: absolute;left:46px;line-height: 106px;font-size:24px;}
.contact form .form-text .text input{width:100%;border:1px solid #eaeaea;height:106px;padding-left: 178px;padding-right: 10px;font-size:24px;}
.contact form .form-text .text input:focus{border:1px solid #e84921;}
.contact form .textarea{width:100%;height:320px;position: relative;background: #fff;}
.contact form .textarea span{position: absolute;left:46px;top:42px;font-size:24px;}
.contact form .textarea textarea{border:1px solid #eaeaea;width:100%;height:100%;resize: none;font-size:24px;padding: 38px 23px;padding-left: 178px;line-height: 30px;}
.contact form .textarea textarea:focus{border:1px solid #e84921;}
.contact form .submit{width:425px;height:65px;background: #5d5d5d;color:#fff;font-size:18px;border:none;margin-top:50px;cursor: pointer;}
.contact .mp{margin-top:85px;}
.contact .mp #allmap{width:100%;height:650px;}
.region{margin-top:80px;}
.region .list{float:left;width:32.76%;background:#f5f5f5;height:170px;margin-right:0.86%;margin-bottom: 12px;overflow: hidden;padding-left:46px;padding-right:15px;}
.region .list:nth-child(3n){margin-right:0;}
.region .list .tt{font-size:26px;font-weight:lighter;color:#000;margin-top:36px;margin-bottom:25px;}
.region .list .detail{float:left;width:50%;}
.region .list .detail .t1{font-size:18px;font-weight:lighter;padding-left:23px;margin-bottom:13px;background:url(../images/icon12.png) no-repeat 1px center;}
.region .list .detail .t2{font-size:18px;font-weight:lighter;padding-left:23px;margin-bottom:13px;background:url(../images/icon11.png) no-repeat 2px center;}






.mypage{
    text-align: center;
    width:100%;
    margin-top:40px;
    overflow:hidden;
}
.mypage	span,.mypage a{
    display: inline-block;
    vertical-align: top;
    color: #999;
    width:47px;
    height:47px;
    line-height: 47px;
    background: #f9f9f9;
    margin: 2px;
    font-size:16px;
}
.mypage	span.current,.mypage a.current{
    background: #727272;
    color: #fff;
}






/*响应式设计*/
.mtop{display:none;}
.footer_ban .mfban{display:none;}
#leftcontrol{display: none;}
.brief .mwords{display: none;}
.mrecruit_img{display:none;}
.renav{display:none;}
.h_show{display:none;}


@media only screen and (max-width: 1376px) and (min-width:950px){
    .top .tab{padding-left: 100px;}
	.nabout .box .mt{font-size:30px;}
	.nabout .box .mc{font-size:14px;}
	.nabout .box .tab .item span{font-size:50px;}
	.nabout .box .tab p{font-size:15px;}
	.nnews .mc .nright .tab a{font-size:16px;margin-left:20px;}
}
@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%;}
	.h_show{display:block;}
	.gcjx{display:none;}


    .top{display:none;}
    .mtop{display:block;width:100%;height:56px;padding:0 15px;position:relative;background: #fff;box-shadow: 0 2px 2px 0 rgba(0,0,0,.1);}
    .mtop .mlogo img{margin-top:13px;}

	
    .indexbanner{height:190px;display:block}
    .indexbanner ul li{height:190px;}
    .indexbanner .bx-controls{bottom: 15px;}
    .indexbanner .bx-controls .bx-pager div{margin:0 4px;}
    .indexbanner .bx-controls .bx-pager div a{width:11px;height:11px;}
    .indexbanner ul li p{margin-top:55px;font-size:18px;}


    .welcome .pic{display: block;}
    .welcome .pic img{height:80px;}
    .welcome .tt{display: block;margin-top:10px;width:auto;}
    .welcome .tt img{height:50px;}

	
	.nabout{display:none;}
	.nnews{display:none;}
    .indexbox{margin-top:25px;display:block;}
    .indexbox .mt{padding-bottom: 10px;}
    .indexbox .mt p{font-size:20px;}
    .indexbox .mt span{font-size:16px;}
    .indexbox .mc{margin-top:10px;}
    .about{width:100%;float:none;}
    .about .mc{padding-right: 0;}
    .about .mc .con{width:100%;float:none;padding-right: 0;}
    .about .mc .con .des{font-size:14px;height:auto;}
    .about .mc .con .more{margin-top:10px;padding-bottom: 10px;}
    .about .mc .pic{float:none;width:100%;margin-top:15px;}
    .about .mc .pic .bx-pager{bottom:-25px;}
    .about .mc .pic .bx-pager .bx-pager-item a{margin:0 4px;width:11px;height:11px;}
	.about .mc .video{float:none;width:100%;margin-top:15px;}
	.about .mc .video iframe{height:210px;}
    .news{width:100%;float:none;margin-top:35px;}
    .news .mc .con{height:auto;}
    .news .mc .con .list{margin-bottom: 16px;}
    .news .mc .more{padding-bottom: 10px;margin-top:20px;}



    .footer{margin-top:35px;margin-bottom: 3px;}
    .footer .icon .detail{float:left;margin:0;width:50%;margin-bottom: 23px;}
    .footer .icon .detail .img{margin-bottom: 12px;width:50px;height:40px;}
    .footer .icon .d3 .wx{left:50%;transform: translateX(-50%);}
	.footer .icon .d3{top:0;}
	.footer .icon .d3 .im{width:70px;}
    .footer_ban{height:auto;line-height: 25px;padding: 12px 0;}
    .footer_ban .fban{display: none;}
    .footer_ban .mfban{display: block;}
    .footer_ban *{font-size:11px;}





    .insidebanner{height:190px;}
    .col{margin-top:25px;min-height: 200px;}
	.brief{height:auto;padding-bottom:50px;}
	
	.mmanage{display:block;margin-top:30px;}
	.manage{display:none;}
	.mmanage .manage_nav{width:97%;margin:auto;}
	.mmanage .manage_nav .list{width:24.25%;height:30px;line-height:30px;font-weight:bold!important;float:left;text-align:center;border-radius:20px;margin-bottom:6px;font-size:10px;margin-right:1%;background:#e74820;color:#fff;}
	.mmanage .manage_nav .list:nth-child(4n){margin-right:0;}
	
	
	.glory{height:auto;padding-top:25px;padding-bottom:13px;}
	.glory .cat{padding-left:0;}
	.glory .cat .list{font-size:14px;height:20px;line-height:20px;margin-bottom:12px;padding-left:15px;padding-right:10px;}
	.glory .cat .list:before{width:7px;height:7px;top:7px;}
	.glory .con{padding-left:0;}
	.glory .list{width:100%;font-size:14px;height:20px;line-height:20px;margin-bottom:12px;padding-left:15px;padding-right:10px;}
	.glory .list:before{width:7px;height:7px;top:7px;}
	.glory .mypage{margin-top:0;}


    .brief .tt{float:none;width:100%;margin-top:0;font-size:20px;}
    .brief .des{float:none;width:100%;font-size:14px;margin-top:15px;line-height: 200%;}
    .brief .im{margin-top:30px;margin-bottom: 50px;}
    .brief .words{display: none;}
    .brief .mwords{font-size:24px;margin-top:60px;display: block;color: #1b1b1b;text-align: center;}


    .history{margin-top:25px;margin-bottom: 60px;}
    .history .mt{font-size:20px;font-weight: bold!important;}
    .history .line{width:30px;margin-top:10px;}
    .history .mc{margin-top:25px;padding:0 6px;padding-top: 25px;padding-bottom: 10px;}
    .history .mc .words .tleft{padding-right: 15px;font-size:19px;font-weight: bold!important;}
    .history .mc .words .tleft p{font-size:19px;font-weight: bold!important;}
    .history .mc .words .tright{padding-left: 15px;font-size:19px;font-weight: bold!important;}
    .history .mc .words .tright p{font-size:35px;margin-left: -1px;}
    .history .mc .detail{padding-top: 15px;}
    .history .mc .detail .list{padding-top: 9px;margin-bottom: 16px;}
    .history .mc .detail .dleft{padding-right: 15px;font-size:12px;padding-bottom:10px;line-height: 24px;}
    .history .mc .detail .dleft:after{width:calc(100% - 15px);right:15px;}
    .history .mc .detail .dleft:before{width:12px;height:12px;right:-6px;top:7px;}
    .history .mc .detail .dright{padding-left: 15px;font-size:18px;font-weight: bold!important;margin-top:4px;}
    .history .mc .detail .d1{padding-right: 15px;font-size:18px;font-weight: bold!important;margin-top:4px;}
    .history .mc .detail .d2{padding-left:15px;padding-bottom: 10px;line-height: 24px;font-size:12px;}
    .history .mc .detail .d2:after{width:calc(100% - 15px);left:15px;}
    .history .mc .detail .d2:before{width:12px;height:12px;top:7px;left:-6px;}


    .contact{margin-top:25px;}
    .contact .list{width:49%;margin-right:2%;height:70px;margin-bottom: 8px;}
    .contact .list:nth-child(2n){margin-right:0;}
    .contact .list:nth-child(3){margin-right:2%;}
    .contact .list:last-child{width:100%;}
    .contact .list .img{width:52px;padding:12px;}
    .contact .list .tt{width: calc(100% - 52px);padding-right: 5px;}
    .contact .list .tt p{font-size:14px;line-height: 20px;}
    .contact form{margin-top:20px;}
    .contact form .form-text{margin-bottom: 0;}
    .contact form .form-text .text{width:100%;float:none;height:50px;margin-bottom: 13px;}
    .contact form .form-text .text span{font-size:14px;line-height: 50px;left:10px;}
    .contact form .form-text .text input{padding-left: 80px;height:50px;font-size:14px;}
    .contact form .textarea{height:150px;}
    .contact form .textarea span{font-size:14px;left:10px;top:15px;z-index: 10;}
    .contact form .textarea textarea{font-size:14px;line-height: 23px;padding:10px;padding-left: 80px;}
    .contact form .submit{height:50px;width:100%;margin-top:20px;font-size:16px;}
    .contact .mp{margin-top:30px;}
    .contact .mp #allmap{height:300px;}

	
	.recruit_img{display:none;}
	.mrecruit_img{display:block;}
	.renav{display:block;text-align:center;height:45px;line-height:45px;border-bottom:1px solid #efefef;}
	.renav a{font-size:16px;margin:0 16px;}
	.renav a.active{color:#e84921;}
    .recruit{min-height: 250px;}
    .recruit .rbox{overflow: auto;}
    .recruit .mt{height:50px;line-height: 50px;width: 200%;}
    .recruit .mt .container{padding: 0 10px;width:100%;}
    .recruit .mt p{font-size:14px;font-weight: bold!important;}
    .recruit .mc{width:200%;}
    .recruit .mc .detail .tab{height:50px;line-height: 50px;}
    .recruit .mc .detail .tab .container{padding: 0 10px;width: 100%;}
    .recruit .mc .detail .tab p{font-size:13px;}
    .recruit .mc .detail .tab .btn{font-size:13px;margin-top:8px;width:100%;padding-left: 37px;background: url(../images/icon7.png) no-repeat 10px center;}
    .recruit .mc .detail .tab .btn:hover{background: url(../images/icon7_hover.png) no-repeat 10px center;}
    .recruit .mc .detail .con{border:3px solid #e84921;}
    .recruit .mc .detail .con .container{padding: 25px 60px;padding-bottom: 30px;}
    .recruit .mc .detail .con .tt{font-size:16px!important;font-weight: bold!important;}
    .recruit .mc .detail .con .des{font-size:14px;margin-top:10px;margin-bottom: 20px;line-height: 26px;}
    .recruit .mc .detail .con form{margin-top:20px;width:85%;}
    .recruit .mc .detail .con form .form-text{margin-bottom: 0;}
    .recruit .mc .detail .con form .form-text .text{width:48%;margin-right:4%;height:50px;margin-bottom: 15px;}
    .recruit .mc .detail .con form .form-text .text:nth-child(2){margin-right:0;}
    .recruit .mc .detail .con form .form-text .text input{height:50px;font-size:14px;padding-left: 60px;}
    .recruit .mc .detail .con form .form-text .text span{line-height: 50px;font-size:14px;left:15px;}
    .recruit .mc .detail .con form .form-text .text1 input{padding-left: 86px;}
    .recruit .mc .detail .con form .textarea{height:150px;}
    .recruit .mc .detail .con form .textarea span{font-size:14px;left:15px;top:15px;}
    .recruit .mc .detail .con form .textarea textarea{font-size:14px;padding: 10px 15px;padding-left: 86px;line-height: 23px;}
    .recruit .mc .detail .con form .tips{font-size:14px;margin-top:15px;line-height: 25px;}
    .recruit .mc .detail .con form .tp{font-size:14px;margin-top:15px;}
    .recruit .mc .detail .con form .file{margin-top:15px;}
    .recruit .mc .detail .con form .file .file_box{width:100px;height:30px;line-height: 28px;font-size:14px;}
    .recruit .mc .detail .con form .file_name{line-height: 30px;font-size:14px;margin-left:10px;}
    .recruit .mc .detail .con form .submit{margin-top:25px;font-size:15px;width:50%;}
	.recruit .search{width:100%;padding:15px 10px;}
	.recruit .search .detail{width:100%;padding-left:0;float:none;}
	.recruit .search .detail p{position:static;margin-right:0;font-weight:bold!important;font-size:16px;margin-bottom:15px;}
	.recruit .search .detail a{font-size:14px;padding:0 8px;margin-bottom:8px;height:24px;line-height:22px;}
	.recruit .search form{float:none;margin-top:5px;height:35px;}
	.recruit .search form input[type="text"]{width:180px;height:35px;line-height:33px;border-top-right-radius:0;border-bottom-right-radius:0;}
	.recruit .search form input[type="submit"]{height:35px;width:75px;border-top-left-radius:0;border-bottom-left-radius:0;}
	
	
	.region{margin-top:25px;}
	.region .list{width:100%;padding-left:15px;padding-right:10px;height:130px;overflow:hidden;margin-bottom:8px;}
	.region .list:nth-child(3n){margin-right:0;}
	.region .list .tt{font-size:20px;margin-top:22px;margin-bottom:17px;}
	.region .list .detail .t1{font-size:16px;line-height:18px;line-height:18px;padding-left:20px;margin-bottom:11px;}
	.region .list .detail .t2{font-size:16px;line-height:18px;line-height:18px;padding-left:20px;}
	


    .ne_nav{height:auto;padding-top: 20px;}
    .ne_nav .detail{margin-bottom: 20px;}
    .ne_nav .detail .img{height:40px;}
    .ne_nav .detail .title{font-size:15px;margin-top:10px;}
    .case_show .ne_nav .detail{width:33.3333%;}
    .case_show .mc{padding: 20px 0;}
	.case_show .mc .detail{width:93%;}
    .case_show .mc .detail .list > li{width:48%;margin-right:4%;}
	.case_show .mc .detail .list > li:nth-child(3n){margin-right:4%;}
	.case_show .mc .detail .list > li:nth-child(2n){margin-right:0;}
    .case_show .mc .detail .list .im{height:30vw;}
    .case_show .mc .detail .list .im .con .des{display:none}
	.case_show .mc .detail .list .im .con p{font-size:16px;}
    .case_show .mc .detail .list .im .con .line{display:none}
    .news_show .container{width:100%;}
    .honor_show .mc .detail{width:86.45vw;}
    .honor_show .mc .detail .list .img{height:120px;}
    .honor_show .mc .detail .list p{height:40px;line-height: 40px;font-size:14px;}
    .honor_show .mc .detail .next{right:-22px;}
    .honor_show .mc .detail .prev{left:-22px;}


    .cpbanner{height:190px;}
    .cpbanner ul li{height:190px;}
	.cpbanner .cpbox .con{width:80%;}
	.cpbanner .cpbox .con p{font-size:18px;}
	.cpbanner .cpbox .con .des{display:none;}
	.cpbanner .bx-controls{bottom:20px;}
    .cp_info{margin-top:22px;}
    .cp_info .mc .con{width:100%;float:none;line-height: 26px;}
    .cp_info .mc .detail{width:100%;float:none;margin-top:20px;}
    .cp_info .mc .detail .tab2 .tt{margin-top:20px;padding-bottom: 15px;}
	.cp_info .relevant{margin-top:20px;font-size:18px;width:94%;}
    .cp_info .relevant_pic{margin-top:15px;width:94%;}
    .cp_info .relevant_pic .im{width:49%;margin-right:2%;}
    .cp_info .relevant_pic .im:nth-child(2){margin-right:0;}
    .cp_info .relevant_pic .im:last-child{display: none;}
    .cp_info .relevant_pic .im .con p{font-size:14px;margin-bottom: 6px;}
    .cp_info .relevant_pic .im .con span{font-size:13px;}
	.cp_info .cdes{display:block;width:94%;margin:auto;color:#333;line-height:2;}

	
	.news_show .ne_nav .detail{width:25%;}
	.news_list{padding:25px 2%;min-height:300px;}
	.news_list .list{width:49%;margin-right:2%;}
	.news_list .list:nth-child(3n){margin-right:2%;}
	.news_list .list:nth-child(2n){margin-right:0;}
	.news_list .list .im{height:35vw;}
	.news_list .list .con{padding:13px 6px;}
	.news_list .list .con .tt{font-size:14px;}
	.news_list .list .con .des{font-size:12px;margin-top:6px;line-height:20px;height:40px;}
	.news_list .list .con .time{font-size:14px;margin-top:8px;padding-top:8px;}
    .news_info{background: #fff;padding:15px 0;border-top:1px solid #efefef;}
    .news_info .detail{float:none;width:100%;padding: 0;border:none;}
    .news_info .detail h2{margin-top:0;font-size:18px;line-height: 26px;}
    .news_info .detail h3{margin-top:7px;font-size:13px;}
    .news_info .detail .con{margin-top:15px;padding-top:15px;line-height: 200%;}
    .news_info .renews{display: none;}
    .news_info .bottom{margin-top:20px;padding: 20px 0;padding-bottom: 0;}
    .news_info .bottom .back{display: none;}
    .news_info .bottom .orga p{line-height: 25px;}
	.son_nav{width:100%;margin-bottom:15px;}
	.son_nav a{width:19.2%;height:30px;line-height:30px;margin-bottom:6px;font-size:8px;margin-right:1%;}


    .mypage{margin-top:25px;}
    .mypage span, .mypage a{width:35px;height:35px;line-height: 35px;font-size:15px;}


    html,html body {
        width: 100%;
        height:100%;
        background: #fff!important;
    }
    body.open {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .imgcw {
        margin: 0 auto;
        display: block;
        float: none;
        max-width: 100%;
        height: auto
    }

    html .scrollView {
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100% - 48px);
        height: -webkit-calc(100% - 48px);
    }
    .articlehead .scrollView{
        height: 100%;
    }

    .transform {
        transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
        -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    }


    #sitecontent,#sitecontent1{
        background: #fff;
        z-index: 1;
        position: relative;
        height: 100%;
        padding-top:0;
        box-shadow:0px 0px 20px rgba(0, 0, 0, 0.1)
    }
    body.open #sitecontent,body.open #sitecontent1{
        transform: translate3d(-276px,0,0);
        -webkit-transform: translate3d(-276px,0,0);
    }
    #header{
        width: 100%;
        height: 60px;
    }
    #header .btn {
        padding: 10px 15px;
        background: rgba(0,0,0,0);
        margin-top:5px;
    }
    .lcbody {
        width: 30px;
        height: 30px;
        position: relative;
        transform: translateZ(0px) rotate(0deg);
        transition: transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99);
    }
    .lcitem {
        position: absolute;
        left: 0;
        top: 0;
        transform: translateZ(0px) rotate(0deg);
        transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
        -webkit-transform: translateZ(0px) rotate(0deg);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s;
        width: 30px;
        height: 30px;
    }
    .lcitem .rect {
        width: 30px;
        height: 2px;
        background: #333;
        position: absolute;
        left: 0;
        top: 14px;
        transition: transform 0.2s ease 0.2s;
        -webkit-transition: -webkit-transform 0.2s ease 0.2s;
    }
    .lcitem .rect.topf {
        transform: translate3d(0px, -6px, 0px);
        -webkit-transform: translate3d(0px, -6px, 0px);
    }
    .lcitem .rect.bottom {
        transform: translate3d(0px, 6px, 0px);
        -webkit-transform: translate3d(0px, 6px, 0px);
    }


    #openlc{
        position: absolute;
        top:13px;
        right:15px;
    }
    #leftcontrol {
        opacity: 0;
        width: 276px;
        height: 100%;
        background: #20201f;
        position: fixed;
        top:0;
        right: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch;
        display: block;
        padding-top: 56px;
    }
    body.open #leftcontrol {
        opacity: 1;
    }
    #leftcontrol >ul {
        padding-top: 0px;
    }
    #leftcontrol ul li {
        display: block;
        min-height: 47px;
        font-size: 1.3rem;
        width: 100%;
        border-top: 1px solid #555;
    }
    #leftcontrol ul li.mst{
        border-bottom: 1px solid #555;
    }
    #leftcontrol ul li.mst svg{
        margin-right:12px;
        position: relative;
        top:4px;
    }
    #leftcontrol ul li a {
        display: block;
        color: #fff;
        padding: 0 21px;
        font-family: "HELVETICANEUELTPRO-THEX";
        height: 47px;
        line-height: 47px;
        font-size:13px;
    }
    #leftcontrol ul li a span{
        display: inline-block;
    }
    #leftcontrol ul li a span.circle {
        border: #D8D8D8 1px solid;
        border-radius: 5px;
        width: 8px;
        height: 8px;
        background-color: transparent;
        margin-right: 20px;
        position: relative;
        top: 1px;
    }
    #leftcontrol ul li a span.more {
        width: 12px;
        height: 12px;
        position: relative;
        float: right;
        top: 20px;
    }
    #leftcontrol ul li a span.more span {
        background: #474747;
        position: absolute;
    }
    #leftcontrol ul li a span.more span.h{
        width: 12px;
        height: 2px;
        transform: translate3d(0,5px,0);
        -webkit-transform: translate3d(0,5px,0);
    }
    #leftcontrol ul li a span.more span.v {
        transform: rotate3d(0,0,1,90deg) translate3d(5px,0,0);
        -webkit-transform: rotate3d(0,0,1,90deg) translate3d(5px,0,0);
    }
    #leftcontrol > ul > li.active a {
        background: #333;
        color: #fff;
    }
    #leftcontrol ul li.active a span.circle {
        border-color: #fff;
        background-color: #fff;
        margin-right: 20px;
    }
    #leftcontrol ul li.active a span.more span.v {
        transform: rotate3d(0,0,0,0) translate3d(0,5px,0);
        -webkit-transform: rotate3d(0,0,0,0) translate3d(0,5px,0);
    }
    #leftcontrol ul li .subnav {
        height: 0;
        overflow: hidden;
    }
    #leftcontrol ul.subnav li a {
        background: #222;
        color: #fff;
    }
    #leftcontrol ul.subnav li a i {
        color: #B4B4B4;
        margin-right: 20px;
        margin-left:3px;
        width:6px;
    }
    #leftcontrol ul.subnav li a.active{
        background: #111;
        color: #fff;
    }
    #leftcontrol ul li .hassub i{
        float:right;
        margin-top:16px;
        margin-right:20px;
        font-size:16px;
    }
    #leftcontrol ul li.active .hassub i{
        transform: rotate(180deg);
    }
    body.open .lcbody {
        transform: translateZ(0px) rotate(90deg);
        -webkit-transform: translateZ(0px) rotate(90deg);
    }
    body.open .lcitem {
        transform: translateZ(0px) rotate(45deg);
        transition: transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
        -webkit-transform: translateZ(0px) rotate(45deg);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0.2s;
    }
    body.open .lcitem.bottom {
        transform: translateZ(0px) rotate(-45deg);
        -webkit-transform: translateZ(0px) rotate(-45deg);
    }

    body.open .lcitem .rect {
        transition: transform 0.2s ease 0s;
        transform: translate3d(0px, 0px, 0px);
        -webkit-transition: -webkit-transform 0.2s ease 0s;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }
    #rightcontrol {
        width: 100%;
        height: 100%;
        background: #fafafa;
        position: fixed;
        top: 0;
        z-index: -1;
    }
    .scoll{
        overflow-x: hidden;
        overflow-y: auto;
        height: calc(100% - 56px);
        height: -webkit-calc(100% - 56px);
    }



}















