@charset "utf-8";

a:hover,
a:focus {
  color: #23527c;
  text-decoration: none!important;
  cursor: pointer;
}

ol {
	margin-bottom: 0;
}

ul,li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.con img{max-width:100%;height:auto;}


.thumbnail {
	border: 0;
    padding: 0;
    border-radius: 0;
	    overflow: hidden;
}


.navbar {
    min-height: 40px;
    margin-bottom: 0;
    font-size: 13px;
    border: none;
}



.index-banner img {
	width: 100%;
}


.title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	align-items: center;
}

.title h2 {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	height: 38px;
	position: relative;
	margin: 0;
}

.title h2:after {
	content: '';
	width: 40px;
	height: 3px;
	border-radius: 3px;
	background: #004EA2;
	position: absolute;
	bottom: 0;
	left: 0;
}

.title a {
	color: #333333;
	display: flex;
	align-items: center;
}

.title a i {
	display: inline-block;
	margin-left: 6px;
	font-size: 14px;
}

.title a:hover {
	color: #004EA2;
}


.rmcp {
	padding: 30px 0 10px;
	background: #F4F7FA;
}

.rmcp .rmcp-item1 {
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}

.rmcp .rmcp-item1 img {
	width: 100%;
	display: block;
    transition: all 0.4s;
}

.rmcp .rmcp-item1:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}

.rmcp .rmcp-item2 {
	background: #FFFFFF;
	position: relative;
	margin-bottom: 20px;
	height: auto;
}

.rmcp .rmcp-item2 a {
	display: block;
	text-align: center;
}

.rmcp .rmcp-item2 a img {
	width: 250px;
	height: 250px;
	transition: all 0.4s;
	display: inline-block;
}

.rmcp .rmcp-item2 a p {
	font-size: 24px;
	color: #333333;
	line-height: 40px;
	margin-bottom: 0;
	margin: 30px 0 0 40px;
	text-align: left;
}
.rmcp .rmcp-item2 .swiper-pagination {
	text-align: left;
	padding-left: 20px;
}

.rmcp .rmcp-item2 .swiper-pagination-bullet {
	width: 25px;
	height: 3px;
	border-radius: 0;
}

.rmcp .rmcp-item2 a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
}


.rmcp .rmcp-item3 a {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.rmcp .rmcp-item3 a div.name {
	background: rgba(0,78,162,.9);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}

.rmcp .rmcp-item3 a div.name p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10%;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	overflow: hidden;
}

.rmcp .rmcp-item3 a img {
	display: block;
	width: 100%;
}

.rmcp .rmcp-item3 a:hover div.name {
	display: block;
}


.cpyy {
	padding: 30px 0 10px;
	background: #E2EAF6;
}

.cpyy p {
	margin-bottom: 0;
}

.cpyy .item {
	position: relative;
	display: block;
	margin-bottom: 30px;
	max-height: 400px;
    overflow: hidden;
}

.cpyy .item:hover {
	opacity: .9;
}

.cpyy .item img {
	
	display: inline-block;
}

.cpyy .item div.bg {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
}

.cpyy .item div.txt p.p1 {
	font-size: 24px;
	color: #FFFFFF;
	line-height: 36px;
	margin-bottom: 15px;
}

.cpyy .item div.txt p.p2 {
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
}

.cpyy .item div.txt p.p3 {
	font-size: 15px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 30px;
	display: flex;
	align-items: center;
}

.cpyy .item div.txt p.p3 i {
	display: inline-block;
	margin-left: 8px;
	font-size: 18px;
	color: #007afe;
}

.cpyy .item1 div.txt p.p2 {
	margin-bottom: 20px;
}

.cpyy .item2 div.txt p.p2 {
	margin-bottom: 15px;
}

.cpyy .item div.txt {
	position: absolute;
	left: 0;
	z-index: 20;
	color: #FFFFFF;
	padding: 0 30px;
}

.cpyy .item1 div.txt {
	top: 30px;
	max-width: 500px;
}

.cpyy .item2 div.txt {
	bottom: 30px;
}


