
@font-face {
  font-family: 'iconfont';
  src: url('iconfont.ttf') format('truetype');
}
html{height:100%;overflow-x:hidden;width:100%;margin: 0;padding: 0;}
body,input,textarea,label{font:14px/1.8 'Microsoft YaHei',Arial, Helvetica,sans-serif;}
img {margin:0px 0px; padding:0px 0px; border:0px; outline: none;-webkit-user-select: none; -webkit-text-size-adjust: none; }  
ul,li{padding:0;margin:0;list-style:none;}
a{color:#444;font-size:15px;}
p{line-height:1.5;}
.iconfont{font-family:"iconfont";font-size:16px;font-style:normal;}
.mt15{margin-top:15px;}
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}
.hidden{display:none;}
.mui-scrollbar-indicator{border:0;}
.hidden-scroll{height:100%;overflow:hidden;}
.graybg{background-color:#efeff4 !important;padding-bottom:0 !important;}
.logo{width:100%; max-height:133px; overflow:hidden;background-color:#fff; margin-top:49px;}
.logo img{ max-width:100%;}




/* 消息框  */
.alert{padding:8px 35px 8px 14px;height:43px;opacity:1;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;transition:height 300ms,opacity 300ms,padding 300ms,margin-bottom 300ms;}
.alert,.alert h4{color:#c09853;}
.alert h4{margin:0;}
.alert .close{position:relative;top:-2px;right:-21px;line-height:20px;}
.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}
.alert-success h4{color:#468847;}
.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}
.alert-danger h4,.alert-error h4{color:#b94a48;}
.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1;}
.alert-info h4{color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block>p,.alert-block>ul{margin-bottom:0;}
.alert-block p+p{margin-top:5px;}
.alert.hide{height:0;opacity:0;padding:0 35px 0 14px;margin-bottom:0;}

body{font-size:14px;overflow-x:hidden;min-width:320px;margin-left:auto;margin-right:auto;position:relative;}

.mui-bar{height:60px; background-color:#ffffff;background-size:contain;box-shadow:none;transition:left 300ms,right 300ms; border-bottom:1px solid #e2e2e2;}
.mui-bar .mui-title{left:15px;right:55px;line-height:60px;}
.mui-logo{ margin:5px auto;}
.mui-bar input[type=search]{color:#fff;height:32px;line-height:15px;font-size:15px;}
.mui-bar input[type=search]::-webkit-input-placeholder {color:#fff;line-height:20px;} 
.mui-bar .mui-input-clear{ margin-top:10px;}
.mui-pull-left,
.mui-pull-right{color:#FE7100;padding-top:10px !important;}
.mui-pull-right{margin-right:-5px !important;}
.mui-bar .mui-icon:active{color:#FE7100;}
.mui-slider-indicator .mui-indicator{width:8px;height:8px;background:#fff;margin:1px 10px 1px 0;}
.mui-slider-indicator{background:green; filter:alpha(opacity=25); 
-moz-opacity:0.25; 
opacity:0.25;
bottom:0px;
line-height:30px;}
.mui-slider-indicator .mui-active.mui-indicator{background:#085226;opacity:1;-moz-opacity:1;filter:alpha(opacity=100);  }
.mui-slider-title{background:rgba(2,123,116,.8);color:#fff;opacity:1;}




.main{width:100%;background-color:#efeff4;position:relative;z-index:2;margin-left:0;transition:margin-left 300ms;margin-bottom:50px;}
.hidden-scroll #main{height:100%;overflow:hidden;}
.backdrop{display:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:998;background:rgba(0,0,0,.4);}
.main.slide-left{margin-left:-60%;}
.slide-left .mui-bar{left:-60%;right:60%;}
.hidden-scroll .mui-off-canvas-right{margin-right:0;}

/*右侧导航*/
.mui-off-canvas-right{background:#39424b;width:60%;visibility:visible;z-index:0;margin-right:-60%;transition:margin-right 300ms;}
.phone_header{
 padding: 0.8em 0 0 6.25%;
 height: 49px;
 position: relative;
 background: #39424b;
}
.phone_header h3 a{
 font-size: 1.6rem;
 font-weight: bold;
 font-family: "Lora", serif;
 text-transform: uppercase;
 color: #fff;
}
.close_btn{
 position: absolute;
 height: 44px;
 width: 44px;
 right: 6.25%;
 top: 50%;
 bottom: auto;
 -webkit-transform: translateY(-50%);
 -moz-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -o-transform: translateY(-50%);
 transform: translateY(-50%);
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
 -webkit-transition: opacity 0.2s;
 -moz-transition: opacity 0.2s;
 transition: opacity 0.2s; 
}
.close_btn:after,.close_btn:before {
 content: '';
 position: absolute;
 height: 3px;
 width: 32px;
 left: 50%;
 top: 50%;
 background-color: #fff;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
}
.close_btn:after {
 -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
 -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
 -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
 -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
 transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.close_btn:before {
 -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
 -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
 -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
 -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
 transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.nav{ background: #39424b;}
.nav li i{margin-right:10px;}
.nav .mui-table-view-inverted{background:none;}
.nav .mui-table-view-inverted .mui-table-view-cell{padding-left:20px;}
.nav .mui-table-view-inverted .mui-table-view-cell:after{background:#fff;left:0px;}
.nav .mui-table-view{background:none;}
.nav .mui-table-view-inverted .mui-table-view-cell.mui-active{background:#656c73;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.nav .mui-table-view-cell.mui-collapse .mui-table-view .mui-table-view-cell:after{background:#e2e2e2;}
.nav .mui-table-view-inverted:before,.nav .mui-table-view-inverted:after{display:none;}

/*右侧导航 结束*/

.slider2 span { line-height:35px; padding:5px 10px; margin-right:3px; background-color: #F0EEEF;}
.slider2 span a{color:#8F8D8E;margin-top:10px;}
.mui-segmented-control{border:1px solid #c8c7cc;}
.mui-segmented-control .mui-control-item.mui-active {background-color: #085226;color: #FFF;}
.mui-segmented-control .mui-control-item{border-left: 1px solid #c8c7cc;color: #444;}
.mui-segmented-control .control-h2{color:#383838;font-size:16px;font-weight:normal;line-height:40px;padding-left:15px;}
/*.mui-segmented-control .control-h2:before{display:inline-block;content:'';width:6px;height:16px;border-radius:3px;background:#ff7000;vertical-align:middle;margin-top:-2px;margin-right:5px;}*/

.mui-bar-nav~.mui-content{padding-top:0;}
.mui-grid-view.mui-grid-9{background:#fff;border:none;}
.mui-col-xs-4{width:25%;}
.mui-col-xs-5{width:33.33333333%;}
.mui-col-xs-6{width:50%;}
ul.mui-table-view.mui-grid-view.mui-grid-9{margin-top:0;padding:0px;background:url(../images/ico_bg.jpg) no-repeat;filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;}
.mui-grid-view.mui-grid-9 .mui-table-view-cell{border:none;padding:20px auto;}
.service-ico li span,.service-ico li em{display:block;}
.service-ico li span{width:106px;height:82px;line-height:50px;text-align:center;border-radius:50%;font-family:"iconfont";font-size:34px;color:#fff;margin:auto;/*background:url(../images/service-bg.png); background-color:#39424b;*/}
.service-ico li em{font-style:normal;font-size:14px;margin-top:5px;color:#333;}
/*.service-ico li:nth-child(1) span:before{content:"\e608";}*/
.service-ico li:nth-child(2) span{background-position-x:-75%;}
/*.service-ico li:nth-child(2) span:before{content:"\e606";}*/
.service-ico li:nth-child(3) span{background-position-x:-50%;}
/*.service-ico li:nth-child(3) span:before{content:"\e602";}*/
.service-ico li:nth-child(4) span{background-position-x:-25%;}
/*.service-ico li:nth-child(4) span:before{content:"\e609";}*/
.service-ico li:nth-child(5) span{background-position-x:0;}
/*.service-ico li:nth-child(5) span:before{content:"\e60d";}*/
.service-ico li:nth-child(6) span{background-position-x:-75%;}
/*.service-ico li:nth-child(6) span:before{content:"\e605";}*/
.service-ico li:nth-child(7) span{background-position-x:-50%;}
/*.service-ico li:nth-child(7) span:before{content:"\e603";}*/
.service-ico li:nth-child(8) span{background-position-x:-25%;}
/*.service-ico li:nth-child(8) span:before{content:"\e604";}*/
.service-ico li a{padding:0 !important;}

.homenews{color:#444;}
.main .home-h2{color:#ff7000;font-size:16px;font-weight:normal;line-height:40px;padding-left:15px; /*background:url(../images/title_line.png) no-repeat bottom left; margin-bottom:0px;*/}
.main .home-h2:before{display:inline-block;content:'';width:6px;height:16px;border-radius:3px; background:#ff7000;vertical-align:middle;margin-top:-2px;margin-right:5px;}
.main .home-h2 a{ width:80px; float:right; text-align:right; padding-right:10px;}

.page .mui-content{padding-top:49px;padding-bottom:15px;background:#fff;min-height:520px;}
.page .mui-content .keylink{color:#ff7000;}
.page-tit{font-size:16px;line-height:40px;border-bottom:1px solid #ddd;}
.detailed{padding:10px 0;color:#555;font-size:15px;line-height:1.5;}
.detailed h1,.detailed h2{font-size:16px;line-height:1.5;color:#ff7000;}
.detailed img{max-width:100% !important;height:auto !important;}
.detailed p{color:#555;font-size:15px;}
.mui-title{color:#fff;}
.second-nav{height:50px;background:#F4F4F4;}
.second-nav li{float:left;line-height:50px;text-align:center;position:relative;background-color: #f4f4f4; height: 50px; overflow:hidden;}
.second-nav li a{font-size:15px;}
.second-nav ul.span2 li{width:50%;}
.second-nav ul.span3 li{width:33.33%;}
.second-nav ul.span4 li{width:25%;}
.second-nav ul.span5 li{width:25%;}
.second-nav li.cur{font-weight:bold;}
.second-nav li.cur:after {display:block;content:"";width:12px;height:12px;background:#444;transform:rotate(45deg);position:absolute;bottom:-6px;left:50%;margin-left:-6px;}
.map{width:100%;height:500px;}
.map .mui-btn{font-size:14px;margin-top:10px;}
.floor table{margin-bottom:10px;}
.floor th,.floor td{line-height:1.8;padding:5px 10px;border:1px solid #b4dcba;}
.floor th{width:40px;text-align:center;background:#ecf8ee;font-weight:bold;}
.floor td span{margin-left:20px;color:#999;}

.mui-media-object.mui-pull-left{padding-top:0 !important;}
.mui-media-body{line-height:21px; height:81px; overflow:hidden;}
.mui-table-view-cell>a:not(.mui-btn){white-space:inherit;}


.history-journey ul li{position:relative;padding:5px 0;}
.history-journey ul li>strong{display:block;line-height:50px;font-size:24px;color:#68b881;font-weight:normal;}
.history-journey ul li:last-child{border:none;}
.history-journey ul .right-info{line-height:1.8;padding:10px;background:#efeff4;border-radius:5px;position:relative;}
.history-journey ul .right-info:after {display:block;content:"";width:16px;height:16px;background:#efeff4;transform:rotate(45deg);position:absolute;top:-8px;left:20px;}
.history-journey ul .right-info span{font-weight:bold;margin-right:10px;}

.mui-table-view-cell{padding:8px 20px 8px 15px;}
.mui-navigate-right:after, .mui-push-right:after{right:10px;}
.ajax-pager{margin:15px 15px 0 15px;}
.ajax-pager>a{display:block;line-height:42px;height:42px;border:1px solid #ff7000;color:#ff7000;text-align:center;}
.ajax-pager>a span{font-size:20px;vertical-align:middle;}
.ajax-pager>a:active{background:#ff7000;color:#fff;}
.ajax-pager .loading,.ajax-pager .loading:active{background-color:#fff;border: 1px solid #999;color:#666;}
.disabled,.disabled:active{color:#777 !important;background-color:#fff !important;border: 1px solid #ddd !important;opacity:.6;}
.show{ margin-top:20px;}
.show h1{font-size:22px;color:#444;line-height:35px; }
.show h2{font-size:14px;color:#999;font-weight:normal;line-height:30px;}
.show h2 span{margin-right:25px;}
.show .detailed{border-top:1px solid #eee;}

.related h2{line-height:42px;border-top:2px solid #ff7000;font-size:18px;}
.related .mui-table-view:before,.second-nav~.mui-table-view:before{display:none;}
.related .txt-list li{line-height:30px;border-bottom:1px solid #eee;}

.vdpplayer{max-width:750px;padding:2px 0;}
.video-js{width:100% !important;height:240px;}

.filter{z-index:2;padding:0;background:rgba(247,247,247,.98);top:49px;}
.filter~.mui-content{padding-top:98px;}

.tabs{overflow:hidden;}
.subcat .tab-tit,.subcat .tab-con{float:left;}
.subcat .tab-tit{width:30%;height:328px;background:#f8f8f8;}
.tab-tit .tab-cur{background:#fff;}
.subcat .tab-con{width:70%;height:328px;overflow-y:auto;overflow-x:hidden;}
.tab-con li{display:none;}
.tab-con li:first-child{display:block;}

.cat a{display:block;width:33.33%;line-height:44px;height:44px;float:left;text-align:center;position:relative;}
.cat .mui-btn{line-height:1;height:auto;position:absolute;right:15px;top:10px}
.cat a span{display:inline-block;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.cat a:after{position:absolute;top:0;font-family:Muiicons;font-size:16px;content:"\e581";vertical-align:middle;transition:-webkit-transform .3s;}
.cat a.mui-btn:after{display:none;}
.subcat{display:none;background:#fff;max-height:328px;overflow-y:auto;overflow-x:hidden;position:relative;}
.subcat a{display:block;line-height:40px;border-bottom:1px solid #f4f4f4;padding-left:20px;}
.subcat a:last-child{border:none;}
.subcat a.cur{color:#ff7000;}
.cat .open:after{-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.cat .open:before{z-index:1;content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:#ff7000;}

.expert-list li{background:#fff;padding:1em;border-bottom:1px solid #eee;}
.expert-list li h2{font-size:18px;}
.expert-list li h2 span{font-weight:normal;color:#999;font-size:14px;margin-left:5px;}
.expert-list li a{display:block;color:#444;}
.expert-list .expert{position:relative;}
.expert-list .expert img{position:absolute;left:0;top:0;width:60px;height:84px;}
.expert-list .expert-info{margin-left:75px;padding-right:26px;}
.expert-list .expert-info p span{margin-left:30px;}
table{width:100%;border:none;border-collapse:collapse;}
.visit th{background:#f2f2f2;}
.visit th,.visit td{text-align:center;font-size:14px;height:35px;border:1px solid #f2f2f2;}
.visit td .seleced{display:inline-block;width:24px;height:24px;line-height:24px;color:#fff;border-radius:50%;}
.visit td .seleced.red{background:#ea5a54;}
.visit td .seleced.blue{background:#54a0ea;}
.visit td .seleced.green{background:#63b98c;}
.visit td .seleced.gray{background:#9e9e9e;}
.visit td .seleced.red:before{content:"特";}
.visit td .seleced.blue:before{content:"专";}
.visit td .seleced.green:before{content:"普";}
.visit td .seleced.gray:before{content:"停";}
.visit th{width:12%;}
.visit th:first-child{width:16%;}

.show-expert h2,.show-department h2{background:#efeff4;font-weight:normal;font-size:14px;color:#999;line-height:40px;margin:0;padding:0 1em;}
.show-expert h2,.show-department h2 i{color:#ff7000;font-size:16px;margin-right:5px;}
.show-expert h3{font-size:14px;line-height:30px;color:#999;font-weight:normal;padding:0 1em;max-width:96%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.show-expert .visit-table{padding:1em 0;}
.show-expert .detailed{padding:1em;}
.expertinfo{height:120px;background:url(images/expert-bg.jpg) no-repeat;background-size:cover;color:#fff;position:relative;}
.expertinfo span{display:block;font-size:14px;}
.expertimg{width:80px;height:80px;position:absolute;left:20px;top:20px;}
.expertimg img{width:80px;height:80px;border-radius:50%;}
.expertmeta{margin-left:115px;padding-top:25px;}
.expertmeta h1{font-size:20px;}
.mui-backdrop{display:none;z-index:1;}

.ask-list li span{color:#999;margin-right:5px;}
.question-list li span{display:block;float:left;}
.col-state:before{content:"\e612";font-family:"iconfont";color:#ccc;font-size:16px;}
.col-state.completed:before{content:"\e613";color:#01B30C;}
.ask-user{overflow:hidden;line-height:35px;}
.ask-age-box{float:left;}
.ask-user .ask-age{width:60px;height:24px;padding:0;margin:0;border:none;}
.ask-user select{width:auto;padding:0;margin:0;}
.ask-sex-box{float:right;}
.ask-sex-box span{vertical-align:middle;}
.ask-input textarea{height:168px;border:none;padding:5px 0;border-top:1px solid #eee;border-bottom:1px solid #eee;margin:0;}
.mui-radio{display:inline-block;line-height:22px;height:22px;margin-left:10px;}
.mui-radio label{width:auto;padding:0;padding-left:30px;line-height:1;}
.mui-radio input[type=radio]{left:0;right:auto;top:0;}
.mui-radio input[type=radio]:before{font-size:22px;}
.question-box,.ask-box{padding:15px;background:#fff;margin-bottom:15px;}
.question-box h2{font-size:16px;line-height:1.5;}
.question-box h2 i{color:#ff7000;font-size:20px;margin-right:5px;}
.prof-detail p{color:#555;}
.prof-meta{color:#999;font-size:12px;}
.prof-meta i{font-style:normal;padding:0 5px;color:#eee;}
.prof-meta time{float:right;}
.ask-box .prof-meta{padding-bottom:5px;border-bottom:1px solid #eee;margin-bottom:10px;}
.ask-box textarea{margin:0;min-height:120px;}
.ask-box:last-child{margin-bottom:0;}
.state{background:#e33;color:#fff;padding:2px 10px;border-radius:10px;}
.replyed{background:#ff7000;}

.department dl{margin-top:0;}
.department dt{font-size:15px;line-height:40px;text-align:center;background:#EFEFF4;}
.department dd{margin:0;overflow:hidden;line-height:1.5;padding:1em;}
.department dd span{display:inline-block;width:33.33%;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.input-row{position:relative;}
.input-row label{position:absolute;top:11px;left:15px;}
.input-row input{padding-left:75px;height:46px;}
.input-row .btn{position:absolute;width:38%;height:40px;text-align:center;line-height:40px;background:#F8F8F8;top:3px;right:3px;}
.mui-btn-block{padding:10px 0;}
.user-login .tab-tit{overflow:hidden;margin-bottom:25px;}
.user-login .tab-tit a{width:50%;float:left;line-height:45px;background:#F4F4F4;text-align:center;}
.user-login .tab-tit a.cur{background:#fff;}
.link-area{margin-top:25px;text-align:center;color:#ddd;word-spacing:.5em;}
.user-reg{padding-top:15px;}

.msg{text-align:center;padding:15px 0;}
.msg i{font-size:80px;}
.msg strong{display:block;font-size:16px;}
.msg .success{color:#ff7000;}
.msg .error{color:#e33;}
.msg .skip{color:#999;}





.anli{ width:auto;background: #fff none repeat scroll 0 0; padding:10px 6px;}
.anli h2{font-size: 30px;
    line-height: 30px;
    text-align: center;
	font-weight:normal;
	color:#5E6265;}
.anli .msg{font-size: 13px;
    line-height: 20px;
    text-align: center;
	font-weight:normal;
	color:#5E6265;}	

.indexNews{ width:auto; position:relative; background-color:#FFFFFF;padding:20px 20px 80px 20px; }

.indexNews h2{font-size: 20px;
    line-height: 40px;
    text-align: left;
	font-weight:normal;
	color:#424242;
	font-weight:700;}
	
.indexNews .msg{font-size: 13px;
    line-height: 30px;
    text-align: center;
	font-weight:normal;
	color:#5E6265;}		
	
.indexNews .ntime{ font-size:14PX; border-bottom:1PX solid #434343;}
.indexNews .nmore{ font-size:14PX;}
.indexNews  .nmore a{ width:33%; line-height:45px; height:45px; border:1px solid #434343; text-align:center; float:left; margin:10px 20px 10px 0px;}
.indexNews  .nmore a:before{display:inline-block;border-radius:3px; vertical-align:middle;margin-top:-2px;margin-right:5px;}

.mingyi{ width:auto;background: #F7F8FA none repeat scroll 0 0; padding:10px 6px;}
.mingyi h2{
    font-size: 30px;
    line-height: 30px;
    text-align: center;
	font-weight:normal;
	color:#606365;}
.mingyi .msg{font-size: 13px;
    line-height: 20px;
    text-align: center;
	font-weight:normal;
	color:#606365;}	
	
.mui-icos1{background-color:#fff;filter:alpha(opacity=90); -moz-opacity:0.9; -khtml-opacity: 0.9; opacity: 0.9;}
.mui-icos2{background-color:#444;filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;}
.banner{ width:auto; text-align:center; margin-top:11px;}
.banner img{ width:auto; height:auto;max-width:100%;max-height:100%;}

hr{ width:50%; border-top:1px solid red;
border-left:none;
border-right:none;
border-bottom:none;
}

/*关于我们*/
.aboutus{ width:auto; background:url(../images/about_bg_1.jpg) no-repeat top center; margin-top:100px; margin-bottom:0px; padding:10% 8%;}
.aboutus .pinpai{ color:White; font-size:110%; line-height:300%;}
.aboutus .pinpaiInfo{ color:White; font-size:100%; line-height:200%;}
.aboutus2{ background-color:#FF7000;width:auto;  color:#fff;margin:0px auto; padding:30px 0px;}
.aboutus2 ul{ width:100%;text-align:center;}
.aboutus2 li{line-height:200%; text-align:center; margin:20px auto;}
.aboutus2 li h1{ font-size:30px; }


.aboutus3{ width:auto; background:url(../images/about_bg_2.jpg) no-repeat top center;margin:0px auto; padding:10% 5%; color:#58616A;}
.aboutus3 h1{ font-size:30px;line-height:200%;  width:160px; }
.aboutus3 hr{border-top:1px solid #58616A; float:left;}
.aboutus3 .msg{ line-height:200%; text-align:left; margin-top:15px;}
.aboutus3 img{ width:auto; height:auto;max-width:100%;max-height:100%;}


.aboutus4{ width:auto; background-color:#39424B;margin:0px auto; padding:10% 5%; color:#D6D6CE;}
.aboutus4 h1{ font-size:30px;line-height:150%;  width:160px; }
.aboutus4 hr{border-top:1px solid #FFFFFF; float:left;}
.aboutus4 .msg{ line-height:200%; text-align:left; margin-top:15px;}
.aboutus4 img{ width:auto; height:auto;max-width:100%;max-height:100%;}
.aboutus4 .years{ font-size:30px;line-height:200%;  width:100%;color:#FF7000; }


.aboutus5 
{
    width:auto; 
    background-color:#FFFFFF;
    margin:0px auto; 
    padding:10% 5%; 
    color:#7D7F7C; 
	text-align:center;
}

.aboutus5 img{ width:auto; height:auto;max-width:100%;max-height:100%;}
.aboutus5 h1{ font-size:30px;line-height:200%; color:#333; text-align:center;}
.aboutus5 hr{border-top:1px solid #7D7F7C;}
.aboutus5 span{ font-size:25px;line-height:200%;  width:160px;  color:#7D7F7C;}
.aboutus5 .msg{ line-height:200%; text-align:left;text-align:center;}


.aboutus6 
{
    width:auto; 
    background-color:#FF7000;
    margin:0px auto; 
    padding:10% 5%; 
    color:#fff; 
	text-align:center;
}

.aboutus6 img{ width:auto; height:auto;max-width:100%;max-height:100%;}
.aboutus6 h1{ font-size:30px;line-height:200%; color:#fff; text-align:center;}
.aboutus6 hr{border-top:1px solid #fff;}
.aboutus6 span{ font-size:25px;line-height:200%;  width:160px;  color:#fff; }
.aboutus6 .msg{ line-height:200%; text-align:left;text-align:center;}

.aboutus7 
{
    width:auto; 
    background-color:#FFFFFF;
    margin:0px auto; 
    padding:10% 5%; 
    color:#7D7F7C; 
	text-align:center;
}

.aboutus7 img{ width:auto; height:auto;max-width:100%;max-height:100%;}
.aboutus7 h1{ font-size:30px;line-height:200%; color:#333; text-align:center;}
.aboutus7 hr{border-top:1px solid #7D7F7C;}
.aboutus7 span{ font-size:25px;line-height:200%;  width:160px;  color:#7D7F7C; }
.aboutus7 .msg{ line-height:200%; text-align:left;text-align:center;}


/*联系我们*/
.pcontact{width:auto; margin:60px auto 0px; text-align:center;}
.pcontact img{ width:auto; height:auto;max-width:100%;max-height:100%;}
.pcontact2 
{
    width:auto; 
    background-color:#F6F6F6;
    margin:0px auto; 
    color:#8F9190; 
	text-align:center;
	line-height:35px;
}
.pcontact3 
{
    width:auto; 
    background-color:#fff;
    margin:0px auto; 
    color:#282826; 
	text-align:left;
	line-height:35px;
	padding:5% 3%; 
}
.pcontact3 hr{border-top:1px solid #F4F4F4;width:100%; }
.pcontact3 h2{ font-size:18px;line-height:200%;}


/*人才*/
.jobs{width:auto; margin:60px auto -10px; text-align:center;}
.jobs img{ width:auto; height:auto;max-width:100%;max-height:100%;}

.jobs2 
{
    width:auto; 
    background-color:#F6F6F6;
    margin:0px auto; 
    color:#8F9190; 
	text-align:center;
	line-height:35px;
}
.jobs2 
{
    width:auto; 
    background-color:#fff;
    margin:0px auto; 
    color:#AA9091; 
	text-align:left;
	line-height:30px;
	padding:10px 10px;
}
.jobs2 span
{
    font-size:18px;
}
.jobtitle{font-size:24px; padding:15px; text-align:center;}
.zhiw{overflow:hidden;margin-bottom:30px;margin-top:10px;width:auto;}
.zhiw li{margin-bottom:18px;background: #fff;padding:20px;border:1px solid #ebebeb;}
.zpzw{cursor:pointer;overflow:hidden;transition:.5s;color: #9e9e9e;font-size:14px;line-height:24px;background: url("http://www.wjzy.com.cn/images/join_sh.png") no-repeat  right 5px;}
.zpzw_on,.zhiw li:hover .zpzw{background: url("http://www.wjzy.com.cn/images/join_zh.png") no-repeat  right 5px;}
.zpzw span{float:left;width:100%;padding-bottom:5px;display: block;font-size:18px;line-height: 24px;color: #353535;}
.zpzw b{width:70px;text-align:right;font-weight:normal;float: right;color: #9e9e9e;font-size: 13px;font-family: Arial;}
.zpzw p{float: left;width: 100%;}
.zwyq{overflow:hidden;display:none;margin:15px 0 18px 0;position: relative;width:100%;}
.zwyq div{float:left;border-top:1px solid #e2e2e2;font-size:14px;color:#9e9e9e;line-height:24px;width:100%;    padding: 10px 0px;}
.zwyq div span{padding:30px 0 15px 0;font-size: 18px;color: #535353;display: block;}
.zwyq a{transition:.5s;display:block;position:absolute;background-color:#ff7000;font-size:14px;line-height:36px;border-radius:18px;width:138px;height:36px;text-align:center;color: #fff;}
.zwyq a:hover{background-color: #bf080a;}

/*服务*/


.pservice
{
    width:auto; margin:60px auto 0px;
    padding:10% 5%;
    text-align:center;
    background-image:url('../images/service-banner-01.png');
    background-repeat:no-repeat;
    background-size:auto 100%;
    background-position:center top;
    color:#fff; 
}
.pservice h1{ font-size:20px;line-height:300%;}   
.pservice .info{ line-height:35px; font-size:120%; font-weight:600;} 

   
.pservice2
{
    width:auto; margin:0px auto;
    background-color:#fff;
    padding:10% 3%;
    text-align:center;
    color:#626665; 
}
.pservice2 h1{ font-size:20px;color:#000; }   
.pservice2 .info{ line-height:35px; }  
.pservice2 .slist{ width:100%; list-style:none;margin:0px auto;}
.pservice2 .slist li{width:100%; margin:20px 0px; text-align:center;}
.pservice2 img{ padding:20px 20px; border: 6px solid #E3E3E3;border-radius:6px;}
.pservice2 .stitle{ font-size:100%; line-height:45px; color:#363636; width:100%;}

.pservice3
{
    width:auto; margin:0px auto;
    padding:10% 10%;
    background-image:url('../images/service-banner-01.png');
    background-repeat:no-repeat;
    background-size:auto 100%;
    background-position:center top;
    color:#fff; 
    
}

.pservice3 .sdiv{width:100%; background-color:#FF7000;margin:0px auto; padding:10% 3%; text-align:left;position:relative;}
.pservice3 .sdiv .pastTense{ position:absolute;right:-15px; top:-15px; background-color:#39424B; width:25%; height:auto; padding:10px 10px;}
.pservice3 .sdiv .pastTense img{ width:auto; height:auto;max-width:100%;max-height:100%;}
.pservice3 .sdiv h1{ font-size:20px;}
.pservice3 hr{border-top:1px solid #fff;width:30%; float:left; }
.pservice3 .stitle{ font-size:120%; line-height:45px; width:100%;}


.pservice4
{
    width:auto; margin:0px auto;
    padding:10% 3%;
    background-image:url('../images/pservice_bg.png');
    background-repeat:repeat-y;
    background-position:center top;
    color:#363636; 
    
}
.pservice4 h1{ font-size:20px; color:#333;} 
.pservice4 .stitle{ font-size:120%;  width:100%;}
.pservice4 .brandlist{width:100%; list-style:none;margin:10px auto;}
.pservice4 .brandlist li
{
    padding:10px 10px;
    text-align:center;
    background-color:#FF7000;
    color:#fff;
}
.pservice4 .brandlist .two{background-color:#E0EDF3;color:#363636;}
.pservice4 img{ padding:10px 10px;}

.pservice5
{
    width:auto; margin:0px auto;
    padding:10% 3%;
    background-color:#fff;
    color:#666666; 
    text-align:center;
}
.pservice5 h1{ font-size:20px; color:#333;} 
.pservice5 .stitle{ font-size:120%;  width:100%;}
.pservice5 .stitle2{ font-size:120%;  width:100%; color:#333;}
.pservice5 .brandlist2{width:100%; list-style:none;margin:10px auto;}
.pservice5 .brandlist2 li
{
    padding:10px 10px;
    text-align:center;
    
}
.pservice5 .brandlist2 li img{ padding:10px 10px;width:auto; height:auto;max-width:100%;max-height:100%;}



.pservice6
{
    width:auto; margin:0px auto;
    padding:170px 3% 10%;
    background-image:url('../images/marketing-content-img11.png');
    background-repeat:no-repeat;
    background-position:center top;
    background-size:auto 100%;
    color:#fff;
    text-align:center;
}
.pservice6 h1{ font-size:20px; margin-top:30px;} 
.pservice6 .stitle{ font-size:120%;  width:100%;}

.footernav{
	display: table-cell;
    height: 50px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
	border:1px solid #ccc;border-radius:2px;
}
.footernav div{ width:50%; float:left; line-height:50px; text-align:center;}
.footernav .divleftline{ border-right:1px solid #ccc;text-align:center;}
.footernav div a{display: table-cell;color:#333;text-decoration: none; font-size:16px; text-align:center;width: 10%;}

.footer{background:#39424B;color:#FFF;height:150px;position:relative;overflow:hidden;}
.footer p{margin:15px;color:#FFF;}
.footer a{color:#FFF;}
.footer .gotop{display:block;width:32px;height:32px;line-height:32px;text-align:center;font-family:"iconfont";font-size:20px;color:#FFF;border-radius:50%;background:#ff6f00;position:absolute;top:20px;right:16px;}
