@charset "utf-8";

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 1em;
    color: #444444;
    line-height: 160%;
    background: #f9fafc;
    font-family: "Microsoft YaHei", Arial, sans-serif;

}

table {
    line-height: 1.4rem;
    border-collapse: collapse
}

form,
div {
    margin: 0;
    padding: 0;
}

a,
a:link,
a:visited {
    cursor: pointer;
    color: #444444;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover {
    color: #32c3d6;
    outline: none;
    text-decoration: none;
}

.section {
    position: relative;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
}

.section2 {
    position: relative;
    width: 100%;
    max-width: 1430px;
    margin: 0 auto;
}

ul,
li {
    padding: 0;
    margin: 0;
}

ul {
    list-style-position: outside;
}

li {
    font-size: 1em;
    line-height: 180%;
    margin: 8px 0;
}

.showvideo {
    height: 100%;
    overflow: hidden;
}

.ft-blue {
    color: #3192d0;
}

.ft-blue2 {
    color: #16387c;
}

.ft-gray {
    color: #898989;
}

.ft-gray1 {
    color: #666;
}

.ft-red {
    color: #b10a02;
}

.ft-green {
    color: #008000;
}

.ft-org,
.ft-orange {
    color: #ff8a00
}

.bg-blue1 {
    background: #1d93d3;
    color: #FFF;
    line-height: 18px;
    height: 18px;
    padding-left: 5px;
    padding-right: 5px;
}

.txt-10 {
    font-size: 0.7rem;
}

.txt-12 {
    font-size: 0.8rem;
}

.txt-14 {
    font-size: 0.9rem;
}

.txt-16 {
    font-size: 1rem;
}

.txt-18 {
    font-size: 1.1rem;
}

.txt-20 {
    font-size: 1.2rem;
}

.txt-22 {
    font-size: 1.4rem;
}

.txt-24 {
    font-size: 1.6rem;
}

.link-actived {
    color: #32c3d6;
}

.line_gray {
    width: 100%;
    height: 1px;
    background: #e3e3e3;
    margin: 5px auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto 0 auto;
}

.hidden {
    display: none;
}

.table-row {
    display: table-row;
}

a.pp_more {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 10px;
    line-height: 18px;
    text-align: center;
    color: #3192d0;
    text-decoration: none;
    border: 1px solid #3192d0;
    border-radius: 9px;
    font-family: Arial;
    font-size: 0.8rem;
}

a.pp_more:hover {
    color: #b10a02;
    text-decoration: none;
    border: 1px solid #b10a02;
}

h2.title {
    font-size: 1.3em;
    text-align: center;
    font-weight: normal;
    line-height: 160%;
}

.top {
    display: fixed;
    width: 1070px;
    margin: 0px auto;
    font-size: 16px;
    height: 50px;
    line-height: 30px;
    border: 1px solid red;
    background: #045481;
}

.mylogo {
    height: 70px;
}

.topbk {
    position: relative;
    top: 88px;
    width: 100%;
    border: 0px solid red;
}

.top_img {
    position: relative;
    margin-top: 88px;
    width: 100%;
    min-width: 1430px;
    height: 1084px;
    background: url('../images/2024/topbk.jpg') no-repeat top center;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
    border: 0px solid red;
}

.toptitle {
    margin: 0 auto;
    width: 920px;
    padding-top: 3%;
    border: 0px solid red;
}

.location {
    margin: 20px auto;
    color: #056899;
    font-size: 1.4em;
    border: 0px solid red;
}


.toptxt2 {
    width: 1430px;
    margin-top: 40px;
}

.topdate {
    width: 320px;
    margin-top: 100px;
}

.top_img1 {
    margin-top: 88px;
    width: 100%;
    min-width: 1430px;
    height: auto;
    background: url('../images/2024/topbk.jpg') no-repeat top center;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}

.top_pic1 {
    width: 100%;
    max-width: 700px;
    margin: 0px 0 20px 0;
}