.news {
	padding: 30px 0;
	background: #F4F7FA;
}

.news .news-one {
	background: #E2EAF6;
}

.news .news-one a.thumbnail {
	margin-bottom: 15px;
	background: none;
	border: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.news .news-one a.thumbnail img {
    width: 100%;
    transition: all 0.6s;
}

.news .news-one a.thumbnail:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.news .news-one .news-info {
	padding: 10px 20px 20px;
}


.news .news-one p.date {
	font-size: 14px;
	color: #808080;
	line-height: 20px;
	margin-bottom: 10px;
}

.news .news-one a.tit {
	display: inline-block;
	font-size: 16px;
	color: #282828;
	line-height: 30px;
}

.news .news-one a.tit:hover {
	color: #284591;
}

.news .news-list ul li {
	padding: 15px 10px 10px;
}

.news .news-list p.date {
	font-size: 13px;
	color: #808080;
	line-height: 18px;
	margin-bottom: 8px;
}

.news .news-list a.tit {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	color: #282828;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.news .news-list a.tit:hover {
	color: #284591;
}


.footer {
	background: #004EA2;
	padding: 30px 0 0;
}

.footer .footer-logo {
	width: 190px;
	margin-top: 0;
	margin-bottom: 20px;
}

.footer .footer-logo img {
	width: 100%;
}

.footer .footer-nav-list {
	margin-bottom: 20px;
}

.footer .footer-nav-list a {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 30px;
}

.footer .footer-nav-list span {
	color: #FFFFFF;
	display: inline-block;
	margin: 0 8px;
}

.footer .footer-nav-list div {
	margin-top: 10px;
}

.footer .footer-nav-list div p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 30px;
	margin-bottom: 0;
}

.footer .footer-ewm {
	width: 100px;
	text-align: center;
}

.footer .footer-ewm p {
	margin-top: 10px;
	font-size: 13px;
	color: rgba(255,255,255,0.90);
}


.bq {
	background: #004EA2;
}

.bq .col-sm-12 {
	border-top: 1px solid #2668b0;
}

.bq p {
	padding: 10px 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}




.nAddress {
    background: #E2EAF6;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #d0dff5;
}


#page {
	text-align: center;
	margin-top: 20px;
}
#page .pagination>.active>a {
    z-index: 3;
    color: #FFFFFF;
    cursor: default;
    background-color: #004EA2;
    border-color: #004EA2;
}

#page .pagination>li>a, 
#page .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333333;
    border: 1px solid #ddd;
}


.nproduct {
	background: #E2EAF6;
	padding: 30px 0;
}

.nproduct .product-preview-small {
    background-color: #ffffff;
    padding: 2em 1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    border: 1px solid #ffffff;
    transition: .15s border ease-in-out;
}

.nproduct .product-preview-small .product-image-container {
    margin-right: 1.5em;
}

.nproduct .product-preview-small .product-image {
    max-height: 8rem;
    width: auto;
}

.nproduct .product-preview-small .h4 {
	color: #004EA2;
}

.nproduct .product-preview-small:hover {
	box-shadow: 0 3px 15px 0 rgba(0,0,0,0.10);
}



.nproduct01 {
	background: #E2EAF6;
	padding: 30px 0;
}

