body, ol, ul, dl, li, dt, dd, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea,select{
    margin: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-family: 'Microsoft Yahei';
    min-width: 1200px;
    margin: auto;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:focus{
    text-decoration: none;
}

em, i {
    font-style: normal;
}

ol, ul, dl, li, dt, dd {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

a img {
    border: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*input, textarea {
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    outline: none;
    padding: 0px;
    margin: 0;
    outline: none;
}*/

.clear{
    clear: both;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

.container{
    width: 1200px;
}

.header .logo img{
    width: 100%;
}
.nav{
    background: #336FC1;
}
.nav .row>ul>li{
    float: left;
    text-align: center;
    position: relative;
}
.nav .row>ul>li>a{
    color: #ffffff;
    font-size: 16px;
    width: 135px;
    height: 66px;
    line-height: 66px;
    display: block;
}
.nav .row>ul>li>a.active,
.nav .row>ul>li:hover>a{
    background: #285EA8;
}
.nav .row>ul>li .dropdown_menu{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #336FC1;
    width: 100%;
    text-align: center;
}
.nav .row>ul>li:hover .dropdown_menu{
    display: block;
}
.nav .row>ul>li:hover .dropdown_menu li{
    padding: 10px 0;
}
.nav .row>ul>li:hover .dropdown_menu li:hover{
    background: #285EA8;
}
.nav .row>ul>li:hover .dropdown_menu li a{
    color: #fff;
}
.nav .search .search_form{
    float: right;
    position: relative;
    height: 66px;
    line-height: 66px;
}
.nav .search .search_form .search-input{
    float: left;
}
.nav .search .search_form .search-input input{
    border: 0;
    width: 308px;
    height: 39px;
    line-height: 39px;
    border-radius: 30px;
    padding-left: 21px;
    color: #848484;
    font-size: 14px;
}
.nav .search .search_form .search-btn{
    float: right;
    border: 0;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    background: transparent;
    padding-right: 12px;
}

.xiangguan{
    margin-top: 43px;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}
.xiangguan .icon{
    border-right: solid 1px #DCDCDC;
    padding-right: 8px;
}
.xiangguan .lists{
    padding-left: 36px;
}
.xiangguan .lists li a{
    color: #2b2c2c;
    font-size: 22px;
}
.xiangguan .more{
    padding-left: 60px;
}
.xiangguan .more a{
    color: #8b8b8b;
    font-size: 14px;
}

.index_title{
    text-align: center;
}
.index_title h2{
    color: #336fc1;
    font-size: 30px;
    font-weight: bold;
}
.index_title p{
    color: #336fc1;
    font-size: 12px;
    position: relative; 
    display: block;
    margin-top: 10px;
}
.index_title p:before{
    content: "";
    width: 539px;
    height: 1px;
    background: #EFEDED;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}
.index_title p:after{
    content: "";
    width: 539px;
    height: 1px;
    background: #EFEDED;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.main1{
    padding-top: 52px;
}
.main1 .content{
    margin-top: 68px;
}
.main1 .content .hd{
    width: 279px;
}
.main1 .content .hd li{
    padding: 16px 0;
    text-align: center;
    color: #404040;
    font-size: 20px;
    background: #EFEEEE;
    cursor: pointer;
}
.main1 .content .hd li.on{
    background: #336FC1;
    color: #fff;
}
.main1 .content .hd span{
    display: block;
    font-size: 12px;
}
.main1 .content .bd{
    width: 805px;
}
.main1 .content .bd ul .title{
    overflow: hidden;
    border-bottom: solid 1px #DEDEDE;
}
.main1 .content .bd ul .title h3{
    color: #336fc1;
    font-size: 20px;
    position: relative;
    padding-bottom: 19px;
}
.main1 .content .bd ul .title h3:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 79px;
    height: 4px;
    background: #336FC1;
}
.main1 .content .bd ul .title .more{
    color: #8b8b8b;
    font-size: 14px;
}
.main1 .content .bd ul li{
    padding-left: 20px;
    position: relative;
    margin-top: 18px;
}
.main1 .content .bd ul li:before{
    content: "";
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translate(0, -50%);
    border: solid 3px #336FC1;
    border-radius: 50%;
}
.main1 .content .bd ul li a{
    color: #2d2d2d;
    font-size: 16px;
}
.main1 .content .bd ul li .time{
    float: right;
    color: #909090;
    font-size: 16px;
}
.main2 .index_title p:before,
.main2 .index_title p:after{
    content: "";
    width: 471px;
}
.main2{
    padding: 80px 0;
}
.main2 .title{
    text-align: center;
    margin-top: 52px;
}
.main2 .title li{
    display: inline-block;
    width: 244px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    background: #587CC7;
    border-radius: 30px;
}
.main2 .title li:nth-child(2){
    background: #2A9ADA;
    margin-left: 63px;
}
.main2 .title li:nth-child(3){
    background: #47B2B2;
    margin-left: 63px;
}
.main2 .title li a{
    font-size: 20px;
    color: #ffffff;
}
.main2 .content{
    margin-top: 53px;
    overflow: hidden;
}
.main2 .content .fl{
    width: 100%;
    height: 232px;
    position: relative;
}
.main2 .content .fl:before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-right: solid 1px #E5E5E5;
    height: 100%;
}
.main2 .content .fl li{
    padding-left: 37px;
    padding-right: 32px;
    position: relative;
    margin-top: 20px;
    width: 50%;
    float: left;
}
.main2 .content .fl li:nth-child(1),
.main2 .content .fl li:nth-child(2){
    margin-top: 0;
}
.main2 .content .fl li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 19px;
    transform: translate(0, -50%);
    border: solid 3px #336FC1;
    border-radius: 50%;
}
.main2 .content .fl li a{
    font-size: 16px;
    color: #2d2d2d;
}
.main2 .content .fl li .time{
    float: right;
}

.main3{
    margin-bottom: 85px;
}
.main3 .index_title p:before,
.main3 .index_title p:after{
    content: "";
    width: 511px;
}
.main3 .content{
    margin-top: 46px;
}
.main3 .content .fl{
    width: 382px;
    margin-left: 25px;
    background: #F5F9FA;
}
.main3 .content .fl:nth-child(1){
    margin-left: 0;
}
.main3 .content .fl .title{
    background: #A8AB7B;
    padding: 8px 26px;
}
.main3 .content .fl:nth-child(2) .title{
    background: #EAAD2E;
}
.main3 .content .fl:nth-child(3) .title{
    background: #7CC576;
}
.main3 .content .fl .title h3{
    color: #ffffff;
    font-size: 20px;
}
.main3 .content .fl .title h3 .more{
    float: right;
    color: #ffffff;
}
.main3 .content .fl ul{
    padding: 0 10px 25px;
}
.main3 .content .fl ul li{
    margin-top: 28px;
    position: relative;
    padding-left: 18px;
}
.main3 .content .fl ul li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    border: solid 3px #336FC1;
    border-radius: 50%;
}
.main3 .content .fl ul li a{
    color: #2d2d2d;
    font-size: 16px;
}
.main3 .content .fl ul li .time{
    float: right;
    color: #909090;
}

.footer{
    background: #285EA8;
    padding: 35px 0;
    text-align: center;
}
.footer .links{
    font-size: 0;
}
.footer .links span{
    color: #ffffff;
    font-size: 14px;
}
.footer .links a{
    color: #ffffff;
    font-size: 14px;
    margin-left: 22px;
}
.footer .links a:nth-child(2){
    margin-left: 0;
}
.footer p{
    color: #ffffff;
    font-size: 14px;
    margin-top: 8px;
}
.footer p a{
    color: #ffffff;
    font-size: 14px;
}

.cur{
    margin-top: 26px;
}
.cur img{
    margin-right: 11px;
}
.cur a,
.cur span{
    font-size: 14px;
    color: #000000;
}

.list{
    margin-bottom: 27px;
}
.list .nyleft{
    float: left;
    width: 261px;
    margin-top: 25px;
}
.list .nyleft .title{
    background: url(../images/ny_left_title_bg.png) no-repeat;
    height: 62px;
    line-height: 45px;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
}
.list .nyleft ul{
    padding-top: 10px;
}
.list .nyleft ul li{
    border: solid 1px #EDF2F5;
    margin-top: 13px;
}
.list .nyleft ul li a{
    color: #000000;
    font-size: 20px;
    display: block;
    padding: 16px 0 16px 31px;
}

.list .nyright{
    float: left;
    width: 883px;
    margin-left: 50px;
}
.list .nyright .title{
    padding-bottom: 7px;
    border-bottom: solid 2px #307BD7;
    margin-top: 37px;
}
.list .nyright .title h3{
    color: #000000;
    font-size: 18px;
}
.list .nyright .title img{
    margin-right: 2px;
}
.list .nyright .content{
    padding: 13px 33px 0 8px;
}
.list .nyright .content ul li{
    border-bottom: solid 1px #F5F3F3;
    padding: 10px 0 10px 21px;
    position: relative;
}
.list .nyright .content ul li:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    transform: translate(0, -50%);
    border: solid 3px #336FC1;
    border-radius: 50%;
}
.list .nyright .content ul li a{
    color: #2d2d2d;
    font-size: 16px;
}
.list .nyright .content ul li .time{
    float: right;
    color: #909090;
}
.list .nyright .pages{
    text-align: center;
    margin-top: 40px;
}
.list .nyright .pages,
.list .nyright .pages a{
    color: #2d2d2d;
    font-size: 16px;
}
.list .nyright .pages span{
    color: #285EA8;
}

.show{
    background: #EEEEEE;
    padding: 50px 0 65px 0;
}
.show .container{
    background: #fff;
    padding: 70px 50px;
}
.show .title{
    text-align: center;
    border-bottom: dashed 1px #BFBFBF;
    padding-bottom: 30px;
}
.show .title h2{
    color: #333333;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
}
.show .title p{
    color: #333333;
    font-size: 14px;
    margin-top: 35px;
}
.show .content{
    margin-top: 40px;
    color: #333333;
    font-size: 16px;
    line-height: 39px;
}
.show .statement{
    margin-top: 112px;
    padding-top: 48px;
}
.show .statement p{
    color: #272727;
    font-size: 14px;background: #F7FBFE;
    height: 70px;
    line-height: 70px;
    padding-left: 10px;
}

.sousuoye .nyright{
    width: 100%;
}