body {
    overflow-x: hidden;
	background-color: #fff;
}

.indexvideo {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
    max-height: 100%;
}

.indexvideo video {
    width: 100%;
    max-height: 100%;
}

.indexvideo .skip {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    position: absolute;
    z-index: 999;
    font-weight: bold;
    top: 700px;
    cursor: pointer;
}
.indexvideo .miaoshu {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    z-index: 999;
    font-weight: bold;
    top: 600px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    letter-spacing: 5px;
}
.indexvideo .skip span {
    display: inline-block;
    padding: 5px 20px;
    border: 2px solid #fff;
    border-radius: 30px;
}

.clear {
    clear: both;
}

.adv {
    width: 100%;
    max-height: 850px;
    position: relative;
}

.adv img {
    width: 100%;
    max-height: 850px;
}

.adv .text {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.adv .text .textweizhi {
    width: 1400px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.adv .text .textweizhi .wenzi {
    width: 100%;
    position: absolute;
    left: 0;
    top: 290px;
    text-align: center;
}

.adv .text .textweizhi .wenzi h2 {
    color: #fff;
    font-size: 50px;
    line-height: 50px;
}

.adv .text .textweizhi .wenzi h2 a {
    color: #fff;
    /* font-family: 'STFangsong'; */
    letter-spacing: 10px;
}

.adv .text .textweizhi p {
    display: block;
    color: #fff;
    font-size: 18px;
}

.adv .text .more {
    width: 170px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    background: #005fdf;
    display: block;
    font-size: 16px;
    border-radius: 40px;
}

.mobile {
    display: none;
}

.top {
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    z-index: 99999;
    left: 0;
}

.top .position {
    width: 100%;
    height: 120px;
    padding: 0 100px;

}

.top .position h1 {
    width: 180px;
    height: 120px;
    float: left;
    margin: 0;
}

.top .position h1 img {
    width: 180px;
    height: 120px;
}

.top .position .right {
    float: right;
}

.top .position .right ul {
    float: left;
    margin: 0;
}

.top .position .right ul li {
    float: left;
    padding: 0 40px;
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-top: 35px;
}

.top .position .right ul li:hover {
    /* background: #1162b4; */
}

.top .subbg {
    width: 100%;
    height: 300px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 120px;
    display: none;
}

.top:hover .subbg {}

.top .position .right ul li a {
    color: #fff;
    font-size: 18px;
    display: block;
    width: 100%;
    text-shadow: 0 0 1px #333;
    transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
    position: relative;
}
.top .position .right ul li a:after {
    content: '';
    position: absolute;
    bottom: 0px;
	width:0;
    height: 1px;
    background: #fff;
    left: 10px;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.top .position .right ul li:hover .subweizhi a {
    /* color: #fff; */
    /* width: calc( 100% - 20px ); */
    color:#1162B4;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.top .position .right ul li a:hover:after,.top .position .right ul li a.active:after{
    background: #1162B4;
    width: calc( 100% - 20px );
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.top .position .right ul li .sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    display: none;
    padding-top: 20px;
    /* border-left: 1px solid rgba(255, 255, 255, 0.5); */
}

.top .position .right ul li:hover .sub {
    display: block;
    text-align: center;
    min-height: 300px;

}

.top .position .right ul li:hover .sub {
    /* background: #fff; */
}

.top .position .right ul li .sub .subin {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 40px;
    font-size: 14px;
}

.top .position .right ul li .sub .subin a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    display: block;
    margin: 0 10px;
    width: auto;
}

.top .position .right ul li:hover .sub .subin a {
    color: #fff;
}
.top .position .right ul li .sub .subin a:hover{
    /* border-bottom:2px solid #3270BA; */
}
.top .position .right .lang {
    float: left;
    height: 120px;
    padding-top: 40px;
}


.top .position .right .lang a {
    color: #fff;
}

.top .position .right .lang:hover .en {
    display: block;
}


.top .position .right .sch {
    float: left;
    height: 120px;
    line-height: 120px;
}

.adv .position {
    position: absolute;
    width: 1400px;
    height: 35px;
    left: 50%;
    margin-left: -700px;
    top: 390px;
    text-align: center;
    z-index: 9;
}

.adv .position .box {
    width: 135px;
    height: 135px;
    margin: 0 25px;
    display: inline-block;
}

.adv .position .box .pic {
    width: 100%;
    height: 36px;
    text-align: center;
}

.adv .position .box .co {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
}

.adv .position .box:hover .co {
    color: #00ffea;
}

.adv .position .box .count {
    font-size: 40px;
    height: 40px;
    margin-top: 10px;
    color: #fff;
}

.adv .position .box:hover .count {
    color: #00ffea;
}

.adv .position .box .danwei {
    font-size: 16px;
    margin-top: 15px;
    color: #fff;
}

.adv .position .box:hover .danwei {
    color: #00ffea;
}

.adv .position .box .pic1 {
    background: url(../2.png) no-repeat center;
}

.adv .position .box:hover .pic1 {
    background: url(../6.png) no-repeat center;
}

.adv .position .box .pic2 {
    background: url(../3.png) no-repeat center;
}

.adv .position .box:hover .pic2 {
    background: url(../7.png) no-repeat center;
}

.adv .position .box .pic3 {
    background: url(../4.png) no-repeat center;
}

.adv .position .box:hover .pic3 {
    background: url(../8.png) no-repeat center;
}

.adv .position .box .pic4 {
    background: url(../5.png) no-repeat center;
}

.adv .position .box:hover .pic4 {
    background: url(../9.png) no-repeat center;
}

.adv .xia {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 140px;
    z-index: 9;
}

.content1 {
    width: 100%;
    height: 395px;
    background: #fff;
    position: relative;
    z-index: 2;
}

.content1 .position {
    width: 1400px;
    height: 460px;
    background: #fff;
    position: absolute;
    margin: 0 auto;
    bottom: 0;
    left: 50%;
    margin-left: -700px;
    padding: 60px 40px;
}

.content1 .title_main {
    width: 100%;
    position: relative;
}

.content1 .title_main h2 {
    margin: 0;
    font-weight: normal;
    display: inline-block;
    position: relative;
    z-index: 2;
}

.content1 .title_main h2 a {
    color: #161616;
    font-size: 30px;
    line-height: 30px;
    display: block;
}

.content1 .title_main h2 a span {
    color: #1162b4;
}

.content1 .title_main h3 {
    color: #fafafa;
    font-size: 110px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    left: -45px;
    top: -70px
}

.content1 .position .left {
    width: 750px;
    height: 340px;
    float: left;
}

.content1 .position .left .des {
    width: 100%;
    line-height: 28px;
    font-size: 14px;
    color: #828282;
    margin-top: 30px;
}

.content1 .position .left .box {
    width: 65px;
    height: 65px;
    float: left;
    margin-left: 70px;
    margin-top: 55px;
}

.content1 .position .left .box .img {
    width: 40px;
    height: 40px;
    float: left;
    margin-left: 12.5px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.content1 .position .left .box:hover .img {
    margin-top: -10px;
}

.content1 .position .left .box .img img {
    width: 40px;
    height: 40px;
}

.content1 .position .left .box .title {
    width: 100%;
    height: 25px;
    overflow: hidden;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
}

.content1 .position .left .box .title a {
    color: #6b6b6b;
}

.content1 .position .left .box:hover .title a {
    color: #1062b4;
}

.content1 .position .left .more {
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #d0d0d0;
    line-height: 48px;
    text-indent: 50px;
    background: url(../11.png) no-repeat 40px center;
    display: block;
    border: 1px solid #d0d0d0;
    float: left;
    margin-top: 55px;
}

.content1 .position .right {
    width: 510px;
    height: 340px;
    float: right;
}

.content1 .position .right video {
    width: 510px;
    height: 340px;
}

.content2 {
    width: 100%;
    height: 650px;
    position: relative;
}

.content2 .slideTxtBox {
    width: 100%;
    height: 650px;
    position: relative;
}

.content2 .slideTxtBox .hd {
    width: 1400px;
    position: absolute;
    left: 50%;
    margin-left: -700px;
}

.content2 .slideTxtBox .hd ul {
    width: 100%;
    height: 650px;
    position: relative;
    display: block;
    margin: 0;
}

.content2 .slideTxtBox .hd ul li {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.content2 .slideTxtBox .hd ul li .img {
    width: 90px;
    height: 90px;
    position: absolute;
}

.content2 .slideTxtBox .hd ul li .img1 {
    background: url(../12.png) no-repeat center top;
    z-index: 1;
    left: 0;
    top: 295px;
}

.content2 .slideTxtBox .hd ul li .img2 {
    background: url(../13.png) no-repeat center top;
    z-index: 1;
    left: 190px;
    top: 295px;
}

.content2 .slideTxtBox .hd ul li.on .img1 {
    background: url(../14.png) no-repeat center top;
    z-index: 2;
}

.content2 .slideTxtBox .hd ul li.on .img2 {
    background: url(../15.png) no-repeat center top;
    z-index: 2;
}

.content2 .slideTxtBox .hd ul li .topic {
    display: none;
    font-size: 30px;
    line-height: 30px;
    margin-top: 95px;
    color: #fff;
}

.content2 .slideTxtBox .hd ul li .des {
    display: none;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
}

.content2 .slideTxtBox .hd ul li .more {
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    line-height: 48px;
    text-indent: 50px;
    background: url(../16.png) no-repeat 40px center;
    display: block;
    border: 1px solid #fff;
    margin-top: 295px;
    display: none;
}

.content2 .slideTxtBox .hd ul li .name {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-top: 70px;
}

.content2 .slideTxtBox .hd ul li .name a {
    color: #fff;
}

.content2 .slideTxtBox .hd ul li.on .name {
    color: #00ffea;
}

.content2 .slideTxtBox .hd ul li.on .name a {
    color: #00ffea;
}

.content2 .slideTxtBox .hd ul li.on .more {
    display: block;
}

.content2 .slideTxtBox .hd ul li.on .topic {
    display: block;
}

.content2 .slideTxtBox .hd ul li.on .des {
    display: block;
    width: 475px;
}

.content2 .slideTxtBox .bd .main {
    width: 100%;
    height: 650px;
}

.content2 .slideTxtBox .bd .main img {
    width: 100%;
    height: 650px;
}

.content3 {
    width: 100%;
    height: 855px;
}
.content3 .title_main .position{
    width: 1400px;
    height: 190px;
    margin: 0 auto;
}
.content3 .title_main {
    width: 100%;
    height: 190px;
    line-height: 30px;
    text-align: left;
    font-size: 30px;
    padding-top: 60px;
    background: url(../45.jpg) no-repeat center;
}

.content3 .title_main a {
    color: #292929;
    display: block;
}

.content3 .title_main a span {
    color: #1162b4;
}


.content3 .title_main .more {
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #d0d0d0;
    line-height: 48px;
    text-indent: 50px;
    background: url(../11.png) no-repeat 40px center;
    display: block;
    border: 1px solid #d0d0d0;
    float: left;
    margin-top: -20px;
    float: right;
    font-size: 14px;
}
.content3 .title_main .more:hover{
    background: url(../46.png) no-repeat 40px center;
    color: #1162B4;
    border: 1px solid #1162B4;
}
.content3 .title_main h3 {
    color: #cdcdcd;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.content3 .main {
    width: 100%;
    height: 680px;
}

.content3 .main .box {
    width: 25%;
    height: 680px;
    float: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.content3 .main .box:hover .up {
    padding: 385px 40px 40px 40px;
    background: url(../41.png) no-repeat bottom;
}

.content3 .main .box .up {
    width: 100%;
    height: 680px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 530px 40px 40px 40px;
    overflow: hidden;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    z-index: 99;
    background: url(../44.png) no-repeat bottom;
}

.content3 .main .box img {
    width: 100%;
    height: 680px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.content3 .main .box:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.content3 .main .box .up .topic {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #b5bbbd;
}

.content3 .main .box .up .topic a {
    display: block;
    float: left;
    font-size: 20px;
    line-height: 48px;
    border-bottom: 2px solid #1062b4;
    color: #fff;
    font-weight: bold;
}

.content3 .main .box .up .des {
    line-height: 24px;
    color: #fff;
    padding-top: 15px;
    width: 100%;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    min-height: 60px;
}

.content3 .main .box:hover .up .des {
    -webkit-line-clamp: 4;
}

.content3 .main .box .up .more {
    width: 100%;
    height: 16px;
    background: url(../17.png) no-repeat left;
    display: block;
    margin-top: 40px;
}

.content4 {
    width: 100%;
    height: 795px;
    background: #f9f9f9;
}

.content4 .title_main1 {
    width: 100%;
    height: 180px;
}

.content4 .title_main1 h2 {
    line-height: 180px;
    font-size: 30px;
    height: 180px;
    display: inline-block;
    /* float: left; */
    margin: 0;
    font-weight: normal;
}

.content4 .title_main1 h2 a {
    color: #161616;
}

.content4 .title_main1 h2 a span {
    color: #1162b4;
}

.content4 .title_main1 h3 {
    color: #cdcdcd;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
}

.content4 .position {
    width: 1400px;
    height: 795px;
    margin: 0 auto;
    position: relative;
}

.content4 .slideTxtBox1 {
    width: 100%;
    height: 570px;
    float: left;
}

.content4 .slideTxtBox1 .hd1 {
    position: absolute;
    right: -28px;
    top: 85px;
}

.content4 .slideTxtBox1 .hd1 ul {
    display: block;
}

.content4 .slideTxtBox1 .hd1 ul li {
    float: left;
    cursor: pointer;
    padding: 0 28px;
    color: #686868;
    background: url(../18.png) no-repeat left;
    font-size: 16px;
}

.content4 .slideTxtBox1 .hd1 ul li a {
    color: #686868;
}

.content4 .slideTxtBox1 .hd1 ul li.on {
    color: #1062b4;
    text-decoration: underline;
}

.content4 .slideTxtBox1 .hd1 ul li.on a {
    color: #1062b4;
}

.content4 .slideTxtBox1 .bd1 {
    width: 1400px;
    height: 570px;
}

.content4 .picScroll-leftty {
    width: 1400px;
    height: 570px;
    overflow: hidden;
    position: relative;
}

.content4 .picScroll-leftty .hdty {
    width: 100%;
    height: 15px;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.content4 .picScroll-leftty .hdty ul {
    width: 100%;
    height: 15px;
    text-align: center;
}

.content4 .picScroll-leftty .hdty ul li {
    width: 15px;
    height: 15px;
    display: inline-block;
    border: 1px solid #1062b4;
    overflow: hidden;
    line-height: 50px;
    border-radius: 15px;
    margin: 0 7.5px;
}

.content4 .picScroll-leftty .hdty ul li.on {
    background: #1062b4;
}


.content4 .picScroll-leftty .bdty ul {
    overflow: hidden;
    zoom: 1;
}

.content4 .picScroll-leftty .bdty ul li {
    width: 440px;
    height: 500px;
    float: left;
    margin-right: 40px;
}

.content4 .picScroll-leftty .bdty ul li .pic {
    width: 440px;
    height: 330px;
}

.content4 .picScroll-leftty .bdty ul li .pic img {
    width: 440px;
    height: 330px;
    display: block;
}

.content4 .picScroll-leftty .bdty ul li .title {
    width: 440px;
    height: 170px;
    background: #fff;
    padding: 35px 30px;
}

.content4 .picScroll-leftty .bdty ul li .title .name {
    height: 75px;
    width: 100%;
    color: #292929;
    font-size: 16px;
    display: block;
}

.content4 .picScroll-leftty .bdty ul li:hover .title .name {
    color: #4280c2;
}

.content4 .picScroll-leftty .bdty ul li .title .date {
    width: 100%;
}

.content4 .picScroll-leftty .bdty ul li .title .date .shijian {
    float: left;
    padding-left: 30px;
    background: url(../19.png) no-repeat left;
    color: #a8a8a8;
}

.content4 .picScroll-leftty .bdty ul li .title .date .more {
    width: 18px;
    height: 12px;
    float: right;
    background: url(../20.png) no-repeat center;
}

.content4 .picScroll-leftty .bdty ul li:hover .title .date .more {
    width: 18px;
    height: 12px;
    float: right;
    background: url(../20.png) no-repeat center;
}

.foot {
    width: 100%;
    height: 565px;
    background: url(../37.jpg) no-repeat center;
}

.foot .position {
    width: 1400px;
    height: 565px;
    margin: 0 auto;
}

.foot .position .b_logo {
    width: 235px;
    height: 130px;
    margin: 0 auto;
    padding-top: 30px;
}

.foot .position .b_logo img {
    width: 235px;
    height: 100px;
}

.foot .position .b_logo_down {
    width: 1180px;
    height: 150px;
    margin: 0 auto;
    padding-top: 60px;
}

.foot .position .b_logo_down img {
    width: 1180px;
    height: 90px;
}

.foot .position .left {
    width: 585px;
    float: left;
    margin-top: 45px;
}

.foot .position .right {
    width: 585px;
    float: right;
    margin-top: 75px;
    position: relative;
}

.foot .position .tel {
    width: 100%;
    margin-top: 25px;
}

.foot .position .tel div {
    width: 100%;
    height: 23px;
    color: #fff;
    text-indent: 30px;
    line-height: 23px;
    margin-bottom: 10px;
    font-size: 16px;

}

.foot .position .tel .box1 {
    background: url(../22.png) no-repeat left;
}

.foot .position .tel .box2 {
    background: url(../31.png) no-repeat left;
}

.foot .position .message {
    width: 155px;
    height: 45px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    line-height: 43px;
    text-indent: 60px;
    background: url(../23.png) no-repeat 25px center;
    font-size: 16px;
    position: relative;
}

.foot .position .message a {
    color: #fff;
}

.foot .position .quickmark {
    width: 290px;
    height: 30px;
    margin-left: 10px;
    margin-top: 25px;
    position: relative;
    right: 0;
    float: right;
}

.foot .position .quickmark .box {
    width: 30px;
    height: 30px;
    float: left;
    margin-left: 18px;

}

.foot .position .quickmark .box img {
    display: block;
    position: absolute;
    width: 120px;
    height: 120px;
    left: -140px;
    top: -50px;
    display: none;
}

.foot .position .quickmark .box:hover img {
    display: block;
}

.foot .position .quickmark .erweima {
    width: 125px;
    height: 150px;
    float: left;
    margin-left: 20px;
}

.foot .position .quickmark .erweima img {
    width: 125px;
    height: 125px;
}

.foot .position .quickmark .erweima .topic {
    width: 100%;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background: #1162b4;
    font-size: 14px;
    height: 25px;
    overflow: hidden;
}

/* .foot .position .quickmark .box1 {
    background: url(../28.png) no-repeat center;
}

.foot .position .quickmark .box2 {
    background: url(../29.png) no-repeat center;
}

.foot .position .quickmark .box3 {
    background: url(../30.png) no-repeat center;
}

.foot .position .quickmark .box1:hover {
    background: url(../25.png) no-repeat center;
}

.foot .position .quickmark .box2:hover {
    background: url(../26.png) no-repeat center;
}

.foot .position .quickmark .box3:hover {
    background: url(../27.png) no-repeat center;
} */

.foot .position .copy {
    display: block;
    float: left;
    width: 100%;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}

.foot .position .copy a {
    color: #fff;
}

.foot .position .b_guide {
    float: right;
}

.ul_b {
    width: 100%;
    display: block;
    margin: 0;
    margin-top: 65px;

}

.ul_b .li_b {
    float: left;
}

.ul_b .li_b .a_b {
    display: block;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-left: 45px;
    background: url(../24.png) no-repeat 35px center;
    font-size: 16px;
    line-height: 40px;
    height: 41px;
}

.ul_b .li_b ul {
    padding-left: 45px;
    margin-top: 5px;
}

.ul_b .li_b ul li {
    color: #fff;
}

.ul_b .li_b ul li a {
    color: #fff;
    line-height: 30px;
}

.n_adv {
    width: 100%;
    height: 720px;
    position: absolute;
    left: 0;
    top: 0;
}

.n_adv .position {
    width: 1400px;
    height: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.n_adv img {
    width: 100%;
    height: 720px;
    position: absolute;
    left: 0;
    top: 0;
}

.n_adv .titleadv {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    font-size: 50px;
    font-weight: bold;
    color: #fff;
}

.n_adv .titleadv .line {
    width: 50px;
    height: 2px;
    background: #fff;
}

.weizhixiufu {
    width: 100%;
    height: 720px;
}

.n_guide {
    width: 100%;
    height: 85px;
    background: #fff;
}

.n_guide .position {
    width: 1400px;
    height: 85px;
    /* margin: 0 auto; */
    position: relative;
    border-bottom: 1px solid RGB(239, 239, 239);
}

.n_guide ul {
    margin: 0;
    padding: 0;
    float: left;
}

.n_guide li {
    float: left;
    line-height: 85px;
    color: RGB(59, 59, 59);
    margin-right: 75px;
    height: 85px;
}

.n_guide li a {
    color: RGB(59, 59, 59);
    display: block;
    height: 85px;
    font-size: 16px;
}

.n_guide li:hover a {
    color: RGB(17, 98, 180);
    border-bottom: 1px solid RGB(17, 98, 180);
}

.n_guide li.layui-this a {
    color: RGB(17, 98, 180);
    border-bottom: 1px solid RGB(17, 98, 180);
}

.n_guide .dqwz {
    float: right;
    line-height: 80px;
    color: RGB(197, 197, 197);
}

.n_guide .dqwz a {
    color: RGB(197, 197, 197);
}

.n_guide .cpadv {
    float: left;
    margin-top: 35px;
}

.n_guide .cpadv .box {
    float: left;
    width: 220px;
    height: 80px;
    margin-right: 30px;
}

.n_guide .cpadv .box img {
    /* width: 220px;
    height: 80px; */
    border: 1px solid #f2f2f2;
}

.n_guide .cpadv .box:hover img {
    border: 1px solid #1d6ab7;
}

.n_guide .cpadv .box.layui-this img {
    border: 1px solid #1d6ab7;
}

.jjtext {
    width: 100%;
    height: 130px;
    border: 1px solid #f0f0f0;
    border-left: none;
    border-right: none;
    margin-top: 30px;
}

.jjtext .up {
    font-size: 20px;
    color: #323232;
    line-height: 45px;
    margin-top: 10px;
    font-weight: bold;
}

.jjtext .down {
    font-size: 14px;
    color: #8b8b8b;
    line-height: 33px;
}

.d_page {
    width: 100%;
    /* padding-right: 115px; */
    padding: 0 60px;
}

.d_page .up {
    width: 100%;
    height: 95px;
}

.d_page .up h2 {
    display: block;
    width: 100%;
    font-size: 24px;
    color: RGB(41, 41, 41);
    margin-top: 20px;
    line-height: 1.75em;
    margin-bottom: 0;
}

.d_page .up p {
    display: block;
    width: 100%;
    color: RGB(192, 192, 192);
    margin: 0;
    line-height: 2.75em;
    font-size: 16px;
}

.d_page .up p img {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-top: -3px;
    margin-right: 10px;
}

.d_page .up p a {
    color: RGB(192, 192, 192);
}

.d_page .down {
    width: 100%;
    color: RGB(72, 72, 72);
    line-height: 2.75em;
    padding-top: 50px;
    font-size: 16px;
}

.d_list {
    float: right;
    width: 100%;
    background: RGB(240, 240, 240);
    max-height: 800px;
    overflow-y: auto;
    margin: 0;
}

‌.d_list::-webkit-scrollbar {
    width: 10px;
    height: 1px;

}

.d_list::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #535353;
}

.d_list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.d_list li {
    padding: 35px 70px 0 70px;
}

.d_list li .date {
    width: 100%;
    color: RGB(17, 98, 180);
    font-size: 14px;
}

.d_list li .name {
    color: RGB(85, 85, 85);
    font-size: 16px;
    line-height: 33px;
    display: block;
    margin-top: 13px;
    border-bottom: 1px solid RGB(225, 225, 225);
    padding-bottom: 35px;
}

.d_list li.on {
    background: #f8fbfe;
}

.d_list li.on .name {
    color: RGB(17, 98, 180);

}

.d_list li:hover {
    background: #f8fbfe;
}

.d_list li:hover .name {
    color: RGB(17, 98, 180);

}

.list_n {
    width: 1325px;
    margin: 0 auto;
}

.list_n .box {
    width: 1325px;
    height: 475px;
    position: relative;
    margin-top: 60px;
    float: left;
    margin-left: 150px;
}

.list_n .box .img {
    width: 630px;
    height: 475px;
    position: absolute;
    left: 0;
}

.list_n .box .img img {
    width: 630px;
    height: 475px;
}

.list_n .box .text {
    position: absolute;
    width: 770px;
    height: 380px;
    right: 0;
    top: 50px;
    background: RGB(248, 248, 248);
}

.list_n .text {
    padding: 70px;
}

.list_n .text .topic {
    width: 100%;
    color: RGB(50, 50, 50);
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
}

.list_n .text .des {
    line-height: 34px;
    margin-top: 30px;
    display: block;
    height: 130px;
}

.list_n .text .more {
    width: 180px;
    height: 60px;
    border: 1px solid RGB(222, 222, 222);
    color: RGB(222, 222, 222);
    display: block;
    line-height: 58px;
    text-align: center;
}

.list_n .box:hover .text {
    background: RGB(17, 98, 180);
}

.list_n .box:hover .text .topic {
    color: #fff;
}

.list_n .box:hover .text .des {
    color: #fff;
}

.list_n .box:hover .text .more {

    border: 1px solid RGB(17, 98, 180);
    background: #fff;
    color: RGB(222, 222, 222);
    display: block;
    line-height: 58px;
    text-align: center;
    color: RGB(17, 98, 180);
}


.list_n .box1 {
    width: 100%;
    height: 475px;
    position: relative;
    margin-top: 60px;
    margin-left: 150px;
}

.list_n .box1 .img {
    width: 630px;
    height: 475px;
    position: absolute;
    right: 0;
}

.list_n .box1 .img img {
    width: 630px;
    height: 475px;
}

.list_n .box1 .text {
    position: absolute;
    width: 770px;
    height: 380px;
    left: 0;
    top: 50px;
    background: RGB(248, 248, 248);
}

.list_n .box1:hover .text {
    background: RGB(17, 98, 180);
}

.list_n .box1:hover .text .topic {
    color: #fff;
}

.list_n .box1:hover .text .des {
    color: #fff;
}

.list_n .box1:hover .text .more {

    border: 1px solid RGB(17, 98, 180);
    background: #fff;
    color: RGB(222, 222, 222);
    display: block;
    line-height: 58px;
    text-align: center;
    color: RGB(17, 98, 180);
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    width: 35px;
    height: 35px;
    line-height: 24px;
}

.dtl_detail {
    /* margin-left: 75px; */
    margin-bottom: 120px;
}

.dtl_detail p {
    line-height: 2em;
    margin-bottom: 5px !important;
}

.contentup1 {
    width: 100%;
    height: 1030px;
    margin: 0 auto;
    position: relative;
}

.contentup1 video {
    width: 100%;
    height: 500px;
}

.contentup1 .intro {
    width: 1170px;
    height: 550px;
    background: #fff;
    margin: 0 auto;
	background: url(../../bas/bg.png);
	position: relative;
	z-index: 9;
	top: -150px;
}

.title_nei {
    width: 100%;
    line-height: 30px;
    text-align: center;
    padding-top: 80px;
}

.title_nei h2 {
    display: block;
    text-align: center;
    line-height: 30px;
    background: url(../32.png) no-repeat center;
    margin: 0;
    font-size: 30px;
    font-weight: bold;
}

.title_nei h2 a {
    color: RGB(23, 23, 23);
}

.contentup1 .intro .des {
    padding: 0 90px;
    line-height: 40px;
    color: RGB(113, 113, 113);
    font-size: 14px;
    margin-top: 35px;
}

.contentup1 .intro .more {
    width: 190px;
    height: 60px;
    text-align: center;
    line-height: 58px;
    border: 1px solid RGB(17, 98, 180);
    color: RGB(17, 98, 180);
    display: block;
    margin: 60px auto 0 auto;
}

.contentup2 {
    width: 1400px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-top: 125px;
}

.c2bg {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    top: 0;
}

.contentup2 .title_nei1 {
    width: 100%;
}

.contentup2 .title_nei1 h2 {
    line-height: 30px;
    height: 30px;
}

.contentup2 .title_nei1 h2 a {
    color: #fff;
    font-weight: normal;
}

.contentup2 .des {
    width: 1160px;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    margin-top: 33px;
}

.contentup2 .more {
    margin-top: 30px;
    display: block;
}

.contentup3 {
    width: 1400px;
    height: 380px;
    margin: 0 auto;
}

.contentup3 .box {
    width: 465px;
    height: 380px;
    float: left;
    position: relative;
}

.contentup3 .box img {
    width: 465px;
    height: 380px;
}

.contentup3 .box .up {
    position: absolute;
    left: 0;
    top: 0;
}

.contentup3 .box:hover .up {
    opacity: 0;
}

.contentup4 {
    width: 1400px;
    height: 1120px;
    margin: 0 auto;
    display: block;
}

.contentup4 .slideBox {
    width: 1400px;
    height: 850px;
    overflow: hidden;
    position: relative;
    margin-top: 60px;
}

.contentup4 .slideBox .hd {
    height: 17px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
}

.contentup4 .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 100%;
    text-align: center;
    height: 17px;
}

.contentup4 .slideBox .hd ul li {
    width: 15px;
    height: 15px;
    text-align: center;
    display: inline-block;
    border-radius: 15px;
    border: 1px solid RGB(17, 98, 180);
    margin: 0 7.5px;
}

.contentup4 .slideBox .hd ul li.on {
    background: RGB(17, 98, 180);
    color: #fff;
}

.contentup4 .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 1440px;
}

.contentup4 .slideBox .bd .img {
    width: 420px;
    height: 350px;
    background: url(../33.png) no-repeat bottom;
    float: left;
    margin-right: 60px;
    margin-bottom: 60px;
}

.contentup4 .slideBox .bd img {
    width: 415px;
    height: 300px;
    display: block;
    margin: 0 auto;
}

.contentup5 {
    display: none;
}

.lxlogo {
    width: 100%;
    height: 165px;
    margin-top: -55px;
}

.lxlogo img {
    width: 100%;
    height: 165px;
}

.ditu {
    width: 100%;
    height: 410px;
    position: relative;
}

.ditu .dituadv {
    width: 30%;
    height: 410px;
    float: left;
}

.ditu .map {
    width: 70%;
    height: 410px;
    float: right;
}

.map {
    width: 100%;
    height: 410px;
}

.map img {
    width: 100%;
    height: 410px;
}

.lxinfo {
    position: absolute;
    left: 5%;
    bottom: -105px;
    background: #fff;
    text-align: center;
    width: 90%;
    z-index: 999;
    height: 210px;
}

.lxinfo .box {
    display: inline-block;
    padding: 0 10px;
}

.lxinfo .box .img {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 55px;
}

.lxinfo .box .img img {
    width: 50px;
    height: 50px;
}

.lxinfo .box .topic1 {
    width: 100%;
    line-height: 14px;
    color: #101010;
    font-size: 14px;
}

.lxinfo .box .topic2 {
    width: 100%;
    line-height: 16px;
    color: #101010;
    font-size: 16px;
    margin-top: 25px;
}

.main_lx {
    margin-top: 135px;
}

.main_lx .left {
    width: 1305px;
    height: 345px;
    float: none;
    margin: 0 auto;
}

.main_lx .left .form {
    margin: 0;
}

.main_lx .left .boxx{
    float: left;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #E3E3E3;
    color: #000000;
    margin-top: 40px;
}
.main_lx .left .boxx input{
    border: 0;
    height: 29px;
    line-height: 29px;
}
.main_lx .left .boxx textarea{
    border: 0;
    height: 29px;
    line-height: 29px;
    width: 1235px;
    float: right;
}
.main_lx .left .yanzhengma{
    float: left;
}
.main_lx .left .yanzhengma img{
    width: 50px;
    height: auto;
    margin-top: 45px;
}
.main_lx .left .boxx1{
    margin-right: 30px;
}
.main_lx .left .boxx2{
    margin-right: 30px;
}
.main_lx .left .boxx4{
    margin-right: 30px;
}
.main_lx .left .boxx1 input{
    width: 345px;
}
.main_lx .left .boxx2 input{
    width: 345px;
}
.main_lx .left .boxx3 input{
    width: 345px;
}
.main_lx .left .boxx4 input{
    width: 790px;
}
.main_lx .left .boxx5 input{
    width: 345px;
}
.main_lx .box5 {
    border: none;
    width: 1020px;
    height: 45px;
    color: #fff;
    background: RGB(17, 98, 180);
    height: 45px;
    float: left;
    border: 1px solid RGB(232, 232, 232);
    margin: 25px 0px 0px 10px;
}
/* .main_lx .box {
    height: 45px;
    float: left;
    border: 1px solid RGB(232, 232, 232);
    margin: 0 0px 20px 0;
}

.main_lx .box1 {
    width: 49%;
    text-indent: 20px;
}

.main_lx .box2 {
    width: 49%;
    text-indent: 20px;
    float: right;
}

.main_lx .box3 {
    width: 100%;
    height: 350px;
    text-indent: 20px;
    line-height: 45px;
}

.main_lx .box4 {
    width: 180px;
    height: 45px;
    text-indent: 20px;
}

.main_lx .box5 {
    border: none;
    width: 100%;
    height: 45px;
    color: #fff;
    background: RGB(17, 98, 180);
} */

.main_lx .right {
    width: 580px;
    height: 545px;
    float: right;
    background: RGB(248, 248, 248);
    padding: 55px 50px
}

.main_lx .right .box {
    width: 480px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    color: RGB(17, 98, 180);
    font-size: 16px;
    margin-bottom: 50px;
}

.main_lx .right .box1 {
    background: url(../34.png) no-repeat center #fff;
}

.main_lx .right .box2 {
    background: url(../35.png) no-repeat center #fff;
}

.main_lx .right .box3 {
    background: url(../36.png) no-repeat center #fff;
}

.main_lx .right .box1:hover {
    background: url(../34.png) no-repeat center RGB(17, 98, 180);
    color: #fff;
}

.main_lx .right .box2:hover {
    background: url(../35.png) no-repeat center RGB(17, 98, 180);
    color: #fff;
}

.main_lx .right .box3:hover {
    background: url(../36.png) no-repeat center RGB(17, 98, 180);
    color: #fff;
}

.sch-form {
    text-align: center;
}

.sch-form .sch-input {
    width: 1300px;
    height: 45px;
    text-indent: 15px;
}

.sch-form .sch-btn {
    width: 45px;
    height: 45px;
    background: #0663b0;
    color: #fff;
}

.search_list {
    width: 100%;
    float: left;
}

.search_list .title {
    width: 100%;
    color: #161616;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.search_list .shijian {
    color: #161616;
    margin-bottom: 10px;
    width: 100%;
    display: block;
}

.search_list .desc {
    color: #161616;
}

.piclist {
    text-align: center;
}

.piclist .pic {
    text-align: center;
}

.piclist .title {
    text-align: center;
    font-size: 16px;
    font-weight: normal;
}

.mbi_guide {
    display: none;
}

.contentup6 {
    width: 100%;
    height: 1390px;
    background: #fff;

}

.contentup6 .position {
    width: 1400px;
    height: 1390px;
    margin: 0 auto;
}

.contentup6 .position .box1 {
    font-size: 40px;
    line-height: 80px;
    text-align: center;
    color: #1162b4;
}

.contentup6 .position .box2 {
    width: 100%;
    padding: 0 185px;
    text-align: center;
    color: #4f4f4f;
    line-height: 40px;
    margin-top: 45px;
}

.contentup6 .position .box3 {
    width: 100%;
    text-align: center;
    height: 545px;
    margin-top: 50px;
}

.contentup6 .position .box3 .left {
    width: 665px;
    height: 545px;
    float: left;
}

.contentup6 .position .box3 .right {
    width: 665px;
    height: 545px;
    float: right;
}

.contentup6 .position .box3 img {
    width: 665px;
    height: 545px;
}

.contentup6 .position .box4 {
    width: 100%;
    height: 225px;
    text-align: center;
    margin-top: 100px;
}

.contentup6 .position .box4 .boxin {
    width: 150px;
    height: 225px;
    display: inline-block;
    margin: 0 70px;
}

.contentup6 .position .box4 .boxin .img {
    width: 150px;
    height: 150px;
    float: left;
    position: relative;
}

.contentup6 .position .box4 .boxin .img img {
    width: 150px;
    height: 150px;
}

.contentup6 .position .box4 .boxin .img .up {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
}

.contentup6 .position .box4 .boxin .img .down {
    opacity: 0;
}

.contentup6 .position .box4 .boxin:hover .img .down {
    opacity: 1;
}

.contentup6 .position .box4 .boxin:hover .img .up {
    opacity: 0;
}

.contentup6 .position .box4 .boxin .text {
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    color: #464646;
    font-size: 20px;
}

.contentup6 .position .box4 .boxin .text a {
    color: #464646;
}

.contentup6 .position .box4 .boxin:hover .text a {
    color: #1162b4;
}

.contentup7 {
    width: 100%;
    height: 700px;
    position: relative;
}

.contentup7 .position {
    width: 1400px;
    height: 300px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    top: 200px;
    z-index: 99;
}

.contentup7 img {
    width: 100%;
    height: 700px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.contentup7 .position .up {
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    margin-top: 55px;
    float: left;
    text-align: center;
}

.contentup7 .position .down {
    width: 100%;
    text-align: center;
    padding: 0 185px;
    color: #fff;
    line-height: 35px;
    float: left;
    margin-top: 25px;
}

.contentup8 {
    width: 100%;
    height: 1030px;
    position: relative;
}

.contentup8 .position {
    width: 1400px;
    height: 1030px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.contentup8 img {
    width: 100%;
    height: 1030px;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.contentup8 .up {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #3b3b3b;
    font-size: 40px;
    text-align: center;
    float: left;
    margin-top: 100px;
}

.contentup8 .down {
    width: 1400px;
    height: 725px;
    float: left;
    position: relative;
}

.contentup8 .down .box {
    position: absolute;
    width: 235px;
    height: 75px;
}

.contentup8 .down .box img {
    width: 235px;
    height: 75px;
}

.contentup8 .down .box1 {
    left: 320px;
    top: 175px;
}

.contentup8 .down .box2 {
    left: 165px;
    top: 280px;
}

.contentup8 .down .box3 {
    left: 320px;
    top: 445px;
}

.contentup8 .down .box4 {
    left: 365px;
    top: 585px;
}

.contentup8 .down .box5 {
    left: 830px;
    top: 135px;
}

.contentup8 .down .box6 {
    left: 900px;
    top: 235px;
}

.contentup8 .down .box7 {
    left: 980px;
    top: 345px;
}

.contentup8 .down .box8 {
    left: 795px;
    top: 570px;
}

.contentup8 .down .box9 {
    left: 830px;
    top: 450px;
}

.swiper-container .swiper-button-prev {
    background: url(../39.png) no-repeat center;
    width: 50px;

}

.swiper-container .swiper-button-next {
    background: url(../40.png) no-repeat center;
    width: 50px;

}

.swiper-button-next:after {
    background: url(../40.png) no-repeat center;
    content: '1' !important;
    width: 50px;

}

.swiper-button-prev:after {
    background: url(../39.png) no-repeat center;
    content: '2' !important;
    width: 50px;

}

.layui-icon {
    font-size: 12px;
}

.content5 {
    display: none;
}

.swiper-containerld {
    display: none;
}

.game163 {
    position: relative;
    /* overflow: hidden; */
    width: 900px;
    height: 885px;
}

.game163 .bigImg {
    width: 900px;
    height: 680px;
    position: relative;
}

.game163 .bigImg li img {
    vertical-align: middle;
    width: 900px;
    height: 680px;
}

.game163 .bigImg h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 60px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    left: 0;
    bottom: 0;
    margin: 0;
    font-weight: normal;
}

.game163 .bigImg h4 a {
    color: #fff;
}

.game163 .smallScroll {
    height: 160px;
    width: 100%;
}

.game163 .Prev,
.game163 .Next {
    width: 60px;
    height: 75px;
    text-align: center;
    line-height: 75px;
    background: #3270BA;
    color: #fff;
    display: block;
    position: absolute;
    left: -120px;
    top: 320px;
}

.game163 .Next {
    left: auto;
    right: -120px;
}

.game163 .sPrev:hover {
    color: #fff;
}

.game163 .sNext:hover {
    color: #fff;
}

.game163 .smallImg {
    margin: 0;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 0 80px;
    float: left;
}

.game163 .smallImg ul {
    height: 140px;
    width: 9999px;
    overflow: hidden;
}

.game163 .smallImg li {
    display: inline-block;
    cursor: pointer;
    width: 155px;
    height: 140px;
    margin: 0 15px;
    position: relative;
}

.game163 .smallImg li .num {
    width: 146px;
    height: 112.5px;
    position: absolute;
    left: 4.5px;
    bottom: 6px;
    background: rgba(0, 0, 0, 0.2);
}

.game163 .smallImg li .num span {
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: rgba(255, 255, 255, 0.4);
    line-height: 35px;
    border-radius: 35px;
    margin-top: 35px;
}

.game163 .smallImg img {
    border: 1px solid #dcdddd;
    width: 150px;
    height: 115px;
    margin-top: 20px;
}

.game163 .smallImg .on img {
    border-color: #1e50a2;
}

.game163 .smallImg li.on {
    background: url(../43.png) no-repeat top;
}

.game163 .smallImg li.on .num span {
    background: #1162b4;
}

.colsg {
    width: 1330px;
    margin: 0 auto;
}

.colsg .sg1 {
    width: 100%;
    float: left;
    text-align: center;
}

.colsg .sg1 .box1,
.colsg .sg1 .box3 {
    float: left;
    font-size: 36px;
    color: #171717;
    width: 100%;
    line-height: 36px;
}

.colsg .sg1 .box1 span,
.colsg .sg1 .box3 span {
    color: #1162b4;
}

.colsg .sg1 .box2 {
    float: left;
    width: 100%;
    line-height: 35px;
    padding: 0 135px;
    margin-top: 35px;
    color: #171717;
    font-size: 16px;
}

.colsg .sg1 .box3 {
    margin-top: 85px;
}

.colsg .sg2 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.colsg .sg2 .box {
    width: 300px;
    height: 165px;
    display: inline-block;
    margin-left: 39px;
}

.colsg .sg2 .box img {
    width: 300px;
    height: 165px;
}

.colsg .sg3 {
    width: 100%;
    height: 555px;
    text-align: center;
    float: left;
    position: relative;
    margin-bottom: 60px;
}

.colsg .sg3 img {
    width: 100%;
    height: 400px;
    background: #828282;
}

.colsg .sg3 .text {
    width: 1050px;
    height: 305px;
    position: absolute;
    left: 50%;
    margin-left: -525px;
    background: #fff;
    box-shadow: 0 0 10px #e0e0e0;
    bottom: 0;
}

.colsg .sg3 .text .more {
    width: 240px;
    height: 65px;
    background: #3270ba;
    display: block;
    margin: 0 auto;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    line-height: 65px;
    margin-top: 55px;
    font-weight: bold;
}

.colsg .sg3 .text .des {
    line-height: 36px;
    font-size: 16px;
    color: #171717;
    padding: 0 55px;
    margin-top: 30px;
}

.colsg .sg4 {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.colsg .sg4 .box1 {
    float: left;
    font-size: 36px;
    color: #171717;
    width: 100%;
    line-height: 36px;
}

.colsg .sg4 .box1 span {
    color: #1162b4;
}

.colsg .sg4main {
    width: 1400px;
    float: left;
    margin-top: 50px;
}

.colsg .sg4main .box {
    width: 415px;
    height: 100px;
    background: #f8f8f8;
    float: left;
    margin: 0 40px 40px 0;
}

.colsg .sg4main .box img {
    width: 415px;
    height: 100px;
}

.colsg .sg4 .biaoyu {
    width: 570px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    bottom: 30px;

}

.colsg .sg4 .biaoyu .line {
    width: 110px;
    height: 1px;
    background: #171717;
    float: left;
    margin-top: 24px;
}

.colsg .sg4 .biaoyu .wenzi {
    font-size: 30px;
    color: #171717;
    float: right;
}

.colsg .sg4 .bbox {
    width: 640px;
    height: 600px;
    float: left;
    margin-left: 50px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 60px;
}

.colsg .sg4 .bbox .img {
    width: 640px;
    height: 410px;
}

.colsg .sg4 .bbox .img img {
    width: 640px;
    height: 410px;
}

.colsg .sg4 .bbox .text {
    width: 640px;
    height: 190px;
    background: #fff;
}

.colsg .sg4 .bbox .text .topic {
    display: block;
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3270ba;
    color: #fff;
    margin: 0 auto;
    margin-top: -25px;
    border-radius: 10px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.colsg .sg4 .bbox .text .des {
    color: #171717;
    font-size: 16px;
    margin-top: 20px;
    padding: 0 40px;
}

.colsg .sg4 .textbox {
    width: 100%;
    line-height: 90px;
    font-size: 16px;
    color: #171717;
}

.shgy {
    width: 1445px;
    margin: 0 auto;
}

.shgy .box {
    width: 415px;
    height: 400px;
    float: left;
    margin: 0 20px 40px 20px;
    background: #f8f8f8;
}

.shgy .box .img {
    width: 415px;
    height: 310px;
}

.shgy .box .img img {
    width: 415px;
    height: 310px;
    background: #b5bbbd;
}

.shgy .box .text {
    height: 90px;
    width: 415px;
    padding: 15px 20px;
}

.shgy .box:hover .text {
    background: #1162b4;
}

.shgy .box .text .topic {
    width: 100%;
    font-size: 16px;
    line-height: 16px;
}

.shgy .box .text .topic a {
    color: #1d1d1d;
}

.shgy .box:hover .text .topic a {
    color: #fff;
}

.shgy .box .text .date {
    width: 100%;
    height: 25px;
}

.shgy .box .text .date .d {
    width: 90px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: #e3f1ff;
    color: #9c9c9c;
    margin-top: 15px;
    float: left;
}

.shgy .box:hover .text .date .d {
    background: #fff;
    color: #1162b4;
}

.shgy .box .text .date .m {
    float: right;
    color: #a0a0a0;
    font-size: 16px;
    margin-top: 16px;
}

.shgy .box:hover .text .date .m {
    color: #fff;
}

.styj {
    width: 1330px;
    margin: 0 auto;
}

.styj .textbox {
    color: #171717;
    font-size: 36px;
    line-height: 70px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.styj .textbox span {
    color: #1162b4;
}

.styj .bimgbox1 {
    width: 1330px;
    height: 540px;
    margin-top: 60px;
    position: relative;
}

.styj .bimgbox img {
    width: 1330px;
    height: 540px;
}

.styj .bimgbox {
    width: 1330px;
    height: 350px;
    margin-top: 60px;
    position: relative;
}

.styj .bimgbox img {
    width: 1330px;
    height: 350px;
}

.styj .bimgbox .imgtext {
    position: absolute;
    width: 1060px;
    height: 130px;
    background: rgba(0, 0, 0, 0.5);
    left: 50%;
    margin-left: -530px;
    top: 50%;
    margin-top: -65px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 130px;
}

.styj .anniu {
    width: 1400px;
    margin-top: -60px;
    height: 280px;
    z-index: 99999;
    position: relative;
    overflow: hidden;
}

.styj .anniu .box {
    width: 415px;
    height: 120px;
    float: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin: 0 43px 40px 0;
    background: #fff;
}

.styj .anniu .box a {
    width: 255px;
    height: 60px;
    margin: 30px 0 0 80px;
    display: block;
}

.styj .anniu .box img {
    width: 255px;
    height: 60px;
}

.styj .tswenzi {
    width: 100%;
    display: block;
    height: 175px;
    text-align: center;
    font-size: 36px;
    color: #171717;
    line-height: 175px;
}

.shgy1 {
    width: 1320px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 50px;
}
.shgttitle{
    width: 100%;
    text-align: center;
}
.shgttitle h2{
    font-weight: normal;
    font-size: 36px;
}
.shgttitle h3{
    width: 100%;
    line-height: 35px;
    padding: 0 ;
    margin-top: 35px;
    color: #171717;
    font-size: 16px;
    font-weight: normal;
}
.shgy1 .shgy1t {
    width: 100%;
}

.shgy1 .shgy1t h2 {
    font-size: 26px;
    color: #595757;
    margin-top: 30px;
    font-weight: normal;
}
.shgy1 .shgy1t h2 a{
    color: #595757;
}
.shgy1 .shgy1t h3{
    font-size: 14px;
    color: #595757;
    margin-top: 12px;
    line-height: 20px;
    font-weight: normal;
}
.shgy1 .line {
    width: 100%;
    height: 3px;
    background: #1b4b9f;
    margin: 0px auto;
    margin-top: 50px;
}
.shgy1 .imgbox{
    width: 100%;
    height: 215px;
    position: relative;
}
.shgy1 .imgbox .img{
    width: 100%;
    height: 215px;
}
.shgy1 .imgbox .img img{
    width: 100%;
    height: 215px;
}
.shgy1 .imgbox .topic{
    width: 100%;
    height: 215px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    padding: 40px 0;
    background: rgba(17,98,180,0.5);
    display: none;
}
.shgy1 .imgbox .topic a{
    color: #fff;
}
.shgy1 .imgbox:hover .topic{
    display: block;
}

#kfoutbox{
	display: none;
}


