/*header_pc_start*/
.head_top{
	height: 30px;
	line-height: 30px;
	background: #e1e1e1;
	overflow: hidden;
}
.head_top .fl p{
	display: inline;
	font-size: 12px;
}
.head_top .fl p:last-of-type{
	margin-left: 25px;
}
.head_top .fr li{
	float: left;
	margin-left: 25px;
}
.head_top .fr li a:hover{
	color: #f58351;
}
.head_logo{
	height: 86px;
	margin-top: 5px;
}
.head_nav{
	height: 100px;
	overflow: hidden;
}
.bt_ccc{
	border-bottom: 1px solid #ccc;
}
.head_nav_list > ul > li{
	float: left;
	width: 130px;
	font-size: 0;
	letter-spacing: -3px;
	margin-top: 45px;
	text-align: center;
	position: relative;
}
.head_nav_list > ul > li.start,
.head_nav_list > ul > li:hover{
	background: #fff;
	/*border: 1px solid #fff;*/
}
.head_nav_list>ul>li a{
	display: inline-block;
	text-align: center;
	color: #333;
	font-size: 16px;
	letter-spacing: normal;
}
.head_nav_list > ul > li.start a,
.head_nav_list > ul > li:hover a{
	color:#f58351;
}
.head_nav_list > ul > li i{
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 40px;
	border-radius: 50%;
	background: -webkit-linear-gradient(rgba(255,255,255,0.1), rgba(153,153,153,1),rgba(255,255,255,0.1)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgba(255,255,255,0.1), rgba(153,153,153,1),rgba(255,255,255,0.1)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgba(255,255,255,0.1), rgba(153,153,153,1),rgba(255,255,255,0.1)); /* Firefox 3.6 - 15 */
    background: linear-gradient(rgba(255,255,255,0.1), rgba(153,153,153,1),rgba(255,255,255,0.1)); /* 标准的语法 */
	float: right;
	/*margin-top: 25px;*/
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0,-50%);
}
.head_nav_list > ul > li:last-child i{
	display: none;
}
.head_nav_bg{
	display: none;
}
/*header_pc_end*/