.totop  {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: rgba(128, 128, 128, 0.6);
    color: var(--white-color);
    background: url('/images/totop.png') no-repeat;
    background-size: 100%;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 24px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.totop.show { 
    opacity: 1;
    visibility: visible;
}

.totop:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.totop:active {
    transform: translateY(0);
}

.totop span {
    line-height: 1;
}

.topbtn_cn,
.topbtn_en,
.topbtn1_cn,
.topbtn1_en {
    margin-top: 5%;
    width: 100%;
    height: 70px;
    border: 0px solid red;
}

.home_top_banner {
    margin-top: 2vw;
    padding: 0;
    width: 100%;
    height: 50vw;
    min-height: 980px;
    max-height: 1180px;
    background: #00489a url('images/home/home_top_bg_l.png') no-repeat left bottom;
    background-size: 23.8vw 28.7vw;
}

.home_top_banner_t1 {
    padding: 10.41vw 0 0 0;
    width: 100%;
    height: 100%;
    background: url('images/home/home_top_bg_r.png') no-repeat right top;
    background-size: 42.23vw 40.89vw;
}

.home_top_banner_body {
    display: block;
    width: 1430px;
    height: 34.12vw;
    margin: 0 auto 0 auto;
    position: relative;
}

.home_top_banner_body_title {
    display: block;
    width: 100%;
    height: 92px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('images/home/home_top_title.png') no-repeat left center;
    background-size: auto 100%;
}

.home_top_banner_body_right {
    display: block;
    width: 865px;
    height: 487px;
    position: absolute;
    top: 159px;
    right: 0;
}

.home_top_banner_body_left {
    display: block;
    width: 534px;
    height: 487px;
    position: absolute;
    top: 139px;
    left: 0;
    color: #FFFFFF;
}

.home_intro_cn {
    margin-top:15px;
    margin-bottom: 50px;
    background: url('images/home/home_intro_cn.png') no-repeat center center;
    background-size: 100% 100%;
    padding: 0;
    width: 534px;
    height: 180px;
}

.home_intro_en {
    margin-top:15px;
    margin-bottom: 60px;
    background: url('images/home/home_intro_en.png') no-repeat center center;
    background-size: 100% 100%;
    padding: 0;
    width: 534px;
    height: 180px;
}

h2.home_intro_title {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 180%;
}

p.home_intro_text {
    font-size: 1.2rem;
    line-height: 180%;
    margin-bottom: 5px;
}

p.home_intro_text1 {
    font-size: 1.2rem;
    line-height: 180%;
    margin-bottom: 40px;
    color: #ff6b35;
    font-weight: bold;
}

h3.home_intro_button_title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 35px 0 15px 0;
}


a.topbtn_l_cn {
    display: inline-block;
    vertical-align: middle;
    height: 55px;
    min-width: 200px;
    padding: 0 20px;
    font-size: 1.2rem;
    font-weight: bold;
    color: #02518b;
    line-height: 55px;
    text-align: center;
    border-radius: 30px;
    background: #FFFFFF;
    margin: 10px 10px 0 0;
}


a.topbtn_l_en {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    min-width: 150px;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #02518b;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background: #FFFFFF;
    margin: 10px 10px 0 0;
}


a.topbtn_l_cn:hover,
a.topbtn_l_en:hover {
    color: #FFFFFF;
    background: #ff6b36;
}



a.btn_reg_cn {
    background: #4be0f6;
    margin: 0 30px 0 0;
    width: 13vw;

}

a.btn_call_cn {
    background: #f6d04b;
    margin: 0 30px 0 0;
    width: 13vw;

}

a.btn_reg_en {
    background: #4be0f6;
    margin: 0 15px 0 0;
    width: 18vw;
}

a.btn_call_en {
    background: #f6d04b;
    margin: 0 15px 0 0;
    width: 18vw;
}



.topbtnbg {
    display: inline-block;
    width: 260px;
    height: 61px;
    line-height: 61px;
    margin: 0 20px;
    background: #fff;
    box-shadow: 0px 2px #016974;
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    border-radius: 3px;
}

.top_bottom {
    width: 1430px;
    margin: 150px auto 0 auto;
    height: 110px;
    text-align: center;
    border: 0px solid red;
}

.top_bottom img {
    margin: 0 auto;
    height: 100%;
}

.top_bottom1 {
    width: 1430px;
    margin: 30px auto 30px auto;
    height: 44px;
}