.nproduct01 .product-preview {
    background-color: #fff;
    padding: 2em 1.5em 2em;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.nproduct01 .product-preview .product-image-container {
    margin-bottom: 1em;
    max-width: 120px;
    max-height: 120px;
	min-height: 120px;

}

.nproduct01 .product-preview .product-image-container .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.nproduct01 .product-preview .product-name {
    margin-bottom: 1em;
    color: #004EA2;
    width: 100%;
    height: 20px;
    line-height: 20px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.nproduct01 .product-preview ul {
	width: 100%;
	margin-bottom: 1.5em;
}

.nproduct01 .product-preview ul li {
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #555555;
	width: 100%;
	height: 24px;
	overflow: hidden;
	text-align: left;
}

.nproduct01 a.button, 
.nproduct01 .cta.button {
    font-size: 1.4rem;
    padding: 10px 20px;
    letter-spacing: .071em;
    background-color: rgba(0,78,162,.3);
    text-transform: uppercase;
    color: #004EA2;
}

.nproduct01 a.button:hover {
	background: #004EA2;
	color: #FFFFFF;
}


.nproduct-detail {
	padding: 50px 0;
}

.nproduct-detail .product-head {
	margin-bottom: 30px;
}

.nproduct-detail .product-head .product-title {
	font-size: 20px;
	margin-bottom: 20px;
}

.nproduct-detail .product-head a.srbtn {
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
    padding: 10px 20px;
    background-color: #004EA2;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 20px;
    border-radius: 6px;
    transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
}

.nproduct-detail .product-head a.srbtn:hover {
    background-color: #f9c000;
    color: #004EA2;
}

.nproduct-detail .product-head .product-description h4 {
	color: #004EA2;
}

.nproduct-detail .product-head .product-description p {
	font-size: 15px;
	line-height: 24px;
}

.nproduct-detail .product-head .flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nproduct-detail .product-head .product-image img {
    margin: 0 auto;
}

.nproduct-detail .product-body table {
	text-align: center;
}

.nproduct-detail .product-body table tr td {
	vertical-align: middle;
}

.nproduct-detail .table-bordered>thead>tr>td, 
.nproduct-detail .table-bordered>thead>tr>th {
	border-bottom-width: 1px;
	background: #E2EAF6;
	padding: 15px 8px;
}


p.thumbnail {
	border: 0;
	padding: 0;
	border-radius: 0;
	margin-bottom: 0;
	overflow: hidden;
}

p.thumbnail img {
	width: 100%;
	transition: all 0.6s;
}

.nnews-list {
    background: #E2EAF6;
    padding: 30px 0;
}

.nnews-list .news-item a {
	display: block;
	padding: 20px 20px 0 20px;
	background: #FFFFFF;
	margin-bottom: 20px;
}

.nnews-list .news-item a p.date {
	font-size: 13px;
	color: #8A8A8A;
	line-height: 18px;
}

.nnews-list .news-item a h4 {
	font-size: 16px;
	color: #333333;
	width: 100%;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-bottom: 15px;
}

.nnews-list .news-item a p.img img {
	width: 400px;
    height: 300px;
	transition: all 0.6s;
}

.nnews-list .news-item a p.btns {
	height: 50px;
	line-height: 50px;
	font-size: 13px;
}
.nnews-list .news-item a p.btns em {
	float: left;
	color: #666666;
	font-style: normal;
    font-weight: normal;
}

.nnews-list .news-item a p.btns span {
	float: right;
	color: #666666;
}

.nnews-list .news-item a:hover {
	box-shadow: 0 4px 20px 0 rgba(186,189,191,0.30);
}

.nnews-list .news-item a:hover h4,
.nnews-list .news-item a:hover p.btns em,
.nnews-list .news-item a:hover p.btns span {
	color: #004EA2;
}

.nnews-list .news-item a:hover p.thumbnail img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
}


.nNews-detail {
	padding: 30px 0;
}

.nNews-detail .news_about .bews_about_bt {
  margin-bottom: 40px;
  text-align: center;
}
.nNews-detail .news_about .bews_about_bt h1 {
  color: #004EA2;
  font-size: 20px;
  margin-bottom: 10px;
}

.nNews-detail .news_about .con p {
  line-height: 30px;
  margin-bottom: 10px;
}

.nNews-detail .news_about .con img {
    display: block;
    max-width: 100%;
    margin: 0px auto 20px;
    height: auto !important;
}

.nNews_page {
  padding: 30px 0px;
  background: #E2EAF6;
}
.nNews_page .container {
  text-align: center;
}
.nNews_page .container ul {
  display: inline-block;
  position: relative;
}
.nNews_page .container ul li {
  float: left;
  margin: 0px 47px;
}
.nNews_page .container ul li a {
  display: block;
  color: #313131;
  font-size: 16px;
}
.nNews_page .container ul li a span {
  margin: 0px 8px;
}
.nNews_page .container ul li a img {
  margin: 0px 19px;
}
.nNews_page .container ul .about_page_sx {
  float: left;
  background: #d6d6d6;
  height: 12px;
  width: 2px;
  margin-top: 11px;
}


.about-gsjj {
	padding: 60px 0;
}

.about-gsjj .top-tit {
	margin-bottom: 30px;
}

.about-gsjj .top-tit h4 {
	font-size: 30px;
	color: #282828;
	font-weight: normal;
	line-height: 46px;
	text-align: center;
}

.about-gsjj .top-tit p {
	font-size: 14px;
	color: #888888;
	line-height: 20px;
	margin-bottom: 10px;
}

.about-gsjj .top-tit span {
	display: block;
	width: 30px;
	height: 2px;
	background: #007AFF;
}

.about-gsjj .gc-item {
	margin-bottom: 20px;
}

.about-gsjj .gc-item p.name {
	font-size: 15px;
	color: #555555;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
}

.about-gsjj h5 {
	font-size: 24px;
	color: #555555;
	line-height: 30px;
	margin-bottom: 30px;
}

.text p {
	font-size: 14px;
	color: #555555;
	line-height: 26px;
	margin-bottom: 20px;
}

.about-gsjj .data {
	border: 1px solid #E2EAF6;
	padding: 30px 0 20px;
	margin: 40px 0 50px;
}

.about-gsjj .data ul li div {
    border-right: 1px solid #E2EAF6;
}

.about-gsjj .data ul li:last-child div {
    border-right: none;
}

.about-gsjj .data ul li p {
    color: #b3b3b3;
    text-align: center;
    font-size: 14px;
}

.about-gsjj .data ul li p.number .counterDX {
    margin-top: 15px;
    color: #666;
    text-align: center;
    font-size: 48px;
    font-family: HELVETICANEUELTPRO-THEX, Arial;
}

.about-gsjj .data ul li p.number .unit {
    font-size: 14px;
    vertical-align: 25px;
    margin-left: 8px;
}

.about-gsjj .data ul li p {
    color: #b3b3b3;
    text-align: center;
    font-size: 14px;
}

.team {
	padding: 10px 0 40px;
}

.team .team-tit {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}

.team .team-tit h5 {
	margin: 0;
}

.team .team-tit a {
	color: #333333;
}

.team .team-tit a i {
    display: inline-block;
    margin-left: 6px;
    font-size: 14px;
}

.team .team-tit a:hover {
	color: #004EA2;
}

.team .team-item {
	margin-bottom: 20px;
	display: block;
}

.team .team-item p {
	margin-bottom: 0;
	text-align: center;
	color: #666666;
}

.team .team-item p.n1 {
	font-size: 18px;
	margin-bottom: 5px;
	color: #333333;
}

.team .thumbnail {
	margin-bottom: 10px;
	position: relative;
	cursor: pointer;
}

.team .thumbnail div.txt {
	background: rgba(0,78,162,.9);
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: none;
}

.team .thumbnail div.txt p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 10%;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	color: #FFFFFF;
}

