﻿@charset "utf-8";
/* CSS Document */
/*html{cursor: url("../img/xiaoshou.png"),auto;}*/
h4, h5, h6,
h1, h2, h3 {margin-top: 0;}
ul, ol {margin: 0; padding:0;list-style: none;}
p {margin: 0;}
h4{
	text-transform: capitalize;
}
html, body{
	font-family: helvetica, "微软雅黑",'Open Sans', sans-serif;
	background:#fff;
	font-size:14px;
	}
body a{
 	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	}


select {   
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/  
  border: solid 1px #000;   
  /*很关键：将默认的select选择框样式清除*/  
  appearance:none;   
  -moz-appearance:none;   
  -webkit-appearance:none;   
  /*在选择框的最右侧中间显示小箭头图片*/  
  background: url("../images/arrow.png") no-repeat scroll rightright center transparent;   
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/  
  padding-right: 14px;   
}   

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/  
.select::-ms-expand { display: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {   
 /* WebKit browsers */   
color: #a9a9a9;   
}   
input:-moz-placeholder, textarea:-moz-placeholder {   
/* Mozilla Firefox 4 to 18 */   
color: #a9a9a9;   
}   
input::-moz-placeholder, textarea::-moz-placeholder {   
 /* Mozilla Firefox 19+ */   
color: #a9a9a9;   
}   
input:-ms-input-placeholder, textarea:-ms-input-placeholder {   
 /* Internet Explorer 10+ */   
color: #a9a9a9;   
}
	
	
header{
	background:#fff;
	height: 120px;
	}
header a img{
	margin-top: -35px;
	margin-left: -80px;
}	
header img{
	margin-top: -35px;
	margin-left: 15px;
}
header .my_tel{
	margin-left: 360px;
}
header p.m_1{
	margin-top: 32px;
	margin-left: 10px;
	font-size: 12px;
	text-align: left;
	display: inline-block;
}
header p.m_2{
	margin-left: 0;
	display: inline-block;
	color: #b9b7b7;
	font-size: 14px;
}	
header p.m_2 span{
	font-size: 32px;
	font-style: italic;
	color: #f28300;
	font-weight: normal;
}
header input{
	border:1px solid #e7e6e6;
	border-radius:15px;
	background:#efeeee;
	color:#844065;
	width:122px;
	font-size: 12px;
	float: right;
	margin-top: 25px;
	margin-right: -20px;
	}
header a{
	color:#FFF;
	}
header a:hover{
	color:#ffbc79;
	text-decoration:none;
	}
span.m_2{
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}
.header_top-responsive{
	display:none;
}
/* 菜单 */
.bottom-header_shadow{
	border-bottom: 1px solid #dedede;
    background: #fff;
    min-width: 1000px;
	webkit-box-shadow: 0px 1px 2px #f1f1f1;
    -moz-box-shadow: 0px 1px 2px #f1f1f1;
    box-shadow: 0px 1px 2px #f1f1f1;}
.h_menu4{
	text-align:center;
}
li.logo a:hover{
	background:none;
	border-bottom:10px solid green;
}
.nav li.logo.active a, .nav li.logo a:hover {
   border-bottom:none;
}
.nav {
    list-style: none;
    width: 1100px;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
	width: 11em;
	border-bottom:5px solid #ddd;
	box-shadow: 0 3px rgba(71, 71, 71, 0.48);
	-webkit-box-shadow: 0 3px rgba(71, 71, 71, 0.48);
	-moz-box-shadow: 0 3px rgba(71, 71, 71, 0.48);
	-o-box-shadow: 0 3px rgba(71, 71, 71, 0.48);
}
.nav li a {
	display: block;
	padding: 0px;
	color: #fff;
	font-family: helvetica, "微软雅黑";
	margin: 0 30px;
	font-size:16px;
}
.nav li a:focus{
	background-color: transparent;
}
li.logo{
	background:none;
	border:none;
}
.nav li {
    position: relative;
}
.nav li.top_li{
    padding-top: 10px;
    padding-bottom: 10px;
	/*border-right: 1px solid #c1a0b2;*/
    float: left;
    border-right: 1px solid rgba(255,255,255,0.2);
	/*border-image: -webkit-linear-gradient(top, #844065,white, #844065) 1 3;
	border-image: -moz-linear-gradient(top, #844065,white, #844065) 1 3;
	border-image: linear-gradient(top, #844065,white, #844065) 1 3;*/
}
/*.nav li.top_li p{
    border-right: 1px solid #c1a0b2;
}*/
.nav li.top_li a{
	
}
.nav li.active a, .nav li a:hover {
/*	border-bottom:1px solid #f2f2f2;*/
	background: none;
}
.nav > li {
    display: -webkit-inline-box;
}
/*.nav > li > a:hover{
	background:#f8b62c;
}*/
.nav > li:hover{
	background:#f8b62c;
}
.nav > li:hover img{
	visibility: hidden;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
    padding: 0;
	z-index:999999999;
	margin-top: -4px;
    padding-top: 15px;
}
.nav > li.hover > ul {
    left:-5px;
    top:35px;
}
.nav li li.hover ul {
    left: 100%;
    top:0px;
    -webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition:  background .2s linear;
	transition: background .2s linear;
}
.nav li li a {
	font-size:1em;
	padding: 10px 20px;
	display: block;
	color:#f08315;
	background:#fff;
	border-top:1px dotted #d0d0d0;
	border-left:1px dotted #d0d0d0;
	border-right:1px dotted #d0d0d0;
	position: relative;
	z-index: 9999999;
	font-weight:normal;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	width: 100%;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	margin:0;
}
.nav li li li a {
    background:#d45828;
    z-index:200;
    border-top: 1px solid #1d7a62;
    border:1px dotted #d0d0d0;
}
.nav li li a:hover{
	background:#f8f8f8;
	color:#b04b87;
	border-bottom:none;
}
/*******************banner轮播******************************/
.fullSlide {
	width:100%;
	position:relative;
	height:410px;
	background:#000;
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:410px;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:410px;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	/*width:42px;
	height:11px;*/
	width: 20px;
	height: 20px;
	margin:1px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
	border-radius: 50%;
	margin-left: 10px;
}
.fullSlide .hd ul .on {
	/*background:#833f65;*/
	background: #f08200;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:5%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:5%;
	background-position:-6px -137px;
}
/*.slider {
}
.slider-container {
	height: 475px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.slider-container .slider-wrapper {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 5000em; 
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;
}
.slider-container .slide {
	float: left;
	height: 475px;
	overflow: hidden;
	position: relative;
}
.slider-nav {
	text-align: center;
	width: 100%;
	z-index: 99;
	position: absolute;
	margin-top: -35px;
}
.slider-nav li {
	display: inline;
	padding: 8px;
}
.slider-nav .bullet {
	border: 2px solid #833f65;
	border-radius: 50%;
	display: inline-block;
	text-indent: -9000px;
	overflow: hidden;
	height: 16px;
	width: 16px;
}
.slider-nav .active {
	background-color: #833f65;
}
.slider-nav .prev{
	background: url(../images/left.png) no-repeat;
	display: inline-block;
	text-indent: -9000px;
	overflow: hidden;
	position: absolute;
	border-radius: 30px;
	height: 60px;
	width: 60px;
	top: -200px;	
	margin-left: -28%;
}
.slider-nav .next{
	background: url(../images/right.png) no-repeat;
	display: inline-block;
	text-indent: -9000px;
	overflow: hidden;
	position: absolute;
	border-radius: 30px;		
	height: 60px;
	width: 60px;
	top: -200px;	
	margin-left: 28%;
}
.slider-wrapper img{
	width: 100%;
	display: block;
}*/
/***************************************************************/
/*预约 */
.yuyue-mid .container{
	padding: 40px;
}
.yuyue-mid .container span{
	font-size: 18px;
	color: #FFFFFF;
	float: left;
	padding-top: 7px;
	margin-left: -45px;
}
.yuyue-mid .container .txt-input{
	outline: none;
	width: 152px;
	height: 40px;
	border-radius: 10px;
	font-size: 12px;
	margin-left: 10px;
	border: 1px solid #FFFFFF;
	padding-left: 2%;
}
.yuyue-mid .container #age{
	padding: 0 2%;
	color: #a9a9a9;
}
.yuyue-mid .container #age option{
	text-align: center;
	color: #000000;
}
.yuyue-mid .container #btn{
	overflow:hidden;
	text-indent:-9999px;
	background: url(../images/yuyue-btn.png);
}
/*.search{
	position: relative;
	float:right;
	width:32%;
	font-size:12px;
}
.search input[type="text"] {
	outline: none;
	padding: 15px 10px;
	outline: none;
	color: #A8A8A8;
	background: #F9F8F8;
	border:none;
	width: 80%;
	line-height: 1.5em;
	font-size: 1.1em;
}
.search input[type="submit"] {
	background: url(../images/search.png)#F2F2F2 no-repeat 17px 14px;
	padding: 14px 30px;
	border: none;
	cursor: pointer;
	position: absolute;
	line-height: 1.5em;
	outline: none;
	border-bottom:3px solid #D9D9D9;
}
.search input[type="submit"]:hover {
	background: url(../images/search.png)#eee no-repeat 17px 14px;
}*/
/*.slider{
	background:url(../images/banner.png) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
	background-size: 100% 100%;
}*/
/*竞思训练*/
.content-top{
	background:#fff;
	padding-bottom:1%;
}
.content_grid1{
	background: #F2F2F2;
	width:1000px;
}
.xueyuan-ceping{
	color: #FFFFFF;
	width: 250px;
	height: 250px;
	float: left;
	text-align: center;
	padding: 25px 0;
}
.xueyuan-ceping h4{
	font-size:20px;
	text-align: left;
	padding-left: 20px;
	font-weight: bold;
}
.xueyuan-ceping p{
	font-size: 14px;
	width: 228px;
	padding-left: 15px;
	white-space: pre-wrap;
	text-align: left;
}
.xueyuan-ceping a{
	border: 1px solid #FFFFFF;
	border-radius: 20px;
	padding:10px 40px;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 40px;
}
.xueyuan-ceping a:hover{
	border-color: #e0e0e0;
	color: #000000;
	background-color: #e0e0e0;
    cursor: url("../images/xiaoshou.png"),auto;
}
/*竞思注意力训练，让孩子的学习从此全神贯注*/
.jingsi-qsgz{
	padding-top: 110px;
	text-align: center;
}
/*.jingsi-qsgz hr{
	border-top: 2px solid #cbc7c4;
	margin-top: 0;
}
.jingsi-qsgz .hr-two{
	width: 380px;
	border-top: 3px solid #824064;
	margin-top: -22px;
}*/
.jingsi-qsgz h1{
	border-bottom: 2px solid #cbc7c4;
	padding-bottom: 10px;
}
.jingsi-qsgz h4{
	border-top: 3px solid #824064;
	display: inline-block;
	padding-top: 9px;
	margin-top: -12px;
}
.jingsi-qsgz img{
	margin-bottom: -230px;
	padding-top: 60px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*竞思课程*/
.content-mid{
	background:#ffe84a;
	padding-top: 340px;
	padding-bottom:130px;
}
.content-mid-one{
	background: #F2F2F2;
	width:1000px;
}
.jingsi-kecheng{
	float: left;
	width: 310px;
	height: 350px;
	padding-left: 72px;
}
.jingsi-kecheng-two{
	margin-left: 20px;
	padding-left: 50px;
}
.jingsi-kecheng-three{
	padding-left: 130px;
	padding-top: 2px;
	margin-left: 27px;
}
.jingsi-kecheng-five{
	padding-left: 125px;
}
.jingsi-kecheng-six{
	padding-left: 130px;
	padding-top: 30px;
	margin-left: 50px;
}
.jingsi-kecheng a{
	font-size: 16px;
	font-weight: bold;
	border: 2px solid #000000;
	border-radius: 20px;
	padding:10px 30px;
	color: #000000;
	display: inline-block;
	margin-top: 20px;
	margin-left: 40px;
}
.jingsi-kecheng-two a{
	margin-left: 95px;
}
.jingsi-kecheng a:hover{
	border-color: #e0e0e0;
	background-color: #e0e0e0;
    cursor: url("../images/xiaoshou.png"),auto;
}
/*首页专家团队介绍*/
.about-grids{
	margin:7em 0;
	text-align: center;
	border-bottom: 2px solid #cbc7c4;
}
.about-grids h1{
	border-bottom: 2px solid #cbc7c4;
	padding-bottom: 10px;
}
.about-grids h4{
	border-top: 3px solid #824064;
	display: inline-block;
	padding-top: 9px;
	margin-top: -12px;
}
.zhuanjia{
	margin-left: -10px;
}
.zhuanjia .zhuanjiali{
	background-color: #f0f0f0;
	border-radius: 20px;
	float: left;
	margin-left: 20px;
	margin-bottom: 15px;
}
.zhuanjia .zhuanjiali img{
	margin: 33px;
	display: block;
}
.zj-name{
	width: 175px;
	border-bottom: 1px solid #000000;
	margin-left: 30px;
}	
.zj-name span{
	float: left;
	font-size: 16px;
	font-weight: bold;
}
.zj-name h5{
	padding-top: 3px;
}
.zhuanjia .zhuanjiali p{
	font-size: 12px;
	text-align: left;
	width: 175px;
	margin-left: 30px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.zhuanjia .zhuanjiali p a{
	color: #83526d;
}
.zhuanjia .zhuanjiali .zj-dianjilj{
	margin: 30px auto;
	font-size: 15px;
	border-radius: 20px;
	padding:10px 30px;
	color: #FFFFFF;
	background-color: #8d3967;
	display: inline-block;
}
.zhuanjia .zhuanjiali .zj-dianjilj:hover {
	color: #8d3967;
	background-color: #FFFFFF;
    cursor: url("../images/xiaoshou.png"),auto;
}
.zjbtn{
	margin-top: -25px;
	margin-bottom: 25px;
}
#zjbtn1,#zjbtn2{
	outline: none;
	border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #959495;
}
#zjbtn1{
	background-color: #959495;
}
#zjbtn2{
	background-color: #FFFFFF;
	margin-left: 10px;
}
/*学员真实案例*/
/* 原来的样式
.xueyuan-anli{
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	text-align: center;
	background-color: #264140;
	padding: 80px 0 100px;
}
.xueyuan-anli img{
	margin-top: -96px;
	margin-bottom: -160px;
}
.xueyuan-anli .zhixian{
	width: 325px;
	height: 0;
	border-top: 3px solid #fbe637;
	display: inline-block;
	margin-bottom: 12px;
}
.xueyuan-bj{
	width: 240px;
	height: 247px;
	background: url(../images/xy-bj.png) no-repeat center;
	padding: 40px 0;
	margin-top: 50px;
	margin-bottom: -50px;
	float: left;
}
.xueyuan-img{
	overflow: hidden;
	padding-top: 96px;
	width: 171px;
	margin-left: 30px;
}
.xueyuan-img img{
	display: block;
}
.xueyuan-bj span{
	font-size: 13px;
    position: absolute;
    margin-left: 30px;
    margin-top: 20px;
    display: block;
}*/

