/* CSS Document */
input,
textarea {
	border: none;
	border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: none;
}

input {
	border: 0;
}

input,
textarea {
	outline: none;
}

.lf {
	display: block;
	float: left;
}

* {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", Arial;
	outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

ol,
ul {
	list-style: none
}

caption,
th {
	text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

q:before,
q:after {
	content: ''
}

abbr,
acronym {
	border: 0
}

a {
	text-decoration: none;
	color: #272727;
}

textarea {
	resize: none;
}

/*防止textarea放大时，三个斜线被放大*/
.qing {
	display: block;
	clear: both;
}

.clearfix {
	clear: both;
	display: block;
	float: none;
}

.public-container {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	display: block;
	float: left;
}

.fr {
	display: block;
	float: right;
}

.navbar li a,
.more-news a,
.more-news a span,
.project-more a,
.project-more a span,
.cd-timeline-block,
.introduce-more a span,
.about-main-button span,
.about-main-rpic2 a span,
.about-main-rpic3 a span,
.cd-read-morethr,
.cd-read-morethr:before,
.cd-read-more,
.cd-read-more:after,
.block-one,
.pic-mask,
.about-pic1 img,
.ipro-info,
.inews-items .inews-items,
.inew-date,
.inew-date span,
.inew-date small,
.nav-items a,
.nav-act a,
.footer-nav-l ul li a,
.footer-nav-c ul li a,
.inews-items:after,
.ij-vd span,
.aump-pic img,
.honor-mask,
#tabs li a,
.tabulous_active:after,
.pro-pic-mask,
.part-mask,
.news-pic img,
.jobb-tit a span,
.prod-more span,
.art-back span {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}

.adv .subnav-items-act a,
.news .subnav-items-act a,
.partner .subnav-items-act a,
.adv .subnav-items-act:hover a,
.news .subnav-items-act:hover a,
.partner .subnav-items-act:hover a {
	border-bottom: 0 none;
}

/*********************************首页index*********************************/
/*top开始*/
.index-header {
	height: 35px;
	background: #0278bc;
	text-align: center;
}

.index-header-l {
	float: left;
	padding-top: 20px;
}

.head_tel {
	width: 120px;
	background: url("../images/headtel.png") no-repeat 0 center;
	color: #fff;
	font-size: 14px;
	padding-left: 20px;
	height: 35px;
	float: right;
	line-height: 35px;
}

.cnen {
	float: right;
	font-size: 14px;
	color: #fff;
	margin-left: 12px;
	width: 200px;
}

.cnen a {
	font-size: 14px;
	padding: 0 10px;
	color: #fff;
	display: block;
	height: 35px;
	line-height: 35px;
	float: left;
	text-transform: uppercase;
}

.cnen a img {
	display: block;
	float: left;
	margin-top: 9px;
}

.cnen a span {
	display: block;
	float: left;
	padding-left: 5px;
	color: #fff;
}

/*logo*/
.index-nav {
	overflow: hidden;
	padding: 10px 0;
}

.logo {
	width: 260px;
	float: left;
}

/*nav开始*/

.navbar {
	overflow: hidden;
	zoom: 1;
}

.index-nav-navbar {
	float: right;
}

.nav-items {
	float: left;
	margin-right: 40px;
}

.nav-items:last-child {
	margin-right: 0;
}

.nav-items a {
	display: block;
	float: left;
	width: 86px;
	line-height: 100px;
	text-align: center;
}

.navbar li a:hover,
.nav-act a {
	background: url(../images/navbg.png) no-repeat center 62px;
	color: #0278bc;
}

/*banner开始*/
/* 轮播图css */


.slideBox {
	width: 100%;
	height: 579px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	overflow: hidden;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	text-align: center;
}

.slideBox .hd ul li {
	display: inline-block;
	margin-right: 2px;
	width: 10px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	border-radius: 50px;
}

.slideBox .hd ul li.on {
	background: #0278bc;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 580px;
	z-index: 0;
}

.slideBox .bd ul {
	width: 100% !important;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
	width: 100% !important;
	height: 579px;
	display: block;
}

.slideBox .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.slideBox .prev {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 58px;
	height: 58px;
	background: url(../images/babot1.png) no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 58px;
	height: 58px;
	background: url(../images/babot2.png) no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

/*搜索开始*/
.index_search {
	overflow: hidden;
	padding: 55px 0;
	background: url("../images/insousuo.jpg") no-repeat center top;
}

.index_search .title {
	font-size: 36px;
	color: #fff;
	line-height: 50px;
	float: left;
	width: 180px;
	margin: 0 5px 0 260px;
}

.index-nav-search {
	display: block;
	width: 500px;
	float: left;
}

.index-nav-search .search-text {
	width: 430px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #fff;
	background: none;
	float: left;
	color: #fff;
}

.search-sub {
	width: 30px;
	height: 35px;
	background: url(../images/sousuo.png) no-repeat;
	float: left;
	border: none;
	margin: 12px 0 0 10px;
	cursor: pointer;
}

/*核心产品*/
.index-product {
	width: 100%;
	padding: 60px 0;
}

.index-product-header {
	width: 100%;
	text-align: center;
}

.index-product-header h5 {
	font-size: 39px;
	text-transform: uppercase;
}

.index-product-header span {
	display: block;
	width: 50px;
	height: 2px;
	background: #000;
	margin: 20px auto 0 auto;
}

.slideTxtBox .hd {
	position: relative;
	margin: 25px 0;
}

.slideTxtBox .hd ul {
	display: block;
	overflow: hidden;
	text-align: left;
}

.slideTxtBox .hd ul li {
	cursor: pointer;
	width: 218px;
	display: inline-block;
	line-height: 45px;
	margin: 0 15px 10px 0 !important;
	background: #f5f5f5;
	border-radius: 8px;
	font-size: 14px;
	text-align: center;
}

.slideTxtBox .hd ul li a {
	display: block;
}

.slideTxtBox .hd ul li a:hover {
	color: #fff;
}

.slideTxtBox .hd ul li.on {
	background: #0e6aad;
	color: #fff;
}

.slideTxtBox .hd ul li.on a {
	color: #fff;
}


.inpro_list {
	overflow: hidden;
	margin-top: 50px;
}

.inpro_list li {
	list-style: none;
	width: 269px;
	float: left;
	margin: 0 12px 20px 12px;
}

.inpro_list li .pic {
	overflow: hidden;
	border: 1px solid #eeeeee;
	padding: 2px;
}

.inpro_list li .pic img {
	width: 263px;
	display: block;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}

.inpro_list li:hover .pic img {

	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.inpro_list li:hover .title {
	color: #0e6aad;
}

.inpro_list li .title {
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-size: 14px;
	color: #333;
	line-height: 40px;
}


/*解决方案*/
.yixielink {
	width: 100%;
	height: 594px;
	padding: 80px 0 60px;
	overflow: hidden;
	background: url(../images/solubj.jpg) no-repeat center top;
}

.sulan_main {
	width: 1200px;
	margin: 0 auto;
}

.index-solutit {
	text-align: center;
}

.index-solutit h5 {
	font-size: 39px;
	text-transform: uppercase;
	color: #fff;
}

.index-solutit span {
	display: block;
	width: 50px;
	height: 2px;
	background: #fff;
	margin: 20px auto 0 auto;
}

.sulan01 {
	width: 227px;
	float: left;
	text-align: center;
	margin: 93px 37px 35px 36px;
}

.sulan01 * {
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
}

.pic01 {
	z-index: 9;
}

.sulan01:hover .sulanpic .pic01 {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	/* Safari and Chrome */
	-moz-transform: rotateY(360deg);
	/* Firefox */
	opacity: 0;
}

.sulan01:hover .sulanpic .pic02 {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	/* Safari and Chrome */
	-moz-transform: rotateY(360deg);
	/* Firefox */
	opacity: 1;
}

.sulanpic {
	height: 240px;
	overflow: hidden;
	position: relative;
	width: 186px;
	margin: 0 auto;
}

.sulanpic .pic01 {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
}

.sulanpic .pic02 {
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	opacity: 0;
}

.sulanpic img {
	clear: both;
}

.sulantit {
	font-size: 18px;
	color: #fff;
	padding: 15px 0;
}

.sulange {
	width: 50px;
	height: 3px;
	background: #eeeeee;
	margin: 15px auto;
}

.sulannote {
	font-size: 13px;
	color: #b8e0f8;
	line-height: 25px;
}

/*首页优势*/
.fuwu {}

.fuwu_title {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.fuwu_title span.ft01 {
	font-size: 14px;
	text-transform: uppercase;
	color: #999;
	display: block;
}

.fuwu_title span.ft02 {
	font-size: 48px;
	color: #000;
	display: block;
	font-family: 'weiruanzhengheiti', "Microsoft Yahei";
}

.fuwu_title span.ft03 {
	width: 92px;
	margin: 5px auto 0 auto;
	height: 1px;
	background: #b7b7b7;
	display: block;
}

.fuwu_title span.ft04 {
	display: block;
	width: 550px;
	font-size: 16px;
	line-height: 27px;
	color: #777777;
	margin: 0 auto;
	padding: 25px;
}

.com-width {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}

.index-product-content {
	width: 1200px;
	height: 428px;
	overflow: hidden;
	position: relative;
}

.index-product-content .parBd .index-product-list li {
	height: 275px;
}

.index-product-content .parBd .index-product-list li .pic {
	float: left;
	width: 575px;
	height: 275px;
}

.pic img {
	max-width: 100%;
	max-height: 100%;
}

.index-product-content .parBd .index-product-list li .cont {
	overflow: hidden;
	padding: 20px 40px 0;
}

.index-product-list li .cont .tit {
	font-size: 30px;
	line-height: 95px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	font-family: 'weiruanzhengheiti', "Microsoft Yahei";
	text-transform: uppercase;
}

.index-product-list li .cont .mini-tit {
	color: rgba(255, 255, 255, 0.4);
	font-size: 65px;
	text-transform: uppercase;
	float: left;
	font-weight: bold;
	margin-right: 15px;
}

.index-product-list li .cont .des {
	line-height: 30px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.60);
	white-space: pre-line;
}

.index-product-list li .cont pre {
	font: 14px Arial, "Microsoft Yahei";
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	line-height: 25px;
	color: #666;
}

.index-product-list li .cont a {
	width: 150px;
	height: 47px;
	display: block;
	line-height: 47px;
	font-size: 14px;
	color: #fff;
	background: #e5001b;
	margin-top: 35px;
	text-align: center;
}

.index-product-content .parBd .slideBox {
	position: relative;
}

.index-product-content .parBd .slideBox .hd {
	position: absolute;
	right: 0;
	top: 200px;
	width: 380px;
	text-align: left;
	padding: 46px 0 0 26px;
}

.index-product-content .parHd {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 120px;
	background: rgba(0, 0, 0, 0.2);
	z-index: 9999;
}

.index-product-content .parHd ul li {
	float: left;
	width: 185px;
	height: 75px;
	position: relative;
	padding-top: 20px;
	cursor: pointer;
	overflow: hidden;
	padding-bottom: 20px;
	text-align: center;
	padding: 22px 7.5px;
}

.index-product-content .parHd ul li .cen {
	-webkit-transform: rotate(0deg) scale(1);
	transform: rotate(0deg) scale(1);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	opacity: 0.8;
}

.index-product-content .parHd ul li.on .cen,
.index-product-content .parHd ul li:hover .cen {
	transform: rotate(1deg) scale(.9);
	opacity: 1;
}

.index-product-content .parHd ul li.on {
	background: rgba(0, 0, 0, 0.51);
}

.index-product-content .parHd ul li .cover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #e5001b;
	background-repeat: no-repeat;
	background-position: right bottom;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: rotate(1deg) scale(.9);
	transform: rotate(2deg) scale(.9);
}

.index-product-content .parHd ul li.on .cover,
.index-product-content .parHd ul li:hover .cover {
	visibility: visible;
	opacity: 1;
	transform: rotate(0deg) scale(1);
}

.index-product-content .parHd ul li .cover {
	padding-left: 15px;
	padding-top: 20px;
}

.index-product-content .parHd ul li .cover .c-tit {
	font-size: 18px;
	color: #fff;
}

.index-product-content .parHd ul li .cover .c-en {
	font-size: 12px;
	color: rgba(255, 255, 255, .7);
}

.index-product-content .parHd ul li .cover .ico {
	margin-top: 15px;
	width: 26px;
	height: 26px;
	display: block;
	background: url(http://www.dgfastspeed.com/tpl/web/images/icon_rr.png) no-repeat center;
}

.index-product-content .parHd ul li .pic {
	margin-right: 10px;
}

.index-product-content .parHd ul li .tit {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.80);
	padding-top: 10px;
}

.index-product-content .parHd ul li .tit-en {
	font-size: 12px;
	color: #6c6c6c;
}

/*优势结束*/


/*关于我们开始*/
.index-about {
	padding: 80px 0;
	background-color: #f5f5f5;
	overflow: hidden;
}

.inab_main {
	margin-top: 30px;
}

.inab_wen {
	width: 540px;
	padding: 45px 30px;
	float: left;
	background: #fff;
	height: 285px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	text-align: justify;
}

.inab_wen h2 {
	font-size: 25px;
	color: #0e6aad;
	padding-bottom: 15px;
	text-transform: uppercase;
}

.inab_wen p {
	font-size: 14px;
}

.inab_wen a {
	display: block;
	width: 127px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	border-radius: 8px;
	background: #0e6aad;
	color: #fff;
	margin-top: 20px;
}

.inabimg {
	width: 600px;
	float: right;
}

/*news开始*/
.index-news {
	background: #fff;
	overflow: hidden;
	zoom: 1;
	clear: both;
	padding: 80px 0;
}

.picScroll-left01 {
	position: relative;
	margin-top: 10px;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.picScroll-left01 .hd .prev {
	position: absolute;
	display: block;
	width: 37px;
	height: 73px;
	cursor: pointer;

	top: 45%;
	left: 0px;
}

.picScroll-left01 .hd .next {
	position: absolute;
	display: block;
	width: 37px;
	height: 73px;
	cursor: pointer;

	top: 45%;
	right: -1px;
}

.picScroll-left01 li {
	width: 353px;
	margin: 25px 12px 0 13px;
	height: 409px;
	background: #fff;
	overflow: hidden;
	float: left;
	line-height: 0;
	_display: inline;
	text-align: center;
}

.picScroll-left01 .bd {
	padding: 0 53px;
}

.picScroll-left01 .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left01 .pic {
	height: 177px;
	width: 353px;
}

.picScroll-left01 .pic img {
	height: 177px;
	width: 353px;
}

.picScroll-left01 .pic01 {
	text-align: left;
	background: #f5f5f5;
	padding-bottom: 27px;
}

.picScroll-left01 .pic01 .time {
	font-size: 14px;
	color: #666;
	line-height: 40px;
	margin-left: 20px;
	padding-top: 10px;
}

.picScroll-left01 .pic01 .line {
	width: 40px;
	height: 1px;
	background: #0e6aad;
	margin-left: 20px;
}

.picScroll-left01 .pic01 h3 {
	padding: 18px 0 0 20px;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
}

.picScroll-left01 .pic01 h3 a {
	color: #333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 315px;
}

.picScroll-left01 .pic01 p {
	height: 70px;
	padding: 5px 20px 0;
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	overflow: hidden;
}

.innews_a {
	height: 60px;
	overflow: hidden;
}

.innews_a a:hover {
	margin-top: 0px;
}

.innews_a a {
	display: block;
	line-height: 42px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	width: 185px;
	height: 42px;
	text-align: center;
	margin: 0 auto;
	background: #0e6aad;
	border-radius: 50px;
	margin-top: 15px;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
}



/*footer*/
.footerlianxi {
	background: #0e6aad;
	padding: 60px 0;
	text-align: center;
	color: #fff;
}

.footerlianxi .wen {
	width: 700px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 32px;
	padding-bottom: 25px;
}

.flianxia {
	display: inline-block;
	margin: 0 5px;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	height: 45px;
	line-height: 45px;
	color: #0e6aad;
	width: 420px;
	font-size: 16px;
	text-align: left;
}

.flianxia .bounce {
	display: inline-block;
	float: left;
	border-radius: 50px;
	background: #fff;
	height: 45px;
	line-height: 45px;
	color: #0e6aad;
	text-align: center;
	width: 230px;
	font-size: 16px;
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-webkit-transition: all .8s ease;
	-o-transition: all .8s ease;
	margin-right: 30px;
}

.flianxia ul {}

.flianxia ul li {
	float: left;
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: 2px;
	margin-right: 7px;
}

.flianxia ul li a {
	display: block;
	height: 40px;
}

.flianxia ul li a span {
	position: absolute;
	bottom: 50px;
	line-height: normal;
	background: rgb(255, 255, 255);
	box-shadow: 0px 1px 5px #002744;
	padding: 10px;
	color: #0e6aad;
	border-radius: 5px;
	font-size: 15px;
	text-align: center;
	display: none;
}

.flianxia ul li:hover span {
	display: block;
}



.flianxia ul li:nth-of-type(1) {
	background: url("../images/share_01.png") no-repeat center center;
}

.flianxia ul li:nth-of-type(2) {
	background: url("../images/share_02.png") no-repeat center center;
}

.flianxia ul li:nth-of-type(3) {
	background: url("../images/share_03.png") no-repeat center center;
}

.flianxia ul li:nth-of-type(4) {
	background: url("../images/share_04.png") no-repeat center center;
}

.flianxia ul li:nth-of-type(5) {
	background: url("../images/share_05.png") no-repeat center center;
}

.flianxia ul li:nth-of-type(6) {
	background: url("../images/share_06.png") no-repeat center center;
}


.flianxia a:hover {
	-webkit-animation-name: flash;
	-moz-animation-name: flash;
	-ms-animation-name: flash;
	-o-animation-name: flash;
	animation-name: flash;
}

.index-footer {
	background: #222;
	padding-top: 58px;
}

.footer-nav-l {
	width: 20%;
	float: left;
}

.footer-nav-l h4 {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
}

.footer-nav-l ul li {
	display: block;
	font-size: 14px;

	line-height: 35px;
}

.footer-nav-l ul li a {
	display: block;
	color: #999;
}

.footer-nav-ll {
	width: 40%;
	float: left;
}

.footer-nav-ll h4 {
	text-transform: uppercase;
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
}

.footer-nav-ll ul li {
	display: block;
	font-size: 14px;
	float: left;
	line-height: 35px;
	width: 50%;
}

.footer-nav-ll ul li a {
	display: block;
	color: #999;
}



.index-footer-main {
	overflow: hidden;
	padding-bottom: 30px;
}

.baq_qing {
	height: 60px;
	line-height: 60px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.foot_lf {
	width: 65%;
	float: left;
	color: #999;
	font-size: 12px;
}

.foot_lf a {
	color: #999;
	font-size: 12px;
	float: right;
	text-align: right;
}

.footer-oa {
	width: 10%;
	float: right;
	text-align: right;
}

.footer-oa a {
	color: #999;
	font-size: 12px;
}

.lianx {
	margin-top: 20px;
}

.lianx p {
	width: 30%;
	float: left;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #0278bc;
}

.email {
	border: 1px dashed #eee;
	padding: 10px 30px;
	line-height: 30px;
	margin-bottom: 30px;
	overflow: hidden;
	display: block;
}

.email p {
	width: 50%;
	float: left;
}

.email en {
	margin-left: 45px;
	color: #0278bc;
	display: block;

}

.right {
	float: right;
	overflow: hidden;
	width: 30%;
	text-align: center;
	margin-top: -12%;
}

.right aside {
	padding-top: 5px;
	color: white;
}

/* 职位空缺 */
.TextList001729 {
	padding: 1% 0;
}

.TextList001729 .type {
	display: table;
	width: 100%;
}

.TextList001729 ol.type {
	font-size: 16px;
	background-color: #0278bc;
	color: #fff;
}

.TextList001729 .type li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 24px;
}

.TextList001729 ul.type li {
	cursor: pointer;
}

.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(2),
.TextList001729 .type li:nth-child(3),
.TextList001729 .type li:nth-child(4),
.TextList001729 .type li:nth-child(5),
.TextList001729 .type li:nth-child(6),
.TextList001729 .type li:nth-child(7),
.TextList001729 .type li:nth-child(8) {
	width: 11%;
}

.TextList001729 .type li:nth-child(9) {
	width: 12%;
}

.TextList001729 .type li:nth-child(1),
.TextList001729 .type li:nth-child(9) {
	padding-left: 2%;
	text-align: left !important;
}

.TextList001729 ul.type li:nth-child(9) {
	background: url(../images/textlist001729-icon_close.png) no-repeat 90% center;
}

.TextList001729 ul.type#On li:nth-child(9) {
	background-image: url(../images/textlist001729-icon_open.png);
}

.TextList001729 .list {
	border-bottom: 1px solid #e5e5e5;
}

.TextList001729 .list .con {
	display: none;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	font-size: 14px;
	padding: 2%;
	line-height: 30px;
}

.TextList001729 .email {
	font-style: normal;
	color: #333;
}

.TextList001729 .btn_apply {
	padding: 10px 0;
}

.TextList001729 .btn_apply a {
	display: inline-block;
	max-width: 150px;
	width: 40%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #0278bc;
	font-size: 16px;
}


.index-about .inabimg .icon_player {
	display: inline-block;
	color: #fff;
	font-size: 35px;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-clip: content-box;
	z-index: 2;
}

.index-about .inabimg .icon_player {

	transition: all .3s ease-in-out;
}

.index-about .inabimg .icon_player:before {
	content: '▶';
}

.index-about .inabimg:hover .icon_player {
	background-color: rgba(0, 85, 255, 0.9);
	border-radius: 25px 100px 100px 25px / 65px 65px 65px 65px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}

/* 视频中心播放按钮 */
.neiye_right .pro_list .propic .icon_player {
	display: inline-block;
	color: #fff;
	font-size: 35px;
	background-color: rgba(0, 0, 0, .6);
	border-radius: 50%;
	width: 60px;
	height: 60px;
	line-height: 55px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background-clip: content-box;
	z-index: 2;
}

.neiye_right .pro_list .propic .icon_player {

	transition: all .3s ease-in-out;
}

.neiye_right .pro_list .propic .icon_player:before {
	content: '▶';
}

.neiye_right .pro_list .propic:hover .icon_player {
	background-color: rgba(0, 85, 255, 0.9);
	border-radius: 25px 100px 100px 25px / 65px 65px 65px 65px;
	box-shadow: 0 0 8px rgba(0, 0, 0, .2);
}
/* 视屏 */

.tacnhuang {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0.8);
	display: none;
}

.tacnhuang .tbox {
	width: 70%;
	height: 70vh;
	position: relative;
	margin: 15vh auto;
}

.tacnhuang .tbox .out {
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/out.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: -50px;
	z-index: 3;
	cursor: pointer;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.tacnhuang .tbox .out:hover {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}

.tacnhuang .tbox .video {
	width: 100%;
	overflow: hidden;
	height: 100%;
}

.tacnhuang .tbox .video video {
	display: block;
	width: 100%;
	max-height: 100%;
}

.tacnhuang .tbox img {
	display: block;
	margin: 0 auto;
	max-width: inherit;
	height: 100%;
}

.img_tacnhuang .tbox {
	width: 800px;
	background: #fff;
	-moz-box-shadow: 1px 1px 10px #fff;
	-webkit-box-shadow: 1px 1px 10px #fff;
	box-shadow: 1px 1px 10px #fff;
	border-radius: 5px;
	padding: 1px;
}

.img_tacnhuang .tbox .img {
	width: 400px;
	margin: 80px auto 30px;
	position: relative;
	overflow: hidden;
}

.img_tacnhuang .tbox .img img {
	display: block;
	width: 100%;
}

.img_tacnhuang .tbox .img img.kuang {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.img_tacnhuang .tbox .tt {
	width: 400px;
	height: 60px;
	background: #f9f9f9;
	text-align: center;
	margin: 0 auto;
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	line-height: 1.5;
	justify-content: center;
}

.jg_tacnhuang .tbox .video {
	background: #fff;
}