.top_bottom1 img {
    float: right;
    margin-right: 10px;
    height: 44px;
}

.topm_en {
    margin-top: 110px;
    position: relative;
    background: url('/2020/images/2020/topimg_en.jpg') no-repeat center top;
    background-size: auto 100%;
    height: 520px;
    text-align: center;
}

.topm_cn {
    margin-top: 110px;
    position: relative;
    background: url('/2020/images/2020/topimg_cn.jpg') no-repeat center top;
    background-size: auto 100%;
    height: 520px;
    text-align: center;
}

.mylogin {
    margin-left: 100px;
}

@media (max-width: 1429px) {
    .fu {
        display: none;
    }

    .mylogo {
        height: 40px;
    }
}

/*
@media (max-width: 1439px) {
	.fu {
		display: none;
	}

	.mylogo {
		height: 50px;
	}

	.home_top_banner {
		margin-top: 2vw;
		padding: 0;
		width: 100%;
		height: 60vw;
		min-height: 540px;
		background-color: #00489a;
		background-image: none;
	}

	.home_top_banner_t1 {
		padding: 10.41vw 0 0 0;
		width: 100%;
		height: 100%;
		background: none;
	}

	.home_top_banner_body {
		display: block;
		width: 96vw;
		height: 34.12vw;
		margin: 0 auto 0 auto;
		position: relative;

	}

	.home_top_banner_body_title {
		display: block;
		width: 100%;
		height: 5vw;
		position: absolute;
		top: 0;
		left: 0;
		background: url('images/home/home_top_title.png') no-repeat left center;
		background-size: auto 100%;
	}

	.home_top_banner_body_right {
		display: block;
		width: 60vw;
		height: 34vw;
		position: absolute;
		top: 11vw;
		right: 0;
		background: url('images/home/home_top_pic.jpg') no-repeat right bottom;
		background-size: 100% auto;
	}

	.home_top_banner_body_left {
		display: block;
		width: 36vw;
		height: 34vw;
		position: absolute;
		top: 11vw;
		left: 0;
		color: #FFFFFF;
	}

	h2.home_intro_title {
		font-size: 1.2rem;
		font-weight: bold;
		margin-bottom: 2vw;
	}

	p.home_intro_text {
		font-size: 1rem;
		line-height: 180%;
		margin-bottom: 4vw;
	}

	h3.home_intro_button_title {
		font-size: 1rem;
		font-weight: bold;
		margin: 3vw 0 0.5vw 0;
	}

	a.topbtn_l {
		display: inline-block;
		vertical-align: middle;
		height: 3vw;
		min-width: 7vw;
		width:auto;
		padding: 0 1.5vw;
		font-size: 0.9rem;
		font-weight: bold;
		line-height: 3vw;
		border-radius:1.5vw;
	}
	
	a.topbtn_l:hover {
		color: #FFFFFF;
		background: #ff6b36;
	}


	.top_img {
		position: relative;
		margin-top: 88px;
		width: 100%;
		min-width: 1430px;
		height: 900px;
		background: url('../images/2024/topbk.jpg') no-repeat top center;
		background-size: 100% 100%;
		text-align: center;
		overflow: hidden;
		border: 0px solid red;
	}

	.top_img1 {
		margin-top: 0px;
		width: 100%;
		min-width: 0;
		height: auto;
		background: url('../images/2024/topbk.jpg') no-repeat center center;
		background-size: auto 100%;
		position: relative;
		text-align: center;
		overflow: hidden;
		border: 0px solid red;
	}

	.top_pic1 {
		width: 100%;
		min-width: 0;
		margin: 130px 0 10px 0;
	}

	.totop {
		position: fixed;
		bottom: 20%;
		right: 10px;
		background: url('/images/totop.png') no-repeat;
		background-size: 100%;
		width: 39px;
		height: 39px;
		z-index: 5;
	}

	.topvideo_box {
		border: 0px solid #00eeff;
	}

	a.btn_reg_cn {
		background: #4be0f6;
		margin: 0 30px 0 0;
		width: 13vw;

	}

	a.btn_call_cn {
		background: #f6d04b;
		margin: 0 30px 0 0;
		width: 13vw;

	}

	a.btn_reg_en {
		background: #4be0f6;
		margin: 0 15px 0 0;
		width: 18vw;
	}

	a.btn_call_en {
		background: #f6d04b;
		margin: 0 15px 0 0;
		width: 18vw;
	}

}
*/

