﻿html {
overflow-x:auto;
overflow-y:scroll;
}
body, dl, dt, dd, ul, ol, li, pre, form, fieldset, input, p, blockquote, th, td {
font-weight:400;
margin:0;
padding:0;
}
h1, h2, h3, h4, h4, h5 {
margin:0;
padding:0;
}
body {
    background-color: #fff;
    color: #666666;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 0 10px;
    text-align: left;
}
select {
font-size:12px;
}
table {
border-collapse:collapse;
}
fieldset, img {
border:0 none;
}
fieldset {
margin:0;
padding:0;
}
fieldset p {
margin:0;
padding:0 0 0 8px;
}
legend {
display:none;
}
address, caption, em, strong, th, i {
font-style:normal;
font-weight:400;
}
table caption {
margin-left:-1px;
}
hr {
border-bottom:1px solid #FFFFFF;
border-top:1px solid #E4E4E4;
border-width:1px 0;
clear:both;
height:2px;
margin:5px 0;
overflow:hidden;
}
ol, ul {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
}
caption, th {
text-align:left;
}
q:before, q:after, blockquote:before, blockquote:after {
content:””;
}
a{ text-decoration:none;}

.head-box {
    background: #e9e8e8;
    padding-top:20px;
}


.wapper {
    width: 1344px;
    margin: 0 auto;
}
.wapper2 {
    width: 1450px;
    margin: 0 auto;
}

.mt80 {
    margin-top:80px;
}

.mt40 {
    margin-top: 40px;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    height: 102px;
    width: 1344px;
    margin-bottom: 20px;
    overflow: hidden;
}

.nav {
    background: url(../images/nav-bg.png) repeat-x;
    height:117px;
    width:1450px;
    margin:0 auto;
}

    .nav div ul {
       
    }
    .nav div ul li {
        height: 117px;
        line-height: 117px;
        float: left;
        width:135px;
        text-align:center;
        background:url(../images/li-bg.png) no-repeat right;
    }

        .nav div ul li a {
            color: #2b2b2b;
            font-size:18px;
            font-weight:bold;
            padding:8px 0;
        }

        .nav div ul li.click a {
            color: #842076;
            border-bottom: solid 2px #842076;
        }

.nav-child-list {
    display:none;
    background:#fff;
    z-index:100;
}
    .nav-child-list li.child-list-item {
        background: url();
        height:40px;
        line-height:40px;
    }


.banner {
    width:1344px;
    background:url(../images/banner.png) no-repeat;
    height:490px;
    margin:0 auto;
    overflow:hidden;
    z-index:1;
}


#js-text-box {

    width: 470px;
    height: 195px;
    position: relative;
    overflow: hidden;
    top: 270px;
    background-color: rgba(142,51,139,0.8);
}

    #js-text-box #js-text-wapper {
        color: #e8cf9a;
        width: 85%;
        margin: 0 auto;
        border-left: 3px #e8cf9a solid;
        height: 153px;
        padding-left: 10px;
        margin-top: 20px;

    }

    #js-text-box #js-text-wapper h3{
        font-size:21px;
    

    }

    #js-text-box #js-text-wapper p{
        overflow-wrap: break-word;
        text-align: justify;
        line-height:25px;
    }

.row {
    display:flex;
    justify-content:space-between
}

.hidden{
	overflow: hidden;
}

    .row .b-l {
        width:47%;
    }

       




            .row .b-r {
                width: 47%;
            }


.title1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #842076;
}

    .title1 .title-text h1 {
        font-size: 18px;
        color: #666666;
        display: inline-block;
        border-bottom: solid 2px #e8cf9a;
        position:relative;
        top:2px;
    }

        .title1 .title-text span {
            color: #842076;
            font-size:16px;
            margin-left:8px;
        }


.title1 a {
    background: url(../images/more-btn.png) no-repeat;
    background-size:cover;
    width: 15px;
    height: 3px;
    display: block;
}

