﻿/**
 * 制作：方寒
 * 时间：2019/1/9
 * 备注：
 */


/*PublicStyle*/

body {
    background: #f1f1f1;
    font-family: "微软雅黑";
    color: #525252;
}

* {
    padding: 0px;
    margin: 0px;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

.w {
    width: 100%;
}

.l {
    float: left;
}

.r {
    float: right;
}

.solid {
    border: 1px solid #ccc;
}

.solidb {
    border-bottom: 1px solid #ccc;
}

.fff {
    color: #fff;
}

.bgfff {
    background: #fff;
}

.center {
    width: 1000px;
    margin: auto;
}

.mtop {
    margin-top: 20px;
}

.ptop {
    padding-top: 20px;
}

.mbottom {
    margin-bottom: 20px;
}

.pbottom {
    padding-bottom: 20px;
}


/*PublicStyle*/


/*菜单*/

.top3 {
    width: 100%;
    height: 50px;
    float: left;
    background-color: #b89bc5;
}

.top3_box {
    width: 1000px;
    height: 50px;
    position: relative;
    z-index: 30;
}

.top3_nav {
    display: block;
    width: 1000px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 31;
}

.top3_nav li {
    display: block;
    width: 100px;
    height: 40px;
    position: relative;
    float: left;
    margin: 0 12px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
}

.top3_nav li:hover {
    background-color: #fff;
}

.top3_nav a {
    text-decoration: none;
    color: #fff;
    display: block;
    width: 100px;
    height: 47px;
}

.top3_nav li:hover a {
    color: #b89bc5;
}

.top3_nav img {
    width: 13px;
    height: 7px;
    position: absolute;
    top: 33px;
    left: 44px;
    display: none;
}

.top3_nav li:hover img {
    display: block;
}

.top3_popnav {
    width: 170px;
    height: auto;
    position: absolute;
    top: 47px;
    left: 0;
    padding: 10px 0 22px 10px;
    background-color: #fff;
    z-index: 10;
    border-bottom: 2px solid #b89bc5;
    display: none;
    filter: alpha(opacity=90);
    opacity: 0.9;
}

.top3_nav li .top3_popnav a {
    width: 73px;
    height: 33px;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    display: block;
    color: #333;
    font-size: 12px;
    margin-right: 9px;
}

.top3_nav li .top3_popnav a:hover {
    color: #b89bc5;
    border-bottom: 1px solid #b89bc5;
}


/*banner*/

.banner {
    height: 500px;
}
.banner a{
    display:block;
    float:left;
}
.list_banner {
    width: 100%;
    /*height: 250px;*/
    float: left;
}
.banner a img{
    width: 100%;
}

/*search*/

.search {
    height: 50px;
    background: #f8f8f8;
    border-bottom: 1px solid #f1f1f1;
}

.search_input {
    
}

.input_s {
    width: 150px;
    height: 30px;
    float: left;
    border: 1px solid #de7648;
    margin-left: 10px;
    border-radius: 5px;
    margin-top: 10px;
    outline: none;
}

.input_sub {
    width: 70px;
    height: 32px;
    float: left;
    background: #de7648;
    border: none;
    color: #fff;
    margin-top: 10px;
    margin-left: -5px;
    outline: none;
    cursor: pointer;
}

.search_ci {
    width: 510px;
    overflow: hidden;
}

.search_ci li {
    padding-right: 10px;
    line-height: 50px;
    float: left;
    text-align: center;
}

.search_ci li a {
    color: #575757;
    font-size: 14px;
}
.search_ci li a:hover{
    text-decoration: underline;
}
.search_ci li:nth-last-child(1) {
    border-right: none;
}

.search_img {
    height: 68px;
    width: 68px;
    position: relative;
    top: -35px;
    z-index: 32;
    transition: all 0.3s;
}

.search_img::after {
    background: url(../images/xzzx.png) no-repeat 100% 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 68px;
    height: 68px;
    cursor: pointer;
}

.search_img1 {
    height: 68px;
    width: 68px;
    position: relative;
    top: -35px;
    z-index: 32;
    transition: all 0.3s;
    left: 30px;
}

.search_img1::after {
    background: url(../images/yygh.png) no-repeat 100% 100%;
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
    width: 68px;
    height: 68px;
    cursor: pointer;
}

.search_img:hover {
    top: -50px;
    transition: all 0.3s;
}

.search_img1:hover {
    top: -50px;
    transition: all 0.3s;
}


/*活动*/

.Activity {
    height: 430px;
    background: #fff;
}

.Activity_Notice {
    width: 305px;
    height: 425px;
    float: left;
    margin-right: 40px;
}

.Activity_Notice:last-child {
    margin-right: 0px;
}

.Activity_Notice h3 {
    font-size: 24px;
    float: left;
    margin: 10px 30px 10px 0px;
}

.kuangjia {
    width: 100%;
    float: left;
    border: 1px solid #ccc;
}

.box {
    width: 100%;
    height: 360px;
    float: left;
    position: relative;
}

.Activity_Notice i {
    color: #8e699f;
    margin: 0px 15px 0px 10px;
}

.Activity_Notice_P {
    width: 100%;
    float: left;
    padding-top: 10px;
}

.Activity_Notice_P p {
    font-size: 16px;
    color: #575757;
    float: left;
    width: 94%;
    line-height: 28px;
    padding-left: 6%;
}

.Activity_bottom {
    float: left;
    width: 120px;
    height: 30px;
    border: 1px solid #b89bc5;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    font-size: 16px;
    margin-left: 20px;
    margin-top: 15px;
    cursor: pointer;

}
.Activity_bottom_a{
    position: absolute;
    bottom: 20px;
    left: 0px;
}
.Activity_bottom_b{
    position: absolute;
    bottom: 20px;
    right: 10px;
}
/*信息咨询*/

.xxzx {
    height: 480px;
    background: #fff;
    margin-top: 30px;
}

.xxzx_left {
    width: 630px;
    height: 460px;
    float: left;
    margin-right: 40px;
}

.xxzx_right {
    width: 330px;
    height: 460px;
    float: left;
}

.ulBigPic {
    height: 392px;
    float: left;
    width: 100%;
    overflow: hidden;
}

.ulBigPic li {
    width: 100%;
    float: left;
    height: 392px;
    display: none;
}

.xxzx_left_title {
    margin: 10px 0px;
    width: 100%;
    font-size: 24px;
    float: left;
    border-bottom: 1px solid #ccc;
}
.yybk{
    margin-top:0px
}
.xxzx_left_title p {
    width: 84.127%;
    padding-bottom: 10px;
    float: left;
}

.xxzx_left_title a {
    display: block;
    width: 15.874%;
    padding-bottom: 10px;
    color: #848484;
    font-size: 24px;
    float: right;
    text-align: right;
}

.xxzx_left_img {
    width: 307px;
    height: 205px;
    float: left;
	padding-top: 20px;
}

.xxzx_left_img img {
    width: 100%;
    float: left;
	height:154px;
}

.xxzx_left_p {
    float: left;
    width: 320px;
}

.xxzx_left_p p {
    width: 300px;
    color: #b89bc5;
    padding: 20px 10px 10px 10px;
    float: left;
}

.xxzx_left_p span {
    text-indent: 30px;
    font-size: 16px;
    width: 100%;
    display: block;
    float: left;
    line-height: 30px;
    width: 300px;
    padding: 10px;
}

.xxzx_left_p span a {
    color: #b89bc5;
}

.xxzx_left_a a {
    font-size: 20px;
    color: #b89bc5;
    display: block;
    float: left;
    width: 300px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xxzx_left_time {
    background: url(../images/time.png) no-repeat;
    width: 160px;
    height: 30px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    float: right;
}

.xxzx_left_center {
    width: 100%;
    height: 210px;
    float: left;
    border-bottom: 1px dashed #ccc;
}
.xxzx_left_list li {
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 60px;
    float: left;
    border-bottom: 1px dashed #ccc;
}


.xxzx_left_list li i {
    padding-right: 10px;
}

.xxzx_left_time1 {
    background: url(../images/time.png) no-repeat;
    width: 160px;
    height: 30px;
    margin-top:15px;
    text-align: center;
    color: #fff;
    line-height: 30px;
    float: right;
}

.xxzx_right_title {
    margin: 10px 0px;
    width: 100%;
    font-size: 24px;
    float: left;
    border-bottom: 1px solid #ccc;
}

.xxzx_right_title p {
    width: 150px;
    padding-bottom: 10px;
    float: left;
}

.xxzx_right_title a {
    display: block;
    width: 100px;
    height: 31px;
    padding-bottom: 10px;
    color: #848484;
    font-size: 24px;
    float: right;
    text-align: right;
}

.zlfw_list {
    width: 330px;
    height: 387px;
    float: left;
}

.zlfw_list li {
    width: 105px;
    height: 94px;
    float: left;
    background: #f6f4f7;
    margin-left: 7px;
    margin-bottom: 7px;
}
.zlfw_list li a:hover{
    background: #C0AACA;
}
.zlfw_list li a:hover p{
    color: #fff;
}
.zlfw_list li a {
    text-align: center;
    display: block;
    width: 105px;
    height: 94px;
    float: left;
}

.zlfw_list p {
    width: 100%;
    float: left;
    color: #848484;
    display: block;
}

.zlfw_list img {
    margin-top: 9px;
   width:49px;
}

.zlfw_list li:nth-of-type(1),
.zlfw_list li:nth-of-type(4),
.zlfw_list li:nth-of-type(7),
.zlfw_list li:nth-of-type(10) {
    margin-left: 0px;
}


/*团队*/

.team {
    margin-top: 30px;
    background: #fff;
    margin-bottom: 30px;
}

.zj_list_img {
    width: 370px;
    height: 392px;
    float: left;
    margin-right: 20px;
}

.zj_list_img img {
    width: 100%;
}

.zj_list_p {
    width: 610px;
    height: 392px;
    float: right;
    position: relative;
}

@font-face {
    src: url(../font/hanyi.ttf);
    /*这里是字体文件路径*/
}

.zj_list_title {
    font-size: 30px;
    color: #B89BC5;
    font-family: hanyi;
    font-weight: 600;
    margin-top: 20px;
    float: left;
    margin-right: 20px;
}

.zj_list_display {
    font-size: 20px;
    color: #5e5e5e;
    font-family: hanyi;
    float: left;
    font-weight: 600;
    margin-top: 30px;
}

.zj_list_div {
    height: 80px;
    border-bottom: 1px solid #ccc;
}

.zi_list_jj p {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #5e5e5e;
    font-family: hanyi;
    font-weight: 500;
    line-height: 35px;
    margin-top: 10px;
	height:106px;
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3; 
	-webkit-box-orient: vertical;
}

.zi_list_jj p span {
    color: #de7648;
    font-size: 20px;
    font-weight: 600;
}

.zi_list_jj a{
    /*display: block;*/
    /*float: right;*/
    font-size: 16px;
    color: #8e699f;
    /*background: #8e699f;*/
    /*padding: 5px 10px;*/
}

.zj_list_input_conut {
    width: 80%;
    margin: auto;
    position: absolute;
    bottom: 0px;
	/*margin-left: 36%;*/
}

.zj_list_input_conut a {
    display: block;
    width: 120px;
    height: 40px;
	padding-left:40px;
    float: left;
    background: #8e699f;
    color: #fff;
    /*text-align: center;*/
    line-height: 40px;
    /*border-radius: 20px;*/
    /*margin-left: 100px;*/
    margin-top: 10px;
	margin-right:50px;
	background:url(../images/expert_btn2.png) no-repeat;
}

.s_zj {
    height: 180px;
    margin-top: 20px;
    padding-bottom: 20px;
}

.sRightBtnB img {
    width: 100%;
    float: right;
    margin-top: 60px;
    cursor: pointer;
}

.zj_center {
    width: 858px;
    height: 178px;
    border: 1px solid #B89BC5;
    float: left;
    margin: 0px 20px;
}

.zj_center li {
    width: 170px;
    height: 178px;
    float: left;
    /*border-right: 1px solid #B89BC5;*/
}

.zj_center li img {
    padding: 10px;
    width: 151px;
    height: 160px;
}

.zj_center li:last-child {
    border-right: none;
}

.sLeftBtnA {
    width: 48px;
    height: 178px;
    float: left;
    border: 1px solid #B89BC5;
    background: #f6f6f6;
    line-height: 178px;
    text-align: center;
    cursor: pointer;
}

.sLeftBtnA img {
    width: 100%;
    float: left;
    margin-top: 60px;
    cursor: pointer;
}

.sRightBtnA img {
    width: 100%;
    float: left;
    margin-top: 60px;
}

.sLeftBtnABan,
.sRightBtnA {
    width: 48px;
    height: 178px;
    float: left;
    border: 1px solid #B89BC5;
    background: #f6f6f6;
    line-height: 178px;
    text-align: center;
    cursor: pointer;
}

.sLeftBtnABan img {
    width: 100%;
    float: left;
    margin-top: 60px;
    cursor: pointer;
}

.sRightBtnASel {
    width: 48px;
    height: 178px;
    float: left;
    border: 1px solid #B89BC5;
    background: #f6f6f6;
    line-height: 178px;
    text-align: center;
    cursor: pointer;
}

.sRightBtnASel img {
    width: 100%;
    float: right;
    margin-top: 60px;
    cursor: pointer;
}

.sLeftBtnASel {
    width: 48px;
    height: 178px;
    float: left;
    border: 1px solid #B89BC5;
    background: #f6f6f6;
    line-height: 178px;
    text-align: center;
    cursor: pointer;
}

.sLeftBtnASel img {
    width: 100%;
    float: right;
    margin-top: 60px;
    cursor: pointer;
}

.sRightBtnA {
    width: 48px;
    height: 178px;
    float: left;
    border: 1px solid #B89BC5;
    background: #f6f6f6;
    line-height: 178px;
    text-align: center;
    cursor: pointer;
}

.sRightBtnA img {
    width: 100%;
    float: left;
    margin-top: 60px;
    cursor: pointer;
}

.sRightBtnABan {
    width: 48px;
    height: 178px;
    float: left;
    border: 1px solid #c0aaca;
    background: #f6f6f6;
    line-height: 178px;
    text-align: center;
    cursor: pointer;
}

.sRightBtnABan img {
    width: 100%;
    float: left;
    margin-top: 60px;
    cursor: pointer;
}

.sRightBtnBBan {
    width: 48px;
    height: 178px;
    float: left;
    border: 1px solid #f00;
    background: #f6f6f6;
    line-height: 178px;
    text-align: center;
    cursor: pointer;
}

.sRightBtnBBan img {
    width: 100%;
    float: left;
    margin-top: 60px;
    cursor: pointer;
}

.ulSmallPic li {
    position: relative;
}

.ulSmallPic span {
    display: block;
    width: 151px;
    height: 25px;
    float: left;
    background: #c0aaca;
    text-align: center;
    color: #fff;
    line-height: 25px;
    position: absolute;
    bottom: 8px;
    left: 10px;
}

.ulSmallPic li {
    overflow: hidden;
}

.dSmallPicBox .ulSmallPic .liSelected>a>span {
    background: #8e699f;
}

.fuwu {
    background: #fff;
    margin-bottom: 30px;

}

.fuwuxm {
    width: 130px;
    height: 50px;
    float: left;
    line-height: 50px;
    text-align: center;
}

.fuwu_bottom_i {
    width: 1px;
    float: left;
    font-style: normal;
    line-height: 50px;
    position: absolute;
    left: 128px;
}
.fuwu_bottom_ii {
    width: 1px;
    float: left;
    font-style: normal;
    line-height: 50px;
    position: absolute;
    left: 128px;
}

.fuwu i {
    width: 1px;
    float: left;
    font-style: normal;
    line-height: 50px;
}
.actlist_right_time i{
    line-height:30px;
    padding-right:20px;
}
.fuwuxm p {
    border-bottom: 1px solid #ccc;
    height: 50px;
    width: 100%;
    float: left;
    font-size: 24px;
}

.fuwuxm p:hover {
    border-bottom: 1px solid #8e699f;
}

.fuwuxm:hover {
    color: #8e699f;
    cursor: pointer;
}

.fuwu_bottom {
    border-bottom: 1px solid #ccc;
    position: relative;
}

.xmlist ul {
    margin-top: 20px;
}

.xmlist li {
    width: 178px;
    float: left;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-left: 25px;
    cursor: pointer;
}

.xmlist li:first-child {
    margin-left: 0px;
}

.xmlist1 ul {
    margin-top: 20px;
}

.xmlist1 li {
    width: 178px;
    float: left;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-left: 25px;
    cursor: pointer;
}

.xmlist1 li:first-child {
    margin-left: 0px;
}

.xmlist1l ul {
    margin-top: 20px;
}

.xmlist1l li {
    width: 178px;
    float: left;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-left: 25px;
    cursor: pointer;
}

.xmlist1l li:first-child {
    margin-left: 0px;
}

.xmlist1ll ul {
    margin-top: 20px;
}

.xmlist1ll li {
    width: 178px;
    float: left;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-left: 25px;
    cursor: pointer;
}

.xmlist1ll li:first-child {
    margin-left: 0px;
}

.active_list1,
.active_list, {
    background: #8e699f;
    color: #fff;
    cursor: pointer;
}

.actlist,
.actlist1,
.actlist1l,
.actlist1ll{
    margin-bottom: 20px;
    margin-top: 20px;
}

.actlist_left {
    width: 315px;
    height: 405px;
    float: left;
    margin-right: 24px;
}
.actlist_left img{
    width:100%;
    height:100%
}
.actlist_right {
    width: 626px;
    height: 405px;
    float: right;
}

.right_title_a {
    font-size: 20px;
    font-family: hanyi;
    font-weight: 600;
    color: #c44755;
}
.actlist_right_list_a a{
    font-size: 16px;
    font-family: hanyi;
    font-weight: 100 !important;
    color: #333;
}

.actlist_right_title {
    margin-top: 10px;
}
.actlist_right_title a{
    color:#333;
}
.actlist_right_p {
    font-size: 15px;
    margin-top: 20px;
    line-height: 30px;
}

.actlist_right_p a {
    color: #c44755;
    font-size: 16px;
}

.actlist_right_time {
    float: right;
    line-height: 30px;
    height:30px;
}

.actlist_right_list {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
}

.actlist_right_list_a {
    height: 50px;
    line-height: 50px;
}

.actlist_right_list_a span {
    float: right;
}

.actlist_right_list_a i {
    padding: 0px 20px 0px 0px;
}
.yc{display:none}
.yqbd {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.yqbd_time {
    width: 270px;
    height: 50px;
    float: left;
    background: #8e699f;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    margin-left: 95px;
}

.yqbd_time a {
    color: #fff;
}

.yqbd_time:first-child {
    margin-left: 0px;
}

.yqbd_baike {
    width: 180px;
    height: 50px;
    float: left;
    background: #8e699f;
    border-radius: 10px;
    text-align: center;
    line-height: 50px;
    margin-left: 25px;
}

.yqbd_baike a {
    color: #fff;
}

.yqbd_baike:first-child {
    margin-left: 0px;
}

.hz {
    background: #fff;
    float: left;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.hz_t {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;

}

.hz_t li {
    float: left;
    width: 33%;
    text-align: left;
    line-height: 50px;
    height: 50px;
}

.hz_t li a {
    line-height: 50px;
    display: block;
    width: 100px;
    font-size: 24px;
}

.hz_t li a:hover {
    color: #8e699f;
    border-bottom: 1px solid #8e699f;
}

.hz_t_img {
    width: 320px;
    height: 320px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
}

.hz_t_img:nth-child(3) {
    margin-right: 0px;
}

.hz_t_img:nth-child(6) {
    margin-right: 0px;
}

.hz_t_t {
    position: relative;
    top: 0px;
    font-size: 24px;
    color: #fff;
    font-family: hanyi;
    text-align: center;
    line-height: 60px;
    margin-top: 20px;
    transition: all 0.2s 0.1s ease-out;
}
.hz_t_r {
    position: relative;
    top: 0px;
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    text-indent: 32px;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    transition: all 0.2s 0.2s ease-out;
}

.hz_t_a {
    position: relative;
    top: 0px;
    display: block;
    width: 160px;
    height: 45px;
    border-radius: 25px;
    float: left;
    text-align: center;
    line-height: 45px;
    color: #fff;
    transition: all 0.2s 0.4s;
    border: 1px solid #fff;
    margin-left: 79px;
    margin-right: 79px;
    margin-top: 20px;
}

.ly {
    min-height: 500px;
    background: #fff;
    margin-bottom: 30px;
}

.tell {
    width: 100%;
    float: left;
}

.tell_ly {
    width: 24%;
    height: 380px;
    float: left;
    background: #b89bc5;
    margin-left: 1%;
}

.tell_ly:first-child {
    margin-left: 0px;
}

.tell_tx {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px 80px 10px 80px;
}

.tell_tx img {
    width: 100%;
}

.tell_name {
    width: 100%;
    float: left;
    text-align: center;
    line-height: 30px;
    color: #fff;
}

.tell_time {
    color: #fff;
    text-align: center;
    line-height: 30px;
    float: left;
    width: 100%;
}

.tell_info {
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    text-align: justify;
    color: #fff;
    text-indent: 2rem;
    height: 190px;
    overflow: hidden;
}
/*热门评论*/
.comment{
    background: #fff;

}
.comment_outer{
    overflow: hidden;
    height:300px
}
.comment_item{
    float:left;
    width:100%;
    margin-top:20px;
}
.avater{
    float:left
}
.avater img{
    width:50px;
    height:50px;
    border-radius: 50px;
    border:2px solid #81c3fb;
}
.comment_text{
    width:920px;
    float:right;
}
.comment_username{
    margin-bottom:5px;
}
.comment_level{
    width:100px; height:28px; float:left;
}
.cmt{
    font-size:14px;
    float:left;
    line-height:26px;
}
.from{
    font-size:12px;
    color:#074c86;
    float:left;
    width:100%;
}
.from span{
    float:right;
    display:block;
}
/*商保友链*/
.sb_yl {
    width: 130px;
    height: 60px;
    float: left;
    line-height: 60px;
    text-align: center;
		cursor:pointer
}
.sb_yl_bottom {
    border-bottom: 1px solid #ccc;
    position: relative;
}
.sb_yl_i {
    width: 1px;
    float: left;
    font-style: normal;
    line-height: 60px;
    position: absolute;
    left: 128px;
}
.sb_yl p {
    border-bottom: 1px solid #ccc;
    height: 60px;
    width: 100%;
    float: left;
    font-size: 24px;
}
.sb_yl_tab {
    width: 100%;
    float: left;
    margin-top:20px
}
.sb{
    width:1000px;

}
.sb img{
    width:100%;
    height:auto;

}
.link {
    background: #FFFFFF;
    padding-bottom: 100px;
}

.link_list li {
    float: left;
    width: 148px;
    height: 38px;
    border: 1px solid #fff;
    line-height: 35px;
    text-align: center;
    margin-left: 20px;
    background: #b89bc5;
    margin-bottom: 20px;
}

.link_list li a {
    color: #fff;
    font-size: 14px;

}

.link_list li:first-child {
    margin-left: 0px;
}

.link_list li:nth-child(7) {
    margin-left: 0px;
}

.link_list li:nth-child(13) {
    margin-left: 0px;
}

.link_list li:nth-child(19) {
    margin-left: 0px;
}

.link_list li:nth-child(25) {
    margin-left: 0px;
}

.link_list li:nth-child(31) {
    margin-left: 0px;
}

.link_list li:nth-child(39) {
    margin-left: 0px;
}

.foot {
    height: 220px;
    background: #b89bc5;
}

.footcenter {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
    height: 220px;
}

.foot_1 {
    width: 480px;
    height: 220px;
    float: left;
}

.foot_1 img {
    float: left;
    margin-top: -16px;
    width: 100%;
}

.foot_list {
    width: 300px;
    float: left;
    margin-top: 25px;
}

.foot_list li {
    min-width: 140px;
    max-width: 200px;
    font-size: 20px;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.foot_list li a:hover {
    color: #b89bc5;
    background: #f6f4f7;
}

.foot_list li a {
    color: #fff;
    display: block;
}

.foot_img {
    width: 180px;
    float: left;
    margin-top: 25px;
}

.foot_img img {
    width: 100%;
}

.foot_info {
    float: left;
    margin-left: 15px;
    margin-top: 24px;
    line-height: 28px;
}
.foot_info li{
	line-height:26px;
}
.foot_info a {
    font-size: 16px;
    color: #fff;
}

.footer {
    width: 1300px;
    height: 220px;
    float: left;
}


/*客户分享*/

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.com-tit {
    width: 100%;
    text-align: center;
    color: #4c4c4c
}

.com-tit .en {
    font-size: 47px;
    font-family: '微软雅黑';
    text-align: center;
}

.com-tit .cn {
    font-size: 26px
}

.index-warp4 .warp3-slogan:before,
.index-warp4 .warp3-slogan:after {
    width: 167px;
    height: 2px;
    background: #4d4d4d;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px
}

.index-warp4 .warp3-slogan:before {
    left: 0px;
    margin-left: 147px
}

.index-warp4 .warp3-slogan:after {
    right: 0px;
    margin-right: 147px
}

.index-warp4 img {
    display: block;
    margin: 0 auto
}

.index-warp4 p {
    text-align: center
}

.index-warp4 .p1 {
    font-size: 24px;
    color: #4c4c4c;
    margin: 48px 0 40px
}

.index-warp4 .p2 {
    color: #61a2d3;
    font-size: 24px;
    margin-bottom: 65px
}

.index-warp5 {
    width: 100%;
    height: 600px;
    float: left;
    padding: 45px 0;
    background: #f7f6e5
}

.index-warp5 .warp5-slide {
    position: relative;
    margin-top: 65px
}

.index-warp5 .warp5-slide .bd {
    width: 1200px;
    overflow: hidden
}

.index-warp5 .warp5-slide li {
    width: 371px;
    background: url(../images/warp5-li-bg.png) no-repeat center top;
    margin-right: 43.5px
}

.index-warp5 .warp5-slide li .summary {
    width: 265px;
    margin: 45px auto 0px
}

.index-warp5 .warp5-slide li .summary p {
    color: #fff;
    line-height: 30px;
    width: 250px!important
}

.index-warp5 .warp5-slide li img {
    width: 95px;
    height: 95px;
    display: block;
    margin: 80px auto 15px;
    border-radius: 100%
}

.index-warp5 .warp5-slide li .name {
    text-align: center
}

.index-warp5 .warp5-slide .btn {
    display: block;
    width: 23px;
    height: 72px;
    background: url(../images/icon.png) no-repeat;
    position: absolute;
    top: 80px
}

.index-warp5 .warp5-slide .prev {
    background-position: -100px 0px;
    left: -60px
}

.index-warp5 .warp5-slide .next {
    background-position: -123px 0px;
    right: -60px
}


/*team*/

.Navigation {
    width: 100%;
    height: 60px;
    float: left;
    background: #fff;
    line-height: 60px;
    margin-top: 20px;
    text-indent: 20px;
    border-radius: 10px;
}

.Navigation p {
    font-size: 15px;
}
.Navigation a{
    color:#333;
}
.Team_Top {
    width: 100%;
    height: 280px;
    float: left;
    background: #fff;
    margin-top: 20px;
    border-radius: 10px 10px 0px 0px;
}

.Team_left {
    width: 400px;
    height: 240px;
    float: left;
    padding: 20px;
    border-radius: 10px;
}

.Team_left img {
    border-radius: 10px;
    width: 100%;
}

.Team_right {
    width: 560px;
    height: 280;
    float: left;
}

.Team_right img {
    width: 100%;
    margin-top: 20px;
}

.Team_right p {
    line-height: 40px;
    text-indent: 20px;
    width: 95%;
    margin-top: 10px;
    font-size: 14px;
    text-align: justify;
    float: left;
}

.Team_right_bottom {
    width: 95%;
    float: left;
    border: 1px solid #b89bc5;
    height: 50px;
    margin-top: 30px;
    line-height: 50px;
    text-align: center;
    color: #b89bc5;
}

.Team_list {
    width: 100%;
    float: left;
    background: #fff;
}

.Team_list ul {
    background-color: #b89bc5;
    height: 50px;
    float: left;
    width: 98%;
    line-height: 30px;
    text-align: center;
    margin: 10px 1%;
}

.Team_list li {
    width: 97px;
    height: 30px;
    float: left;
    border-right: 2px solid #fff;
    margin: 10px 0px;
    cursor: pointer;
    padding: 0px 5px;
    position: relative;
}

.Team_list li:last-child {
    border-right: none;
}

.Team_list li a {
    color: #fff;
}

.Expert {
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 50px;
}

.Expert ul {
    width: 98%;
    float: left;
    margin: 0px 1%;
}

.Expert ul li {
    width: 100%;
    float: left;
    height: 300px;
    margin-top: 20px;
    background: #fff;
}

.Expert_left {
    width: 250px;
    height: 270px;
    float: left;
    margin: 15px;
}

.Expert_left img {
    width: 100%;
}

.Expert_center {
    width: 500px;
    height: 238px;
    float: left;
    margin-top: 15px;
}

.Expert_right {
    width: 95px;
    height: 110px;
    float: left;
    margin: 15px 0px 15px 15px;
    padding: 80px 45px;
}

.Expert_center_title {
    width: 100%;
    float: left;
}

.Expert_center_title h2 {
    color: #b89bc5;
    font-size: 24px;
    font-weight: 100;
    line-height: 40px;
}

.Expert_center_title span {
    font-size: 18px;
    color: #848484;
    font-family: "微软雅黑";
}

.Expert_center_sanchang {
    width: 100%;
    float: left;
    line-height: 25px;
    margin-top: 15px;
	height: 78px;
    overflow: hidden;
}

.sanchangbt {
    font-size: 14px;
    color: #B3BC83;
    text-align: justify;
}

.sancang {
    font-size: 14px;
    color: #848484;
    text-align: justify;
}

.Expert_center_bottom {
    width: 498px;
    height: 30px;
    float: left;
    border: 1px solid #b89bc5;
    line-height: 30px;
    text-indent: 20px;
}

.Expert_center_bottom a {
    color: #b89bc5;
}

.Expert_c {
    width: 500px;
    float: left;
}

.Expert_right a {
    display: block;
    width: 100px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    color: #fff;
    margin-bottom: 10px;
}

.Expert_zixun {
    background: #D4BEB0;
}

.Expert_qq {
    background: #B3BC83;
}

.Expert_guahao {
    background: #E08570;
}

.Active {
    display: block !important;
}

.doct_arrow {
    display: none;
    width: 0;
    border-top: 10px solid #b89bc5;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -8px;
    bottom: -20px;
}



.search_p a {
    line-height: 50px;
    color: #333;
    text-align: center;
}


/*文章页css*/

.tijiao {
    background: #f6f4f7;
    width: 100px !important;
    float: left;
    margin: 10px 82px;
    cursor: pointer;
}

.right_ts_form span {
    display: block;
    float: left;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
}

.right_ts_form input,
.right_ts_form select {
    height: 35px;
    width: 180px;
    float: left;
    border: 1px solid #ccc;
}

.right_ts_form ul {
    width: 80%;
    float: left;
    margin: 20px 10%;
}

.right_ts_form li {
    width: 100%;
    float: left;
}

.right_ts_form {
    background: #f6f4f7;
}

.right_ts_img img {
    width: 100%;
    float: left;
    margin: 10px 0px 0px 0px;
}

.right_ts_img {
    width: 330px;
    float: left;
    margin: 0px 10px 0px 10px;
}
.list_art ul {
    margin-top: 10px;
}

.list_art li {
    width: 105px;
    height: 35px;
    line-height: 35px;
    float: left;
    background: #B89BC5;
    margin: 10px;
    text-align: center;
}

.list_art li a {
    color: #fff;
}



.list_art_a {
    background: #c70025 !important;
}
.right_ts_title {
    width: 100%;
    float: left;
    background: #B89BC5;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 10px;
}

.article_right_ts,
.right_ts_biaodan {
    width: 330px;
    float: left;
    margin: 10px 10px 10px 10px;
}

.Popular li a:hover {
    text-decoration: underline;
}

.Popular li a {
    color: #505050;
}

.Popular i {
    padding: 0px 10px;
    color: #8E699F;
}

.Popular ul {
    padding: 20px;
    width: 560px;
    float: left;
}

.Popular_p {
    width: 560px;
    height: 38px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 37px;
    font-size: 17px;
    font-family: "微软雅黑";
    color: #555555;
    background: url(../images/articleiconxian.png) no-repeat center bottom;
}

.Popular li {
    width: 50%;
    float: left;
    line-height: 40px;
    text-align: left;
    height: 40px;
    overflow: hidden;
    font-size: 14px;
}

.Popular {
    width: 99.68%;
    float: left;
    border: 1px solid #e4dee4;
}

.left_article_bian li {
    width: 100%;
    float: left;
    line-height: 30px;
    font-size: 14px;
    height: 30px;
    overflow: hidden;
}

.left_article_bian span {
    display: block;
    float: left;
    text-align: center;
}

.left_article_bian li a {
    color: #333;
    font-size: 14px;
    overflow: hidden;
}

.left_article_bian {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.left_article_swt {
    width: 100%;
    height: 37px;
    padding: 20px 0px 40px;
    float: left;
    background-color: #fff;
}
.left_article_swt img{
	width:173px;
	height:37px;
	display:block;
	margin: 0 60px 0;
	float:left;
}
.article_left_article {
    width: 95%;
    float: left;
    padding: 20px 2.5%;
    line-height: 30px;
	background-color:#fff;
}
.article_left_article .note-video-clip{ 
     width: 95%;
    float: left;
	padding: 20px 2.5%;
}
.daoyu_info {
    display: table-cell;
    vertical-align: middle;
    width: 460px;
    text-align: left;
    padding: 0 20px;
    font-size: 14px;
}

.article_left_daoyu span {
    font-size: 25px;
}

.article_left_daoyu {
    width: 136px;
    height: 100px;
    vertical-align: middle;
    display: table-cell;
    background: #d1d1d1;
    text-align: center;
}

.article_left_introduction {
    width: 100%;
    height: 100px;
    float: left;
    background: #f9f9f9;
    margin: 20px 0px;
}

.left_info_time i,
.left_info_user i {
    padding: 0px 4px;
}

.left_info_time {
    width: 50%;
    float: left;
    text-align: center;
}

.left_info_user {
    width: 50%;
    float: right;
    text-align: center;
}

.article_left_info {
    width: 60%;
    float: left;
    margin: 0px 20%;
    text-align: center;
}

.article_left h2 {
    text-align: center;
    font-weight: 100;
    padding: 20px;
    font-size: 25px;
    /*float: left;
    width: 100%;*/
}

.article_left {
    width: 600px;
    background: #f0f0f0;
    border-radius: 5px;
    float: left;
    margin: 20px 20px 0px 0px;
}

.article_right {
    width: 350px;
    float: left;
    background: #e5e5e5;
    border-radius: 5px;
    margin: 133px 0px 0px 30px;
}


/*文章列表*/

.content_right_top {
    width: 100%;
    float: left;
    background: #f9f9f9;
    height: 485px;
}

.content_right_ul li a {
    color: #333;
}

.content_right_ul li p {
    width: 100%;
    float: left;
    line-height: 20px;
    font-size: 14px;
    margin-top: 10px;
    color: #848484;
}

.content_right_ul li a b {
    font-size: 14px;
    width: 100%;
    float: left;
    overflow: hidden;
    height: 25px;
    line-height: 25px;
}

.content_right_ul li {
    width: 100%;
    float: left;
    height: 90px;
    border-bottom: 1px solid #848484;
    margin-bottom: 10px;
}

.bd1 {
    width: 90%;
    float: left;
    margin: 0px 5% 3px 5%;
}

.content_right_title {
    width: 100%;
    float: left;
    background: #B89BC5;
    font-size: 24px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
}

.click_more {
    float: right;
    line-height: 25px;
    color: #C70025;
    text-align: center !important;
    text-indent: 0px;
}





.left_list_p {
    width: 440px;
    height: 126px;
    overflow: hidden;
    float: right;
    font-size: 14px;
    text-indent: 2rem;
    line-height: 25px;
    margin-top: 20px;
    letter-spacing: 1px;
    text-align: justify;
    position: relative;
}
.left_list_p a{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 126px;
    display: block;
}
.content_left_list span {
    display: block;
    float: left;
    background: #FF0000;
}

.left_list_img {
    width: 189px;
    height: 126px;
    float: left;
    margin-top: 20px;
    background: #f1f1f1;
}

.left_list_img img {
    width: 155px;
    height: 76px;
    padding: 25px 16px;
}

.content_left_list li:hover a{
    padding-left: 40px;
    transition: all 0.5s;
    color: #d23351;
    cursor: pointer;
}

.content_left_list li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    height: 220px;
}

.content_left_list h3 {
    font-weight: 600;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
    display: block;
    float: left;
    width: 100%;
}

.content_left_list li h3 a {
    color: #333;
    transition: all 0.5s;
    letter-spacing: 1px;
    cursor: pointer;
}

.content_left_title {
    width: 100%;
    float: left;
    height: 60px;
    line-height: 80px;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.prevc {
    width: 40px;
    height: 40px;
    float: left;
    position: absolute;
    right: 30px;
    bottom: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 2px solid #fff;
}

.nextc {
    width: 40px;
    height: 40px;
    float: left;
    position: absolute;
    right: 80px;
    bottom: 150px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 2px solid #fff;
}
.prevc i,.nextc i{color: #fff;}
.content_swiper span {
    margin-right: 20px;
    margin-top: 5px;
    display: block;
    float: left;
}

.content_swiper span i {
    padding: 10px 10px;
}
.content_swiper li img{
    width: 100%;
    float: left;
    height: 305px;
}
.content_swiper li p {
    font-size: 14px;
    line-height: 24px;
}

.content_swiper li h3 a {
    color: #c70025;
    font-size: 24px;
    overflow: hidden;
    display: block;
    float: left;
    height: 31px;
    line-height: 31px;
    margin: 10px 0px;
}

.content_swiper li h3 {
    float: left;
    display: block;
    width: 100%;
    font-weight: 100;
    line-height: 50px;
    text-align: center;
}

.content_swiper li {
    width: 608px;
    padding: 20px 20px 0px 20px;
    float: left;
    border: 1px solid #CCCCCC;
}

.content_swiper {
    width: 100%;
    float: left;
    background: #f9f9f9;
    overflow: hidden;
    position: relative;
}

.content_center {
    margin-top: 20px;
    margin-bottom: 60px;
}

.content_left {
    width: 650px;
}

.content_right {
    width: 330px;
}

.scrolltab .ulBigPic .liSelected {
    display: block;
}

.dSmallPic ul {
    overflow: hidden;
    width: 100%;
    float: left;
    height: 180px;
}


/*服务切换*/

.fuwu_tab {
    width: 100%;
    float: left;
}

.fu_is {
    color: #8e699f;
}

.fu_is>p {
    border-bottom: 1px solid #8e699f;
}

.a2 {
    position: absolute;
    top: 0;
    left: -320PX;
    width: 320px;
    height: 320px;
    color: white;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s;
}

.hz_t_img {
    position: relative;
    overflow: hidden;
}

.hz_t_img:before {
    top: 25px;
    right: 15px;
    bottom: 25px;
    left: 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.hz_t_auto_img {
    width: 100%;
    float: left;
}

.hz_t_active {
    color: #8e699f;
}

.hz_t_active>a {
    border-bottom: 1px solid #8e699f;

}


/*诊疗项目模版*/

.hjan {
    width: 43px;
    height: 66px;
    float: right;
    cursor: pointer;
    position: relative;
    top: -320px;
    right: 10px;
}

.hjan1 {
    width: 46px;
    height: 66px;
    float: left;
    cursor: pointer;
    position: relative;
    top: -320px;
    left: 10px;
}

.swiper_img_name {
    position: relative;
    bottom: 113px;
    left: 0px;
    width: 190px;
    height: 55px;
    background: #c70025;
    text-align: center;
    font-size: 18px;
    line-height: 55px;
    color: #fff;
}

.swiper_img_p p {
    color: #fff;
    padding-top: 10px;
    font-size: 14px;
    line-height: 24px;
    width: 900px;
    margin: 0 auto;
}

.swiper_img_p {
    width: 980px;
    height: 70px;
    background-color: #000;
    position: relative;
    bottom: 73px;
    left: 0;
    opacity: 0.7;
}

.list_swiper_img a img {
    width: 980px;
    height: 583px;
}

.list_swiper_img {
    width: 980px;
    height: 583px;
    margin: 0px 10px;
    float: left;
}

.list_swiper_pic {
    margin-top: 35px;
    padding-top: 10px;
    width: 1000px;
    height: 595px;
    background: #fff;
    float: left;
}

.new_list_swiper {
    width: 100%;
    float: left;
    height: 800px;
}

.list_center {
    width: 100%;
    float: left;
}

.list_center_left {
    width: 700px;
    float: left;
}

.list_center_tit_border {
    height: 50px;
    line-height: 50px;
    float: left;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin-top: 20px;
}

.list_center_title {
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    float: left;
    border-bottom: 1px solid #d8b78a;
    min-width: 80px;
    text-align: center;
}

.list_center_title i {
    color: #d8b78a;
    padding: 0px 10px;
}

.list_center_left_img {
    width: 215px;
    height: 120px;
    float: left;
    margin: 30px 10px 0px 0px;
}

.list_center_left_p {
    font-size: 14px;
    color: #848484;
    margin-top: 28px;
    float: left;
    width: 475px;
    text-align: justify;
    text-indent: 1.5rem;
    line-height: 25px;
}

.list_center_left_bottom {
    width: 100%;
    height: 400px;
    float: left;
}

.list_center_left_bottom li {
    width: 330px;
    height: 180px;
    float: left;
    padding: 10px;
}

.list_center_left_bottom li img {
    border-radius: 50%;
    margin: 15px 10px 5px 10px;
    float: left;
}

.list_center_left_bottom li h2 {
    line-height: 60px;
    color: #d8b78a;
    font-weight: 100;
    font-size: 18px;
}

.list_center_left_bottom li p {
    font-size: 14px;
    color: #848484;
    line-height: 25px;
    text-align: justify;
}

.list_center_right {
    width: 290px;
    float: left;
    margin-left: 10px;
}

.list_center_right_zixun {
    width: 100%;
    float: left;
    margin-top: 70px;
    background: #f5f5f5;
    border-top: 2px solid #d8b78a;
}

.list_center_right_zixun_title {
    font-size: 18px;
    color: #ba3047;
    text-align: center;
    line-height: 50px;
}

.list_center_right_zixun li {
    width: 145px;
    height: 55px;
    float: left;
    margin-top: 10px;
}

.list_center_right_zixun li a {
    width: 115px;
    height: 35px;
    float: left;
    text-align: center;
    line-height: 35px;
    padding: 5px;
    background: #d8b78a;
    color: #fff;
    border-radius: 10px;
    margin: 0px 10px;
}

.list_center_right_zixun li i {
    padding: 0px 10px 0px 0px;
}

.list_center_right_zixun img {
    width: 100%;
    float: left;
    border: 1px solid #B3BC83;
}

.list_center_right_zixun_title_img1 {
    margin-top: 40px;
}

.list_center_right_zixun_title_img2 {
    margin-top: 10px;
}

.new_list_zj {
    float: left;
    width: 100%;
    height: 590px;
}

.new_list_zj_title {
    width: 100%;
    float: left;
    height: 37px;
    margin-top: 40px;
}

.new_list_zj_title p {
    float: left;
    margin: 0px 380px;
    width: 240px;
    color: #c70025;
    font-size: 20px;
    background: url(../images/ssl1_bg.png) bottom center no-repeat;
    padding-bottom: 10PX;
}

.new_list_zj_title span {
    color: #cccccc;
    font-size: 16px;
    margin-left: 42PX;
}

.new_list_zj_center {
    width: 1000px;
    overflow: hidden;
    float: left;
    margin: 40px 0px;
    height: 250px;
    position: relative;
}

.new_list_zj_center li {
    float: left;
    width: 236px;
    height: 250px;
    margin-right: 16px;
    border: 1px solid #dfdfdf;
}

.new_list_zj_center li:hover .new_list_zj_center_name {
    background: #cc0033;
}
.new_list_zj_center li img {
    width: 100%;
    height: 100%;
}
.new_list_zj_center li a {
    display: block;
    height: 250px;
    float: left;
}

.new_list_zj_center_name {
    position: relative;
    bottom: 63px;
    left: 0;
    width: 236px;
    height: 60px;
    background: #4b4b4b;
}

.new_list_zj_center_name p {
    padding-top: 6px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
}

.new_list_zj_bottom {
    width: 100px;
    float: left;
    margin: 0px 450px;
}

.new_list_zj_bottom li {
    float: left;
    width: 44px;
    height: 29px;
    cursor: pointer;
}

.new_list_zj_bottom li:last-child {
    float: right;
}

.cure .new_list_zj_center_name {
    background: #cc0033 !important;
}

.cure {
    border: 1px solid #cc0033 !important;
}






@media only screen and (min-width: 1366px) and (max-width: 1900px) {
    .banner {
        min-height: 300px;
        height: auto;
    }
   

}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
    .banner a img{
        width: 1920px;
        float: left;
        margin: auto 320px;
    }

}

/*pages*/
.pagination-wrapper{
    margin: 20px 0;
    float: left;
}
.pagination{
    height: 34px;
    text-align: center;
}
.pagination li {
    float:left;
    height: 34px;
    margin-right: 3px;
}
.pagination li a{
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 12px;
    font-size: 16px;
    border: 1px solid #dddddd;
    color: #555555;
    text-decoration: none;
}
.pagination li a:hover{
    background:#b89bc5;
    color:#fff;
}
.pagination li.thisclass {
    background: #09f;
    color: #fff;
    line-height: 32px;
    height: 32px;
    width: 32px;
    border: 1px solid #dddddd;
    display: inline-block;
}
.pagination li.thisclass a,.pagination li.thisclass a:hover{
    background: transparent;
    border-color: #b89bc5;
    color: #fff;
    cursor: default;
}

/*****/
.list_zlxm_actlist{
    margin-bottom: 20px;
    margin-top: 20px;
}

.list_zlxm_actlist_left {
    width: 350px;
    height: 450px;
    float: left;
    margin-right: 24px;
}
.list_zlxm_actlist_left img{
    width: 350px;
    height: 450px;
    float: left;
}

.list_zlxm_actlist_right {
    width: 626px;
    height: 450px;
    float: right;
}

.list_zlxm_right_title_a {
    font-size: 20px;
    font-family: hanyi;
    font-weight: 600;
    color: #c44755;
}
.list_zlxm_actlist_right_list_a a{
    font-size: 14px;
    font-family: hanyi;
    font-weight: 100 !important;
    color: #333;
}

.list_zlxm_actlist_right_title {
    margin-top: 10px;
}
.list_zlxm_actlist_right_title a{
    color: #333;
}
.list_zlxm_actlist_right_p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 30px;
}

.list_zlxm_actlist_right_p a {
    color: #c44755;
    font-size: 16px;
}

.list_zlxm_actlist_right_time {
    float: right;
    line-height: 30px;
}

.list_zlxm_actlist_right_list {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
}

.list_zlxm_actlist_right_list_a {
    height: 60px;
    line-height: 60px;
}

.list_zlxm_actlist_right_list_a span {
    float: right;
}

.list_zlxm_actlist_right_list_a i {
    padding: 0px 20px 0px 0px;
}
.zlxmlist ul {
    margin-top: 20px;
}

.zlxmlist li {
    width: 178px;
    float: left;
    height: 38px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    margin-left: 25px;
    cursor: pointer;
}

.zlxmlist li:first-child {
    margin-left: 0px;
}
.list_zlxm_actlist{display: none;}
.actlist_show{display: block;}


/*视频中心*/

.xwzx_1_2 {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.xwzx_1_2 li {
    width: 208px;
    height: 235px;
    float: left;
    margin-left: 13px;
}

.xwzx_1_2 li:nth-child(1) {
    margin-left: 0px;
}

.xwzx_1_2 li:nth-child(4) {
    margin-left: 0px;
}

.xwzx_1_2 li:nth-child(7) {
    margin-left: 0px;
}

.xwzx_1_2 li:nth-child(10) {
    margin-left: 0px;
}

.xwzx_1_2 li:nth-child(13) {
    margin-left: 0px;
}

.xwzx_1_2 li:nth-child(16) {
    margin-left: 0px;
}

.xwzx_1_2 li h3 {}

.sptitle {
    width: 188px;
    float: left;
    padding: 10px;
    height: 40px;
    line-height: 23px;
    font-size: 15px;
    text-align: center;
    color: #333;
    background: #E5E5E5;
    overflow: hidden;
    /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis;  */
}

.sptitle:hover {
    color: #fff;
    background: #F36677
}

.xwzx_1_2 li h3 b {
    font-family: "Microsoft YaHei";
    float: left;
    padding: 0 3px;
    margin-right: 10px;
}

.xwzx_1_2 li h3 b.xwzx_1_2_l {
    background: #cfa972;
}

.xwzx_1_2 li img {
    float: left;
    width: 208px;
}

.xwzx_1_2 li p {
    float: right;
    width: 450px;
    padding-right: 10px;
    line-height: 40px;
}

.xwzx_1_2 li p span {
    width: 100%;
    float: left;
    color: #9b9b9b;
    padding-top: 5px;
}

.xwzx_1_2 li a:hover p span {
    color: #df7085;
}

.spurl{
    background:url(../images/spicon1.png);
    width:71px;
    height:71px;
    float:left;
    margin-top:-178.5px;
    margin-left:286px
}
.spurl:hover{
    background:url(../images/spicon2.png);
}
.splist{
    background:url(../images/spicon1.png) no-repeat center;
    width:51px;
    height:51px;
    float:left;
    margin-top:-88px;
    margin-left:79px;
    background-size: 80%;
}
.splist:hover{
    background:url(../images/spicon2.png) no-repeat center;
    background-size: 80%;
}



/*环境展示*/
.pzfw_{
    width: 100%;
    float: left;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #b89bc5;
    margin-top: 20px;
}
.hjzs_{
    width: 100%;
    float: left;
    height: 60px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    color: #b89bc5;
    margin-top: 20px;
}
.pzfw_ h3{
    line-height: 36px;
    height: 60px;
    width: 100%;
    background: url(../images/jjsb_tbg1.jpg) no-repeat center bottom;
    float: left;
    margin-top: 1px;
}

.hjzs_ h3{
    line-height: 36px;
    height: 60px;
    width: 100%;
    background: url(../images/jjsb_tbg2.jpg) no-repeat center bottom;
    float: left;
    margin-top: 1px;
}

.pzfw_center {
    font-size: 15px;
    font-family: "微软雅黑";
    text-indent: 2rem;
    text-align: justify;
    line-height: 26px;
    padding-top: 20px;
    float: left;
    color: #333;
}

.contact {
    width: 1000px;
    margin: 0px auto;
    padding-top: 25px;
    margin-bottom: 0px;
}

.pzfw {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 20px;
}

.productfooter {
    width: 1000px;
    height: 382px;
    overflow: hidden;
}

.mainleftRM2 li {
    width: 1000px;
    height: 382px;
    float: left;
}

.mainleftRM2 li img {
    width: 1000px;
    height: 342px;
    display: block;
}

.mainleftRM2 ul {
    list-style: none;
    width: 300000px;
}

.patf {
    width: 1000px;
    height: 40px;
    background: #9e9083;
    color: #FFF;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 40px;
    text-indent: 15px;
}

.mainleftRL2 {
    width: 57px;
    height: 79px;
    position: absolute;
    top: 160px;
    left: -80px;
}

.mainleftRL2 a {
    display: block;
    width: 57px;
    height: 79px;
    background:url(../images/left.jpg) no-repeat center;
}

.mainleftRR2 {
    width: 57px;
    height: 79px;
    position: absolute;
    top: 160px;
    right: -80px;
}

.mainleftRR2 a {
    display: block;
    width: 57px;
    height: 79px;
    background:url(../images/right.jpg) no-repeat center;
    cursor: pointer;
}

.hjzs {
    width: 100%;
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.left {
    width: 275px;
    float: left;
}

.leftli {
    width: 290px;
    height: 76px;
    margin: 1px 3px 2px 0px;
    background:url(../images/hjnavbg1.jpg) repeat-y;
    font-family: "微软雅黑";
}

.currter {
    background:url(../images/hjnavbg2.jpg) no-repeat;
    width: 290px;
}

.left li a {
    display: block;
    width: 275px;
    height: 60px;
    color: #fffbf5;
    text-align: center;
    padding-top: 15px;
    text-decoration: none;
    font-size: 18px;
    cursor: pointer;
}

.left_l {
    display: block;
    height: 60px;
    float: left;
    font-siz 18px;
    line-height: 51px;
}

.left_c {
    font-size: 14px;
    line-height: 102px;
}

.rightbox {
    width: 707px;
    height: 621px;
    float: right;
    overflow: hidden;
}

.right {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
}

.rightli {
    width: 707000px;
    height: 621px;
}

.rightf {
    width: 707px;
    height: 100px;
    background:url(../images/fbg.png);
    position: absolute;
    bottom: 0px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #fffbf5;
}

.rightf span {
    display: block;
    width: 490px;
    height: 48px;
    line-height: 24px;
    padding-top: 25px;
    padding-left: 25px;
}

.mainleftRSlip201 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL201 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL201 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR201 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR201 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip202 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL202 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL202 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR202 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR202 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip203 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL203 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL203 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR203 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR203 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip204 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL204 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL204 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR204 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR204 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip205 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL205 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL205 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR205 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR205 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip206 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL206 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL206 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR206 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR206 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip207 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL207 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL207 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR207 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR207 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip208 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL208 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL208 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR208 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR208 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip209 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL209 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL209 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR209 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR209 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip210 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL210 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL210 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR210 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR210 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip211 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL211 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL211 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR211 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR211 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.mainleftRSlip212 {
    width: 707px;
    height: 621px;
    position: relative;
    float: left;
    margin-right: 293px;
}

.mainleftRL212 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 70px;
}

.mainleftRL212 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/left1.jpg) no-repeat center;
}

.mainleftRR212 {
    width: 50px;
    height: 54px;
    position: absolute;
    bottom: 20px;
    right: 17px;
}

.mainleftRR212 a {
    display: block;
    width: 50px;
    height: 54px;
    background:url(../images/right1.jpg) no-repeat center;
}

.yinchang{ display:none;}



/**视频中心-*/

	.hz_t_img{background: #f1f1f1;}
			.hz_t_video img{width: 90%;margin: 5%; height: 220px;}
			.hz_t_video a{position: relative; display: block;}
			.hz_t_video p{font-size: 16px; color: #000000; text-align: center; width: 90%; display: block; float: left;margin: 0 5%; height: 45px; overflow: hidden;}
			.video_splist{position: absolute;top: 40%; left: 42%; width: 51px; height: 51px; float: left;background: url(../images/spicon1.png) no-repeat center;}
			.video_splist:hover{background: url(../images/spicon2.png) no-repeat center;}
			
			
			
			
			
	/****************
 * 兼容1000-1366 *
 ****************/
@media screen and (max-width:999px){ 
.banner{height: auto;}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 100px !important;}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 100px !important;}
}
@media screen and (min-width:1000px) and (max-width:1400px){ 
	/*菜单栏*/
	.center{width: 800px;margin: auto;}
	.top3_box,.top3_nav{width: 800px;}
	.top3_nav li,.top3_nav a{width: 80px;}
	.top3_nav img{left: 34px;}
	/*轮播图*/
	.banner{height: auto;}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{left: 100px !important;}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{right: 100px !important;}
	/*搜索栏*/
	.input_s{width: 100px;font-size: 8px;}
	.input_sub{width: 60px;font-size: 8px;}
	.search_input p{font-size: 8px !important;}
	.search_ci{width:350px;}
	/*活动切换栏*/
	.Activity_Notice{width: 240px !important; height: auto !important;}
	.Activity_Notice p{font-size: 8px;}
	.Activity_Notice img{height: auto !important;}
	.Activity_bottom{width: 90px !important; font-size: 8px !important;}
	.Activity_bottom_a,.Activity_bottom_b{}
	.Activity{height: 390px !important;}
	.box{height: 310px !important;}
	/*信息资讯*/
	.xxzx_left{width: 560px !important;margin-right: 20px !important; height: 420px;}
	.xxzx{ height: 420px;}
	.xxzx_right{width: 220px !important;}
	.xxzx_left_img{width: 272px !important; height: 160px;overflow:hidden;}
	.xxzx_left_p{width: 288px;}
	.xxzx_left_a a{font-size: 18px;}
	.xxzx_left_p span{font-size: 14px; width: auto; padding:0px 10px 10px 10px;}
	.xxzx_left_time,.xxzx_left_time1{width: 120px; font-size: 12px; text-indent: 24px;}
	.xxzx_left_time1{margin-top: 10px;}
	.xxzx_left_center{height: 175px;}
	.xxzx_left_p p{padding: 0px 10px 10px 10px;}
	.xxzx_left_list li{font-size: 12px; height: 50px; line-height: 50px;}
	.xxzx_left_list li a{font-size: 14px !important;}
	.xxzx_right_title p{font-size: 24px;}
	.xxzx_right_title a{width: 70px;}
	.zlfw_list li,.zlfw_list li a{width: 72px; height: 72px;margin-left: 2px; margin-bottom: 2px;}
	.zlfw_list img{width: 35px;}
	.zlfw_list{width: 220px;}
	.zlfw_list p,.zi_list_jj a{font-size: 12px;}
	
	
	/*team*/
	.zj_list_img{width: 270px;height: auto;}
	.zj_list_p{width: 510px;height: auto;}
	.zj_list_div{height: 50px;}
	.zj_list_title{margin-top: 10px;}
	.zj_list_display{margin-top: 20px;}
	.zi_list_jj p span{font-size: 16px;}
	.zi_list_jj p{font-size:12px;line-height: 24px;}
	.zj_list_input_conut{bottom: auto;}
	.zj_list_input_conut a{width: 95px; font-size: 14px;}
	.ulBigPic,.ulBigPic li{height: 300px;}
	.sLeftBtnABan, .sRightBtnA{width: 25px; height: 160px;}
	.zj_center{width: 724px;margin: 0px 10px; height: 160px;}
	.zj_center li img{width: 92%;height: auto;}
	.zj_center li{width: 143px; height: 160px;}
	.sRightBtnASel,.sLeftBtnASel,.sRightBtnABan,.sLeftBtnA{width: 25px; height: 160px;}
	.ulSmallPic span{width: 100%;}
	.sRightBtnASel img,.sLeftBtnASel img,.sRightBtnABan img,.sLeftBtnA img,.sLeftBtnABan img,.sRightBtnASel img,.sRightBtnA img{margin-top: 68px;}
	
	/*chanke*/
	.xmlist li{width: 138px;}
	.actlist_left{width: 270px;height: auto;margin-right: 20px;}
	.actlist_right{width: 510px;}
	.actlist_right_list_a a{font-size: 14px;}
	.actlist_right_list_a{float: left; line-height: 43px; height: 43px; width: 100%;}
	
	/*shipin*/
	.hz_t_img{width: 253px;height: 230px;}
	.hz_t_video img{height: 150px;}
	.hz_t_video p{font-size: 14px;}
	.comment_text{width:730px}
	
	/*sb*/
	.sb{width: 100%;}
	.foot_1{display: none;}
	.footcenter,.footer{width: 800px;}
	.foot_list{width: 280px;}
	/*cebian*/
	.bmbox1{bottom:-20px;}
}		
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			
			