a.huigu {
    width: 155px;
    height: 50px;
    position: absolute;
    background: url('/2020/images/huigubtn.png') no-repeat;
    top: 512px;
    left: 50%;
    right: 50%;
    margin-left: 200px;
}

a.huigum {
    width: 75px;
    height: 27px;
    position: absolute;
    background: url('/2020/images/huigubtn.png') no-repeat;
    background-size: 100% 100%;
    bottom: 15px;
    right: 50px;
}


.darkenBackgroundIndexA {
    background-color: #FFFFFF;
    opacity: 0.20;
    -moz-opacity: 0.2;
    filter: alpha(opacity=20);
    z-index: 8121;
    min-height: 100%;
    height: 100%;
    width: 100%;
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
}

#pageloading {
    top: 50%;
    left: 50%;
    margin: -31px 0 0 -31px;
    z-index: 8122;
    position: fixed;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 62px;
    height: 62px;
    display: none;
}

.iconLoading {
    background: transparent url("//img1.i21st.cn/m/loading.b1.gif") no-repeat;
    width: 62px;
    height: 62px;
    vertical-align: middle;
    display: inline-block;
    background-size: 62px 62px;
}

#infoBox {
    top: 50%;
    left: 50%;
    margin: -70px 0 0 -115px;
    z-index: 8123;
    position: fixed;
    color: #FFFFFF;
    background: #272827;
    border: 1px solid #3d3c3b;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    width: 230px;
    min-height: 80px;
    display: none;
    box-shadow: 0px 1 3px #C0C0C0;
    -moz-box-shadow: 0px 1 3px #C0C0C0;
    -webkit-box-shadow: 0px 1 3px #C0C0C0;
}

#infoBox #infoBoxSubjectSuc {
    background: url("//img1.i21st.cn/m/2015/icon_suc.png") no-repeat 10px 15px;
    padding: 8px 0 6px 50px;
    border-bottom: 1px solid #707070;
    display: none;
}

#infoBox #infoBoxSubject {
    padding: 8px 0 6px 10px;
    border-bottom: 1px solid #707070;
    display: none;
}

#infoBox #infoBoxContent {
    margin: 8px 8px 6px 8px;
    text-align: left;
}

#infoBox #infoBoxContent a {
    color: #FFFFFF;
}

#infoBox #infoBoxContent a:hover {
    color: #FFFFFF;
}



#inputtable {
    width: 100%;
}

#inputtable td {
    padding: 3px;
    font-size: 0.9em;
    vertical-align: top;
}

#inputtable td .inputtext {
    width: 90%;
    height: 26px;
    line-height: 26px;
    font-family: 'Microsoft Yahei', '微软雅黑', arial;
}

#inputtable td.r {
    text-align: right;
    width: 15%;
}

#inputtablea {
    width: 100%;
}

#inputtablea td {
    padding: 8px;
    font-size: 1em;
    vertical-align: top;
    border: 1px solid #EFEFEF;
    line-height: 26px;
}

#inputtablea td .inputtext {
    width: 90%;
    height: 26px;
    line-height: 26px;
    padding: 0 5px 0 5px;
    font-family: 'Microsoft Yahei', '微软雅黑', arial;
    max-width: 300px;
}

#inputtablea td .inputtext1 {
    width: 90%;
    height: 26px;
    line-height: 26px;
    padding: 0 5px 0 5px;
    font-family: 'Microsoft Yahei', '微软雅黑', arial;
}

#inputtablea td .checkbox {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

#inputtablea td.r {
    text-align: right;
    width: 25%;
}

#inputtablea td.r1 {
    text-align: right;
    width: 35%;
}


.button_reg {
    text-align: center;
}

.buttonA,
.buttonB,
.buttonC {
    cursor: pointer;
    height: 32px;
    line-height: 30px;
    text-align: center;
    width: auto;
    display: inline-block;
    padding: 0 15px 0 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    white-space: nowrap;
}