.new-s-content {


}

    .new-s-content .img-news {
         display:flex;

    }

        .new-s-content .img-news img {
            width:150px;
            height:100px;
            margin-top:20px;
            margin-right:40px;
            border:solid 1px #c1c1c1;
            padding:3px;   
        }

.new-s-content .img-news .img-news-r {
    margin-top:20px;
}

.new-s-content .img-news .img-news-r h3 {
    color: #842076;
    font-size:16px;
}

.new-s-content .img-news .img-news-r h3 a{
color: #842076;
}

    .new-s-content .img-news .img-news-r p {
    
        font-size:14px; 
        line-height:23px;
    }

.news-list {
    margin-top:15px;
}

    .news-list li {
        display:flex;
        justify-content:space-between;
        line-height:22px;
    }

        .news-list li a {
            font-size:14px;
            color:#000;
        }



.new-imglist {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content:space-between;
    margin-top:10px;
}

    .new-imglist li {
     
        margin:2px 5px;

    }

    .new-imglist img {
        width: 200px;
        height: 110px;
        padding: 3px;
        border: solid 1px #c1c1c1;
    }


.btn-list {
    width:100%;
    display:flex;
    justify-content:center;
}

.btn-list li{
    width:400px;
    margin:0 20px;
}
    .btn-list img {
         width:400px;
    }

.row100 {

    width:100%;
}

.c-full-b {
    width:100%;
    display:flex;
    justify-content:space-between;
}


.c-full-left, .c-full-right {
    width: 47%;
}

.c-full-left {
    display:flex;
    justify-content:space-between;
    height:180px;
    align-items:center;
}

    .c-full-left img {
        width: 210px;
        height: 130px;
    }

    .c-full-left .c-full-left-text {
        width:65%;
    }

    .c-full-left .c-full-left-text h3 {
        font-size: 16px;
        color: #842076;
    }
 .c-full-left .c-full-left-text h3 a{
  color:#842076;
}

    .c-full-left .c-full-left-text p {
        padding-top:20px;
        height:90px;
        line-height:22px;
    }


.footer {
    background: #dbdbdb;
    height: 80px;
    text-align: center;
    padding-top:40px;
    color:#000;
}

    .footer p {
    
        margin-top:5px;
    }

.child-left{
	width: 260px;
	float: left;
}

.child-left .menu-title{
	height:46px;
	line-height: 46px;
	background: #842076;
	border-right:2px solid #e8cf9a;
	text-align: left;
	font-size:16px;
	color: #fff;
	text-indent: 10px;
	z-index: 1;
}

.menu-child-list li{
	height:45px;
    line-height: 45px;
	text-align: left;
	color: #000;
	text-indent: 10px;
}

.menu-child-list li a{
	color: #000;
		font-size: 14px;
		
}

.child-right{
	float:right;
	width: 1150px;
}

.child-right .path-url{
	height:46px;
	line-height:46px;
}

.child-right .path-url a{

color:#000;

}

.nc-news-list{
	overflow: hidden;
}

.nc-news-list li{
	display: flex;
	justify-content: space-between;
	height: 35px;
	line-height: 35px;
}

.nc-news-list li a{font-size:14px; color: #000;}
.content-info-box .content-title{ height: 55px; line-height: 55px; text-align:center;}
.content-info-box .content-disption{ text-align: center;}
.content-main-text{padding: 5px; margin-top: 15px;}


/*分页*/
.pageing {height: 50px;line-height: 50px; width:600px; margin:0 auto;}
.pageing ul.page li {float: left;  border:none;}
.pageing ul.page a {margin-left: 8px;padding: 4px 10px;background: none repeat scroll 0% 0% #FFF;border: 1px solid #E5E5E5;color: #575757;font-weight: bold;}
.pageing ul.page a.cur, .pageing ul.page li a:hover {background: #842076;color: #fff;}
.pageing ul.pageingtz { float:right;}
.pageing ul.pageingtz li{border:none;}
.pageing ul.pageingtz li .input{width:30px; height:20px; border:1px solid #CCCCCC;}
/**********************header***********************/


.rezz{float: right;
    margin-top: 10px;
    margin-right: 10px;
}

