#body{
    min-width: 1920px;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/* header start */
#header .head{
    height: 145px;
    border-bottom: 1px solid #ebeaea;
    background: url("../images/head-bg.png") no-repeat;
}
#header .logo{
    margin-top: 32px;
}
#header .head-fr{
    margin-top: 40px;
}
#header .language{
    color: #1a64a3;
    text-align: center;
}
#header .language a{
    font-size: 14px;
    color: #1a64a3;
}
#header .search{
    margin-top: 12px;
    width: 155px;
    height: 32px;
    background: url("../images/search-bg.png") no-repeat;
}
#header .search input{
    float: left;
    background: transparent;
    width: 95px;
    height: 32px;
    line-height: 32px;
    margin-left: 15px;
    color: #333;
    font-size: 14px;
}
#header .search button{
    margin-right: 10px;
    float: right;
    width: 32px;
    height: 32px;
    background: url("../images/search.png") no-repeat;
}
#header .nav>ul{
    height: 50px;
}
#header .nav>ul>li{
    float: left;
    position: relative;
    margin: 0px 20px;
}
#header .nav>ul>li>a{
    height: 50px;
    line-height: 50px;
    border-bottom: 3px solid transparent;
    padding: 0px 20px;
    font-size: 18px;
    font-weight: bold;
    color: #494949;
}
#header .nav>ul>li>a:hover, #header .nav>ul>li>a.active{
    color: #1963a2;
    border-bottom: 3px solid #1963a2;
}
#header .nav>ul>li>ul{
    padding: 0px 20px;
    text-align: center;
    background: url("../images/nav-a-bg.png");
    position: absolute;
    z-index: 9;
    top: 50px;
    left: 0px;
    height: 0px;
    min-width: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    overflow: hidden;
}
#header .nav>ul>li>ul>li>a{
    width: 84px;
    color: #fff;
    font-weight:bold;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #9a9a9a;
}
#header .nav>ul>li>ul>li>a:hover{
    color: #4eadfe;
}
/* header end */
/* section start */
#section{
    padding-bottom: 35px;
    background: url("../images/sec-bg.png") no-repeat 0% 100%;
}
#section .show{
    overflow: hidden;
}
#section .show img{
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
#section .show img:hover{
    transform: scale(1.15);
}
#section .banner{
    min-width: 1920px;
    height: 440px;
    overflow: hidden;
    position: relative;
    margin-bottom: 45px;
}
#section .banner .ban-tag{
    position: absolute;
    z-index: 9;
    bottom: 30px;
}
#section .banner .ban-tag ul li{
    margin: 0px 4px;
    float: left;
    font-size: 0px; 
    width: 16px;
    height: 16px;
    background: url("../images/ban-tag.png") no-repeat;
}
#section .banner .ban-tag ul li.on{
    background: url("../images/ban-tag-on.png") no-repeat;
}
#section .banner .ban-img img{
    min-width: 1920px;
    height: 440px;
}
#section .tzgg .title, #section .xsdt .title, #section .xwdt .title, #section .kslj .title{
    position: relative;
    height: 40px;
    background-color: #f4f4f4;
}
#section .title .more{
    float: right;
    padding-right: 10px;
    text-align: right;
    height: 40px;
    line-height: 40px;
    color: #73767e;
    font-size: 12px;
}
#section .title .column{
    position: absolute;
    top: -3px;
    left: 0px;
    height: 46px;
    line-height: 46px;
    background: url("../images/column-bg.png") no-repeat  100% 0%; 
    padding-right: 30px;
}
#section .title .column p{
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding: 0px 8px 0px 48px;
}
#section .tzgg{
    width: 340px;
    margin-right: 30px;
}
#section .tzgg ul li{
    box-sizing: content-box;
    border-top: 1px dotted #dfdfdf;
    padding-top: 17px;
    margin-bottom: 17px;
    height: 50px;
}
#section .tzgg ul li:first-child{
    border: none;
}
#section .tzgg ul li a{
    float: right;
    height: 50px;
    line-height: 25px;
    font-size: 15px;
    width: 270px;
    color: #494949;
}
#section .tzgg ul li .time{
    height: 50px;
    width: 60px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #34363d;
}
#section .tzgg ul li .time p{
    border: 1px solid #d9d9d9;
    border-top: none;
}
#section .tzgg ul li .time p:first-child{
    border: none;
    background-color: #d9d9d9;
    font-size: 18px;
    font-weight: bold;
}
#section .tzgg .title .column p{
    background: url("../images/tzgg.png") no-repeat 12% 54% #1963a2;
}
#section .xsdt{
    width: 400px;
}
#section .xsdt ul li{
    margin-top: 19px;
}
#section .xsdt ul li .show{
    width: 120px;
    height: 90px;
}
#section .xsdt ul li .title{
    width: 262px;
    float: right;
    font-size: 12px;
    color:#999;
}
#section .xsdt ul li .title a{
    font-size: 15px;
    color: #494949;
    line-height: 25px;
}
#section .xsdt ul li .title p{
    line-height: 22px;
}
#section .xsdt .title .column p{
    background: url("../images/xsdt.png") no-repeat 12% 54% #1963a2;
}
#section .xwdt{
    width: 400px;
}
#section .xwdt .list{
    margin-top: 10px;
}
#section .xwdt ul li{
    padding-left: 0px;
}
#section .xwdt ul li .time{
    float: right;
    color: #999;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
}
#section .xwdt ul li a{
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #494949;
    padding-left: 15px;
    background: url("../images/li-bg.png") no-repeat 0% 52%;
}
#section .xwdt .title .column p{
    background: url("../images/xwdt.png") no-repeat 12% 54% #1963a2;
}
#section .kslj{
    width: 100%;
    margin: 25px 0px 0px 0px;
}
#section .kslj .title .column p{
    background: url("../images/kslj.png") no-repeat 12% 54% #1963a2;
}  
#section .kslj ul li{
    float: left;
}
#section .kslj ul li a{
    font-size: 15px;
    color: #494949;
    border-left: 1px solid #494949;
    height: 18px;
    line-height: 18px;
    padding: 0px 25px 0px 24px;
}
#section .kslj ul li:first-child a{
    border: none;
    padding-left: 0px;
}
#section .kslj ul li{
    margin-top: 20px;
}
/* section end */
/* footer start */
#footer{
    height: 100px;
    background-color: #535353;
    color: #fff;
    font-size: 14px;    
}
#footer .copy{
    text-align: center;
    margin-top: 40px;
}
/* footer end */
/* index.html end */
/* list.html start */
#section .list ul li .time{
    float: right;
    color: #999;
    font-size: 14px;
    height: 45px;
    line-height: 45px;
}
#section .list ul li a{
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #494949;
    padding-left: 15px;
    background: url("../images/li-bg.png") no-repeat 0% 52%;
}
#section .content-fr .list .page{
    margin: 24px 0px;
}
/* list.html end */
/* pic_list1.html start */
#section .pic-list1 ul li{
    float: left;
    width: 200px;
    height: 290px;
    margin-right: 46px;
    text-align: center;
    font-size: 16px;
}
#section .pic-list1 ul li .show{
    width: 200px;
    height: 220px;
}
#section .pic-list1 ul li a p{
    color: #494949;
    line-height: 30px;
    margin-top: 15px;
}
/* pic_list1.html end */
/* pic_list2.html start */
#section .position{
    height: 45px;
    line-height: 45px;
    color: #666;
    font-size: 14px;
    background-color: #f3f3f3;
    margin-bottom: 25px;
}
#section .position a{
    color: #666;
    margin-bottom: 4px;
}
#section .present{
    width: 230px;
}
#section .present .column{
    background-color: #1963a2;
    color: #fff;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding-left: 35px;
}
#section .present ul{
    background-color: #f3f3f3;
    padding: 15px 0px 15px 0px;
    min-height: 480px;
}
#section .present ul li a{
    box-sizing: content-box;
    width: 195px;
    font-size: 16px;
    color: #494949;
    height: 50px;
    line-height: 50px;
    padding-left: 35px;
}
#section .present ul li a:hover, #section .present ul li a.active{
    background-color: #b2d1ec;
    color: #1963a1;
    font-weight: bold;
}
#section .content-fr{
    width: 940px;
}
#section .content-fr .pre-column{
    margin-bottom: 20px;
}
#section .content-fr .pre-column h3{
    font-size: 20px;
    font-weight: bold;
    color: #545454;
    height: 55px;
    line-height:55px;
}
#section .content-fr .pre-column p{
    height: 4px;
    width: 40px;
    background-color: #1963a2;
}
#section .pic-list2 ul li {
    width: 280px;
    height: 305px;
    float: left;
    text-align: center;
    font-size: 16px;
    color: #494949;
    margin-right: 50px;
}
#section .pic-list2 ul li .show{
    width: 280px;
    height: 220px;
}
#section .pic-list2 ul li a p{
    color: #494949;
    line-height: 30px;
    margin-top: 15px;
}
#section .content-fr .page{
    margin: 15px 0;
}
/* pic_list2.html end */
/* dp_content.html start */
#section .articles{
    min-height: 600px;
    font-size: 16px;
    color: #494949;
    line-height: 30px;
}
#section .articles img{
    display: block;
    margin: 16px auto;
}
/* dp_content.html end */
/* content.html start */
#section .articles .title{
    font-size: 24px;
    font-weight: bold;
    color: #545454;
    text-align: center;
    line-height: 35px;
}
#section .articles .date{
    text-align: center;
    font-size: 20px;
    color: #1963a2;
    margin: 18px 0px;
}
#section .articles .content{
    padding-bottom: 36px;
    border-bottom: 1px solid #dadada;
}
#section .articles .page{
    margin: 30px 0px;
    line-height: 36px;
    color: #666;
}
#section .articles .page a{
    margin-bottom: 3px;
    color: #666;
    padding-left: 0px;
}
/* content.html end */
#section .articles .page a, #section .content-fr .list ul li:hover{
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
#section .articles .page a:hover, #section .position a:hover, #section .pic-list ul li a:hover p, #section .content-fr .list ul li:hover a, #section .tzgg ul li a:hover, #section .xsdt ul li .title a:hover, #section .xwdt ul li a:hover, #section .kslj ul li a:hover, #section .title .more:hover{
    color: #1963a1;
}
#section .articles .page a:hover{
    padding-left: 10px;
}
#section .content-fr .list ul li:hover{
    padding: 0px 10px;
}
#section .position a:hover, #section .pic-list ul li a:hover p,#section .title .more:hover{
    font-weight: bold;
}