.buttonA {
    background: #fb8a03;
    color: #FFFFFF;
    border: 1px solid #d06201;
}

.buttonB {
    background: #F5F5F5;
    color: #444444;
    border: 1px solid #C0C0C0;
}

.buttonC {
    background: #0f88eb;
    color: #FFFFFF;
    border: 1px solid #0e7dd8;
}

.buttonA:hover,
.buttonB:hover,
.buttonC:hover {
    background: #b9dfff;
    border: 1px solid #88caff;
    color: #444444;
}

.txt-white {
    color: white !important;
}

.txt-gray {
    color: #616161;
}

.txt-blue {
    color: #002c73;
}

.bg_white {
    background-color: #ffffff;
}

.bg_gray {
    background-color: #f4f4f4;
}

.nav-nomargin {
    padding-right: 0px;
    padding-left: 0px;
}

.nomargin {
    padding: 0;
    margin: 0;
}

.border_red {
    border: 1px solid red;
}

.footer {
    margin: 0;
    width: 100%;
    background: #00489a;
    color: #FFFFFF;
    font-size: 1em;
    line-height: 150%;
    text-align: center;
}

.footer a {
    text-decoration: none;
    color: #FFFFFF;
}

.footer .mycontainer {
    padding: 60px 0 50px 0;
    text-align: center;
    line-height: 180%;
}

.footer .mytop {
    margin-top: 80px;
}

.footer .txt1 {
    font-size: 1.4rem;
    line-height: 250%;
    margin-bottom: 5px;
    text-align: left;
    width: 80%;
}

.footer .txt1_en {
    font-size: 1.4rem;
    line-height: 150%;
    margin-bottom: 20px;
    text-align: left;
    width: 80%;
}

.footer .txt2 {
    color: #056899;
    font-size: 1.1rem;
    font-weight: bold;
    margin-top: 5px;
}

.footer_info {
    margin: 0 auto;
    width: 80%;
    line-height: 160%;
}

.footer_copy {
    margin: 0px auto;
    font-size: 12px;
    line-height: 150%;
    padding: 5px 15px 20px 15px;
}

/*文章内容*/
#position {
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 1em;
    border-bottom: 1px solid #064d94;
}

/*焦点*/
.swiper-container {
    position: relative;
    width: 800px;
    height: 460px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 0;
}

.swiper-container0 {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0px 60px 0px;
    overflow: hidden;
    background: #eee;
}

/*.swiper-container1, .swiper-container2, .swiper-container3, .swiper-container4, .swiper-container5 {
  position:relative;
  width:100%;
  height:100%;
  margin-left: auto;
  margin-right: auto;
  padding:20px 0px 60px 0px;
  overflow:hidden;
  background:#eee;
}*/

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.myswiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
}

.slide-pic {
    width: 100%;
    padding: 0;
    margin: 0;
}

/*.slide-pic img{border-radius:50%;}*/
.slide-pic:hover {
    background: rgba(0, 0, 0, 0.5);
}

.swiper-slide a {
    width: 100%;
}

.swiper-slide img {
    width: 100%;
    vertical-align: bottom;
}