.team .thumbnail:hover div.txt {
	display: block;
}

.col-20 {
	width: 100%;
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}


.about-team {
	background: #E2EAF6;
	padding: 30px 0;
}

.about-team .item {
    padding: 15px 0;
    margin: 0 15px 20px;
    background: #FFFFFF;
}

.about-team .item .headimg img {
	width: 100%;
}

.about-team .item .txt h3 {
	margin-top: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.about-team .item .txt h3 span {
	font-size: 14px;
	color: #666666;
	display: inline-block;
	margin-left: 10px;
}



.ncpyy,
.ncpyy-detail {
	padding: 30px 0;
}

.ncpyybg1 {
	background: #FFFFFF;
}

.ncpyybg2 {
	background: #E2EAF6;
}

.ncpyy .txt p {
	margin-bottom: 0;
}

.ncpyy .item  {
	margin-bottom: 20px;
}


.ncpyy .item1 {
	display: block;
	position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: 400px;
    margin-bottom: 20px;
    transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
}

.ncpyy .item1:hover {
	opacity: .9;
	box-shadow: 0 2px 10px 0 rgba(0,78,162,0.2);
}

.ncpyy .item1 .txt {
	position: absolute;
	padding: 30px;
	top: 10px;
	left: 0;
	z-index: 20;
}

.ncpyy .item1 .txt h4 {
	font-size: 30px;
	color: #FFFFFF;
	line-height: 50px;
	margin-bottom: 20px;
}

.ncpyy .item1 .txt p {
	font-size: 18px;
	color: #FFFFFF;
	line-height: 36px;
	max-height: 108px;
}

.ncpyy .item1 .more {
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	z-index: 20;
}

.ncpyy .item1 div.bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
}

