@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
/*font-size: 100%;*/
/*vertical-align: baseline;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
font-family: "微软雅黑","Microsoft YaHei","Microsoft YaHei UI",Arial,SimSun,sans-serif;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
} 
input, textarea, select,button {font-size: 100%;font-family: inherit;vertical-align:middle;}
textarea {resize:none;overflow:auto; }
a,a:link,a:visited,a:hover,a:active{text-decoration:none;}

.nav-all {
	background: #1a2ebd;
	height: 66px;
}

.nav-all-con {
	width: 1088px;
	margin: 0 auto;
}

.navleft {
	width: 660px;
	float: left;
	margin-left: 25px;
}

.navright {
	min-width: 155px;
	float: right;
	height: 66px;
	line-height: 66px;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navleft ul {
	display: flex;
	justify-content: space-between;
}

.navleft li {
	line-height: 66px;
}

.navleft a,
.login a,
.cnoren a {
	color: #fff;
}

.navleft ul li a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
}

.navleft ul li a:hover,
.navleft ul li.on {
	height: 60px;
	cursor: pointer;
	color: #02e7f7;
}

.navleft ul li.on a {
	color: #02e7f7;
}

.login,
.cnoren {
	display: inline-block;
}

.cnoren {
	margin-left: 38px;
}


.wrapper{
    /* max-width: 1920px; */
    min-width: 1242px;
    margin: 0 auto;
}



.footer{
    background: #afd5fd;
    color: #fff;
}

.container .footer{
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; */
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    color: #333;
    background: transparent;
}

.ContactUs,
.footer,
.nav-all{
    /* max-width: 1920px; */
    margin: 0 auto;
}


.ContactUs {
	background: #daecff;
	height: 146px;
}

.ContactUs-con {
	width: 965px;
	margin: 0 auto;
}

.ContactUs-con ul {
	display: flex;
	justify-content: space-between;
}

.ContactUs-con li {
	width: 300px;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
}

.ContactUs-con li p {
	margin-top: 14px;
	font-size: 19px;color: #454545;
}

.email img {
	vertical-align: bottom;
}

/*  */
.footer {
	background: #afd5fd;
}

.footer-con {
	padding: 80px 0 60px 0;
	text-align: center;
	margin: 0 auto;
}

.footer-con li {
	color: #000;
	font-size: 16px;
	line-height: 28px;
}
.dizhi{ 
    line-height: 23px;}
	.tran-left-tit-01{margin-top: 18px;}


	.channel-name{
		font-size: 26px;
		color: #fff;
		width: 1000px;
		margin: 0 auto;
		padding: 30px;
	}
	
	.channel-name span{
		color: #fff;
		text-align: center;
	}
	
	.channel-name a{
		color: #fff;
	}




	
	.channel-name a:hover{
		color: #02e7f7;
	}
	
	.global-bg {
		background: url(https://v2.cri.cn/resource/8a0e642b-445d-4174-8910-775594bf0448/pc/images.global-bg.png) #1a1aa3 top center no-repeat;
		min-height: 1030px;
		padding-top: 60px;
		position: relative;
	}

	.content-box {
		width: 1000px;
		margin: 0 auto;
		background: #fff;
		padding: 40px;
		border-radius: 10px;
	}

	.user-info.login{
		max-width: 140px;
	}

	.user-info.login .user-dropdown{
		width: 140px;
	}
	.user-info.login .dropdown-item{
		padding: 0;
		height: 50px;
	}
