@charset "utf-8";

/* 整体css */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
figure,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #172d60;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	font-family: "Microsoft YaHei","PingFang SC",Arial;
	position: relative;
}

i,
em {
	font-style: normal;
}

ul,
ol {
	list-style-type: none;
}

select,
input,
select {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}

em,
strong,
th,
i {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	font-family: 'Microsoft YaHei', 'Helvetica';
}

q:before,
q:after {
	content: '';
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input,
textarea,
select {
	*font-size: 100%;
}

input,
button,
select,
textarea {
	outline: none;
}

textarea {
	resize: none;
}

img {
	vertical-align: middle;
}

a,
a:focus {
	text-decoration: none;
}



/* 清楚浮动 */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
	height: 0;
	font: 0/0 Tahoma;
	visibility: hidden;
}

.con {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 14px;
	position: relative;
	color: #FFFFFF;
}
.con a:hover {
	text-decoration: none;
	color: #fff;
}
/* 解决抖动 */
*html {
	background: url(about:blank);
	background-attachment: fixed;
}


.kv_banner{
	width: 100%;
    height: 629px;
    background: url('../images/uiz_01.jpg') no-repeat center top;
    display: inline-block;
}

.carousel_box{
	width: 100%;
    height: 425px;
    background: url('../images/uiz_07.png') no-repeat center top;
    margin-bottom: 30px;
    display: none;
}

.wrapper {
    display: flex;
    justify-content: center;
    position: relative;
    height: 426px;
    width: 1250px;
    overflow: hidden;
    margin: 0 auto;
}

/* .guaizhu_left{
    width: 184px;
    height: 357px;
    background-color: #285d98;
    position: absolute;
    left: 0;
    top: 62px;
    z-index: 999;
}
.guaizhu_right{
    width: 183px;
    height: 357px;
    background-color: #285d98;
    position: absolute;
    right: 0;
    top: 62px;
    z-index: 999;
}
 */
.carousel_box .back_color{
    position: absolute;
    left: 2px;
    bottom: 2px;
    background-color: #000000;
    opacity: 0.6;
    height: 36px;
    width: 469px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}


.content_box{
    width: 1063px; 
    overflow: hidden; 
    margin: 0 auto;
}

.carousel_box .cards_span{
    position: absolute;
    left: 2px;
    bottom: 2px;
    color: #ffffff;
    font-size: 18px;
    line-height: 36px;
    width: 469px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}
.horizontal .container {
    width: 473px;
    height: 357px;
    position: relative;
    margin: 0 auto;
    margin-top: 13px;
}
.container .cards-list {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: #f4f4f4;
    border-radius: 3px;
    transition: 330ms;
}

.horizontal .cards-list {
    width: 100%;
}
.horizontal .img {
    height: 353px;
    border: 2px solid #30fafe;
}
.img>img {

    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;
}
.btn-direct {
    position: absolute;
    top: 50%;
    z-index: 100000;
    width: 41px;
    height: 79px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: .2s;
}
.btn-direct.btn-left {
    left: 50%;
    margin-left: -586px;
    background: url('../images/uiz_03.png') no-repeat center top;
    margin-top: -24px;
}
.btn-direct.btn-right {
    left: 50%;
    margin-left: 543px;
    background: url('../images/uiz_06.png') no-repeat center top;
    margin-top: -24px;
}
.horizontal .shift-left {
    transform: translateX(25%) rotate(-45deg);
}
.horizontal .shift-right {
    transform: translateX(-25%) rotate(135deg);
}
.vertical .shift-left {
    transform: translateY(25%) rotate(45deg);
}
.vertical .shift-right {
    transform: translateY(-25%) rotate(-135deg);
}
.navigation {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    display: none;
}

.navigation .dot {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    margin: .5rem;
    border: .125rem solid #fff;
    background-color: #fff;
    border-radius: 100%;
    cursor: pointer;
}
.navigation .dot.active {
    background-color: transparent;
}


