/* 全局样式 */
html {
	height: 100%;
	background-color: #fff;
}

body {
	min-height: 100%;
	line-height: 1.4286;
	color: #333;
	font-family: arial;
	font-size: 14px;
}

input,
textarea,
select {
	font-size: 100%;
	font-family: inherit;
	outline: none;
	border: none;
	background-color: transparent;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
form {
	margin: 0;
}

h4,
h5,
h6 {
	font-size: 1em;
}

ul,
ol {
	padding-left: 0;
	list-style-type: none;
}

/*image with no-border*/
img {
	border: 0;
}

.container {
	overflow-x: hidden;
	width: 100%;
}

.bg_d {
	background-color: #034983;
}

.bg_fff {
	background-color: #fff;
}

.cd {
	color: #034983;
}

.cg {
	color: #AB9985;
}

.cw {
	color: #fff;
}

.c3 {
	color: #333333;
}

.c6 {
	color: #666666;
}

.c9 {
	color: #999999;
}

.dn {
	display: none;
}

.di {
	display: inline;
}

.db {
	display: block;
}

.w100 {
	width: 100%;
}

.h100 {
	height: 100%;
}

.dib {
	display: inline-block;
}

.box_bb {
	box-sizing: border-box;
}
.lh0 {
	line-height: 0;
}
.lh14 {
	line-height: 14px;
}

.lh16 {
	line-height: 16px;
}

.lh18 {
	line-height: 18px;
}

.lh20 {
	line-height: 20px;
}

.lh22 {
	line-height: 22px;
}

.lh24 {
	line-height: 24px;
}

.lh28 {
	line-height: 28px;
}

.lh36{
	line-height: 36px;
}

.lh40 {
	line-height: 40px;
}

.m0 {
	margin: 0;
}

.m5 {
	margin: 5px;
}

.m10 {
	margin: 10px;
}

.m15 {
	margin: 15px;
}

.m20 {
	margin: 20px;
}

.m25 {
	margin: 25px;
}

.m30 {
	margin: 30px;
}

.mla {
	margin-left: auto;
}

.ml1 {
	margin-left: 1px;
}

.ml2 {
	margin-left: 2px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}

.ml25 {
	margin-left: 25px;
}

.ml30 {
	margin-left: 30px;
}

.ml35 {
	margin-left: 35px;
}

.ml40 {
	margin-left: 40px;
}

.mra {
	margin-right: auto;
}

.mr1 {
	margin-right: 1px;
}

.mr2 {
	margin-right: 2px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mr25 {
	margin-right: 25px;
}

.mr30 {
	margin-right: 30px;
}

.mr35 {
	margin-right: 35px;
}

.mr40 {
	margin-right: 40px;
}

.mr-10 {
	margin-right: -10px;
}

.mr-15 {
	margin-right: -15px;
}

.mta {
	margin-top: auto;
}

.mt1 {
	margin-top: 1px;
}

.mt2 {
	margin-top: 2px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt-5 {
	margin-top: -5px;
}

.mt-10 {
	margin-top: -10px;
}

.mt-15 {
	margin-top: -15px;
}

.mb1 {
	margin-bottom: 1px;
}

.mb2 {
	margin-bottom: 2px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.mb25 {
	margin-bottom: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.mb40 {
	margin-bottom: 40px;
}

.mb45 {
	margin-bottom: 45px;
}

.mb50 {
	margin-bottom: 50px;
}

.mb-5 {
	margin-bottom: -5px;
}

.mb-10 {
	margin-bottom: -10px;
}

.mb-15 {
	margin-bottom: -15px;
}

.p0 {
	padding: 0;
}

.p1 {
	padding: 1px;
}

.pl1 {
	padding-left: 1px;
}

.pt1 {
	padding-top: 1px;
}

.pr1 {
	padding-right: 1px;
}

.pb1 {
	padding-bottom: 1px;
}

.p2 {
	padding: 2px;
}

.pl2 {
	padding-left: 2px;
}

.pt2 {
	padding-top: 2px;
}

.pr2 {
	padding-right: 2px;
}

.pb2 {
	padding-bottom: 2px;
}

.pl5 {
	padding-left: 5px;
}

.p5 {
	padding: 5px;
}

.pt5 {
	padding-top: 5px;
}

.pr5 {
	padding-right: 5px;
}

.pb5 {
	padding-bottom: 5px;
}

.p10 {
	padding: 10px;
}

.pl10 {
	padding-left: 10px;
}

.pt10 {
	padding-top: 10px;
}

.pr10 {
	padding-right: 10px;
}

.pb10 {
	padding-bottom: 10px;
}

.p15 {
	padding: 15px;
}

.pl15 {
	padding-left: 15px;
}

.pt15 {
	padding-top: 15px;
}

.pr15 {
	padding-right: 15px;
}

.pb15 {
	padding-bottom: 15px;
}

.p20 {
	padding: 20px;
}

.pl20 {
	padding-left: 20px;
}

.pt20 {
	padding-top: 20px;
}

.pr20 {
	padding-right: 20px;
}

.pb20 {
	padding-bottom: 20px;
}

.p25 {
	padding: 25px;
}

.pl25 {
	padding-left: 25px;
}

.pt25 {
	padding-top: 25px;
}

.pr25 {
	padding-right: 25px;
}

.pb25 {
	padding-bottom: 25px;
}

.p30 {
	padding: 30px;
}

.pl30 {
	padding-left: 30px;
}

.pt30 {
	padding-top: 30px;
}

.pr30 {
	padding-right: 30px;
}

.pb30 {
	padding-bottom: 30px;
}

.f0 {
	font-size: 0;
}

.f10 {
	font-size: 10px;
}

.f12 {
	font-size: 12px;
}

.f13 {
	font-size: 13px;
}

.f14 {
	font-size: 14px;
}

.f16 {
	font-size: 16px;
}

.f17 {
	font-size: 17px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f22 {
	font-size: 22px;
}

.f24 {
	font-size: 24px;
}

.f26 {
	font-size: 26px;
}

.f28 {
	font-size: 28px;
}

.f50{
	font-size: 50px;
}

.n {
	font-weight: normal;
	font-style: normal;
}

.b {
	font-weight: bold;
}

.i {
	font-style: italic;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.tl {
	text-align: left;
}

.tj,
.th_tj {
	text-align: justify;
}

.th_tj:after {
	content: '';
	display: inline-block;
	width: 100%;
	height: 1px;
}

.tdl {
	text-decoration: underline;
}

.lt-1 {
	letter-spacing: -1px;
}

.lt0 {
	letter-spacing: 0;
}

.lt1 {
	letter-spacing: 1px;
}

.nowrap {
	white-space: nowrap;
}

.bk {
	word-wrap: break-word;
}

.vm {
	vertical-align: middle;
}

.vb {
	vertical-align: bottom;
}

.vt {
	vertical-align: top;
}

.vn {
	vertical-align: -5px;
}

.l {
	float: left;
}

.r {
	float: right;
}

.cl {
	clear: both;
}

.rel {
	position: relative;
}

.abs,
.cm {
	position: absolute;
}

.fixed {
	position: fixed;
}

.zx1 {
	z-index: 1;
}

.zx2 {
	z-index: 2;
}

.zx8 {
	z-index: 8;
}

.zx9 {
	z-index: 9;
}

.zx99 {
	z-index: 99;
}

.zx999 {
	z-index: 999;
}

.t0 {
	top: 0;
}

.t50 {
	top: 50%;
}

.t100 {
	top: 100%;
}

.b0 {
	bottom: 0;
}

.l0 {
	left: 0;
}

.l50 {
	left: 50%;
}

.l100 {
	left: 100%;
}

.r0 {
	right: 0;
}

.r50 {
	right: 50%;
}

.b0{
	bottom: 0;
}

.b50{
	bottom: 50%;
}

.b100{
	bottom: 100%;
}

.ovh {
	overflow: hidden;
}

.ova {
	overflow: auto;
}

.vh {
	visibility: hidden;
}

.vv {
	visibility: visible;
}

.o0 {
	opacity: 0;
}

.clearfix,
.fix {
	zoom: 1;
}

.clearfix:after,
.fix:after {
	display: table;
	content: "";
	clear: both;
}

.ell {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ell_more {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.ell_2 {
	-webkit-line-clamp: 2;
}

.ell_3 {
	-webkit-line-clamp: 3;
}

.middle {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}


.disabled {
	opacity: 0.4;
	filter: alpha(opacity=40);
	cursor: default;
	-ms-pointer-events: none;
	pointer-events: none;
}

.minw{
    /* min-width: 1180px; */
    min-width: 1230px;
}

.content{
	width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.hr{
	min-width: 1180px;
	height: 8px;
	background-color: #034983;
}

html,body{
    height: 100%;
}
.Main{
    /* min-width: 1180px; */
    min-width: 1230px;
	min-height: 100%;
	overflow: hidden;
}
.Header{
    padding-bottom: 35px;
}
.Header .top{
    padding-top: 45px;
}
.Header .logo{
    width: 130px;
    height: 130px;
}
.Header .slogn{
    height: 130px;
    margin-left: 154px;
    line-height: 130px;
}
.Search{
	width: 332px;
	/* height: 40px; */
}
.Search table.gsc-search-box,.Search form.gsc-search-box{
	margin: 0;
}
.Search .cse .gsc-control-cse,
.Search .gsc-control-cse{
    /* https://productforums.google.com/forum/#!category-topic/customsearch/yjiZbSwZ9vw */
    background-color: transparent;
    border: 0;
    margin-top:-12px;
}
.Search .gsc-search-box-tools .gsc-search-box .gsc-input{
	padding-right: 0;
}
.Search .gsc-search-box-tools .gsc-search-box .gsc-input input{
	height: 30px!important;
}
.Search .cse .gsc-search-button-v2, .gsc-search-button-v2{
	margin: 0;
}
.Search .gsc-search-button{
	width: 40px;
	height: 40px;
	border: none;
	margin: 0;
	padding: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	background-color: #0076D0;
}
.Navbar{
    height: 60px;
    background-color: #0076D0;
}
.Navbar .navCon{
    width: 1248px;
    margin: 0 auto;
}
.Navbar .nav{
    padding: 0 50px;
    line-height: 60px;
	text-decoration: none;
	cursor: pointer;
}
.Navbar .langBox{
	width: 92px;
	left: 50%;
	top: 100%;
	margin-left: -46px;
}
.Navbar .langBox .con{
	height: 117px;
	background-color: #0076D0;
}
.Navbar .nav:hover{
	/* text-decoration: underline; */
	color: #013A69;
}
.Navbar .nav.active{
	background-color: #005EAB;
	color: #fff;
}
.Navbar .nav .icon{
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.Navbar .langBox .lang{
	line-height: 32px;
	cursor: pointer;
}
.Navbar .langBox .lang:hover,.Navbar .langBox .lang.active{
	background-color: #005EAB;
}
.Content{
    padding-bottom: 76px;
}
.mb100{
    margin-bottom: 100px;
}
.Banner{
	/* height: 578px; */
	height: 355px;
    background: #fff url(../img/index/banner.png) no-repeat center top;
}
.Footer{
    height: 66px;
    /* margin-top: -76px; */
	margin: -76px auto 0;
    border-top: 10px solid #034983;
    line-height:  66px;
}

.Title{
    padding-bottom: 10px;
    border-bottom: 8px solid #034983;
    line-height: 24px;
    font-size: 20px;
    color: #034983;
    font-weight: bold;
}