@charset "utf-8";
/* CSS Document */
/*--- 通用 --*/
*{ font-family:"微软雅黑";}

ul{
	padding-left:0;
}
li{
	list-style:none;
}

.color_yellow{
	color:#ffd800;
}
.color_red{
	color:#72246C;
}
.color_blue{
	color:#0078ff;
}



.page{
	margin: 0 auto;
	width: 1015px;
	background: transparent url(../images/bg-container.png);

}

.cont_split{
	background:url(../images/bg_darker.png) repeat-x;
	height:30px;
	margin: 10px 15px;
}

h2{
	padding-bottom: 18px;
	color:#72246C;
	font-weight: normal;
	padding-bottom:0;
	margin-bottom:20px;
}
h3{
	margin-top:20px;
	margin-bottom:20px;
}
h4{
	margin-top:15px;
	margin-bottom:15px;
}

.more{
	background:#72246C;
	color:#fff;
	float:right;
	font-size:14px;
}
.more>a:after{
	content:url(../images/arrow-white.png);
	padding-left:10px;
}

.btn-default, .btn-default:hover, .btn-default:focus{
	text-shadow:none;
	background-image: -webkit-linear-gradient(top,#72246C 0,#72246C 100%);
	background-image: -o-linear-gradient(top,#72246C 0,#72246C 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#72246C),to(#72246C));
	background-image: linear-gradient(to bottom,#72246C 0,#72246C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#72246C', endColorstr='#72246C', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	/*background-color: #b60054;*/
	background-color: #72246C;
	border:none;
	border-radius:0;
	color:#fff;
	padding:6px 40px;
}

.form-control{
	border-radius:0;
}
form p.validator {
	font-weight: bold;
	font-size: 0.8em;
	color:#72246C;
	margin-top:0.5em;
	display:none;
}

.dotline:before{
	content:url(../images/bullet-pink.gif);
	margin-right:8px;
	vertical-align:text-bottom;
}

 .nav > li .dropdown-menu {   margin: 0; } 
 .nav > li:hover .dropdown-menu {     display: block; }

/*---分页--*/
.pagebreak .current {
	border-top: 2px solid #72246C;
	height: 28px;
	line-height: 26px;
}
.pagebreak a, .pagebreak span {
	color: #686868;
	border: 1px solid #CCCCCC;
	padding: 5px 10px;
}
.pagebreak{
	/*float: right;*/
}


/*-- 顶部 --*/
/*#header{
	padding: 0 15px 0 15px;
	padding-top:50px;
}
*/
.navbar-header span {
	font-size: 0.9em;
	color: #4D4D4F;
	padding: 8px 0px 0 15px;
	font-weight: bold;
}

#header .utility-search{ clear:both; position: relative;}
#header .utility-search .search{ clear:none; float:right; padding:0;}

#header .utility-menu {
	float: right;
	position: relative;
}
#header .clear:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
#header .clear{display:inline-table;}
#header .search {
	border: 7px solid #72246C;
	margin-right: 10px;
}
#header .search input.text {
	width: 180px;
	margin: 0 10px 0 0;
	border: 0;
	padding: 3px 5px;
/*	color: #72246C;*/
	outline: none;
}
#header .search .btn-search {
	border: none;
	background: transparent url(../images/sprite_icons.png) no-repeat -120px -58px;
	width: 20px;
	height: 20px;
	margin:0 5px;
	padding: 0;
	text-indent: -999em;
	cursor: pointer;
}
.button-mycima {
	display: inline-block;
	background-color: #72246C;
	padding: 10px 14px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	float: right;
}

.button-mycima:hover, .button-mycima:focus, .button-mycima a:hover, .button-mycima a:focus{
	color:#fff;
}
.button-mycima .home-chevron-down{
	margin-left:10px;
}

/*-- 导航菜单 --*/

