@charset "utf-8";
 body {
	font-family: "Noto Sans SC";
	background-color: #FFF;
}
 input:-webkit-autofill {
	  /* 选择历史记录的文字颜色*/
	  -webkit-text-fill-color: #FFF;
}
.header {
	width: 100%;
}
.logo_box {
	width: 1280px;
	margin: 8px auto 0 auto;
}
.top_ban {
	width: 100%;
	height: 220px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.top_ban img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.top_line {
	width: 100%;
	height: 5px;
	background: url('/static/images/top_line.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.header {
	padding: 35px 0 10px 0;
	background: transparent;
}
.top_zhan {
	width: 100%;
	height: 19px;
	background-color: #FFF;
	display: inline-table;
}
.header .logo {
	background: transparent;
}
.header .search {
	width: 550px;
	float: right;
	margin-top: -3px;
}
.header .search .bd {
	margin-right: 10px;
	background-color: #FFF;
	float: none;
	overflow: hidden;
}
.time_box {
	float: right;
	/*width: 220px;*/
	margin-right: 28px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 14px;
	color: #083b90;
}
.search_box {
	float: right;
	width: 218px;
	height: 30px;
	line-height: 30px;
	background: url('/static/images/search_bg_home.png');
}
.header .search .text {
	width: 158px;
	height: 20px;
	line-height: 20px;
	padding: 5px 10px;
	border: 0 none;
	outline: none;
	background: none;
}
.header .search .button {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: url(/static/images/icon.png) no-repeat;
}
.header .search .tab {
	text-align: right;
	font-size: 15px;
	margin-right: 20px;
	padding-top: 8px;
}
.header .search .tab>li {
	float: right;
	display: inline-block;
	position: relative;
}
.header .search .tab>li .slide_con {
	position: absolute;
	top: 16px;
	right: 0;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
}
.header .search .tab>li:hover .slide_con {
	z-index: 99999;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .search .tab>li:hover>img {
	/*transform: rotateX(180deg);*/
	-moz-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	/*兼容IE*/
	filter: FlipV;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.header .search .tab img {
	margin-left: 6px;
}
.header .search .tab>li>a {
	color: #083b90;
}
.header .search .tab>li>span {
	color: #BEBEBE;
}
.header .nav-bar {
	width: 100%;
	height: 126px;
	background: url('/static/images/nav_bg_home.png');
	background-repeat: no-repeat;
	background-position: center center;
}
.header .nav-bar.nav-fixed {
	position: fixed;
	top: 0;
	height: 60px;
	background-position: top center;
	z-index: 99999;
}
.header .nav-bar.nav-fixed .nav-sub-site-box {
	display: none;
}
.header .nav-site, .nav-sub-site {
	width: 1280px;
	height: 60px;
	line-height: 60px;
	background: transparent;
	margin: 0 auto;
}
.header .nav-site li {
	height: 60px;
	line-height: 60px;
	padding: 0 4px;
}
.header .nav-site li a {
	font-size: 19px;
	font-weight: normal;
}
.header .nav-fixed .nav-site li a {
/*font-weight: bold;*/
}
.header .nav-site li a img {
	margin-right: 5px;
	margin-top: -3px;
}
.header .nav-site li.line {
	width: 2px;
	margin: 0 9px;
	background: url('/static/images/nav_line_home.png');
}
.header .nav-sub-site-box, .header .nav-sub-site, .header .nav-sub-site li {
	height: 50px;
	line-height: 50px;/*overflow: hidden;*/
}
.header .nav-sub-site-box {
	width: 1280px;
	margin: 0 auto;
}
.header .nav-sub-site {
	float: left;
	width: 1145px;
}
.header .nav-sub-site li {
	float: left;
	margin: 0 25px 0 15px;
}
.header .nav-sub-site li a {
	font-size: 15px;
	font-weight: 300;
	color: #232323;
}
.nav-sub-tool {
	float: right;
	width: 135px;/*overflow: hidden;*/
}
.nav-sub-menu-icon {
	float: right;
	width: 20px;
	height: 19px;
	margin-top: 15px;
	margin-right: 15px;
	position: relative;
}
.nav-sub-menu-icon .slide_con {
	position: absolute;
	top: 13px;
	right: -15px;
	opacity: 0;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
}
.nav-sub-menu-icon:hover .slide_con {
	z-index: 99999;
	opacity: 1;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.nav-sub-mwap-icon {
	float: right;
	width: 69px;
	height: 25px;
	margin: 12px 30px 0 0;
}
.slide_con {
	width: 330px;
	background: #fff;
	margin: 6px;
	zoom: 1;
	box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	overflow: hidden;
}
.slide_con.col_3_box {
	width: 180px;
}
.slide_con ul {
	padding: 8px 0 8px 26px;
	overflow: hidden;
}
.slide_con ul li {
	float: left;
	width: 100px;
	padding: 3px 0;
	line-height: 32px;
	background: no-repeat;
	word-break: keep-all;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.slide_con ul li.col_6, .slide_con ul li.col_3 {
	width: 50px;
}
.slide_con ul li a {
	color: #000;
	text-decoration: none;
	background: url('/static/images/nav_icon_dot.jpg') no-repeat left center;
	padding-left: 17px;
}
.slide_con ul li a span {
	color: #000;
}
.slide_con ul li a.no_icon {
	padding-left: 0;
	background: transparent;
}.main-hui{
        width: 100%;
        background-color: #f5f5f5;
        margin-top: 1px;
        padding: 5px 0;
        overflow: hidden;
    }

    .main_100{
        width: 100%;
        overflow: hidden;
    }

    .main{
        width: 1270px;
        margin: 0 auto;
        overflow: hidden;
    }

    .hot-news-home{
        width: 100%;
        text-align: center;
        margin: 0 0 35px 0;
    }

    .hot-news-home a{
        font-size: 43px;
        font-weight: bold;
        font-family: "Noto Sans SC";
        color: #014aa2;
    }

    .top-news, .news-box{
        width: 100%;
        overflow: hidden;
    }

    .main .slide{
        float: left;
        width: 868px;
        zoom: 1;
        overflow: hidden;
    }

    .FocusPic .title-bg, .FocusPic .title{
        height: 80px;
        line-height: 80px;
    }

    .FocusPic .title-bg{
        background: #006cff;
        opacity: 0.45;
    }

    .FocusPic .title{
        width: 600px;
    }

    .FocusPic .title a{
       font-size: 24px;
       padding-left: 20px;
    }

    .FocusPic .change{
        bottom: 25px;
        right: 20px;
    }

    .FocusPic .change i{
        padding: 0;
        margin: 0 5px;
        width: 10px;
        height: 10px;
        font-size: 1px;
        text-indent: 1000px;
        opacity: 1;
        border-radius: 5px;
        background-color: #FFF;
    }

    .FocusPic .change i.cur{
        width: 30px;
        background-color: #ffd900;
        opacity: 1;
    }

    .news-hot-box{
        float: right;
        width: 366px;
        height: 567px;
        /*overflow: hidden;*/
    }

    .top-news-hot{
        width:100%;
        height: 450px;
        overflow: hidden;
    }

    .top-news-hot li{
        width: 100%;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
        font-weight: 100;
        font-family: "SimSun";
    }

    .top-news-hot li a:hover{
        color: #3353ce;
        text-decoration: none;
    }.top-news-hot li a{ display:block;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}

    .top-news-hot li.top-news-hot-one{
        font-weight: bold;
        font-size: 20px;
        font-family: PingFangSC-Regular;
    }

    .top-news-hot-ban{
        width: 100%;
        height: 110px;
        margin-top: 7px;
        margin-left: -5px;
    }

    .news-box{
        margin-top: 10px;
    }

    .news-box-1{
        float: left;
        width: 380px;
        height: 372px;
        margin-top: 20px;
    }

    .news-box-1-title{
        width: 380px;
        height: 30px;
        line-height: 30px;
        text-align: left;
        /*border-bottom: 1px solid #044bac;*/
        font-size: 23px;
        font-weight: normal;
        color: #044bac;
    }

    .news-box-1-title span {
        font-size: 25px;
        font-weight: 300;
    }

    .news-box-1-list li {
        height: 71px;
        /*line-height: 30px;*/
        padding: 15px 0 25px 0;
        font-size: 16px;
        border-bottom: 1px solid #ececec;
    }

    .news-box-1-list li:last-child {
        border-bottom: 0 none;
    }

    .news-box-1-list li.news-box-1-list-li-hover {
        border-left:2px solid #face15;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
        padding-left: 10px;
        padding-right: 10px;
    }

    .news-box-1-list li a {
        font-size: 17px;
        font-weight: 300;
    }

    .news-box-1-list li .title {
        color: #212121;
        font-weight: 500;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    }

    .news-box-1-list li .desc {
        color: #666;
        font-weight: 300;
        font-family: "SimSun";
        margin-top:8px;overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2; 

    }

    .news-box-1-list li.news-box-1-list-li-hover .title, .news-box-1-list li.news-box-1-list-li-hover .desc, .news-box-2-list li a:hover{
        color: #044bac;
    }

    .news-box-2 {
        float: left;
        width: 310px;
        height: 505px;
    }

    .news-box-2-title{
        width: 310px;
        height: 85px;
        line-height: 85px;
    }

    .news-box-2-title-bg-1{
        background: url('/static/images/home-news-title-1.png');
    }

    .news-box-2-title-bg-2{
        background: url('/static/images/home-news-title-2.png');
    }

    .news-box-2-title-bg-3{
        background: url('/static/images/home-news-title-3.png');
    }

    .news-box-2-title-bg-4{
        background: url('/static/images/home-news-title-4.png');
    }

    .news-box-2-list{
        height: 408px;
        border: 1px solid #e4e3e3;
        border-top: 0 none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        box-shadow:0px 15px 10px -15px rgba(0,0,0,0.5);
        overflow: hidden;
    }

    .news-box-2-list li{
        height: 47px;
        line-height: 25px;
        padding: 8px 0 12px 0;
        margin: 0 30px;
        font-family: "SimSun";
        font-size: 17px;overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2; 
    }
    .news-box-2-list li a{
    overflow: hidden;
text-overflow: ellipsis;
display:-webkit-box;
-webkit-box-orient:vertical; 
-webkit-line-clamp:2; 
}
    .ban_box{
        width: 1270px;
        height: 115px;
        margin: 13px auto 18px auto;
        overflow: hidden;
    }

    .ban_box li{
        float: left;
    }

    .news-title-icon{
        width: 100%;
        height: 30px;
        line-height: 38px;
        font-size: 28px;
        font-weight: 400;
        color: #004199;
    }

    .news-title-icon img{
        margin-right: 3px;
        width: 37px;
        height: 32px;
    }

    .news-box-list-sp, .news-box-list-home{
        margin-top: 15px;
        overflow: hidden;
    }

    .news-box-list-sp li{
        float: left;
        width: 388px;
        height: 290px;
        position: relative;
        overflow: hidden;
    }

    .news-box-list-sp li img, .news-box-list-sp li .img-hover, .news-box-list-sp li .img-hover img, .news-box-list-sp li .thumb-box{
        width: 388px;
        height: 253px;
        border-radius: 20px;
        overflow: hidden;
    }


    .news-box-list-sp li img.img-scale{
        transform:scale(1.2);
        -webkit-transform:scale(1.2);
        -moz-transform:scale(1.2);
        -ms-transform:scale(1.2);
        -o-transform:scale(1.2);
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .news-box-list-sp li .title{
        width: 333px;
        height: 45px;
        line-height: 45px;
 /*       border: 1px solid #e4e3e3;
        border-bottom: 2px solid #0c59db;*/
        border-radius: 15px;
        text-align: center;
        font-size: 16px;
        font-weight: normal;
        background: #FFF;
        position: absolute;
        bottom: 15px;
        left: 27px;
        z-index: 2;
        box-shadow:0px 5px 8px 2px rgba(0,0,0,0.1);
    }

    .news-box-list-sp li:nth-child(2) .title{
        left: 53px;
    }

    .news-box-list-sp li .img-hover{
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.9;
        z-index: 1;
        display: none;
    }

    .news-box-list-sp li .img-hover-play{
        width: 88px;
        height: 83px;
        position: absolute;
        top:43%; 
        left:50%;
        transform: translate(-43%,-50%);
        z-index: 2;
        display: none;
    }

    .news-box-list-sp li .img-hover-play img{
        width: 88px;
        height: 83px;
    }

    .news-box-list-sp li:nth-child(2) .img-hover{
        left: 26px;
    }

/*    .news-box-list-sp li .title.title-hover{
        background-image: linear-gradient(#6cb1ef, #0c59db);
    }*/

    .news-box-list-sp li a:hover, .news-box-list-pphd li a:hover{
        color: #0356a8;
    }

    .news-box-list-sp li a:hover{
        font-weight: 600;
    }

    .news-box-list-pphd{
        margin-top: 15px;
        height: 232px;
    }

    .news-box-list-pphd li{
        float: left;
        width: 238px;
        height: 209px;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
        margin-right: 20px;
    }

    .news-box-list-pphd li .image, .news-box-list-pphd li img{
        width: 238px;
        height: 161px;
    }

    .news-box-list-pphd li .title{
        width: 238px;
        height: 48px;
        line-height: 48px;
        background-color: #FFF;
        text-align: center;
        font-size: 16px;
        font-weight: normal;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    }

    .news-box-list-pphd li.li-hover{
        /*height: 229px;
        margin-top: -10px;*/
        box-shadow: 5px 5px 10px rgba(0,0,0,0.3);
    }

    .news-box-list-pphd li.li-hover .title {
  /*      height: 72px;
        line-height: 72px;*/
        /*background-image: linear-gradient(#1e72b8, #69afef);*/
        background: url('/static/images/pphd_title_bg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        color: #FFF;
    }

    .news-box-list-pphd li .image{
        overflow: hidden;
    }

    .news-box-list-pphd li img:hover{
        transform:scale(1.2);
        -webkit-transform:scale(1.2);
        -moz-transform:scale(1.2);
        -ms-transform:scale(1.2);
        -o-transform:scale(1.2);
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .tong-line{
        width: 100%;
        border-bottom: 1px solid #d0d0d0;
        margin: 15px auto 10px auto;
    }

    .news-box-list-home{
        margin-top: 10px;
    }

    .news-box-list-home li{
        float: left;
        width: 386px;
        height: 556px;
        /*overflow: hidden;*/
    }

    .news-box-list-home .position_content{
        width: 386px;
        height: 218px;
        margin-top: 13px;
        position: relative;
    }

    .news-box-list-home .position_content img, .news-box-list-home .position_content .img-hover, .news-box-list-home .position_content .img-hover img{
        width: 386px;
        height: 218px;
    }

    .news-box-list-home .position_content .img-hover{
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.8;
        display: none;
    }

    .position_content_title{
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        color: #FFF;
        position: absolute;
        bottom: 5px;
        left: 10px;
    }

    .position_content-hover .position_content_title{
        left: 0;
        bottom: 0;
        top: 0;
        right: 0;
        height: 216px;
        line-height: 216px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
    }

    .news-list-box{
        height: 246px;
        background: #FFF;
        background: #FFF url('/static/images/news_box_bottom_line.png');
        background-repeat: no-repeat;
        background-position: bottom center;
  /*      border-bottom: 3px solid #3063ca;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;*/
    }

    .news-lists{
        height: 174px;
        padding: 20px 0;
    }

    .news-lists li{
        height: 43px;
        line-height: 43px;
        margin: 0 2%;
        font-size: 16px;
        font-weight: 300;
        font-family: "SimSun";
        color: #212121;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;    width: 96%;
    display: block;
    }

    .news-lists li a:hover {
        color: #044bac;
        text-decoration:underline;
    }

    .news-list-btn{
        width: 90%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        margin: 0 auto;
        color: #004199;
        border-top: 1px solid #e8e8e8;
        font-size: 15px;
    }

    .news-list-btn a{
        color: #2b5995;
    }

    .news-list-btn a:hover{
        color: #face15;
    }

    .image-box{
        width: 1270px;
        /*padding: 5px 0.4px 0.4px 5px;*/
        margin: 11px auto 21px auto;
        background-color: #FFF;
        overflow: hidden;
    }

    .image-news-lists{
        width: 1270px;
        margin: 0 auto;
        overflow: hidden;
    }

    .image-news-lists li{
        float: left;
        width: 315px;
        height: 217px;
        margin-right: 3px;
        margin-bottom: 3px;
        position: relative;
    }

    .image-news-lists li:last-child{
        margin-right: 0;
    }

    .image-news-lists li img{
        width: 315px;
        height: 217px;
    }

    .image-news-lists li .title{
        width: 100%;
        height: 160px;
        /*line-height: 290px;*/
        position: absolute;
        bottom: 0;
        left: 0;
        text-align: left;
        font-size: 16px;
        font-weight: bold;
        color: #FFF;
        background:linear-gradient(rgba(15,126,255,0), rgba(15,126,255,0.8));
/*        background: #FFF url('/static/images/image_news_cover.png');
        background-repeat: no-repeat;
        background-position: bottom center;*/
        display: none;
        overflow: hidden;
    }

    .image-news-lists li .title .title_text{
        width: 85%;
        margin: 76px auto 6px auto;word-break:keep-all;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
    }

    .image-news-lists li .title .desc{
        width: 85%;
        margin: 0 auto;
        font-family: "SimSun";
        font-size: 12px;
        font-weight: 300;
    }/* CSS Document */