.swiper-slide .tit {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    height: 53px;
    line-height: 53px;
    background: url('/images/greenbk.png') repeat;
    color: #fff;
    text-align: left;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.swiper-slide .tit1 {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -38px;
    font-size: 14px;
    text-indent: 10px;
    height: 50px;
    line-height: 25px;
    padding: 0 5px;
    background: #fff;
    text-align: center;
    text-decoration: none;
    outline: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.swiper-pagination {
    position: absolute;
    text-align: right;
    background: url('images/focus_bg.png') repeat;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    color: #fff;
    padding: 10px 20px 10px 20px;
    bottom: 0;
    right: 0;
    left: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 0;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    border-radius: 2px;
    line-height: 53px;
    vertical-align: middle;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
}




.swiper-pagination-bullet-active {
    color: #ffffff;
    background: #ffffff;
}

.swiper-button-prev1,
.swiper-button-next1 {
    position: absolute;
    top: 50%;
    width: 18px;
    height: 35px;
    margin-top: -22px;
    z-index: 5;
    cursor: pointer;
    background-size: 18px 35px;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-next1 {
    background: url("/images/focus_btn1.png") no-repeat;
    background-position: 0 -39px;
    width: 25px;
    height: 39px;
    left: 0px;
    right: auto;
}

.swiper-button-prev1 {
    background: url("/images/focus_btn1.png") no-repeat;
    background-position: -25px -39px;
    width: 25px;
    height: 39px;
    right: 0px;
    left: auto;
}

.swiper-button-next1:hover {
    background: url("/images/focus_btn1.png") no-repeat;
    background-position: 0 0;
    width: 25px;
    height: 39px;
    left: 0px;
    right: auto;
}

.swiper-button-prev1:hover {
    background: url("/images/focus_btn1.png") no-repeat;
    background-position: -25px 0px;
    width: 25px;
    height: 39px;
    right: 0px;
    left: auto;
}

/*导航*/
.navbar-lang {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
    margin: 10px 0px 0 0;
    width: auto;
    color: #FFFFFF;
}

.navbar-login {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.8em;
    /*background:url('/2020/images/reg/ucenter_1.png') no-repeat;background-size:25px 25px;padding-left:30px;*/
    margin: 10px 0 0 0px;
    width: auto;
    color: #FFFFFF;
}

@media (min-width: 768px) {
    .navbar-login {
        margin: 10px 0 0 0px;
        padding-right: 25px;
    }
}

.navbar-lang>a,
.navbar-lang>a:link,
.navbar-login>a,
.navbar-login>a:link {
    font-size: 1rem;
    color: #FFFFFF;
    text-decoration: none;
}

.navbar-login>a:hover,
.navbar-login>a:focus,
.navbar-lang>a:hover,
.navbar-lang>a:focus,
.navbar-login>a:focus {
    color: #FFC107;
}

.menuHidden {
    display: none;
}

.menuHidden li {
    display: none;
}

@media (max-width: 768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: 2px;
        height: 65px;
    }

    .footer {
        width: 100%;
        background: #00489a;
        color: #ffffff;
        font-size: 1em;
        line-height: 150%;
        margin: 0;
        padding: 15px 0;
    }

    .footer .mycontainer {
        padding-top: 0px;
    }

    .footer .mytop {
        margin-top: 25px;
    }

    .footer_info {
        margin: 0 auto;
        width: 90%;
        line-height: 180%;
    }

    .footer .txt1 {
        font-size: 1.4rem;
        line-height: 150%;
        margin-bottom: 5px;
        text-align: left;
        width: 90%;
    }

    .footer .txt1_en {
        font-size: 1.4rem;
        line-height: 150%;
        margin-bottom: 20px;
        text-align: left;
        width: 90%;
    }

    .navbar-nav>li>a {
        padding-left: 0px;
    }

    .myswiper-slide {
        width: 100%;
    }

    .slide-pic {
        width: 100%;
        padding: 0;
        margin: 0;
        border: 0px solid red;
    }

}


/*上传*/
.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    font-size: 200px !important;
    direction: ltr;
    cursor: pointer;
}

@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}

#files {
    margin: 0;
    padding: 0;
}

#files li {
    margin: 5px 0 5px 30px;
    padding-left: 0;
}

ul.qcodelist {
    margin: 10px 0 0 20px;
    padding: 15px 0 0 15px;
}

ul.qcodelist li {
    margin: 0;
    padding: 0;
}

ul.qcodelist li a {
    margin: 0;
    padding: 0;
}

ul.qcodelist li a:hover {
    margin: 0;
    padding: 0;
}

/* 服务图标 */
.fu {
    position: fixed;
    top: 400px;
    right: 20px;
    width: 76px;
    z-index: 50;
}



.fu_en3,
.fu_cn3,
.fu_en2,
.fu_cn2,
.fu_en1,
.fu_cn1 {
    display: block;
    background-size: 100%;
    width: 76px !important;
    height: 76px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}

.fu_en3:hover,
.fu_cn3:hover,
.fu_en2:hover,
.fu_cn2:hover,
.fu_en1:hover,
.fu_cn1:hover {
    box-shadow: 0 0 10px rgba(6, 77, 148, 0.5) !important;
}

