@charset "utf-8";
*{margin: 0; padding: 0; outline: none;}
body, button, input, select, textarea{font: 14px/1.5 Tahoma,arial,'Hiragino Sans GB','microsoft yahei',\5b8b\4f53;}
a{color:#000; text-decoration: none;}
a:hover{color: #edac20;}
i{font-style: normal;}
li{list-style: none;}
/* 用来消除img标签下的几像素的间距 */
img{vertical-align: top;}
.clearfix::after{display: block; content: '\20'; height: 0; clear: both;}
.clearfix{*zoom: 1;}
/* 版心的尺寸 */
.g-in{width: 1200px; margin: 0 auto;}
/* “查看更多”链接的样式 */
.checkLink{display: block; width: 128px; height: 36px; font-size: 14px; color: #fff; text-align: center; line-height: 36px; background: #edac20; border-radius: 20px;}
.checkLink:hover{color: #000;}
/* 菜单导航栏 */
.header{display: flex;justify-content: space-between; padding: 20px 0 18px 0; position: relative; z-index: 6; }
.topArea{display: flex;justify-content: flex-end;}
.header .navs{display: flex;justify-content: space-between;width: 578px;margin-right: 38px;padding-top: 20px;font-weight: bold;}
.header .m-select{padding-top: 20px;}
.header .nav a{font-size: 16px; color: #333333;}
.header .nav a:hover,
.header .nav .current a {color: #edac22;}
.header .m-select div{float: left;}
.header .m-select .search { position: relative; }
.header .m-select .search i{display: block;width: 35px;height: 42px;margin-right: 19px;background: url(ico_01_before.png) no-repeat 20px 3px;cursor: pointer;padding-left: 20px;}
.header .m-select .search i::after{content: "\20"; float: right; width: 1px; height: 15px; margin-top: 5px; background: #999999;}
.header .m-select .search:hover i {background-image: url(ico_01_after.png);}

.header .m-select .search form {position:absolute;top: 40px;right:0;z-index: 18;width: 322px;display: none;border: 1px solid #edac22;background-color: #fff;z-index: 99;}
.header .m-select .search input[type="text"]{width: 228px;height: 45px;line-height:38px;background:#fff;float:left;padding: 0 12px;font-size:14px;border: 0;}
.header .m-select .search input[type="submit"]{width: 70px;height: 45px;background:#edac22;color:#fff;text-align:center;cursor:pointer;float:right;font-size:14px;border: 0;}

.header .m-select .search:hover form { display: block; }

.header .tel { font-size:16px; color: #333; line-height:62px;  margin-left:30px; }
.header .tel i {font-size:24px; font-weight:bold;  }

.header .m-select .language{position: relative; height: 42px; padding-left: 23px; font-size: 14px; color: #333333; background: url(ico_02_before.png) no-repeat 0 3px; cursor: pointer; z-index: 5;}

.m-select .language ul{display: none; position: absolute; top: 36px; left: -18px; width: 98px; height: 66px; padding-top: 18px; background: #edac22; border-radius: 6px; text-align: center;}
.m-select .language ul::before{position: absolute; top: -16px; right: 6px; display: block; content: "\20"; height: 0; width: 0; border-top: 10px solid transparent; border-bottom: 10px solid #edac22; border-left: 10px solid transparent; border-right: 10px solid transparent;}
.m-select .language ul li{margin-bottom: 10px;}
.m-select .language a{color: #fff;}
.m-select .language:hover{color: #edac20; background: url(ico_02_after.png) no-repeat 0 3px;}
.m-select .language:hover ul{display: block;}
.language li a:hover{color: #021561;}
/* .banner 部分 */
.banner img{width: 100%; height: auto;}


/* 底部链接 */
.footer{background: #021561;}
.footer .connect{padding: 62px 0;}
.connect dl{float: left; margin-right: 78px; line-height: 28px;font-size: 12px;}
.connect dl dt{margin-bottom: 10px; font-size: 16px; color: #fff;}
.connect dl a{color: #cbcdd8;}
.connect dl a:hover{color: #edac22;}
.connect img{float: right;}
.footer .info{padding: 11px 0; background: #010d3f;}
.footer .info .copyRight{float: left; color: rgba(255, 255, 255, .5);}
.footer .info .copyRight a{color: rgba(255, 255, 255, .5);}
.footer .info .copyRight a:hover{color: #edac20;}
.footer .info .u-link{float: right;}
.footer .info .u-link li{display: inline-block;margin-left: 8px;}
.back-to{position: fixed;right: 0;bottom: 0; padding: 14px 9px 0; background: #fff;z-index: 3;}
.back-to li{margin-bottom: 25px;}
.back-to li:last-child{margin-bottom: 22px;}
.back-to .code-pic{display: none; width: 143px; position: absolute; left: -134px; top: 15px;}
.back-to li:nth-child(2):hover .code-pic{display: block;}