.video_box{
    width: 100%;
    display: none;
    background: url('../images/uiz_12.jpg') no-repeat center top;
    padding-top: 100px;
    box-sizing: border-box;
    margin-bottom: 45px;
    position: relative;
}
.video_box .center{
    width: 1104px;
    margin: 0 auto;
}
.player_box{
    width:948px;
    height: 541px;
    margin: 0 auto;
    margin-bottom: 13px;
    background: url('../images/uiz_04.png') no-repeat center top;
    padding: 11px 33px 33px 33px;
    box-sizing: border-box;
    position: relative;
}

.player_box #dplayer{
    /* width: 882px;
    height: 498px; */
    width: 100%;
    height: 100%;
}


.tab_list{
    position: relative;
    width: 1105px;
    margin: 0 auto;
    margin-top: 21px; 
}

.tab_img{
    width: 100%;
    height: 231px;
    position: absolute;
    left: 0;
    top: 652px;
    display: inline-block;
    background: url('../images/uiz_05.png') no-repeat center top;
}

.anniu{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
    background: url('../images/uiz_08.png') no-repeat center top;
    background-size: 100%;
    z-index: 2;
    cursor: pointer;
}
.box2{
    position:relative; 
    width: 100%;
}
.box2 .prev,
.box2 .next{
    position:absolute; 
    z-index:2; 
    display:block; 
    top: 50%;
    margin-top: -64px;
    width: 41px;
    height: 79px; 
    overflow:hidden; 
    display: none;
}
.box2 .prev{
    left:0px;
    background: url("../images/uiz_03.png") no-repeat center center;
}
.box2 .next{
    right:0px;
    background: url("../images/uiz_06.png") no-repeat center center;
}

.box2 .jCarouselLite{
    width: 907px !important;
    margin: 0 auto;
}
.box2 li{
    float:left; 
    width:286px; 
    height: 212px;
    margin-right:24px;
    position: relative;
    cursor: pointer;
}
.ywfd_xinj{
    width:286px;
    height:161px;
    position: relative;
}
.box2 .pp_imgde{
    width:284px; 
    height:161px;
    border: 1px solid #30fafe;
    margin-bottom: 6px;
}
.ywfd_xinj span{
    font-size: 13px;
    color: #ffffff;
    width: 100%;
    height: 35px;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}