.fu_cn1 {
    background: url('images/fu_cn1.png') no-repeat center;
}

.fu_cn2 {
    background: url('images/fu_cn2.png') no-repeat center;
}

.fu_cn3 {
    background: url('images/fu_cn3.png') no-repeat center;
}

.fu_en1 {
    background: url('images/fu_en1.png') no-repeat center;
}

.fu_en2 {
    background: url('images/fu_en2.png') no-repeat center;
}

.fu_en3 {
    background: url('images/fu_en3.png') no-repeat center;
}


.fu_kefu_cn {
    background: url('images/kefu_cn.png') no-repeat center center !important;
    background-size: 100% 100% !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}

.fu_kefu_en {
    background: url('images/kefu_en.png') no-repeat center center !important;
    background-size: 100% 100% !important;
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    box-sizing: border-box !important;
    cursor: pointer !important;
}

.fu_icon {
    cursor: pointer !important;
}

.fu_icon:hover {
    box-shadow: 0 0 10px rgba(6, 77, 148, 0.5) !important;
}

.futxt_cn {
    position: fixed;
    top: 476px;
    right: 108px;
    width: 320px;
    height: 320px;
    padding: 10px;
    background: #fff;
    border: 1px solid #b7b4c9;
    border-radius: 5px;
    display: none;
}

.futxt_en {
    position: fixed;
    top: 476px;
    right: 108px;
    width: 340px;
    height: 320px;
    padding: 10px;
    background: #fff;
    border: 1px solid #b7b4c9;
    border-radius: 5px;
    display: none;
}

.arrow1 {
    position: absolute;
    top: 22px;
    right: -13px
}

.fu_weixin {
    position: fixed;
    top: 526px;
    right: 108px;
    padding: 3px;
    background: #fff;
    border: 1px solid #b7b4c9;
    border-radius: 3px;
    display: none;
}

.arrow2 {
    position: absolute;
    top: 30px;
    right: -13px
}

/* 七鱼客服图标自定义样式 */
/* 注意：七鱼客服图标现在被放置在 #icon_qiyukf 容器中 */
/* 七鱼客服的实际 DOM: <div class="layer-1" id="YSF-BTN-HOLDER"> */

/* #icon_qiyukf 容器本身的样式 */
#icon_qiyukf {
    display: block;
    width: 100%;
}

/* 七鱼客服主容器样式 */
#icon_qiyukf .layer-1,
#icon_qiyukf #YSF-BTN-HOLDER {
    width: 76px !important;
    height: 76px !important;
    min-width: 76px !important;
    max-width: 76px !important;
    min-height: 76px !important;
    max-height: 76px !important;
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    top: auto !important;
    left: auto !important;
    margin: 0 0 0 0 !important;
    overflow: hidden !important;
    border: none !important;
    border-radius: 0 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

/* 隐藏 .layer-1 和 #YSF-BTN-HOLDER 下的所有子元素 */
#icon_qiyukf .layer-1>*,
#icon_qiyukf #YSF-BTN-HOLDER>* {
    display: none !important;
}

/* 隐藏七鱼客服默认图片 */
#icon_qiyukf .layer-1 img,
#icon_qiyukf #YSF-BTN-HOLDER img,
#icon_qiyukf #YSF-CUSTOM-ENTRY-1 img {
    width: 0 !important;
    height: 0 !important;
    display: none !important;
}

/* 七鱼客服图标悬停效果 */
#icon_qiyukf .layer-1:hover,
#icon_qiyukf #YSF-BTN-HOLDER:hover {
    box-shadow: 0 0 10px rgba(6, 77, 148, 0.5) !important;
}

/* 兼容旧的选择器 */
#icon_qiyukf #qiyukf,
#icon_qiyukf .qiyukf,
#icon_qiyukf [id*="qiyu"],
#icon_qiyukf [id*="YSF"],
#icon_qiyukf iframe[id*="qiyu"],
#icon_qiyukf iframe[id*="ysf"],
#icon_qiyukf iframe[id*="YSF"] {
    position: relative !important;
    bottom: auto !important;
    right: auto !important;
    top: auto !important;
    left: auto !important;
    margin: 5px 0 !important;
    display: block !important;
}