<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* CSS Document */

@font-face {
    src: url(../fonts/SourceHanSansCN-Regular.otf);
    font-family: "myfont";
}

@font-face {
    src: url(../fonts/Rajdhani-SemiBold.ttf);
    font-family: "Rajdhani";
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
a,
em,
img,
hr,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    color: #666;
    font-weight: inherit;
    font-style: inherit;
    list-style: none;
    line-height: 24px;
    font-family: Arial, "myfont", sans-serif;
}

html {
    font-size: 62.5%;
}

img {
    display: block;
}

iframe {
    border-width: 0px;
    border-style: none;
}

p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    list-style: none;
    font-size: 12px;
    line-height: 24px;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
dir,
section {
    margin: 0;
    padding: 0;
    display: block;
}

b,
strong {
    font-weight: normal;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

.w_all {
    width: 78%;
    margin: auto;
}

html,
body {
    width: 100%;
    height: 100%;
}


/* .header_t{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	z-index:999;
	}
.header{
	width:86%;
	margin:auto;
	}
.header .logo{
	width:25%;
	float:left;
	}
.header .logo img{
	display:block;
	height:62px;
	margin:12px 0;
	-webkit-transition:all .3s ease-in;
	transition:all .3s ease-in;
	}
.header .others{
	position:fixed;
	right:7%;
	top:32px;
	z-index:99999;
}
.header .others b{
	float:left;
	display:block;
	font-size:14px;
	position:relative;
	line-height:32px;
	padding-right:25px;
	color:#fff;
	margin-right:0PX;
	}
.header .others b:before{
	content:"";
	position:absolute;
	right:10px;
	top:9px;
	width: 1px;
    height: 14px;
	background:#fff;
	opacity:0.3;
	}

.header .others img{
	float:right;
	display:block;
	width:16px;
	}

.header .menu1 h2{
	overflow:hidden;
	}


.Navs{
	float:right;
	display:block;
	position: relative;
	cursor: pointer;
	z-index:33333;
	width:60px;
	height: 30px;
	overflow:hidden;
}
.navBtn{
	width:60px;
	height: 30px;
	position: relative;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background:url(../image/nav-tit1.png) no-repeat;
}
.navBtn.active2{
	/*width:30px;
	background:#02509B;
	border-radius:50%;
	padding:6px;
	background:url(../image/nav-tit3.png) no-repeat;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
.navBtn.active{
	background:url(../image/nav-tit2.png) no-repeat;
} */


/* html[lang="jp"] .navBtn{
	background:url(../image/nav-tit1j.png) no-repeat;
}
html[lang="jp"] .navBtn.active2{
	background:url(../image/nav-tit3j.png) no-repeat;
}
html[lang="jp"] .navBtn.active{
	background:url(../image/nav-tit2.png) no-repeat;
}
html[lang="en"] .navBtn{
	background:url(../image/nav-tit1e.png) no-repeat;
}
html[lang="en"] .navBtn.active2{
	background:url(../image/nav-tit3e.png) no-repeat;
}
html[lang="en"] .navBtn.active{
	background:url(../image/nav-tit2.png) no-repeat;
} */


/*导航Box*/


/* .NavBox{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(2,80,155,0.92);
	z-index:6999;
	box-sizing: border-box;
	padding-bottom: 0;
	display: none;
	
}
.Nav{
	margin:0 10% 0 10%;
	height:100%;
}
.Nav dl{
	width: 16.666%;
	float: left;
	height:100%;
	position:relative;
	padding: 18% 0px;
}
html[lang="en"] .Nav dl{
	}
.Nav dl:before{
	content:"";
	width:1px;
	height:100%;
	background: rgba(255,255,255,0.2);
	position:absolute;
	left:0px;
	top:0;
}
.Nav dl dt h1{
	font-size: 22px;
	color: #fff;
	line-height: 32px;
	letter-spacing: 2px;
	display: inline-block;
	position: relative;
	margin-bottom:10px;
	padding-left:20px;
}
html[lang="en"] .Nav dl dt h1{
	letter-spacing:0;
	line-height: 24px;
    }
.Nav dl dt h1:before{
	content: "";
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	right: -36px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.Nav dl dt h1:hover:before{
	right: auto;
	left: -10px;
	width: 120px;
}
.Nav dl dt h1:after{
	content: "◆";
	font-size:14px;
	color:#eee;
	position:absolute;
	left:-7px;
	top:0;
	}
.Nav dl dd h2{
	font-size: 14px;
	color: #ddd;
	margin-top: 12px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	padding-left:20px;
}
.Nav dl dd h2:hover{
	text-decoration: underline;
	color: #eee;
} */

.quan {
    line-height: 500%;
}

.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.banner ul {
    width: 100%;
}

.banner ul li {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

.banner ul li:nth-of-type(1) {
    opacity: 1;
    position: static;
}

.banner ul li img {
    display: block;
    width: 100%;
}

.banner .btn {
    position: absolute;
    bottom: 3%;
    left: 50%;
}

.banner .btn dd {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    float: left;
    margin: 5px;
    background: #02509B;
}

.banner .btn dd.btn_act {
    background: #D0111B;
}

.ban_logo img {
    position: absolute;
    bottom: 6%;
    width: 180px;
    right: 3.2%;
}

.banner_scroll_btn {
    position: absolute;
    bottom: 3%;
    width: 26px;
    height: 49px;
    right: 7%;
    opacity: 0.5;
}

.banner_scroll_btn span {
    display: block;
    width: 16px;
    height: 16px;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    left: 50%;
    margin-left: -8px;
    opacity: 0;
}

.banner_scroll_btn span {
    -webkit-animation: myfirst 2.8s ease-in-out 0s infinite;
    animation: myfirst 2.8s ease-in-out 0s infinite;
}

@keyframes myfirst {
    0%,
    100% {
        top: 16px;
        opacity: 1;
    }
    50% {
        top: 24px;
        opacity: 0.8;
    }
}

@-webkit-keyframes myfirst {
    0%,
    100% {
        top: 16px;
        opacity: 1;
    }
    50% {
        top: 24px;
        opacity: 0.8;
    }
}

.title_all {
    padding: 4% 0 2.5%;
}

.title_all h1 {
    font-size: 30px;
    color: #02509B;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}

html[lang="en"] .title_all h1 {
    letter-spacing: 1px;
    width: 60%;
    margin: auto;
    line-height: 32px;
}

.title_all h2 {
    font-size: 16px;
    color: #02509B;
    text-align: center;
    position: relative;
}

.title_all b {
    width: 1px;
    height: 40px;
    background: #02509B;
    position: absolute;
    left: 50%;
    bottom: -60px;
    z-index: 9;
    margin-left: -1px;
}

.index_about {
    width: 100%;
    padding: 0 0 4%;
    background: #f6f6f6;
}

.index_about .b_box {
    width: 70%;
    margin: auto;
    position: relative;
    margin-top: 5%;
    opacity: 0;
}

.index_about .b_box img {
    display: block;
    width: 100%;
    margin: 0 auto 2%;
}

.index_about p {
    width: 100%;
    margin: auto;
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #333;
}

html[lang="en"] .slide .txt p {
    line-height: 5rem;
}

.index_about .all_more {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, -0);
}

.index_about .b_box:hover .all_more {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

html[lang="en"] .index_about p {
    letter-spacing: 0;
}

.all_more {
    width: 140px;
    margin: auto;
    border-radius: 20px;
    background: linear-gradient(to bottom right, #02509B, #00B2CE);
    color: #fff;
    text-align: center;
    line-height: 36px;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.all_more:hover {
    background: #E62129;
}

.index_video {
    width: 100%;
    padding-bottom: 4%;
}

.index_video .video {
    position: relative;
}

.index_video .imgs img {
    width: 80%;
    margin: auto;
    display: block;
}

.index_video .v_btn img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}

.index_pro {
    padding: 1% 0 5%;
    width: 100%;
    background: url(../image/bg_04.jpg) no-repeat center center;
    background-size: cover;
}

.index_pro .b_box {
    overflow: hidden;
    width: 80%;
    margin: auto;
}

.index_pro dd {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
}

.index_pro dd b {
    width: 100%;
    overflow: hidden;
    display: block;
    position: relative;
    height: 100%;
}

.index_pro dd b img {
    display: block;
    width: 100%;
    -webkit-transition: all 0.8s linear;
    transition: all 0.8s linear;
}

.index_pro .index_mores {
    width: 200px;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 1.42rem;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    letter-spacing: 1px;
}

.index_pro .index_mores:hover {
    background: rgba(255, 255, 255, 0.1);
}

.index_pro .index_mores img {
    position: absolute;
    right: -15px;
    top: 9px;
    display: block;
    width: 26px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.6;
}

.index_pro .index_mores:hover img {
    right: -25px;
    opacity: 0;
}

.index_pro dd .top {
    position: absolute;
    left: 10%;
    top: 50%;
    width: 900px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

html[lang="en"] .index_pro dd .top {
    width: 96%;
    overflow: hidden;
    padding-bottom: 40px;
}

html[lang="en"] .index_pro dd .top img {
    float: none;
}


/*.index_pro dd .two{
	width:84%;
	height:96%;
	left:0;
	top:0;
	background:rgba(2,80,155,0.9);
	position:absolute;
	padding:5% 8%;
	opacity:0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.index_pro dd:hover .two{
	opacity:1;}
.index_pro dd .two h1{
	padding-top:50%;
	font-size:20px;
	border-bottom:1px dotted rgba(255,255,255,0.2);
	margin-bottom:7%;
    padding-bottom: 3%;
	color:#fff;
	font-weight:bold;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	}
.index_pro dd .two p{
	color:rgba(255,255,255,0.94);
	font-size:14px;
	position:relative;
	padding-left:12px;
	line-height:20px;
	margin:3px 0;
	}
.index_pro dd .two p:before{
	content:"·";
	position:absolute;
	left:0;
	top:0;
	color:#fff;
	}
.index_pro dd .two span{
	display:block;
	color:#fff;
	font-size:13px;
	text-decoration:underline;
	position:absolute;
	left:42px;
	letter-spacing:0.5px;
	top:90%;
	opacity:0;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;}
.index_pro dd:hover .two span{
	opacity:1;
	top:80%;
	}
.index_pro dd .two span:before{
	content:"";
	width:15px;
	height:15px;
	position:absolute;
	left:-20px;
	top:5px;
	background:url(../image/more3_2.png) no-repeat;
	opacity:0.8;
	}
.index_pro dd:hover .two h1{
	padding-top:10%;
	}*/

.index_news dl {
    width: 80%;
    margin: 0 auto 0;
}

.index_news dl a:nth-of-type(3) dd {
    float: right;
}

.index_news dl dd {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.index_news dl dd:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.index_news dl a:nth-of-type(3) dd {
    margin-right: 0;
}

.index_news dl dd img {
    width: 100%;
    display: block;
    margin-bottom: 3%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.index_news dl dd .box {
    width: 90%;
    margin: 6% auto;
}

.index_news dl dd h4 {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
    min-height: 48px;
    line-height: 22px;
}

html[lang="en"] .index_news dl dd h4 {
    letter-spacing: 0;
    margin-bottom: 10px;
}

.index_news dl dd p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.6px;
    max-height: 80px;
    overflow: hidden;
}

html[lang="en"] .index_news dl dd p {
    letter-spacing: 0;
}

.index_news dl dd .time {
    position: relative;
    width: 90%;
    margin: 10% auto 6%;
}

.index_news dl dd .time .all_more {
    width: 100px;
    line-height: 28px;
    margin: 0;
}

.index_news dl dd .time h3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.index_news dl dd:hover h4 {
    text-decoration: underline;
    color: #02509B;
}

.index_news .contain {
    width: 80%;
    margin: 0 auto 2%;
}

.index_news .contain .left {
    float: left;
    width: 48.5%;
}

.index_news .contain .imgs {
    position: relative;
    width: 100%;
}

.index_news .contain .imgs b {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.index_news .contain .imgs b:nth-of-type(1) {
    display: block;
}

.index_news .contain .imgs img {
    width: 100%;
    display: block;
}

.index_news .contain .imgs p {
    background: rgba(2, 80, 155, 0.7);
    padding: 5px 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_news .contain .imgs strong {
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html[lang="en"] .index_news .contain .imgs strong {
    width: 90%;
    margin: auto;
    letter-spacing: 0;
}

.index_news .contain .right {
    float: right;
    width: 48.5%;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.index_news .contain ul {
    width: 86%;
    margin: 5% auto;
}

.index_news .contain ul li {
    margin: 2.5% 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 3%;
}

.index_news .contain ul li h2 {
    color: #e62129;
    letter-spacing: 0;
    font-size: 13px;
}

.index_news .contain ul li h1 {
    color: #333;
    position: relative;
    padding-left: 12px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    letter-spacing: 0.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

html[lang="en"] .index_news .contain ul li h1 {
    letter-spacing: 0;
}

.index_news .contain ul li:hover h1 {
    color: #02509b;
    text-decoration: underline;
}

.index_news .contain ul li h1 span {
    display: block;
    width: 0;
    top: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #02509b;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 0;
    top: 7px;
}

.index_culture {
    background: url(../image/p_bc.jpg) center 80%;
    background-size: cover;
    width: 100%;
    padding-bottom: 5%;
}

.index_culture .title_all {
    text-align: center;
    padding: 7% 0 2%;
}

.index_culture .title_all h1 {
    color: #eee;
    opacity: 0.5;
}

.index_culture .title_all h2 {
    color: #fff;
}

.index_culture dl {
    width: 84%;
    margin: 3% auto 0;
}

.index_culture dl dd {
    width: 25%;
    float: left;
    text-align: center;
}

.index_culture dl dd img {
    width: 36%;
    margin: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.index_culture dl dd:hover img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.index_culture dl dd p {
    color: #fff;
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: 1px;
}

.index_part {
    background: #f9f9f9;
}

.index_part dl {
    width: 80%;
    margin: auto;
    padding: 3% 0;
}

.index_part dl dd {
    float: left;
    width: 16%;
    margin: 2%;
    background: #fff;
    position: relative;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 2PX 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.index_part dl dd img {
    display: block;
    width: 100%;
}

.index_part dl dd:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

.footer_bottom {
    background: #0e1f2e;
    width: 100%;
}

.footer_list {
    width: 100%;
    background: #13293D;
    padding: 50px 0 40px 0;
}

.footer {
    width: 88%;
    margin: auto;
}

.footer_list dl {
    float: left;
    width: 13%;
}

.footer_list dl:last-of-type {
    margin-right: 3%;
    width: 19%;
    float: right;
}

.footer_list dl:nth-of-type(4) h2 {
    letter-spacing: 0;
}

.footer_list dl dt {
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
}

.footer_list dl dt:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36px;
    height: 2px;
    background-color: #D0111B;
}

.footer_list dl h1 {
    font-size: 16px;
    color: #FFF;
    letter-spacing: 2px;
    position: relative;
    line-height: 30px;
}

html[lang="en"] .footer_list dl h1 {
    letter-spacing: 0;
}

.footer_list dl dd {
    overflow: hidden;
    margin-bottom: 5px;
}

.footer_list dl dd h2 {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.footer_list dl a:hover dd h2 {
    color: #fff;
}

.footer_list .middle {
    width: 100%;
    position: relative;
    color: #fff;
    position: relative;
    cursor: default;
}

.footer_list .middle p a {
    color: #eee;
}

.footer_list .middle h2 {
    width: 100%;
    height: 30px;
    padding: 5px 15px;
    background-color: rgba(2, 66, 135, 0.2);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.02);
}

.footer_list .middle strong {
    line-height: 30px;
    letter-spacing: 0.5px;
    font-size: 13px;
    color: #fff;
}

.footer_list .middle span {
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    right: 16px;
    top: 45%;
}

#examples {
    overflow: hidden;
    margin: 0;
}

.content {
    overflow: auto;
    position: absolute;
    left: 0px;
    top: 40px;
    z-index: 999;
    background-color: #5A6A78;
    width: 114%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    display: none;
    padding: 10px 10px;
    height: 170px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content p {
    color: #ddd;
    font-size: 12px;
    width: 96%;
}

.mCustomScrollBox {
    /* contains plugin's markup */
    position: relative;
    overflow: hidden;
    height: 100%;
    max-width: 100%;
    outline: none;
    direction: ltr;
}

.mCSB_scrollTools {
    /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
    position: absolute;
    width: 16px;
    height: auto;
    left: auto;
    top: 0;
    right: 2.2%;
    bottom: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
    /* contains the draggable element and dragger rail markup */
    position: absolute;
    top: 8%;
    left: 0%;
    bottom: 0;
    right: 0;
    height: auto;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    /* the dragger element */
    position: relative;
    width: 4px;
    height: 100%;
    margin: 0 auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    text-align: center;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
    filter: "alpha(opacity=75)";
    -ms-filter: "alpha(opacity=75)";
}

.footer_list .ss {
    width: 114%;
    margin-top: 8.5%;
}

.footer_list .s1 {
    width: 50%;
    float: left;
}

.footer_list .wx {
    float: right;
}

.footer_list .s1 img {
    display: block;
    width: 68%;
    margin: auto;
}

.footer_list .s1 b {
    width: 100%;
    display: block;
    text-align: center;
    color: #eee;
    margin-top: 5%;
    font-weight: normal;
}

.footer_last {
    width: 88%;
    margin: auto;
    padding: 10px;
}

.footer_last ul {
    float: left;
    width: 200px;
}

html[lang="en"] .footer_last ul {
    width: 300px;
}

.footer_last ul li {
    float: left;
    margin-right: 12px;
    color: #bbb;
    border-right: 1px solid #999;
    line-height: 12px;
    padding-right: 12px;
    margin-top: 6px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer_last ul a:last-of-type li {
    border: none;
}

.footer_last ul li:hover {
    text-decoration: underline;
    color: #f6f6f6;
}

.footer_last p {
    float: right;
    color: #aaa;
}

.footer_last a {
    color: #aaa;
    margin-left: 10px;
}

html[lang="en"] .footer_list dl h1 {
    letter-spacing: 0;
    line-height: 20px;
}


/*首页动效重置*/

.index_video .title_all {
    margin-top: 5%;
}

.index_video .imgs img {
    opacity: 0;
    margin-top: 5%;
}

.index_pro .title_all {
    margin-top: 5%;
}

.index_pro .b_box {
    opacity: 0;
    margin-top: -5%;
}

.index_news .title_all {
    margin-top: 5%;
}

.index_news.news3 .title_all {
    margin-top: 0%;
}

.index_news dl a:nth-of-type(1) dd {
    opacity: 0;
    margin-left: -10%;
}

.index_news dl a:nth-of-type(2) dd {
    opacity: 0;
    margin-right: -10%;
}

.index_news dl a:nth-of-type(3) dd {
    opacity: 0;
    margin-right: -20%;
}


/*内页*/

.title_alls {
    font-size: 25px;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    padding-bottom: 4%;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    line-height: 32px;
}

html[lang="jp"] .title_alls {
    font-size: 28px;
    letter-spacing: 2px;
}

.ban {
    width: 100%;
    position: relative;
}

.ban img {
    display: block;
    width: 100%;
    margin-top: -100px;
}

.ban .txt {
    width: 86%;
    position: absolute;
    left: 7%;
    bottom: 18%;
}

.ban h1 {
    font-size: 34px;
    color: #fff;
    position: relative;
    padding-bottom: 25px;
    letter-spacing: 5px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

html[lang="en"] .ban h1 {
    letter-spacing: 0.5px;
}

.ban h1:before {
    content: "";
    width: 150px;
    height: 1px;
    background: #eee;
    position: absolute;
    left: 0;
    bottom: 0;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.ban .txt5 h1 {
    color: #02509b;
}

.ban .txt5 h1:before {
    background: #02509b;
}

.ban h2 {
    text-transform: uppercase;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}

html[lang="en"] .ban h2 {
    text-transform: inherit;
    text-shadow: none;
    line-height: 20px;
}

.ban .txt5 h2 {
    color: #333;
}

.p1 {
    line-height: 30px;
}

.p2 {
    line-height: 30px;
}


/* .nav_all{
	width:100%;
	padding:13px 0;
	box-sizing:border-box;
	background:#fff;
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	position:relative;
	}
.nav_all b{
	display:block;
	position:absolute;
	left:0;
	top:-5px;
	height:5px;
	background: #02509b;
	}
.nav_all ul{
	width:86%;
	margin:auto;
	}
.nav_all li{
	float:left;
	width:14.2857%;
	text-align:center;
	color:#333;
	font-size:16px;
	letter-spacing:1px;
	-webkit-transition:color 0.3s;
	transition:color 0.3s;
	position:relative;
	}
html[lang="en"] .nav_all li{
	letter-spacing:0;}
.nav_all li.active{
	color:#e62129;
	}
.nav_all li:hover{
	color:#e62129;
	}
.nav_all li .img{
	display:block;
	height:18px;
	width:18px;
	position:absolute;
	left:50%;
	top:3px;
	margin-left:-60px;
	overflow:hidden;
	}
.nav_all li .img img{
	display:block;
	position:absolute;
	left:0;
	top:0;
	height:100%;
	}
.nav_all li.active .img img{
	left:-18px;}
.nav_all li:hover .img img{
	left:-18px;} */


/*news*/

.o_ban {
    overflow: hidden;
}

.o_ban .contain {
    width: 86%;
    position: absolute;
    left: 50%;
    top: 70%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 4% 4% 3%;
}

.o_ban .contain .left {
    float: left;
    width: 48.5%;
}

.o_ban .contain .imgs {
    position: relative;
    width: 100%;
    height: 100%;
}

.o_ban .contain .imgs b {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.o_ban .contain .imgs b:nth-of-type(1) {
    display: block;
}

.o_ban .contain .imgs img {
    width: 100%;
    display: block;
}

.o_ban .contain .imgs p {
    background: rgba(2, 80, 155, 0.7);
    padding: 5px 0;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.o_ban .contain .imgs strong {
    display: block;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

html[lang="en"] .o_ban .contain .imgs strong {
    width: 90%;
    margin: auto;
    letter-spacing: 0;
}

.o_ban .contain .right {
    float: right;
    width: 48.5%;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
}

.o_ban .contain ul {
    width: 86%;
    margin: 5% auto;
}

.o_ban .contain ul li {
    margin: 2.5% 0;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 3%;
}

.o_ban .contain ul li h2 {
    color: #e62129;
    letter-spacing: 0;
    font-size: 13px;
}

.o_ban .contain ul li h1 {
    color: #333;
    position: relative;
    padding-left: 12px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 16px;
    letter-spacing: 0.8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

html[lang="en"] .o_ban .contain ul li h1 {
    letter-spacing: 0;
}

.o_ban .contain ul li:hover h1 {
    color: #02509b;
    text-decoration: underline;
}

.o_ban .contain ul li h1 span {
    display: block;
    width: 0;
    top: 0;
    border-top: 4px solid transparent;
    border-left: 5px solid #02509b;
    border-bottom: 4px solid transparent;
    position: absolute;
    left: 0;
    top: 7px;
}


/*.o_ban .news_more{
	width:180px;
	position:absolute;
	left:50%;
	margin-left:-90px;
	bottom:-20%;
	opacity:0;
	letter-spacing:0.6px;
	}*/

.newss {
    display: block;
    background: url(../image/ban_news.jpg) no-repeat center 32%;
    height: 86px
}

.news2 .title_alls {
    color: #02509b;
    padding: 0 3%;
    text-shadow: none;
}

.news2 {
    background: #f9f9f9;
    padding-bottom: 4%;
}

.news2 dl {
    width: 80%;
    margin: 0 auto 0;
}

html[lang="en"] .news2 dl {
    margin-top: 0;
}

.news2 dl dd {
    float: left;
    width: 31%;
    margin-right: 3.5%;
    background: #fff;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.news2 dl dd:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
}

.news2 dl a:nth-of-type(3) dd {
    margin-right: 0;
}

.news2 dl dd img {
    width: 100%;
    display: block;
    margin-bottom: 3%;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.news2 dl dd .box {
    width: 90%;
    margin: 6% auto;
}

.news2 dl dd h4 {
    font-size: 16px;
    color: #333;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 22px;
}

html[lang="en"] .news2 dl dd h4 {
    letter-spacing: 0;
}

.news2 dl dd p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.6px;
}

.news2 dl dd .time {
    position: relative;
    width: 90%;
    margin: 0% auto 6%;
}

.news2 dl dd .time .all_more {
    width: 100px;
    line-height: 28px;
    margin: 0;
}

.news2 dl dd .time h3 {
    position: absolute;
    right: 0;
    bottom: 0;
}

.news2 dl dd:hover h4 {
    text-decoration: underline;
    color: #02509B;
}

.index_news.news3 {
    background: #f9f9f9;
    padding-bottom: 4%;
}

.news3 .title_alls {
    color: #02509b;
    padding: 4% 0 3%;
    text-shadow: none;
}

.index_news.news3 dl {
    margin-top: 0;
}

.index_news.news3 dl dd:nth-of-type(3n) {
    margin-right: 0;
}

.index_news.news3 .imgs {
    position: relative;
}

.index_news.news3 h4 {
    text-align: center;
    min-height: inherit;
    padding: 5px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    margin: auto;
}

.index_news.news3 dl dd b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
}

.index_news.news3 b img {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    display: block;
    border: none;
}

.news2.news_a .title_alls {
    padding: 4% 0 0%;
}

.index_news.news_a dl {
    margin: 0 auto 0;
}

.news_a dd {
    margin-top: 3.5%;
}

.news_a dl a:nth-of-type(3n) dd {
    margin-right: 0;
}

.n_detail {
    width: 76%;
    margin: 3% auto;
    padding-top: 50px;
}

.n_detail h1 {
    margin-bottom: 3%;
    text-align: center;
    font-size: 24px;
    color: #333;
    letter-spacing: 2px;
}

html[lang="en"] .n_detail h1 {
    letter-spacing: 0;
}

.n_detail img {
    margin: 2% auto;
}

.n_detail h2 {
    margin-bottom: 3%;
    font-size: 14px;
}

html[lang="en"] .title_alls {
    letter-spacing: 1px;
}


/*about*/

.about1 .contain {
    background: rgba(2, 80, 155, 0.75);
    width: 40%;
}

.about1 .contain img {
    position: relative;
    left: 70%;
}

.about1 .contain h3 p {
    line-height: 40px;
}

html[lang="en"] .about1 .contain {
    width: 54%;
}

html[lang="jp"] .about1 .contain {
    width: 54%;
}

.about1 .contain h2 {
    margin: 1% 0 20px;
    color: #fff;
    /*text-shadow:0 0 2px rgba(0,0,0,0.1);*/
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: left;
    text-indent: 30px;
}

.about1 .contain h3 .p1 {
    line-height: 30px;
}

.about1 .contain h3 .p2 {
    line-height: 30px;
}

html[lang="en"] .about1 .contain h2 {
    letter-spacing: 0px;
}

.about1 .contain .bar {
    float: left;
    width: 33.3%;
    text-align: center;
}

.about1 .contain .bar .circle .quan {
    line-height: 500%
}

.about1 .contain .bar:nth-of-type(3) {}

.about1 .contain .bars {
    width: 90%;
    margin: auto;
}

.about1 .contain .bar h3 {
    position: relative;
}

.about1 .contain .bar h3 strong {
    text-align: center;
    font-size: 32px;
    color: #fff;
    letter-spacing: 1px;
}

.about1 .contain .bar h3 b {
    color: #fff;
    font-size: 26px;
    position: absolute;
    right: 22%;
    top: -2px;
}

.about1 .contain p {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 20PX;
}

html[lang="en"] .about1 .contain h6 {
    color: #fff;
    margin-top: 10px;
    font-size: 15px;
    line-height: 20PX;
    letter-spacing: 0px;
    text-align: justify;
}

html[lang="en"] .about1 .contain .bars {
    width: 100%;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

html[lang="en"] .about1 .contain .bars p {
    margin-top: 12px;
    letter-spacing: 0px;
    line-height: 18px;
    text-align: center;
}

.about2 {
    padding: 1% 0 5%;
    background: #eee;
}

.about2 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.about2 .box {
    width: 86%;
    margin: 3% auto 0;
    overflow: hidden;
    padding-top: 30px;
}

.about2 li {
    float: left;
    width: 29.3%;
    padding: 0.2% 0 0;
    position: relative;
    border-top: 1px solid #ddd;
}

.about2 li img {
    display: block;
    width: 100%;
    margin-top: 5px;
}

.about2 li h1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 40px;
    height: 40px;
    background: #02509b;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    top: -20px;
    box-shadow: 0 0 3px rgba(2, 80, 155, 0.2);
}

.about2 li h1 strong {
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
}

.about2 li .txt {
    height: 320px;
}

.about2 li p {
    color: #333;
    position: relative;
    padding-left: 12px;
    margin-bottom: 7px;
    font-size: 15px;
    padding: 0 6%;
}

html[lang="en"] .about2 li p {
    letter-spacing: 0px;
    line-height: 22px;
    text-align: justify;
    text-justify: newspaper
}

.about2 li p:before {
    content: "·";
    color: #333;
    position: absolute;
    left: 3%;
    top: 0;
}

.about2 .btn {
    width: 180px;
    margin: 2% auto 0%;
}

.about2 .btn .left img {
    float: left;
    display: block;
    width: 30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.about2 .btn p {
    float: left;
    font-size: 22px;
    color: #333;
    margin: 0 30px;
}

.about2 .btn p b {
    margin-right: 10px;
    color: #e62129;
    width: 40px;
}

.about2 .btn p span {
    margin-left: 10px;
}

.about2 .btn .right img {
    float: left;
    display: block;
    width: 30px;
    margin-top: -3px;
}

.about3 {
    padding: 1% 0;
}

.about3 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.about3 b img {
    display: block;
    width: 36%;
}

.about3 p {
    width: 70%;
    margin: 3% auto 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
}

html[lang="en"] .about3 p {
    letter-spacing: 0px;
}

.about3 p:nth-of-type(2) {
    font-size: 15px;
    margin-top: 1%
}

.about3 .right {
    width: 86%;
    margin: auto;
}

.about3 .right img {
    display: block;
    width: 70%;
    margin: 3% auto;
}

html[lang="en"] .about3 .right img {
    width: 90%;
}

.res3.about4 dl dd {
    width: 45%;
    height: inherit;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

html[lang="en"] .res3.about4 dl dd {
    width: 45% !important;
    margin-right: 4%;
}

.res3.about4 dl dd:nth-of-type(2) {
    margin-right: 0;
}

html[lang="en"] .res3.about4 dl dd:nth-of-type(2) {
    margin-right: 0;
}

.res3.about4 dl dd .icons {
    margin-bottom: 3%;
}

.res3.about4 dl dd img {
    float: left;
}

.res3.about4 dl dd h1 {
    margin: 2% 3%;
    float: left;
}

.res3.about4 dl dd p {
    width: 50%;
    float: left;
    margin: 4px 0;
    color: #333;
    font-size: 15px;
}

html[lang="en"] .res3.about4 dl dd p {
    float: none;
    width: 100%;
    line-height: 20px;
}

html[lang="en"] .res3.about4 strong {
    display: block;
}

html[lang="en"] .res3.about4 p span {
    padding-left: 40px;
    display: inline-block;
}

.res3.about4 dl dd p strong {
    font-size: 15px;
    color: #222;
    font-weight: bold;
}

.res3.about4 dl dd p.p3 {
    font-size: 13px;
    letter-spacing: 0;
}

.about5 {
    background: #e9eaec;
}

.about6 {
    padding: 1% 0 4%;
}

.about6 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.about6 .b_box {
    overflow: hidden;
    width: 86%;
    margin: 0 auto 0;
}

.about6 .b_box dd {
    float: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.about6 .b_box dd img {
    display: block;
    width: 100%;
    background: #fff;
    border: 2px solid #f6f6f6;
    box-sizing: border-box;
    margin: auto;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.about6 .b_box dd:hover img {}

.about6 dl dd b {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.about6 dl dd p {
    width: 210px;
    top: 46%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    z-index: 9;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background: rgba(0, 0, 0, 0.2);
}

.about6 dl dd:hover b {
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
}

.about6 dl dd:hover p {
    opacity: 0;
}

.res3.area4 {
    background: #f0f0f0;
    padding-top: 4%;
}

.res3.area4 dl dd {
    width: 28%;
    height: 220px;
}

.res3.area4 dl dd:nth-of-type(3) {
    margin-right: 0;
}

.res3.a5 dl dd {
    height: 160px;
}

.res3.a6 {
    background: #f0f0f0;
    padding-top: 4%;
}

.res3.a6 dl dd {
    height: 300px;
}

.res3.a6 dl dd p {
    margin: 1% 0;
}

.res3.a7 dl dd {
    height: 350px;
}

.res3.a6_3 {
    padding-top: 0%;
}

.res3.a6_3 h6 {
    text-align: center;
    font-size: 24px;
    color: #02509b;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.res3.a6_3 h3 {
    text-align: center;
    font-size: 15px;
    margin-bottom: 3%;
    letter-spacing: 1px;
}

.res3.area_a32.a6_3 dl dd {
    height: 200px;
}

.res3.area_a32.a6_3 dl dd {
    width: 45%;
}

.res3.area_a32.a6_3 dl dd:last-of-type {
    margin-right: 0;
}

.res3.area_a32.a6_3 dl dd p {
    font-size: 14px;
    letter-spacing: 0.4px;
}

.res3.area_a32.a6_3 dl dd p strong {
    font-size: 15px;
    letter-spacing: 0.4px;
    color: #333;
    font-weight: bold;
}

.res3.area_a32.a6_3 dl dd a {
    text-decoration: underline;
    color: #02509b;
    letter-spacing: 0.5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    font-size: 14px;
}

.res3.area_a32.a6_3 dl dd a:hover {
    color: #e62129;
}

.res3.area_a32.a6_3 dl dd:hover {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.a6_bbox {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.a6_bbox ul {
    width: 100%;
    height: 100%;
    position: relative;
}

.a6_bbox ul li {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.a6_txt {
    position: absolute;
    left: 20%;
    bottom: 5%;
    padding: 1.5% 5%;
    width: 50%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 3px;
}

.a6_txt h1 {
    text-align: center;
    color: #02509b;
    font-size: 19px;
    letter-spacing: 1.5px;
}

.a6_txt p {
    padding: 0 3%;
    height: 100%;
    background: #039;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.a6_txt p:hover {
    background: #D0111B;
}

.a6_txt p img {
    display: block;
    width: 36px;
    margin-top: 40%;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.a6_txt p img:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.a6_txt span img {
    position: absolute;
    left: 2.5%;
    top: 22%;
    display: block;
    width: 34px;
    opacity: 0.8;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.a6_txt span img:hover {
    opacity: 1;
}


/*partner*/

.partner1 .contain {
    background: rgba(2, 80, 155, 0.6);
    width: 34%;
    padding: 4%;
    text-align: center;
    left: 30%;
}

.partner1 .contain p {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 36px;
    font-size: 15px;
    letter-spacing: 1px;
}

.partner1 .contain h2 {
    margin-top: 3%;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.partner2 {
    padding: 1% 0 4%;
}

.partner2 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.partner2 h6 {
    text-align: center;
    font-size: 15px;
    color: #333;
    margin-top: 3%;
}

.partner2 .contain {
    width: 86%;
    margin: auto;
}

.partner2 .contain img {
    display: block;
    width: 50%;
    margin: 2% auto 0;
}

.culture5.partner3 ul {
    margin-top: 2%;
}

.culture5.partner3 li {
    width: 25%;
}

.culture5.partner3 li b {
    height: 400px;
}

.culture5.partner3 li .two {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.culture5.partner3 li .one h1 {
    padding-top: 42%;
    font-size: 62px;
    color: #e62129;
    padding-bottom: 12%;
    opacity: 0.9;
}

.culture5.partner3 li .two h1 {
    width: 80%;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    margin-bottom: 7%;
    padding-bottom: 3%;
}

.culture5.partner3 li .two p {
    width: 80%;
}

.culture5.partner3 li:hover .two h1 {
    padding-top: 20%;
}

.culture7 {
    width: 100%;
}

.culture7 li {
    float: left;
    width: 33.3%;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    text-align: center;
    padding: 4% 0;
    background: #02509b;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.culture7 li:hover {
    background: #185d9f;
    cursor: default;
}

.culture7 li h1 {
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    position: relative;
    padding-bottom: 20px;
}

.culture7 li h1:before {
    content: "";
    width: 30px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0;
    background: rgba(255, 255, 255, 0.4);
}

.culture7 li p {
    color: #eee;
    height: 70px;
    overflow: hidden;
    width: 80%;
    margin: auto;
    margin-top: 20px;
    font-size: 15px;
}

.culture7 li img {
    display: block;
    width: 76px;
    margin: auto;
    margin-bottom: 30px;
}

.partner4 {
    padding: 1% 0 4%;
    background: #f9f9f9;
}

.partner4 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.partner4 h6 {
    width: 70%;
    margin: auto;
    text-align: center;
    font-size: 15px;
    color: #333;
    margin-top: 3%;
}

.partner4 ul {
    width: 86%;
    margin: 0% auto 0;
}

.partner4 ul li {
    float: left;
    width: 33.3%;
    margin-top: 3%;
    text-align: center;
    cursor: default;
}

.partner4 ul li b {
    width: 100px;
    height: 90px;
    overflow: hidden;
    display: block;
    margin: auto;
    position: relative;
}

.partner4 ul li img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.partner4 ul li:hover img {
    left: -100px;
}

.partner4 ul li h1 {
    font-size: 17px;
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: 30px;
}

.partner4 ul li p {
    font-size: 15px;
    letter-spacing: 0.6px;
}

.partner5 {
    padding: 0% 0 2%;
}

.partner5 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.partner5 h6 {
    text-align: center;
    font-size: 15px;
    margin: auto;
    color: #333;
    margin-top: 3%;
    margin-bottom: 1%;
    width: 62%;
}

.partner5 ul {
    width: 86%;
    margin: 3% auto 0;
}

.partner5 ul li {
    float: left;
    width: 16.666%;
    margin-bottom: 15px;
}

.partner5 ul li img {
    display: block;
    width: 88%;
    margin: auto;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.partner5 ul li:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    filter: none;
}

.partner5 ul li p {
    text-align: center;
    color: #333;
    font-size: 15px;
    margin-top: 6px;
}


/*culture*/

.o_ban.culture1 .contain {
    background: rgba(2, 80, 155, 0.6);
    width: 32%;
    left: 7%;
    -webkit-transform: none;
    transform: none;
}

.culture1 .contain p {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 36px;
    font-size: 15px;
    letter-spacing: 1px;
}

html[lang="en"] .culture1 .contain p {
    letter-spacing: 0;
}

.culture1 .contain h2 {
    margin-top: 3%;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-indent: 30px;
    text-align: left;
}

html[lang="en"] .culture1 .contain h2 {
    letter-spacing: 0;
    text-indent: 0;
    text-align: justify;
    line-height: 20px;
}

.culture2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.culture2 .cul2_box {
    width: 60%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
}

.culture2 .title_all h1 {
    color: #fff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.culture2 .contain {
    margin-top: 50px;
    background: rgba(2, 80, 155, 0.6);
    width: 38%;
    padding: 5%;
    float: left;
}

.culture2 .contain2 {
    float: right;
}

.culture2 .contain p {
    color: #fff;
    font-size: 22px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 10px;
}

.culture2 .contain h2 {
    margin-top: 3%;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.8px;
    text-indent: 30px;
    text-align: left;
}

html[lang="en"] .culture2 .contain h2 {
    line-height: 20px;
    text-indent: 0;
    letter-spacing: 0;
}

.culture2 i {
    font-style: normal;
    color: #fff;
    font-weight: bold;
}

.culture3 {
    padding: 1% 0 4%;
    background: #f9f9f9;
}

.culture3 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.culture3 h6 {
    text-align: center;
    font-size: 15px;
    color: #333;
    margin-top: 3%;
}

html[lang="en"] .culture3 h6 {
    width: 70%;
    margin: auto;
    margin-top: 3%;
    text-align: justify;
}

.culture3 ul {
    width: 86%;
    margin: 6% auto 0;
}

.culture3 ul li {
    float: left;
    width: 26.6%;
    margin-right: 4%;
    background: #fff;
    padding: 4% 2% 3%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    position: relative;
    height: 265px;
}

.culture3 ul li:nth-of-type(3) {
    margin-right: 0%;
}

.culture3 ul .top {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: -26px;
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #02509b;
    box-shadow: 0 0 5px rgba(2, 80, 155, 0.3);
}

.culture3 ul .top b {
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
    display: block;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}

html[lang="en"] .culture3 ul .top b {
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0px;
}

html[lang="en"] .culture3 ul li:first-of-type .top b {
    line-height: 14px;
    margin-top: 10px;
}

html[lang="en"] .culture3 ul li:nth-of-type(3) .top b {
    line-height: 14px;
    margin-top: 16px;
}

.culture3 ul li h1 {
    width: 80%;
    padding: 0 10%;
    margin: 10px auto;
    text-align: center;
    border-bottom: 1px dotted #999;
    margin-bottom: 15px;
    color: #333;
    font-size: 16px;
    padding-bottom: 15px;
    letter-spacing: 1px;
    line-height: 24px;
}

html[lang="en"] .culture3 ul li h1 {
    width: 96%;
    padding: 0 2%;
    letter-spacing: 0;
    line-height: 22px;
    padding-bottom: 15px;
    text-align: justify;
}

.culture3 ul li p {
    margin-bottom: 10px;
    line-height: 21px;
    letter-spacing: 0.6px;
    position: relative;
    padding-left: 12px;
    font-size: 15px;
}

html[lang="en"] .culture3 ul li p {
    letter-spacing: 0;
    text-align: justify;
}

.culture3 ul li p:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0;
}

.culture4 {
    padding: 1% 0 4%;
}

.culture4 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.culture4 h6 {
    text-align: center;
    font-size: 15px;
    color: #333;
    margin: auto;
    margin-top: 3%;
    width: 70%;
}

html[lang="en"] .culture4 h6 {
    text-align: justify;
}

.culture4 ul {
    width: 86%;
    margin: 3% auto 0;
}

.culture4 ul li {
    float: left;
    width: 23.5%;
    margin-right: 2%;
}

.culture4 ul li:nth-of-type(4) {
    margin-right: 0%;
}

.culture4 ul li img {
    display: block;
    width: 100%;
}

.culture4 ul li h1 {
    color: #333;
    font-size: 17px;
    letter-spacing: 1px;
    margin: 4% 0 2%;
    font-weight: bold;
}

html[lang="en"] .culture4 ul li h1 {
    letter-spacing: 0;
}

.culture4 ul li span {
    line-height: 20px;
    display: block;
    font-size: 15px;
    letter-spacing: 0.8px;
}

html[lang="en"] .culture4 ul li span {
    letter-spacing: 0;
    margin-top: 20px;
    text-align: justify;
    text-justify: newspaper
}

.culture5 {
    padding: 1% 0 4%;
    background: #eee;
}

.culture5 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.culture5 h6 {
    text-align: center;
    font-size: 15px;
    color: #333;
    margin-top: 3%;
}

.culture5 ul {
    width: 86%;
    margin: 0% auto 0;
}

.culture5 ul li {
    float: left;
    width: 50%;
    position: relative;
    overflow: hidden;
}

.culture5 ul li b {
    display: block;
    width: 100%;
    height: 320px;
}

.culture5 ul li .one {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0%;
    text-align: center;
    height: 100%;
    background: rgba(0, 0, 0, 0.28);
}

.culture5 ul li h1 {
    color: #02509B;
    font-size: 18px;
    letter-spacing: 2px;
    padding: 18% 0 3%;
    position: relative;
    font-weight: bold;
}

html[lang="en"] .culture5 ul li h1 {
    letter-spacing: 0;
}

html[lang="en"] .culture5 ul li .one h1 {
    position: absolute;
    bottom: 30%;
    width: 100%;
    text-align: center;
    font-weight: normal;
    display: none;
}

.culture5 ul li h1 span {
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
}

.culture5 ul li h2 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    margin-top: 5%;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

html[lang="en"] .culture5 ul li h2 {
    letter-spacing: 0;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
    width: 90%;
    text-align: center;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.culture5 ul li .two {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    background: rgba(2, 80, 155, 0.96);
    opacity: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.culture5 ul li:hover .two {
    opacity: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.culture5 ul li .two h1 {
    width: 86%;
    margin: auto;
    padding-top: 54%;
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
    color: #fff;
    padding-bottom: 1%;
}

.culture5 ul li .two p {
    color: #eee;
    width: 86%;
    line-height: 20px;
    margin: 1% auto 6px;
    font-size: 14px;
    letter-spacing: 0.6px;
    position: relative;
    padding-left: 10px;
}

.culture5 ul li .two p:before {
    content: "·";
    position: absolute;
    left: 0;
    top: 0px;
}

.culture5 ul li .two strong {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}

.culture5 ul li:hover .two h1 {
    padding-top: 6%;
    opacity: 1;
}

.culture6 {
    padding: 1% 0 4%;
}

.culture6 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.culture6 h6 {
    width: 69%;
    margin: auto;
    text-align: center;
    font-size: 16px;
    color: #333;
    margin-top: 3%;
    letter-spacing: 0.8px;
}

.culture6 .clc {
    width: 300px;
    margin: 2% auto 0;
}

.culture6 .clc .all_more {
    width: 200px;
    cursor: pointer;
}


/*resource*/

.res1 .title_alls {
    color: #02509b;
    text-shadow: none;
    font-size: 28px;
}

.res1 dl {
    width: 76%;
    margin: 5% auto 0;
}

.res1.o_ban .contain {
    width: 80%;
}

.res1 dl dd {
    float: left;
    width: 29.3%;
    margin-right: 4%;
    background: rgba(255, 255, 255, 0.92);
    border-radius: 50%;
    padding-bottom: 29.3%;
    position: relative;
    border: 1px solid #eee;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    cursor: default;
}

.res1 dl dd:before {
    content: "";
    width: 106%;
    height: 106%;
    position: absolute;
    left: -3%;
    top: -3%;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
}

.res1 dl dd:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 8px solid transparent;
    border-top: 6px solid #eee;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -20px;
    opacity: 0.8;
}

.res1 dl dd:nth-of-type(4) {
    margin-right: 0;
}

.res1 dl dd .top {
    width: 80%;
    position: absolute;
    left: 10%;
    top: 25%;
}

.res1 dl h1 {
    width: 80px;
    margin: auto;
    text-align: center;
    color: #02509b;
    font-size: 17px;
    letter-spacing: 2px;
    border-bottom: 1px solid rgba(2, 80, 150, 0.2);
    border-top: 1px solid rgba(2, 80, 150, 0.2);
    padding: 4px 8px;
    margin-bottom: 8%;
    font-weight: bold;
}

html[lang="en"] .res1 dl h1 {
    width: 84%;
    letter-spacing: 0;
}

.res1 dl p {
    text-align: center;
    color: #333;
    line-height: 22px;
    letter-spacing: 0.8px;
    font-size: 15px;
}

html[lang="en"] .res1 dl p {
    line-height: 20px;
    letter-spacing: 0;
}

.res1 dl dd:hover {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.res1 .all_more {
    width: 120px;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: -80px;
    line-height: 32px;
    -webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
    opacity: 0;
}

html[lang="jp"] .res1 .all_more {
    width: 160px;
}

.res1 dd:hover .all_more {
    bottom: -70px;
    opacity: 1;
}

.res2 {
    padding: 1% 0 4%;
    background: #eee;
}

.res2 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.line_t {
    width: 54px;
    height: 3px;
    border-radius: 20%;
    background: #e62129;
    margin: auto;
    margin-top: -2%;
    margin-bottom: 2%;
}

.res2 .box {
    position: relative;
    height: 100%;
    width: 76%;
    margin: 2% auto 0;
}

.res2 .left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../image/cul2.jpg) no-repeat center center;
    background-size: cover;
}

html[lang="en"] .res2 .left {
    height: 360px;
}

.res2 .right {
    width: 40%;
    float: right;
    padding: 6% 5%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.res2 h2 {
    text-align: center;
    color: #333;
    letter-spacing: 0.5px;
    font-size: 15px;
    width: 80%;
    margin: auto;
}

html[lang="en"] .res2 h2 {
    letter-spacing: 0;
    text-align: justify;
    line-height: 22px;
}

.res2 p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.8px;
    padding: 5px 0;
}

html[lang="en"] .res2 p {
    letter-spacing: 0;
    text-align: justify;
}

.res2 strong {
    display: block;
    border-bottom: 1px dotted #999;
    padding: 10px;
    font-size: 19px;
    color: #02509b;
    padding-bottom: 20px;
    margin-bottom: 2%;
    letter-spacing: 1.5px;
    text-align: center;
}

html[lang="en"] .res2 strong {
    letter-spacing: 0;
}

.res3 {
    padding: 1% 0 4%;
    background: #f9f9f9;
}

.res3 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.res3 dl {
    width: 86%;
    margin: auto;
}

.res3 dl dd {
    float: left;
    width: 19.5%;
    margin-right: 2%;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    height: 370px;
    padding: 2%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

html[lang="en"] .res3 dl dd {
    width: 21%;
    padding: 1.5%;
    margin-right: 1%;
}

.res3 dl dd:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    cursor: default;
}

.res3 dl dd:nth-of-type(4) {
    margin-right: 0;
}

.res3 dl dd img {
    display: block;
    width: 45px;
}

.res3 dl dd h1 {
    font-size: 19px;
    letter-spacing: 2px;
    margin: 18px 0;
    color: #02509b;
    font-weight: bold;
}

html[lang="en"] .res3 dl dd h1 {
    letter-spacing: 0;
    font-size: 20px;
}

.res3 dl dd h3 {
    font-size: 13px;
}

.res3 dl dd p {
    margin: 10px 0;
    line-height: 22px;
    color: #555;
    letter-spacing: 0.5px;
    font-size: 15px;
}

html[lang="en"] .res3 dl dd p {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
    margin: 7px 0;
    text-align: justify;
}

.res4 {
    padding: 1% 0 4%;
}

.res4 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.res4 ul {
    width: 86%;
    margin: auto;
}

.res4 ul li {
    position: relative;
    float: left;
    width: 33.3%;
    border: 1px solid #eee;
    box-sizing: border-box;
    overflow: hidden;
}

.res4 ul li:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(3, 27, 50, 0.02);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.res4 ul li b {
    display: block;
    width: 100%;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.res4 ul li:hover p {
    opacity: 0;
}

.res4 ul li b.one0 {
    display: block;
    background: url(../image/res4_0.jpg) no-repeat center center;
    background-size: cover;
    height: 280px;
}

.res4 ul li b.one {
    display: block;
    background: url(../image/res4_1.jpg) no-repeat center center;
    background-size: cover;
    height: 280px;
}

.res4 ul li b.two {
    display: block;
    background: url(../image/res4_2.jpg) no-repeat center center;
    background-size: cover;
    height: 280px;
}

.res4 ul li p {
    width: 210px;
    top: 46%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 10px;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -105px;
    z-index: 9;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    background: rgba(0, 0, 0, 0.2);
}

.res5 {
    padding: 0% 0 2%;
    background: #e9eaec;
}

.res5_box {
    width: 100%;
    height: 190px;
    background: url(../image/h_3.jpg) no-repeat center 48.8%;
    background-size: cover;
    text-align: center;
}

.res5_box h1 {
    color: #e62129;
    font-size: 30px;
    letter-spacing: 5px;
    padding-top: 7%;
    font-weight: 600;
    position: relative;
}

.res5_box h1 b {
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -25%;
    display: block;
    background: url(../image/turn2.png);
    width: 26px;
    height: 18px;
    opacity: 0.8;
}

.res5 h6 {
    text-align: center;
    margin-top: 3%;
    margin-bottom: 2%;
    font-size: 15px;
    color: #333;
}

.res5 .title_alls {
    color: #02509b;
    text-shadow: none;
    font-size: 24px;
}

.res5 ul {
    width: 86%;
    margin: auto;
}

.res5 ul li {
    float: left;
    width: 27.3%;
    margin-right: 3%;
    margin-bottom: 3%;
    background: #fff;
    padding: 2%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    cursor: default;
}

.res5 ul li:nth-of-type(3n) {
    margin-right: 0;
}

.res5 ul li h1 {
    font-size: 16px;
    letter-spacing: 0.2px;
    color: #111;
    font-weight: bold;
    margin: 10px 0;
}

.res5 ul li h1 strong {
    font-size: 34px;
    color: #02509b;
    letter-spacing: 0;
    margin-right: 5px;
}

.res5 ul li h2 {
    font-size: 16px;
    color: #333;
    width: 100%;
    margin: 1% 0;
}

.res5 ul li b {
    float: right;
    display: block;
}

.res5 ul li span {
    float: right;
    display: block;
    color: #e62129;
}

.res5 .m_xq {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0%;
    top: 0%;
    z-index: 55;
    display: none;
}

.res5 .m_xq .txt {
    background-color: #fff;
    width: 54%;
    position: absolute;
    right: 18%;
    top: 110px;
    border-radius: 5px;
    padding: 3% 5%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    cursor: default;
    height: 64%;
    overflow-x: hidden;
    overflow-y: auto;
}

.res5 .m_xq .txt .top {
    font-size: 28px;
    color: #024287;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

.res5 .top h5 {
    font-size: 14px;
    color: #999;
    float: left;
    width: 33.3%;
    text-align: left;
}

.res5 .top strong {
    font-size: 17px;
    color: #02509b;
    letter-spacing: 1px;
}

html[lang="en"] .res5 .top strong {
    letter-spacing: 0;
}

.res5 .apl {
    width: 100%;
    margin-top: 0%;
}

.res5 .apl dd {
    text-align: left;
}

.res5 .m_xq .txt h6 {
    font-size: 16px;
    color: #333;
    margin-bottom: 6px;
    font-weight: bold;
    text-align: left;
}

.res5 .m_xq .txt h6:nth-of-type(2) {
    margin-top: 20px;
}

.res5 .m_xq .txt i {
    color: #D0111B;
    text-align: center;
    display: block;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 3%;
}

html[lang="en"] .res5 .m_xq .txt i {
    letter-spacing: 0;
}

.res5 .m_xq .txt h4 {
    font-size: 15px;
    color: #666;
    line-height: 26px;
    letter-spacing: 0.5px;
}

html[lang="en"] .res5 .m_xq .txt h4 {
    letter-spacing: 0;
}

.res5 .m_xq .txt h3 {
    font-size: 20px;
    color: #222;
    padding-bottom: 30px;
    text-align: center;
}

.res5 .m_back img {
    display: block;
    width: 36px;
    position: absolute;
    top: 100PX;
    right: 17%;
    z-index: 99;
}

.res5 .m_xq .txt .bottom {
    font-size: 16px;
    padding-top: 10px;
    margin-top: 30px;
    color: #333;
    text-align: left;
    border-top: 1px solid #ccc;
}

.res5 .m_xq .txt .bottom a {
    color: #E70011;
    text-decoration: underline;
    font-size: 13px;
}

.res6 {
    padding: 5% 7% 4%;
    width: 86%;
    background: #e6e6e6;
}

.res6 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.res6 dl dd {
    width: 22.6%;
    float: left;
    margin-right: 3%;
    border-radius: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    margin-top: 3%;
    padding: 10px 0 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background: #fff;
    overflow: hidden;
}

.res6 dl dd:nth-of-type(4n) {
    margin-right: 0;
}

.res6 dl dd img {
    width: 66%;
    margin: auto;
    display: block;
}

.res6 dl dd h1 {
    text-align: center;
    font-size: 16px;
    color: #222;
}

html[lang="en"] .res6 dl dd h1 {
    line-height: 20px;
    height: 40px;
    font-size: 15px;
}

.res6 dl dd:hover {
    box-shadow: 0 1px 4px rgba(208, 17, 27, 0.1);
    border: 1px solid #D0111B;
}

.company dl dd {
    padding: 0;
    border-radius: 2px;
    border: 1px solid #ddd;
}

.company dl dd img {
    width: 100%;
}

.company dl dd h1 {
    padding: 10px 0;
}


/*contact*/

.map_box {
    position: relative;
}

.map_box .contain {
    width: 86%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(2, 80, 155, 0.7);
    padding: 3.6% 7%;
}

.map_box h1 {
    font-size: 23px;
    color: #fff;
    letter-spacing: 3px;
    font-weight: 300;
}

html[lang="en"] .map_box h1 {
    letter-spacing: 0;
}

.map_box h2 {
    font-size: 13px;
    color: #eee;
    letter-spacing: 1px;
    margin: 5px 0 10px;
}

html[lang="en"] .map_box h2 {
    letter-spacing: 0;
}

.map_box h3 {
    font-size: 15px;
    color: #fff;
}

html[lang="en"] .map_box h3 {
    width: 40%;
    margin-top: 10px;
    line-height: 20px;
}

.map_box ul {
    position: absolute;
    right: 0;
    top: 22%;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    padding-left: 5%;
    width: 50%;
}

.map_box ul li {
    float: left;
    width: 50%;
    margin: 1.5% 0;
}

.map_box ul li b {
    float: left;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    padding: 1.5%;
}

.map_box ul li b img {
    display: block;
    width: 24px;
}

.map_box ul li span {
    float: left;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2px;
    margin-top: 6px;
    margin-left: 15px;
}

.o_contact {
    background: #eee;
    padding: 3% 0;
}

.message_box {
    width: 86%;
    background: #fff;
    padding: 5% 7%;
}

.message_box h1 {
    font-size: 30px;
    padding-bottom: 2%;
    color: #333;
    margin-bottom: 1%;
    text-align: center;
    position: relative;
    letter-spacing: 4px;
    font-weight: 400;
}

html[lang="en"] .message_box h1 {
    letter-spacing: 0;
}

.message_box ul {
    width: 100%;
    margin: auto;
    margin-top: 3%;
}

.message_box ul li {
    float: left;
    width: 29.3%;
    margin-bottom: 35px;
    margin-right: 5%;
}

.message_box ul li:last-of-type {
    margin-right: 0;
}

.message_box h5 {
    color: #333;
    font-size: 15px;
}

.message_box input {
    width: 100%;
    border: none;
    background: none;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    margin-right: 4%;
    line-height: 26px;
    font-size: 13px;
    padding-left: 12px;
}

.message_box textarea {
    width: 97%;
    padding: 12px;
    background: #eee;
    height: 200px;
    border: none;
    margin-top: 8px;
    border-radius: 3px;
}

.message_box .submit {
    display: block;
    float: none;
    width: 14%;
    margin: auto;
    line-height: 38px;
    margin-top: 3%;
    font-size: 13px;
    text-align: center;
    background-color: #02509b;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 1px;
}


/*area*/

.area1 {
    position: relative;
    width: 100%;
}

.area1 .contain {
    background: rgba(2, 80, 155, 0.6);
    width: 38%;
}

.area1 .contain h2 {
    color: #fff;
    padding: 3% 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
    line-height: 26px;
    text-align: left;
    text-indent: 30px;
}

.area1 .contain .back_a {
    float: left;
    padding: 3px 20px;
    color: #fff;
    margin-top: 10px;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.area1 .contain p {
    color: #fff;
    margin: 8px 0;
    font-size: 15px;
}

html[lang="en"] .area1 .contain p {
    letter-spacing: 0;
}

html[lang="en"] .area1 .contain h2 {
    letter-spacing: 0;
    text-indent: 0;
}

html[lang="en"] .area1 .contain h2 strong {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
}

.area_aa1 {
    padding-bottom: 3%;
    background: #f9f9f9;
}

.area_a1 {
    padding: 1% 0 3%;
    background: #f9f9f9;
}

.area_a1 .title_alls {
    color: #02509b;
    text-shadow: none;
}

.area_a1 p {
    width: 80%;
    margin: auto;
    text-align: center;
    font-size: 15px;
    margin-top: 30px;
    color: #333;
}

.a_1_1 p strong {
    display: inline-block;
    text-decoration: none;
    text-indent: 0;
    margin-bottom: 0;
}

.a_1_1 p a {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    text-decoration: underline;
}

.a_1_1 ul {
    width: 88%;
    margin: 30px auto 0px;
}

.a_1_1 ul li {
    float: left;
    width: 33.3%;
    text-align: center;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 30px;
}

.a_1_1 ul li img {
    width: 90%;
    margin: auto;
    display: block;
    margin-bottom: 10px;
}

.a_1_1 ul li:hover {
    text-decoration: underline;
    color: #02509b
}

.a_contain ul {
    width: 80%;
    margin: -8% auto 0;
    padding-bottom: 0%;
}

.a_contain li {
    margin-top: 9%;
    position: relative;
}

.a_contain li:nth-of-type(3) {
    margin-top: 3%;
}

.a_contain li p a {
    text-decoration: underline;
}

.a_contain li .left {
    width: 42%;
    float: left;
    background: #02509b;
    padding: 4%;
    position: relative;
    z-index: 9;
}

html[lang="en"] .a_contain li .left {
    width: 38%;
    padding: 5%;
}

.a_contain li .left.left_o {
    width: 34%;
    padding: 8%;
}

.a_contain li .left.left_l {
    width: 38%;
    padding: 6%;
}

html[lang="en"] .a_contain li .left.left_3_1 {
    width: 42%;
}

html[lang="en"] .a_contain li .left.left_3_2 {
    width: 43%;
    padding: 3%;
}

.a_contain li .left h1 {
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

html[lang="en"] .a_contain li .left h1 {
    letter-spacing: 0px;
    line-height: 26px;
}

.a_contain li .left p {
    text-indent: 30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 8px;
    text-align: justify;
}

html[lang="en"] .a_contain li .left p {
    text-indent: 0px;
    line-height: 20px;
}

.a_contain li .left p strong {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.a_contain li .left p a {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-decoration: underline;
}

.a_contain li .right {
    position: absolute;
    right: 0;
    top: 10%;
    width: 50%;
    height: 100%;
    padding: 0 3%;
}

.a_contain li.tli {
    margin-top: 20px;
}

.a_contain li:nth-of-type(2n) .left {
    float: right;
}

.a_contain li:nth-of-type(2n) .right {
    right: inherit;
    left: 0;
    top: -10%;
}

.a_contain li h6 {
    position: absolute;
    bottom: -50px;
    left: 0;
    font-size: 15px;
    color: #333;
}

.a_contain li h6 a {
    font-size: 15px;
    color: #333;
    text-decoration: underline;
}

.a_contain li .h6_4_2 {
    bottom: -100px;
}

.culture2s .txt {
    position: absolute;
    left: 50%;
    top: 18%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}

html[lang="en"] .culture2s .txt {
    width: 100%;
}

.culture2s .txt p {
    display: block;
    font-size: 4.2rem;
    line-height: 60px;
    color: #fff;
    margin-bottom: 35px;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.culture2s .txt p span {
    display: block;
    font-size: 3.6rem;
}

html[lang="en"] .culture2s .txt p {
    line-height: 50px;
    font-size: 3.8rem;
}

.culture2s .more_box {
    width: 530px;
    margin: auto;
}

.culture2s .index_mores {
    width: 200px;
    border: 1px solid #fff;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-size: 1.42rem;
    position: relative;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    letter-spacing: 1px;
    float: left;
    margin: 0px 30px;
}

html[lang="en"] .culture2s .index_mores {
    letter-spacing: 0;
}

.culture2s .index_mores:hover {
    background: rgba(255, 255, 255, 0.1)
}

.culture2s .index_mores img {
    position: absolute;
    right: -15px;
    top: 9px;
    display: block;
    width: 26px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.6;
}

.culture2s .index_mores:hover img {
    right: -25px;
    opacity: 0;
}

.t2_1 {
    margin-top: 80px;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    color: #00377e;
}

.l {
    width: 1px;
    height: 30px;
    background: #00377e;
    left: 50%;
    position: absolute;
    margin-top: 1%;
}

.outer {
    /* text-align: center; */
    /* align-self: center; */
    /* margin-left: 13%;
    margin-right:15%; */
    /* margin-top:5%; */
    /* -webkit-justify-content: center;
    justify-content: center; */
}

.cjlc {
    margin-bottom: 3%;
    margin-top: 5%;
    text-align: center;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    /* justify-content: space-around; */
}

.cjlc_one {
    margin-left: 3%;
    margin-right: 3%;
}

.cjlc_photo {
    height: 187.33px;
    width: 332px;
}

.cjlc_time {
    text-align: center;
    /* display: table-cell;
     vertical-align:middle; */
    background-color: #00377e;
    color: white;
    border-radius: 10em;
    width: 100px;
    /* height:30px; */
    position: relative;
    left: 36%;
    bottom: 10%;
}

.cjlc_info {
    font-size: 14px;
}

.wenhua_outer {
    display: flex;
    margin-left: 150px;
}

.wenhua_info {
    margin-right: 10%;
    margin-top: 15%;
    background: rgba(255, 255, 255, .7);
    width: 25%;
    height: 150px;
    /* padding:5px; */
    color: #000;
    /* filter: alpha(Opacity=50); */
    /* -moz-opacity: 0.5; */
    /* opacity: 0.5 */
}

.wenhua_info_1 {
    margin-right: 10%;
    margin-top: 15%;
    background: rgba(255, 255, 255, .7);
    width: 25%;
    height: 150px;
    /* padding:5px; */
    color: #000;
    /* filter: alpha(Opacity=50); */
    /* -moz-opacity: 0.5; */
    /* opacity: 0.5 */
}

.wenhua_title {
    font-size: 30px;
    color: black;
    margin-left: 10%;
}

.bottomline {
    border-bottom: 1px solid #F00
}

.wenhua_txt {
    margin-left: 10%;
    font-size: 15px;
}

.note2 {
    color: white;
    font-size: 20px;
    margin-bottom: -5%;
}

.note1 {
    color: #00377e;
}

.ly_title {
    text-align: center;
    margin-top: 5%;
    margin-left: 0%;
    font-size: 28px;
}

.ly_l1 {
    text-align: center;
    margin-top: 2%;
    margin-left: 0%;
    font-size: 14px;
}

.ly_l2 {
    text-align: center;
    margin-left: 0%;
    font-size: 14px;
}

.ly_icons {
    display: flex;
    margin-top: 5%;
    margin-left: 8%;
}

.ly_icon {
    margin-left: 7%;
}

.blank {
    margin: 10%
}

.circle {
    width: 60px;
    height: 60px;
    background-color: #FFF;
    border-radius: 30px;
    margin-left: 39%
}

.cj_info {
    display: flex;
}

.cj_title {
    margin-top: 10%;
    margin-bottom: 10%;
    text-align: center;
    color: #00377e;
    font-size: 20px;
}

.cj_txt {
    width: 50%;
    font-size: 14px;
    color: black;
    margin-left: 25%;
}

.bk {
    width: 800px;
    height: 400px;
    background-color: #00377e;
    margin-left: 8%;
    z-index: 2;
    /* border-radius: 20px; */
    /* margin-left: 20% */
}

.bk_1 {
    width: 800px;
    height: 400px;
    background-color: #00377e;
    margin-left: -5%;
    margin-top: 5%;
    z-index: 0;
    /* border-radius: 20px; */
    /* margin-left: 20% */
}

.bk2 {
    width: 85%;
    height: 25%;
    background: rgba(69, 77, 83, 0.5);
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-top: 5%;
    z-index: 0;
    /* border-radius: 20px; */
    /* margin-left: 20% */
}

.bk3 {
    width: 85%;
    height: 25%;
    background: rgba(69, 77, 83, 0.5);
    margin-left: 7.5%;
    margin-right: 7.5%;
    margin-top: 5%;
    z-index: 0;
    /* border-radius: 20px; */
    /* margin-left: 20% */
}

.sj_title {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 25px;
    text-align: center;
}

.sj_2 {
    display: flex;
}

.sj_img {
    margin-left: -5%;
    margin-top: 5%;
    z-index: 0;
}

.sj_img_1 {
    margin-left: 8%;
    /* margin-top: 5%; */
    z-index: 0;
    width: 853px;
    height: 370px;
}

.fh_icons {
    display: flex;
}

.fh_icon {}

.fhlc {}

.fhlc_title {
    margin-top: 7%;
    font-size: 20px;
    text-align: center;
}

.fhlc_title1 {
    font-size: 25px;
    text-align: center;
}

.fhlc_jpg {
    width: 50%;
    margin-left: 22%;
    margin-right: 8%;
}

.hx {
    text-align: center;
    margin-left: 42.5%;
    width: 15%;
    margin-bottom: 4%;
}</pre></body></html>