/*footer_pc_start*/
.footer_top{
	background: #ebebeb;
}
.footer_top > ul{
	padding: 35px 75px;
	overflow: hidden;
}
.footer_top > ul > li{
	width: 33.33%;
	float: left;
	text-align: center;
}
.footer_top > ul > li > i{
	width: 70px;
	height: 70px;
	background: url(../../images/front/foot_icon.png) no-repeat;
}
.footer_top > ul > li:nth-child(1) > i{
	background-position: left top;
}
.footer_top > ul > li:nth-child(2) > i{
	background-position: center top;
}
.footer_top > ul > li:nth-child(3) > i{
	background-position: right top;
}
.footer_top > ul > li > h3{
	font-weight: normal;
	margin: 15px 0;
}
.footer_top > ul > li > p ,.footer_top > ul > li > a{
	font-size: 16px;
	color: #666;
}
.footer_top > ul > li > a:hover{
	color: #f58351;
}
.footer_nav{
	height: 70px;
	line-height: 70px;
	background: #ff6c38;
}
.footer_nav ul {
	text-align: center;
}
.footer_nav ul li{
	display: inline-block;
	margin: 0 42px;
}
.footer_nav ul li a{
	color: #fff;
	font-size: 17px;
}
.footer_down{
	font-size: 15px;
	color: #666;
	text-align: center;
	padding: 30px 0 0px;
}
.footer_copy{
	font-size: 14px;
	margin-bottom: 15px;
}
.footer_txt li{
	margin-bottom: 15px;
}
.footer_txt li dt,
.footer_txt li dd{
	display: inline-block;
	font-weight: normal;
}
.footer_txt li dd{
	margin-right: 10px;
}
.footer_txt li span{
	margin: 0 20px;
	line-height: 1;
}
.footer_txt li.span_line span{
	margin: 0;
	border-right: 1px solid #666;
	padding: 0 5px;
	display: inline-block;
}
.footer_txt li.span_line span:last-of-type{
	border-right: none;
}
.foot_img{
	display: inline-block;
	width: 140px;
	height: 50px;
	background: #eeeeee;
}
.layer_modal{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9;
	background: rgba(0,0,0,0.4);
}
.layer_box{
	width: 380px;
	height: 170px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -190px;
    margin-top: -85px;
    background: #fff;
    color: #333;
    padding: 10px 10px 0px 20px;
    box-sizing: border-box;
    border-radius: 5px;
}
.layer_close{
	float: right;
	width: 20px;
	height: 20px;
	background: url(../../images/front/close.png) no-repeat;
	background-size: 100%;
}
@keyframes form_bounceIn {
  from{
    opacity: 0;
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.form_bounceIn {
  animation-name: form_bounceIn;
  animation-duration: .5s;
  animation-fill-mode:forwards;
  -webkit-animation-fill-mode:forwards;
}
.layer_eq{
	width: 120px;
	height: 120px;
}
.layer_txt{
	padding-left: 20px;
}
.layer_txt p{
	font-size: 15px;
	line-height: 25px;
}
/*footer_end*/

/*index_start*/
.index_b_list li{
	position: relative;
	height: 400px;
	overflow: hidden;
	
	display:-webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-justify-content:center;
	justify-content:center;
	-moz-box-pack:center;
	-webkit--moz-box-pack:center;
	box-pack:center;
}
.index_b_focus{
	text-align: center;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.index_b_focus span{
	width: 10px;
	height: 10px;
	background: #fff;
}
.index_b_focus .swiper-pagination-bullet-active{
	background: #f58351;
}
.index_title{
	margin: 45px 0 30px;
	text-align: center;
	position: relative;
}
.line_center{
	width: 100%;
	height: 1px;
 	background: -webkit-gradient(linear, 0 0, 100% 0, from(#dbdbdb), color-stop(0.5, #999), to(#dbdbdb));
 	background: -webkit-linear-gradient(0deg,#dbdbdb 0%, #999 50%, #dbdbdb 100%);
 	background: -moz-linear-gradient(0deg,#dbdbdb 0%, #999 50%, #dbdbdb 100%);
 	background: -o-linear-gradient(0deg,#dbdbdb 0%, #999 50%, #dbdbdb 100%);
 	background: linear-gradient(90deg,#dbdbdb 0%, #999 50%, #dbdbdb 100%);
 	
 	border-radius: 50%;
 	display: block;
 	
 	position: relative;
 	top: 35px;
}
.index_t {
	display: inline-block;
	min-width: 160px;
	padding: 0 10px;
	background: #fff;
	position: relative;
}
.index_title h4{
	font-size: 32px;
	margin-bottom: 5px;
}
.index_title p{
	font-size: 20px;
	color: #ff6c38;
	font-weight: lighter;
}
.index_news{
	overflow: hidden;
	margin-bottom: 60px;
}
.index_n_left{
	padding-right: 15px;
}
.index_n_right{
	margin-left: 15px;
	border: 1px solid #dddddd;
}
.index_n_r_title{
	height: 60px;
	line-height: 60px;
	background: #ebebeb;
	padding: 0 25px 0 30px;
	overflow: hidden;
}
.index_n_r_title h5{
	font-size: 22px;
	position: relative;
	padding-left: 15px;
	float: left;
	height: 60px;
	line-height: 60px;
}
.index_n_r_title h5:before{
	content: '';
	display: block;
	width: 3px;
	height: 20px;
	background: #ff6c38;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.more{
	float: right;
	font-size: 16px;
	color: #666;
}
.index_n_list{
	padding: 5px 25px 3px;
	overflow: hidden;
}
.index_n_list li{
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	border-bottom: 1px dashed #adadad;
	position: relative;
	padding-left: 20px;
}
.index_n_list li:last-of-type{
	border: none;
}
.index_n_list li:before{
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #ff6c38;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -4px;
}
.index_n_list li:hover a{
	color: #ff6c38;
}

.certify {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.certify  .swiper-slide {
	width: 540px;
	height: 280px;
	background: #fff;
}
.certify .swiper-slide-prev,
.certify .swiper-slide-next{
	filter: brightness(0.6);
}
.certify  .swiper-slide img{
	width: 100%;
	display:block;
}
.certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

.certify .pagination {
	width: 100%;
	bottom: 20px;
	text-align: center;
	display: none;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 1px solid #999;
	background: none;
	width: 10px;
	height: 10px;
	opacity: 1;
}

.certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 1px solid #ff6c38;
	background-color: #ff6c38;
}

.certify .swiper-button-prev {
	left: 0px;
	width: 25px;
	height: 43px;
	background: url(../../images/front/right.png) no-repeat;
	background-size: 100%;
	transform: rotate(180deg);
}

.certify .swiper-button-next {
	right: 0px;
	width: 25px;
	height: 43px;
	background: url(../../images/front/right.png) no-repeat;
	background-size: 100%;
}
.index_plays{
	overflow: hidden;
	margin-bottom: 40px;
}
.index_plays_list{
	overflow: hidden;
	margin-left: -81px;
	display: none;
}
.index_plays_list:first-child{
	display: block;
}
.index_plays_list li{
	/*width: 20%;*/
	float: left;
	text-align: center;
	margin-bottom: 40px;
	margin-left: 81px;
}
.index_plays_list li a:hover{
	color: #ff6c38;
}
.index_plays_list li img{
	width: 155px;
	height: 155px;
	border: 1px solid #cfcfcf;
	border-radius: 25px;
	margin: 0 auto;
}
.index_plays_list li p{
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
}
.index_plays_list li:nth-child(6),
.index_plays_list li:nth-child(7),
.index_plays_list li:nth-child(8){
	display: none;
}
.plays_list li:nth-child(6),
.plays_list li:nth-child(7),
.plays_list li:nth-child(8){
    display: block;
}
.index_plays_foot{
	text-align: center;
}
.index_plays_foot a{
	font-size: 16px;
	display: block;
	width: 100px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin:0 auto; 
	transition: width 0.8s ease;
}
.index_plays_foot a:hover{
	background: #ff6c38;
	color: #fff;
	width: 200px;
}
/*index_end*/

/*plays_list_start*/
.top_banner{
	height: 160px;
	background: #eee;
}
.top_banner img{
	margin-left: 105px;
}
.top_b_title{
	margin-left: 50px;
}
.top_b_title p{
	font-size: 24px;
}
.top_b_title b{
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	font-size: 24px;
}
.locahost{
	margin-top: 25px;
	padding-left: 21px;
	background: url(../../images/front/home.png) no-repeat left top;
	background-size: 17px ;
	overflow: hidden;
	line-height: 1;
	font-size: 0;
	letter-spacing: -3px;
}
.locahost li{
	display: inline-block;
	line-height: 1;
	letter-spacing: normal;
	padding: 0 3px;
	font-size: 14px;
	color: #666;
}
.locahost li a{
	color: #666;
}
.locahost li.start a,
.locahost li:hover a{
	color: #ff6c38;
}
.plays_list_top{
	padding: 35px 0 15px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.plays_list_top > ul {
	overflow: hidden;
	float: left;
}
.plays_list_top > ul > li{
	float: left;
	margin-right: 25px;
}
.plays_list_top > ul > li a{
	width: 100px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
	color: #666;
	display: block;
	border: 1px solid #bfbfbf;
	border-radius: 17px;
}
.plays_list_top > ul > li.start a{
	color: #fff;
	background: #ff6c38;
	border-color: #ff6c38!important;
}
.search{
	float: right;
	width: 320px;
	height: 38px;
	line-height: 38px;
	border-radius: 20px;
	border: 1px solid #bfbfbf;
	overflow: hidden;
	padding: 0 8px;
}
.search input[type='text']{
	border: none;
	height: 38px;
	line-height: 38px;
	padding-left: 15px;
}
.search .input-group-addon{
	background: none;
	border: none;
	box-shadow: none;
	position: relative;
    overflow: visible;
}
.search .input-group-addon i{
	width: 20px;
	height: 20px;
	background: url(../../images/front/search.png) no-repeat center center;
	background-size: 100%;
	cursor: pointer;
}
.input_clear{
    width: 20px;
    height: 20px;
    background: url(../../images/front/close.png) no-repeat center center;
    background-size: 15px 15px;
    border: 1px solid #ccc;
    border-radius: 100%;
    margin-right: 5px;
    position: absolute;
    left: -15px;
    z-index: 9;
    cursor: pointer;
    display: none;
}
.pagertion{
	text-align: center;
	font-size: 16px;
	color: #666;
}
.pager-size{
	display: inline-block;
	color: #666;
	font-weight: normal;
}
.pager-size select,.pager-size input{
	width: 35px;
	height: 20px;
	line-height: 50px;
	text-align: center;
	border:1px solid #cfcfcf;
	background: none;
}
.goto-pager input[type=button]{
	display: inline-block;
	/*background: #EE7316;*/
	border: none;
	vertical-align: top;
	line-height: 20px;
	/*color: #fff;*/
	/*margin-left: 10px;*/
}
.goto-pager input[type=button]:hover{
	background: #EE7316;
	color: #fff;
}
.goto-pager label{
	font-weight: normal;
}
.pager-body{
	display: inline-block;
	padding: 0 30px;
}
.pager-body li{
	display: inline-block;
	/*color: #c6c6c7;*/
	cursor: pointer;
}
.pager-body li.frist-page{
	padding-right: 20px;
}
.pager-body li.pager-num{
	padding: 0 20px;
	cursor: default;
}
.pager-body li.pager-num span{
	color: #666;
}
.pager-body li i.glyphicon{
	vertical-align: baseline;
	margin-left: 7px;
}
.pager-body li.pre-pager i.glyphicon{
	transform: rotateZ(180deg);
	-ms-transform:rotateZ(180deg); 	/* IE 9 */
	-moz-transform:rotateZ(180deg); 	/* Firefox */
	-webkit-transform:rotateZ(180deg); /* Safari 和 Chrome */
	-o-transform:rotateZ(180deg); 	/* Opera */
	margin-left: 0;
	margin-right: 7px;
}
.pager-body li.start{
	color: #666;
}
.pager-body li.last-page{
	padding-left: 20px;
}
.index_plays_list{
	padding-top: 15px;
	padding-bottom: 5px;
}
.plays_list{
	padding-bottom: 60px;
}
/*plays_list_end*/

/*play_intro_start*/
.play_intro{
	border: 1px solid #cccccc;
	margin: 28px 0 50px;
	padding: 0 50px;
}
.play_intro_title{
	text-align: center;
	padding: 35px 0 30px;
	border-bottom: 1px solid #e6e6e6;
}
.play_intro_title img{
	width: 150px;
	height: 150px;
}
.play_intro_title h5{
	font-weight: bold;
	font-size: 18px;
	margin-top: 15px;
}
.play_intro_cont{
	padding: 50px 0;
}
/*play_intro_end*/

/*news_detail_start*/
.news_detail{
	border: 1px solid #dddddd;
	margin: 30px 0 50px;
	padding: 45px 60px 40px;
}
.article_title{
	float: none;
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #e6e6e6;
}
.article_cont{
	padding: 35px 0;
	text-align: center;
	min-height: 750px;
}
.article_cont img{
	max-width: 100%;
	height: auto!important;
}
.article_foot{
	padding-top: 15px;
	border-top: 1px solid #e6e6e6;
	overflow: hidden;
	font-size: 12px;
	color: #666;
}
.article_foot a{
	padding: 0;
	line-height: 24px;
}
.text-right{
	float: right;
}
.article_title h5 {
    font-weight: bold;
    line-height: 22px;
    /*overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;*/
}
.article_title span {
    color: #999;
    margin-right: 20px;
    line-height: 60px;
}
/*news_detail_end*/

/*parental_controls_start*/
.parental_controls_title ul{
	overflow: hidden;
	margin: 0 -10px;
}
.parental_controls_title ul li{
	float: left;
	width: 25%;
	padding: 0 10px;
}
.parental_controls_title ul li a{
	display: block;
	text-align: center;
	font-size: 16px;
	height: 74px;
	line-height: 74px;
	color: #333;
	background: #e4e4e4;
}
.parental_controls_title ul li.start a{
	background: #ff6c38;
	color: #fff;
}
.parental_controls_title ul li a i{
	width: 30px;
	height: 30px;
	background: url(../../images/front/parent_icon.png) no-repeat;
	vertical-align: middle;
}
.parental_controls_title ul li:nth-child(1) a i{
	background-position: 3px 0;
}
.parental_controls_title ul li:nth-child(2) a i{
	background-position: -25px 0;
}
.parental_controls_title ul li:nth-child(3) a i{
	background-position: -57px 0;
}
.parental_controls_title ul li:nth-child(4) a i{
	background-position: -90px 0;
}
.parental_controls_title ul li.start:nth-child(1) a i{
	background-position: 3px -36px;
}
.parental_controls_title ul li.start:nth-child(2) a i{
	background-position: -25px -36px;
}
.parental_controls_title ul li.start:nth-child(3) a i{
	background-position: -57px -36px;
}
.parental_controls_title ul li.start:nth-child(4) a i{
	background-position: -90px -36px;
}
.parental_controls{
	padding-left: 0;
	margin-top: 25px;
}
.parental_controls_cont{
	padding: 0 60px 100px;
	background: #fff;
	overflow: hidden;
}
.parental_controls_cont h4{
	margin: 40px 0 14px;
}
.parental_controls_cont h5{
	line-height: 26px;
}
.parental_controls_cont p{
	font-size: 14px;
	color: #888;
	line-height: 26px;
}
.parental_controls_cont a{
	color: #ea5404;
}
.parental_controls_cont b{
	font-weight: normal;
	color: #666;
}
.ul_01 li{
	float: left;
	margin-right: 30px;
}
.pre_paid_form button{
	width: 130px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #ff6c38;
	border-radius: 0;
	border: none;
	padding: 0;
}
.pre_paid_form .btn:hover,
.pre_paid_form .btn:active,
.pre_paid_form .btn:focus{
	color: #fff;
	background: #ff6c38;
}
.a4_p3 .pre_paid_form{
	padding-left: 0;
}
.a4_p3 .pre_paid_form label{
	color: #777;
}
.parental_controls_cont article:nth-child(2),
.parental_controls_cont article:nth-child(3),
.parental_controls_cont article:nth-child(4){
	display: none;
}
/*parental_controls_end*/

/*contact_us_start*/
.contact_us{
	border: 1px solid #e5e5e5;
	margin: 25px 0 65px;
	background: #fff;
    border-bottom: 1px solid #e1e3e7;
    border-left: 1px solid #ecf0f7;
    border-right: 1px solid #ecf0f7;
    overflow: hidden;
    position: relative;
}
.contact_us_title{
	border-bottom: 1px solid #d2d2d2;
	
}
.contact_us_title ul{
	padding: 33px 20px 0;
}
.contact_us_title ul li{
	float: left;
	padding: 0 35px;
	position: relative;
}
.contact_us_title ul li:after{
	content: '';
	width: 1px;
	height: 17px;
	background: #e2e2e2;
	position: absolute;
	right: 0;
	top: 0;
}
.contact_us_title ul li a{
	display: block;
	padding-bottom: 18px;
}
.contact_us_title ul li:hover a,
.contact_us_title ul li.start a{
	color: #ff6c38;
	border-bottom: 2px solid #ff6c38;
	margin-bottom: -1px;
}
.cont_right_txt{
	min-height: 640px;
}
/*contact_us_end*/

/*pre_paid_start*/
.pre_paid_box{
	margin: 25px auto 50px;
}
.cont_left{
	overflow: hidden;
	margin-bottom: 50px;
	padding-right: 30px;
}
.cont_left dl{
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #e5e5e5;
}
.cont_left .news_dt{
	height: 60px;
	line-height: 60px;
	background: #eee;
	color: #333;
	border-bottom: 1px solid #eee;
	padding-left: 25px;
}
.cont_left .news_dt h4{
	display: inline-block;
	text-align: left;
	width: 100%;
	font-size: 16px;
	padding-left: 10px;
	border-left: 2px solid #ff6c38;
	line-height: 1;
	font-weight: bold;
}
.cont_left .news_dl dd {
	margin: 0px 15px;
	border-bottom: 1px solid #dcdcdc;
}
.cont_left .news_dl dd:last-of-type{
	border-bottom: none;
}

.cont_left .news_dl dd h5{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-bottom: 6px;
}
.cont_left .news_dl dd:hover h5,
.cont_left .news_dl dd:active h5,
.cont_left .news_dl dd:focus h5{
	color: #EE7316;
}
.cont_left .news_dl dd small{
	display: block;
	font-size: 12px;
	color: #999;
}
.cont_left .news_dl_1 dd{
	margin: 0px 20px;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}
.cont_left .news_dl_1 dd h5{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont_left .news_dl_1 dd h5:hover{
	color: #EE7316;
}
.cont_left .news_dl_1 dd h5 i{
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: #b4b4b4;
	text-align: center;
	color: #fff;
	font-size: 18px;
	vertical-align: baseline;
	margin-right: 10px;
}
.cont_left .banner{
	margin-top: 25px;
	padding:8px 10px;
	background: #fff;
	border: 1px solid #ecf0f7;
	border-bottom-color: #e1e3e7;
}
.cont_left .banner img{
	width: 100%;
}
.pre_paid_right{
	margin-bottom: 50px;
	border: 1px solid #e5e5e5;
}
.pre_paid_item{
	overflow: hidden;
}
.pre_paid_item dd a{
	display: block;
	padding: 0 20px;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
	color: #333;
}
.pre_paid_item dd a i{
	width: 20px;
	height: 20px;
	margin-right: 7px;
	background: url(../../images/front/pays_icon.png) no-repeat;
	vertical-align: sub;
}
.pre_paid_item dd:nth-child(5) a i{
	background-position: left 0;
}
.pre_paid_item dd:nth-child(2) a i{
	height: 18px;
	background-position: left -21px;
}
.pre_paid_item dd:nth-child(3) a i{
	background-position: left -38px;
}
.pre_paid_item dd:nth-child(4) a i{
	background-position: left -60px;
}
.pre_paid_item dd.start a{
	background: #fff;
	color: #ea5404;
}
.pre_paid_item dd:nth-child(5).start a i{
	background-position: right 0;
}
.pre_paid_item dd:nth-child(2).start a i{
	background-position: right -21px;
}
.pre_paid_item dd:nth-child(3).start a i{
	background-position: right -38px;
}
.pre_paid_item dd:nth-child(4).start a i{
	background-position: right -60px;
}
.pre_paid_cont{
	padding: 30px 40px 65px;
}
.pre_paid_c_h{
	line-height: 1;
	padding:0 10px 20px;
	border-bottom: 1px solid #c8c8c8;
}
.pre_paid_c_h a{
	color: #ea5404;
}
.pre_paid_cont form{
	padding-bottom: 90px;
}
.pre_paid_com{
	overflow: hidden;
	padding: 25px 0 0;
}
.pre_paid_form{
	overflow: hidden;
	margin-bottom: 25px;
	padding: 0 10px;
}
.pre_paid_form label{
	font-weight: normal;
	color: #0e234e;
	font-size: 14px;
	width: 105px;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-bottom: 0;
}
.pre_paid_form input[type='text']{
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	width: 300px;
	float: left;
	border: 1px solid #c8c8c8;
	box-shadow: none;
}
p.error_alert{
	color: #999;
	height: 35px;
	line-height: 35px;
	margin-left: 10px;
	float: left;
	display: none;
}
p.error_alert i{
	width: 17px;
	height: 17px;
	background: url(../../images/front/error_icon.png) no-repeat center center;
	background-size: 100%;
	vertical-align: sub;
	margin-right: 5px;
}
.pre_paid_list{
	overflow: hidden;
}
.pre_paid_list li{
	width: 180px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #e5e5e5;
	margin-right: 25px;
	margin-bottom: 12px;
	float: left;
	cursor: pointer;
}
.pre_paid_list li.choice{
	border: 1px solid #ea5404;
	background: url(../../images/front/choice_icon.png) no-repeat right bottom;
}
.pre_paid_way{
	margin-top: -7px;
}
.pre_paid_cont input[type='button']{
	width: 180px;
	height: 34px;
	text-align: center;
	color: #fff;
	background: #ff6c38;
	border: none;
	margin-top: 33px;
}
.pre_paid_way>div:nth-child(2),
.pre_paid_way>div:nth-child(3),
.pre_paid_way>div:nth-child(4){
	display: none;
}
.pre_paid_tips{
	padding: 20px 10px 0;
	border-top: 1px solid #e6e6e6;
}
.pre_paid_tips h5{
	font-size: 16px;
	color: #ea5404;
	margin-bottom: 10px;
}
.pre_paid_tips p{
	font-size: 14px;
	color: #999;
	line-height: 22px;
}
/*pre_paid_end*/

/*news_start*/
.news_cont_left{
	overflow: hidden;
	margin-bottom: 50px;
}
.news_cont_left dl{
	padding-bottom: 30px;
	margin-bottom: 20px;
	background: #fff;
}
.news_cont_left .news_dt{
	height: 45px;
	line-height: 45px;
	background: #0e234e;
	color: #fff;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 25px;
}
.news_cont_left .news_dt h4{
	display: inline-block;
	text-align: left;
	width: 100%;
	font-size: 16px;
	padding-left: 10px;
	border-left: 2px solid #fff;
	line-height: 1;
}
.news_cont_left .news_dl dd {
	margin: 0px 20px;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}
.news_cont_left .news_dl dd h5{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-bottom: 6px;
}
.news_cont_left .news_dl dd:hover h5,
.news_cont_left .news_dl dd:active h5,
.news_cont_left .news_dl dd:focus h5{
	color: #EE7316;
}
.news_cont_left .news_dl dd small{
	display: block;
	font-size: 12px;
	color: #999;
}
.news_cont_left .news_dl_1 dd{
	margin: 0px 20px;
	padding: 15px 0;
	border-bottom: 1px solid #dcdcdc;
}
.news_cont_left .news_dl_1 dd h5{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_cont_left .news_dl_1 dd h5:hover{
	color: #EE7316;
}
.news_cont_left .news_dl_1 dd h5 i{
	width: 26px;
	height: 26px;
	line-height: 26px;
	background: #b4b4b4;
	text-align: center;
	color: #fff;
	font-size: 18px;
	vertical-align: baseline;
	margin-right: 10px;
}
.news_cont_left .news_dl_1 dd:nth-child(2) i{
	background: #ed6c1b;
}
.news_cont_left .news_dl_1 dd:nth-child(3) i,
.news_cont_left .news_dl_1 dd:nth-child(4) i{
	background: #0e234e;
}
.news_cont_left .banner{
	margin-top: 25px;
	padding:8px 10px;
	background: #fff;
	border: 1px solid #ecf0f7;
	border-bottom-color: #e1e3e7;
}
.news_cont_left .banner img{
	width: 100%;
}
.news_cont_right {
	margin-top: 25px;
	margin-bottom: 15px;
}
.cont_base{
	overflow: hidden;
	background: #fff;
}

.cont_right_title{
	height: 45px;
	line-height: 45px;
	/*padding: 0 20px;*/
}
.cont_right_title .search{
	width: 100%;
	float: none;
	margin: 0 auto;
}
.news_list{
	/*overflow: hidden;*/
	margin-top: 25px;
}
.news_list li{
	overflow: hidden;
	padding: 15px 23px 15px 17px;
	margin-bottom: 17px;
	border: 1px solid #d2d2d2;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.news_list li:hover{
	-webkit-transform: translate(-3px,-5px);
	-moz-transform: translate(-3px,-5px);
	-ms-transform: translate(-3px,-5px);
	-o-transform: translate(-3px,-5px);
	transform: translate(-3px,-5px);
	border: 1px solid #FF6128;
}
.news_list_img{
	width: 200px;
	height:120px;
	float: left;
}
.news_list_img img{
	width: 100%;
	height:100%;
}
.news_list_text{
	float: left;
	width: 75%;
	width: calc(100% - 200px);
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	vertical-align: middle;
	padding:10px 0px 0 20px;
}
.news_list_text h5{
	font-weight: bold;
	line-height: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_list_text h5 a{
	font-size: 14px;
}
.news_list_text h5 a:focus{
	color: #ccc;
}
.news_list_text h5 a:hover,
.news_list_text h5 a:active{
	color: #FF6128;
}
.news_list_text > div{
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #666;
	margin: 15px 0;
}
.news_list_text span{
	color: #999;
	margin-right: 20px;
}
.news_list_text span i{
	vertical-align: baseline;
	margin-right: 5px;
}
.news_list_text > a{
	float: right;
	color: #ea5404;
}
.news_cont_right .pagertion{
	margin-top: 25px;
	margin-bottom: 30px;
}
/*news_end*/

/*404页面start*/
.error_cont {
    margin: 100px auto;
    overflow: hidden;
}
.error_left img{
    width:100%;
    float: right;
}
.error_right h1{
    font-size: 50px;
    font-weight: bolder;
    margin-top: 112px;
    color: #ee7316;
}
.error_right h2{
    font-size: 30px;
    line-height: 1.5;
    color: #999999;
}
.error_right a{
    display: inline-block;
    margin: 15px 5px 0;
    border-bottom: 1px solid #bcbcbc;
    color: #bcbcbc;
    font-size: 13px;
}
.nofound_right h1{
    font-size: 34px;
    margin-top: 140px;
    margin-bottom: 10px;
}
.nofound_right h2{
    font-size: 24px;
}
/*404页面end*/


/*pre_paid_start*/
.pre_paid_right{
	margin-bottom: 50px;
	margin-top: 20px;
}
.pre_paid_title{
	height: 45px;
    line-height: 45px;
    background: #0e234e;
}
.pre_paid_title>div{
	overflow: hidden;
	float: left;
}
.pre_paid_title>div>span{
	padding: 0 40px;
	font-size: 16px;
	color: #fff;
	float: left;
}
.pre_paid_title>div>i{
	width: 1px;
	height: 29px;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(#0e234e, #8791a7, #0e234e);
	/* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear,  from(#0e234e), color-stop(#8791a7),  to(#0e234e));
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-linear-gradient( #0e234e, #8791a7, #0e234e);
	/* Opera 11.10+ */
	background: -o-linear-gradient(#0e234e, #8791a7, #0e234e);
	background: linear-gradient(#0e234e, #8791a7, #0e234e);
	margin-top: 8px;
}
.pre_paid_item{
	overflow: hidden;
	float: left;
	padding-top: 5px;
	margin-left: 15px;
}
.pre_paid_item li{
	float: left;
	width: 165px;
}
.pre_paid_item li a{
	display: block;
	text-align: center;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	color: #fff;
}
.pre_paid_item li a i{
	width: 20px;
	height: 20px;
	margin-right: 7px;
	background: url(../../images/pays_icon.png) no-repeat;
	vertical-align: sub;
}
.pre_paid_item li:nth-child(1) a i{
	background-position: 0 0;
	height: 12px;
	margin-bottom: 4px;
}
.pre_paid_item li:nth-child(2) a i{
	background-position: 0 -12px;
}
.pre_paid_item li:nth-child(3) a i{
	background-position: 0 -32px;
}
.pre_paid_item li.start a{
	background: #fff;
	color: #ea5404;
}
.pre_paid_item li:nth-child(1).start a i{
	background-position: -20px 0;
	height: 12px;
}
.pre_paid_item li:nth-child(2).start a i{
	background-position: -20px -12px;
}
.pre_paid_item li:nth-child(3).start a i{
	background-position: -20px -32px;
}
.pre_paid_cont{
	padding: 70px 180px 45px;
}
.pre_paid_c_h{
	line-height: 1;
	padding:0 10px 20px;
	border-bottom: 1px solid #c8c8c8;
}
.pre_paid_c_h a{
	color: #ea5404;
}
.pre_paid_cont form{
	min-height: 730px;
}
.pre_paid_com{
	overflow: hidden;
	padding: 25px 0 0;
}
.pre_paid_form{
	overflow: hidden;
	margin-bottom: 25px;
	padding: 0 10px;
}
.pre_paid_form label{
	font-weight: normal;
	color: #0e234e;
	font-size: 14px;
	width: 105px;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-bottom: 0;
}
.pre_paid_form input[type='text']{
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	width: 300px;
	float: left;
	border: 1px solid #c8c8c8;
	box-shadow: none;
}