﻿body { color:#666; font-size:16px; font-family:"alfy","pingfang","Microsoft YaHei","宋体"; -webkit-tap-highlight-color: transparent; font-weight: bold; }
*{-webkit-tap-highlight-color: transparent;outline:none;}
html{ overflow-y:scroll;}
html.noscroll{ overflow: hidden; }
form,div,body,img,p,img,dl,dt,dd,h2,h1,h3{ margin:0px; padding:0px; border:0; }
a:link{ text-decoration:none; behavior:url(/scripts/blur.htc);}
a:visited{ text-decoration:none;}
a:hover{ text-decoration:none;}
a:focus { -moz-outline-style: none; }
a:active{ outline:none; text-decoration:none;}
em,i{ font-style:normal; }
ul,li{ list-style:none; margin:0; padding:0;}
input,textarea,select{ color:#333; margin:0; padding:0; font-size:12px; font-family:Arial; vertical-align:middle;}
input:focus,textarea:focus{ outline:none;}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{
	border:none; padding:0;
}

/*浮动*/
.clearboth:after{ display:block; clear:both; content:""; overflow:hidden; height:0; }
.clearboth{ *zoom:1;}
.float_l{ float:left;}
.float_r{ float:right;}


/*字体*/
.Arial { font-family:Arial;}
.YaHei { font-family:"microsoft yahei","宋体";}
@font-face {
    font-family: "alfy";
    src: url("../font/AlimamaFangYuanTiVF-Thin.woff") format("woff"),
    url("../font/AlimamaFangYuanTiVF-Thin.ttf") format("truetype");
}

/*上下间距*/
.mb5{ margin-bottom:5px;}
.mb10{ margin-bottom:10px;}
.mb15{ margin-bottom:15px;}
.mb18{ margin-bottom:18px;}
.mb20{ margin-bottom:20px;}
.mb25{ margin-bottom:25px;}
.mb30{ margin-bottom:30px;}
.mb35{ margin-bottom:35px;}
.mb40{ margin-bottom:40px;}
.mb45{ margin-bottom:45px;}
.mb50{ margin-bottom:50px;}
.mb60{ margin-bottom:60px;}
.mb80{ margin-bottom:80px;}
.mb100{ margin-bottom:100px;}
.pt10{ padding-top: 10px; }

/*公用*/
.div100{ width:100%;}
.B{ font-weight:bold;}
.Text_l{ text-align:left;}
.Text_r{ text-align:right;}
.Text_c{ text-align:center;}
.animate{ transition:all ease 0.3s; }
.flexbox{ display: flex; flex-wrap: wrap; }

.container{ max-width: 1920px; margin: 0 auto; overflow: hidden; width: 100%; }
.all{ width:1600px; margin:0 auto; }
.mainTitle{ position: relative; }
.mainTitle img{ position: absolute; left: -70px; top: -30px; }
.mainTitle .en{ font-size: 44px; font-family: "Microsoft YaHei"; font-weight: bold; line-height: 44px; position: relative; z-index: 2; }
.mainTitle .cn{ font-size: 34px; position: relative; z-index: 2; }
.mainTitle p{ position: relative; z-index: 2; font-size: 18px; line-height: 34px; }

.mainMore{ border: 1px solid #fff; display: inline-block; line-height: 50px; padding: 0 40px 0 18px; border-radius: 50px; background: url(../images/index/more.png) no-repeat right 13px center; font-size: 16px; color: #fff; transition: all 0.3s ease; }
.mainMore:hover{ background: #fff url(../images/index/more2.png) no-repeat right 10px center; color: #134990; }
.mainMore.black{ border: 1px solid #a0a0a0; color: #000; background: url(../images/index/more3.png) no-repeat right 13px center; }
.mainMore.black:hover{ background: #134990 url(../images/index/more.png) no-repeat right 10px center; color: #fff; border: 1px solid #134990; }

.mainHead{ position: fixed; width: 100%; height: 140px; z-index: 100010; transition: all 0.3s ease; }
.mainHead.active,.mainHead.active2{ box-shadow: 0 5px 10px rgba(80,80,80,.3); background: #fff; height: 100px; } 
.mainHead .all{ position: relative; height: 100%; }
.mainHead .mainLogo{ position: absolute; left: 0; top: 0; width: 146px; height: 100%; }
.mainHead .mainLogo a{ display: block; height: 100%; background: url(../images/mainLogo.png) no-repeat center; }
.mainHead.active .mainLogo a,.mainHead.active2 .mainLogo a{ background: url(../images/mainLogo2.png) no-repeat center; }
.mainHead .mainMenu{ position: absolute; right: 0; top: 0; height: 100%; color: #fff; z-index: 2; display: flex; align-items: center; }
.mainHead .mainMenu .li{ position: relative; }
.mainHead .mainMenu .li::after{ position: absolute; left: 0; content: ''; width: 2px; height: 2px; background: #fff; border-radius: 2px; top: 50%; margin-top: -1px; }
.mainHead .mainMenu .li:first-child::after{ display: none; }
.mainHead .mainMenu .li a{ display: block; position: relative; font-size: 16px; color: #fff;; padding: 0 33px; line-height: 110px; transition: all 0.3s ease; }
.mainHead .mainMenu .li a::after{ position: absolute; content: ''; left: 20px; right: 20px; bottom: 36px; height: 0px; background: #fff; transition: all 0.2s ease; }
.mainHead.active .mainMenu .li a::after,.mainHead.active2 .mainMenu .li a::after{ background: #134990; bottom: 26px; }
.mainHead.active .mainMenu .li a,.mainHead.active .mainMenu .language a,.mainHead.active2 .mainMenu .li a,.mainHead.active2 .mainMenu .language a{ color: #134990; }
.mainHead.active .mainMenu .li a,.mainHead.active2 .mainMenu .li a{ line-height: 90px; }
.mainHead .mainMenu .li:hover a::after,.mainHead .mainMenu .li a.active::after{ height: 2px; }
.mainHead .mainMenu .language{ margin-left: 80px; }
.mainHead .mainMenu .language a{ color: #fff; }
.mainHead .mlanguage{ display: none; position: absolute; right: 60px; top: 31px; }
.mainHead .mlanguage a{ color: #fff; }
.mainHead.active .mlanguage a{ color: #134990; }

.mainHead .mainBtn{ position:absolute; right:0; top:30px; width:24px; height:18px; z-index:2; cursor:pointer; visibility: hidden; opacity: 0; }
.mainHead .mainBtn span{ display:block; width:100%; height:2px; background:#fff; position:absolute; left:0; }
.mainHead .mainBtn .sp1{ top:0; transform:translateX(0); }
.mainHead .mainBtn .sp2{ top:8px; background:none; transform:rotateY(0); }
.mainHead .mainBtn .sp2 em{ display:block; background:#fff; height:2px; }
.mainHead.active .mainBtn span,.mainHead.active .mainBtn .sp2 em,.mainHead.active2 .mainBtn span,.mainHead.active2 .mainBtn .sp2 em{ background: #134990; }
.mainHead .mainBtn .sp3{ bottom:0; transform:translateX(0); }
.mainHead .mainBtn:hover .sp2 em{ animation: btnmove .5s linear 0s normal forwards 1; }
.mainHead.cur .mainBtn .sp1{ transform:translateX(-100%); transition:all ease 0.3s; opacity:0; }
.mainHead.cur .mainBtn .sp2{ transition:all 0.3s ease 0.1s; transform:rotateY(90deg); }
.mainHead.cur .mainBtn .sp3{ transform:translateX(100%); transition:all ease 0.3s; opacity:0; }

.mainHead .mainClose{ visibility: hidden; opacity: 0; position:absolute; z-index: 1; width:26px; right:0; top:30px; height:18px; cursor:pointer; transform:rotate(0); }
.mainHead.cur .mainClose{ z-index: 3; opacity: 1; transition: all 0.4s ease 0.5s; }
.mainHead .mainClose span{ display:block; height:2px; top:50%; margin-top:-1px; background:#134990; position:absolute; width:100%; transform:rotate(0); }
.mainHead.active .mainClose span,.mainHead.active2 .mainClose span{ background: #134990 }
.mainHead.cur .mainClose span.sp1{ transform:rotate(45deg); transition:all 0.3s ease 1s; }
.mainHead.cur .mainClose span.sp2{ transform:rotate(-45deg); transition:all 0.3s ease 1s; }

.ziMenu{ position:fixed; width:40%; height:100%; padding-top: 80px; box-sizing: border-box; z-index:1002; top:0; right:-40%; transition:all 0.4s ease 0.2s; display: none; background:#fff; }
.ziMenu.cur{ transition:all 0.4s ease 0.3s; right: -1px; }
.ziMenu .bg{ position: absolute; top: 120px; bottom: 40px; width: 100%; overflow-y: auto; }
.ziMenu ul{ margin-bottom: 10px; line-height: 40px; padding-left: 20px; }
.ziMenu li{ font-size: 16px; padding-left: 20px; }
.ziMenu li>a{ color: #000; transition: all 0.3s ease; font-size: 18px; }
.ziMenu li dl{ padding: 5px 0 10px 15px; display: none; }
.ziMenu li dl dd a{ font-size: 14px; color: #333; line-height: 30px; }
.ziMenu .language{ color: #000; padding: 40px 0 0 40px; font-size: 16px; }
.ziMenu .language a{ margin: 0 20px; color: #333; vertical-align: middle; }
.ziMenu .language a.active{ color: #134990; }
.mainMask{ width: 100%; height: 100%; z-index: 1001; background: rgba(0,0,0,.3); visibility: hidden; opacity: 0; left: 0; top: 0; position: fixed; display: none; }

.mainFoot .fp-tableCell{ color: #fff; background: #11213b }
.mainFoot .function{ padding: 65px 0 0; height: 360px; box-sizing: border-box; }
.mainFoot .function .flexbox{ justify-content: space-between; align-items: center; }
.mainFoot .function .codebox{ text-align: center; }
.mainFoot .function .codebox p{ margin-bottom: 10px; color: #ffffff;}
.mainFoot .function .listbox{ display: flex; justify-content: space-between; width: 62%; }
.mainFoot .function .listbox dl:last-child{ width: 30%; }
.mainFoot .function .listbox dl:nth-child(2){ width: 200px; display: flex; justify-content: space-between; flex-wrap: wrap; align-content: flex-start; }
.mainFoot .function .listbox dt{ font-size: 18px; padding-bottom: 15px; margin-bottom: 25px; position: relative; color: #ffffff; width: 100%; }
.mainFoot .function .listbox dt::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 26px; height: 2px; background: #134990; }
.mainFoot .function .listbox dd{ line-height: 28px; font-size: 14px; }
.mainFoot .function .listbox dd a{ color: #ccc; }
.mainFoot .function .listbox dd a:hover{ color: #0d64b0; }
.mainFoot .function .listbox dl.sp a{ display: inline-block; width: 100px; }
.mainFoot .function .listbox dl p{ line-height: 24px; margin-bottom: 10px; color: #ccc; font-size: 14px; }
.mainCopy{ line-height: 90px; font-size: 14px; border-top: 1px solid #26354d; color: #999; }
.mainCopy .flexbox{ justify-content: space-between; align-items: center; }
.mainCopy .an{ color: #999; padding-left: 30px; background: url(../images/an.png) no-repeat left center; display: inline-block; line-height: 24px; margin-left: 20px; }

.mainPage{ text-align: center; }
.mainPage li{ margin: 0 8px; font-size: 16px; position: relative; width: 46px; height: 46px; line-height: 46px; display: inline-block; color: #000; text-align: center; }
.mainPage li span,.mainPage li a{ border-radius: 50px; background: #fff; display: block; box-shadow: 0 5px 10px rgba(80,80,80,.2); }
.mainPage li.active span,.mainPage li:hover a{ color: #fff; background: #134990; }


@media only screen and (max-width: 1700px) {
    .all{ width: 1500px; }
}
@media only screen and (max-width: 1580px) {
    .all{ width: 1200px; }
    .mainHead>.all{ width: 96%; }
}
@media only screen and (max-width: 1480px) {
}
@media only screen and (max-width: 1370px) {
    .mainMore{ font-size: 16px; padding: 0 60px 0 20px; line-height: 46px; background-position: center right 20px; }
    .mainMore:hover{ background-position: center right 15px; }
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1260px) {
    .all{ width: 100%; padding: 0 20px; box-sizing: border-box; }
}
@media only screen and (max-width: 1120px) {
    .mainHead,.mainHead.active,.mainHead.active>.all,.mainHead.active2,.mainHead.active2>.all{ height: 80px; }
    .mainHead .mainMenu{ display: none; }
    .mainHead .mainBtn{ opacity: 1; visibility: visible; }
    .mainMask{ visibility: visible; opacity: 1; }
    .mainHead .mainClose{ visibility: visible; }
    .ziMenu{ display: block; }
    .mainHead .mainLogo{ width: 200px; }
    .mainMore{ height: 40px; line-height: 40px; font-size: 14px; background-size: 20px !important; padding-right: 50px; }
    .mainFoot .function .logobox{ display: none; }
    .mainFoot .function .listbox{ width: 76%; }
    .mainHead .mlanguage{ display: block; }
    .mainFoot{ background: #11213b }
}
@media only screen and (max-width: 900px) {
    .mainTitle .en{ font-size: 34px; }
    .mainTitle .cn{ font-size: 28px; }
}
@media only screen and (max-width: 510px) {
    .ziMenu{ width: 60%; right: -60%; }
    .mainPage li{ display: none; }
    .mainPage li:first-child,.mainPage li:last-child{ display: inline-block; }
    .mainHead>.all{ width: 100%; }
    .mainHead .mainLogo{ left: 20px; }
    .mainHead .mainBtn,.mainHead.cur .mainClose{ right: 20px; }
    .mainTitle .en{ font-size: 26px; }
    .mainTitle .cn{ font-size: 22px; }
    .mainTitle img{ display: none; }
    .mainFoot .function .codebox{ width: 100%; margin-bottom: 20px; }
    .mainFoot .function .codebox img{ width: 80px; }
    .mainFoot .function{ padding: 40px 0 20px; height: auto; }
    .mainFoot .function .listbox{ width: 100%; flex-wrap: wrap; }
    .mainFoot .function .listbox dl,.mainFoot .function .listbox dl:nth-child(2){ display: none }
    .mainFoot .function .listbox dl:last-child{ display: block; width: 100%; }
    .mainCopy{ line-height: 26px; padding: 10px 0; }
    .mainHead .mainLogo a{ background-position: left center !important; background-size: auto 40px !important; }
    .mainHead .mlanguage{ right: 70px; }
}

@keyframes move{
   0%{ transform: translateY(0); }
   50%{ transform: translateY(50%); }
   100%{ transform: translateY(0); }
}