.ncpyy .item2 {
	display: block;
	margin-bottom: 20px;
	transition:All 0.3s ease-in-out;
	-webkit-transition:All 0.3s ease-in-out;
	-moz-transition:All 0.3s ease-in-out;
	-o-transition:All 0.3s ease-in-out;
}

.ncpyy .item2:hover {
	opacity: .9;
	box-shadow: 0 2px 10px 0 rgba(0,78,162,0.2);
}

.ncpyy .item2:last-child {
	margin-bottom: 0;
}

.ncpyy .item2 .thumbnail {
	margin-bottom: 0;
}

.ncpyy .item2 .txt {
	padding: 20px;
	background: rgba(0,78,162,.2);
}

.ncpyy .item2 .txt .p1 {
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 15px;
}

.ncpyy .item2 .txt .p2 {
	font-size: 14px;
	color: #555555;
	line-height: 24px;
	height: 72px;
	max-height: 72px;
	overflow: hidden;
	margin-bottom: 23px;
}

.ncpyy .item2 .txt .p3 {
	font-size: 12px;
	color: #004EA2;
	line-height: 20px;
}

.ncpyy .sl {
	padding-right: 7px;
}

.ncpyy .sr {
	padding-left: 7px;
}


.ncpyy-detail h3 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px;
}

.ncpyy-detail .con p {
	font-size: 15px;
    line-height: 30px;
    margin-bottom: 10px;
}



.where {
	padding: 30px 0;
}

.where .item {
	min-height: auto;
	margin-bottom: 30px;
}

.where .item h4 {
	font-size: 18px;
	margin-bottom: 15px;
}

.where .item p {
	margin-bottom: 0;
	font-size: 13px;
	line-height: 30px;
	color: #555555;
}



.request,
.invest,
.technical {
	padding: 30px 0;
}



.technical p {
	font-size: 15px;
	line-height: 30px;
}


.invest,
.request {
	min-height: 350px;
}