/*.navigation>li{
	margin-left:20px;
}
.navigation>li>a{
	padding: 8px 15px;
	color:#332255;
}
.navigation>li>a:hover{
	background:none;
	text-decoration:underline;
}



.navigation .open>a, .navigation .open>a:hover, .navigation .open>a:focus{
	background-color:#f5f5f5;
	text-decoration:underline;
}

.main_nav{
	padding: 0 15px 0 15px;
}


.navigation>li>.dropdown-menu{
	margin-top:-1px;
}
.navigation .dropdown-menu>li>a{
	padding: 0px 0px 12px 12px;
	background: url(../images/arrow-pink.png) no-repeat 0px 3px;
	font-size: 0.9em;
}
.navigation .dropdown-menu>li>a:hover{
	background:url(../images/arrow-pink.png) no-repeat 0px 3px;
	text-decoration:underline;
}
*/
/*-- 子菜单 --*/
.submenu .breadcrumb{
	background: #72246C;
	background: -moz-linear-gradient(top, #72246C 0%, #72246C 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72246C), color-stop(100%,#72246C));
	background: -webkit-linear-gradient(top, #72246C 0%,#72246C 100%);
	background: -o-linear-gradient(top, #72246C 0%,#72246C 100%);
	background: -ms-linear-gradient(top, #72246C 0%,#72246C 100%);
	background: linear-gradient(to bottom, #72246C 0%,#72246C 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72246C', endColorstr='#72246C',GradientType=0 );
	border-radius:0;
	margin-top:-10px;
	margin-bottom:25px;
	padding: 3px 15px;
} 
.submenu .breadcrumb .home{
	margin-left:20px;
}
.submenu .breadcrumb a, .submenu .breadcrumb a:hover, .submenu .breadcrumb>.active{
	color:#fff;
	font-size:0.8em;
}
.submenu .breadcrumb>li+li:before{
	content:url(../images/arrow-white.png);
	margin-right:0.4em;
	margin-left:1em;
	color:#fff;
}

/*-- 子页面右边菜单 --*/
.cont_right{
	text-align:right;
	padding-right:8px;
	margin-bottom:3px;
	width:36%;
}
.local-nav {
	width:320px;
	float:right;
	text-align:left;
}
.local-nav ol{
	padding-left:15px;
}
.local-nav ol li {
	background-color: #72246C;
	font-weight:bold;
}
.local-nav ol li a{
	color: #fff;
	padding: 10px 19px 10px 14px;
	text-decoration: none;
	display: block;
	font-size:1.1em;
}
.local-nav ul {
	background: url(../images/bg-local-nav-ul.gif) left top repeat-y;
	padding-left: 5px;
	padding-bottom: 10px;
	opacity: 0.8;
}
.local-nav ul li a {
	padding: 8px 20px;
	background-image: none;
	min-height: 20px;
	color: #fff;
	font-weight:normal;
	display: block;
	font-size:1em;
}
.local-nav ul li a:hover{
	background: ##72246C url(../images/local-nav-hover-pink.gif) no-repeat left center;
	margin-left: -15px;
	padding-left: 15px;
}
.local-nav ul li a:before{
	content:url(../images/arrow-white.png);
	margin-right:1em;
}
.local-nav ul li a:hover:before {
	margin-left:20px;
}
 .local-nav ul li.active{
	background: ##72246C;
	font-weight: bold;
	padding: 8px 20px;
	min-height: 20px;
	color: #fff;
	display: block;
	font-size:1em;

}

/*--登录--*/
.login {
	border: 3px solid #72246C;
	background-color: #f6f6f6;
	clear: both;
	width: 300px;
	position: absolute;
	right: 0;
	top: 36px;
	padding: 15px 18px;
	z-index: 999;
	margin-bottom: 20px;
	margin-top:6px;
	display:none;
}
.login .header h4 {
	color: #3b2960;
	font-size: 1.2em;
}
.login form p {
	line-height: 1.6em;
	font-size:0.8em;
}
.login form .form-group p{
	display:none;
}
.login form .form-group{
	margin-bottom:0.5em;
}
.login form > a {
	font-size: 0.8em;
	color: #39275c;
	text-decoration: underline;
	display: block;
	padding-bottom: 5px;
	margin:0.15em 0;
}
.login form > a:hover{
	text-decoration:none;
}
.login .validator {
	font-weight: bold;
	font-size: 0.8em;
	color: #72246C;
	margin-top:0.5em;
}
.login label {
	color: #545353;
	display: block;
	font-weight: bold;
	padding: 0 0 2px 0;
	font-size:0.8em;
}
.login .checkbox label{
	line-height:20px;
	white-space:nowrap;
}
.login input{
	border-radius:0;
	font-size:0.8em;
}
.login input[type='password'],.login input[type='tel']{
	height:25px;
}

.login .remember_me {
	padding-top: 5px;
	display: block;
}


input.button-new, button.button-new, a.button-new, .button-new {
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-weight: bold;
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, Sans-Serif;
	background: #72246C;
	border: none;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	margin: 0;
	padding: 0.4em 3em;
	vertical-align: middle;
	text-decoration: none;
	overflow: visible;
	text-align: left;
	margin-top:0.3em;
}
/*--登录后用户菜单--*/
.usercenter_dropdown{
	width:auto;
	padding-left:12px;
}
.usercenter_dropdown li{
	padding:8px 7px 8px 0;
}
.usercenter_dropdown li:before{
	content:url(../images/arrow-pink.png);
	margin-right:10px;
}
.usercenter_dropdown li a{
	color:#666;
}




/*-- 首页滚动banner --*/

.carousel-inner img{
	width:100%;
}
.carousel-control.left{
	background:none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.carousel-control.right{
	background:none;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
.carousel-control{
	width:7%;
	opacity:1;
}
.carousel-control .glyphicon-chevron-left/*, .carousel-control .icon-prev*/{
	text-indent: -999em;
	display: block;
	background: transparent url(../images/sprite_icons.png) no-repeat 0 -90px;
	width: 60px !important;
	height: 60px !important;
	margin-left: -21px;
}
.carousel-control .glyphicon-chevron-left:hover/*, .carousel-control .icon-prev:hover*/{
	background: transparent url(../images/sprite_icons.png) no-repeat -120px -90px;
	width: 60px;
	height: 60px;
/*	background-position: -120px -90px;*/
}
.carousel-control .glyphicon-chevron-right/*, .carousel-control .icon-next*/{
	text-indent: -999em;
	display: block;
	background: transparent url(../images/sprite_icons.png) no-repeat -60px -90px;
/*	background-position: -60px -90px;*/
	margin-right: -21px;
	width: 60px !important;
	height: 60px !important;
}
.carousel-control .glyphicon-chevron-right:hover/*, .carousel-control .icon-next:hover*/{
	width: 60px;
	height: 60px;
	background: transparent url(../images/sprite_icons.png) no-repeat -180px -90px;
/*	background-position: -180px -90px;*/
}
.carousel-indicators{
	left: 90%;
}
.carousel-indicators li{
	background-color: #fff;
	border: 1px solid #72246C;
}
.carousel-indicators .active {
	background-color: #72246C;
	border: 1px solid #fff;
	margin-right: 5px;
}


/*-- 页尾 --*/
.footer footer{
	background:#72246C;
	
	padding: 25px 0 15px 0;
	font-size:0.9em;
	letter-spacing:1px;
	margin-top:0;
}
.footer footer p{
	text-align:center;

	color:#fff;
}
.footer footer p a{
	color:#fff;
}
.footer>p{
	margin-right:20px;
	color: #666;
	font-family:arial;
	font-size:0.85em;
}

/*-- 首页新闻 --*/

.news li a{
	color:#444;
	text-decoration:none;
}
.news li a:hover{
	text-decoration:underline;
}
.news li a:before{
	content:url(../images/arrow-pink.png);
	padding-right:10px;
}
.news li a .publish_date{
	float:right;
	font-size:0.9em;
	color:#aaa;
}
.weixin{
	padding-right:6px;
}
.weixin div{
	background:url(../images/bg_weixin.png);
	text-align:center;
	margin:auto;
}
.weixin img{
	width:70%;
	margin:10px 0;
}
.weixin p{
	background:#666;
	color:#fff;
	padding:7px;
	text-align:center;
}

/*--首页职位--*/
/*.jobs{
	border:1px solid #dedede;
	margin-left:-10px;
	padding:0 15px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), */color-stop(100%,#f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f5f5f5 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 );
}*/
.jobs li{
	line-height:36px;
}
.jobs li a{
	color:#444;
}


/*---首页活动-*/
.article_div{
	overflow:hidden;

}

.pink_block{
	height:206px;
	background:#f9c0d6;
	margin-left:-10px;
	text-align:center;
}




.article{
	position: inherit;
	bottom:0;
}
.article>h5{
	margin-top: 0;
	font-weight: bold;
	cursor: pointer;
	padding-top: 13px;
	padding-left: 15px;
	padding-bottom: 2px;
	color:#fff;
/*	margin-bottom:0;
	padding-bottom:15px;
	border-bottom:1px dashed #fff;
*/
}
.article>h5>span {
	display: block;
	text-indent: -999em;
	width: 50px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}
.article>h5>span:after {
	content: "";
	top: 5px;
	right: 10px;
	position: absolute;
	width: 30px;
	height: 30px;
	background: transparent url(../images/sprite_icons.png) no-repeat;
	background-position: -60px -60px;
}
.article>h5>span.toggle-on:after {
	background-position: -90px -60px;
}

.article>.description>h5{
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.article>.description .button-new {
	background-color: #fff;
}
.pink_bottom .button-new a {
	color: rgb(213,0,88);
	text-decoration:none;
}
.purlpe_bottom .button-new a {
	color:rgb(153,60,142);
	text-decoration:none;
}


/*--中间内容--*/
.cont_main{
	width:64%;
	padding-left:8px;
	padding-right:0;
}
.video-banner{
	margin-top:15px;
}
.cont_main p, .box p{
	color:#666;
	padding-left:0.5em;
	padding-right:0.5em;
	line-height:20px;
	font-size:0.85em;
}
.cont_main a, .box a{
	color: #332155;
	text-decoration:underline;
}
.untextline a{
	text-decoration:none;
}
.box {
	border: solid 1px #72246C;
	background: #F4F4F4;
	margin:10px 0;
	padding: 14px;
	text-align:left;
}
.cont_main h3, .cont_main h4, .box h4, .box_greybg h4{
	color:#72246C;
}
.box h5, .cont_main h5{
	color: #332155;
	font-weight:bold;
	padding-left:0.5em;
}
.cont_right .box{
	width:300px;
	float:right;
}
.btn_reg_now{
	width:50%;
}

.box_greybg{
	border: 1px solid #e7e7e7;
	background: transparent url(../images/bg-two-col.gif) repeat-x left bottom;
	padding: 14px;
}
.box_greybg h4{
	margin-bottom:20px;
}

.cont_main form{
	width:80%;
}


.three-col .col-one, .three-col .col-two, .three-col .col-three {
	float: left;
}

.three-col .col-one {
	width: 33%;
	padding-right: 1%;
}
.three-col .col-two {
	width: 33%;
	padding-right: 2%;
}
.three-col .col-three {
	width: 33%;
	padding-right: 0;
}
.three-col  h5 {
	color: #dd7722;
}
.three-col p {
	padding-bottom: 1em;
	line-height:15px;
}
.three-col table {
	border: 0px;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	width: 100%;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
.three-col table td {
	border: 0px;
	border-bottom: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	padding: 5px 10px;
	font-size: 0.9em;
}
.three-col a{
	color:#dd7722;
	font-size:0.8em;
	letter-spacing:0;
}
.three-col li:before{
	content:url(../images/arrow-orange.png);
	margin-right:10px;
	margin-left:5px;
}
.three-col img{
	width:170px;
	margin-left:8px;
	margin-bottom:10px;
}


.mult_choice{
	margin-bottom:-4px;
	margin-top:-4px;
}
.mult_choice span{
	border:1px solid #ccc;
	padding:4px 8px;
	margin-right:6px;
	margin-bottom:4px;
	margin-top:4px;
	display:inline-block;
	cursor:pointer;
}
.mult_choice span.choose{
	border:1px solid #72246C;
	background:url(../images/choose.png) no-repeat right top;
}
.act li{
	line-height:40px;
	border-bottom:1px dotted #ddd;
}
.act li a{
	color:#444; 
}
.act li:before{
	content:url(../images/arrow-pink.png);
	padding-right:10px;
}
.act li a .act_date{
	float:right;
	font-size:0.9em;
	color:#878787;
	display:inline-block;
}
.act li a .title{
	width:50%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display:inline-block;
	vertical-align:middle;
}
.act_dtl h4{
	background:url(../images/bg_weixin.png);
	padding:0.5em;
	font-weight:bold;
	border:1px solid #dedede;
}
.employer_logo img{
	max-width:120px;
	margin-right:20px;
	margin-bottom:20px;
	margin-top:20ppx;
}
.employer_subtitle{
	background:url(../images/bg_weixin.png);
	padding:0.5em;
	font-weight:bold;
	border-bottom:1px solid #dedede;
}
.employer_list{
	margin-left:0.2em;
}

.employer_list div{
	margin-bottom:0.5em;
	margin-top:0.5em;
	padding-left:7px;
	padding-right:7px;
}

.employer_subnav{
/*	position:fixed;*/
}
.employer_subnav li{
	margin:0.5em 0;
}
.employer_subnav li a{
	text-decoration:none;
}
.employer_subnav li a:before{
	content:url(../images/arrow-pink.png);
	margin-right:10px;
}
/*.all{
	background: #72246C;
	display:inline-block;
	float:right;
}--*/
.all>a:after{
	content:url(../images/arrow-white.png);
	padding-left:10px;
}
.all>a{
	color:#fff;
	padding:0 10px;
	display:inline-block;
	text-decoration:none;
}
.case_list{
	margin-bottom:1em;
}

.job, .resource_list{
	margin:0 30px;
}
.job>img{
	width:100%;
}
.joblist td, .joblist th{
	font-size:0.9em;
}
.joblist td{
	cursor:pointer;
}
.resource_list li h4{
	color:#72246C;
}
a.download:before{
	content:url(../images/download.png);
	margin-right:10px;
	vertical-align:sub;
}
.level_table td p{
	line-height:12px;
	margin-bottom:8px;
	padding:0;
}
.level_table>tbody>tr>th, .level_table>tbody>tr>td{
	padding:4px 6px;
}
.level_table>tbody>tr>th{
	font-size:0.9em;
	color:##dd7722;
}



/*--职位广告--*/
.ad{
	padding-left:15px;
	margin-top:15px;
}
.ad img{
	width:32.5%;
}

/*--合作伙伴高校列表--*/
.edu_list .container-fluid{
	border-bottom:1px dashed #dfdfdf;
	padding:10px 0; 
}
.edu_list .col-md-3{
	padding:0;
}
.edu_list h4{
	margin:0;
	margin-bottom:10px;
}

/*--查询结果列表--*/
.search_list{
	width:95%;
}
.search_list h4{
	display:inline-block;
}
.nopaddingR{ padding-right: 0px !important;}

.indexRight_bg h3{ height: 38px; line-height: 38px; text-align:center ; font-size: 16px; font-weight: normal; box-shadow: 0px 3px 5px rgba(0,0,0,0.3); background: #72246C; color: #fff; padding: 0px; margin: 0px;}
.indexRightBox { padding: 0px 10px;}

.indexRightBox li .span_num{ width: 20px; height: 20px; position: absolute; left: 0px; top: 5px; border-radius: 50%; background: url(../images/icon_01.png) center no-repeat; text-align: center; line-height: 20px; display: block; color: #fff;}
.indexRightBox li .p1{ padding-left: 30px; color: #555555; font-size: 12px; position: relative; }
.indexRightBox li .p1 img{ vertical-align: middle; position: absolute; top: 5px; left: 15px;}
.indexRightBox_btn{ height: 30px; line-height: 30px; text-align: center; color: #72246C; font-weight: bold; font-size: 14px; display: inline-block; width: 100%; cursor: pointer;}
.indexRightBox_btn img{ margin-left: 10px; vertical-align: middle; height: 12px;}
.indexRightBox_btn:hover{ color: #72246C; text-decoration: none;}
.navbarHeader{ width: 50%;}
.navbarHeader img{ width: 100%;}
.navbarHeaderRight{ margin-top: 30px;}

/*collection*/
.collection_ul li{
    width: 31.33%;
    float: left;
    margin-bottom: 3%;
    height:167px;
    overflow: hidden;
}
.cont_main_per {
    padding-left: 18px;
    padding-right: 16px;
}
.collection_ul li:not(:nth-of-type(3n)){ margin-right:3%;}
.collection_ul li img{
    width: 100%;
}
.pageNumber a{
    display: inline-block;
    height: 43px;
    width: 43px;
    line-height: 43px;
    text-align: center;
    color: #5c5c5c;
    font-size: 14px;
    border:1px solid #d0d0d0;
    text-decoration: none;
    cursor: pointer;
    margin-right: 10px;
}
.pageNumber a.active , .pageNumber a:hover{
    background: #72246C;
    border:1px solid #72246C;
    color:#fff;
}
.pageNumber{
    text-align: center;
    margin: -10px 0 30px;
}
.replay_form01{
    padding: 10px 0 0px 0;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 20px;
}
.replay_form01 .tit{
    padding-left: 16px;
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
.replay_form01 .tit:before{
	display:block;
	content:"";
	width:10px;
	height:10px;
	background:#72246C;
	position:absolute;
	border-radius: 50%;
	left: 0;
	top: 6px;
}
.replay_form01_ul li label{
    font-size: 14px;
    color: #333333;
    font-weight: 500;
}
.replay_form01_ul li label font{
    color: #72246C;
    margin-left: 6px;
    display: inline-block;
    position: relative;
    top: 2px;
}
.replay_form01_ul li input{
    display: block;
    border: 1px solid #d0cdcd;
    height: 36px;
    width: 100%;
    padding-left: 10px;
}
.replay_form01_ul li{
    width: 31.33%;
    float: left;
    margin-bottom: 3%;
}
.replay_form01_ul li:not(:nth-of-type(3n)){ margin-right:3%;}
.replay_form01_ul li select{
    display: block;
    border: 1px solid #d0cdcd;
    height: 36px;
    width: 100%;
    background: url(../images/select.png) right center no-repeat #fff;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}
.replay_form01_btn{
    text-align: center;
    margin-bottom: 30px;
}
.replay_form01_btn a{
    width: 120px;
    line-height: 35px;
    border: 1px solid #e53787;
    font-size: 14px;
    color: #e53787;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
}
.replay_submit a{
    width: 150px;
    line-height: 40px;
    background: #e53787;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin: 20px 0 40px;
}
.CIMA_box01 .pic{
    margin: 30px 0 20px;
}
.CIMA_box01 article p{
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.CIMA_box02{
    padding: 20px 20px 0;
    background: url(../images/bg_page.png);
    background-size: 18px;
    margin-bottom: 30px;
}
.CIMA_box02_dl{
    width: 100%;
    float: left;
}
.CIMA_box02_dl dt{
    font-size: 14px;
    color: #72246C;
    padding-left: 20px;
    margin-bottom: 10px;
    background: url(../images/match02.png) no-repeat left center;
}
.CIMA_box02_dl dd{
    color: #111111;
    font-size: 14px;
    line-height: 26px;
}
.fl{float: left;}
.fr{float: right;}
.wper50{width:50%;}
.CIMA_box03{
    padding: 6px 24px 0;
    border: 1px solid #eaeaea;
    margin-top: 44px;
}
.CIMA_box03 hgroup h1{
    color: #72246C;
    font-size: 30px;
    margin-bottom: 18px;
}
.CIMA_box03 hgroup p{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}
.CIMA_box03 hgroup p font{
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}
.CIMA_box03_ul li{
    line-height: 60px;
    position: relative;
    border-bottom: 1px dashed #D9D9D9;
}
.CIMA_box03_ul li p{
    font-size: 14px;
    color: #111111;
    font-weight: 600;
    margin: 0;
}
.CIMA_box03_ul li p span{
    color: #72246C;
    font-weight: 500;
}
.CIMA_box03_ul li a{
	width: 90px;
	line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #72246C;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 14px;
}
.CIMA_box03_ul li:last-child{border-bottom: 0;}
.CIMA_box06{
    margin: 40px 0;
}
.CIMA_box04 .carousel-control .glyphicon-chevron-left{
    margin-left: -32px;
}
.CIMA_box04 .carousel-control .glyphicon-chevron-right{
    margin-right: -32px;
}
.CIMA_box04{
   margin: 40px 0;
}
.CIMA_box04 .carousel-indicators {
    left: 50%;
}
.CIMA_box04 .carousel-indicators li{background: transparent;}
.CIMA_box04 .carousel-indicators li.active{background: #72246C;}
.CIMA_box05{
    margin-top: 40px;
}
.CIMA_box05_left{
    width: 48%;
    float: left;
    border: 1px solid #eaeaea;
    padding: 24px 24px 0;
}
.CIMA_box05_hgroup{
    height: 100px;
    margin-bottom: 20px;
}
.CIMA_box05_hgroup h1{
    font-size: 30px;
    color: #72246C;
    margin: 0;
    margin-bottom: 14px;
}
.CIMA_box05_hgroup p{
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    margin:0;
}
.CIMA_box05_hgroup samp{
    font-size: 14px;
    color: #777777;
    line-height: 1;
}
.CIMA_box05_right{
	width: 48%;
	float: right;
	border: 1px solid #eaeaea;
	padding: 24px 24px 0;
}
.CIMA_box05_ul li{
    margin-bottom: 30px;
}
.CIMA_box05_dl{
    margin: 0;
}
.CIMA_box05_dl dd{
    width: 48%;
    float: left;
    margin-right: 4%;
    background: #e8e8e8;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #72246C;
    cursor: pointer;
}
.CIMA_box05_dl dd img{
    margin-right: 8px;
}
.CIMA_box05_dl dd:last-child{margin-right: 0;}
.CIMA_box05_ul li p{
    font-size: 14px;
    color: #777777;
    margin-bottom: 16px;
}
.CIMA_box05_ul li p img{
	margin-right: 10px;
}
.CIMA_box05_dl dd.active{
    background: #72246C;
    color: #fff;
}
.build_com_span{ position: relative;}
.build_com_span .bulid_up_file{    
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    cursor: pointer;
}

/*cgma100*/
.people_h1{
    font-size: 30px;
    color: #72246C;
    margin-top: 10px;
}
.people_p{
    font-size: 20px;
    color: #999999;
    line-height: 1;
}
.people_list{
    margin-top: 36px;
}
.people_list li{
    width: 22%;
    float: left;
    position: relative;
    margin-right: 4%;
    margin-bottom: 4%;
    box-shadow: 4px 4px 0px 0px rgba(200, 200, 200, .35);
    overflow: hidden;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}
.people_list li:nth-child(4n){
	margin-right: 0;
}
.people_list li:hover{
	box-shadow: 4px 4px 0px 0px rgba(221, 0, 102, .85);
	cursor: pointer;
}
.people_list li .text{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    height:72px;
    z-index: 2;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
}
.people_list li:hover .text{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	}
.people_list li .text h1{
    font-size: 18px;
    color: #000000;
    text-align: center;
    font-weight: 600;
    margin: 2px 0 16px;
        transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    font-weight: 500;
}
.people_list li:hover .text h1{
    margin: 8px 0 6px;
}
.people_list li .text p{
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color:#333;
}
.people_list li .pic img{
    width: 204px;
    height: 300px;
}
.flow_grey{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(00, 00, 00, .3);
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    opacity: 0;
    -webkit-animation: out-right 300ms ease 0ms 1 forwards;
    -moz-animation: out-right 300ms ease 0ms 1 forwards;
    animation: out-right 300ms ease 0ms 1 forwards;
}
.people_list li:hover .flow_grey{
    -webkit-animation: in-right 300ms ease 0ms 1 forwards;
    -moz-animation: in-right 300ms ease 0ms 1 forwards;
    animation: in-right 300ms ease 0ms 1 forwards;
    opacity: 1;
}
@keyframes out-right{
	0% {
	    -webkit-transform: translate3d(0,0,0);
	    -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}

	100% {
	    -webkit-transform: translate3d(100%,0,0);
	    -moz-transform: translate3d(100%,0,0);
	    -ms-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
}
@keyframes in-right{
	0% {
	    -webkit-transform: translate3d(100%,0,0);
	    -moz-transform: translate3d(100%,0,0);
	    -ms-transform: translate3d(100%,0,0);
	    transform: translate3d(100%,0,0);
	}
	100% {
	    -webkit-transform: translate3d(0,0,0);
	    -moz-transform: translate3d(0,0,0);
	    -ms-transform: translate3d(0,0,0);
	    transform: translate3d(0,0,0);
	}
}

.flow_grey span{
    width: 50px;
    height: 50px;
    background: #72246C;
    display: block;
    margin: auto;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0px 0px 7px 0px rgba(00, 00, 00, .4) inset;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0;
    -webkit-transform: translateY(-99%);
    -moz-transform: translateY(-99%);
    -ms-transform: translateY(-99%);
    transform: translateY(-99%);
    -webkit-transition: all 400ms ease 200ms;
    -moz-transition: all 400ms ease 200ms;
    transition: all 400ms ease 200ms;
}
.people_list li:hover .flow_grey span{
    opacity: 1;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
}
.informate_left{
    width: 30%;
    float: left;
    padding-left: 20px;
    margin-top: 25px;
}
.informate_left .pic img{
    width: 100%;
}
.informate_left h1{
    margin-left: 50px;
    font-size: 36px;
    color: #72246C;
    font-weight: 600;
    position: relative;
    margin-bottom: 20px;
}
.informate_left h1:before{
	position: absolute;
	content: "";
	left:0;
	width:70px;
	height:3px;
	background: #72246C;
	top:-20px;
}
.informate_left p{
    font-size: 26px;
    color: #999999;
    margin-left: 50px;
    line-height: 30px;
}
.informate_right{
    width: 70%;
    float: left;
    padding: 0 50px 0;
    margin-top: 25px;
}
.informate_right p{
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 20px;
    word-break: break-all;
}
.informate_right_line{
    position: relative;
    margin-bottom: 22px;
    margin-top: 6px;
}
.informate_right_line:before{
    position: absolute;
    content: "";
    width:100%;
    height:1px;
    background: #72246C;
    top:13px;
}
.informate_right_line span{
	width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: #72246C;
    display: block;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);		/* IE 9 */
    -webkit-transform: rotate(45deg);	/* Safari and Chrome */
    -o-transform: rotate(45deg);		/* Opera */
    -moz-transform: rotate(45deg);		/* Firefox */
}
.informate_right_line span img{
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);		/* IE 9 */
	-webkit-transform: rotate(-45deg);	/* Safari and Chrome */
	-o-transform: rotate(-45deg);		/* Opera */
	-moz-transform: rotate(-45deg);		/* Firefox */
	position: relative;
	right: -1px;
	top: -3px;
}

.message_info h3{
    color: #332155;
    font-weight: bold;
    padding-left:1.5em;
    margin-top: 30px;
    margin-bottom: 16px;
    font-size: 16px;
    padding-right: 1.5em;
}
.message_info>p{
    color: #666;
    padding-left: 1.5em;
    padding-right: 1.5em;
    line-height: 20px;
    font-size: 0.85em;
    margin: 0 0 20px;
}
.message_info .box{
    margin-bottom: 30px;
}

.informate_right_title h1{
    font-size: 36px;
    font-weight: 600;
    position: relative;
    margin-bottom: 60px;
    position: relative;
    color: #333333;
}
.informate_right_title h1:before {
    position: absolute;
    content: "";
    left: 0;
    width: 120px;
    height: 3px;
    background: #72246C;
    top: 70px;
}
.informate_right_sec_tti{
    font-size: 20px;
    color: #72246C;
    line-height: 30px;
    width: 100%;
    position: relative;
    line-height: 26px;
    padding: 14px 14px 4px;
    border: solid 1px #D90E68;
    background: #F4F4F4;
}
.informate_right_sec_tti p{
    font-size: 16px;
    color: #72246C;
    margin-bottom: 10px;
}
/*.informate_right_title p:before{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	top: 0;
	right:0;
	bottom:0;
	z-index: 2;
}*/
.informate_right_title p span{
	padding:10px 100px 10px 14px;
    display: block;
    z-index: 3;
    position: relative;
}
.informate_right article{
    margin-top: 40px;
}
.informate_left .pic{
    position: relative;
}

.operate_change{
    padding: 36px 24px 16px;
    color: #fff;
    margin: 32px 0 32px;
    background: rgba(103,45,137,1);   
    background: -moz-linear-gradient(left, rgba(103,45,137,1) 0%, rgba(103,45,137,1) 20%, rgba(208,1,97,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(103,45,137,1)), color-stop(20%, rgba(103,45,137,1)), color-stop(100%, rgba(208,1,97,1)));
    background: -webkit-linear-gradient(left, rgba(103,45,137,1) 0%, rgba(103,45,137,1) 20%, rgba(208,1,97,1) 100%);
    background: -o-linear-gradient(left, rgba(103,45,137,1) 0%, rgba(103,45,137,1) 20%, rgba(208,1,97,1) 100%);
    background: -ms-linear-gradient(left, rgba(103,45,137,1) 0%, rgba(103,45,137,1) 20%, rgba(208,1,97,1) 100%);
    background: linear-gradient(to right, rgba(103,45,137,1) 0%, rgba(103,45,137,1) 20%, rgba(208,1,97,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#672d89', endColorstr='#a93f6b', GradientType=1 );
}
.operate_change h3{
    color: #fff;
    font-weight: bold;
    padding-left: 0.5em;
    margin-top: 0;
    margin-bottom: 16px;
    font-size: 16px;
}
.operate_change p{
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
}
.fl{

    float: left;
}
.fr {

    float: right;
}
