@charset "utf-8";
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', 'Arial';
    background: url("image/headerBg.jpg") no-repeat center 0;
    background-size: 100% 937px;
    min-width: 1280px;
    overflow-x: hidden;
}

a {
    cursor: pointer;
}

.headerBox {
    position: relative;
    width: 1440px;
    height: 806px;
    margin: auto;
    padding: 20px 0 0 61px;
    background: url("image/bg.png") no-repeat;
}

.headerTop {
    height: 95px;
}

.headerLogo {
    display: inline-block;
    width: 200px;
    height: 76px;
    background: url("image/logo.png") no-repeat;
}

.headerRight {
    float: right;
    margin: 10px 85px;
    color: #d8e6f3;
}

.headerRight a, .headerMenu a, .footCont a {
    text-decoration: none;
}

.headerRight a, .footCont a {
    color: #fff;
}

.browser {
    display: inline-block;
    width: 120px;
    height: 35px;
    margin: auto 14px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    color: #fff;
    background-color: #194eb5;
}

.browser:hover > a {
    display: block;
}

.browser > a, .headerMenu a, .itemList {
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}

.browser > a {
    display: none;
    float: left;
    width: 120px;
    height: 35px;
    border-top: 1px solid #143f93;
    background-color: #17459e;
    font-size: 14px;
}

.browser a:hover {
    background-color: #194eb5;
}
.Down{
    display: inline-block;
    height: 35px;
    padding: 0 10px;
    line-height: 35px;
    cursor: pointer;
}
.Down:hover{
    color: #fff;
    background-color: #194eb5;
}
.headerMenu {
    position: absolute;
    bottom: 20px;
    left: 212px;
}

.headerMenu a {
    display: inline-block;
    width: 223px;
    height: 236px;
    margin: auto 10px;
    padding: 118px 50px 0 50px;
    text-align: center;
    font-size: 27px;
    line-height: 29px;
    color: #1b86d1;
}

.headerMenu a:hover {
    color: #fff;
}

.menuEn {
    background: url("image/menu01.png") no-repeat;
}

.menuEn:hover {
    background: url("image/menu1.png") no-repeat;
}

.menuCh {
    background: url("image/menu02.png") no-repeat;
}

.menuCh:hover {
    background: url("image/menu2.png") no-repeat;
}

.menuJp {
    background: url("image/menu03.png") no-repeat;
}

.menuJp:hover {
    background: url("image/menu3.png") no-repeat;
}
.menu4 {
    background: url("image/menu04.png") no-repeat;
}

.menu4:hover {
    background: url("image/menu4.png") no-repeat;
}
.itemListCont {
    background: url("image/bg02.png") no-repeat center 0;
}

.itemList {
    position: relative;
    width: 1226px;
    height: 699px;
    margin: auto auto 58px auto;
    padding: 36px;
    border: 1px solid #b3b3b3;
    box-shadow: 1px 1px 2px rgba(99, 99, 99, .75);
}

.itemList:hover {
    border-color: #136197;
}

.itemList div {
    margin-top: 10px;
}

#itemList01,#itemList02,#itemList03{
    position: absolute;
    top: -30px;
}

.itemList01 {
    background: url("image/itemList01.png") no-repeat 36px 50% #fff;
}

.itemList02 {
    background: url("image/itemList02.png") no-repeat 480px 50% #fff;
}

.itemList03 {
    background: url("image/itemList03.png") no-repeat 36px 50% #fff;
}
.itemList04 {
    background: url('image/itemList04.jpg') no-repeat 488px 50% #fff;
}
.itemList01 div, .itemList03 div {
    float: right;
}

.itemList01 div {
    width: 636px;
    height: 351px;
    background: url("image/menuEnBg.png") no-repeat;
}

.itemList02 div {
    width: 400px;
    height: 355px;
    background: url("image/menuCnBg.png") no-repeat center;
}

.itemList03 div {
    width: 393px;
    height: 390px;
    background: url("image/menuJpBg.png") no-repeat left bottom;
}
.itemList04 div {
    width: 1136px;
    background: url("image/menuJpBg.png") no-repeat left bottom;
}
.itemList p {
    margin: 10px 10px 25px 10px;
    padding-left: 50px;
    font-size: 35px;
    font-weight: bold;
    color: #055a95;
}

.iconList01 {
    background: url("image/menuEnIcon.png") no-repeat 0 65%;
}

.iconList02 {
    background: url("image/menuCnIcon.png") no-repeat 0 65%;
}

.iconList03 {
    background: url("image/menuJpIcon.png") no-repeat 0 65%;
}
.iconList04 {
    background: url("image/vr.jpg") no-repeat 0 65%;
}
.itemList a {
    display: inline-block;
    width: 280px;
    margin: 8px 10px;
    font-size: 20px;
    color: #055a95;
    text-decoration: none;
}

.itemList a:hover {
    color: #eea200;
}

.footBox {
    width: 100%;
    height: 177px;
    margin-top: 65px;
    background-color: #275779;
}

.footCont {
    position: relative;
    width: 1020px;
    height: 100%;
    margin: auto;
    padding-top: 46px;
    text-align: center;
    border: 1px solid transparent;
    color: #fff;
}

.codeIcon {
    position: absolute;
    top: -30px;
    left: 0;
}

.footCont span {
    display: inline-block;
    height: 29px;
    margin: auto 10px;
    line-height: 29px;
}

.addressIcon, .telIcon, .webIcon {
    padding-left: 40px;
}

.addressIcon {
    background: url("image/footAddress.png") no-repeat 0 center;
}

.telIcon, .webIcon, .mailIcon {
    font-size: 14px;
}

.telIcon {
    background: url("image/footTel.png") no-repeat 0 center;
}

.webIcon {
    background: url("image/footWeb.png") no-repeat 0 center;
}

.mailIcon {
    padding-left: 45px;
    background: url("image/footEmail.png") no-repeat 0 center;
}

.vrdiv{
float:left;
width:520px;
}
.vrdiv a{
    display: inline-block;
    width: 520px;
    margin: 8px 10px;
    font-size: 20px;
    color: #055a95;
    text-decoration: none;
}
.vrfont{
  margin: 12px 24px;
    font-size: 20px;
    color: #055a95;
	    font-weight: bold;
}