html {
	color: #333;
	background: #fff;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-family: "microsoft yahei";
}

html * {
	outline: none;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	font-size: 100%;
	border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

*/ abbr,
acronym {
	border: 0;
	font-variant: normal;
}

del {
	text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 500;
}

ol,
ul {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: 500;
}

q:before,
q:after {
	content: '';
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

body {
	padding-bottom: 55px;
	font-size: 14px;
	font-family: Arial, "microsoft yahei";
	color: #333;
}

b {
	font-weight: normal;
}

p,
a {
	color: #333;
}

h1 {
	color: #000;
}

a:hover {
	text-decoration: none;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:active {
	star: expression(this.onFocus=this.blur());
}

.clearfix:after,
.input-group:after,
.clearfix:before,
.input-group:before {
	content: " ";
	display: table
}

.clearfix:after,
.input-group:after {
	clear: both;
}

.ellipsis {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hide {
	display: none;
}

.tc {
	text-align: center;
}

.tl {
	text-align: left;
}

.tr {
	text-align: right;
}

.red {
	color: #FF0000;
}

.mt20 {
	margin-top: 20px;
}

.mt10 {
	margin-top: 10px;
}

.mt5 {
	margin-top: 5px;
}

.bd-hr {
	background: #D9D9D9;
}

.bor-b {
	border-bottom: 1px dashed #D2D2D2;
}

.bor-s {
	border-bottom: 1px solid #D2D2D2;
}

.inform b {
	color: #666;
}

.p-main {
	padding: 25px 5px;
}


/*头部*/

.header {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 55px;
	background: #fff;
}

.header .logo {
	display: block;
	width: 200px;
	position: absolute;
	left: -7px;
	top: 3px;
}

.header .logo img {
	width: 200px;
}

.header .navIco {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 37px;
	height: 27px;
	display: block;
	background: url(/Assets/mobile/images/menu.png) no-repeat;
	background-size: 100%;
}

.navLayer {
	background: url(/Assets/mobile/images/bg72.png) left repeat;
	height: 100%;
	width: 0;
	overflow: hidden;
	position: fixed;
	z-index: 500;
	left: 100%;
	top: 0px;
}

.navLayer .bg {
	background: #154a9a;
	height: 100%;
	margin-left: 40%;
	position: relative;
	width: 60%;
}

.navLayer .btn {
	display: block;
	position: absolute;
	width: 18px;
	right: 12px;
	top: 8px;
	border: none;
}

.navLayer .btn img {
	width: 18px;
}

.navLayer ul.ul01 li {
	border-bottom: #5384d0 solid 1px;
}

.navLayer ul.ul01 li a {
	display: block;
	font-size: 14px;
	color: #FFF;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	padding-left: 30px;
}

.navLayer ul.ul01 li a.a1 {
	background: url(/Assets/mobile/images/ico1.png) no-repeat right center;
}

.navLayer ul.ul01 li a.aNow {
	background: #e6232b;
}


/*banner*/

.banner {
	padding: 10px 5px;
}

.slideBox,
.slidetop,
.slidepro {
	position: relative;
	overflow: hidden;
}

.slideBox .hd,
.slidetop .hd,
.slidepro .hd {
	position: absolute;
	z-index: 10;
	left: 0px;
	width: 100%;
	text-align: center;
}

.slideBox .hd,
.slidepro .hd {
	bottom: 10px;
}

.slideBox .hd span {
	display: inline-block;
	width: 30px;
	height: 6px;
	background: url(/Assets/mobile/images/bg2.png) no-repeat;
	margin-left: 15px;
}

.slideBox .hd span.on {
	background-image: url(/Assets/mobile/images/bg1.png);
}

.slideBox .bd,
.slidetop .bd,
.slidepro .bd {
	position: relative;
	z-index: 0;
	width: 100%;
}

.slideBox .bd li,
.slidepro .bd li,
.slidetop .bd li {
	position: relative;
	text-align: center;
}

.slideBox .bd li img,
.slidetop .bd li img,
.slidepro .bd li img {
	width: 100%;
}


/*社会责任*/

.slidetop .hd {
	bottom: 25px;
}

.slidetop .hd span {
	display: inline-block;
	padding: 3px;
	border: 1px solid #fff;
	margin-left: 5px;
}

.slidetop .hd span.on {
	background: #154A9A;
	border-color: #154A9A;
}

.slidetop .bd li span {
	position: absolute;
	bottom: 2px;
	display: block;
	width: 100%;
	background: #000;
	opacity: 0.5;
	padding: 20px 0;
}

.slidetop .bd li p {
	position: absolute;
	bottom: 8px;
	font-size: 12px;
	left: 50%;
	margin-left: -50%;
	color: #fff;
	width: 100%;
	z-index: 10;
}


/*产品中心*/

.slidepro .hd span {
	display: inline-block;
	width: 14px;
	height: 16px;
	background: url(/Assets/mobile/images/yuan_1.png) top no-repeat;
	margin-left: 5px;
}

.slidepro .hd span.on {
	width: 16px;
	height: 20px;
	background: url(/Assets/mobile/images/yuan.png) 0 3px no-repeat;
}


/*资讯*/

.new {
	padding: 25px 5px;
}

.new-l {
	width: 25%;
	background: #154A9A;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}

.new-l img {
	margin: 0 2%;
	margin-bottom: -3px;
}

.new-info {
	width: 74%;
	line-height: 45px;
	background: #eaeaea;
}

.new-info a {
	display: block;
	width: 95%;
	margin-left: 3%;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.main {
	padding: 0 5px;
}

.main a img {
	width: 100%;
	display: block;
}

.main li a {
	float: left;
}

.main .list-t .fl {
	width: 64.5%;
	margin-right: 3%;
}

.main .list-t .fr {
	width: 31%;
}

.main .list-b a {
	width: 30.8%;
	margin-right: 3%;
	margin-top: 2%;
}

.f-height {
	height: 10px;
	overflow: hidden;
	clear: both;
}


/*底部*/

.footDiv {
	text-align: center;
	/*
    background: #1d63cc;
    color: #fff;
    */
	background: #eaeaea;
	color: #666;
	padding: 5px 0;
	/*position: fixed;*/
	/*z-index: 222;*/
	/*width: 100%;*/
	font-size: 12px;
	/*left: 0px;*/
	/*bottom: 55px;*/
}

.footNav {
	height: 55px;
	background: #154a9a;
	background-size: auto 100%;
	position: fixed;
	z-index: 222;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

.footNav li {
	float: left;
	width: 25%;
	background: url(/Assets/mobile/images/line.png) no-repeat;
}

.footNav a {
	display: block;
	height: 55px;
	text-align: center;
	font-size: 14px;
	color: #fff;
}

.footNav a div {
	padding-top: 10px;
}

.footNav img {
	height: 18px;
}

.footNav a:hover,
.footNav .aNow {
	background: url(/Assets/mobile/images/footNavon.gif) top repeat-x;
}


/*关于尊龙凯时*/

.imgDiv img {
	width: 100%;
	display: block;
}

.pageNav {
	margin-top: 10px;
	height: 45px;
	background: #154a9a;
	position: relative;
	overflow: hidden;
}

.pageNav .list {
	padding: 0 30px;
}

.pageNav li {
	width: 25%;
	float: left;
	font-size: 12px;
	text-align: center;
	height: 45px;
	line-height: 45px;
	cursor: pointer;
	background: url(/Assets/mobile/images/line.png) right no-repeat;
}

.pageNav li a {
	color: #fff;
	display: block;
	line-height: 45px;
}

.invermain li.on,
.promain li.on,
.newmain .newtab span.aNow,
.cp-main .cptab span.aNow,
.pageNav li a.aNow,
.pageNav li a:hover {
	font-size: 12px;
	color: #fff;
	background: #e6212a;
}

.pageNav .leftBtn {
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 45px;
	overflow: hidden;
	background: url(/Assets/mobile/images/icon_l.jpg) left center no-repeat;
	background-size: 100%;
}

.pageNav .rightBtn {
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 45px;
	overflow: hidden;
	background: url(/Assets/mobile/images/icon_r.jpg) left center no-repeat;
	background-size: 100%;
}

.cptab li {
	width: 25%;
	float: left;
	background: #154A9A;
}

.cptab li a {
	display: block;
	padding: 15px 0;
	color: #fff;
	background: url(/Assets/mobile/images/line.png) right no-repeat;
	font-size: 14px;
	text-align: center;
}

.cptab li.on {
	background: #E6212A;
	color: #fff;
}

.pageTab {
	text-align: center;
}

.pageTab li {
	width: 25%;
	height: 36px;
	display: inline-block;
	margin: 0 5px;
}

.pageTab li a {
	display: block;
	background: #a0a0a0;
	color: #fff;
	border-radius: 3px;
	-moz-border-radius: 3px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
}

.pageTab li a.aNow {
	background: #154A9A;
	color: #fff;
}

.about,
.cp-main {
	/*background: #f0f0f0;*/
	padding: 25px 5px;
}

.about .f-height {
	/*height: 120px;*/
}

.about .content p {
	text-indent: 2em;
	line-height: 20px;
	color: #666;
	font-size: 12px;
	word-break: break-all;
}

.about .content h1 {
	margin-top: 20px;
	font: 12px/20px "microsoft yahei";
}

.pd20 {
	padding: 20px 0;
}

.pd10 {
	padding: 10px 0;
}

.about .title {
	color: #154A9A;
	font-size: 16px;
	padding-top: 40px;
}

.fengcai li {
	width: 100%;
	float: left;
	box-sizing: content-box;
	margin: 0 0 10px;
}

.s-content li {
	width: 48%;
	float: left;
	box-sizing: content-box;
	margin: 0 1% 10px;
}

.s-content li.last {
	margin-right: 0;
}

.company_thumb {
	overflow: hidden;
}

.s-content li p,
.prolink p,
.fengcai li p {
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	height: 32px;
	padding: 0 5px;
	background: #154A9A;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.care ul {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #c9c9c9;
}

.care .care-content li {
	float: left;
	width: 47%;
}

.care .info {
	float: right;
	margin: 10px 0 0 20px;
	width: 44.5%;
}

.care ul p {
	color: #666;
	line-height: 18px;
	font-size: 12px
}

.care li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #c9c9c9;
}


/*相助同伴*/

.partner {
	padding: 25px 5px;
}

.partner .pageTab li,
.partner-d .pageTab li {
	width: 25%;
	color: #666;
}

.partner {
	color: #666;
}

.partner h1 {
	padding-bottom: 5px;
}

.partner-d .hd {
	border-bottom: 1px solid #959595;
	padding-bottom: 5px;
}

.partner-d .hd .tl {
	color: #000;
	margin-right: 20px;
}

.partner-d .hd .tr {
	color: #154A9A;
}

.form .input-group {
	position: relative
}

.form .input-group label {
	width: 40%;
	padding: 5px 5px 5px 0;
}

.hrmain .form .input-group label {
	width: 22%;
}

.hrmain .form .input-group {
	margin: 2% 0;
}

input[type='submit'],
input[type='reset'] {
	font-family: "microsoft yahei";
	font-size: 14px;
}

.hrmain .form .input-group .file-upload {
	position: relative;
	width: 100%;
	min-height: 165px;
	display: block;
	overflow: hidden;
}

.hrmain .form .input-group .file-upload label {
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -41px;
	z-index: 10;
	width: 82px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #1e72c1;
	border-radius: 4px;
	cursor: pointer;
}

.hrmain .form .input-group .file-upload input {
	position: absolute;
	top: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	opacity: 0;
}

.hrmain .form .input-group .file-upload img {
	max-width: 50%;
	margin: 0 auto;
}

.hrmain .form .input-group .join {
	height: 25px;
	margin-left: 2%;
}

.hrmain .form .input-group .join select {
	/*padding-left: 30%;*/
	border: 1px solid #d2d2d2;
}

.form .input-group label {
	float: left;
	text-align: right;
	font-size: 12px;
	height: 30px;
}

.form .input-group input,
.form .input-group textarea {
	float: left;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #d2d2d2;
	width: 58%;
	margin-bottom: 10px;
}

.hrmain .form .input-group input {
	padding: 1%;
	width: 55%;
	margin-left: 2%;
}

.form .btn {
	background: #154A9A;
	color: #fff;
	text-align: center;
	border: 0;
}

.partner .btn {
	display: block;
	padding: 2%;
	width: 70%;
	font-size: 16px;
	margin: 0 auto;
}

.hrmain .form .input-group .w-lone {
	width: 50%;
}

.hrmain .form .w-short input {
	width: 25%;
}

.hrmain .form .input-group.w-short input {
	float: none;
}

.hrmain .form h1 {
	background: #C0C0C0;
	padding: 1%;
	height: 20px;
}

.hrmain .form .morebtn {
	display: block;
	color: #134A9A;
}

.hrmain .form button {
	width: 25%;
	padding: 1% 0;
}

.hrmain .form .btn.btn-r {
	color: #000;
	background: #BFBFBF;
}

.hrmain .file {
	position: relative;
	display: inline-block;
	background: #ccc;
	border-radius: 4px;
	padding: 4px 12px;
	overflow: hidden;
	color: #333;
	text-decoration: none;
	text-indent: 0;
	line-height: 20px;
}

.hrmain .form .input-group .file input {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	opacity: 0;
}

.hrmain .a-upload {
	margin-left: 2%;
}


/*社会责任*/

.duty {
	padding: 25px 10px;
}

.duty h1,
.culture h1 {
	padding: 10px 0;
	font-size: 16px;
}

.duty .info {
	color: #333;
	line-height: 20px;
	padding-bottom: 15px;
}


/*主要事迹*/

.story {
	position: relative;
}

.selwap {
	position: absolute;
	right: 2%;
}

.story .select {
	width: 200px;
	height: 30px;
	overflow: hidden;
	background: url(/Assets/mobile/images/sel.jpg) 120px no-repeat;
	background-size: 30% 100%;
}

.story .select select,
.join select {
	background: transparent;
	padding-left: 25px;
	width: 120px;
	height: 100%;
	border: 1px solid #ccc;
	border-radius: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.story .bd h1 {
	font-size: 14px;
	margin: 10px 0 20px;
}

.story .bd p {
	font-size: 12px;
	border-bottom: 1px dashed #D2D2D2;
	line-height: 24px;
}

.culture .text {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
}

.culture .btn {
	width: 20%;
	padding: 15px 0;
}

.hdTab li {
	display: inline-block;
	margin: 0 2px 4px;
	text-align: center;
}

.hdTab li a {
	display: block;
	padding: 10px 5px;
	background: #A0A0A0;
	color: #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.hdTab li a.on {
	background: #154A9A;
}

.culture .tab .bor-b {
	padding-bottom: 15px;
	line-height: 24px;
}

.culture .s-content li {
	background: none;
	margin-bottom: 0;
}

.culture .s-content li p {
	color: #333;
	text-align: center;
}

.t-indent img,
.protab img,
.hrmain img,
.content img {
	width: 100%;
	display: block;
}

.p-bg {
	background: #F0F0F0;
}

.a-xc .s-content li,
.cp-main .s-content li {
	width: 49%;
}

.cp-main .s-content li {
	background: none;
}

.zd-list {
	color: #333;
}

.zd-info {
	padding-bottom: 20px;
}

.zd-list h1 {
	padding-bottom: 5px;
}

.culture .zd-list p,
.zd-list h1,
.zd-info {
	line-height: 22px;
	padding: 2px 0;
}

.zd-list h1 span {
	font-size: 14px;
}

.zd-info span,
.zd-list h1 span,
.blue span {
	color: #154A9A;
}

.zd-info span {
	font-family: sans-serif;
	margin-right: 4px;
	font-weight: bold;
}

.zd-info .fl,
.zd-info .fr {
	width: 49%;
	font-size: 12px;
}

.zd-info .fr {
	margin-left: 5px;
}

.bor-b>div {
	padding-bottom: 5px;
}

.d-list {
	line-height: 24px;
}


/*产品*/

.promain {
	/*background: #f0f0f0;*/
}

.prolist .s-content li {
	float: left;
	background: none;
	width: 50%;
	margin: 0;
}

.prolist li a,
.prolink {
	position: relative;
	display: block;
	overflow: hidden;
}

.prolist .s-content li p,
.prolink p {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	background: #000;
	opacity: 0.6;
}

.product {
	/*background: #F0F0F0;*/
	padding: 20px 10px;
}

.product .info h1 {
	margin: 20px 0 15px;
	font-size: 20px;
	color: #154A9A;
	padding-bottom: 5px;
	border-bottom: 1px solid #D2D2D2;
}

.product .info p,
.protab {
	color: #333;
	line-height: 20px;
}

.protab {
	font-size: 12px;
}

.pro-title {
	margin: 50px 0 20px;
	border-bottom: 1px solid #154A9A;
}

.pro-title span {
	position: relative;
	/*width: 27.6%;*/
	float: left;
	padding: 10px;
	background: #fff;
	color: #000;
	text-align: center;
}

.pro-title span.on {
	background: #154A9A;
	color: #fff;
}

.pro-title .line:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	left: 0;
	background: #D2D2D2;
}

.pro-title .on.line:before {
	left: -1px;
}

.pro-title .line:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 20px;
	right: 0;
	background: #D2D2D2;
}

.pro-title .on.line:after {
	right: -1px;
}

.product .f-height {
	/*height: 260px;*/
}


/*新闻动态*/

.bd-g {
	background: #f0f0f0;
}

.newmain .newtab,
.cp-main .cptab {
	background: #154A9A;
	overflow: hidden;
}

.newmain .newtab span {
	width: 33.3%;
}

.cp-main .cptab span {
	width: 25%;
}

.newmain .newtab span,
.cp-main .cptab span {
	float: left;
	font-size: 12px;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	background: url(/Assets/mobile/images/line.png) no-repeat;
}

.newmain .tab,
.newmain .bd {
	padding: 25px 5px;
	overflow-x: hidden;
}

.new-left ul {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #D2D2D2;
}

.newmain .new-left .fl {
	width: 30%;
}

embed {
	width: 100%;
}

.newmain .new-left .fr {
	width: 65%;
}

.newmain .new-left .fr h2 {
	color: #333;
	height: 33px;
	margin: 4px 0 7px 0;
	overflow: hidden;
	line-height: 16px;
}

.new-left .fr p {
	font-size: 12px;
	color: #333;
}

.newmain .new-left .fr h1 {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newmain .hd {
	margin: 0 5px;
}

.newmain .hd a {
	font-size: 12px;
	float: left;
	width: 29px;
	height: 25px;
}

.f_more {
	background: url(/Assets/mobile/images/icon-share.png) no-repeat;
	background-size: 80% 80%;
}

.f_weixin {
	background: url(/Assets/mobile/images/icon-weixin.png) no-repeat;
	background-size: 80% 80%;
}

.f_sina {
	background: url(/Assets/mobile/images/icon-sina.png) no-repeat;
	background-size: 80% 80%;
}

.f_qq {
	background: url(/Assets/mobile/images/icon-qq.png) no-repeat;
	background-size: 80% 90%;
}

.page-link span {
	color: #154A9A;
}

.page-link {
	padding-bottom: 10px;
}

.pb-content {
	padding: 25px 10px 0;
}

.hr-first {
	line-height: 20px;
	font-size: 12px;
	padding: 25px 10px;
}

.hr-bg {
	width: 97%;
	height: 100%;
	background: url(/Assets/mobile/images/hr_bg.jpg) bottom no-repeat;
}

.hrmain .hr-first {
	padding: 20px 5px;
}

.leibie {
	line-height: 24px;
}

.leibie span {
	color: #134A9A;
	float: left;
	width: 20%;
}

.leibie .fl {
	width: 80%;
}

.leibie a {
	display: inline-block;
	width: 20%;
	text-align: center;
}

.leibie a:hover,
.leibie a.on {
	background-color: #134A9A;
	color: #FFFFFF;
}

.job_list dl {
	margin: 15px 0 10px;
}

.job_list dt {
	background-color: #c9c9c9;
	line-height: 30px;
	padding: 0 3%;
	color: #134A9A;
}

.job_list dt span {
	display: inline-block;
	padding: 0 3px;
	color: #333;
}

.job_list b {
	color: #134A9A;
}

.job_list .content_box {
	position: relative;
	padding-bottom: 30px;
}

.job_list dd {
	padding: 10px 3%;
	line-height: 20px;
	overflow: hidden;
}

.job_list .content_box .jobmorecon {
	width: 95%;
	height: 24px;
	position: absolute;
	left: 8px;
	bottom: 0;
	background: #fff;
}

.job_list a {
	text-decoration: underline;
	margin-right: 5%;
}

.join {
	width: 150px;
	height: 30px;
	overflow: hidden;
	background: url(/Assets/mobile/images/sel_1.png) 120px no-repeat;
	background-size: 15% 100%;
}

.container-form table {
	width: 100%;
}

.container-form td {
	padding: 0 5px;
	border: 1px solid #959595;
	text-align: center;
}

.container-form label {
	font-size: 14px;
	color: #020202;
}

.container-form td.in {
	padding-left: 0;
	background-color: #fff;
}

.container-form td.in input,
.container-form td.in textarea {
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #666;
	background: none;
	border: none;
}

.container-form td.in textarea {
	padding: 1%;
	width: 98%;
	height: auto;
	line-height: 24px;
	text-indent: 0;
	resize: none;
	overflow-y: visible;
}

.container-form td.in .file-upload input {
	position: absolute;
	top: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	opacity: 0;
}

.container-form .center-info td {
	padding-left: 0;
	text-align: center;
}

.container-form .center-info td.in input {
	text-indent: 0;
	text-align: center;
}

.container-form .btn {
	padding-top: 10px;
	height: 20px;
}

.container-form .btn a {
	float: left;
	padding-left: 28px;
	height: 20px;
	line-height: 24px;
	font-size: 12px;
	color: #666;
	background: url(/Assets/mobile/images/cx-join-i2.gif) left center no-repeat;
}

.container-form .sub {
	margin-bottom: 30px;
	height: 56px;
}

.container-form .sub .btn-sub,
.container-form .sub .btn-reset {
	float: left;
	margin-right: 16px;
	width: 200px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #1e72c1;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}

.container-form .sub .btn-reset {
	color: #1e72c1;
	background-color: #eee;
}


/*投资者关系*/

.inform {
	line-height: 20px;
	font-size: 12px;
	padding: 20px 4px;
	color: #000;
}

.inform li {
	border-bottom: 1px dotted #D2D2D2;
}

.inform li span {
	display: inline-block;
	width: 72px;
}

.inves-list {
	padding: 25px 0;
}

.inves-list li {
	width: calc(100% - 46px);
	padding: 6px 5px 6px 46px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-image: url(/Assets/mobile/images/icon-new.png);
	line-height: 30px;
	font-size: 12px;
}

.yuyue {
	font-size: 12px;
	padding: 25px 5px;
}

.yuyue .blue span {
	font-size: 12px;
}

.yuyue .form .input-group label {
	width: 72px;
}

.yuyue .form .input-group .red {
	height: 30px;
	line-height: 30px;
	margin-left: 5px;
}

.yuyue .form .input-group textarea {
	height: 80px;
}

.yuyue .form .input-group input,
.yuyue .form .input-group textarea,
.yuyue .form .input-group p {
	width: 68%;
	float: left;
}

.yuyue .form .input-group .yy-btn {
	display: block;
	width: 100px;
	height: 25px;
}

.invermain .send li {
	display: inline-block;
}

.invermain .send li {
	max-width: 100%;
	color: #134A9A;
	vertical-align: middle;
}

.invermain .mail-btn {
	display: block;
	color: #fff;
	background: #134A9A;
	width: 200px;
	height: 25px;
	font-size: 12px;
	line-height: 25px;
}

.hr-contact {
	padding: 10px;
}

.hr-contact li {
	/*width: 100%;*/
	height: 40px;
	font-size: 14px;
	line-height: 24px;
	margin-top: 5px;
	padding: 10px 0 10px 50px;
	border-bottom: 1px dotted #D2D2D2;
}

.hr-contact .lx {
	background: url(/Assets/mobile/images/icon-lx.png) left center no-repeat;
}

.hr-contact .dz {
	background: url(/Assets/mobile/images/icon-dz.png) left center no-repeat;
}

.hr-contact .phone {
	background: url(/Assets/mobile/images/icon-phone.png) left center no-repeat;
}

.hr-contact .cz {
	background: url(/Assets/mobile/images/icon-cz.png) left center no-repeat;
}

.hr-contact .yb {
	background: url(/Assets/mobile/images/icon-yb.png) left center no-repeat;
}

.hr-contact .mail {
	background: url(/Assets/mobile/images/icon-mail.png) left center no-repeat;
}

.hr-contact .web {
	background: url(/Assets/mobile/images/icon-link.png) left center no-repeat;
}


/*手艺与支持*/

.cp-main .hr-first,
.cp-main .bd-g {
	padding: 20px 5px;
}

.cp-main .bd-f li {
	width: 49%;
	margin-top: 5px;
}

.cp-main .zd-list h1 span {
	font-size: 16px;
}

.result_table {
	text-align: center;
}

.result_table h1 {
	display: inline-block;
	border-top: 1px solid #134A9A;
	border-bottom: 1px solid #134A9A;
	font-size: 14px;
	line-height: 34px;
	margin-bottom: 10px;
	color: #134A9A;
}

.result_table table {
	font-size: 12px;
	display: block;
	border: 2px solid #134A9A;
	background-color: #C2C2C2;
}

.result_table td {
	padding: 6px;
	vertical-align: middle;
	border: 1px solid #CFCFCF;
}

.result_table table th {
	padding: 6px;
	background-color: #134A9A;
	color: #fff;
}

.cp-list p {
	position: relative;
	padding-left: 20px;
}

.cp-list p:before {
	position: absolute;
	content: '';
	top: 7px;
	left: 0;
	padding: 4px;
	background: #959595;
}

.cp-main.hr-first {
	padding: 15px 10px;
}

.tech-index a,
.tech-list a {
	color: #fff;
}

.tech-index p,
.tech-list p {
	background: #154a9a;
	color: #fff;
	float: left;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	padding-left: 5%;
	height: 32px;
	overflow: hidden;
}

.tech-index b,
.tech-list b {
	background: #E6212A;
	float: left;
	font-size: 26px;
	line-height: 32px;
	text-align: center;
}

.tech-index p {
	width: 85%;
}

.tech-index b {
	width: 10%;
}

.tech-index ul {
	background: #Fff;
	padding: 5px 20px;
	-webkit-box-shadow: 3px 3px 3px #C0C0C0;
	-moz-box-shadow: 3px 3px 3px #C0C0C0;
	box-shadow: 3px 3px 3px #C0C0C0;
}

.tech-index li {
	list-style: initial;
}

.tech-list li {
	width: 48%;
}

.tech-list p {
	;
	width: 75%;
}

.tech-list b {
	width: 20%;
}


/*联系尊龙凯时*/

.contact {
	padding: 0 10px;
}

.contact h1 {
	padding: 15px 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #D2D2D2;
}

.contact .hd,
.contact .hd a {
	color: #333;
	line-height: 24px;
}

.responsibility {
	margin-bottom: 20px;
	border-bottom: 1px dashed #D2D2D2;
	padding-bottom: 20px;
}

.responsibility h1 {
	font-size: 16px;
	margin-bottom: 10px;
}

.bx-wrapper {
	margin: 0 auto 20px;
}

.bx-wrapper .bx-viewport {
	left: 0;
	border: none;
	box-shadow: none;
}

.bx-caption {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #bebebe\9;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	text-align: center;
}

.responsibility .bx-caption span {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: "microsoft yahei";
	padding: 20px 10px 5px;
}

.bx-wrapper .bx-pager {
	bottom: 10px;
	position: absolute;
	width: 100%;
}

.responsibility .bx-wrapper .bx-pager {
	bottom: 20px;
	position: absolute;
	width: 100%;
}

.responsibility .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: none;
	border: 1px solid #fff;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #154A9A;
}

.culture-ad {
	margin: 20px auto;
	padding-top: 20px;
	border-top: 1px dashed #d2d2d2;
}

.culture-ad li {
	width: 48%;
	margin: 10px 1%;
	float: left;
}

.culture-ad li p {
	padding: 5px;
	text-align: center;
}

.video li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #d2d2d2;
}

.video-title {
	padding: 5px;
	background: #154A9A;
	color: #fff;
}

.home-news-nav {
	width: auto;
	height: 40px;
	padding: 0 18px;
	background: #154A9A;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}

.home-news-nav span {
	float: right;
}

.home-news-nav span a {
	color: #fff;
}

.home-news-nav span a img {
	vertical-align: middle;
}

.home-news-list {
	overflow: hidden;
}

.home-news-list ul li {
	padding: 5px 0 5px 18px;
	background: url(/Assets/mobile/images/dot_1.png) left 15px no-repeat;
	line-height: 30px;
	border-bottom: 1px dashed #ddd;
}

.home-news-list ul li a {
	display: block;
	color: #333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.home-news-list ul li .home-news-time {
	height: 22px;
	line-height: 22px;
	color: #666;
	background: url(/Assets/mobile/images/dot_2.png) right top no-repeat;
    background-size: contain;
}

.news-list li {
	padding: 10px 0;
	border-bottom: 1px dashed #d2d2d2;
	overflow: hidden;
	zoom: 1;
}

.news-list li .news-list-thumb {
	padding-right: 10px;
	display: table-cell;
	vertical-align: top;
	zoom: 1;
}

.news-list li .news-list-thumb img {
	width: 90px;
}

.news-list li .news-list-info {
	width: 10000000px;
	overflow: hidden;
	zoom: 1;
	display: table-cell;
	vertical-align: top;
}

.news-list li .news-list-info h1 {
	width: calc(100% - 15px);
}

.news-list li .news-list-info h2 {
	color: #666;
}

.news-paper-info a {
	display: block;
	width: 50%;
	height: 26px;
	line-height: 26px;
	float: left;
	padding: 5px 0;
	color: #fff;
}

.news-paper-info a.read {
	background: url(/Assets/mobile/images/icon-read.png) 10px center no-repeat, #154A9A;
}

.news-paper-info a.download {
	background: url(/Assets/mobile/images/icon-xiazai.png) 10px center no-repeat, #c9c9c9;
}

.news-paper-info a span {
	padding-left: 40px;
}

.news-paper-title {
	padding: 5px 0;
	text-align: center;
}

.product-list {
	padding: 20px 5px;
}

.product-list li {
	width: 48%;
	float: left;
	box-sizing: content-box;
	margin: 0 1% 10px;
}

.product-list li p {
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	height: 32px;
	padding: 0 5px;
	background: #154A9A;
	line-height: 32px;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}


/*page*/

.pages {
	margin-top: 30px;
	text-align: center;
	padding: 5px 0;
}

.pages a {
	border: 1px solid #aaa;
	padding: 5px;
	line-height: 24px;
	background-color: #fff;
	margin: 0 2px;
}

.pages a:hover {
	border: 1px solid #134A9A;
	padding: 5px;
	background-color: #134A9A;
	color: #FFFFFF;
}

.pages .a1 {
	display: none;
}

.pages span {
	border: 1px solid#134A9A;
	background-color: #134A9A;
	padding: 5px;
	color: #fff;
	margin: 0 2px;
}

@media only screen and (max-width: 640px) {
	.newmain iframe {
		max-width: 320px;
		max-height: 240px;
	}	
}