.xueyuan-anli{
	margin-left: auto;
	margin-right: auto;
	color:#000;
	text-align: center;
	padding: 80px 0 20px;
}
.xueyuan-anli img{
}
.xueyuan-anli .zhixian{
	width: 325px;
	height: 0;
	border-top: 3px solid #fbe637;
	display: inline-block;
	margin-bottom: 12px;
}
.xueyuan-bj{
	width: 240px;
	height: 280px;
	padding: 10px 0;
	float: left;
}
.xueyuan-img{
	overflow: hidden;
	width: 220px;
	height:220px;
	margin-left: 10px;
}
.xueyuan-img img{
	display: block;
	width:100%;
	height:100%;
}
.xueyuan-bj span{
	font-size: 13px;
	width:100%;
	height:40px; 
	line-height:40px;
	text-align:center;
    display: block;
}

/*训练*/
.xunlian-bj{
	width: 240px;
	height: 390px;
	padding: 10px 0;
	float: left;
}
.xunlian-img{
	overflow: hidden;
	width: 220px;
	height:330px;
	margin-left: 10px;
}
.xunlian-img img{
	display: block;
	width:100%;
	height:100%;
}
.xunlian-bj span{
	font-size: 13px;
	width:100%;
	height:40px; 
	line-height:40px;
	text-align:center;
    display: block;
}
/*.xueyuan-jianjie{
	float: left;
	margin-top: 145px;
	margin-bottom: 15px;
}
.xueyuan-jianjie img{
	display: block;
}
.xueyuan-jianjie span{
	font-size:13px;
	color: #000000;
	display: block;
	padding-top: 78px;
	padding-right: 60px;
}*/
/*图片变大*/
.imgPic{
    -moz-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    transition: all 1s ease 0s;
}
.imgPic:hover{
	transform: scale(1.1);
}
/*竞思环境*/
.jingsi-huanjing{
	margin:7em 0;
	text-align: center;
}
.jingsi-huanjing h1{
	border-bottom: 2px solid #cbc7c4;
	padding-bottom: 10px;
}
.jingsi-huanjing h4{
	border-top: 3px solid #824064;
	display: inline-block;
	padding-top: 9px;
	margin-top: -12px;
}
.hj-zs{
	float: left;
	width: 250px;
	height: 500px;
	overflow: hidden;
}
.hj-zs .xiaoqiu{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin: -40px auto;
	position: relative;
}
.hj-wenzi{
	padding: 100px 0;
}
.hj-wenzi span{
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	letter-spacing: 2px;
}
.hj-img{
	overflow: hidden;
}
.hj-zs img{
	display: block;
}
/*新闻中心*/
.xinwen-zhongxin{
	margin:7em 0;
	text-align: center;
}
.xinwen-zhongxin h1{
	border-bottom: 2px solid #cbc7c4;
	padding-bottom: 10px;
}
.xinwen-zhongxin h4{
	border-top: 3px solid #824064;
	display: inline-block;
	padding-top: 9px;
	margin-top: -12px;
}
.xinwen-left{
	float: left;
	text-align: left;
	font-size: 12px;
	border-right: 1px solid #b1b2b2;
	padding: 30px 50px;
}
.xinwen-left h5{
	letter-spacing: 2px;
	font-size: 15px;
	padding: 30px 0 10px;
}
.xinwen-left img{
	display: block;
	border: 1px solid #a9a8a8;
}
.xinwen-left p{
	width: 380px;
	text-indent: 2em;
	line-height: 20px;
}
.xinwen-right{
	float: left;
	padding: 30px 50px;
}
.xinwen-right-ch{
	margin-bottom: 25px;
	text-align: left;
}
.xinwen-right-ch img{
	display: block;
	float: left;
}
.xinwen-right span{
	font-size: 16px;
	padding-left: 18px;
}
.xinwen-right-ch p{
	width: 373px;
	font-size: 12px;
	text-align: left;
	margin-left: 85px;
	margin-top: 10px;
}
.xinwen-wz{
	text-align: left;
	letter-spacing: 2px;
	font-size: 12px;
	line-height: 2em;
}
/*QQ，地址，电话*/
.lianxi-dizhi{
	background-color: #f4f4f4;
}
.lianxi-dz{
	width: 1005px;
}
.lianxi-fs{
	float: left;
	padding: 30px 20px 20px;
}
.tu-biao{
	float: left;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 10px;
	border: 1px solid #000000;
}
.lianxi-fs p{
	font-size: 16px;
	font-weight: bold;
}
.lianxi-fs span{
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding-left: 60px;
}
.lianxi-fs:hover{
	background-color: #f8b62c;
	color: #FFFFFF;
}
.lianxi-all{
	margin-left: 80px;
}
/*footer底部*/
footer{
	background-color: #834065;
}
.footer-ul{
	margin-left: 170px;
}
.footer-ul li{
	padding: 15px 15px;
	float: left;
}
.footer-ul li a{
	color: #FFFFFF;
}
.footer-ul li:hover{
	background-color: #f8b62c;
}
/*footer-bottom*/
.footer-bottom{
	background-color: #424343;
	filter:alpha(opacity:90); 
	opacity:0.9;  
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}
.footer-bottom .container{
	background: url(../images/footer-bj.jpg) no-repeat center top;
	background-position: center;
	background-size:100% 100% ;
}
.footer-tu{
	padding-top: 90px;
	padding-bottom:160px;
	padding-left: 70px;
	background-color: #424343;
	filter:alpha(opacity:90); 
	opacity:0.9;  
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
}
.footer-logo{
	float: left;
	color: #FFFFFF;
	height: 125px;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 30px;
	padding-left: 10px;
	
	border-right: 1px solid rgba(255,255,255,0.5);
	/*border-image: -webkit-linear-gradient(to top, #424343,white, #424343) 1 3;
	border-image: -moz-linear-gradient(to top, #424343,white, #424343) 1 3;
	border-image: linear-gradient(to top, #424343,white, #424343) 1 3;*/
}
/*.anli-header a{
	font-size:22px;
	display:block;
	margin-left:43%;
	margin-right:43%;
	color:#555555;
	font-weight: 800;
	margin-top:3%;
	margin-bottom:2%;
	border-bottom:2px solid #b04b87;
	text-align:center;
	}
.anli-header a:hover{
	text-decoration:none;
	color:#999999;
	}*/
