/*
* name:Global && Pc StyleSheet
* version:v3.4.1
* update:雪碧图对齐
* date:2016-05-17
*/
/* 雪碧图 */
/* 对齐方案引用(http://www.zhangxinxu.com/wordpress/2016/03/css-layout-base-20px/) */
.ico { display:inline-block; width:20px; height:20px; white-space:nowrap; letter-spacing:-1em; text-indent:-99em; color:transparent; background:url(../img/ico.png) no-repeat;
	*text-indent:0; *zoom:expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = '\3000');vertical-align:middle;}
.ico:before {content:'\3000';}
.ico1_2 { background-position:-20px 0;}
.ico1_3 { background-position:-40px 0;}
.ico1_4 { background-position:-60px 0;}
.ico1_5 { background-position:-80px 0;}
.ico2_1 { background-position:0 -20px;}
.ico2_2 { background-position:-20px -20px;}
.ico2_3 { background-position:-40px -20px;}
.ico2_4 { background-position:-60px -20px;}
.ico2_5 { background-position:-80px -20px;}
.ico3_1 { background-position:0 -40px;}
.ico3_2 { background-position:-20px -40px;}
.ico3_3 { background-position:-40px -40px;}
.ico3_4 { background-position:-60px -40px;}
.ico3_5 { background-position:-80px -40px;}
.ico4_1 { background-position:0 -60px;}
.ico4_2 { background-position:-20px -60px;}
.ico4_3 { background-position:-40px -60px;}
.ico4_4 { background-position:-60px -60px;}
.ico4_5 { background-position:-80px -60px;}
.relative{position:relative}
/* 常量设置 */
.wrap { width:1200px; margin-right:auto; margin-left:auto;}
.mwrap { max-width:1366px; margin-right:auto; margin-left:auto;}

