.main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.ibanner {
    width: 100%;
    margin: -100px auto 0;
    background-repeat: no-repeat;
    background-position: center center;
    height: 350px;
    background: url(../images/ibanner2.jpg);
    background-size: 100% 100%;
}

ul, ol, li{
    list-style: none;
}

a{
    text-decoration: none;
}

.ibannert {
    width: 1200px;
    padding-top: 200px;
    margin: 0 auto;
    color: #fff;
}

.ibannert h3 {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 30px;
}

.ibannert p {
    font-size: 14px;
    display: inline-block;
}

.ibannert p a {
    color: #fff;
}
li :hover .news_img {
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
.news_box {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    position: relative;
    overflow:hidden ;

}
.page-large{
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.Num{
    display: block;
    width: 24px;
    height: 24px;
    /*background: #999999;*/
    float: left;
    margin: 0 10px;
}
.next-page{
    display: block;
    width: 24px;
    height: 24px;
    /*background: #999999;*/
    float: left;
    margin: 0 10px;
}
.prev-page{
    display: block;
    width: 24px;
    height: 24px;
    /*background: #999999;*/
    float: left;
    margin: 0 10px;
}
li .news_img {
    height: 100%;
    width: 600px;
    float: left;
    overflow: hidden;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

li:hover .new_text {
    background-color: rgba(233,85,4,1);
    box-shadow: 0 0 10px rgb(233, 85, 4 );
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}
li  :hover .text_title {
    color: #fff;
    transition:  all;
    -webkit-transition: all;
}

li :hover .text_content{
    color: #fff;
    transition: all;
    -webkit-transition: all;
}

li:hover .new_text .text_time {
    color: #fff;
    transition:  all;
    -webkit-transition: all;
}


.new_text {
    float: left;
    width: 720px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    position: absolute;
    background-color: rgba(255,255,255,.8);
    z-index: 1;
    padding: 30px;
    box-shadow: 0 0 10px rgb(234 234 234);
    transition: all;
    -webkit-transition:  all;
}
.text_title{
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 900;
    transition: all;
    -webkit-transition:  all;
}
.txt_title{
    cursor: pointer;
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
    font-weight: 900;
    transition: all;
    -webkit-transition:  all;
}
.text_content{
    color: #666;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    transition: all;
    -webkit-transition: all;
}
.txt_content{
    color: #666;
    line-height: 22px;
    margin-bottom: 10px;
    font-size: 14px;
    transition: all;
    -webkit-transition: all;
}
.text_time{
    color: #999;
    font-size: 12px;
    transition: 0.5s all;
    -webkit-transition: all;
}

/*navsec*/
.navsec {
    width: 100%;
    background-color: #eaeaea;
    height: 70px;
}

.inavsec {
    width: 1200px;
    margin: 0 auto;
}

.inavsec li {
    line-height: 70px;
    height: 70px;
    float: left;
    text-align: center;
}

.inavsec li a {
    display: block;
    padding: 0 20px;
    color: #333;
}

.inavsec li a:hover {
}

.inavsec li.on a, .inavsec li a:hover {
    background-color: #e95504;
    color: #fff;
}

/**contentshow*/
.contentshow {
    margin: 0 auto;
    height: auto !important;
    width: 1200px;
    padding: 50px 0;
    font-size: 16px;
    color: #666;
    line-height: 26px;
    letter-spacing: 2px;
}

.contentshow a {
    color: #666;
}

.contentshow a:hover {
    color: #e95504;
}
/*.newstime {*/
/*    font-size: 35px;*/
/*    width: 20%;*/
/*    !*width: 160px;*!*/
/*    float: left;*/
/*    color: #e95504;*/
/*    font-family: Trump;*/
/*    !*font-size: 40px;*!*/
/*    text-align: center;*/
/*    line-height: 40px;*/

/*}*/

/*.newstime span {*/
/*    font-size: 60px;*/
/*    line-height: 60px;*/
/*}*/

/*.newstext2 {*/
/*    width: 850px;*/
/*    float: right;*/
/*    border-left: 1px solid #eaeaea;*/
/*    padding-left: 70px;*/
/*}*/

/*h3 {*/
/*    margin-bottom: 20px;*/
/*}*/
.tzggList:hover{
    -webkit-transition: 0.5s all;
    background:rgb(247,247,247) ;
    box-shadow: 5px 5px 5px rgb(247,247,247);
}
.page-large a.on {
    border: 1px solid #41A36A;
    background: #41A36A;
    color: #fff;
}
.page-large a {
    min-width: 34px;
    height: 34px;
    display: inline-block;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 34px;
    text-align: center;
    float: left;
    text-indent: 0;
    color: #666666;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 3px;
}
