arset "utf-8";

html {
	font-family:sans-serif;
	background:#fff;
}
body {
	margin:0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
	display:block
}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline;
}
audio:not([controls]) {
	display:none;
	height:0;
}
[hidden],template {
	display:none;
}
a {
	background-color:transparent;
}
a:active,
a:hover {
	outline:0;
}
abbr[title] {
	border-bottom:1px dotted;
}
b,strong {
	font-weight:700;
}
dfn {
	font-style:italic;
}
h1 {
	font-size:2em;
	margin:.67em 0;
}
mark {
	background:#ff0;
	color:#000;
}
small {
	font-size:80%
}
sub,sup {
	font-size:75%;
	line-height:0;
	position:relative;
	vertical-align:baseline;
}
sup {
	top:-.5em;
}
sub {
	bottom:-.25em;
}
img {
	border:0;
}
svg:not(:root) {
	overflow:hidden;
}
figure {
	margin:1em 40px;
}
hr {
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	height:0;
}
pre {
	overflow:auto;
}
code,kbd,pre,samp {
	font-family:monospace,monospace;
	font-size:1em;
}
button,input,optgroup,select,textarea {
	color:inherit;
	font:inherit;
	margin:0;
}
button {
	overflow:visible;
}
button,select {
	text-transform:none;
}
button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance:button;
	cursor:pointer;
}
button[disabled],html input[disabled] {
	cursor:default;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	border:0;
	padding:0;
}
input {
	line-height:normal;
}
input[type=checkbox],input[type=radio] {
	box-sizing:border-box;
	padding:0;
}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height:auto;
}
input[type=search] {
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance:none;
}
fieldset {
	border:1px solid silver;
	margin:0 2px;
	padding:.35em .625em .75em;
}
legend {
	border:0;
	padding:0;
}
textarea {
	overflow:auto;
}
optgroup {
	font-weight:700;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
td,th {
	padding:0;
}
/*! reset.css */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin:0;
	padding:0;
}
iframe {
	display:block;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:400;
}
input:required {
	border:none;
	box-shadow:none;
}
input:invalid {
	background-color:transparent;
	box-shadow:none;
}
:focus {
	-moz-outline-style:none;
	outline:0;
}
.clearfix:after {
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}
.hide {
	display:none!important;
}
.show {
	display:block!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ovh{
	overflow: hidden;
}
.table{
	display: table;
}
.table-cell{
	display: table-cell;
}
a {
	color:#555;
	cursor:pointer;
	/*-moz-transition:all .15s ease-out;
	-webkit-transition:all .15s ease-out;
	-o-transition:all .15s ease-out;
	transition:all .15s ease-out;*/
	text-decoration:none;
}
@font-face {font-family: 'iconfont';
    src: url('https://www.sunlordinc.com/templates/191010/cn/style/css/iconfont.eot'); /* IE9*/
    src: url('https://www.sunlordinc.com/templates/191010/cn/style/css/iconfont.eot?') format('embedded-opentype'), /* IE6-IE8 */
    url('https://www.sunlordinc.com/templates/191010/cn/style/css/iconfont.woff') format('woff'), /* chrome、firefox */
    url('https://www.sunlordinc.com/templates/191010/cn/style/css/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('https://www.sunlordinc.com/templates/191010/cn/style/css/iconfont.svg') format('svg'); /* iOS 4.1- */
}
.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.001rem;
    -moz-osx-font-smoothing: grayscale;
}
.hidden {
	overflow-y:hidden;
}
.mac-hidden {
	overflow:hidden;
}
.uppc{
	text-transform: uppercase;
}
.h100{
	height: 100%;
	position: relative;
}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.flex-middle{
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-align:center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.flex-center{
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-pack:center;  
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
}
.fx1{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
}



body {
	font-family: Arial,"Microsoft Yahei",sans-serif;
	color:#555;
	background: #fff;
	/* min-width: 1100px; */
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: hidden;
}
.content{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.content:after{
	visibility:hidden;
	display:block;
	font-size:0;
	content:" ";
	clear:both;
	height:0;
}

.header{
	height: 80px;
	width: 100%;
}
.header .logo {
	padding-top: 23px;
}
.naver {
	height: 80px;
	margin-left: 52px;
}
.naver li {
	float: left;
	position: relative;
}
.naver li>a {
	display: block;
	padding: 0 35px;
	line-height: 80px;
	height: 80px;
	font-size: 18px;
	color: #202020;
}
.naver li:hover>a {
	color: #0064a7;
	background: #f5f5f5;
}
.sub-nav {
	position: absolute;
	top: 80px;
	display: none;
	padding: 12px 380px 30px 0;
	height: 280px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #f5f5f5 url(../image/subnav_bg_15.jpg) no-repeat right 0;
	z-index: 9;
        box-shadow: 0 4px 4px rgba(0,0,0,.2);
}
.sub-nav.bg2 {
	background-image: url(../image/subnav_bg_03.jpg);
}
.sub-nav.bg3 {
	background-image: url(../image/subnav_bg3_03.jpg);
	width: 760px;
}
.sub-nav.bg3 dd {
	float: left;
	width:50%
}

.sub-nav a {
	display: block;
	line-height: 28px;
	height: 28px;
	padding: 0 35px 0 45px;
	white-space: nowrap;
	font-size: 14px;
	background: url(../image/sub_nav_arr_15.png) no-repeat 35px center;
}
.sub-nav dd {
	padding: 3px 0;
}
/*.naver li:hover .sub-nav {
	display: block;
}*/
.sub-nav a:hover {
	color: #0064a7;
}
.search {
	display: flex;
	width: 200px;
	height: 30px;
	background: url(../image/search_bg_06.jpg) no-repeat 0 0;
	margin-top: 28px;
	justify-content: center;
	align-items: center;
}
.search .txt {
	float: left;
	background: transparent;
	border: none;
	outline: none;
	width: 150px;
	padding-left: 10px;
	height: 21px;
	padding: 4px 0 5px 10px;
	font-size: 14px;
}
.search .submit {
	background: transparent;
	cursor: pointer;
	border: none;
	outline: none;
	float: right;
	width: 40px;
	height: 30px;
	padding: 0;
}
.language {
	margin-left: 20px;
	padding-top: 28px;
	position: relative;
}
.language span {
	display: block;
	padding-right: 17px;
	background: url(../image/lan_arr_09.jpg) no-repeat right 14px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	height: 30px;
	line-height: 30px;
	color: #808080;
	font-size: 14px;
}
.language-list {
	position: absolute;
	top: 58px;
	left: -5px;
	width: 100%;
	background: #fff;
	display: none;
	z-index: 9;
	padding: 0 3px 10px 10px;
}
.language-list a {
	display: block;
	font-size: 14px;
	color: #808080;
}
.language-list a:hover {
	color: #0064a7;
}
.language-list p {
	padding: 3px 0;
}
.language:hover .language-list {
	display: block;
}




.index-links {
	background: #0064a7;
	height: 90px;
}
.index-links ul {
	overflow: hidden;
	padding-top: 29px;
}
.index-links li {
	float: left;
	margin-right: 234px;
}
.index-links li a{
	display: block;
	padding-left: 49px;
	line-height: 33px;
	height: 33px;
	background-repeat: no-repeat;
	background-position: 0 center;
	color: rgba(255,255,255,.8);
}
.index-links .li1 a {
	background-image: url(../image/index_link_17.jpg);
}
.index-links .li2 a {
	background-image: url(../image/index_link_19.jpg);
}
.index-links .li3 a {
	background-image: url(../image/index_link_21.jpg);
}
.index-links .li4 a {
	background-image: url(../image/index_link_23.jpg);
}
.index-links li:hover a {
	color: rgba(255,255,255,1);
}
.index-links li.li4 {
	width: auto;
	float: right;
	margin-right: 0;
}


.footer {
	padding: 40px 0 55px;
}
.footer-left dl {
	float: left;
	overflow: hidden;
	margin-right: 210px;
}
.footer-left dt {
	font-size: 16px;
	color: #555;
	font-weight: bold;
	margin-bottom: 15px;
}
.footer-left dd {
	margin-bottom: 8px;
	line-height: 24px;
}
.footer-left dd a {
	font-size: 12px;
	color: #777;
}
.footer-left dd a:hover {
	color: #0064a7;
}
.footer-right {
	width: 236px;
}
.code-item {
	text-align: center;
}
.code-item img {
	display: block;
	width: 100px;
	height: 100px;
}
.code-item p {
	font-size: 14px;
	color: #888;
	margin-top: 10px;
}
.footer-right .tit {
	font-size: 14px;
	color: #0064a7;
	text-align: center;
	margin-top: 20px;
}
.footer-logos {
	overflow: hidden;
	padding: 22px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-top: 10px;
}
.footer-logos a {
	display: block;
	float: left;
        font-size: 0;
}
.footer-links {
	margin-top: 20px;
	font-size: 12px;
	color: #868686;
}
.footer-links .fl span {
	margin: 0 10px;
}
.footer-links a {
	color: #868686;
}