@media (min-width: 768px) {
	
	.cpyy .item div.txt p.p1 {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 15px;
	}
	
	.cpyy .item div.txt p.p2 {
		font-size: 15px;
		line-height: 30px;
	}
	
	.cpyy .item div.txt p.p3 {
		font-size: 14px;
		line-height: 30px;
	}
	
	.cpyy .item div.txt p.p3 i {
		margin-left: 8px;
		font-size: 16px;
	}
	
	.cpyy .item1 div.txt p.p2 {
		margin-bottom: 30px;
	}
	
	.cpyy .item2 div.txt p.p2 {
		margin-bottom: 15px;
	}
	
	.cpyy .item div.txt {
		padding: 0 20px;
	}
	
	.cpyy .item1 div.txt {
		top: 20px;
		max-width: 500px;
	}
	
	.cpyy .item2 div.txt {
		bottom: 20px;
	}
	
	
	.rmcp .rmcp-item2 a p {
		font-size: 18px;
		color: #333333;
		line-height: 30px;
		margin-bottom: 0;
		margin: 20px 0 0 20px;
	}
	
	.rmcp .rmcp-item2 a img {
		width: 160px;
		height: 160px;
		right: 15px;
		bottom: 15px;
	}
	
	.rmcp .rmcp-item3 a {
		margin-bottom: 30px;
	}
	
	.rmcp .rmcp-item3 a img {
		width: 95px;
		height: 95px;
	}
	
	
	.footer .footer-logo {
		width: 100%;
	}
	
	
	
	.nproduct-detail .product-head .product-title {
		font-size: 24px;
	}
	
	.nproduct {
		padding: 60px 0;
	}
	
	.nproduct .product-preview-small {
		margin-bottom: 30px;
	}
	
	.nproduct01 {
		padding: 60px 0;
	}
	
	.nproduct01 .product-preview {
		margin-bottom: 30px;
	}
	
	.nnews-list {
		padding: 60px 0;
	}
	
	.nNews-detail {
		padding: 60px 0;
	}
	
	.nNews-detail .news_about .bews_about_bt h1 {
		font-size: 24px;
	}
	.col-25 {
	    width: 50%;
	    float: left;
	}
	
	.col-20 {
		width: 33.333333%;
	}
	
	.about-team {
		padding: 60px 0;
	}
	
	.about-team .item {
		margin-bottom: 30px;
	}
	
	.about-team .item .txt h3 {
		text-align: left;
	}
	
	.nproduct-detail .product-head {
		margin-bottom: 50px;
	}
	
	
	.ncpyy,
	.ncpyy-detail {
		padding: 60px 0;
	}
	
	.ncpyy .item1 {
		min-height: 618px;
		margin-bottom: 0;
	}
	
	.ncpyy .item2 {
		margin-bottom: 30px;
	}
	
	.ncpyy .item2 .img {
		height: 94px;
	}
	
	.ncpyy .sl {
		padding-right: 15px;
	}

	.ncpyy .sr {
		padding-left: 15px;
	}
	
	
	.where .item {
		min-height: 230px;
		margin-bottom: 0;
	}
	
	
	.where,
	.invest,
	.technical {
		padding: 60px 0;
	}
	
	.request {
		padding: 80px 0;
	}
	
	.request .container {
		width: 622px;
	}
	
	
	.invest,
	.request {
		min-height: 515px;
	}

	.request .container .r {
		text-align: right;
	}

}




