﻿* {
	margin: 0;
	padding: 0;
}
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	text-decoration: none;
}
img {
	border: none;
}
input {
	border: none;
}
textarea {
	resize: none;/*禁止文本域任意缩放*/
}
body {
	font-family: 微软雅黑;
	color: #000;
}
/*天下归一*/
#overall{
	width: 100%;
	height: auto;
	background-color: #eff2f9;
	padding-bottom: 10px;
}
.top{
	height:40px;
    background-color: #ff4081;
}
.top_1200{
	width: 1200px;
	margin: 0 auto;
}
.top_1200_left{
	float: left;
	height: 40px;
	margin-left: 10px;
}
.top_1200 h4{
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 40px;
	font-weight: bold;
}
.top_1200_right{
	float: right;
	margin-right: 10px;
}
.nav{
	height: 70px;
	width: 100%;
	background-color: #FFFFFF;
	}
.nav_1200{
	width: 1200px;
	margin: 0 auto;
}
.logo{
	width: 360px;
	height: 70px;
	float: left;
	line-height: 70px;
	margin-left: 10px;
}
.logo img{
	height: 90%;
}
.nav_right{
	float: left;
}
.nav_right ul li{
	float: left;
	line-height: 70px;
	margin-left: 30px;
	font-size: 14px;
	color: red;
	font-weight: bold;
	letter-spacing: 1.5px;
    cursor: pointer;
}
.nav_button{
	width: 120px;
	height: 70px;
	float: right;
	margin-right: 10px;
}
.nav_button img{
	width: 50%;
	margin-top: 21px;
}
.button_left{
	float: left;
}
.button_right{
	float: left;
}
#owl-demo {
	position: relative;
	width:100%;
	height:550px;
	margin:0;
}
#owl-demo .item {
	position: relative;
	display: block;
}
#owl-demo img {
	display: block;
	width: 100%;
	height: 550px;
	margin:auto
}
#owl-demo b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
#owl-demo span {
	position: absolute;
	left: 0;
	bottom: 37px;
	width: 100%;
	color: #fff;
	text-align: center;
}
.owl-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	height: 22px;
	text-align: center;
}
.owl-page {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background-image: url(../img/images/bg15.png);
*display:inline;
*zoom:1;
}
.owl-pagination .active {
	width: 25px;
	background-image: url(../img/images/bg16.png);
}
.owl-buttons {
	display: none;
}
.owl-buttons div {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 80px;
	text-indent: -9999px;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
.main{
	width: 100%;
}
.mem{
	width: 1200px;
	height: 1078px;
	margin: 0 auto;
}
.share{
	text-align: center;
}
.share h4{
	font-size: 28px;
	color: #ff4081;
	font-family: "黑体";
	font-weight: bold;
	margin-top: 20px;
	letter-spacing: 4px;
}
.share img{
	height: 95%;
	margin-top: 5px;
}
.share p{
	font-size: 12px;
	color: #acacac;
	font-weight: bold;
	letter-spacing: 2px;
}
.scr{
	width: 1200px;
	margin-top: 30px;
}
.tob{
	float: left;
	width: 424px;
	height: 36px;
	border: 1px solid #FF4081;
	border-radius:10px;
	overflow: hidden;
}
.tob ul{
	list-style: none
}
.tob ul li{
	margin-left: 45px;
	display: inline-block;
	line-height: 36px;
}
.tob ul li a{
	color: #acacac;
	font-size: 14px;
}
.tob ul li img{
	display: none;
	float: left;
	margin-top: -8px;
	margin-left: 8px;
}
.flip_wrap{
 width:200px;
 height:250px;
 margin:0 auto;
 perspective:800px;/*perspective属性定义3D元素距视图的距离,以像素计。该属性允许您改变 3D 元素查看 3D 元素的视图。*/
 -webkit-perspective:800px;
 -moz-perspective:800px;
 -ms-perspective:800px;
 -o-perspective:800px;
}
.flip{
 width:200px;
 height:250px;
 backface-visibility:hidden;/*背对屏幕时隐藏*/
 -webkit-backface-visibility:hidden;
 -moz-backface-visibility:hidden;
 -ms-backface-visibility:hidden;
 -o-backface-visibility:hidden;
 transition: all 1s ease; /*为翻牌添加过渡效果*/
 -webkit-transition: all 1s ease;
 -moz-transition: all 1s ease;
 -ms-transition: all 1s ease;
 -o-transition: all 1s ease;
 transform-style: preserve-3d; /*子元素将保留其 3D 位置。*/
}
.side{
 width:100%;
 height:100%;
 position: absolute;/*让背面和正面重叠*/
 left:50%;
 margin-left:-105px;
}
.front{
 z-index:2;/*让正面朝上*/
}
.back{
 transform:rotateY(180deg);
 -webkit-transform:rotateY(180deg);
 -moz-transform:rotateY(180deg);
 -ms-transform:rotateY(180deg);
 -o-transform:rotateY(180deg);
}
.flip_wrap:hover .flip{
 transform:rotateY(180deg);(180);
 -webkit-transform:rotateY(180deg);
 -moz-transform:rotateY(180deg);
 -ms-transform:rotateY(180deg);
 -o-transform:rotateY(180deg);
}
.flip_wrap .back{
    background-color: #FE6699
    background: -webkit-radial-gradient(rgba(255,64,129,0),rgba(255,64,129,0),rgba(255,64,129,0),rgba(255,64,129,1)); /* Safari 5.1 - 6.0 */
    background: -o-radial-gradient(rgba(255,64,129,0),rgba(255,64,129,0),rgba(255,64,129,0),rgba(255,64,129,1));  /*Opera 11.1 - 12.0 */
    background: -moz-radial-gradient(rgba(255,64,129,0),rgba(255,64,129,0),rgba(255,64,129,0),rgba(255,64,129,1));  /*Firefox 3.6 - 15 */
    background: radial-gradient(rgba(255,64,129,0),rgba(255,64,129,0),rgba(255,64,129,0),rgba(255,64,129,1)); /* 标准的语法（必须放在最后） */
}
.flip_wrap .back{
    /*background-color: #FE6699;*/
    border-radius: 5px;
    z-index: 1;
}
.flip_wrap .back .info{
    padding: 3px;
    padding-top: 20px;
    width: 88%;
    height: 83%;
    background-color: #ffffff;
    margin: 5% auto;
    box-shadow: 1px 1px 1px #666;
    text-align: center;
    color: #FE6699;
    overflow: hidden;
}
.flip_wrap .back .info h3{
    margin-bottom: 20px;
}
.flip_wrap .back .info p span.left{
    float: left;
}
.flip_wrap .back .info p span.right{
    float: right;
}
.flip_wrap .back .info p.monologue{
    margin-top: 20px;
    text-indent: 2em;
    text-align: left;
}
.button{
	width: 265px;
	height: 35px;
	border: 1px solid #FF4081;
	border-radius:10px;
	float: left;
	margin-left: 137px;
	text-align: center;
}
.button a{
	line-height: 35px;
}
.button img{
}
.button h4{
	display: inline-block;
	color:#ff6599;						
}
.mem_but{
	width: 160px;
	height: 35px;
	border: 1px solid #FF4081;
	border-radius:10px;
	float: left;
	margin-left: 137px;
	text-align: center;
}
.mem_but h4{
	display: inline-block;
	color:#ff6599;						
}
.mem_but a{
	line-height: 35px;
}
.sul{
	width: 1200px;
    /*height: 885px;*/
    padding-bottom: 10px;
}
.sul ul{
	width: 1200px;
	/*height: 885px;*/
	overflow: hidden;
}
.sul ul	li{
	float: left;
	margin-left: 35px;
	margin-top: 35px;
}
.test{
	width: 100%;
	height: 620px;
	background: url(../img/images/42.jpg) center center /cover;
	background-attachment: fixed;
}
.test_1200{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
.test_1200 ul{
	margin-top: 50px;
}
.test_1200 ul li{
	width: 290px;
	height: 350px;
	float: left;
	margin-left: 82px;
	background-color: #FFFFFF;
	-moz-box-shadow: 1px 1px 4px #656565;
    -webkit-box-shadow:1px 1px 4px #656565;
    box-shadow: 1px 1px 4px #656565;
}
.test_top{
	width: 256px;
	height: 170px;
	margin: 0 auto;
	padding-top: 14px;
}
.test_top img{
	width: 100%;
	height: 100%;
}
.test_bottom{
	margin-top: 10px;
}
.test_bottom h4{
	font-size: 14px;
	color: #FF4081;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1.5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin: 0 25px;
	margin-top: 20px;
}
.test_bottom p{
	margin: 0 12px;
	margin-top: 10px;
	font-size: 12px;
	font-weight: bold;
	font-family: "微软雅黑" "黑体"; 
	line-height: 20px;
	color: #a5a5a5;
	letter-spacing: 1.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-indent: 2em;
}
.test_button{
	width: 130px;
	height: 30px;
	background-color: #FF4081;
	-moz-box-shadow: 1px 1px 1px #656565;
    -webkit-box-shadow:1px 1px 1px #656565;
    box-shadow: 1px 1px 1px #656565;
    margin: 0 auto;
}
.test_button h5{
	color: #FFFFFF;
	font-size: 14px;
	letter-spacing: 2px;
	padding-top: 5px;
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
}
.team{
	width: 100%;
	height: 808px;
	background-color: #FFFFFF;
	
}
.team_1200{
	width: 1200px;
	height: 720px;
	margin: 0 auto;
	padding-top: 20px;
}
.team_main{
	margin-top: 20px;
}
.team_main ul{
	height: 580px;
}
.team_main ul li{
	width: 338px;
	height: 154px;
	border: 1px solid #EFF2F9;
	float: left;
	margin-left: 45px;
	margin-top: 20px;
}
.team_main ul li:hover{
	-moz-box-shadow: 1px 1px 8px #909090;
    -webkit-box-shadow:1px 1px 8px #909090;
    box-shadow: 1px 1px 8px #909090;
    transition: 0.3s;
	-moz-transition: 0.3s; /* Firefox 4 */
	-webkit-transition: 0.3s; /* Safari 和 Chrome */
	-o-transition: 0.3s; /* Opera */
}
.team_left{
	width: 100px;
	height: 140px;
	margin-top: 6px;
	margin-left: 6px;
	float: left;
}
.team_left img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.team_right{
	float: left;
	width:200px ;
	margin-left:20px ;
	margin-top: 15px;
}
.team_right h4{
	font-size: 20px;
	color: #FF4081;
	font-weight: bold;
	letter-spacing: 1.7px;
	margin-bottom: 10px;
}
.team_right span{
	font-size: 12px;
	color: #ffaac7;
	margin-left: 5px;
	letter-spacing: 1.5px;
}
.team_right h5{
	 font-size: 14px;
	 color: #797979;
	 letter-spacing: 1.5px;
	 overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.team_right p{
	font-size: 12px;
	color: #b5b5b5;
	margin-top: 15px;
	letter-spacing: 1.5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-indent: 2em;
}
.team_button{
	width: 320px;
	height: 60px;
	color: #FFFFFF;
	border: 2px solid #FF4081;
	margin: 0 auto;
	transition: 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari 和 Chrome */
	-o-transition: 1s; /* Opera */
	-moz-box-shadow: 1px 1px 2px #fff;
    -webkit-box-shadow:1px 1px 2px #FFFFFF;
    box-shadow: 1px 1px 2px #FFFFFF;
}
.team_button h4{
	color: #FF4081;
	text-align: center;
	z-index: 100;
	line-height: 64px;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: 600;
	font-family: "黑体";
	transition: 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari 和 Chrome */
	-o-transition: 1s; /* Opera */
}
.team_button:hover{
	background-color: #FF4081;
	transition: 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari 和 Chrome */
	-o-transition: 1s; /* Opera */
}
.team_button h4:hover{
	color: #FFFFFF;
	transition: 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari 和 Chrome */
	-o-transition: 1s; /* Opera */
}
.lvcr{
	width: 100%;
	height: 840px;
}
.lvcr_1200{
	width: 1200px;
	margin: 0 auto;
}
.lvcr_main{
	height: 680px;
}
.lvcr_main ul{
	height: 640px;
	margin-top: 10px;
}
.lvcr_main ul li{
	width: 330px;
	height: 214px;
	overflow:hidden;
	position:relative;
	float: left;
	margin-left: 52px;
	margin-top: 42px;
	-moz-box-shadow: 1px 1px 4px #676767;
    -webkit-box-shadow:1px 1px 4px #676767;
    box-shadow: 1px 1px 4px #676767;
}
.lvcr_main ul li img{
	width: 100%;
	height: 100%;
}
.lvcr_pass{
	display:block;
	width:330px;
	height:60px;
	background:rgba(50,50,50,0.5);
	position:absolute;
	left:0;
	top:214px;
	text-align:center;
	color:#FFF;
	transition:1s;
}
.lvcr_main ul li :hover .lvcr_pass{
	top:154px;
	display:block;
}
.lvcr_pass h4{
	font-size: 16px;
	line-height: 60px;
	margin: 0 10px;
	text-align: center;
	letter-spacing: 1.5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.succss{
	width: 100%;
	height: 900px;
	background: url(../img/f44.jpg) center center /cover;
	background-attachment: fixed;
}
.succss_1200{
	width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
}
.succss_top{
	height: 620px;
}
.succss_top ul{
	margin-top: 40px;
}
.succss_top ul li{
	width: 370px;
	height: 250px;
    float: left;
    margin-left: 20px;
    margin-bottom: 55px;
}
.succss_top ul li img{
	width: 100%;
	height: 100%;
	-moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
  	-webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
  	box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.succss_bom{
	width: 1200px;
	height: 370px;
	margin-top: 20px;
}
.bom_a{
	width: 290px;
	height: 330px;
	float: left;
    margin-left: 20px;
}
.bom_a img{
	width: 100%;
	height: 100%;
	-moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
  	-webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
  	box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.bom_b{
	width: 530px;
	height: 330px;
	float: left;
    margin-left: 20px;
}
.bom_b img{
	width: 100%;
	height: 100%;
	-moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
  	-webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
  	box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.bom_c{
	width: 290px;
	height: 330px;
	float: left;
    margin-left: 20px;
}
.bom_c img{
	width: 100%;
	height: 100%;
	-moz-border-radius: 15px; /* Firefox */
    -webkit-border-radius: 15px; /* Safari 和 Chrome */
    border-radius: 15px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
  	-webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
  	box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.bom_but{
	width: 320px;
	height: 60px;
	color: #FFFFFF;
	border: 2px solid #FF4081;
	margin: 0 auto;
	transition: 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari 和 Chrome */
	-o-transition: 1s; /* Opera */
	-moz-box-shadow: 1px 1px 2px #fff;
    -webkit-box-shadow:1px 1px 2px #FFFFFF;
    box-shadow: 1px 1px 2px #FFFFFF;
}
.bom_but h4{
	color: #FF4081;
	text-align: center;
	z-index: 100;
	line-height: 64px;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: 600;
	font-family: "黑体";
	transition: 1s;
	-moz-transition: 1s; /* Firefox 4 */
	-webkit-transition: 1s; /* Safari 和 Chrome */
	-o-transition: 1s; /* Opera */
}
.partner{
	width: 100%;
	height: 300px;
	background-color: #ededed;
    margin-top: 20px;
}
.partner_1200{
	width: 1200px;
	height: 200px;
	margin: 0 auto;
	padding-top: 50px;
}
.partner h4{
	text-align: center;
	font-size: 25px;
	font-family: "黑体";
	color: #6b6b6b;
	letter-spacing: 5px;
	padding-top: 20px;
}
.partner_top{
	width: 1034px;
	height:50px ;
	margin:0 auto;
}
.partner_top ul{
	margin-top: 20px;

}
.partner_top ul li{
	width: 160px;
	height: 48px;
	float: left;
	margin-left: 10px;
}
.partner_top ul li img{
	width: 100%;
	height: 100%;
}
.partner_bottom{
	width: 694px;
	margin: 0 auto;
}
.partner_bottom ul{
	margin-top: 10px;
}
.partner_bottom ul li{
	width: 160px;
	height: 48px;
	float: left;
	margin-left: 10px;
}
.partner_bottom ul li img{
	width: 100%;
	height: 100%;
}
.but{
	width: 100%;
	
}
.but_1200{
	width: 1200px;
	height: 350px;
	margin: 0 auto;
}
.but_left{
	width: 600px;
	height: 350px;
	float: left;
}
.but_right{
	height: 350px;
	width: 600px;
	float: left;
}
.blf_top{
	width: 600px;
	height: 140px;
}
.blf_top ul{
	width: 480px;
	height: 120px;
	margin: 0 auto;
	padding-top: 20px;
}
.blf_top ul li{
	float: left;
	margin-left: 30px;
	margin-top: 15px;
}
.blf_top ul li a{
	font-size: 14px;
	color: #7A7A7A;
	font-weight: bold;
}
.blf_top ul li a:hover{
	color: #ff4081;
	transition: 0.3s;
	-moz-transition: 0.3s; /* Firefox 4 */
	-webkit-transition: 0.3s; /* Safari 和 Chrome */
	-o-transition: 0.3s; /* Opera */
}
.blf_but{
	width: 412px;
	height: 160px;
	margin-left: 90px;
}
.blf_but p{
	font-size: 14px;
	color: #b3b3b3;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.8px;
}
.but_right img{
	height: 20%;
	margin-left: 70px;
    margin-top: 100px;
}
.foot{
	width: 1200px;
	margin: 0 auto;
}
.foot h4{
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
	letter-spacing: 1.1px;
}
.foot h5{
	text-align: center;
	color: #b3b3b3;
	font-size: 12px;
	letter-spacing: 1.1px;
}
/*首页*/
/*红娘团队*/
#all{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding-bottom: 10px;
}
.banner{
    width: 100%;
    /*height: 400px;*/
    overflow: hidden;
}
.banner img{
    width: 100%;
}
.ours{
    width: 100%;
    height: 450px;
    background-color: #FFFFFF;
    padding-top: 30px;
}
.ours_1100{
    width: 1100px;
    height: 400px;
    margin: 0 auto;

    z-index: 100;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.ours_left{
    width: 550px;
    height: 400px;
    overflow: hidden;
    float: left;
}
.ours_left img{
    width: 100%;
}

.our_main ul{
    height: 32px;
    width: 250px;
    float: left;
    margin-left: 10px;
}
.our_main ul li{
    float: left;
    width: 28px;
    height: 28px;
    margin-left: 10px;
}
.our_main ul li img{
    width: 100%;
}
.our_right{
    width: 550px;
    height: 400px;
    float: left;
}
.our_top{
    margin-top: 20px;
}
.our_top h4{
    font-size: 26px;
    text-align: center;
    color: #ff4081;
    letter-spacing: 1.7px;
    font-weight: bold;

}
.our_top p{
    font-size: 14px;
    text-align: left;
    color: #7a7a7a;
    margin: 0 20px;
    margin-top: 10px;
    letter-spacing: 1.75px;
    text-indent:2em;

    line-height:24px ;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-indent: 2em;
}
.our_main{
    margin-left: 20px;
    height: 50px;
    width: 500px;
    margin-top: 20px;
}
.our_main h4{
    font-size: 18px;
    color: #ff4081;
    /*display: inline-block;*/
    float: left;
    line-height: 32px;
    padding-top: 1px;
    letter-spacing: 1.75px;

    font-weight: 600;
}
.our_bottom{
    width: 500px;
    margin-left: 20px;
}
.our_bottom h4{
    font-size: 18px;
    color: #ff4081;
    line-height: 32px;
    padding-top: 1px;
    font-weight: 600;
    letter-spacing: 1.75px;

}
.our_bottom p{
    font-size: 14px;
    color: #7a7a7a;
    margin-top: 5px;
    letter-spacing: 1.75px;
    text-indent:2em;

    line-height: 24px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-indent: 2em;
}
.teach{
    width: 100%;
    background-color: #FFFFFF;
}
.teach_1200{
    width: 1200px;
    /*height: 1570px;*/
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 10px;
}
.teach_pass{
    display:block;
    width:210px;
    height:90px;
    background:rgba(50,50,50,0.8);
    position:absolute;
    left:0;
    top:285px;
    text-align:center;
    color:#FFF;
    transition:1s;
}
.teach ul li:hover .teach_pass{
    top:80px;
    display:block;
}
.teach_pass h4{
    font-size: 16px;
    line-height: 60px;
    margin: 0 10px;
    text-align: center;
    letter-spacing: 1.5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.teach_aa ul {
    width: 1200px;
    margin: 0 auto;
}
.teach_img{
    width: 210px;
    height: 285px;
}
.teach_img img{
    width: 100%;
    overflow: hidden;
}
.teach ul li{
    width: 210px;
    height: 285px;
    overflow: hidden;
    position: relative;
    float: left;
    margin-left: 25px;
    margin-top:25px ;
    -moz-box-shadow: 1px 1px 4px #676767;
    -webkit-box-shadow:1px 1px 4px #676767;
    box-shadow: 1px 1px 4px #676767;
}
.pop {
    display: none;
    width: 750px;
    height: 400px;
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    margin: auto;
    z-index: 130;
    border-radius: 8px;
    border: 4px solid #FF4081;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
}
.bgPop {
    display: none;
    position: fixed;
    z-index: 129;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}
.pop_lin{
    width: 720px;
    height: 370px;
    margin: 0 auto;
    margin-top: 15px;
}
.pop-close{
    width: 30px;
    height: 30px;
    margin-right: -4px;
    margin-top: -4px;
    background-color: #FF4081;
    float: right;
    cursor:pointer;
    border-radius: 8px;
    text-align: center;
    color: #FFFFFF;
    line-height: 30px;
}
.pop_left{
    width: 256px;
    height: 370px;
    float: left;
}
.pop_img{
    width: 231px;
    height: 315px;
    overflow: hidden;
    border: 2px solid #eff2f9;
}
.pop_img img{
    width: 100%;
}
.pop_right{
    width: 464px;
    height: 370px;
    float: left;
}
.pr_a{
    height: 200px;
}
.pr_a h4{

    font-size: 28px;
    color: #ff4081;
    font-weight: bolder;
    letter-spacing: 2px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pr_a h5{

    font-size: 14px;
    font-weight: bolder;
    color: #7d7d7d;
    letter-spacing:2px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pr_a p{
    font-size: 12px;
    color: #7D7D7D;
    font-weight: bolder;
    letter-spacing: 1.75px;
    line-height: 24px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-indent: 2em;
}
.pr_b{
    height: 60px;
}
.pr_b h4{
    font-size: 14px;
    font-weight: bolder;
    color: #7d7d7d;
    letter-spacing:2px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pr_b p{
    font-size: 12px;
    color: #7D7D7D;
    font-weight: bolder;
    letter-spacing: 1.75px;
    line-height: 24px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-indent: 2em;
}
.pr_c{
    height: 60px;
    margin-top: 50px;
}
.pr_c .prc_a{
    margin: 0 auto;
}
.prc_a{
    width: 150px;
    height: 40px;
    background-color: #FF4081;
    border-radius: 8px;
    /*float: left;*/
    cursor: pointer;
}
.prc_a p{
    line-height: 40px;
    margin-left: 45px;
    color: #fff;
}
.prc_b{
    width: 150px;
    height: 40px;
    background-color: #FF4081;
    border-radius: 8px;
    margin-left: 260px;
}
.prc_b p{
    line-height: 40px;
    margin-left: 45px;
    color: #fff;
}
/*登录弹窗*/
.my_clear{
    clear: both;
}
.pop_login{
    color: #a9a9a9;
    width: 300px;
    height: 400px;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.pop_login .pop_member .login_img{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-image: url("../img/login_img.png");
    background-repeat: no-repeat;
    background-position-y: 18px;
    background-position-x: 13px;
}
.pop_login .pop_member .login_form{
    width: 252px;
    height: 240px;
    margin: 0 auto;
}
.pop_member .login_form .login_remind{
    color: #ff4081;
    font-size: 12px;
    text-align: center;
}
.pop_login .pop_member .login_form span.login_register{
    color: #666;
    font-size: 12px;
    float: right;
    cursor: pointer;
    margin: -5px 0px 10px 0px;
}
.pop_login .pop_member .login_form dd{
    position: relative;
    margin: 10px 0px 20px 0px;
}
.pop_login .pop_member .login_form dd i{
    position: absolute;
    top: 17px;
    left: 5px;
    width: 22px;
    height: 21px;
}
.pop_login .pop_member .login_form dd i.up{
    background-image: url("../img/login_name.png");
}
.pop_login .pop_member .login_form dd i.down{
    background-image: url("../img/login_password.png");
    background-position-x: 3px;
}
.pop_login .pop_member .login_form input{
    width: 220px;
    height: 50px;
    border: solid 1px #a9a9a9;
    border-radius: 10px;
    padding-left: 30px;
    box-shadow: 2px 1px 3px #a9a9a9;
    outline:none;
}
.pop_login .pop_member .login_form input:focus{
    border: solid 1px #ff4081;
    box-shadow: 2px 1px 3px #ff4081;
}
.pop_login .pop_member .login_form a.login{
    display: block;
    width: 149px;
    height: 50px;
    background-color: #ff4081;
    border-radius: 10px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    color: white;
    letter-spacing: 40px;
    padding-left: 40px;
}
html .login_active{
    -webkit-transform: translateY(-1500px);
    -moz-transform: translateY(-1500px);
    -ms-transform: translateY(-1500px);
    transform: translateY(-1500px);
}
/*注册*/
.pop_register{
    color: #a9a9a9;
    width: 770px;
    height: 580px;;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.pop_register .upload_head{
    color: #ff4081;
    cursor: pointer;
}
.pop_register .pop_member .login_img{
    width: 400px;
    margin: 30px auto;
    height: 32px;
    background: url("../img/register_img_text.png") no-repeat;
}
.pop_register .pop_member .login_form{
    width: 100%;
    height: 490px;
}
.pop_register .pop_member .login_form dd{
    margin: 20px auto;
    position: relative;
}
.pop_register .pop_member .login_form dd label{
    letter-spacing: 5px;
    color: #a9a9a9;
}
.pop_register .pop_member .login_form dd .my_success{
    width: 21px;
    height: 21px;
    background-image: url("../img/success.png");
    position: absolute;
    left: 325px;
    display: none;
    top: 7px;
}
.pop_register .pop_member .login_form dd input,.pop_register .pop_member .login_form dd select{
    border: solid 1px #a9a9a9;
    height: 25px;
    width: 160px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #a9a9a9;
    outline: none;
    margin: 2px 10px;
    padding: 2px 5px;
    font-size: 12px;
}
.pop_register .pop_member .login_form dd select{
    width: 170px;
    height: 30px;
}
.pop_register .pop_member .login_form dd .my_radio{
    border: none;
    height: auto;
    box-shadow: none;
    margin-left: 21px;
    margin-right: 0px;
    vertical-align: middle;
    width: auto;
}
.pop_register .pop_member .login_form dd .my_radio:focus{
    border: none;
    box-shadow: none;
}
.pop_register .pop_member .login_form dd input:focus,.pop_register .pop_member .login_form dd select:focus{
    border: solid 1px #ff4081;
    box-shadow: 1px 1px 1px #ff4081;
}
.pop_register .pop_member .login_form .left{
    float: left;
    width: 50%;
    text-align: center;
}
.pop_register .pop_member .login_form .left .hidden{
    width: 385px;
    height: 85px;
    overflow: hidden;
    position: relative;
}
.pop_register .pop_member .login_form .left .hidden .head_show{
    width: 80px;
    height: 80px;
    border-radius: 40px;
}
.pop_register .pop_member .login_form .left .head_img{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 200px;
    height: 110px;
    outline: none;
    cursor: pointer;
}
.pop_register .pop_member .login_form .left .my_success{
    left: 305px;
}
.pop_register .pop_member .login_form .right{
    float: left;
    width: 50%;
    text-align: center;
}
.pop_register .pop_member .login_form .down{
    font-size: 13px;
    text-align: center;
}
.pop_register .pop_member .login_form .down input{
    margin-right: 5px;
    vertical-align: middle;
}
.pop_register .pop_member .login_form .down a{
    display: block;
    width: 350px;
    height: 60px;
    background-color: #ff4081;
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    margin: 10px auto;
    color: white;
    font-size: 21px;
    letter-spacing: 5px;
    padding-left: 5px;
}
/*会员中心*/
.member_info .up{
    width: 100%;
    height: 20%;
    text-align: center;
}
.member_info .up .title{
    color: #FF4081;
    line-height: 150px;
    font-weight: bold;
    font-size: 28px;
}
.member_info .middle{
    width: 100%;
    height: 70%;
    overflow: auto;
}
.member_info .middle.img_more{
   background-color: #f4f4f9;
}
.member_info .middle .left{
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}
.member_info .middle .left dl dd,.member_info .middle .right dl dd{
    width: 100%;
    margin-bottom: 25px;
    position: relative;
}
.member_info .middle .left dl dd .my_success{
    width: 21px;
    height: 21px;
    background-image: url(../img/success.png);
    position: absolute;
    left: 325px;
    display: none;
    top: 7px;
}
.member_info .middle .right dl dd .my_success{
    width: 21px;
    height: 21px;
    background-image: url(../img/success.png);
    position: absolute;
    left: 345px;
    display: none;
    top: 7px;
}
.member_info .middle .left .hidden{
    margin-bottom: 20px;
    position: relative;
}
.member_info .middle .left .hidden .head_img{
    position: absolute;
    bottom: 0px;
    right: 117px;
    width: 177px;
    height: 110px;
    outline: none;
    cursor: pointer;
}
.member_info .middle .left .hidden .head_show{
    width: 80px;
    height: 80px;
    border-radius: 40px;
}
.member_info .middle .left .hidden .upload_head{
    color: #ff4081;
    cursor: pointer;
}
.member_info .middle .right{
    width: 50%;
    height: 100%;
    float: left;
}
.member_info .middle dl{
    /*width: 100%;*/
    text-align: center;
}
.member_info .middle dl dd{
    display: inline-block;
    width: 48%;
    height: 50px;
    color: #ADA0A0;
    margin-bottom: 10px;
    float: left;
}
.member_info .middle.img_more dl dd{
    display: inline-block;
    width: 240px;
    height: 240px;
    margin: 10px;
    margin-left: 15px;
    background-color: #ffffff;
    float: left;
    position: relative;
    box-shadow: 4px 4px 6px #666;
    border-radius: 8px;
    overflow: hidden;
}
.member_info .middle.img_more dl dd .add{
    width: 80px;
    height: 82px;
    background-image: url('../img/images/sucai2.png');
    position: absolute;
    top: 55px;
    left: 80px;
    background-position-x: -7px;
    background-position-y: -272px;
    background-repeat: no-repeat;
    cursor: pointer;
}
.member_info .middle.img_more dl dd .text{
    position: absolute;
    top: 150px;
    left: 82px;
    cursor: pointer;
    font-size: 20px;
    color: #e6e6e8;
    font-weight: bold;
}
.member_info .middle.img_more dl dd .img_more_file{
    border: none;
    box-shadow: none;
    width: 210px;
    height: 260px;
    position: absolute;
    top: -30px;
    left: 0px;
}
.member_info .middle.img_more dl dd img{
    width: 238px;
    height: 238px;
    border: solid 1px #fe777b;
    border-radius: 8px;
}
.member_info .middle.img_more dl dd .my-close{
    position: absolute;
    top: 0px;
    right: -1px;
    width: 25px;
    height: 25px;
    background-color: #fe777b;
    cursor: pointer;
    border-radius: 8px;
    text-align: center;
    color: #FFFFFF;
    line-height: 25px;
}
.member_info .middle.img_more dl{
    padding-left: 10px;
}
.member_info .middle dl dd label{
    letter-spacing: 4px;
    vertical-align: middle;
}
.member_info .middle dl dd .my_radio{
    border: none;
    height: auto;
    box-shadow: none;
    margin-left: 10px;
    margin-right: 0px;
    vertical-align: middle;
    width: auto;
}
.member_info .middle dl dd .my_radio:focus{
    border: none;
    box-shadow: none;
}
.member_info .middle dl dd select,.member_info .middle dl dd input{
    border: solid 1px #DEDEDE;
    height: 40px;
    width: 160px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #a9a9a9;
    outline: none;
    margin: 2px 10px;
    padding: 2px 5px;
    font-size: 12px;
    color: #ADA0A0;
    vertical-align: middle;
}
.member_info .middle dl dd select:focus,.member_info .middle dl dd input:focus{
    border: solid 1px #ff4081;
    box-shadow: 1px 1px 1px #ff4081;
}
.member_info .middle dl dd textarea{
    border: solid 1px #DEDEDE;
    height: 80px;
    width: 160px;
    border-radius: 5px;
    box-shadow: 1px 1px 1px #a9a9a9;
    outline: none;
    margin: 2px 10px;
    padding: 2px 5px;
    font-size: 12px;
    color: #ADA0A0;
    vertical-align: middle;
}
.member_info .middle dl dd textarea:focus{
    border: solid 1px #ff4081;
    box-shadow: 1px 1px 1px #ff4081;
}
.member_info .down{
    width: 100%;
    height: 10%;
}
.member_info .down a{
    display: block;
    width: 160px;
    height: 35px;
    background-color: #FE777B;
    color: #ffffff;
    text-align: center;
    margin: 20px auto;
    border-radius: 10px;
    font-size: 20px;
    padding-top: 5px;
    letter-spacing: 5px;
    padding-left: 10px;
    box-shadow: 3px 3px 3px #666666;
}
.member_info .login_remind{
    color: #ff4081;
    font-size: 12px;
    text-align: center;
    margin-top: -17px;
}
.member_info .middle dl dd.special{
    height: 50px;
    margin-bottom: 10px;
}
.member_info .middle dl dd.special_marriage{
    height: 30px;
    margin-bottom: 10px;
}
.member_info .middle dl dd.special p{
    height: 30px;
    line-height: 30px;
}
/*婚恋课堂*/
.ktm{
    width: 100%;
    margin-bottom: 20px;
    height: auto;
    background-color: #eff2f9;
    overflow: hidden;
}
.ktm_1200{
    width: 1200px;
    margin: 0 auto;
}
.ktm_left{
    width: 740px;
    padding-top: 16px;
    float: left;
}
.ktml_top{
    width: 704px;
    height: 436px;
    overflow: hidden;
    margin: 0 auto;
    -moz-box-shadow: 1px 1px 5px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 5px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 5px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.ktml_top img{
    width: 100%;
    height: 100%;
}
.ktml_one{
    width: 704px;
    height: 220px;
    margin: 0 auto;
    margin-top: 10px;
    display: block;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
    transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari 和 Chrome */
    -o-transition: 0.3s; /* Opera */
}
.ktml_one:hover{
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari 和 Chrome */
    -o-transition: 0.3s; /* Opera */
}
.card_top{
    width: 704px;
    height: 160px;
    margin: 0 auto;

}
.card_top ul li{
    width: 220px;
    height: 140px;
    overflow: hidden;
    float: left;
    margin-left: 11px;
    margin-top: 11px;
}
.card_top ul li img{
    width: 100%;
    height: 100%;
}
.card_but{
    width: 680px;
    height: 50px;
    margin: 0 auto;
}
.card_but h4{
    font-size: 16px;
    font-weight: bolder;
    color: #3f3f3f;
    letter-spacing:1.75px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 5px;
    padding-bottom: 12px;
}
.card_but span{
    font-size: 12px;
    color: #999;
    letter-spacing:1px;
    display:inline-block;
    float: right;
    padding-top: 2px;
}
.ktm_right{
    width: 460px;
    padding-top: 16px;
    float: left;
}
.ktmr_top{
    width: 448px;
    height: 310px;
    margin: 0 auto;
    overflow: hidden;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.ktm_top img{
    width: 100%;
    height: 100%;
}
.ktmr_main{
    width: 448px;
    /*height: 805px;*/
    margin: 0 auto;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-top:20px ;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.ktmr_one span{
    font-size: 20px;
    color: #FF4081;
    letter-spacing: 1.75px;
    font-weight: bolder;
}
.ktmr_one{
    margin: 10px 0 0 10px;
}
.ktmr_main ul{
    margin-top: 10px;
}
.ktmr_main ul li{
    width: 428px;
    height: 140px;
    border: 1px solid #DDDDDD;
    margin: 0 auto;
    margin-top: 10px;
}
.ktmr_main ul li:hover{
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari 和 Chrome */
    -o-transition: 0.3s; /* Opera */
}
.ktmlm_l{
    width: 186px;
    height: 134px;
    overflow: hidden;
    margin-top: 3px;
    margin-left: 4px;
    float: left;
}
.ktmlm_l img{
    width: 100%;
    height: 100%;
}
.ktmlm_r{
    width: 200px;
    float: left;
    margin-left: 10px;
}
.ktmlm_r h4{
    font-size: 16px;
    color: #676767;
    font-weight: bold;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    /*overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;*/
}
.ktmlm_r P{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hytj_main{
    width: 448px;
    /*height: 954px;*/
    margin: 0 auto;
    overflow: hidden;
    background-color: #FFFFFF;
    margin-top:20px ;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    padding-bottom: 10px;
}
.hytj_main ul{

}
.hytj_main ul li{
    width: 426px;
    height: 170px;
    margin: 0 auto;
    border: 1px solid #DDDDDD;
    margin-top: 10px;
}
.hytjm_l{
    width: 122px;
    height: 152px;
    overflow: hidden;
    margin-top: 9px;
    margin-left: 9px;
    float: left;
}
.hytjm_l img{
    width: 100%;
}
.hytj_main ul li:hover{
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    transition: 0.3s;
    -moz-transition: 0.3s; /* Firefox 4 */
    -webkit-transition: 0.3s; /* Safari 和 Chrome */
    -o-transition: 0.3s; /* Opera */
}
.hytjm_r span{
    font-size: 14px;
    color: #FF4081;
    margin-left: 5px;
    text-align: center;
}
.hys{
    width: 240px;
    text-align: center;
}
.hytjm_r h4{
    font-size: 16px;
    color: #656565;
    font-weight: bold;
    text-align: center;
}
.hytjm_r{
    height: 140px;
    width: 240px;
    float: left;
    margin: 0 auto;
    margin-top: 25px;
    margin-left: 24px;
}
.hytjm_r p{
    font-size: 14px;
    color: #999999;
    margin-top: 10px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    letter-spacing: 1.75px;
    line-height: 18px;
    overflow: hidden;
}
/*婚恋课堂end*/
.xqym{
    width: 1920px;
    margin-bottom: 20px;
    overflow: hidden;
}
.xqym_1200{
    width: 1200px;
    margin: 0 auto;
}
.xqym_l{
    width: 740px;
    background-color: #FFFFFF;
    padding-bottom: 40px;
    float: left;
    margin-top: 16px;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.xqym_r{
    width: 420px;
    background-color: #FFFFFF;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.xqyml_top{
    padding-top: 10px;
    margin: 0 10px
}
.xqyml_top span{
    cursor:pointer;
}
.xqyml_top h5{
    font-size: 12px;
    color: #999999;
}
.xqyml_main{
    margin: 0 20px;
}
.xqyml p{
    padding:  0 30px;
}
.xqyml_main{
    margin-top: 20px;
    /*text-align: center;*/
}
.xqyml_main h4{
    text-align: center;
    font-size: 22px;
    color: #3b3b3b;
    margin-bottom: 10px;
}
.xqyml_main span{
    font-size: 14px;
    color: #b7b7b7;
    margin-left: 20px;
}
.xqyml_main p{
    /*text-align: left;
    margin-top: 10px;
    color: #737373;
    font-size: 14px;
    letter-spacing: 1.75px;
    text-indent: 2em;*/
}
.clear{
    clear: both;
}
.sus{

}
.sus_1200{
    width: 1200px;
    margin: 0 auto;
}
.sus_one{
    width: 370px;
    height: 270px;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-left: 25px;
    margin-top: 25px;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.sus_one img{
    width: 100%;
    height: 100%;
}
.sus_pass{
    display:block;
    width:370px;
    height:270px;
    background:rgba(50,50,50,0.8);
    position:absolute;
    left:0;
    top:270px;
    text-align:center;
    color:#FFF;
    transition:1s;
}
.sus_one:hover .sus_pass{
    top:0px;
    display:block;
}
.sus_pass h4{
    font-size: 16px;
    line-height: 275px;
    margin: 0 10px;
    text-align: center;
    letter-spacing: 1.5px;
    color: #FFFFFF;
}
/*品牌文化*/
.ppwh1{
    height: 720px;
    background-color: #eaeaea;
}
.ppwh1_1200{
    width: 1200px;
    margin: 0 auto;
}
.ppwh_top{
    width: 1200px;
    padding-top: 20px;
    text-align: center;
}
.ppwh_h{
    width: 130px;
    text-align: center;
    display: inline-block;
    border-bottom: 3px solid #FF4081;
}
.bt h4{
    font-size: 30px;
    text-align: center;
    letter-spacing: 8px;
    color: #FF4081;
}
.ppwh1_main{
    text-align: left;
    margin-top: 20px;
}
.ppwh1_main p{
    line-height: 50px;
    font-size: 16px;
    letter-spacing: 1.75px;
    text-indent: 2em;
    color: #646464;
    font-family: "黑体";
    margin: 0 30px;
}
.ppwh1_img{
    margin:50px 0 0 0 ;
}
.ppwh1_img li{
    width: 320px;
    height: 208px;
    float: left;
    margin-left: 55px;
}
.ppwh1_img img{
    width: 100%;
    height: 100%;
}
.ppwh2{
    height: 720px;
    background-color: #FFFFFF;
}
.ppwh2_1200{
    width: 1200px;
    margin: 0 auto;
}
.ppwh2_left{
    width: 600px;
    float: left;
}
.ppwh2_left ul{
    margin-top: 40px;
}
.ppwh2_left li{
    margin-top: 50px;
    margin-left: 40px;
}
.ppwh2_left li h4{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.75px;
    color: #646464;
    font-weight: bolder;
}
.ppwh2_right{
    width: 600px;
    float: left;
    margin-top: 60px;
}
.ppr_t{
    width: 378px;
    height: 220px;
    margin-top: 30px;
    float: right;
}
.ppr_t img{
    width: 100%;
    height: 100%;
}
.ppr_b{
    width: 378px;
    height: 220px;
    float: left;
    margin-top: 30px;
}
.ppr_b img{
    width: 100%;
    height: 100%;
}
.ppwh3{
    height:690px;
    margin-bottom:-20px;
    background:url(../img/images/images/images/ppwh_12_12.jpg) no-repeat;
    background-size: 100% 100%;
}

.ppwh3_1200{
    width: 1200px;
    margin: 0 auto;
}
.ppwh3 ul{
    width: 1200px;
}
.ppwh3 ul li{
    width: 150px;
    height: 150px;
    margin-top: 220px;
    margin-left: 45px;
    float: left;
    border-radius: 75px;
    background-color: rgba(255,255,255,0.2);
    transition: 0.05s;
    -moz-transition: 0.05s; /* Firefox 4 */
    -webkit-transition: 0.05s; /* Safari 和 Chrome */
    -o-transition: 0.05s; /* Opera */
}
.ppwh3 ul li:hover{
    background-color:#dedede;
    color: #FF4081;
    transition: 0.05s;
    -moz-transition: 0.05s; /* Firefox 4 */
    -webkit-transition: 0.05s; /* Safari 和 Chrome */
    -o-transition: 0.05s; /* Opera */
}
.ppwh3 ul li:hover h4{
    color: #FF4081;
    transition: 0.05s;
    -moz-transition: 0.05s; /* Firefox 4 */
    -webkit-transition: 0.05s; /* Safari 和 Chrome */
    -o-transition: 0.05s; /* Opera */
}
.ppwh3 ul li h4{
    margin-top: 60px;
    color: #FFFFFF;
    font-weight: bold;
    letter-spacing: 1.75px;
    font-size: 18px;
    margin-left: 36px;
    transition: 0.05s;
    -moz-transition: 0.05s; /* Firefox 4 */
    -webkit-transition: 0.05s; /* Safari 和 Chrome */
    -o-transition: 0.05s; /* Opera */
}
.qgcs_top{
    height: 180px;
    background: url(../img/images/images/images/qgcs_02.jpg) no-repeat;
}
.qgcst_1200{
    width: 100%;
    height: 100%;
}
.qgcst_1200 img{
    width: 100%;
    height: 100%;
}
/*.qgcst_1200 ul{*/
    /*width: 730px;*/
/*}*/
/*.qgcst_1200 ul li{*/
    /*float: left;*/
    /*margin-top: 80px;*/
    /*color: #FFFFFF;*/
    /*margin-left: 50px;*/
    /*letter-spacing: 1.75px;*/
    /*font-size: 18px;*/
/*}*/
.qfcsm_1200{
    width: 1200px;
    margin: 0 auto;
    margin-top:50px ;
}
.qgcs_left{
    width: 720px;
    float: left;
}
.qgcsl_top{
    width: 720px;
    height: 320px;
    border: 1px solid #e8e8e8;
    background-color: #f3f3f3;
}
.qgt_f{
    border-bottom: 2px solid #e8e8e8;
    margin: 0 20px;
    height: 66px;
}
.qgt_f h4{
    font-size: 24px;
    color: #FF4081;
    line-height: 66px;
    letter-spacing: 1.75px;
}
.all{
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    padding-bottom: 30px;
    margin-bottom: -20px;
}
.qgcsl_top ul{
    margin-top: 20px;
}
.qgcsl_top ul li{
    width: 210px;
    float: left;
    margin-left: 22px;

}
.qgt_m{
    width: 210px;
    height: 160px;
    overflow: hidden;
}
.qgcsl_top ul li img{
    width: 100%;
    height: 100%;
}
.qgcsl_top ul li h4{
    margin: 0 2px;
    font-size: 14px;
    letter-spacing: 1.75px;
    color: #646464;
    font-weight: bolder;
    margin-top: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.qgcsl_bot{

}
.qgcsl_bot ul li{
    margin-top: 16px;
    width: 720px;
    height: 216px;
    float: left;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.box_img{
    width: 280px;
    height: 180px;
    overflow: hidden;
    margin-top: 18px;
    margin-left: 18px;
    float: left;
}
.box_r{
    width:420px;
    height: 180px;
    float: left;
    margin-top: 40px;
    text-align: center;
}
.box_r h4{
    font-size: 20px;
    letter-spacing: 1.75px;
    color: #7A7A7A;
    margin-top: 30px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin: 0 30px;

}
.box_r p{
    font-size: 14px;
    letter-spacing: 1.75px;
    color: #a6a6a6;
    text-align: left;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 22px;
    overflow: hidden;
    margin: 0 15px;
    margin-top: 20px;
    font-weight: bolder;
}
.qgcs_right{
    width: 400px;
    float: left;
    margin-left: 50px;
}
.ppbox{
    width: 400px;
    height: 380px;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.ppbox_bt{
    padding-left: 10px;
    height: 30px;
    padding-top: 10px;
}
.ppbox_bt h4{
    font-size: 20px;
    letter-spacing: 1.75px;
    color: #7a7a7a;
    line-height: 30px;
    font-family: "微软雅黑";
}
.ppbox_img{
    margin-top: 10px;
    overflow: hidden;
}
.ppbox_img ul li{
    width: 118px;
    height: 118px;
    float: left;
    overflow: hidden;
    margin-left: 11px;
    margin-bottom: 11px;
}
.ppbox_img ul li img{
    width: 100%;
    height: 100%;
}
.box_bot{
    width: 376px;
    height: 184px;
    margin-left: 11px;
}
.box_bot img{
    width: 100%;
    height: 100%;
}
.box_one{
    width: 400px;
    margin-top: 30px;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.box_one ul{
    width: 400px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
}
.box_one ul li{
    margin: 0 auto;
    width: 380px;
    height: 120px;
    margin-top: 20px;
    border: 1px solid #e8e8e8;
}
.boxo_img{
    width: 166px;
    height: 106px;
    overflow: hidden;
    float: left;
    margin-top: 7px;
    margin-left: 7px;
}
.boxo_img img{
    width: 100%;
    height: 100%;
}
.boxo_text{
    width: 180px;
    float: left;
    margin-left: 20px;
    margin-top: 46px;
}
.boxo_text h4{
    font-size: 14px;
    color: #636363;
    letter-spacing: 1.75px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.qgcsl_main{
    width: 720px;
    /*height: 750px;*/
    height: auto;
    padding-bottom: 10px;
    margin-top: 40px;
    border: 1px solid #e8e8e8;
    background-color: #f3f3f3;
    display: none;
}
.qgcsl_main.active{
    display: block;
}
.qgcsl_main .content{
    padding: 20px 0;
    width: 80%;
    margin: 0 auto;
    color: #646464;
}
.qgcsl_main .content .question_title{
    line-height: 30px;
}
.qgcsl_main .content .answer{
    color: red;
}
.qgcsl_main h2{
    text-align: center;
    margin-top: 10px;
    color: #646464;
}
.qgcsl_main .content input{
    margin-left: 30px;
    margin-right: 10px;
}
.qgcsl_main .content .my_option{
    line-height: 30px;
}
.qgcsm_t{
    width: 720px;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.qgcsm_t h4{
    font-size: 20px;
    letter-spacing: 1.75px;
    color: #959595;
}
.qgcsm_t h4 span{
    color: red;
}
.qgcsm_img{
    width: 610px;
    height: 380px;
    overflow: hidden;
    margin: 0 auto;
}
.qgcsm_img img{
    width: 100%;
    height: 100%;
}
.qgcsm_p{
    width: 610px;
    margin: 0 auto;
    margin-top: 20px;
}
.qgcsm_p p{
    font-size: 14px;
    color: #959595;
    letter-spacing: 1.75px;
    line-height: 25px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.qgcs_b{
    width: 280px;
    height: 50px;
    background-color: #FF4081;
    margin: 0 auto;
    margin-top: 40px;
}
.qgcs_b h4{
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    letter-spacing: 1.75px;
}
.ban{
    width: 100%;
    /*height: 400px;*/
    overflow: hidden;
}
.ban img{
    width: 100%;
    height: 100%;
}
.adv{
    width: 100%;
    /*height: 125px;*/
    overflow: hidden;
}
.adv img{
    width: 100%;
}
.abv img{
    width: 100%;
    height: 100%;
}
.hy_main{
    width: 100%;
    background: #FFFFFF;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}

.hy_1200{
    width: 1200px;
    margin: 0 auto;
}
.nav_l{
    width: 45px;
    height: 45px;
    margin-top: 10px;
    border-radius: 45px;
    overflow: hidden;
    float: left;
    border: 2px solid #FF4081;
}
.nav_l img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.nav_b{
    width: 120px;
    height: 70px;
    float: right;
    margin-right: 10px;
}
.nav_r{
    width: 45px;
    height: 45px;
    margin-top: 10px;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.nav_r img{
    width: 80%;
    height: 80%;
    margin-top: 8px;
}
.hd_main{
    width: 100%;
    margin-bottom: 20px;
}
.hd_1200{
    width: 1200px;
    height: 750px;
    margin: 0 auto;
    margin-top: 30px;
}
.hd_l{
    width: 340px;
    height: 750px;
    float: left;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.hd_r{
    width: 820px;
    height: 750px;
    margin-left: 30px;
    display: inline-block;
    background-color: #FFFFFF;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.member_info{
    display: none;
}
.hd_main .member_info.active{
    display: inline-block;
}
.hd_top{
    width: 130px;
    height: 130px;
    border-radius: 75px;
    overflow: hidden;
    border: 5px solid #FFf;
    margin-left: 100px;
    margin-top: 20px;
    display: inline-block;
}
.hd_top img{
    width: 100%;
    height: 100%;
}
.hd_b{
    width: 340px;
    height: 60px;
    margin-top: 5px;
    text-align: center;
}
.hd_b h4{
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    text-shadow: 1px 1px 3px #3F3F3F;
    letter-spacing: 1.75px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.hd_b ul{
    width: 240px;
    margin: 0 auto;
}
.hd_b li{
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 1.75px;
    text-shadow: 1px 1px 3px #3F3F3F;
    margin-top: 10px;
    display: inline-block;
    margin-left: 20px;
}
.hd_m{
    height: 420px;
}
.hd_m ul{
    width: 314px;
    margin: 0 auto;
}
.hd_m ul li{
    width: 314px;
    height: 56px;
    border: 1px solid #FF4081;
    margin-top: 12px;
    text-align: center;
    cursor: pointer;
}
.hd_m ul li:hover{
    background-color: hsla(0, 0%, 100%, 0.7);
}
.hd_m ul li.active{
    background-color: hsla(0, 0%, 100%, 0.7);
}
.hd_m ul li a{
    font-size: 20px;
    letter-spacing: 13px;
    color: #FF4081;
    line-height: 56px;
    text-shadow: 0px 0px 1px #FFFFFF;
    display: inline-block;
}
.hd_f{
    width: 300px;
    height: 32px;
    margin: 0 auto;
    margin-top:40px;
}
.set{
    width: 32px;
    height: 32px;
    float: left;
    overflow: hidden;

}
.set img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.out{
    width: 32px;
    height: 32px;
    float: right;
    overflow: hidden;
}
.out img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.hy_h{
    text-align: center;
}
.hy_h h4{
    font-size: 30px;
    color: #FF4081;
    letter-spacing: 4px;
    display: inline-block;
    margin: 20px;
    font-weight: bolder;
}
.zx_main{
    width: 100%;
    background-color: #FFFFFF;
    margin-bottom: -20px;
}
.zx_1200{
    width: 1200px;
    margin: 0 auto;
}
.zx_l{
    width: 720px;
    background: #FFFFFF;
    float: left;
    margin-top: 16px;
    -moz-box-shadow: 1px 1px 10px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 10px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 10px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    position: relative;
}
#my_code{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
    -webkit-transition-duration:1s; /* Safari 和 Chrome */
    -ms-transition-duration:1s; 	/* IE 9 */
    -moz-transition-duration:1s; 	/* Firefox */
    -o-transition-duration:1s; 	/* Opera */
    transition-duration:1s;
}
#my_code:hover{
    width: 200px;
    height: 200px;
}
#my_code_index{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    -webkit-transition-duration:1s; /* Safari 和 Chrome */
    -ms-transition-duration:1s; 	/* IE 9 */
    -moz-transition-duration:1s; 	/* Firefox */
    -o-transition-duration:1s; 	/* Opera */
    transition-duration:1s;
    z-index: 9999;
}
#my_code_index:hover{
    width: 200px;
    height: 200px;
}
.zxl_a{
    width: 720px;
    overflow: hidden;
}
.zxl_head{
    width: 240px;
    height: 300px;
    overflow: hidden;
    margin: 20px 0 0 20px;
    display: inline-block;
    border-radius: 5px;
    -moz-box-shadow: 1px 1px 5px #676767; /* Firefox */
    -webkit-box-shadow: 1px 1px 5px #676767; /* Safari 和 Chrome */
    box-shadow: 1px 1px 5px #676767; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
}
.zxl_head img{
    width: 100%;
    height: 100%;
}
.zxl_r{
    width: 424px;
    height: 320px;
    display: inline-block;
    margin-left: 30px;
    overflow: hidden;
}
.zxlr_a{
    height: 60px;
    margin-top: 20px;
    display: inline-block;
    text-align: left;
}
.zxlr_a h4{
    font-weight: bold;
    font-size: 20px;
    color: #FF4081;
    letter-spacing: 5px;
    margin-bottom: 5px;
}
.zxlr_a span{

    color: #636363;
    padding-right: 20px;
    border-right: 1px solid #7D7D7D;
    font-size: 14px;
    margin-right: 20px;
    letter-spacing: 4px;
}
.zxlr_b{
    height: 90px;
    margin-right: 40px;
    overflow: hidden;
    border-bottom: 1px dashed #7D7D7D;
}
.zxlr_b ul{
}
.zxlr_b ul li{
    display: inline-block;
    padding: 5px 20px;
    background: #FF4081;
    color: #FFFFFF;
    border-radius: 20px;
    margin-top: 10px;
}
.zxlr_c{
    height: 140px;
}
.zxlrc_l{
    width: 160px;
    margin-right: 35px;
    display: inline-block;
}
.zxlrc_l ul li{
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #777;
    letter-spacing: 2px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;

}
.zxlrc_r{
    width: 160px;
    display: inline-block;
}
.zxlrc_r ul{

}
.zxlrc_r ul li{
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    color: #777;
    letter-spacing: 2px;
    font-weight: bolder;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.zxl_b{
    margin: 20px;
}
.zxl_b ul{

}
.zxl_b ul li{
    width: 156px;
    height: 156px;
    display: inline-block;
    margin-left: 2px;
    overflow: hidden;
}
.zxl_b ul li img{

    height: 100%;
}
.zxl_c{
    margin-top: 30px;
}
.zxlc_p{
    margin-left: 20px;
    width: 600px;
}
.zxlcp_l{
    width: 103px;
    float: left;
}
.zxlcp_l h4{
    font-size: 14px;
    color: #ab93db;
    display: inline-block;
    letter-spacing: 2px;
}
.zxlcpl_img{
    width: 51px;
    height: 51px;
    overflow: hidden;
    margin-left: 5px;
}
.zxlcpl_img img{
    width: 100%;
    height: 100%;
}
.zxlcp_r{
    width: 388px;
    float: left;
    padding-bottom: 70px;
    padding-right: 100px;
    border-bottom: 1px dashed #7D7D7D;
    margin-bottom: 60px;
}
.zxlcp_r h4{
    font-size: 16px;
    color: #5d5d5d;
    letter-spacing: 1.75px;
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 2;*/
    overflow: hidden;
}
.zxlcp_r ul{

}
.zxlcp_r ul li{
    font-size:16px ;
    color: #5d5d5d;
    margin-top: 10px;
}
.zxlcp_r h5{
    display: inline-block;
    padding: 5px 20px;
    background: #FF4081;
    color: #FFFFFF;
    border-radius: 20px;
    margin-top: 10px;
    margin-left: 20px;
}

