/*全局 on*/
html{-webkit-text-size-adjust:none;}
*html{background-image:url(about:blank); background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
*{margin: 0; padding: 0; list-style: none;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
.clear{margin:0; overflow:hidden; visibility:hidden; font-size: 0; content: "."; clear: both; height: 0; padding:0;}
.clearfix:after{visibility:hidden; display: block; font-size: 0; content:" "; clear:both; height:0;}
* html .clearfix{zoom: 1;} /* IE6 */
*:first-child+html .clearfix{zoom: 1;} /* IE7 */
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,a,form,input,label,select{margin:0; padding:0; list-style:none;}
a{color:#000; text-decoration:none; outline:none; }
a:focus,a:hover{color:#003984; text-decoration:none; outline: none !important;}
a img{border:none;}
ul{zoom:1;}
textarea{resize:none;}

/*去除谷歌自带黄色背景问题*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus { box-shadow:0 0 0 60px #fff inset;  -webkit-text-fill-color: #333;}
/*全局 end*/



*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0
}

li {
    list-style: none
}

body {
    text-align: left;
    font-family: '微软雅黑';
    color: #333;
    background: #fff;
    height: 100%
}

html {
    font-size: 16px;
    height: 100%
}

a, ins {
    text-decoration: none
}

a {
    color: #333
}

a:hover {
    text-decoration: none;
    transition: all .2s;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s
}

a:visited, a:active, a:focus {
    text-decoration: none;
}



body,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dd,
dt,
p,
hr,
input,
em {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-text-size-adjust: none;
    vertical-align: middle;
    font-weight: normal;
}

body {
	/* [disabled]font-size: 14px; */
	color: #000;
	font-family: '\5FAE\8F6F\96C5\9ED1', 'Nanum Gothic', '-apple-system', "Malgun Gothic", ngwoff, ngeot, nmwoff, nmeot, Dotum, Gulim, Tahoma, Geneva, sans-serif, verdana;
}

html,
body {
    min-width: 1270px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

table,
img {.xq-bmbox .xq-con 
    border: none
}

ul {
    list-style: none
}

a {
    color: #000;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #036fc6;
    text-decoration: none;
}

a:active {
    color: #000;
    text-decoration: none;
}

ol,
ul {
    list-style: none;
}

fieldset,
img {
    border: 0;
}

i,
em {
    font-style: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}

/* End hide from IE-mac */
* + html .clearfix {
    min-height: 1%;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt35 {
    margin-top: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mt45 {
    margin-top: 45px;
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.w1100 {
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.trans {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.trans:hover {
    transform: scale(1.04, 1.04);
    -ms-transform: scale(1.04, 1.04);
    -webkit-transform: scale(1.04, 1.04);
    transition: 1s
}

.right-bg-fff {
    background: #fff;
}

/*******************index begin**************/

/**轮播图 begin**/

/* 首页banner */
.banner {
    height: 500px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    object-fit: cover;
}

.banner .d1 {
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.banner .d1 img {
    width: 100%;
    height: auto;
    z-index: -1;
}

.banner .d2 {
    width: 100%;
    height: 12px;
    overflow: hidden;
    position: absolute;
    bottom: 95px;
    z-index: 1;
    text-align: center;
}

.banner .d2 ul {
    overflow: hidden;
    position: absolute;
    left: 50%;
}

.banner .d2 li {
    float: left;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    background: url(slider1.png) no-repeat center center;
    cursor: pointer;
}

.banner .d2 li.nuw {
    background: url(slider2.png) no-repeat center center;
}

/*二级页banner*/
.banner-ej {
    height: 500px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    object-fit: cover;
}

.banner-ej .d1 {
    width: 100%;
    height: 500px;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.banner-ej .d1 img {
    width: 100%;
    height: auto;
    z-index: -1;
}

.banner-ej .d2 {
    width: 100%;
    height: 12px;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    z-index: 1;
    text-align: center;
}

.banner-ej .d2 ul {
    overflow: hidden;
    position: absolute;
    left: 50%;
}

.banner-ej .d2 li {
    float: left;
    margin: 0 8px;
    width: 12px;
    height: 12px;
    background: url(slider1.png) no-repeat center center;
    cursor: pointer;
}

.banner-ej .d2 li.nuw {
    background: url(slider2.png) no-repeat center center;
}

/**轮播图 end**/


/**top begin**/
.top {
    width: 100%;
}

.language {
    width: 1010px;
    text-align: right;
    position: absolute;
    top: 20px;
    z-index: 2;
    left: 50%;
    margin-left: -550px;
    padding-right: 70px;
}

.language a {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 14px;
}

.language a.on,
.top .language a:hover {
    background: #4e91c4;
    border-radius: 4px;
}

.logo {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: 12;
}

.logo a {
    width: 100%;
    display: block;
    position: relative;
    left: 0;
    z-index: 2;
    height: 125px;
    line-height: 125px;
    background: #0d4184;
    float: left;
}

.logo img {
    /* float: right; */
    /* margin-right: 52px; */
    height: 90px;
    margin: 18px auto;
    display: block;
}

/*中间内容*/
.body-bg {
    background: #f1f0f0;
}
.warp {
    width: 1100px;
    margin: 0 auto;
	margin-top:160px;
    overflow: auto; 
}
.right-title {
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    background: #fff;
    color: #1272d3;
    padding-left: 50px;
    border-left: 4px solid #1272d3;
}

.right-title a {
    font-size: 18px;
    color: #1272d3;
}

.right-bg {
    background: #f6f7f9;
}
.xwfb-con {
    border: 1px solid #eaeaec;
    background: #fff;
    margin-top: 10px;
    padding: 0 30px 30px 30px;
    background: #f6f7f9;
}

.xwfb-con-box {
    margin-top: 30px;
}

.xwfb-con-tit {
    height: 45px;
}

.xwfb-con-tit i {
    margin-top: 10px;
}
.xwfb-con-L {
    width: 1035px;
    margin-top: 20px;
}

.xwfb-con-L .xwfb-con-L-ul {
    margin-left: 10px;
    width: 1025px;
    height: 783px;
    overflow: hidden;
}
.xwfb-con-L-tab {
    width: 100%;
    overflow: hidden;
}

.xwfb-con-L-tab .hd {
    height: 60px;
    padding: 10px 0;
    position: relative;
    width: 1035px;
    overflow: hidden;
    border-bottom: 1px solid #d1d1d1;
}

.xwfb-con-L-tab .hd ul {
    float: left;
    position: absolute;
    width: 1035px;
}

.xwfb-con-L-tab .hd ul li {
    float: left;
    cursor: pointer;
   	width: 33%;
    height: 40px;
    line-height: 40px;
    background: url(20231214_bj-tiao.png) no-repeat right center;
    color: #1e9bdb;
    text-align: center;
    font-size: 22px;
}

.xwfb-con-L-tab .hd ul li span {
    padding: 0 15px;
}

.xwfb-con-L-tab .hd ul li.on span {
    height: 40px;
    background: #1e9bdb;
    color: #fff;
    display: inline-block;
}


/*底部*/
.footer {
	background: #0d4184;
    margin-top: 20px;
    width: 100%;
}

.footer .foot_con {
	width: 1200px;
	margin: 0px auto;
	padding: 20px 0px;
	position: relative;
}

.footer .foot_con p {
	text-align: center;
	color: #fff;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
}

.footer .foot_con p a {
	display: inline-block;
	color:#fff;
}

.footer .foot_con p i {
	display: block;
	width: 27px;
	float: left;
	margin: 3px 2px 2px 2px;
}

.footer .foot_con .dzjg {
	position: absolute;
	left: 150px;
	top: 25px;
}

.footer .foot_con .wzjc {
	position: absolute;
	right: 75px;
	top: 26px;
}

