﻿@charset "utf-8";
@import url("fonts.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin:0; padding: 0px; border: 0; font-size: 100%; outline: none;   -webkit-transition: opacity 400ms;  -moz-transition: opacity 400ms;  transition: opacity 400ms;}
html { font-size: 100%!important; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden; }
/* always display scrollbars */
body{font: 14px/180% "Microsoft Yahei","arial","Helvetica","sans-serif";  margin: 0 auto; color: #333; background: #fff; -webkit-tap-highlight-color:rgba(0,0,0,0);  *cursor: default;}
body, .onepage-wrapper, html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6{font-weight:normal}
em{font-style: normal;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
img { border: 0; vertical-align: middle;}
input{ outline: none; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] { -webkit-appearance: none; border-radius: 0; }
textarea {-webkit-appearance: none; border-radius: 0; outline: none;  font-family:"Microsoft Yahei"}
::-moz-selection { background: #338fff; color: #fff; text-shadow: none; }
::selection { background: #338fff; color: #fff; text-shadow: none; }
select{ outline: none;}
select::-ms-expand { display: none; }
a { text-decoration: none; blr: expression(this.onFocus=this.blur()); cursor: /*pointer; transition:All 0.4s ease-in-out;	-webkit-transition:All 0.4s ease-in-out;	-moz-transition:All 0.4s ease-in-out;	-o-transition:All 0.4s ease-in-out;*/}
a:link, a:visited { text-decoration: none; color:#333;}
a:active, a:hover { text-decoration: none; outline:none; color:#ad282d;}
a:focus{text-decoration:none;outline:0;}
.clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px;}
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/*导航菜单*/
#nav-contaiter{
    width: 100%;
    height: 110px;
    background: rgba(255,255,255,1.0);
    /*box-shadow: rgba(0,0,0,0.10) 0 2px 5px;*/
    transition: All 0.4s ease-in-out;
}
.nav-bar{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: #000;
    position: relative;
}
.nav-bar-logo{
    width: 130px;
    height: auto;
    float: left;
    padding-top: 12px;
    text-align: left;
    transition: All 0.4s ease-in-out;
}
.nav-bar-middle{
    width: 840px;
    height: auto;
    transition: All 0.4s ease-in-out;
    float: left;
    padding: 0 15px;
}
.menu {
    width:840px;
    position:relative;
    margin:0;
    z-index: 110;    
}
.menu ul li a, .menu ul li a:visited {
    display:block;
    text-decoration:none;
    color:#000;
    width:120px;
    height:110px;
    text-align:center;
    line-height:110px;
    font-size:16px;
    text-transform: uppercase;
    overflow:hidden;
}
.menu ul {
    padding:0;
    margin:0;
    list-style-type: none;
}
.menu ul li {
    float:left;
    position:relative;
}
.menu ul li ul {
    display: none;
}
/* specific to non IE browsers */
 .menu ul li:hover a {
    color:#fff;
    background:#1f4d8a;
    transition: all .4s ease-in-out;    
}
.menu ul li:hover ul {
    display:block;
    position:absolute;
    top:110px;
    left:0;
    width:180px;
}
.menu ul li:hover ul li a.hide {
    background:#4c80b3;
    color:#fff;
    height: 50px;
    line-height: 50px;
}
.menu ul li:hover ul li:hover a.hide {
    background:#4c80b3;
    color:#fff;
    height: 50px;
    line-height: 50px;
}
.menu ul li:hover ul li ul {
    display: none;
}
.menu ul li:hover ul li a {
    display:block;
    background:#1f4d8a;
    color:#fff;
    border-top: 1px solid rgba(255,255,255,0.10);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    font-family: "Poppins-Regular";
    width: 200px;
    text-align: left;
    text-indent: 1.0rem;
}
.menu ul li:hover ul li a:hover {
    background:#0e3f7f;
    color:#fff;
}
.menu ul li:hover ul li:hover ul {
    display:block;
    position:absolute;
    left:140px;
    top:0;
}
.menu ul li:hover ul li:hover ul.left {
    left:-140px;
}
.hvr-bounce-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1f4d8a;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.nav-bar-right{
    width: 180px;
    height: auto;
    float: right;
    padding-left: 20px;
    transition: All 0.4s ease-in-out;
}
.right-app{
    width: 200px;
    height: auto;
    overflow: hidden;
    padding-top: 40px;
}
.right-app li{
    height: auto;
    float: left;
}
.right-app li h2{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    border: #eee solid 1px;
    transition: all .4s ease-in-out;
    font-size: 14px;
    color: ##1f4d8a;
}
.right-app li h2:hover{
    border: #eee solid 1px;
    transition: all .4s ease-in-out;
}
.right-app li h3{
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 25px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    border: #eee solid 1px;
    transition: all .4s ease-in-out;
}
.right-app li h3:hover{
    border: #eee solid 1px;
    transition: all .4s ease-in-out;
}

/*PC端底部样式*/
.footer-container{
    width: 100%;
    height: auto;
    background: #4c80b3;
    margin: 0 auto;
    overflow: hidden;
}
.footer{
    width: 1200px;
    height: auto;
    margin: 40px auto;
    overflow: hidden;
}
.footer-left{
    width: 900px;
    height: auto;
    float: left;
}
.footer-left-links{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    color: #fff;
}
.footer-left-links a{
    color: #fff;
    margin: 0 10px;
}
.footer-left-cont{
    width: 100%;
    height: auto;
    color: #fff;
    overflow: hidden;
}
.footer-left-cont li{
    width: 50%;
    height: auto;
    line-height: 200%;
    float: left;
    color: #fff;
}
.footer-left-cont li a{
    color: #fff;
}
.footer-right{
    width: 300px;
    height: auto;
    float: right;
    overflow: hidden;
}
.footer-right figure{
    width: 90px;
    height: auto;
    float: left;
    margin-right: 10px;
}
.footer-right figcaption{
    text-align: center;
    color: #fff;
}
.copyright-container{
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
}

/*综合首页样式*/
#movie{
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
}
#movie img{width: 100%; height: auto; }


.home-bar1{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #fff;
}
.home-news{
    width: 1200px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.home-news-left{
    width: 500px;
    height: auto;
    float: left;
    padding-right: 100px;
}
.home-news-left-title{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    font-size: 28px;
}
.home-news-left-list{
    width: 100%;
    height: auto;
}
.home-news-left-list li{
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 40px;
}
.home-news-left-list li h2{
    width: 30%;
    height: auto;
    float: left;
    overflow: hidden;
}
.home-news-left-list li h2 img{
    width: 100%;
    transition: all .4s ease-in-out;
}
.home-news-left-list li h2 img:hover{
    transform: scale(1.10);
}
.home-news-left-list li h3{
    width: 65%;
    height: auto;
    float: right;
}
.home-news-left-list li h3 a{
    font-size: 20px;
    color: #1f4d8a;
}
.home-news-left-list li h3 p span{
    display: -webkit-box;
    -webkit-line-clamp: var(--lines, 1);
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.home-news-left-list li h3 p{
    display: -webkit-box;
    -webkit-line-clamp: var(--lines, 3);
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-news-right{
    width: 600px;
    height: auto;
    float: right;
}
.home-news-right-title{
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    font-size: 28px;
}
.home-news-right-list{
    width: 100%;
    height: auto;
}
.home-news-right-list h4{
    width: 100%;
    text-align: right;
}
.home-news-right-list li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px 0;
}
.home-news-right-list li h2{
    width: 75%;
    height: auto;
    line-height: 200%;
    float: left;
    background: url("../images/i-jt.png") no-repeat left center;
    text-indent: 1.0rem;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines, 1);
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.home-news-right-list li h3{
    width: 20%;
    height: auto;
    line-height: 200%;
    text-align: right;
    color: #999;
    float: right;
}

.home-bar2{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #eee;
}
.home-pro{
    width: 1200px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.home-pro-title{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.home-pro-title h2{
    text-align: center;
    font-size: 28px;
    padding: 5px 0 25px 0;
    position: relative;
}
.home-pro-title h2:before{
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
}
.home-pro-title h2:after{
    width: 60px;
    height: 3px;
    background: #00c200;
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translate(-50%, -50%); 
    content: '';
}
.home-pro-pic{
    width: 1200px;
    height: auto;
    overflow: hidden;
}
.mr_frbox {
    height: auto;
    padding: 0;
    margin-top: 0;
    width: 1200px;
    margin: 0 auto;
}

.mr_frBtn {
    width: 190px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    bottom: 0;
}

.mr_frBtn img {
    filter: grayscale(100%);
    transition: All 0.4s ease-in-out;
}

.mr_frBtn img:hover {
    filter: grayscale(0);
}
.mr_frBtnL {
    cursor: pointer;
    display: inline;
    float: left;
    height: 50px;
    width: 85px;
    position: relative;
    left: 0;
}

.mr_frBtnR {
    float: right;
    cursor: pointer;
    width: 85px;
    height: 50px;
    right: 0;
}

.mr_frUl {
    float: left;
    height: auto;
    width: 1200px;
    margin: 0 0 40px 0;
    overflow: hidden;
}

.mr_frUl ul li {
    display: inline;
    float: left;
    width: 380px;
    margin-right: 30px;
    overflow: hidden;
    border: #eee solid 0px;
    position: relative;
    border-radius: 6px;
}
.mr_frUl ul li img {
    transition: All 0.4s ease-in-out;
    position: relative;    
}
.mr_frUl ul li h2{
    overflow: hidden;
}

.mr_frUl ul li img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.mr_frUl ul li p {
    width: 100%;
    height: auto;
    padding: 15px 0;
    text-align: center;
    transition: All 0.4s ease-in-out;
    text-transform: uppercase;
    background: #fff;
}


/*内页样式表*/
.sub-banner{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.sub-banner img{
    width: 100%;
}
.subpages-container{
    width: 100%;
    height: auto;
    overflow: hidden;
}

/*企业介绍*/
.subpages-comp{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 80px auto;
}
.subpages-about-nav {
	width: auto;
	height: auto;
	margin: 0 auto 60px auto;
	display: table;
	text-align: center;
}
.subpages-about-nav li {
	width: 140px;
	height: auto;
	float: left;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 5px;
	display: inline;
}
.subpages-about-nav li a {
	display: block;
	padding: 8% 0;
	border-radius: 6px;
	overflow: hidden;
	border: solid 1px #ccc;
}
.subpages-about-nav li a:hover {
	background: #1f4d8a;
	color: #fff;
	border: solid 1px #1f4d8a;
}

#onthis2{
	background: #1f4d8a;
	color: #fff;
	border: solid 1px #1f4d8a;
}

.subpages-comp-content {
	width: 100%;
	height: auto;
	margin: 0 auto;
    overflow: hidden;
}
.subpages-comp-tit{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.subpages-comp-tit h2{
    text-align: center;
    font-size: 28px;
    margin-bottom: 10px;
    color: #1f4d8a;
}
.subpages-comp-tit h3{
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    position: relative;
}
.subpages-comp-tit h3:before{
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    bottom: 12px;
    left: 0;
    content: '';
    z-index: -2;
}
.subpages-comp-tit h3:after{
    width: 100px;
    height: 3px;
    background: #f6f6f6;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    z-index: -1;
}
.subpages-comp-txt{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.subpages-comp-txt p{
    font-size: 16px;
    line-height: 220%;
    margin: 30px auto;
}

/*发展历程*/
.history{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.history-txt{
    width: 1200px;
    height: auto;
    overflow: hidden;
}
.history-txt-left{
    width: 368px;
    height: auto;
    float: left;
}
.history-list:before{
    width: 22px;
    height: 22px;
    background: url("../images/icon-clock.png") no-repeat top center;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
}
.history-list{
    width: 800px;
    height: auto;
    float: right;
    background: url("../images/icon-dian.png") repeat-y 10px 50%;
    overflow: hidden;
    padding: 50px 0;
    position: relative;
}
.history-list-container{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.history-list-container li{
    width: 100%;
    height: auto;
    float: left;
    background: url("../images/icon-arrow3.png") no-repeat 0 10px;
    margin-bottom: 30px;
    border-radius: 8px;
    padding-left: 43px;
    box-sizing: border-box;
    position: relative;
    z-index: 11;
}
.history-time{
    width: 100%;
    height: auto;
    background: #fff;
    padding: 3%;
    box-sizing: border-box;
    border-radius: 10px;
    border: #e1e1e1 solid 1px;
    font-size: 16px;
}
.history-time h2{
    font-size: 22px;
    font-weight: bold;
    color: #1f4d8a;
    margin-bottom: 10px;
}

/*投资者关系*/
.sub-tzzgx{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.sub-tzzgx li{
    width: 100%;
    height: 60px;
    line-height: 60px;
    float: left;
    border-bottom: solid #ddd 1px;
    font-size: 16px;
}
.sub-tzzgx li a{
    display: block;
}
.sub-tzzgx li span{
    text-indent: 2.0rem;
}

/*企业荣誉*/
.sub-honor{
    width: 1220px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.sub-honor figure{
    width: 285px;
    height: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 40px;
}
.sub-honor figure h3{
    overflow: hidden;
    background: #fff;
}
.sub-honor figure img{
    transition: all 0.4s ease-in-out;
}
.sub-honor figure img:hover{
    transform: scale(1.10);
}
.sub-honor figcaption{
    text-align: center;
    padding: 15px 0;
    background: #eee;
    font-size: 14px;
}

/*新闻资讯*/
.sub-news{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.sub-news li{
    width: 1200px;
    height: auto;
    float: left;
    border-bottom: solid 1px #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.sub-news-pic{
    width: 300px;
    height: auto;
    float: left;
    overflow: hidden;
    border-radius: 6px;
}
.sub-news-pic img{
    transition: all 0.4s ease-in-out;
}
.sub-news-pic img:hover{
    transform: scale(1.10);
}
.sub-news-txt{
    width: 870px;
    height: auto;
    float: right;
}
.sub-news-txt h1 a{
    font-size: 20px;
    color: #1f4d8a;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines, 1);
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-news-txt h1 a:hover{
    color: #ad282d;
}
.sub-news-txt h2{
    line-height: 200%;
    margin: 10px auto;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines, 3);
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-news-txt h3{
    font-size: 14px;
    color: #999;
    font-family: "arial";
    background: url("../images/icon-time.png") no-repeat left center;
    text-indent: 1.4rem;
}

.sub-news-info{
    width: 1200px;
    height: auto;
    margin: 80px auto;
    overflow: hidden;
}
.sub-news-info h1{
    text-align: center;
    font-size: 30px;
    padding: 5px 0;
    line-height: 160%;
}
.sub-news-info h2{
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
    padding: 15px 0;
    color: #999;
    border-bottom: solid 1px #ddd;
    border-top: solid 1px #ddd;
}
.sub-news-info-txt{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
}
.sub-news-info-txt p{
    margin: 30px auto;
    line-height: 220%;
}
.sub-news-info-more{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: solid 1px #ddd;
    padding-top: 20px;
}
.sub-news-info-more h3{
    text-align: left;
    line-height: 220%;
    font-size: 16px;
}

.sub-news2{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.sub-news2 li{
    width: 1200px;
    height: auto;
    float: left;
    border-bottom: solid 1px #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.sub-news2-pic{
    width: 130px;
    height: 130px;
    background: #1f4d8a;
    color: #fff;
    float: left;
    text-align: center;
    display: flex;
    align-items: center; 
    justify-content: center;
    font-size: 20px;
}
.sub-news2-txt{
    width: 1040px;
    height: auto;
    float: right;
}
.sub-news2-txt h1 a{
    font-size: 20px;
    color: #1f4d8a;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines, 1);
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-news2-txt h1 a:hover{
    color: #ad282d;
}
.sub-news2-txt h2{
    line-height: 200%;
    margin: 10px auto;
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: var(--lines, 2);
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sub-news2-txt h3{
    font-size: 14px;
    color: #999;
    font-family: "arial";
    background: url("../images/icon-time.png") no-repeat left center;
    text-indent: 1.4rem;
}

/*媒体中心*/
.sub-video{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.sub-book{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.book-box {
	background: url(../images/book_bj.jpg) no-repeat;
	width: 1140px;
	padding: 35px 0px;
	position: relative;
    margin: 0 auto;
}
.book-box-pic{
	width: 1070px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

/*联系方式*/
.contact{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
	margin: 0 auto;
	padding: 2%;
	box-sizing: border-box;
}
.contact-left{
    width: 50%;
    height: auto;
    float: left;
    padding: 2%;
	box-sizing: border-box;
}
.contact-left h2{
    font-size: 24px;
    padding: 5px 0;
    line-height: 140%;
    position: relative;
    text-transform: uppercase;
    margin: 10px auto 0 auto;
    letter-spacing: 0;
}
.contact-left h2:before{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.20);
    position: absolute;
    left: 0;
    bottom: -1.0vh;
    content: '';
}
.contact-left-txt{
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.contact-left-txt p{
    margin: 10px auto; 
    border-bottom: #ddd dotted 1px; 
    padding-bottom: 12px;
    font-size: 16px;
    overflow: hidden;
}
.contact-right{
    width: 50%;
    height: auto;
    float: right;
    background: url("../images/map.jpg") no-repeat center center;
}

.contact2{
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
	margin: 0 auto;
	padding: 2%;
	box-sizing: border-box;
}
.contact2-left{
    width: 50%;
    height: auto;
    float: left;
    padding: 2%;
	box-sizing: border-box;
}
.contact2-left h2{
    font-size: 24px;
    padding: 5px 0;
    line-height: 140%;
    position: relative;
    text-transform: uppercase;
    margin: 10px auto 0 auto;
    letter-spacing: 0;
}
.contact2-left h2:before{
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.20);
    position: absolute;
    left: 0;
    bottom: -1.0vh;
    content: '';
}
.contact2-left-txt{
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.contact2-left-txt p{
    margin: 10px auto; 
    border-bottom: #ddd dotted 1px; 
    padding-bottom: 12px;
    font-size: 16px;
    overflow: hidden;
}
.contact2-right{
    width: 50%;
    height: auto;
    float: right;
    background: url("../images/map-2.jpg") no-repeat center center;
}

/*业绩中心*/
.sub-pro{
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.nTab {
	width: 100%;
	border: 0;
	overflow: hidden;
}
.none {
	display: none;
}
.nTab .TabTitle {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}
.nTab .TabTitle li {
	float: left;
	cursor: pointer;
	height: 250px;
	width: 200px;
	text-align: center;
	margin-bottom: 40px;
}
.nTab .TabTitle li h6{
	display: none;
}
.nTab .TabTitle li a {
	text-decoration: none;
}
.nTab .TabTitle .active {
	line-height: 45px;
	background: #42250d;
	color: #fff;
	font-size: 16px;
}
.nTab .TabTitle .active img{
	filter: grayscale(0);
}
.nTab .TabTitle .normal {
	box-sizing: border-box;
}
.nTab .TabTitle .normal img{
	filter: grayscale(100%);
}
.nTab .TabContent {
	clear: both;
	overflow: hidden;
}
.sub-pro-pic{
    width: 1230px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.sub-pro-pic figure{
	width: 380px;
	height: auto;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border-radius: 6px;
	overflow: hidden;
}
.sub-pro-pic figure img{
	transition: all 0.4s ease-in-out;
}
.sub-pro-pic figure h2{
	overflow: hidden;
}
.sub-pro-pic figure img:hover{
	transform: scale(1.10);
}
.sub-pro-pic figcaption{
	text-align: center;
	padding: 15px 0;
	background: #eee;
}

.subpages-pro-nav {
	width: auto;
	height: auto;
	margin: 0 auto 60px auto;
	display: table;
	text-align: center;
}
.subpages-pro-nav li {
	width: 160px;
	height: auto;
	float: left;
	text-align: center;
	font-size: 16px;
	text-transform: capitalize;
	margin: 0 5px;
	display: inline;
}
.subpages-pro-nav li a {
	display: block;
	padding: 8% 0;
	border-radius: 6px;
	overflow: hidden;
	border: solid 1px #ccc;
}
.subpages-pro-nav li a:hover {
	background: #1f4d8a;
	color: #fff;
	border: solid 1px #1f4d8a;
}


/*==========以下样式为移动端==========*/

/*头部*/
.sp_header{height:60px; overflow:hidden; background: rgba(255,255,255,1.00); position:fixed; z-index:110; width:100%; box-shadow: 0 3px 3px rgba(0,0,0,0.05); display: none; }
.sp_language{padding:0;float:left;height:60px; line-height: 60px; text-transform: uppercase; text-align: right; position: absolute; right: 50px; bottom: -1px; font-size: 1.0rem;}
.sp_language a{color: #999;}
.sp_logo{padding:0;float:left;height:60px; padding:0 1%; box-sizing: border-box;}
.sp_logo a{color: #fff;}
.sp_logo img{margin:auto; width: auto; height: 60px;}
.sp_logo h2{display: inline-block;width: 24px; height: 24px; background: #1f4d8a; color: #fff; line-height: 24px; border-radius: 50%; text-align: center; text-transform: uppercase; font-size: 0.8rem; position: absolute; right: 50px; bottom: 18px;}
.sp_nav{width:60px;float:right;position:relative;cursor:pointer;height:30px;margin-top:22px;}
.sp_nav span{display:block;background:#1f1a17; width:24px; height:2.5px; position:absolute; left:25px; transition:all ease 0.35s;}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:7px}
.sp_nav span:nth-of-type(3){top:14px}
.sp_nav_se span:nth-of-type(1){top:7px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:7px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:99;background:#f6f6f6;width:100%;height: calc(100% );font-size:0.9rem;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; display: none; }
.nav_show{top:40px}
.sjj_nav>ul>li:first-child{overflow:hidden;}
.sjj_nav>ul>li:first-child>a{float:left;width: calc(100% - 70px);}
.sjj_nav>ul>li:first-child .language{float:right;width:98%;overflow:hidden;line-height:40px;margin-top:21px; padding-right: 2%; }
.sjj_nav>ul>li:first-child .language h2{width: 85%; height: auto; float: left; }
.sjj_nav>ul>li:first-child .language h2>input{width: 100%; height: 30px; border: #eee solid 1px; background: #fff; box-sizing: border-box; text-indent: 0.5rem; color: #666;  }
.sjj_nav>ul>li:first-child .language h3{width: 15%; height: auto; float: left; }
.sjj_nav>ul>li:first-child .language h3>input{width: 100%; height: 30px; border: 0; background: #555666; color: #fff; }
.sjj_nav>ul>li:first-child .language img{width: 70%; }
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:9px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:50px;font-size:0.95rem;}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#000;width:80%; display: block; text-transform: uppercase; font-weight: bold;}
.sjj_nav ul li ul li a{color:#888;display:block;text-align:left; text-transform: capitalize; font-weight: normal; line-height: 160%; padding: 10px 0;}
.sjj_nav ul li i svg{width:29px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}

/*底部*/
#h5-footer-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: none;
    background: rgba(0,0,0,0.45);
}
.h5-footer {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    overflow: hidden;
    overflow: hidden;
}
.h5-footer li {
    width: 50%;
    height: auto;
    float: left;
    padding: 0 4%;
    box-sizing: border-box;
}
.h5-footer li h2{
    width: 100%;
    margin: 10px auto 0 auto;
    display: table;
}
.h5-footer li h2 a{
    display: block;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
    text-align: center;
    background: #ff9f26;
}
.h5-footer li h3{
    width: 100%;
    margin: 10px auto 0 auto;
    display: table;
}
.h5-footer li h3 a{
    display: block;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 0.9rem;
    text-align: center;
    background: #00307c;
}

/*内页导航*/
.header{
    position:relative;
    height:auto; 
    background:#009fe8; 
    display: none;
}
.h5-right-tit{
    width:100%; 
    height:auto; 
    overflow:hidden;
}
.h5-right-tit-left{
    width:86%; 
    height:50px; 
    line-height:50px; 
    float:left;  
    color:#fff; 
    text-align:left; 
    text-indent:1.0rem; 
    font-size:1.1rem; 
    background:#004da0; 
    font-weight: bold;
}
.h5-right-tit-right{
    width:14%; 
    height:50px; 
    float:right; 
}

/*内页导航菜单（新）*/
.list {
    width: 100%;
    margin: 0 auto;
    display: none;
}
.list ul li {
    background: #1f1a17;
    border-bottom: 0;
}

.list ul li a {
    color: #fff;
    font-size: 1.1rem;
    display: block;
    font-weight: bold;
    height: auto;
    padding: 2.5% 0 2.5% 3%;
    position: relative;
    transition: all.4s ease-in-out;
    text-transform: uppercase;
    box-sizing: border-box;
}
.list ul li .inactive {
    background: url(../images/off.png) no-repeat 95% center;
}

.list ul li .inactives {
    background: url(../images/on.png) no-repeat 95% center;
}
.list ul li ul{display: none;}
.list ul li ul li {background:#332d2a; border-top: rgba(255,255,255,0.05) solid 1px; line-height: 160%; }
.list ul li ul li ul{display: none;}
.list ul li ul li a{ font-weight: normal; font-size: 1.0rem; text-transform: none; }





/*翻页*/
.subpages-pages{
    width: 100%;
    height: auto;
    margin: 40px auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.subpages-pages li{
    display: inline-block;
    width: 40px;
    height: 32px;
    line-height: 32px;
    float: left;
    text-align: center;
    border: #eaeaea solid 1px;
    margin-right: 10px;
    transition: all .4s ease-in-out;
    font-size: 16px;
    cursor: pointer;
    background: #f6f5f1;
    font-family: "Poppins-Regular";
}
.subpages-pages li:hover,#onthis{
    display: block;
    background: #1f4d8a;
    border: #1f4d8a solid 1px;
    color: #fff;    
}