@media (min-width: 992px) {
	
	.top-box {
		background: #004EA2;
	}
	
	.top-gs {
		line-height: 20px;
		font-size: 1.5rem;
		padding: 13px 0;
		color: #FFFFFF;
		display: block;
	    float: left;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-pack: center;
	    -webkit-box-align: center;
	    align-items: center;
	    margin-right: auto;
	    width: 210px;
	}
	
	.yl-top-nav-flex {
	    display: -webkit-box;
	    display: flex;
	}
	
	#yl-property-nav {
	    display: block;
	    float: left;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-flex: 1;
	    flex: 1 0 auto;
	}
	
	#yl-property-nav ul {
	    display: block;
	    float: left;
	    display: -webkit-box;
	    display: flex;
	    flex-wrap: wrap;
	    -webkit-box-flex: 0;
	    flex: 0 0 100%;
	}
	
	#yl-property-nav ul li {
	    display: block;
	    float: left;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-flex: 1;
	    flex: 1 0 auto;
	}
	
	#yl-property-nav ul li a {
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	    width: 100%;
	    padding: 11px 1rem;
	    position: relative;
	    overflow: hidden;
	    border-left: solid 1px rgba(255, 255, 255, 0.2);
	    font-size: 1.5rem;
	    color: #ffffff;
	    transition-property: all;
	    transition-duration: 350ms;
	    transition-timing-function: ease-out;
	    transition-delay: 0ms;
	}
	
	#yl-property-nav ul li a:hover {
		color: #f9c000;
	}
	
	#yl-property-nav ul li a span {
	    text-align: center;
	}
	
	#yl-main-search {
	    display: block;
	    float: right;
	    -webkit-box-align: stretch;
	    align-items: stretch;
	    background: #003e82;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-flex: 0;
	    flex: 0 0 250px;
	}
	
	#yl-main-search form {
	    display: block;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-align: stretch;
	    align-items: stretch;
	}
	
	#yl-main-search form input, #yl-main-search form button {
	    background: transparent;
	    border: none;
	    color: #ffffff;
	}
	
	#yl-main-search form input {
	    font-size: 1.7rem;
	    padding: 0 1rem 0 2rem;
	    width: 200px;
	    outline:none;
	}
	
	#yl-main-search form button {
	    width: 50px;
	    cursor: pointer;
	    outline:none;
	}

	#yl-bb-nav {
	    display: block;
	    float: left;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-flex: 1;
	    flex: 0 0 auto;
	}
	
	#yl-bb-nav ul {
	    display: block;
	    float: left;
	    display: -webkit-box;
	    display: flex;
	    flex-wrap: wrap;
	    -webkit-box-flex: 0;
	    flex: 0 0 100%;
	}
	
	#yl-bb-nav ul li {
	    display: block;
	    float: left;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-flex: 1;
	    flex: 1 0 auto;
	}
	
	#yl-bb-nav ul li a {
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-align: center;
	    align-items: center;
	    -webkit-box-pack: center;
	    justify-content: center;
	    width: 100%;
	    padding: 11px 1rem;
	    position: relative;
	    overflow: hidden;
	    border-left: solid 1px rgba(255, 255, 255, 0.2);
	    font-size: 1.5rem;
	    color: #ffffff;
	    transition-property: all;
	    transition-duration: 350ms;
	    transition-timing-function: ease-out;
	    transition-delay: 0ms;
	}
	
	#yl-bb-nav ul li a:hover {
		color: #f9c000;
	}
	
	#yl-bb-nav ul li a span {
	    text-align: center;
	}

	
	#logo {
	    display: block;
	    float: left;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-pack: center;
	    justify-content: center;
	    -webkit-box-align: center;
	    align-items: center;
	    margin-right: auto;
	    width: 304px;
	}
	
	#logo img {
		width: 100%;
	}
	
	#yl-main-nav-wrapper {
	    display: block;
	    display: -webkit-box;
	    display: flex;
	    flex-wrap: nowrap;
	    -webkit-box-align: stretch;
	    align-items: stretch;
	    height: 80px;
	}
	
	#yl-both-navs-wrapper {
	    display: block;
	    float: right;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-pack: end;
	    justify-content: flex-end;
	    height: 100%;
	    width: calc(100% - 304px);
	}
	
	#yl-main-nav {
	    display: block;
	    float: left;
	    display: -webkit-box;
	    display: flex;
	    height: auto !important;
	}
	
	#yl-main-nav > ul {
	    display: block;
	    display: -webkit-box;
	    display: flex;
	    list-style: none;
	}
	
	#yl-main-nav > ul > li {
	    display: block;
	    float: left;
	    padding: 0 15px;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-align: center;
	    align-items: center;
	    position: relative;
	}
	
	#yl-main-nav > ul > li a {
		color: #333333;
		font-size: 15px;
		font-weight: 600;
	}
	
	#yl-secondary-nav {
	    display: block;
	    float: right;
	    height: 100%;
	    overflow: hidden;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-flex: 0;
	    flex: 0 0 250px;
	}
	
	#yl-secondary-nav ul {
	    display: block;
	    height: 100%;
	    -webkit-box-align: stretch;
	    align-items: stretch;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-flex: 1;
	    flex: 1 0 auto;
	    margin: 0;
	}
	
	#yl-secondary-nav ul li {
	    display: block;
	    height: 100%;
	    float: left;
	    -webkit-box-align: stretch;
	    align-items: stretch;
	    background: #eff4fa;
	    border-left: solid 1px #FFFFFF;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-flex: 1;
	    flex: 1 0 50%;
	    max-width: 50%;
	    padding: 0;
	    transition-property: all;
	    transition-duration: 350ms;
	    transition-timing-function: ease-out;
	    transition-delay: 0ms;
	}
	
	#yl-secondary-nav ul li a {
	    -webkit-box-align: center;
	    align-items: center;
	    display: -webkit-box;
	    display: flex;
	    -webkit-box-flex: 1;
	    flex: 1 0 auto;
	    -webkit-box-orient: vertical;
	    -webkit-box-direction: normal;
	    flex-direction: column;
	    font-size: 1.4rem;
	    -webkit-box-pack: center;
	    justify-content: center;
	    text-align: center;
	}
	
	#yl-secondary-nav ul li a i {
	    display: block;
	    font-size: 1.9rem;
	    margin-bottom: 0.5rem;
	}
	
	
	.title {
		margin-bottom: 40px;
	}
	
	.title h2 {
		font-size: 24px;
		line-height: 40px;
		height: 48px;
	}
	
	.title h2:after {
		width: 50px;
	}
	
	
	.cpyy,
	.rmcp {
		padding: 60px 0 40px;
	}
	
	.news {
		padding: 60px 0;
	}
	
	.news .news-one .news-info {
		padding: 10px 40px 30px;
	}
	
	.news .news-list ul li {
		padding: 15px 20px;
	}
	
	
	.footer {
		padding: 40px 0 30px;
	}
	
	.footer .footer-logo {
		margin-top: 30px;
	}
	
	.footer .footer-nav-list div {
		margin-top: 20px;
	}
	
	.footer .footer-nav-list span {
		margin: 0 15px;
	}
	.bq p {
		font-size: 13px;
		line-height: 30px;
	}
	
	
	.cpyy .item div.txt p.p1 {
		font-size: 28px;
		line-height: 40px;
		margin-bottom: 20px;
	}
	
	.cpyy .item div.txt p.p2 {
		font-size: 18px;
		line-height: 30px;
	}
	
	.cpyy .item div.txt p.p3 {
		font-size: 15px;
		line-height: 30px;
	}
	
	.cpyy .item div.txt p.p3 i {
		font-size: 18px;
	}
	
	.cpyy .item1 div.txt p.p2 {
		margin-bottom: 40px;
	}
	
	.cpyy .item2 div.txt p.p2 {
		margin-bottom: 15px;
	}
	
	.cpyy .item div.txt {
		padding: 0 40px;
	}
	
	.cpyy .item1 div.txt {
		top: 40px;
	}
	
	.cpyy .item2 div.txt {
		bottom: 40px;
	}
	
	
	.rmcp .rmcp-item2 a p {
		font-size: 24px;
		color: #333333;
		line-height: 40px;
		margin-bottom: 0;
		margin: 20px 0 0 30px;
	}
	
	.rmcp .rmcp-item2 a img {
		width: 200px;
		height: 200px;
		right: 30px;
		bottom: 30px;
	}
	
	.footer .footer-logo {
		width: 190px;
	}
	
	.rmcp .rmcp-item3 a img {
		width: 131px;
		height: 131px;
	}
	.nproduct-detail .product-head .product-title {
		font-size: 24px;
	}
	.nNews-detail .news_about .bews_about_bt h1 {
		font-size: 30px;
	}
	.col-25 {
	    width: 25%;
	    float: left;
	}
	
	.col-20 {
		width: 20%;
		float: left;
	}
	
	.ncpyy .item1 {
		min-height: 682px;
	}
	.ncpyy .item2 .img {
		height: 126px;
	}
	
}



@media (min-width: 1200px) {
	#yl-main-nav>ul>li {
		padding: 0 35px;
	}
	
	.rmcp .rmcp-item2 a img {
		width: 250px;
		height: 250px;
	}
	
	.rmcp .rmcp-item3 a img {
		width: 165px;
		height: 165px;
	}
	
	.nproduct-detail .product-head .product-title {
		font-size: 30px;
	}
	
	.ncpyy .item1 {
		min-height: 742px;
	}
	
	.ncpyy .item2 .img {
		height: 156px;
	}
}

.table-responsive table,.table-responsive table tr th, .table-responsive table tr td{border:1px solid #ddd} 

.table-responsive table{width:100% !important;}
.table-responsive{border: 0px solid #ddd;}
@media (max-width:768px){
 .rmcp .col-sm-4 .rmcp-item1{
 	display: block;
 	opacity: 1;
 }
}
	
}