/************************************/

.txt-yuyue2{
	background: #FFFFFF url(../images/xiala.png) no-repeat 125px 15px;
    background-size: 15px 10px;
}


@media screen and (max-width: 1440px){
	.lianxi-dz{
		width: 1100px;
	}
}



/*底部录名单样式*/
.foot_form{width: 100%;}
.foot_form .input_text{width: 300px;color: rgb(136, 136, 136); padding:5px 20px;line-height: 27px;height: 38px;border: 1px solid #eeeeee;font-size: 14px;float: left;margin-right: 24px;}
.form_btn{cursor: pointer;width: 124px;height: 39px;1float: right;font-size: 18px;line-height: 39px;text-align: center;background: #f0552f;border: none;color: #fff;}
.foot_close{width: 20px;height: 20px;background: url(../img/01/xx.png) center center no-repeat;position: absolute;right: 20px;top: 20px;-webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all 0.5s;transition:all 0.5s;}
.foot_close:hover{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);}
.fixed-bottom{position: fixed;display: none; height: 120px;width: 100%; background: rgba(0,0,0,.8);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);left: 0;bottom: 0;}
.fixed-bottom p{font-size: 14px;color: #fff;line-height: 64px;}
.fixed-bottom p span{font-size: 24px;color: #f0552f;font-weight: 700;}	
.input_text img{display: block;width: 78px;height: 38px;margin-left: -30px;margin-top: -6px;}
.width_main{width:1200px!important;margin:0 auto;}