﻿/* lte ie 9*/
.new-list ul li a{
	width: 370px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
/* ie7 */
.new-list ul li span{
	*margin-top: -40px;
}
.bocom-module-top .more-text em{
	*float: none !important;
}
@media screen and (max-width: 4340px) {
	.new-list ul li a {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		max-width: 370px;
	}
}
@media screen and (max-width: 680px) {
	body {
		width: 100%;
		font-size: 12px;
		background: #fafafa;
		overflow-x: hidden;
	}
	.body-r {
		position: fixed;
		right: 290px;
	}
	.header {
		z-index: 5;
	}

	.top-phone {
		color: #fff;
	}

	.top-phone i {
		width: 23px;
		height: 23px;
	}

	.top-phone span {
		color: #ffffff;
	}

	.wrap {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		margin: 0 auto;
	}

	.title {
		font-size: 16px;
		padding: 10px;
	}

	.search-box {
		display: none;
	}

	.top {
		height: 30px;
		position: relative;
		top: 0;
		left: 0;
		z-index: 23;
	}

	.top-left,
	.top-right {
		margin-top: 0;
		margin-left: 10px;
		line-height: 30px;
	}

	.response-logo {
		display: block;
	}

	.top-eml {
		display: none;
	}

	.top-left .top-phone img,
	.top-left .top-phone .line-h {
		vertical-align: middle;
	}

	.top-left .top-phone span {
		display: none;
	}

	/*modify by tansh 20180907*/
	.mask-box {
		/*position: relative;
		overflow: hidden;*/
		overflow-x: hidden;
		padding-bottom:166px;
	}
	/*addby tansh 20180907*/
    .footer_en {
		height:166px;
	}
  
	.mask-bg {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 3;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.75);
		
	}

	.response-logo-box {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.75);
		z-index: 999999999;
	}

	.delete-logo {
		position: absolute;
		top: 6px;
		right: 6px;
		width: 24px;
		height: 24px;
		background: url(../images/icon/icon_close@2x.png) no-repeat;
		background-size: cover;
	}

	.response-logo-title {
		font-size: 18px;
		text-align: center;
		color: #000000;
	}
	.response-logo-bg {
		position: absolute;
		left: 50%;
		margin: -140px;
		top: 50%;
		width: 280px;
		padding-top: 30px;
		padding-bottom: 30px;
		background: #ffff;
		border-radius: 4px;
	}

	.top-bg {
		position: relative;
	}

	.response-logo-box {
		display: none;
	}
	.response-logo-box a {
		display: block;
		width: 85%;
		height: 40px;
		margin: 14px auto;
		background: #074DA6;
		border-radius: 4px;
		text-align: center;
		line-height: 40px;
		font-size: 16px;
	}

	.response-logo-box a:nth-child(4) {
		background: #0D6DD6;
	}

	.response-logo-box a:nth-child(5) {
		background: #FC882C;
	}

	.header {
		position: static;
		top: 0px;
		/* position: relative; */
	}

	.top-nav {
		height: 70px;
		background: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0px;
		position: relative;
	}

	.header .wrap {
		padding-top: 0px;
		width: 100%;
		height: 66px;
		position: relative;
	}

	.header .logo {
		margin-bottom: 10px;
		margin-left: 10px;
	}

	.header .logo {
		padding: 0;
	}

	.header .nav {
		display: none;
		position: fixed;
		right: 0;
		top: 0px;
		width: 290px;
		height: 100%;
		padding: 0;
		overflow: auto;
		/* z-index: 200; */
	}

	.header .nav .nav-ul {
		padding-top: 10px;
		overflow-y: auto;
		width: 100%;
		height: 100%;
		background: rgb(50, 50, 50);
		right: 0;
		float: right;
	}

	.ovfHiden {
		overflow: hidden;
		height: 100%;
	}

	.hide {
		display: none;
		background: rgba(0, 0, 0, 0);
	}

	.nav-list-ul-ul li ul li{
		background: #999;
	}
	.show {
		display: block !important;
	}
	.show-sidenav {
		transform: translate(0, 0) !important;
	}
	.hide-sidenav {
		transform: translate(100%, 0) !important; 
	}
	.nav-icon:hover {
		padding-bottom: 0px;
	}
	/*addby tansh 20180913 add:text-align:left*/
	.header .nav ul li {
		float: none;
		margin: 0;
		color: #fff;
		text-align:left;
	}
	.key-list-box,
	.response-key-text,
	.response-key-img {
		display: block;
	}
	.header .nav ul li:last-child {
		margin: 0;
	}
	/*addby  tansh 20180913 手机上点击右上角菜单,用于动态拼接div样式*/
	.map-nav-icon{
	  width:20%;
	  height:100%;
	  position:absolute;
	  top:0;
	  right:0;
	  line-height:40px;
	  text-align:center;
	}
	
	/*modify by tansh 20180913:padding,add:border:0 */
	.header .nav ul li a {
		text-align: left;
		padding: 10px 20% 10px 15px;
		font-size: 14px;
		width: 100%;
		line-height: 20px;
		box-sizing: border-box;
		/* color: #333333; */
		color: #fff;
		border:0;
		border-bottom: 1px solid #7c7f81;
		word-wrap: break-word;
		word-break: normal;
	}

	.tran-180deg {
		transform: rotate(180deg);
	}

	/*modify by tansh 20180913  position、top、right*/
	.map-nav-b {
		/*position: absolute;
		top: 16px;
		right: 12px;*/
		width: 12px;
		height: 12px;
		background: url(../images/icon/icon_navigation_more_normal@3x.png) no-repeat;
		background-size: cover;
	}
	.nav-reponse-icon {
		margin-top: 13px;
		position: absolute;
		right: 10px;
		top: 0;
		width: 40px;
		min-width: 40px;
		min-width: 40px;
		height: 40px;
		background: #0156ca;
		border-radius: 50px;
	}
	.ck-slide .ck-prev {
		margin-left: 0;
	}
	.nav-list-title .map-b {
		display: block;
		top: 16px;
	}
	.nav-reponse-icon:before {
		content: '';
		width: 20px;
		height: 3px;
		background: #fff;
		position: absolute;
		left: 10px;
		top: 19px;
	}
	.nav-reponse-icon:after {
		content: '';
		width: 20px;
		height: 13px;
		border: 3px solid #fff;
		border-left: none;
		border-right: none;
		position: absolute;
		left: 10px;
		top: 11px;
	}
	.index1 {
		color: #074DA6;
		padding-bottom: 0;
		border-bottom: solid #074DA6 0px;
	}

	.nav-list-ul,
	.nav-list-ul-ul {
		display: none;
	}
	.nav-list li {
		background: #44474b;
	}
	.nav-icon:hover {
		border-bottom: solid #074DA6 0px;
	}
	.nav-list-ul li {
		background: #575a5d;
	}
	.nav-list-ul-ul li {
		background: #696c6f;
	}
	.log-wrap {
		display: none;
	}
	/* 

	banner

	 */
	/* .ck-slide .ck-prev {
		width: 39px;
		height: 42px;
		top: -72px;
		left: -42%;
		background: url(../images/icon/icon_previous_page.png) no-repeat;
		background-size: cover;
	} */
	.ck-slide .ck-next {
		/*position: absolute;*/
		/*top: 0;*/
		/*right: 0%;*/
	}
	.ck-slide .ck-prev {
		left: 0;
	}
	.ck-slidebox {
		bottom: 10px;
		left: 50%;
		/*position: absolute;*/
		/*margin-left: -98px;*/
		/*z-index: 3;*/
		/*width: auto;*/
	}
	.ck-slidebox ul {
		background: none;
	}
	.top-benner,
	.top-inner-benner {
		height: 170px;
	}
	.top-benner ul.benner-change,
	.top-inner-benner ul {
		height: 170px;
	}

	.ck-slide {
		padding-top: 0px;
		/* display: none; */
	}
	.map-list li ul {
		position: relative;
		z-index: 400;
		top: 33px;
		display: none;
	}
	/************

	key

 ************/
	.key-module {
		border-top: 10px solid #fff;
	}
	.key-module h2,
	.news-module h2 {
		font-size: 16px;
		padding: 10px 0 10px 0;
	}
	.key-text {
		position: absolute;
		left: 50%;
		bottom: 0px;
		width: 100%;
		height: 100%;
		padding: 0px 10px 0px 12px;
		overflow: hidden;
		z-index: 8;
		box-sizing: border-box;
		margin-left: 50%;
	}
	.response-key-text,
	.response-key-img {
		display: block;
		height: auto;
	}
	.right-box h3 {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.response-key-img img {
		width: 100%;
		height: auto;
	}

	.response-key-text {
		margin-top: 20px;
		padding: 0 0 0 10px;
	}
	.key-title {
		font-size: 16px;
		padding-bottom: 10px;
	}
	.key-module ul li {
		line-height: 18px;
		width: 50%;
		height: auto;
		box-sizing: border-box;
		position: relative;
	}
	/*add:overflow、text-overflow、white-space;addby tansh  20180913*/
	.response-key-text a {
		width: 100%;
		line-height: 20px;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	.key-up {
		display: none;
	}
	.h606bgfff {
		height: auto;
		background: #fafafa;
	}
	/* .bottom-box{
		display: none;
	} */
	a.key-icon {
		width: 30px;
		height: 30px;
		z-index: 4;
		position: absolute;
		right: 12px;
		bottom: 28px;
		width: 30px;
		height: 30px;
		background: url(../images/icon/icon@3x/icon_icon_key_recommendation_more@3x.png) no-repeat;
		background-size: cover;
	}
	.key-module ul li.response-key-more {
		height: 0px;
		width: 100%;
	}
	.key-list-box {
		padding: 10px 0;
		background: #fff;
		padding: 10px 15px;
		margin-bottom: 10px;
	}
	.key-list-box03 {
		margin: 0;
	}
	.bottom-box .text-box,
	.bottom-box .text-box p {
		height: auto;
	}
	.bottom-box .text-box {
		padding-bottom: 10px;
	}
	.map-box {
		display: none;
	}
	.bottom-box .text-box {
		padding-top: 10px;
		float: none;
		background: #ffffff;
	}
	.bottom-box .text-box p {
		float: none;
		padding-left: 15px;
	}
	.botton-left {
		width: 100%;
		float: none;
		background: #ffffff;
		padding-bottom: 10px
	}
	.main {
		padding-bottom: 0;
	}
	.map-list li {
		float: none;
		margin: 0 auto;
		padding-bottom: 10px;
	}
	.h280bgfff {
		height: auto;
		background: #fafafa;
	}

	.news-module ul {
		margin: 0;
	}
	.news-module ul li {
		width: 100%;
		text-align: center;
		background: #fff;
	}
	.news-module ul li i,
	.iconfont-text {
		float: none;
	}
	.news-module ul li {
		padding: 20px 0 0 0px;
		/* background: #ccc; */
		margin-bottom: 10px;
	}
	.news-module img {
		float: none;
	}
	.iconfont-text p {
		font-size: 14px;
		padding-bottom: 6px;
	}
	.iconfont-text {
		padding-top: 10px;
	}
	.bocom-module ol li {
		width: 100%;
	}
	.bocom-module ol li a span {
		width: 250px;
	}
	.bocom-module-top {
		padding: 11px 15px;
	}
	.bocom-module ol li:nth-child(2) {
		margin-left: 0px;
		margin-top: 10px;
	}
	.bocom-module ol {
		padding: 0;
	}
	.h385bgf8f8f8 {
		background: #fafafa;
	}
	.bocom-module-title {
		font-size: 16px;
	}
	.footer,
	.footer .wrap {
		height: 118px;
	}
	.footer-nav {
		height: 38px;
		line-height: 38px;
	}
	.footer-nav .text p a,
	.footer-nav .text p i {
		font-size: 14px;
	}
	.footer-text {
		position: static;
	}
	.footer img {
		display: none;
	}
	.footer .text {
		padding-top: 22px;
	}
	/*投资者关系页面 */
	.left-box {
		display: none;
	}
	.main .right-box {
		width: 100%;
	}
	.main-block {
		padding: 0 15px;
	}
	.main-block .inner-title {
		padding: 20px 0;
	}
	.header-li .index1 {
		padding-bottom: 0;
	}
	.header-li .nav-icon:hover {
		padding-bottom: 0;
	}
	.memu-box-list-tzzgx .tzzgx-yjfb li {
		width: auto;
	}
	/* 二级个人业务 */
	.right-box {
		padding-left: 0;
	}
	/* xinwenliebiao */
	.new-list ul li a {
		max-width: 230px;
	}
	.news-nav p a {
		margin: 0;
	}
	.right-box {
		padding-bottom: 10px
	}
	.news-nav {
		padding: 10px 0;
	}
	/* 新闻详情 */
	.news-bt p {
		padding: 10px 0;
	}
}

@media screen and (max-width: 414px) {
	.new-list ul li a {
		max-width: 190px;
	}
	.bocom-module ol li a span {
		width: 230px;
	}
}

@media screen and (max-width: 376px) {
	.new-list ul li a {
		max-width: 134px;
	}
	.bocom-module ol li a span {
		width: 190px;
	}
	.bocom-module ol li a span {
		width: 200px;
	}
}

@media screen and (max-width: 321px) {
	.new-list ul li a {
		max-width: 114px;
	}
	.new-list ul li{
		overflow: hidden;
	}
	.bocom-module ol li a span {
		width: 180px;
	}
	.bocom-module-top .more-text{
		padding: 0px;
	}
}
@media screen and (max-width: 325px) {
	.body-r {
		position: fixed;
		right: 260px;
	}
	.header .nav {
		width: 260px;
	}
}