.baokuan_box{
    width: 100%;
    display: inline-block;
    background: url('../images/uiz_13.jpg') no-repeat center top;
    padding-top: 100px;
    box-sizing: border-box;
    margin-bottom: 40px;
    
}
.baokuan_box .center{
    width: 1000px;
    margin: 0 auto;
}
.baokuan_box .car_list{
    width: 1016px;
    margin-left: -8px;
    margin-bottom: 15px;
    display: inline-block;
}
.baokuan_box .car_list li{
    width: 237px;
    height: 176px;
    margin: 8px;
    position: relative;
    float: left;
}
.baokuan_box .car_list li img{
    width: 235px;
    height: 174px;
    border: 1px solid #30fafe;
}
.baokuan_box .back_color{
    position: absolute;
    left: 2px;
    bottom: 2px;
    background-color: #000000;
    opacity: 0.6;
    height: 26px;
    width: 234px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.baokuan_box .cards_span{
    position: absolute;
    left: 2px;
    bottom: 2px;
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    width: 234px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.baokuan_box .pageTurning_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
}
.baokuan_box .pageTurning_box .assemble{
    font-size: 16px;
    color: #ffffff;
    margin-right: 12px;
}
.baokuan_box .pageTurning_box .page_pre{
    font-size: 16px;
    color: #ffffff;
    margin-right: 9px;
    cursor: pointer;
}
.baokuan_box .pageTurning_box .page_list{
    width: auto;
}
.baokuan_box .pageTurning_box .page_list li{
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    float: left;
    margin-right: 9px;
    border-radius: 3px;
    background-color: #035e96;
    color: #ffffff;
    cursor: pointer;
}
.baokuan_box .pageTurning_box .page_list li.cur{
    background-color: #05a0ff;
}
.baokuan_box .pageTurning_box .page_next{
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}


.daka_box{
    width: 100%;
    display: inline-block;
    background: url('../images/uiz_09.jpg') no-repeat center top;
    padding-top: 100px;
    box-sizing: border-box;
    margin-bottom: 40px;
    
}
.daka_box .center{
    width: 1000px;
    margin: 0 auto;
}
.daka_box .car_list{
    width: 1016px;
    margin-left: -8px;
    margin-bottom: 15px;
    display: inline-block;
}
.daka_box .car_list li{
    width: 237px;
    height: 176px;
    margin: 8px;
    position: relative;
    float: left;
}
.daka_box .car_list li img{
    width: 235px;
    height: 174px;
    border: 1px solid #30fafe;
}
.daka_box .back_color{
    position: absolute;
    left: 2px;
    bottom: 2px;
    background-color: #000000;
    opacity: 0.6;
    height: 26px;
    width: 234px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.daka_box .cards_span{
    position: absolute;
    left: 2px;
    bottom: 2px;
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    width: 234px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.daka_box .pageTurning_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
}
.daka_box .pageTurning_box .assemble{
    font-size: 16px;
    color: #ffffff;
    margin-right: 12px;
}
.daka_box .pageTurning_box .page_pre{
    font-size: 16px;
    color: #ffffff;
    margin-right: 9px;
    cursor: pointer;
}
.daka_box .pageTurning_box .page_list{
    width: auto;
}
.daka_box .pageTurning_box .page_list li{
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    float: left;
    margin-right: 9px;
    border-radius: 3px;
    background-color: #035e96;
    color: #ffffff;
    cursor: pointer;
}
.daka_box .pageTurning_box .page_list li.cur{
    background-color: #05a0ff;
}
.daka_box .pageTurning_box .page_next{
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}




.zixun_box{
    width: 100%;
    display: inline-block;
    background: url('../images/uiz_10.jpg') no-repeat center top;
    padding-top: 100px;
    box-sizing: border-box;
    margin-bottom: 40px;
    
}
.zixun_box .center{
    width: 1000px;
    margin: 0 auto;
}
.zixun_box .car_list{
    width: 1016px;
    margin-left: -8px;
    margin-bottom: 15px;
    display: inline-block;
}
.zixun_box .car_list li{
    width: 237px;
    height: 176px;
    margin: 8px;
    position: relative;
    float: left;
}
.zixun_box .car_list li img{
    width: 235px;
    height: 174px;
    border: 1px solid #30fafe;
}
.zixun_box .back_color{
    position: absolute;
    left: 2px;
    bottom: 2px;
    background-color: #000000;
    opacity: 0.6;
    height: 26px;
    width: 234px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.zixun_box .cards_span{
    position: absolute;
    left: 2px;
    bottom: 2px;
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    width: 234px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.zixun_box .pageTurning_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
}
.zixun_box .pageTurning_box .assemble{
    font-size: 16px;
    color: #ffffff;
    margin-right: 12px;
}
.zixun_box .pageTurning_box .page_pre{
    font-size: 16px;
    color: #ffffff;
    margin-right: 9px;
    cursor: pointer;
}
.zixun_box .pageTurning_box .page_list{
    width: auto;
}
.zixun_box .pageTurning_box .page_list li{
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    float: left;
    margin-right: 9px;
    border-radius: 3px;
    background-color: #035e96;
    color: #ffffff;
    cursor: pointer;
}
.zixun_box .pageTurning_box .page_list li.cur{
    background-color: #05a0ff;
}
.zixun_box .pageTurning_box .page_next{
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}


.changshang_box{
    width: 100%;
    display: inline-block;
    background: url('../images/uiz_11.jpg') no-repeat center top;
    padding-top: 100px;
    box-sizing: border-box;
    margin-bottom: 40px;
    
}
.changshang_box .center{
    width: 1000px;
    margin: 0 auto;
}
.changshang_box .car_list{
    width: 1016px;
    margin-left: -8px;
    margin-bottom: 15px;
    display: inline-block;
}
.changshang_box .car_list li{
    width: 237px;
    height: 176px;
    margin: 8px;
    position: relative;
    float: left;
}
.changshang_box .car_list li img{
    width: 235px;
    height: 174px;
    border: 1px solid #30fafe;
}
.changshang_box .back_color{
    position: absolute;
    left: 2px;
    bottom: 2px;
    background-color: #000000;
    opacity: 0.6;
    height: 26px;
    width: 234px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.changshang_box .cards_span{
    position: absolute;
    left: 2px;
    bottom: 2px;
    color: #ffffff;
    font-size: 13px;
    line-height: 26px;
    width: 234px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.changshang_box .pageTurning_box{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
}
.changshang_box .pageTurning_box .assemble{
    font-size: 16px;
    color: #ffffff;
    margin-right: 12px;
}
.changshang_box .pageTurning_box .page_pre{
    font-size: 16px;
    color: #ffffff;
    margin-right: 9px;
    cursor: pointer;
}
.changshang_box .pageTurning_box .page_list{
    width: auto;
}
.changshang_box .pageTurning_box .page_list li{
    width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    font-size: 16px;
    float: left;
    margin-right: 9px;
    border-radius: 3px;
    background-color: #035e96;
    color: #ffffff;
    cursor: pointer;
}
.changshang_box .pageTurning_box .page_list li.cur{
    background-color: #05a0ff;
}
.changshang_box .pageTurning_box .page_next{
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}


.footer{
    margin-top: 80px;
    margin-bottom: 50px;
}
.footer a,.footer p{
    color: #ffffff;
}

.fix_box {
    position: fixed;
    left: 50%;
    bottom: 200px;
    z-index: 110;
    width: 59px;
    height: 59px;
    margin-left: 588px;
    text-align: center;
}

.fix_box li.go_back{
    width: 79px;
    height: 118px;
    background:url('../images/uiz_02.png') no-repeat center;
    visibility:hidden;
}

.fix_box li {
    float: left;
    width: 100%;
    width: 79px;
    height: 118px;
    cursor: pointer;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.gsdh_daohang{
    width: 200px;
    position: fixed;
    left: 50%;
    top: 140px;
    z-index: 110;
    margin-left: -736px;
    text-align: center;
    overflow: hidden;
    display: none;
}
.gsdh_daohang .baokuan{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_14.jpg') no-repeat center top;
    cursor: pointer;
}
.gsdh_daohang .daka{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_15.jpg') no-repeat center top;
    cursor: pointer;
}
.gsdh_daohang .zixun{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_16.jpg') no-repeat center top;
    cursor: pointer;
}
.gsdh_daohang .changshang{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_17.jpg') no-repeat center top;
    cursor: pointer;
}

.gsdh_daohang .baokuan.cur{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_18.jpg') no-repeat center top;
}
.gsdh_daohang .daka.cur{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_19.jpg') no-repeat center top;
}
.gsdh_daohang .zixun.cur{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_20.jpg') no-repeat center top;
}
.gsdh_daohang .changshang.cur{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_21.jpg') no-repeat center top;
}


.gsdh_daohang .baokuan:hover{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_18.jpg') no-repeat center top;
}
.gsdh_daohang .daka:hover{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_19.jpg') no-repeat center top;
}
.gsdh_daohang .zixun:hover{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_20.jpg') no-repeat center top;
}
.gsdh_daohang .changshang:hover{
    width: 200px;
    height: 49px;
    float: left;
    background: url('../images/uiz_21.jpg') no-repeat center top;
}


.dplayer-controller .dplayer-icons .dplayer-comment,.dplayer-controller .dplayer-icons .dplayer-setting{
    display: none !important;
}

.player_box i{
    width: 108px;
    height: 108px;
    position: absolute;
    left: 50%;
    margin-left: -54px;
    top: 50%;
    margin-top: -54px;
    background: url('../images/uiz_08.png') no-repeat center top;
    z-index: 2;
    cursor: pointer;
}
.player_box img{
    position: absolute;
    left: 33px;
    top: 11px;
    width: 882px;
    height: 497px;
    z-index: 1;
    cursor: pointer;
}

.box2 li .zhibozhong{
    width: 87px;
    height: 33px;
    background: url('../images/uiz_22.png') no-repeat center top;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 9;
}
.box2 li .chongbode{
    width: 87px;
    height: 33px;
    background: url('../images/uiz_23.png') no-repeat center top;
    display: inline-block;
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 3;
}


.shipinbiaoshi{
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    top: 50%;
    margin-top: -35px;
    background: url('../images/uiz_08.png') no-repeat center top;
    background-size: 100%;
    z-index: 2;
    cursor: pointer;
}