.pcssk{position:absolute;top:10px;right:0;border:1px #ddd solid;border-radius:20px;overflow:hidden}
.pcssk .inp_box{border:none;height:30px;line-height:30px;padding-left:20px}
.pcssk .search_ico1{float:right;width: 26px;cursor:pointer;
    height: 26px;
    float: right;
    border-radius: 15px;
    border: 1px solid #ddd;
    margin: 2px 2px 0 0;
    color: #999;
    font-family: iconfont;
    font-size: 17px;
    background-image: -webkit-linear-gradient(top, #fff, #efefef)}
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body{min-width:1240px\9; }
/*for ie9+*/
@media all and (min-width:0){
	body{min-width:0; overflow-x:hidden;}
}
.kong{background:#fff;height:0}
body{font-size:14px; line-height:1.6; color:#666; background:#fff;}
a{color:inherit;}
a:hover { color:#005BAB;}
::-moz-selection {color:#fff; background:#005BAB; }
::selection {color:#fff; background:#005BAB; }
::-webkit-input-placeholder { color:#aaa; }
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}

.imgZoom img,.imgY180 img,.imgZoom .c { -moz-transition:all 2.4s ease 0s; -ms-transition:all 2.4s ease 0s; -o-transition:all 2.4s ease 0s; -webkit-transition:all 2.4s ease 0s; transition:all 2.4s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img,.imgZoom:hover .c{ -moz-transform:scale(1.3,1.3); -ms-transform:scale(1.3,1.3); -o-transform:scale(1.3,1.3); -webkit-transform:scale(1.3,1.3); transform:scale(1.3,1.3);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg)}
/* 网站样式 */

/* 全局滚动条样式 */
::-webkit-scrollbar { width: 0px; }
::-webkit-scrollbar-track { background-color: transparent; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; }
::-webkit-scrollbar-thumb { background-color:#000; -webkit-border-radius: 2em; -moz-border-radius: 2em; border-radius: 2em; width:8px}

/*全站通用样式*/
.transition03{-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}
.transition05{-webkit-transition: all 0.8s ease;transition: all 0.8s ease;}
.transition08{-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.transition1{-webkit-transition: all 1s ease;transition: all 1s ease;}
.transition14{-webkit-transition: all 1.4s ease;transition: all 1.4s ease;}
.transition24{-webkit-transition: all 2.4s ease;transition: all 2.4s ease;}
.transition10{-webkit-transition: all 10s ease;transition: all 10s ease;}
.transition055{-webkit-transition: margin 0.8s ease;transition: margin 0.8s ease;}
.rect-4138{padding-bottom:41.38%}
.rect-438{padding-bottom:43.8%}
.rect-66{padding-bottom:66%;}
.rect-68{padding-bottom:68%;}
.rect-74{padding-bottom: 74%;}
.rect-137{padding-bottom:137%}
.rect-86209{padding-bottom:86.209%;}
.rect-90{padding-bottom:90%;}
.rect-110{padding-bottom:110%;}
.rect-122{padding-bottom:122%;}
.rect-130{padding-bottom: 130%;}
.rect-153{padding-bottom: 152.7%;}

.en_fontfamily{font-family:Arial;}
.f_size16{font-size:16px;}

.delay01{transition-delay: 0.1s;-moz-transition-delay: 0.1s;-webkit-transition-delay: 0.1s;-o-transition-delay: 0.1s;}
.delay02{transition-delay: 0.2s;-moz-transition-delay: 0.2s;-webkit-transition-delay: 0.2s;-o-transition-delay: 0.2s;}
.delay03{transition-delay: 0.3s;-moz-transition-delay: 0.3s;-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;}
.delay04{transition-delay: 0.4s;-moz-transition-delay: 0.4s;-webkit-transition-delay: 0.4s;-o-transition-delay: 0.4s;}
.delay05{transition-delay: 0.5s;-moz-transition-delay: 0.5s;-webkit-transition-delay: 0.5s;-o-transition-delay: 0.5s;}
.delay06{transition-delay: 0.6s;-moz-transition-delay: 0.6s;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;}

.delay1{transition-delay: 0.2s;-moz-transition-delay: 0.2s;-webkit-transition-delay: 0.2s;-o-transition-delay: 0.2s;}
.delay2{transition-delay: 0.4s;-moz-transition-delay: 0.4s;-webkit-transition-delay: 0.4s;-o-transition-delay: 0.4s;}
.delay3{transition-delay: 0.6s;-moz-transition-delay: 0.6s;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;}
.delay4{transition-delay: 0.8s;-moz-transition-delay: 0.8s;-webkit-transition-delay: 0.8s;-o-transition-delay: 0.8s;}
.delay5{transition-delay: 1s;-moz-transition-delay: 1s;-webkit-transition-delay: 1s;-o-transition-delay: 1s;}
.delay6{transition-delay: 1.2s;-moz-transition-delay: 1.2s;-webkit-transition-delay: 1.2s;-o-transition-delay: 1.2s;}
.delay7{transition-delay: 1.4s;-moz-transition-delay: 1.4s;-webkit-transition-delay: 1.4s;-o-transition-delay: 1.4s;}
.delay8{transition-delay: 1.6s;-moz-transition-delay: 1.6s;-webkit-transition-delay: 1.6s;-o-transition-delay: 1.6s;}
.delay9{transition-delay: 1.8s;-moz-transition-delay: 1.8s;-webkit-transition-delay: 1.8s;-o-transition-delay: 1.8s;}

/*首页图标*/
.i_ico{position:relative;width:24px;height:24px;background:url(../img/i_ico.png) no-repeat;}
.seach_btn.i_ico:after{content:'';position:absolute;width:1px;height:10px;background:#c1c1c0;left:-5px;top:50%;margin-top:-5px;}
/*header*/
.pageheader{width:100%;position:fixed;padding-top:0;z-index:50;background:rgb(255,255,255,1)}
.pageheader .nav_wrap{margin-top:31px;}
.pageheader.tophide{background-color:#fff;background-color:rgb(255,255,255,0.95);}
.pageheader .logo{padding:27px 0;width:17%;}

.pageheader .logo a{display:block;}
.pageheader .logo a img:last-child{display:none}
.pageheader .mobile_key{display:none;width:24px;height:24px;background:url(../img/mobile_key.png) no-repeat center;background-size:cover;margin-top:3.5px;}
.pageheader .nav_box>ul >li{float:left;padding:0 10px;position:relative;}
.pageheader .nav_box>ul >li >a{font-size:17px;font-weight:bold;color:#333;display:block;padding:21px 15px 20px 15px;position:relative;}
.pageheader .nav_box>ul >li >a:after{content:'';width:0;height:0;position:absolute;right:0;top:50%;margin-top:-2.5px;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #8c8c8c;}
.pageheader .nav_box>ul >li >a.cur{/*background-color:#005BAB*/}
.pageheader .nav_box>ul >li >a.cur:hover{background-color: transparent}
.pageheader .nav_box{margin-left:15px;}
.pageheader .nav_box .sub_nav{position:absolute;top:100%;color:#333;background-color:#fff;padding:20px 27px;display:none;border-radius:10px;-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.pageheader .nav_box .sub_nav:after{content:'';position:absolute;display:inline-block;width:0;height:0;left:50%;margin-left:-10px;top:-7px;border-style: solid;border-width: 10px;border-color: #fff #fff transparent transparent;transform: rotate(-45deg);box-shadow: 4px -4px 4px rgba(0, 0, 0, 0.04);}
.pageheader .nav_box .sub_nav a{font-size:14px;padding:6px 0px;display:block;white-space:nowrap;text-align:center;border-bottom:1px #eee solid}
.pageheader .nav_box .line{height:4px;background-color:#005BAB;position:absolute;bottom:0;display:none;z-index:-1;}
.pageheader .nav_box .sub_nav .ul{float:left;margin-right:2%;}

.pageheader .language{padding-top:54px;color:#282b27;}
.pageheader .language a{color:#282b27;font-size:13px;padding:0 7px;display:inline-block;position:relative;}
.pageheader .language a:hover{color:#08bfb9}
/*.pageheader .language a:hover,*/.pageheader .language a.cur{color:#fff;background-color:#08bfb9;border-radius:14px}
.pageheader .language a:last-child:after{display:none;}

.pageheader .language a:last-child{font-family: Arial;}

.pageheader .seach_btn{background-position:0px 0px;margin:54px 0px 0px 8px;display:none}

.pageheader .seach_btn.cur{background-position:-48px -24px;}
.pageheader .search_box{background-color:#272624;position:absolute;right:50%;top:100%;margin-right:-590px;padding:17px 20px;width:22%;display:none;-moz-opacity:.85;-khtml-opacity:.85;opacity:.85;}
.pageheader .search_box .inp_box{width:70%;border:none;padding:0;margin:0;background:none;height:30px;line-height:30px;color:#ccc;}
.pageheader .search_box .search_ico{width:28px;height:30px;background-position:0px -48px;}

.pageheader.tophide .logo{width:15%;}
.pageheader.tophide .nav_wrap{margin-top:25px;}
.pageheader.tophide .language{padding-top:48px;}
.pageheader.tophide .seach_btn{margin:48px 0px 0px 8px;}



/*首页banner*/
.i_banner{width:100%;height:620px;overflow:hidden;background:#000;position:relative;}
.ilogo{display:none;width:560px;height:160px;background-image:url(../../../static/img/sywz.png);position:absolute;top:50%;left:50%;margin-top:-80px;margin-left:-280px;z-index:49}
.ilogo1{width:420px;height:120px;background-image:url(../../../static/img/fywz.png);position:absolute;top:50%;left:50%;margin-top:-60px;margin-left:-210px;z-index:49}
.ibanner_cover{width:100%;height:100%;position:absolute;top:0;left:0;color:#fff;text-align:left;background-color:rgba(0,0,0,0.5);}
.ibanner_cover .cover_title01{margin-top:260px;font-size:48px;font-weight:bold;line-height:48px;margin-bottom:22px;transform:translateX(60px);-ms-transform:translateX(60px); -moz-transform:translateX(60px);-webkit-transform:translateX(60px); -o-transform:translateX(60px);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.ibanner_cover .cover_title02{font-size:20px;margin-bottom:63px;font-weight:normal;transform:translateX(60px);-ms-transform:translateX(60px); -moz-transform:translateX(60px);-webkit-transform:translateX(60px); -o-transform:translateX(60px);-moz-opacity:0;-khtml-opacity:0;opacity:0;}
.i_banner li{position:relative;overflow:hidden;width:100%;height:620px}
.i_banner li .banner_img{position:absolute;top:0;left:0}
.i_banner li img{width:100%;height:100%;position:absolute;top:0;left:0;}
.i_banner .more{transform:translateX(60px);-ms-transform:translateX(60px); -moz-transform:translateX(60px);-webkit-transform:translateX(60px); -o-transform:translateX(60px);-moz-opacity:0;-khtml-opacity:0;opacity:0;}

.i_banner .active li:after{content:"";height:5px;background-color:rgba(255,255,255,.6);display:block;animation:login_line 6s linear 1;-webkit-animation:login_line 6s linear 1;position:absolute;left:0;bottom:0;}
.i_banner li img{-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);-webkit-transition: all 10s ease;transition: all 10s ease;}
.i_banner .active li img{-moz-transform:scale(1.2,1.2); -ms-transform:scale(1.2,1.2); -o-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2); transform:scale(1.2,1.2);}
.i_banner .active .cover_title01,.i_banner .active .cover_title02,.i_banner .active .cover_title02,.i_banner .active .more{transform:translateX(0);-ms-transform:translateX(0); -moz-transform:translateX(0);-webkit-transform:translateX(0); -o-transform:translateX(0);-moz-opacity:1;-khtml-opacity:1;opacity:1;}

.i_banner .banner_bar{position:absolute;left:0;bottom:36px;width:100%;z-index:10;}
.i_banner .banner_nav{overflow:hidden;text-align:center;}
.i_banner .banner_nav .owl-dot{display:inline-block;margin-right:10px;margin-top:10px;}
.i_banner .banner_nav .owl-dot span{display:block;width:14px;height:14px;border-radius:50%;background:#414141;-moz-opacity:.6;-khtml-opacity:.6;opacity:.6;}
.i_banner .banner_nav .owl-dot.active span{-moz-opacity:1;-khtml-opacity:1;opacity:1;background:#438edb}

.owl-nav{transition: all 1s;-moz-opacity:0;-khtml-opacity:0;opacity:0;position:absolute;width:100%;top:50%;margin-top:-33px;}
.owl-nav .owl-prev{text-indent:-100px;width:66px;height:66px;float:left;margin-left:5.85%;background:url(../../../static/img/prev.png) no-repeat;overflow:hidden}
.owl-nav .owl-next{text-indent:-100px;width:66px;height:66px;float:right;margin-right:5.85%;background:url(../../../static/img/next.png) no-repeat;overflow:hidden}
.i_banner:hover  .owl-nav{-moz-opacity:1;-khtml-opacity:1;opacity:1;}

@keyframes login_line {
    0% {width: 0;}
    100% { width: 100%;}
}
@-webkit-keyframes "login_line" {
    0% {width: 0;}
    100% { width: 100%;}
}
@keyframes img_room {
    0% {-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);}
    100% {-moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
}
@-webkit-keyframes "img_room" {
    0% {-moz-transform:scale(1,1); -ms-transform:scale(1,1); -o-transform:scale(1,1); -webkit-transform:scale(1,1); transform:scale(1,1);}
    100% { -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
}



/*通用主体部分*/
.channel_main{min-height:200px;padding:50px 0px 60px;}

/*banner鼠标动画*/
.banner_mouse{ position: relative;width: 23px;height: 40px;cursor:pointer;}
.banner_mouse:after,.banner_mouse:before{content: "";position: absolute;display:none}
.banner_mouse:before{display:none;width:23px;height:40px;background:url(../img/banner_mouse_ico.png) no-repeat 0px 0px;-webkit-animation: colorSlide 1.6s linear infinite;animation: colorSlide 1.6s linear infinite;top:0;left:0;}
.banner_mouse:after{display:none;background-color: #ffffff;width: 4px;height: 4px;border-radius: 100%;-webkit-animation: trackBallSlide 1.6s linear infinite;animation: trackBallSlide 1.6s linear infinite;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}

@-webkit-keyframes colorSlide {
	 	 0% {
	  	    height:0;
	  	  }

  	 90%{
  	  	height:40px;
  	  }


	}

	@keyframes colorSlide {
		 	 0% {
	  	    height:0;
	  	  }

	  	 90%{
	  	  	height:40px;
	  	  }
	}
	@-webkit-keyframes trackBallSlide {
	  0% {
	    opacity: 1;
	    -webkit-transform: scale(1) translateY(-8px);
	            transform: scale(1) translateY(-8px);
	  }
	  34% {
	    opacity: 1;
	    -webkit-transform: scale(0.9) translateY(4px);
	            transform: scale(0.9) translateY(4px);
	  }
	  68% {
	    opacity: 0;
	    -webkit-transform: scale(0.4) translateY(16px);
	            transform: scale(0.4) translateY(16px);
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: scale(0.4) translateY(-8px);
	            transform: scale(0.4) translateY(-8px);
	  }

	}
	@keyframes trackBallSlide {
	  0% {
	    opacity: 1;
	    -webkit-transform: scale(1) translateY(-8px);
	            transform: scale(1) translateY(-8px);
	  }
	  34% {
	    opacity: 1;
	    -webkit-transform: scale(0.9) translateY(4px);
	            transform: scale(0.9) translateY(4px);
	  }
	  68% {
	    opacity: 0;
	    -webkit-transform: scale(0.4) translateY(16px);
	            transform: scale(0.4) translateY(16px);
	  }
	  100% {
	    opacity: 0;
	    -webkit-transform: scale(0.4) translateY(-8px);
	            transform: scale(0.4) translateY(-8px);
	  }
	}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

}
@keyframes nudgeMouse {
 0% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
	  50% {
	    -webkit-transform: translateY(8px);
	            transform: translateY(8px);
	  }
	  100% {
	    -webkit-transform: translateY(0);
	            transform: translateY(0);
	  }
}

/*channel-content*/
.channel_content{min-height:300px;background:#eef2f5;padding:70px 0px 100px;}
.xc_banner{width:100%;height:330px;background-repeat:no-repeat;position:relative;background-position:center 0;}
.xc_banner .xc_title{width:1180px;font-size:42px;color:#fff;font-weight:bold;position:absolute;left:50%;margin-left:-590px;bottom:55px;/*text-shadow: 0.1em 0.1em 0.2em black;*/}

/*下层二级导航*/
.xc_nav ul{overflow:hidden;}
.xc_nav li{float:left;height:66px;line-height:66px;position:relative;}
.xc_nav li a{padding:0 30px;}
.xc_nav li:hover,.xc_nav li.cur{font-weight:bold;color:#005BAB;}
.xc_nav li:first-child a{padding-left:0;}
.xc_nav li:after{content:"";width:1px;height:12px;background:#dddddd;display:block;position:absolute;right:-0.5px;top:50%;margin-top:-6px;}
.xc_nav li:last-child:after{display:none;}


/*通用-手风琴1*/
/*used about_index*/
.uni_accordion1 { position:relative; height:277px; overflow:hidden; }
.uni_accordion1 .acc_con { margin-left:-2px; }
.uni_accordion1 .prt1_cell,
.uni_accordion1 .accordion-initialized .prt1_cell { position:absolute; top:0; width:60%; height:277px; overflow:hidden; background-color:#eef2f5; background-position:left center; background-repeat:no-repeat; }
.uni_accordion1 .prt1_cell1 { left:0; }
.uni_accordion1 .prt1_cell2 { left:193px; }
.uni_accordion1 .prt1_cell3 { left:386px; }
.uni_accordion1 .prt1_cell4 { left:579px; width:601px; color:#fff; background-color:#fdf8f5; background-position:left center; }
.uni_accordion1 .prt1_cell .cell_con { position:absolute; top:0; left:2px; width:100%; height:100%; font-size:20px;background:url(../img/test_img/acc1_bg.jpg) 0 0 no-repeat; display:block;}
/*.uni_accordion1 .prt1_cell1 .cell_con { left:0; }*/
.uni_accordion1 .prt1_cell2 .cell_con { background-position:-191px 0; }
.uni_accordion1 .prt1_cell3 .cell_con { background-position:-386px 0; }
.uni_accordion1 .prt1_cell4 .cell_con { background-position:-579px 0; }
.uni_accordion1 .prt1_cell .cell_msk { display:block; position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; }
.uni_accordion1 .prt1_cell1 .cell_msk { background:url(../img/test_img/ab_index04_1.jpg); }
.uni_accordion1 .prt1_cell2 .cell_msk { background:url(../img/test_img/ab_index04_1.jpg); }
.uni_accordion1 .prt1_cell3 .cell_msk { background:url(../img/test_img/ab_index04_1.jpg); }
.uni_accordion1 .prt1_cell4 .cell_msk { background:url(../img/test_img/ab_index04_1.jpg); }
.uni_accordion1 .cell_inn_wrap { display:block; position:absolute; top:0; left:0; width:100%; height:100%; }
.uni_accordion1 .cell_inn { padding:84px 0; overflow:hidden;}
.uni_accordion1 .cell_lt,.uni_accordion1 .cell_rt { color:#005BAB; transition:all ease .5s; -webkit-transition:all ease .5s; }
.uni_accordion1 .cell_lt { float:left; margin-right:35px; width:191px; text-align:center; }
.uni_accordion1 .cell_rt { float:left; width:292px; padding-top:12px;position:relative;}

.uni_accordion1 .cell_rt:after{content:"";display:block;width:1px;height:100px;background:rgba(255,255,255,0.6);top:12px;left:-32px;position:absolute;}

.uni_accordion1 .cell_desc { font-size:16px; line-height:2; }
.uni_accordion1 .cell_tit { font-size:28px; font-weight:bold;}
.uni_accordion1 .prt1_cell .cell_ico { display:block; margin:0 auto; width:100px; height:70px; background:url(../img/test_img/uni_acc1_icos1.png) 0 0 no-repeat; }
.uni_accordion1 .prt1_cell2 .cell_ico { background-position:-100px 0; }
.uni_accordion1 .prt1_cell3 .cell_ico { background-position:-200px 0; }
.uni_accordion1 .prt1_cell4 .cell_ico { background-position:-300px 0; }

/*state-1*/
.uni_accordion1 .state-1 .prt1_cell1 { left:0; width:601px; background-color:#eef2f5; background-image:none; }
.uni_accordion1 .state-1 .prt1_cell2 { left:601px; background-color:#eef2f5; }
.uni_accordion1 .state-1 .prt1_cell3 { left:794px; background-color:#eef2f5; }
.uni_accordion1 .state-1 .prt1_cell4 { left:987px; background-color:#eef2f5; }
.uni_accordion1 .state-1 .prt1_cell1 .cell_msk { opacity:1; }
.uni_accordion1 .state-1 .prt1_cell1 .cell_lt { margin-left:30px; }
.uni_accordion1 .state-1 .prt1_cell1 .cell_lt,.uni_accordion1 .state-1 .prt1_cell1 .cell_rt { color:#fff; }
.uni_accordion1 .state-1 .prt1_cell1 .cell_ico { background-image:url(../img/test_img/uni_acc1_icos2.png); }
/*state-2*/
.uni_accordion1 .state-2 .prt1_cell1 { left:0; background-color:#eef2f5; }
.uni_accordion1 .state-2 .prt1_cell2 { left:193px; width:601px; background-color:#eef2f5; background-image:none; color:#fff; }
.uni_accordion1 .state-2 .prt1_cell3 { left:794px; background-color:#eef2f5; }
.uni_accordion1 .state-2 .prt1_cell4 { left:987px; background-color:#eef2f5; }
.uni_accordion1 .state-2 .prt1_cell2 .cell_msk { opacity:1; }
.uni_accordion1 .state-2 .prt1_cell2 .cell_lt { margin-left:30px;position:relative;}

.uni_accordion1 .state-2 .prt1_cell2 .cell_lt,.uni_accordion1 .state-2 .prt1_cell2 .cell_rt { color:#fff; }
.uni_accordion1 .state-2 .prt1_cell2 .cell_ico { background-image:url(../img/test_img/uni_acc1_icos2.png); }
/*state-3*/
.uni_accordion1 .state-3 .prt1_cell1 { left:0; background-color:#eef2f5; }
.uni_accordion1 .state-3 .prt1_cell2 { left:193px; background-color:#eef2f5; }
.uni_accordion1 .state-3 .prt1_cell3 { left:386px; width:601px; background-color:#eef2f5; background-image:none; color:#fff; }
.uni_accordion1 .state-3 .prt1_cell4 { left:987px; background-color:#eef2f5; }
.uni_accordion1 .state-3 .prt1_cell3 .cell_msk { opacity:1; }
.uni_accordion1 .state-3 .prt1_cell3 .cell_lt { margin-left:30px; }
.uni_accordion1 .state-3 .prt1_cell3 .cell_lt,.uni_accordion1 .state-3 .prt1_cell3 .cell_rt { color:#fff; }
.uni_accordion1 .state-3 .prt1_cell3 .cell_ico { background-image:url(../img/test_img/uni_acc1_icos2.png); }
/*state-4*/
.uni_accordion1 .state-4 .prt1_cell1 { left:0; background-color:#eef2f5; }
.uni_accordion1 .state-4 .prt1_cell2 { left:193px; background-color:#eef2f5; }
.uni_accordion1 .state-4 .prt1_cell3 { left:386px; background-color:#eef2f5; }
.uni_accordion1 .state-4 .prt1_cell4 { left:579px; width:601px; background-color:#eef2f5; background-image:none; color:#fff; }
.uni_accordion1 .state-4 .prt1_cell4 .cell_msk { opacity:1; }
.uni_accordion1 .state-4 .prt1_cell4 .cell_lt { margin-left:30px; }
.uni_accordion1 .state-4 .prt1_cell4 .cell_lt,.uni_accordion1 .state-4 .prt1_cell4 .cell_rt { color:#fff; }
.uni_accordion1 .state-4 .prt1_cell4 .cell_ico { background-image:url(../img/test_img/uni_acc1_icos2.png); }
/*通用-手风琴1 end*/



/*通用-按钮-加载更多*/
.uni_btn_more_wrap { margin:20px auto; }
.uni_btn_more { position:relative; margin:4px auto; width:248px; height:38px; line-height:38px; font-size:14px; color:#333; text-align:center; border:#dbdbdb 1px solid; cursor:pointer; }
.uni_btn_more:hover { color:#fff; border-color:#e23d1d; }
.uni_btn_more:after { background-color:#e23d1d; }
.uni_loading { display:none; margin:0 auto; width:48px; height:48px; }
/*.uni_loading { background:url(../img/test_img/loading.png) center center no-repeat; animation:rotating 3s linear infinite; -webkit-animation:rotating 3s linear infinite; }*/
.uni_btn_more_wrap.loading .uni_loading { display:block; }
.uni_btn_more_wrap.loading .uni_btn_more { display:none; }
.uni_btn_more_wrap.nomore .uni_btn_more { border-color:transparent; cursor:default; }
.uni_btn_more_wrap.nomore .uni_btn_more:before { content:'没有更多内容了'; display:block; position:absolute; width:100%; height:100%; top:0; left:0; background-color:#fff; z-index:3; color:#333; }
.uni_btn_more_wrap.nomore .uni_btn_more:after { display:none; }
.uni_btn_more_wrap.nomore .uni_btn_more .btn_con{display:none;}

.more.loading .more_btn .i_ico{background:url(../img/loading2.gif) no-repeat center;background-size:cover;}
.more.nomore .more_btn{text-align: center;}

@keyframes rotating {
	0% {
		transform:rotate(0);
		-webkit-transform:rotate(0);
	}
	25% {
		transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
	}
	50% {
		transform:rotate(-180deg);
		-webkit-transform:rotate(-180deg);
	}
	75% {
		transform:rotate(-270deg);
		-webkit-transform:rotate(-270deg);
	}
	100% {
		transform:rotate(-360deg);
		-webkit-transform:rotate(-360deg);
	}
}
@-webkit-keyframes rotating {
	0% {
		transform:rotate(0);
		-webkit-transform:rotate(0);
	}
	25% {
		transform:rotate(-90deg);
		-webkit-transform:rotate(-90deg);
	}
	50% {
		transform:rotate(-180deg);
		-webkit-transform:rotate(-180deg);
	}
	75% {
		transform:rotate(-270deg);
		-webkit-transform:rotate(-270deg);
	}
	100% {
		transform:rotate(-360deg);
		-webkit-transform:rotate(-360deg);
	}
}

/*select下拉样式*/
body .select-ui-options{border:none;border-radius:0;background:#f1f1f1;}
body .select-ui-options li{padding:6px 6%;font-size:16px;}
body .select-ui-options li:hover{background:#005BAB;color:#fff;}



/* page-4 start*/
.page{font-size:16px; color:#7d7d7d; text-align: center;padding-top:20px;}
.page a,.page span { color:#7d7d7d; display: inline-block;vertical-align: middle;margin: 0 10px 0; width:20px; height:30px; text-align:center; line-height:30px;}
.page .goprev{margin-right: 10px;}
.page .gonext,.page .count {margin-left: 10px; }
.page .gonext{font-weight:bold; color:#ababab;}
.page a.gonext{border-radius:0;}
.page a.gonext:hover{background:transparent; color:#003d6b}
.page a.goprev{border-radius:0;}
.page a.goprev:hover{background:transparent; color:#003d6b}
.page a:hover{color:#003d6b;}
.page span{font-size:30px;color:#005bab;border-bottom: solid 2px #0068b7;padding:6px 0;}
.page span.goprev,.page span.gonext {color:#3d3d3d; background: none; font-weight:bold; color:#ababab;}
.page span.count { border: 0;background: 0;color:#7d7d7d; width:auto;font-size:16px;border:none;}



/*联系我们*/
.about_content .part1 dt,.about_content_part2 .list_title{font-size:24px;color:#005BAB;border-bottom:1px solid #dddddd;font-weight:normal;}
.about_content dl{position:relative;z-index:2;}
.about_content dd{font-size:16px;color:#666;margin-bottom:10px;word-break: break-all;overflow:hidden;}
.about_content dd span{float:left;line-height:20px;width:90%;}
.about_content dd.phone_num span a{color:#666;cursor:default;}
.about_content dd .ico{margin-right:2%;float:left;}
.about_content .bj_ico{position:absolute;bottom:6%;right:0;display:block;z-index:1;-webkit-transform:translateX(0px);-ms-transform:translateX(0px);-o-transform:translateX(0px);transform:translateX(0px);}
.about_content .part1{position:relative;margin-bottom:75px;}
.about_content .part1 .map_box{width:100%;height:440px;background:url(../img/ab_content_p1_bj.jpg) no-repeat center;}
.about_content .part1_main{position:absolute;width:100%;height:100%;top:0;left:0;}
.about_content .main_box{padding:82px 3% 0px;}
.about_content .part1_main li{background:url(../img/white_95.png) repeat;position:relative;box-shadow:0 0 8px rgba(153,153,153,0.4);min-height:300px;}
.about_content .part1_main dl{padding:8% 6%;}
.about_content .part1_main dt{padding-bottom:20px;margin-bottom:20px;}
/*.about_content .part1_main dd a{cursor:text;color:#666;}*/
.about_content .part1 .bj_ico{height:140px;background:url(../img/content_part1_bj_ico.png) no-repeat;}
.about_content .part1 .bj_ico1{width:115px;right:2%;}
.about_content .part1 .bj_ico2{width:35px;background-position:-115px 0px;right:10%;}
.about_content .part1 .bj_ico3{width:50px;background-position:-150px 0px;right:10%;}
.about_content .main_box li:hover .bj_ico{-webkit-transform:translateX(-10px);-ms-transform:translateX(-10px);-o-transform:translateX(-10px);transform:translateX(-10px);}

.about_content_part2 .ipart_title{text-align:left;font-size:32px;}
.about_content_part2 .smal-24{min-height:300px;background:#fff;position:relative;}
.about_content_part2 .list_box{padding:30px 40px;}
.about_content_part2 .list_title{padding-bottom:14px;margin-bottom:20px;}
.about_content_part2 .contacts{height:30px;margin-bottom:6px;font-size:16px;color:#666666;}
.about_content_part2 .contacts em{font-size:18px;color:#000;margin-right:10px;}
.about_content_part2 dd{margin-bottom:6px;}
.about_content_part2 .span-16 dl{width:48%;margin-right:2%;}
.about_content_part2 .row:first-child{margin-bottom:33px;}
.about_content_part2 .bj_ico{width:120px;height:120px;background:url(../img/content_us_ico.png) no-repeat;right:2%;}
.about_content_part2 .bj_ico1{background-position:0px 0px;}
.about_content_part2 .bj_ico2{background-position:-120px 0px;}
.about_content_part2 .bj_ico3{background-position:0px -120px;}
.about_content_part2 .bj_ico4{background-position:-120px -120px;}
.about_content_part2 .list_box:hover .bj_ico{-webkit-transform:translateX(-10px) ;-ms-transform:translateX(-10px) ;-o-transform:translateX(-10px) ;transform:translateX(-10px) ;}





/*相册关闭按钮*/
body .album_ordinary .album_close{background:#005BAB;}


/*分页*/
.page_box{width:100%;padding:20px 0;}
.page_box .page_l{width:70%;text-align:left;}
.page_box .page_r{width:30%;text-align:right;}
.page_box a{display:inline-block;background-color:#e4eef5;padding: 18px 26px;color:#666;vertical-align:middle;}
.page_box a:hover,.page_box a.cur{background-color:#205DAC;color:#fff;}
.page_box .now_page{background:none;border:1px solid #e4eef5;box-sizing:border-box;}
.page_box .now_page:hover{background:none;border:1px solid #e4eef5;color:#666;}
.page_box .prev_page{background-image:url(../img/page_box_prev_ico.png);background-repeat:no-repeat;background-position:center;color:transparent;}
.page_box .prev_page:hover{background-image:url(../img/page_box_w.png);color:transparent;}
.page_box .page_r a{padding:18px 14%;}



/*返回顶部按钮*/
.gotop{width:60px;height:60px;background:url(../img/top.png) no-repeat;position:fixed;bottom:0;right:0;cursor:pointer;display:none;z-index:100;}
.gotop:hover{background-position:0px -60px;}




/*2017招聘综合*/
.job_center.channel_content{padding: 80px 0 0;}
.job_center .rect-524{padding-bottom:52.4%;}
.job_center .rect-54{ padding-bottom: 52.5%; }
.job_center .part1 .text_box{position:absolute;top:0;left:0;right:0;bottom:0;display:block;color:#fff;}
.job_center .part1 .left_box .text_box{padding:80px 42px 0px;}
.job_center .part1 .right_box .text_box{padding:10% 6%;}
.job_center .part1 .left_box .text_tit{font-size:47px;line-height:1;font-weight:normal;}
.job_center .part1 .left_box .text_p{font-size:24px;font-weight:bold;display:block;padding:10px 0px 30px;}
.job_center .part1 .left_box .more_btn{width:160px;}
.job_center .part1 .right_box .span-12{ background: #c79558; }
.job_center .part1 .right_box .span-12:first-child{ background: #005bab; }
.job_center .part1 .right_box .text_tit{font-size:30px;line-height:1;position:relative;padding:14px 0px;}
.job_center .part1 .right_box .text_tit:after{content:"";width:36px;height:2px;background:#fff;display:block;position:absolute;top:0;left:0;}
.job_center .part1 .right_box .text_p{font-size:20px;display:block;}

.job_center .part2{margin-bottom:80px;}
.job_center .part2_l{border:1px solid #c9c9c9;}
.job_center .part2_l a{ display: block; }
.job_center .part2_r{border:1px solid #c9c9c9;border-left:none;}
.job_center .part2_l .img_box{width:39.7%; margin-top: 5%; margin-left: 5%; }
.job_center .part2_l .text_box{width:43%;padding:5% 6%;}
.job_center .part2_l .list_title{font-size:18px;line-height:1.3;margin-bottom:10px;color:#000;}
.job_center .part2 .list_p{color:#757575;height:50px;overflow:hidden;font-size:16px;}
.job_center .part2_r{padding:26px 12%;display:block;}
.job_center .part2_r .list_title{font-size:18px;color:#000;padding: 4px 0px 10px;height: 56px;}
.job_center .part2_r .list_time{font-size:16px;line-height:1;color:#666;}

.job_center .part3{background:url(../img/job_center_part3_bj.jpg) no-repeat center;padding:80px 0px;}
.job_center .part3_title{font-size:36px;text-align:center;color:#fff;margin-bottom:30px;}
.job_center .part3_form{text-align:center;}
.job_center .form_box{display:inline-block;*display:inline;*zoom: 1;vertical-align:middle;width:30%;margin:0 1%;}
.job_center .select_box{width:100%;height:57px;line-height:57px;background:#d5dbe0;border:none;border-radius:0;text-align:left;}
.job_center .inp_box{width:72%;height:57px;line-height:57px;background:#d5dbe0;border:none;margin:0;padding:0 4%;vertical-align:middle;}
.job_center button{width:20%;background:#c79558;color:#fff;padding:0;margin:0;height:57px;line-height:57px;border:none;margin-left:-4px;}
.job_center .select-ui-choose-default ._txt{padding:0 20% 0 4%;}
.job_center .select-ui-choose-default ._arrow{width:20%;background:#c79558;}
.job_center .select-ui-choose ._arrow .arr{left:50%;margin-left:-.2em;border-color: #fff transparent transparent;}
.job_center .select-ui-choose-default-bottom.on{border-radius:0px;}
.job_center .select-ui-choose-default.on ._arrow .arr{border-color: transparent transparent #fff;}

/*widgets_xc_job_list_7 招聘列表*/
.widgets_xc_job_list_7 .wrap{}
.widgets_xc_job_list_7 .sx_item{margin-bottom:24px; overflow: hidden;}
.widgets_xc_job_list_7 .sx_item span{display: inline-block;float: left;margin-right:20px;}

.widgets_xc_job_list_7 .sx_xx{float: left;}
.widgets_xc_job_list_7 .sx_xx span{font-weight: normal;cursor: pointer;margin-right: 20px;}
.widgets_xc_job_list_7 .sx_xx span:hover{color: #005BAB;}
.widgets_xc_job_list_7 .sx_xx span.on{color: #005BAB;}
.widgets_xc_job_list_7 .job_search{ width:60%; line-height:40px; border:1px solid #dddddd; padding:0 2%; overflow: hidden; margin-bottom:40px;}

.widgets_xc_job_list_7 .job_search input{height:40px;line-height: 40px; width: 70%; float:left; border:none; padding:0; margin:0;}
.widgets_xc_job_list_7 .job_search button{height: 40px; border:none; cursor: pointer; color:#dddddd; font-size:18px; background:none; float: right; outline:none;}
.widgets_xc_job_list_7 .widget-job-1{margin-bottom: 40px;background-color:#fff; }
.widgets_xc_job_list_7 .widget-job-1 .first { background: #fff; border-bottom: none; padding: 0; height: 60px;line-height: 60px;}
.widgets_xc_job_list_7 .widget-job-1 li { border-top: 1px solid #eee; float: left; width: 100%; height: 75px; line-height: 75px; background-color: #fff;}
.widgets_xc_job_list_7 .widget-job-1 li.j_t {  border-bottom:1px dashed #eee;}
.widgets_xc_job_list_7 .widget-job-1 li.j_t.j_t_cur{}
.widgets_xc_job_list_7 .widget-job-1 li.j_c { height: auto; line-height: 2; background-color:#eee; display: none;}
.widgets_xc_job_list_7 .widget-job-1 ._t1 { width: 39%; margin-right: 5%;padding-left:5%;text-align:left}
.widgets_xc_job_list_7 .widget-job-1 ._t2 { width: 20%; }
.widgets_xc_job_list_7 .widget-job-1 ._t3 { width: 17%; }
.widgets_xc_job_list_7 .widget-job-1 ._t4 { width: 17%; }
.widgets_xc_job_list_7 .widget-job-1 ._t5 { width: 14%; }
.widgets_xc_job_list_7 .widget-job-1 ._t6 { width: 15%; cursor: pointer;}
.widgets_xc_job_list_7 .widget-job-1 .first ._ut { float: left; text-align: center; color: #000; font-weight: 700; font-size: 18px;}
.widgets_xc_job_list_7 .widget-job-1 .first ._t1 { width: 39%; margin-right: 5%;padding-left:5%;text-align:left}

.widgets_xc_job_list_7 .widget-job-1 li ._un { float: left; text-align: center; height: 75px;  white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.widgets_xc_job_list_7 .widget-job-1 li ._t1{text-align:left}
.widgets_xc_job_list_7 .widget-job-1 ._jcon { padding: 4% 6% ; position:relative;}
.widgets_xc_job_list_7 .widget-job-1 ._title { font-size: 18px; color: #333333; }
.widgets_xc_job_list_7 .widget-job-1 ._part {margin-bottom:40px;}

.widgets_xc_job_list_7 .widget-job-1 .ewm_box{position:absolute; bottom:10%; right:10%; text-align:center;}
.widgets_xc_job_list_7 .widget-job-1 .ewm_box h4{color:#666666; padding:20px 0px; font-weight:normal;}
.widgets_xc_job_list_7 .widget-job-1 .more_btn{border-color:#005BAB; background:#005BAB;}
.widgets_xc_job_list_7 .widget-job-1 .ewm_box .rect-100{ padding-bottom: 100%; }


/*招聘政策*/
.service_index_p4{background:url(../img/job_policy_bj.jpg) no-repeat center;}
.service_index_p4 ul{overflow:hidden;}
.service_index_p4 li{margin-left:-1px;width:20%; }
.service_index_p4 li:last-child{float:right;}
.service_index_p4 .list_box{overflow:hidden; border-left: 1px solid rgba(255, 255, 255, 0.15);display:block;height:480px; color:#fff; padding:40px 0px;}
.service_index_p4 .list_number{ font-family:'Helvetica Neue'; font-size: 72px; font-weight:bold; color:#fff; border-left:3px solid #fff; padding-left:30px; margin-bottom:20px; line-height:1; display:block;}
.service_index_p4 .list_title{font-size:20px; padding-left:30px; margin-bottom:20px;}
.service_index_p4 dl{padding-left:30px; margin-bottom:16px;}
.service_index_p4 dt{font-size:16px; color:#e9e9e9; }
.service_index_p4 dd{font-size:14px; display:none; padding-right:20%;}
.service_index_p4 li.cur{width:40%;}
.service_index_p4 li.cur .list_title{font-size:26px; color:#d39157;}
.service_index_p4 li.cur .list_number{color:#d39157; border-color:#d39157;}
.service_index_p4 li.cur dd{display:block;}
.service_index_p4 li.cur dt{font-weight:bold; font-size:20px; margin-bottom:10px;}

.job_policy .tab_t_box{margin-bottom:50px;}
.job_policy .tab_t{display:inline-block; vertical-align:middle; font-size:24px; color:#666666; font-weight:bold; margin:0 3%;}
.job_policy .tab_t .tab_ico{width:50px; height:50px; display:inline-block; vertical-align:middle; margin-right:6px; background: url(../img/rczc.png) no-repeat; background-position:0 -50px;}
.job_policy .tab_t .ico2{ background-position: -50px -50px; }
.job_policy .tab_t .ico3{ background-position: -100px -50px; }
.job_policy .tab_t.tab_t_cur .ico1{background-position: 0 0;}
.job_policy .tab_t.tab_t_cur .ico2{background-position: -50px 0;}
.job_policy .tab_t.tab_t_cur .ico3{background-position: -100px 0;}
.service_index_p4 .list_box .dl_box{ position: relative; height: 300px; overflow: hidden; width:470px;}
body .scrollbar-ui .scroll_bar{ margin-right: 20px; }
body .scrollbar-ui .scroll_slider{ opacity: 1; filter: alpha(opacity=100); }
.widgets_xc_job_list_7 .widget-job-1 ._part{ line-height: 2; }
.widgets_xc_job_list_7 .widget-job-1 ._part p{ margin-bottom: 20px; }
.job_center .part1 .right_box .span-12{ overflow: hidden; z-index: 1; }
.job_center .part1 .right_box .span-12:after{ content: ""; width: 100%; height: 100%; background-color: #c18740; display: block; position: absolute; top: 0; right: 100%; z-index: -1; transition: all 0.5s ease; }
.job_center .part1 .right_box .span-12:hover:after{ right: 0; }
.job_center .part1 .right_box .span-12:first-child:after{ background-color: #004291; }

/*简历投递*/
.Form-J1 { padding-bottom:40px;}
.Form-J1 .Form-J1-Left { float: left; width: 50%; }
.Form-J1 .Form-J1-right { float: right; width: 50%; }
.Form-J1 .Form-J1-li { padding-top: 10px; }
.Form-J1 .Form-J1-li label { width: 5em; display: inline-block; color: #666; vertical-align: middle; font-size:13px;}
.Form-J1 .Form-J1-li input { height: 28px; line-height: 28px; border: 1px #ddd solid; width: 70%;}
.Form-J1 .Form-J1-li textarea { border: 1px #ddd solid; width: 70%; padding:0; height:119px;vertical-align:middle;}
.Form-J1 .Form-J1-li em { color: red; vertical-align: middle; padding-left: 10px; }
.Form-J1 .Form-J1-li input._yzm { width: 20%; }
.Form-J1 .Form-J1-li img { vertical-align: middle; padding-left: 10px; cursor: pointer; height:30px; }
.Form-J1 .Form-J1-li b { color: #666; font-size: 12px; padding-left: 4px; }
.Form-J1 .Form-J1-li select { border: 1px #ddd solid; width: 70%; padding: 7px 0;color:#888888;box-sizing: content-box;}
.Form-J1 .Form-J1-Btn { clear: both; text-align: center; padding-top: 40px; }
.Form-J1 .Form-J1-Btn button { width:16%;height:45px;text-align:center;line-height:45px;display:inline-block;*display:inline;*zoom: 1;font-size:14px;color:#ffffff;margin:0px 4px; border:none;padding:0;margin:0;outline:none;}
.Form-J1 .Form-J1-Btn ._submit { background-color:#005BAB; margin-right: 10px; color:#FFFFFF;border: 1px solid #005BAB;}
.Form-J1 .Form-J1-Btn ._reset {border: 1px solid #ddd;background-color: #FFF;color: #666;}

.job_policy .tab_t.tab_t_cur{ color: #d39157; }
.service_index_p4 .transition05{ transition: all 1.5s ease; -webkit-transition: all 1.5s ease; }
.job_center .part2 .pt_hd{ width: 70%; margin: 50px auto 30px; text-align: center; color: #666; }
.job_center .part2 .pt_hd .title{ font-weight: bold; font-size: 36px; }
.job_center .part2 .pt_hd .decs{ font-size: 16px; }
.job_center .full-row .span-12:hover .list_title,.job_center .full-row .span-6:hover .list_title{ color: #005bab; }
.job_center .part1 .right_box .text_tit{ font-size: 14px; }


/*2018-08-03*/
.job_school{padding:0;}
.job_school .pt1{padding:50px 0 100px; background:#eef2f5;}
.job_school .pt1 .title{font-size:36px; color:#666666; line-height:1; margin-bottom:50px; text-align:center; font-weight:bold;}
.job_school .pt1 .l_box{width:50%;}
.job_school .pt1 .r_box{width:49%;}
.job_school .pt1 .l_box .map_box{position:relative;}
.job_school .pt1 .l_box .map_box .point_area{position:absolute; width:50px; height:50px;-webkit-transition: opacity 0.5s ease-out; -moz-transition: opacity 0.5s ease-out; -o-transition: opacity 0.5s ease-out; transition: opacity 0.5s ease-out; z-index:1;}
.job_school .pt1 .l_box .map_box .point_area .point{position:absolute; top:0; left:0; right:0; bottom:0; width:10px; height:10px; margin:auto; border-radius:50%;}
.job_school .pt1 .l_box .map_box .point_area .point-dot{background:#2b63a5;}
.job_school .pt1 .l_box .map_box .point_area .point-20,.job_school .pt1 .l_box .map_box .point_area .point-40{width:100%; height:100%;}
@keyframes ripple {
	0% { left: 0; top: 0; opacity: 0.3; width: 0; height: 0; }
	100% { left: 0; top: 0; opacity: 0; width: 100%; height: 100%; }
}
@-webkit-keyframes ripple {
	0% { left: 0; top: 0; opacity: 0.3; width: 0; height: 0; }
	100% { left: 0; top: 0; opacity: 0; width: 100%; height: 100%; }
}
@-moz-keyframes  ripple {
	0% { left: 0; top: 0; opacity: 0.3; width: 0; height: 0; }
	100% { left: 0; top: 0; opacity: 0; width: 100%; height: 100%; }
}
@-o-keyframes ripple {
	0% { left: 0; top: 0; opacity: 0.3; width: 0; height: 0; }
	100% { left: 0; top: 0; opacity: 0; width: 100%; height: 100%; }
}
.job_school .pt1 .l_box .map_box .point_area .point-20:after{content:''; position:absolute; display:block; top:0; right:0; left:0; bottom:0; margin:auto; border-radius:50%; border:2px solid #2b63a5; opacity:0; -webkit-animation: ripple 4500ms ease-out 450ms infinite; -moz-animation: ripple 4500ms ease-out 450ms infinite; -o-animation: ripple 4500ms ease-out 450ms infinite; animation: ripple 4500ms ease-out 450ms infinite;}
.job_school .pt1 .l_box .map_box .point_area .point-40:after{content:''; position:absolute; display:block; top:0; right:0; left:0; bottom:0; margin:auto; border-radius:50%; border:2px solid #2b63a5; opacity:0; -webkit-animation: ripple 4500ms ease-out 900ms infinite; -moz-animation: ripple 4500ms ease-out 900ms infinite; -o-animation: ripple 4500ms ease-out 900ms infinite; animation: ripple 4500ms ease-out 900ms infinite;}
.job_school .pt1 .l_box .map_box .point_area .list_boll{width:8px;height:8px;border:2px solid #005bab;display:block;border-radius:50%;box-shadow: 0px 0px 14px 3px #005bab;position:relative;-webkit-animation: bordershow 3s infinite;-moz-animation: bordershow 3s infinite;animation: bordershow 3s infinite;}
.job_school .pt1 .l_box .map_box .point_area .list_boll:after,.job_school .pt1 .l_box .map_box .point_area .list_boll:before{content:"";width:20px;height:20px;background:#fff;background:rgba(255,255,255,0.5);box-shadow: 0px 0px 4px rgba(255,255,255,0.5);display:block;border-radius:50%;position:absolute;top:-6px;left:-6px;}
.job_school .pt1 .l_box .map_box .point_area .list_boll:after{-webkit-animation: boderM 3s infinite;-moz-animation: boderM 3s infinite;animation: boderM 3s infinite;}
.job_school .pt1 .l_box .map_box .point_area .list_boll:before{-webkit-animation: boderM 3s .75s infinite;-moz-animation: boderM 3s .75s infinite;animation: boderM 3s .75s infinite;}

.job_school .pt1 .tabt_box .tab_t{width:16.66667%; text-align:center; font-size:20px; color:#666666; font-weight:bold; line-height:50px;position:relative; cursor:pointer;}
.job_school .pt1 .tabt_box {border-bottom:1px solid #e1e2e1;}
.job_school .pt1 .tabt_box .tab_t.on:after{content:'';position:absolute; width:60%; left:20%; height:2px; background:#2b63a5; bottom:0;}
.job_school .pt1 .tabc_box {font-size:16px; color:#666666; text-align:center; margin-bottom:30px;}
.job_school .pt1 .tabc_box .tit{background:#e2edf5; line-height:56px;}
.job_school .pt1 .tabc_box .city{width:20%; float:left;}
.job_school .pt1 .tabc_box .school{width:34%; float:left;}
.job_school .pt1 .tabc_box .time{width:23%; float:left;}
.job_school .pt1 .tabc_box .ads{width:23%; float:left;}
.job_school .pt1 .tabc_box .tabc{display:none;}
.job_school .pt1 .tabc_box .tabc.active{display:block;}
.job_school .pt1 .tabc_box .tabc ul{line-height:56px;}
.job_school .pt1 .tabc_box .tabc li{line-height:56px; border-bottom:1px solid #e2edf5;}
.job_school .pt1 .more_btn{background:#005bab; border-color:#005bab; color:#fff;}
.job_school .pt1 .more_btn:hover{background:#004291; border-color:#004291;}
.job_school .pt1 .more_btn a{color:#fff;}
.job_school .pt2{padding:80px 0; background:#fff;}
.job_school .pt2 .title{font-size:36px; color:#666666; line-height:1; margin-bottom:50px; text-align:center; font-weight:bold;}

.job_school .pt2  .owl-carousel .item{padding:5px;}
.job_school .pt2  .owl-carousel .pd{padding:40px 0; box-shadow:1px 1px 15px rgba(0,0,0,.2); text-align:center; font-size:0;}
.job_school .pt2  .owl-carousel .pd .icon{width:70px; height:70px; display:inline-block; *display:inline; *zoom:1; margin-bottom:10px; background: url(../img/jobicon.png) no-repeat;}
.job_school .pt2  .owl-carousel .pd .ico2{ background-position: -70px 0; }
.job_school .pt2  .owl-carousel .pd .ico3{ background-position: -140px 0; }
.job_school .pt2  .owl-carousel .pd .ico4{ background-position: -210px 0; }
.job_school .pt2  .owl-carousel .pd .ico5{ background-position: -280px 0; }
.job_school .pt2  .owl-carousel .pd .ico6{ background-position: -350px 0; }
.job_school .pt2  .owl-carousel .pd .t{font-size:16px; color:#666;}
.job_school .pt2  .owl-carousel  a{display:block; user-select:none;}
.job_school .pt2  .owl-carousel .pd:hover{background:#005bab;}
.job_school .pt2  .owl-carousel .pd:hover .t{color:#fff;}
.job_school .pt2  .owl-carousel .pd:hover .ico1{ background-position: 0 -70px; }
.job_school .pt2  .owl-carousel .pd:hover .ico2{ background-position: -70px -70px; }
.job_school .pt2  .owl-carousel .pd:hover .ico3{ background-position: -140px -70px; }
.job_school .pt2  .owl-carousel .pd:hover .ico4{ background-position: -210px -70px; }
.job_school .pt2  .owl-carousel .pd:hover .ico5{ background-position: -280px -70px; }
.job_school .pt2  .owl-carousel .pd:hover .ico6{ background-position: -350px -70px; }
.job_school .pt2 .owl-nav {display:none;}
.job_school .pt2  .owl-carousel:hover .owl-nav{display:block;}
.job_school .pt2 .owl-nav .owl-prev{width:80px; height:80px; background:url(../img/2018/jobschool_arr.png) 0 0 no-repeat; position:absolute; top:50%; margin-top:-40px; left:-80px; font-size:0;}
.job_school .pt2 .owl-nav .owl-prev.disabled{display:none;}
.job_school .pt2 .owl-nav .owl-next{width:80px; height:80px; background:url(../img/2018/jobschool_arr.png) -80px 0 no-repeat; position:absolute; top:50%; margin-top:-40px; right:-80px; font-size:0;}
.job_school .pt2 .owl-nav .owl-next.disabled{display:none;}
.job_school .pt3{padding:60px 0;}
.job_school .pt3 .title{font-size:36px; color:#666666; line-height:1; margin-bottom:50px; text-align:center; font-weight:bold;}
.job_school .pt3 .list_share .pd{padding:35px; background:#fff;}
.job_school .pt3 .list_share .pd .time{font-size:14px; color:#666666; margin-bottom:10px; line-height:1;}
.job_school .pt3 .list_share .pd .tit{font-size:18px; color:#333; line-height:1; margin-bottom:30px; font-weight:bold;}
.job_school .pt3 .list_share .pd .more{font-size:14px; color:#005BAB;}

/*preach*/
.job_common_bar.l_bar{width:21%;}
.job_common_bar.l_bar .img_box img{width:100%;}
.job_common_bar.l_bar .list_cat li{font-size:22px; color:#666666; line-height:90px; text-align:center; border-bottom:1px solid #dedede; background:#fff;}
.job_common_bar.l_bar .list_cat li a{display:block;}
.job_common_bar.l_bar .list_cat li.last{border:none;}
.job_common_bar.l_bar .list_cat li:hover,.job_common_bar.l_bar .list_cat li.cur{background:#005baa; color:#fff;}
.job_common_bar.l_bar .list_cat li a:hover{color:#fff;}

.preach .r_content{width:75%;}
.preach .r_content .pd{padding:50px 40px 80px; background:#fff;}
.preach .r_content .s_box{padding-bottom:20px; border-bottom:1px solid #eae9e9; margin-bottom:25px;}
.preach .r_content .s_box .area_box{width:48%; height:45px; overflow:hidden; transition:all 0.5s ease;}
.preach .r_content .s_box .area_box.drop{}
.preach .r_content .s_box .keysearch{width:20%; border:1px solid #dbdbdb; line-height:40px; border-radius:30px;  position:relative;}
.preach .r_content .s_box .keysearch .ipt_box{padding-right:40px;}
.preach .r_content .s_box .keysearch .icon{position:absolute; right:0; width:40px; top:0; display:block; background:url(../img/2018/breach_sear.png) center center no-repeat; height:40px;  box-shadow:none; border:none; outline:none; cursor:pointer;}
.preach .r_content .s_box .keysearch .ipt_box input{width:100%; height:40px; line-height:40px; background:none; border:none; outline:none; text-indent:20px;}
.preach .r_content .s_box .area_box .area_list li{line-height:45px; font-size:14px; color:#666666; margin-right:25px; float:left; cursor:pointer;}
.preach .r_content .s_box .area_box .area_list li.cur{color:#005BAB;}
.preach .r_content .s_box .area_more .icon{width:9px; height:5px; background:url(../img/2018/preach_arr.png) 0 0 no-repeat; margin-right:10px; display:inline-block; *display:inline; *zoom:1; vertical-align:middle;}
.preach .r_content .s_box .area_more.drop .icon{background-position:-9px 0;}
.preach .r_content .s_box .area_more {font-size:14px; color:#005baa;}
.preach .r_content .s_box .area_more{line-height:45px; cursor:pointer;}
.preach .r_content .list_box li{margin-bottom:30px; }
.preach .r_content .list_box .bor{border:1px solid #eeeeee; display:block;}
.preach .r_content .list_box .tip {margin-bottom:10px; text-align:right;}
.preach .r_content .list_box .tip span{padding:0 20px; line-height:30px; font-size:15px; color:#666; background:#f6f6f6; display:inline-block;}
.preach .r_content .list_box .tit{font-size:24px; color:#666; font-weight:bold; text-align:center; line-height:1; margin:25px 0; position:relative;}
.preach .r_content .list_box .tit:after{content:''; position:absolute; width:60%; left:20%; bottom:-30px; height:1px; background:#e2ded5;}
.preach .r_content .list_box .con{padding:30px;}
.preach .r_content .list_box .con .item{font-size:14px; color:#666; margin-bottom:10px; /*text-overflow:ellipsis; overflow:hidden; white-space:nowrap;*/}
.preach .r_content .list_box li:hover .item{color:#005BAB;}
.preach .r_content .list_box .img_box{text-align:center;}
.preach .r_content .list_box .con .item.dz{line-height:20px; height:40px; overflow:hidden;}
/*job_list_new*/
.owl-carousel{visibility:hidden;}
.owl-carousel.owl-loaded{visibility:visible;}
.job_list_new .r_content{width:75%;}
.job_list_new .r_content .item .icon{width:42px; height:42px; margin:0 auto 20px; background:url(../img/2018/job_icons.png) 0 0 no-repeat;}
.job_list_new .r_content .owl-carousel{margin-bottom:25px;}
.job_list_new .r_content .item1 .icon{background-position:0 0;}
.job_list_new .r_content .item1.cur .icon{background-position:0 -42px;}
.job_list_new .r_content .item2 .icon{background-position:-42px 0;}
.job_list_new .r_content .item2.cur .icon{background-position:-42px -42px;}
.job_list_new .r_content .item3 .icon{background-position:-84px 0;}
.job_list_new .r_content .item3.cur .icon{background-position:-84px -42px;}
.job_list_new .r_content .item4 .icon{background-position:-126px 0;}
.job_list_new .r_content .item4.cur .icon{background-position:-126px -42px;}
.job_list_new .r_content .item5 .icon{background-position:-168px 0;}
.job_list_new .r_content .item5.cur .icon{background-position:-168px -42px;}
.job_list_new .r_content .item6 .icon{background-position:-210px 0;}
.job_list_new .r_content .item6.cur .icon{background-position:-210px -42px;}
.job_list_new .r_content .item7 .icon{background-position:-252px 0;}
.job_list_new .r_content .item7.cur .icon{background-position:-252px -42px;}
.job_list_new .r_content .item .tit{font-size:16px; color:#666666; text-align:center; line-height:27px;}
.job_list_new .r_content .item.cur .tit{color:#005BAB;}
.job_list_new .widgets_xc_job_list_7 .widget-job-1 ._t1{margin-right:0;}
.job_list_new .widgets_xc_job_list_7 .widget-job-1 ._t2{width:46%;}
.job_list_new .widgets_xc_job_list_7 .widget-job-1 .first ._ut{text-align:left; text-indent:40px;}
.job_list_new .widgets_xc_job_list_7 .widget-job-1 ._un{text-align:left; text-indent:40px;}
.staff_mien_new .r_content{width:75%;}
.staff_mien_new .staff_mien{padding:0;}
.staff_mien_new .staff_mien .list_p{height:56px; overflow:hidden; margin-bottom:24px;}
.job_list_new .widgets_xc_job_list_7 .widget-job-1 .no_data{line-height:75px;}
/*20180807修改*/
.job_center .part2_l .text_box{padding:26px 6%;}
.job_center .part2_l .list_title{height:75px; overflow:hidden; line-height:25px; margin-bottom:11px;}
.job_center .part2_l.nopic .img_box{display:none;}
.job_center .part2_l.nopic .text_box{width:88%;}
.job_center .part2_l.nopic .list_title{ height: 50px; }
.job_center .part2_l.nopic .list_p{ height: 75px; }
.preach .showall{ display: block; text-align: center; cursor: pointer; color: #005BAB; }
.preach .showall.hide{ display: none; }

.job_center .part2_l .text_box .list_time{ font-size: 16px; }
.job_center .part2_l .list_title{ height: 50px; }
/*挂件分页样式*/
.util-page{ font-size:0; color: #000; text-align: center;}
.util-page .gobutton,.util-page .sl,.util-page .num,.util-page .count { color: #000;display: inline-block;border: 1px solid #ededed;margin:10px 0;padding:5px 10px;vertical-align: middle;margin: 0 0 10px -1px;background: #fff; font-size:16px ;font-weight:normal; }
.util-page .gobutton:hover,.util-page .num:hover,.util-page .current{color:#fff; background:#005baa;}
.util-page span.gobutton,.util-page span.gobutton:hover { color:#000; background-color:#eee; }
.util-page .gobutton .ion{ font-size: .8em;}
.util-page .count { margin-left:10px; color:#000; background:none; border:none; }
.util-page span.jump{ background: none; color: #000;display: inline-block; margin: 0 7px; vertical-align: top;  }
.util-page span.jumpto,.util-page span.jumpto_text,.util-page span.jumpto_text{ background: none; border: none;color: #000; font-size: 14px; }
.util-page .jumpto_inp{ width: 40px; text-align: center; height: 37px; line-height: 37px; vertical-align: top; }










.ftpk{margin-top:15px;overflow:hidden}
.ftpk .a{float:left;width:23%;margin-left:2.666666666%;margin-bottom:15px;}
.ftpk .b{width:100%;overflow:hidden;background:#fff;}
.ftpk .c{width:100%;height:100%;height:0;position:relative;padding-bottom:60%;background-position: center;background-size: contain;background-repeat: no-repeat;}
.ftpk .d{position:relative;height:48px;line-height:48px;padding:0 10px;overflow:hidden;text-align:center;font-size:16px;background:#ccc}
.ftpk .d a{position:absolute;width:100%;height:100%;z-index:1;left:0;top:0}
.ftpk .d:after{content:"";width:100%;height:100%;background-color:#005BAB;position:absolute;display:block;top:0;right:100%;z-index:0;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.ftpk .a:hover .d:after{right:0;}
.ftpk .a:hover .d a{color:#fff;}
.ftpk .a:nth-child(4n+1){margin-left:0}

.ywmxr{margin-bottom:15px}
.ywmxr .a{cursor:pointer;position:relative;height:60px;line-height:60px;padding:0 25px;font-size:20px;color:#fff;background-color:#005BAB}
.ywmxr a{display:block;margin-bottom:0px;height:0px;padding:0 25px;font-size:16px;background-color:#fff;overflow:hidden;}

.ywmxr .a:after{content:"";width:8px;height:13px;background:url('../img/jt.png') no-repeat;position:absolute;top:22px;right:20px;}
.ywmxr.cur .a:after{content:"";width:8px;height:13px;background:url('../img/jt.png') no-repeat;position:absolute;top:22px;right:20px;
	transform:rotate(90deg);
	transition-duration:1s;	
-ms-transform:rotate(90deg); 	
-ms-transition-duration:1s;	
-moz-transform:rotate(90deg); 
-moz-transition-duration:1s;	
-webkit-transform:rotate(90deg);
-webkit-transition-duration:1s;	 
-o-transform:rotate(90deg);
-o-transition-duration:1s;	
	}
.ywmxr.cur a{
	height:44px;line-height:44px;
	margin-bottom:2px;
	-webkit-transition:-webkit-transform 1s,background 1s,width 1s,height 1s,font-size 1s;
     -o-transition-property:width,height,-o-transform,background,font-size;
     -o-transition-duration:1s,1s,1s,1s,1s;
     -moz-transition-property:width,height,-o-transform,background,font-size;
     -moz-transition-duration:1s,1s,1s,1s,1s;
     transition-property:width,height,transform,background,font-size;
     transition-duration:1s,1s,1s,1s,1s;
	}
	
.ywmxr .cur{color: #005BAB}



#xmal .a{float:left;width:49%;margin-left:2%;margin-bottom:25px;padding:10px 10px 30px;background-color:#fff;}
#xmal .b{float:left;width:38%;overflow:hidden;background:#fff;}
#xmal .c{width:100%;height:100%;height:0;position:relative;padding-bottom:70%;background-position: center;background-size: cover;background-repeat: no-repeat;}
#xmal .a:nth-child(2n+1){margin-left:0}
#xmal .d{float:right;width:56%}
#xmal .d a{display:block;font-size:20px;height:2.5em;line-height:1.25em;overflow:hidden;}
#xmal .e{color:#999;margin-top:25px;height:4.8em;overflow:hidden}
.pagek{margin:0 auto;width:80%}

.ttime{margin:10px 0;height:50px;line-height:50px;font-size:16px;color:#999;border-top:1px #eef2f5 solid}

.qywh{
	padding:70px 110px;
	background-color:#fff;
	text-align:center;
}
.qywhby{
	position:relative;
	min-height:550px;
	
}
.qywhby:after{content:"";width:100%;height:100%;background-color:rgb(0,0,0,0.6);position:absolute;display:block;top:0;right:0;z-index:0;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
.qywhby .a{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	padding:120px 20px;
}
.qywhby .b{
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#5ca975;
}
.qywhby .c{
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	padding:20px;
}

.ChinaMap{
	position:relative;
	overflow:hidden;
}

.fwwl{
	margin-right:200px;
	overflow:hidden;
}

.fwwl .a{
	float:right;
	
}

.fwwl .b{
	float:left;
	position:relative;
	overflow:hidden;
}

.fwwl .c{
	float:right;
	width:20px;
	line-height:1.2em;
	font-size:20px;
	color:#fff;
	background:#5ca975;
	text-align:center;
	padding:20px 10px;
	overflow:hidden;
}

.fwwl .d{
	float:right;
	width:65px;
	margin:0 10px;
	overflow:hidden;
}
.fwwl .d span{
	display:block;
	cursor:pointer;
	line-height:1.6em;
	padding:0 10px;
}


.fwwl .d span.cur{
	color:#fff;
	background:#5ca975;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.fwwl .f{
  position:absolute;
  left:0;
  bottom:0;
  z-index:1;	
  font-size:20px;
}
.fwwl .x{display: flex;
  align-items: baseline;;}
.fwwl .y{padding-left:5px;}
.fwwl .f1{
	font-size:50px;
	color:#7c8081;
	float:left;
	line-height:1em;
	font-weight:bold;
}

.fwwl .f2{
	float:left;
	padding-left:10px;
}

.ipart6  .ipart_hd{position:relative;overflow:hidden;background-color:#fff}
.zyfz{
	position:relative;
	
	overflow:hidden;
	background-color:#fff;
}
.zyfz:after{
	content:'';
	position:absolute;
	z-index:0;
	width:calc(100% - 60px);
	height:6px;
	background-color:#EEF2F5;
	top:76px;
	left:30px;
}
.zyfz .a,.zyfz .b{position:relative;z-index:1}
.zyfz .a{
	position:relative;
	height:40px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#333;
}
.zyfz .aaa:after{
	content:'';
	position:absolute;
	width:16px;
	height:16px;
	border-radius:8px;
	background-color:#005BAB;
	bottom:-18px;
	left:50%;
	margin-left:-10px;
}
.zyfz .list_border{position:relative;z-index:1;width:14px;height:14px;background:#005BAB;border-radius:50%;display:block;margin:2px auto;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);-o-transform:translateY(0px);transform:translateY(0px);}
.zyfz .list_border:after,.zyfz .list_border:before{content:"";width:100%;height:100%;display:block;position:absolute;top:0;left:0;background:rgba(92,173,117,.5);border-radius:50%;}
/*.ab_index03 li:hover .list_time,.ab_index03 li:hover .list_title01,.ab_index03 li:hover .list_title02{text-shadow: 6px 6px 10px #000;transform:translate(-2px,-2px);-webkit-transform:translate(-2px,-2px);}*/
.zyfz .mybox:hover .list_border{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);-o-transform:translateY(-2px);transform:translateY(-2px);}
.zyfz .mybox:hover .list_border:before{-webkit-animation: boderM 3s infinite;-moz-animation: boderM 3s infinite;animation: boderM 3s infinite}
.zyfz .mybox:hover .list_border:after{-webkit-animation: boderM 3s .75s infinite;-moz-animation: boderM 3s .75s infinite;animation: boderM 3s .75s infinite;}

.zyfz .b{
	padding:30px 0;
	font-size:14px;
	color:#666;
}
.fl{float:left}
.fr{float:right}
.oh{overflow:hidden}
.pr{position:relative;}
.pa{position:absolute;}
.pd10{padding:10px;}
.pd20{padding:20px;}
.pd30{padding:30px;}
.w2{width:50%;}
.w3{width:33.3333%;}
.w4{width:25%;}
.w5{width:20%;}
.w6{width:16.6666%;}

.lxwm{
	padding:30px;
	background:#fff;
	overflow:hidden;
}

.lxwm .map{
	float:left;
	width:72%;
	height:358px;
}
.lxwm .qyly{
	float:right;
	width:25%;
	height:358px;

}
.s760{display:none;}

.ipart5_list h3{margin-top:180px;text-align:center;font-size:24px}

.qyly .a{font-size:23px;color:#000;margin-bottom:15px}
.qyly .b{display:block;border:1px #eee solid;height:38px;line-height:38px;padding:0 10px;width:100%;margin-bottom:10px;}
.qyly .c{display:block;border:1px #eee solid;height:200px;line-height:30px;padding:10px;width:100%;margin-bottom:10px;}
.qyly .d{display:block;width:100%;cursor:pointer;height:50px;line-height:50px;text-align:center;font-size:16px;color:#fff;background:#005BAB;border:0;}

/*=========================*/
.mybox{
	-webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.img_1{
	background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img_2{
	background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.page_footer .a{padding:25px 0;background-color:#205dac}
.page_footer .b{text-align:center}
.page_footer .c{display:inline-block;margin:0 5px;font-size:15px;line-height:2;color:#fff}
.page_footer .c a:hover{color:#f1f1f1}

.sytitle1{margin:0 auto 60px;background-image:url(/static/img/s1.png);width:441px;height:71px;}
.sytitle2{margin:0 auto 60px;background-image:url(/static/img/s2.png);width:441px;height:71px;}
.sytitle3{margin:0 auto 60px;background-image:url(/static/img/s3.png);width:441px;height:71px;}

.ipart1{padding:70px 0 50px}
.ipart1 .a{float:left;width:40%;height:0;padding-bottom:31.6%;border-radius:15px}
.ipart1 .b{float:right;width:57.5%;}
.ipart1 .c{line-height:2.2222;color:#999;font-size:18px;height:312px;overflow:hidden}
.ipart1 .d{display:block;margin-top:27px;width:120px;height:40px;line-height:40px;text-align:center;font-size:18px;color:#fff;background-color:#205dac;border-radius:10px}

.ipart2{background-color:#f9f9f9;}
.ipart2 .a{padding:40px 8.333333%;}
.ipart2 ul{margin:0 auto;}
.ipart2 ul li{position:relative;float:left;width:50%;padding:0 8.5% 20px 8.5%}
.ipart2 ul li:nth-child(2n+1):after{content:'';position:absolute;width:1px;height:100%;top:0;right:0;background:#e3e3e3}
.ipart2 .b{position:relative;}
.ipart2 .c{position:absolute;top:0;right:0;width:80px;height:80px;line-height:80px;text-align:center;border-radius:40px;background:#fff;font-size:30px;color:#444;}
.ipart2 .e{font-size:16px;color:#999;line-height:2.5}
@media only screen and (max-width: 1200px) {
	.ipart2 ul li{width:100%}
	.ipart2 ul li:nth-child(2n+1):after{content:'';position:absolute;width:0px;height:100%;top:0;right:0;background:#e3e3e3}
	.ipart2 .c{position:static}
}
@media only screen and (max-width: 600px) {
	.sytitle1,.sytitle2,.sytitle3{width:100%}
	.ipart1 .a,.ipart1 .b{float:none;width:100%}
	.ipart1 .c{height:auto}
	.ipart1 .a{padding-bottom:78%;margin-bottom:15px}
	.owl-nav{display:none}
}

.ipart3{padding:70px 0;background-color:#f9f9f9;}
.ipart3 .a a{display:block;position:relative;}
.ipart3 .a a .item{height:0;padding-bottom:80%;border:1px #eee solid;border-radius:0 0 10px 10px;background-color:#fff}
.ipart3 .a  .title{width:100%;height:40px;padding:0 10px;color:#fff;background:#000;opacity:0.5;border-radius:10px 10px 0 0;}
/*.ipart3 .a a:hover .title{padding:25px;height:100%;border-radius:10px}*/
.ipart3 .a a .t{font-size:16px;font-weight:bold;line-height:40px;height:40px;overflow;hidden}

/*.ipart3 .owl-carousel{padding-bottom:40px}
.ipart3 .owl-dots{position:absolute;height:10px;bottom:0;width:100%;text-align:center;}
.ipart3 .owl-dots .owl-dot{width:10px;height:10px;margin:0 5px;border-radius:5px;background:#ccc;display:inline-block;}
.ipart3 .owl-dots .owl-dot.active{background:#205DAC}*/
.qiehuan{text-align:center}
.qiehuan .owl-prev{width:28px;height:28px;background:url(/static/img/qiehuan.png);font-size:0;cursor:pointer;display:inline-block;margin:10px 5px 0;}
.qiehuan .owl-next{width:28px;height:28px;background:url(/static/img/qiehuan.png) -32px 0;font-size:0;cursor:pointer;display:inline-block;margin:20px 10px 0;}
.qiehuan .owl-prev:hover{background-position:0 -28px;}
.qiehuan .owl-next:hover{background-position:-32px -28px;}


.fpart{padding:0 0 50px}

.daohang{height:80px;line-height:80px;padding-left:38px;background:url(/static/img/home.png) no-repeat left 28px;font-size:16px;color:#000}
.daohang span{color:#da0600}

.flinkk{background-color:#f7f7f7;text-align:center;border-radius:10px}
.flinkk a{display:inline-block;margin:32px 18px;height:40px;line-height:40px;padding:0 30px;background-color:#e5e5e5;font-size:18px;color:#000;border-radius:10px}
.flinkk a:hover{color:#205dac}
.flinkk a.cur{color:#fff;background-color:#205dac}

.fpart .content{padding:40px 0;line-height:2.2222;color:#333;font-size:18px;overflow:hidden}

.xwzx{margin:60px 0 30px}
.xwzx .a{padding-bottom:30px;margin-bottom:30px;border-bottom:1px #eee solid}
.xwzx .b{float:left;width:27.5%;}
.xwzx .c{display:block;width:100%;height:0;padding-bottom:63.6363%;border-radius:10px}
.xwzx .d{float:right;width:70%}
.xwzx .d a{display:block;font-size:21px;color:#000;margin-bottom:10px;}
.xwzx .d a:hover{color:#205dac}
.xwzx .e{font-size:16px;line-height:1.875;color:#999;height:90px;overflow:hidden}
.xwzx .f{margin-top:38px}
.xwzx .f a{display:block;margin-bottom:0;float:right;width:120px;height:38px;line-height:38px;text-align:center;font-size:18px;color:#999;border:1px #eee solid;border-radius:10px}
.xwzx .f span{display:block;float:left;height:40px;line-height:40px;font-size:16px;color:#999}
@media only screen and (max-width: 480px) {
	.xwzx .b{float:none;width:100%;margin-bottom:10px}
	.xwzx .d{float:none;width:100%}
}

.pn{padding:20px 0;border-top:1px #eee solid}
.pn .a{line-height:30px;font-size:16px;color:#000}
.pn .a a{color:#999}
.pn .a a:hover{color:#205dac}

.ftitle{padding:50px;border-bottom:1px #eee solid;font-size:36px;color:#000;text-align:center}
.jjtitle{padding:30px 0;border-bottom:1px #738d8d solid;font-size:24px;color:#000;}
.fbt{text-align:center;padding-top:30px}
.fbt .a{display:inline-block;margin:5px 10px;font-size:16px;color:#999}

.jjfatb{padding:50px 0;border-bottom:1px #f2f2f2 solid}
.jjfatb .a{float:left;display:block;padding-left:5%;width:14%}
.jjfatb .c{position:relative;display:block;width:100%;height:0;padding-bottom:115%;background-image:url(/static/img/jjbg1.png)}
.jjfatb .c:after{content:'';position:absolute;height:22px;width:36%;left:-36%;top:50%;margin-top:-11px;background:url(/static/img/p1.png) no-repeat center}
.jjfatb .a:nth-child(5n+1) .c:after{display:none}
.jjfatb .d{position:absolute;display:inline-block;width:90px;height:0;padding-bottom:90px;top:50%;left:50%;overflow:hidden;margin-top:-45px;margin-left:-45px}
.jjfatb .e{position:relative;display:inline-block;width:90px;height:0;padding-bottom:90px;top:0;left:0;overflow:hidden;margin-left:0;margin-top:0;}
.jjfatb .f{display:block;font-size:24px;color:#000;text-align:center;padding:10px 0;white-space: nowrap;}
.jjfatb .a:hover .c{background-image:url(/static/img/jjbg2.png)}
.jjfatb .a:hover .e{left: -90px;border-right: 90px solid transparent;-webkit-filter: drop-shadow(rgb(255,255,255) 90px 0);filter: drop-shadow(rgb(255,255,255) 90px 0);}
.jjfatb .a:hover .f{color:#205dac}
.jjfatb .a.cur .c{background-image:url(/static/img/jjbg2.png)}
.jjfatb .a.cur .f{color:#205dac}
.jjfatb .a.cur .e{left: -90px;border-right: 90px solid transparent;-webkit-filter: drop-shadow(rgb(255,255,255) 90px 0);filter: drop-shadow(rgb(255,255,255) 90px 0);}
.jjlink{display:inline-block;margin-top:40px;padding:0 40px;;height:40px;line-height:40px;font-size:18px;color:#fff;background-color:#205dac;border-radius:10px}
.jjlink:hover{color:#ccc}
@media only screen and (max-width: 992px) {
.jjfatb .c:after{content:'';position:absolute;height:10px;width:36%;left:-36%;top:50%;margin-top:-5px;background:url(/static/img/p2.png) no-repeat center}
.jjfatb .d{position:absolute;display:inline-block;width:40px;height:0;padding-bottom:40px;top:50%;left:50%;overflow:hidden;margin-top:-20px;margin-left:-20px}
.jjfatb .e{position:relative;display:inline-block;width:40px;height:0;padding-bottom:40px;top:0;left:0;overflow:hidden;margin-left:0;margin-top:0;}
.jjfatb .a:hover .c{background-image:url(/static/img/jjbg2.png)}
.jjfatb .a:hover .e{left: -40px;border-right: 40px solid transparent;-webkit-filter: drop-shadow(rgb(255,255,255) 40px 0);filter: drop-shadow(rgb(255,255,255) 40px 0);}	
.jjfatb .f{font-size:16px}
}
@media only screen and (max-width: 600px) {
	.jjfatb .f{font-size:12px}
}

.yjzs{margin:45px 0 30px}
.yjzs .a{float:left;width:32%;margin-left:2%}
.yjzs .a:nth-child(3n+1){margin-left:0;}
.yjzs .c{display:block;width:100%;height:0;padding-bottom:52%;border-radius:10px}
.yjzs .d{display:block;padding:25px 10px;font-size:18px;text-align:center;color:#000}
@media only screen and (max-width: 760px) {
	.yjzs .a{float:left;width:48%;margin-left:4%}
	.yjzs .a:nth-child(3n+1){margin-left:4%;}
	.yjzs .a:nth-child(2n+1){margin-left:0;}
}
@media only screen and (max-width: 480px) {
	.yjzs .a{float:left;width:100%;margin-left:0}
	.yjzs .a:nth-child(3n+1){margin-left:0;}
	.yjzs .a:nth-child(2n+1){margin-left:0;}
}

.hzkh{border-bottom:1px #e3e8e8 solid;text-align:center}
.hzkh span{font-size:18px;display:inline-block;height:94px;line-height:94px;padding:5px;margin:0 15px;color:#333;border-bottom:1px #fff solid;cursor:pointer}
.hzkh span.cur{color:#205dac;border-color:#205dac}

.hzkhn .content{display:none}

._t5 span{cursor:pointer;display:inline-block;height:30px;line-height:30px;border-radius:10px;background:#205dac;font-size:16px;color:#fff;padding:0 15px}

.cpzx{margin:60px 0 30px}
.cpzx .a{margin-bottom:30px;}
.cpzx .b{float:left;width:17%;}
.cpzx .c{display:block;width:100%;height:0;padding-bottom:100%;border-radius:10px;border:1px #eee solid}
.cpzx .d{float:right;width:80%}
.cpzx .d a{display:block;font-size:21px;color:#000;margin-bottom:10px;}
.cpzx .d a:hover{color:#205dac}
.cpzx .e{font-size:16px;line-height:1.875;color:#999;height:90px;overflow:hidden}
.cpzx .f{margin-top:32px}
.cpzx .f a{display:block;margin-bottom:0;width:120px;height:38px;line-height:38px;text-align:center;font-size:18px;color:#999;border:1px #eee solid;border-radius:10px}
.cpzx .zlm{display:block;float:left;margin:0 0 10px 2%;width:23.5%;}
.cpzx .zlm:nth-child(4n+1){margin:0 0 10px 0}
.cpzx .zlm .zlmt{width:100%;height:0;padding-bottom:75%}
.cpzx .zlm .zlmtitle{text-align:center;font-size:18px;color:#333;padding:15px 0}
.cpzx .zlm:hover  .zlmtitle{color:#205DAC}
@media only screen and (max-width: 760px) {
	.cpzx .zlm{width:49%}	
	.cpzx .zlm:nth-child(2n+1){margin:0 0 10px 0}
}
@media only screen and (max-width: 480px) {
	.cpzx .b{float:none;width:100%;margin-bottom:10px}
	.cpzx .d{float:none;width:100%}
	.cpzx .zlm{width:100%;margin:0 0 10px 0}
}

.cpzxshow{padding:40px 0}
.cpzxshow .a{position:relative;float:left;width:48%;padding:10px;border:1px #eee solid;border-radius:10px;}
.cpzxshow .aa{width:87%;height:0;padding-bottom:87%}
.cpzxshow .b{float:right;width:48%}
.fftitle{padding:0 0 20px;border-bottom: 1px #eee solid;font-size: 24px;color: #000;text-align: left;}
.ffftitle{padding:20px 0;border-bottom: 1px #eee solid;font-size: 18px;color: #000;text-align: left;}
.fffftitle{padding:20px 0 0;font-size: 18px;color: #000;text-align: left;}
.cpzxshow .c{position:absolute;width:12%;top:0;right:0;padding-top:10px;padding-right:10px}
.cpzxshow .d{width:100%;height:0;padding-bottom:100%;margin-bottom:5px;border:1px #eee solid;border-radius:5px;-moz-opacity:0.6;-khtml-opacity:0.6;opacity:0.6;cursor:pointer;}
.cpzxshow .d:hover{-moz-opacity:1;-khtml-opacity:1;opacity:1;border:1px #205dac solid}
@media only screen and (max-width: 760px) {
	.cpzxshow .a{width:100%;margin-bottom:20px}
	.cpzxshow .b{width:100%}
}

.zlzs{margin-top:60px;}
.zlzs ul li{
	float:left;
	width:30%;
	margin-left:5%;
}
.zlzs ul li img{display:none}
.zlzs ul li:nth-child(3n+1){margin-left:0}
.zlzsk{width:100%;height:0;padding-bottom:150%}
.zlzs .title{text-align:center;font-size:16px;line-height:1.2;padding:15px 0 20px}
@media only screen and (max-width: 760px) {
	.zlzs ul li{width:48%;margin-left:4%}
	.zlzs ul li:nth-child(3n+1){margin-left:4%}
	.zlzs ul li:nth-child(2n+1){margin-left:0}
}