@charset "utf-8";
body{
    padding-top: 100px;
}
.duanxian {
    display: inline-block;
    height: 2px;
    width: 8px;
    background-color: black;
    vertical-align: middle;
    margin: -1px 10px 0 0;
}
.top_nav{
	width:100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    background-color: white;
    height: 100px;
    display:block;
}
.top_nav>div{
    height: inherit;
}
nav .logo-nav {
    height: inherit;
    display: inline-block;
}
nav .logo-nav img{
    height: 60px;
}
nav ul {
    display: inline-block;
    height: inherit;
    width:1000px;
	position:relative;
	right:-50px;
}

nav ul li {
    float: left;
    height: inherit;
    width: 12%;
    position: relative;
}
nav ul li:hover{
    background-color: #974578;
    color: white;
}
nav ul li:hover > a h4,nav ul li:hover > a p{
    color:white;
}
nav ul .nav-text {
    font-size: 1.4em;
    text-transform: uppercase;
}

.nav-text-active{
    background-color: #974578;
    color: white;
}
.nav-text-active>a h4,.nav-text-active > a p{
    color:white;
}
nav ul .nav-text h4 {
    font-size: 14px;
    -webkit-transform: scale(0.666666);
    -moz-transform: scale(0.666666);
    -ms-transform: scale(0.666666);
    -o-transform: scale(0.666666);
    transform: scale(0.666666);
}

nav .search {
    display: inline-block;
    vertical-align: top;
    margin-top: 45px;
}

nav .search input {
    width: 120px;
    height: 30px;
    outline: none;
    padding: 0 30px 0 10px;
    border: 1px solid #ccc;
    color: #686868;
    font-size: 1.2em;
}

nav .search a {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    width: 30px;
    background: url("../image/search-icon.png") center center no-repeat;
    margin-left: -32px;;
}

nav li .nav-pullDown {
    position: absolute;
    top: inherit;
    left: -249px;
    padding: 10px;
    width:380px;
    background-color: rgba(243, 243, 243, .8);
    display: none;
    z-index: 999;
    border-bottom: 3px solid #974578;
}

nav li .nav-pullDown .plDnimg-warp {
	overflow:hidden;
    display: inline-block;
    width: 200px;
    float: left;
}

nav .nav-pullDown .plDntext-warp {
	width:auto;
    display: inline-block;
    margin-left: 20px;
    text-align: left;
}

nav .nav-pullDown .plDntext-warp p {
    margin: 15px 0;
    font-size: 14px;
}

/*nav .nav-pullDown .plDntext-warp :hover p, nav .nav-pullDown .plDntext-warp :hover .duanxian {*/
    /*color: #974578*/
/*}*/

.inside-banner {
    height: 300px;
}

.inside-banner .title-wrap {
    padding: 100px 125px;
    box-sizing: border-box;
    height: 300px;
}

.inside-banner .title-wrap h1 {
    font-size: 2.4em;
}

.inside-banner .title-wrap p {
    font-size: 1.2em;
}

.inside-content {
    height: auto;
    background: url("../image/content-bg.jpg") no-repeat center top;
	background-size:cover;
    padding-top: 55px;
}

.inside-content .box1200 {
    display: flex;
}

.inside-content .content-left {
    width: 294px/9;
    display: inline-block;
}

.inside-content .content-left .left-item {
    width: 294px;
    background: url("../image/left-bg.png") no-repeat;
    background-size:cover;
    margin-bottom: 20px;
}

.titler {
    padding-left: 40px;
    height: 48px;
    border-bottom: 1px solid #ececec;
    font-size: 1.6em;
    color: #3b3b3b;
    line-height: 48px;
    position: relative;
    overflow: hidden;
    background:#fff;
}

.titler span {
    font-size: .75em;
    color: #3b3b3b;
}

.left-item .left-item-list {
    padding: 0 30px;
/*    background:#fff;*/
    position:relative;
}

/*.left-item .left-item-list::after{
	position:absolute;
	right:0px;
	bottom:0px;
	content:'';
	background:url("../image/left-bg.png") -259px -328px;
	width:33px;
	height:33px;
	display:block;;
}*/

.left-item .left-item-list h2 {
    font-size: 1.4em;
    background: url("../image/triangle-black1.png") no-repeat 10px center;
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    border-bottom: 1px dashed #e3e3e3;
}
.left-item .left-item-list h2:hover{
    cursor: pointer;
}
.left-item .left-item-list h2:last-child{
    border:none;
}
.left-item-list-h2-active {
    background: url("../image/left-item-bg.png") no-repeat 10px center !important;
   
}
.left-item-list-h2-active a{
    color: #974578;
}
.left-item .left-item-list li {
    padding: 16px 0 16px 10px;
    color: #3b3b3b;
    border-bottom: 1px dashed #e6e6e6;
    position: relative;
}
.left-item .left-item-list li:last-child{
    border:none;
}
.left-item-list li a {
    color: #4f4f4f;
    font-size: 1.4em;
    display: block;
    height: 38px;
}

.left-item-list li p {
    color: #acacac;
    margin-top: 5px;
}
.left-item-list li img{
    position: absolute;
    top: 24px;
    left: -5px;
}
.left-item-list li p a{
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 64px;
    text-align: center;
    float: right;
    background-color: #d8dce5;
    font-size: 1.2em;
}
.left-item-list li p a:hover{
    background-color: #974578;
    color:white;
}
.left-item .last-list{
    padding: 20px 15px;
}
.left-item .last-list img{
    margin-bottom: 10px;
}
.left-item .last-list p{
    line-height:30px;
    color:#3b3b3b;
    padding-left: 10px;
    font-size: 14px;
}
.inside-content .content-right {
    height: auto;
    width: 100%;
    width: 830px\9;
    background-color: white;
    margin-left: 20px;
    margin-left: 10px\9;
	margin-bottom:20px;
    padding:0 27px;
    vertical-align: top;
    float: right\9;
    /*display: none;*/
}
.inside-content .content-right>h1{
    font-size: 1.8em;
    color:#3b3b3b;
    height: 48px;
    line-height: 48px;
    border-bottom:1px solid #ebebeb;
}
.inside-content .content-right>h1 span{
    color:#ccc;
    font-size: 14px;
    margin-left: 10px;
}
.content-right>h1 i{
    float: right;
    font-size: 14px;
}
.content-right>h1 i em{
    color:#974578;
    font-weight: 700;
}
.content-right .content-right-bottom{
    /*height: 1000px;*/
}
.btn{
    height: 21px;
    width: 26px;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    border:1px solid #CBCBCB;
    color:#3b3b3b;
    outline: none;
}
.btn:hover{
    background-color: #974578;
    color:white;
    cursor: pointer;
}
.btn-active{
    background-color: #974578;
    color:white;
}
.btn-wrap{
    text-align: center;
}
.btn-wrap li{
    display: inline-block;
    margin-right: 10px;
}
.btn-wrap a{
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    color:#ccc;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    border:1px solid #CBCBCB;
    outline: none;
    background-color:white;
}
.btn-wrap a.active{
    background-color: #974578;
    color:white;
}
.btn1:hover{
    
    cursor: pointer;
}
.shuxian{
    display: inline-block;
    height: 18px;
    width: 4px;
    background-color: #974578;
}
