* {
	margin: 0;
	padding: 0;
	list-style: none;
	transition: all;
	-o-transition: all;
	-ms-transition: all;
	-moz-transition: all;
	-webkit-transition: all;
}

body,
html {
	font-size: 14px;
}

a {
	text-decoration: none;
	color: #adaba8;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

a:hover {
	text-decoration: none;
}

em,
i,
strong {
	font-style: normal;
}

img {
	display: inline-block;
	border: 0;
	vertical-align: middle;
}

.images img {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.images:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

input,
textarea {
	font-size: 14px;
	outline: none;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden
}

.transy {
	transform: translateY(60px);
	-webkit-transform: translateY(60px);
	transition: 200ms;
	-webkit-transition: 200ms;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
}

.tranShow {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

.flexed {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
	z-index: 99999;
}

.flex_mid {
	display: table-cell;
	vertical-align: middle;
	text-align: center
}

.flex_mid div {
	width: 500px;
	padding: 80px 20px;
	background: #fff;
	margin: 0 auto;
	font-size: 40px;
	position: relative
}

.flex_mid div i {
	background: url(../images/close_index.png) no-repeat center;
	display: block;
	width: 29px;
	height: 29px;
	right: 20px;
	top: 20px;
	position: absolute;
	cursor: pointer
}



/* index */
#fullPage {
	width: 100% !important;
	-webkit-box-sizing: border-box;
	height: 100% !important;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#fullPage .section {
	position: relative;
	height: 100% !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fp-tableCell {
	height: 100% !important
}

.header {
	height: 100px;
	line-height: 100px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 50;
	background: #fff;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.header .logo {
	float: left;
	width: 149px;
	height: 100%
}

.header .logo img {
	vertical-align: middle;
}

.header .w1300 .header_right {
	float: right
}

.header .w1300 .header_right a {
	float: left;
	font-size: 15px;
	color: #6d6d6d;
	margin-left: 30px;
}

.header .w1300 .header_right a:hover,
.header .w1300 .header_right a.cur {
	color: #0b367a
}

.A_header {
	position: fixed;
	top: 0px
}

.inE {
	position: relative
}

.d_logo {
	position: absolute;
	top: 246px;
	left: 0px;
	right: 0px;
	text-align: center
}

.inE_div {
	position: absolute;
	bottom: 74px;
	left: 0px;
	right: 0px;
}

.inE_div dl,
.inE_div ul {
	width: 100%;
	float: left;
	text-align: center;
	color: #fff
}

.inE dl dt {
	font-size: 45px;
	font-weight: bold
}

.inE dl dd {
	font-size: 22px;
	margin-top: 25px;
	position: relative
}

.inE dl dd:before,
.inE dl dd:after {
	content: '';
	width: 93px;
	height: 1px;
	position: absolute;
	background: #6689c3;
	top: 15px;
	margin-left: -110px
}

.inE dl dd:after {
	margin-left: 15px;
}

.inE_div ul {
	margin-top: 60px
}

.inE_div ul li {
	display: inline-block;
	margin: 0px 35px;
	line-height: 18px
}

.inE_div ul li img {
	float: left;
	margin-right: 10px
}

.inE_div ul li p {
	float: left
}

.inA dl {
	text-align: center;
	width: 100%;
	float: left
}

.inA dl dt {
	font-size: 38px;
	color: #f9b418;
	font-weight: bold
}

.inA dl dd {
	margin-top: 50px
}

.inA dl dd i {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin: 0px 15px
}

.inA dl dd i:before {
	content: url(../images/ico.png);
	margin-right: 5px
}

.inA_div {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 110px
}

.inA_div i {
	display: inline-block;
	width: 159px;
	height: 159px;
	margin: 0px 47px;
}

.inA_div i img {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.inA_div i:hover img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}

.inB_focus {
	position: relative;
	width: 100%;
	float: left;
	height: 100%
}

.inB_focus .pic {
	position: relative;
	z-index: 0;
	height: 100% !important;
	width: 100% !important
}

.inB_focus .pic li,
.inB_focus .pic li a {
	height: 100%;
	width: 100% !important;
	float: left
}

.inB_focus .pic li a .w1300 {
	height: 100%;
	position: relative
}

.inB_focus .pic li a dl {
	width: 330px;
	padding: 0px 40px;
	background-color: rgba(255, 255, 255, 0.8);
	height: 465px;
	right: 0px;
	bottom: 156px;
	position: absolute
}

.inB_focus .pic li a dt {
	font-size: 26px;
	color: #3582cd;
	font-weight: bold;
	margin-top: 60px;
	width: 100%;
	float: left
}

.inB_focus .pic li a dt:before {
	content: url(../images/ico1.png);
	float: left;
	margin-right: 10px
}

.inB_focus .pic li a dd {
	font-size: 18px;
	color: #666666;
	line-height: 40px;
	margin-top: 20px;
	width: 100%;
	float: left
}

.inB_bo {
	width: 100%;
	position: absolute;
	bottom: 200px;
	right: 0px;
	font-size: 0;
	z-index: 1;
}

.inB_focus .hd {
	width: 330px;
	padding: 0px 40px;
	float: right
}

.inB_focus .hd li {
	width: 18px;
	height: 18px;
	border-radius: 100%;
	line-height: 18px;
	text-align: center;
	line-height: 18px;
	float: left;
	margin-right: 10px
}

.inB_focus .hd li span {
	width: 10px;
	height: 10px;
	background: #8d8d8d;
	border-radius: 100%;
	vertical-align: middle;
	display: inline-block
}

.inB_focus .hd .on {
	border: 1px solid #317bc6;
}

.inB_focus .hd .on span {
	background: #317bc6
}

.inC h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 38px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 70px
}

.inC_left {
	float: left;
	width: 429px;
	margin-left: 66px;
}

.inC_left div {
	width: 100%;
	float: left;
	position: relative;
}

.inC_left a {
	color: #fff
}

.inC_left div i {
	width: 100%;
	float: left;
	height: 260px;
	overflow: hidden
}

.inC_left div span {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 80px;
	height: 80px;
	background: #f9b418;
	color: #fff;
	text-align: center;
	display: block;
	font-weight: bold
}

.inC_left div span em {
	display: block;
	font-size: 24px;
	margin-top: 14px
}

.inC_left a>strong {
	font-size: 18px;
	margin: 25px 0px 10px 0px;
	width: 100%;
	float: left;
	height: 24px;
	overflow: hidden;
	text-decoration: ellipsis;
	white-space: nowrap
}

.inC_left a>p {
	font-size: 14px;
	line-height: 26px;
	width: 100%;
	float: left;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

.inC_right {
	width: 682px;
	float: right;
	margin-right: 66px;
}

.inC_right a {
	width: 100%;
	float: left;
	margin-bottom: 60px
}

.inC_right a>p {
	float: left;
	color: #fff;
	text-align: right;
	margin-top: 40px
}

.inC_right a>p span {
	display: block;
	font-size: 36px;
	font-family: Arial;
	font-weight: bold
}

.inC_right a>p i {
	font-size: 18px;
	color: #b7cfed;
	margin-top: 5px;
	display: block
}

.inC_right a div {
	float: right;
	width: 524px;
	border-left: 1px solid #b7cfed;
	color: #fff;
	padding: 10px 0px 50px 28px;
	position: relative
}

.inC_right a div:after {
	content: url(../images/ico2.png);
	position: absolute;
	left: 28px;
	bottom: 0px;
}

.inC_right a div span {
	font-size: 18px;
	height: 24px;
	overflow: hidden;
	text-decoration: ellipsis;
	white-space: nowrap
}

.inC_right a:hover div span,
.inC_left a:hover>strong {
	color: #f9b418
}

.inC_right a div p {
	font-size: 14px;
	line-height: 26px;
	margin-top: 20px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden
}

/* picture */
.inC .picture {
	/* display: flex; */
}

.picture>div {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.inC .picture img {
	width: 200px;
	margin-bottom: 40px;
}


.more {
	width: 100%;
	float: left;
	text-align: center
}

.more a {
	display: inline-block;
	width: 154px;
	height: 39px;
	border: 1px solid #abcbe9;
	line-height: 39px;
	text-align: center;
	color: #fff
}

.more a:hover {
	background: #f9b418;
	border-color: #f9b418
}

.inD {
	text-align: center;
	position: relative
}

.inD strong {
	font-size: 45px;
	color: #333333;
	display: block
}

.inD_bo {
	width: 100%;
	float: left;
	margin-top: 170px
}

.footer {
	position: absolute;
	bottom: 0px;
	padding: 30px 0px;
	background: #0b367a;
	left: 0px;
	right: 0px
}

.fo_left {
	width: 846px;
	float: left;
	border-right: 1px solid #244a88
}

.fo_LT,
.fo_LM,
.fo_LB,
.fo_LB p {
	width: 100%;
	float: left
}

.fo_LT a {
	float: left;
	color: #fff;
}

.fo_LT a:after {
	content: '|';
	color: #214885;
	margin: 0px 17px
}

.fo_LT a:last-child:after {
	display: none
}

.fo_LM,
.fo_LB {
	margin-top: 32px
}

.fo_LM i {
	float: left;
	margin-right: 96px;
	font-size: 22px;
	color: #bfd4f4;
	font-weight: bold
}

.fo_LM i img {
	float: left;
	margin-right: 10px
}

.fo_LB p {
	color: #bfd4f4;
	font-size: 12px;
	line-height: 24px;
	text-align: left
}

.fo_LB p a {
	color: #bfd4f4;
}

.fo_right {
	float: right;
}

.fo_right p {
	width: 123px;
	float: left;
	font-size: 12px;
	color: #bfd4f4;
	text-align: center;
	margin-left: 60px;
}

.fo_right p img {
	margin-bottom: 15px
}

.inD_W {
	overflow: inherit
}

.fo_img,
.scroll_i {
	-webkit-animation: b_jump 1.0s ease-in-out 0.1s alternate infinite;
	-moz-animation: b_jump 1.0s ease-in-out 0.1s alternate infinite;
	-o-animation: b_jump 1.0s ease-in-out 0.1s alternate infinite;
	animation: b_jump 1.0s ease-in-out 0.1s alternate infinite;
}

@keyframes b_jump {
	from {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	to {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}
}

@-webkit-keyframes b_jump {
	from {
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	to {
		transform: translateY(-20px);
		-webkit-transform: translateY(-20px);
	}
}

/*  */
.Abanner {
	width: 100%;
	float: left;
	height: 809px;
	margin-top: 100px
}

.tit {
	width: 100%;
	float: left;
	color: #fff;
	margin-top: 185px;
	padding-top: 36px;
	position: relative
}

.tit h2 {
	font-size: 43px;
	margin-top: 24px
}

.tit p {
	font-size: 16px;
	margin-top: 15px
}

.tit i {
	width: 58px;
	height: 58px;
	border-radius: 100%;
	background: url(../images/ico19.png) no-repeat center #0b367a;
	display: block;
	margin-top: 126px
}

.tit:before {
	content: '';
	width: 140px;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0px;
	left: 0px
}

.aboutA {
	padding-top: 80px;
	position: relative;
}

.about_tit {
	width: 100%;
	float: left;
	font-size: 36px;
	color: #0b367a
}

.about_tit span {
	font-size: 34px;
	color: #0b367a;
	font-family: Arial;
	width: 100%;
	float: left;
	margin-bottom: 4px
}

.about_tit span i {
	color: #f7ad26;
	margin-left: 10px
}

.aboutA_left {
	float: left;
	width: 430px;
}

.aboutA_left p {
	width: 100%;
	height: 324px;
	overflow: hidden;
	margin-top: 62px;
}

.aboutA_left .aboutA_LP {
	width: 373px;
	height: 381px;
	margin-top: 40px
}

.aboutA_right {
	width: 750px;
	float: right;
	margin-top: -40px
}

.aboutA_RT,
.aboutA_RB ul {
	width: 100%;
	float: left
}

.aboutA_RT span {
	font-size: 30px;
	color: #365397;
	margin-bottom: 30px;
	display: block
}

.aboutA_RT p {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px
}

.aboutA_RB {
	width: 720px;
	float: right;
	margin-top: 38px;
	position: absolute;
	bottom: 0px;
	right: 0px
}

.aboutA_RB .images {
	height: 401px;
	overflow: hidden
}

.aboutA_RB ul li {
	width: 144px;
	float: left;
	margin-right: 50px;
	color: #888888;
	margin-top: 40px
}

.aboutA_RB ul li:last-child {
	margin-right: 0px;
	width: 118px
}

.aboutA_RB ul li img {
	margin-right: 8px;
}

.aboutA_RB ul li p {
	margin-top: 18px
}

.aboutB {
	min-height: 619px;
	width: 100%;
	float: left;
	background: url(../images/aboutbg1.jpg) no-repeat center;
	margin-top: 80px;
}

.about_BT {
	width: 100%;
	float: left;
	color: #fff;
	margin-top: 65px
}

.about_BT span {
	font-size: 30px;
	margin-bottom: 30px;
	display: block
}

.about_BT p {
	font-size: 15px;
	line-height: 30px;
	margin-top: 20px;
	color: #dfe3ef
}

.aboutB ul {
	width: 100%;
	float: left
}

.aboutB ul li {
	width: 196px;
	height: 130px;
	padding: 32px;
	float: left;
	border: 1px solid #3c69b3;
	margin-right: 42px;
	color: #fff;
	margin-top: 50px
}

.aboutB ul li:last-child {
	margin-right: 0px
}

.aboutB ul li i {
	width: 100%;
	float: left;
	height: 29px;
	line-height: 29px;
}

.aboutB ul li i img {
	vertical-align: middlet;
	ransition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.aboutB ul li i:hover img {
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}

.aboutB ul li span {
	font-size: 24px;
	display: block;
	margin: 18px 0px 18px 0px;
	width: 100%;
	float: left
}

.aboutB ul li p {
	font-size: 14px;
	line-height: 24px;
}

.aboutC {
	width: 100%;
	float: left;
	min-height: 727px;
	background: url(../images/bg.png) no-repeat center
}

.aboutC .about_tit {
	margin-top: 70px
}

.aboutC .w1200 {
	overflow: inherit
}

.aboutC .container {
	width: 100%;
	float: left;
	position: relative;
}

.aboutC .slide {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.aboutC .slide .img {
	width: 203px;
	top: 132px;
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
	font-weight: bold;
	color: #fff;
	text-align: center
}

.aboutC .slide .img img {
	display: none
}

.aboutC .slide .img>p {
	background: url(../images/year1.png) no-repeat center;
	width: 89px;
	height: 89px;
	text-align: center;
	line-height: 89px;
	display: inline-block;
	font-size: 20px;
}

.aboutC .slide .img>p i {
	display: none
}

.aboutC .slide .img1 {
	left: 82px;
	z-index: 1;
}

.aboutC .slide .img2 {
	left: 82px;
	z-index: 2;
}

.aboutC .slide .img3 {
	width: 203px;
	top: 95px;
	left: 510px;
	z-index: 3;
}

.aboutC .slide .img3 img {
	display: block;
	width: 193px;
	height: 193px;
	background: url(../images/aboutpic4.jpg) no-repeat center;
	border-radius: 100%;
	overflow: hidden;
	border: 5px solid #b1cbf2
}

.aboutC .slide .img3>p {
	color: #0b367a;
	background: none
}

.aboutC .slide .img3>p i {
	display: inline-block;
}

.aboutC .slide .img4 {
	left: 910px;
	z-index: 2;
}

.aboutC .slide .img5 {
	left: 910px;
	z-index: 1;
}

.aboutC .slide .img div {
	display: none;
	width: 873px;
	margin-left: -335px;
	margin-top: 40px;
}

.aboutC .slide .img3 div {
	display: block
}

.aboutC .slide .img div a {
	width: 40%;
	float: left;
	text-align: left;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	font-weight: normal;
	height: 84px;
	overflow: hidden;
	margin-top: 20px;
}

.aboutC .slide .img div a:nth-child(2n) {
	float: right
}

.aboutC .about_pre,
.aboutC .about_next,
.aboutE_con .prev,
.aboutE_con .next {
	width: 23px;
	height: 43px;
	background: url(../images/pre.png) no-repeat center;
	position: absolute;
	left: -207px;
	top: 128px;
	border: none;
	outline: none
}

.aboutC .about_next,
.aboutE_con .next {
	background: url(../images/next.png) no-repeat center;
	right: -207px;
	left: auto
}

.aboutD {
	width: 100%;
	float: left;
	background: url(../images/aboutbg2.jpg) no-repeat center;
	background-size: cover;
	min-height: 648px
}

.aboutD .about_tit {
	margin-top: 70px;
	color: #fff
}

.aboutD .about_tit span {
	color: #fff
}

.aboutD_con {
	float: left;
	width: 270px;
	margin-right: 40px;
	margin-top: 60px
}

.aboutD_con i {
	width: 100%;
	overflow: hidden;
	float: left
}

.aboutD_con strong {
	font-size: 20px;
	color: #f7ad26;
	width: 100%;
	float: left;
	margin: 24px 0px 18px 0px;
}

.aboutD_con p {
	line-height: 24px;
	color: #fff
}

.aboutD_con:last-child {
	margin-right: 0px
}

.aboutE {
	padding-top: 65px;
	overflow: inherit;
	clear: both
}

/*.aboutE_con{width:100%;float:left}
.aboutE_con div{float:left;width:357px;text-align:center;margin-right:64px;margin-top:86px}
.aboutE_con div:nth-child(3n){margin-right:0px}
.aboutE_con div p{width:100%;float:left;height:298px;background:url(../images/aboutbg3.png) no-repeat center;text-align:center;}
.aboutE_con div p img{width:137px;height:180px;margin-top:30px}
.aboutE_con div span{display:block;font-size:16px;color:#333333}
*/
.aboutE_con {
	width: 100%;
	float: left;
	margin-bottom: 65px;
	position: relative;
	min-height: 405px;
}

.aboutE_con .pic li div {
	float: left;
	width: 357px;
	text-align: center;
	margin-right: 64px;
	margin-top: 86px
}

.aboutE_con .pic li div:last-child {
	margin-right: 0px
}

.aboutE_con .pic li div p {
	width: 100%;
	float: left;
	height: 298px;
	background: url(../images/aboutbg3.png) no-repeat center;
	text-align: center;
}

.aboutE_con .pic li div p img {
	width: 137px;
	height: 180px;
	margin-top: 30px
}

.aboutE_con .pic li div span {
	display: block;
	font-size: 16px;
	color: #333333
}

.aboutE_con .prev,
.aboutE_con .next {
	top: 184px
}

.aboutF {
	width: 100%;
	float: left
}

.aboutF_left {
	width: 50%;
	height: 482px;
	background: url(../images/aboutpic10.jpg) no-repeat center;
	float: left;
	text-align: center;
	color: #fff;
	display: table
}

.aboutF_right {
	background: url(../images/aboutpic11.jpg) no-repeat center
}

.aboutF_left div {
	font-weight: bold;
	display: table-cell;
	vertical-align: middle
}

.aboutF_left div dl {
	padding: 97px;
	background-color: rgba(0, 0, 0, 0.3);
	display: inline-block;
}

.aboutF_left dl dt {
	font-size: 26px;
	font-weight: bold
}

.aboutF_left dl dd {
	font-size: 16px;
	margin-top: 40px;
}

.A_footer {
	background: #0b367a;
	padding: 60px 0px
}

.A_footerT,
.A_footer {
	width: 100%;
	float: left;
	text-align: center
}

.A_footerT a {
	font-size: 14px;
	color: #fff;
	margin: 0px 12px;
}

.A_footerT {
	background: url(../images/xian.jpg) no-repeat center bottom;
	padding-bottom: 20px
}

.A_footer p {
	font-size: 12px;
	color: #fff;
	margin-top: 20px;
	width: 100%;
	float: left
}

.A_footer p a {
	color: #fff
}

.A_footer span {
	font-size: 12px;
	color: #fff;
	width: 100%;
}


/* new */
.news {
	padding: 70px 0px 80px 0px
}

.news .about_tit {
	width: 50%;
	float: left;
	margin-bottom: 20px
}

.news_right {
	float: right;
	margin-top: 26px
}

.news_right select,
.news_right input {
	width: 80px;
	padding: 0px 10px;
	height: 36px;
	color: #888888;
	border: 1px solid #ededed;
	float: left;
	outline: none;
	font-size: 12px
}

.news_right input[type='text'] {
	width: 205px;
	height: 34px;
	margin-left: 8px;
}

.news_right input[type='button'] {
	width: 36px;
	height: 36px;
	border: none;
	background: url(../images/serch.png) no-repeat center #adadad;
	cursor: pointer
}

.news_con {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #e4e4e4;
	padding-bottom: 40px;
	margin-top: 40px;
}

.news_con>a {
	width: 358px;
	height: 218px;
	float: left;
	overflow: hidden
}

.news_con div {
	width: 800px;
	float: right
}

.news_con div span {
	display: block;
	font-size: 18px;
	color: #333333
}

.news_con div span a {
	color: #333333;
}

.news_con div span img {
	margin-left: 20px;
}

.news_con div p {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	margin-top: 10px;
	height: 28px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.news_con div em {
	display: block;
	font-size: 14px;
	color: #b1b1b1;
	margin-top: 10px
}

.news_con div em:before {
	content: url(../images/nico4.png);
	float: left;
	margin-right: 10px;
	margin-top: 1px
}

.news_con div>a {
	width: 90px;
	line-height: 28px;
	background: #bcbcbc;
	border-radius: 5px;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 50px
}

.news_con div>a:hover {
	background: #f9b418
}

.news_con div span a:hover {
	color: #f9b418
}

.page {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 50px;
}

.page a {
	display: inline-block;
	line-height: 44px;
	background: #e8e8e8;
	color: #666;
	padding: 0px 18px;
	margin: 0px 2px
}

.page a:hover,
.page a.cur {
	color: #fff;
	background: #0b367a
}

.newxq {
	padding: 70px 0px 80px 0px
}

.newxq dl {
	width: 100%;
	float: left;
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 20px;
}

.newxq dl dt {
	font-size: 24px;
	color: #333333
}

.newxq dl dd i {
	float: left;
	font-size: 14px;
	color: #888888;
	margin-top: 15px;
}

.newxq dl dd .bshare-custom {
	float: right
}

.newxq dl dd .bshare-custom a {
	padding: 0px;
	margin: 0px 10px;
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 100%;
}

.newxq dl dd .bshare-custom a.bshare-weixin {
	background: url(../images/fx.png) no-repeat center #0b367a
}

.newxq dl dd .bshare-custom a.bshare-sinaminiblog {
	background: url(../images/fx1.png) no-repeat center #0b367a
}

.newxq dl dd .bshare-custom a:hover {
	background-color: #f9b418
}

.xq_con {
	width: 100%;
	float: left;
	padding: 40px 0px 60px 0px;
	border-bottom: 1px solid #e9e9e9;
}

.xq_con p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px
}

.xq_bo {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.xq_bo div {
	float: left;
	width: 70%;
}

.xq_bo div a {
	display: block;
	color: #666666;
	line-height: 30px;
}

.xq_bo>a {
	width: 125px;
	line-height: 38px;
	color: #f9b418;
	border: 1px solid #f9b418;
	text-align: center;
	float: right;
	border-radius: 20px
}

.xq_bo>a:hover {
	background: #f9b418;
	color: #fff;
}

.xq_con table td {
	padding: 20px;
}

/* pro */
.pro {
	padding: 70px 0px 80px 0px
}

.pro>p {
	font-size: 15px;
	color: #000;
	line-height: 30px;
	margin-top: 28px;
	width: 100%;
	float: left
}

.pro_con {
	width: 100%;
	float: left;
	position: relative;
	margin-top: 46px
}

.pro_lone {
	width: 592px;
	height: 295px;
	float: left;
	display: table;
	margin-right: 9px
}

.pro_lone:nth-child(3n) {
	margin-right: 0px
}

.pro_lmid {
	display: table-cell;
	vertical-align: middle;
}

.pro_lmid div {
	width: 318px;
	float: right;
	margin-right: 38px;
	color: #fff
}

.pro_lmid div span {
	font-size: 25px;
}

.pro_lmid div p {
	font-size: 14px;
	line-height: 24px;
	margin-top: 20px
}

.pro_lmid div i {
	font-size: 12px;
	color: #a5c8ff;
	margin-top: 20px;
	display: block
}

.pro_lone:hover i {
	color: #f7ad26
}

.pro_ltwo {
	width: 290px;
	background: #2d6ccf;
	text-align: center;
}

.pro_ltwo span,
.pro_lthree span,
.pro_lfive span {
	display: block;
	font-size: 25px;
	margin-top: 28px;
	color: #fff
}

.pro_lthree {
	width: 299px;
	height: 601px;
	text-align: center
}

.pro_lone p {
	font-size: 14px;
	color: #fff;
	margin-top: 30px;
	line-height: 24px
}

.pro_lfour {
	position: absolute;
	top: 304px;
	left: 0px;
	background: #f7ad26
}

.pro_lfive {
	position: absolute;
	top: 304px;
	left: 299px;
	text-align: center
}

.pro_lone img {
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}

.pro_lone:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}



.pro2 {
	padding-top: 70px;
	width: 100%;
	float: left
}

.pro2 .about_tit {
	margin-bottom: 50px
}

.pro2_A {
	width: 100%;
	float: left;
	padding: 65px 0px;
}

.pro2_A:nth-child(2n) {
	background: #eff4f7
}

.pro2_A img {
	float: left
}

.pro2_A .w1200 div {
	width: 520px;
	float: right
}

.pro2_A .w1200 div span {
	font-size: 30px;
	color: #333333;
	margin-bottom: 36px;
	display: block
}

.pro2_A .w1200 div p {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-top: 10px
}

.pro2_A:nth-child(2n+1) .w1200 div {
	float: left
}

.pro2_A:nth-child(2n+1) .w1200 img {
	float: right
}

.pro_p {
	width: 100%;
	float: left;
	font-size: 15px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 50px;
}

.pro5 .about_tit {
	margin-bottom: 22px
}

.pro1 {
	width: 100%;
	float: left;
	background: #2283df;
	margin-top: 100px
}

.pro_Scroll {
	position: relative;
	height: 180px;
	width: 1040px;
	margin: 0 auto;
}

.pro_Scroll .prev,
.pro_Scroll .next {
	width: 18px;
	height: 33px;
	position: absolute;
	top: 70px;
	left: -80px;
	z-index: 100;
	cursor: pointer;
	background: url(../images/propre.png) no-repeat;
}

.pro_Scroll .next {
	background: url(../images/pronext.png) no-repeat;
	right: -80px;
	left: auto
}

.pro_Scroll .scrollWrap {
	width: 100%;
	text-align: center;
	float: left
}

.pro_Scroll .dlList a {
	float: left;
	width: 20%;
	margin-top: 25px
}

.pro_Scroll .dlList a i {
	height: 85px;
	display: block;
	line-height: 85px;
	position: relative
}

.pro_Scroll .dlList a i:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	background: url(../images/bot.png) no-repeat center;
	bottom: -20px;
	height: 37px
}

.pro_Scroll .dlList a i img {
	vertical-align: middle;
}

.pro_Scroll .dlList a span {
	display: block;
	color: #c1e1ff;
	margin-top: 20px
}


.pro1A {
	width: 100%;
	float: left;
	background: #f1f1f6;
	height: 639px;
}

.pro1A .w1300 {
	height: 100%;
	display: table
}

.pro1A_L {
	width: 730px;
	display: table-cell;
	vertical-align: middle;
	height: 100%
}

.pro1A_L span {
	font-size: 50px;
	color: #0b367a;
	font-weight: bold
}

.pro1A_L span i {
	display: block;
	font-size: 25px;
	font-weight: normal;
	color: #221815;
	margin-bottom: 10px
}

.pro1A_L div {
	margin-top: 60px
}

.pro1A_L div p {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
	line-height: 34px;
}

.pro1A_L div p:before {
	content: '';
	width: 6px;
	height: 6px;
	background: #ed860e;
	border-radius: 100%;
	float: left;
	margin-top: 14px;
	margin-right: 12px
}

.pro1B {
	padding: 66px 0px;
}

.pro1B_T {
	width: 100%;
	float: left;
	text-align: center
}

.pro1B_T h2 {
	font-size: 30px;
	color: #666666
}

.pro1B_T p {
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	padding: 0px 200px;
	margin-top: 30px
}

.pro1B_B {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 90px;
}

.pro1B_B img {
	margin: 0px 50px
}


.pro1C {
	width: 100%;
	float: left;
	background: url(../images/probg.jpg) no-repeat center;
	height: 699px;
}

.pro1C .w1300>h2 {
	font-size: 30px;
	color: #666666;
	text-align: center;
	width: 100%;
	float: left;
	margin-top: 60px;
}

.pro1C ul {
	width: 100%;
	float: left;
	margin-top: 40px
}

.pro1C ul li {
	width: 512px;
	float: left;
	margin-left: 88px;
	margin-top: 25px
}

.pro1C ul li i {
	background: url(../images/proico9.png) no-repeat;
	width: 27px;
	height: 27px;
	float: left;
	text-align: center;
	line-height: 27px;
	color: #fff;
	font-family: Arial;
	font-weight: bold
}

.pro1C ul li div {
	width: 466px;
	float: right;
	color: #666666;
}

.pro1C ul li div p {
	margin-top: 8px;
}

.pro1C ul li div p,
.pro1C ul li div strong {
	height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro1D {
	padding: 64px 0px
}

.pro1D_con {
	width: 100%;
	float: left;
	margin-top: 50px
}

.pro1D_con p {
	width: 314px;
	overflow: hidden;
	float: left;
	position: relative;
	margin-right: 14px;
}

.pro1D_con p:last-child {
	margin-right: 0px
}

.pro1D_con p strong {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 22px;
	color: #fff
}

/* across */
.acrossA {
	width: 100%;
	float: left;
	background: url(../images/acrossbg.jpg) no-repeat center;
	height: 728px;
}

.acrossA .w1200>h3 {
	margin-top: 68px;
	margin-bottom: 30px
}

.acrossA .w1200>p,
.cooperA p,
.netA_left p {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	margin-top: 12px
}

.acrossA .w1200 div {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.acrossA .w1200 div i {
	width: 377px;
	height: 248px;
	float: left;
	margin-right: 34px;
	overflow: hidden
}

.acrossA .w1200 div i:last-child {
	margin-right: 0px
}

.acrossB {
	padding: 38px 0px 70px 0px
}

.acrossB_L {
	float: left;
	width: 660px;
	margin-top: 30px;
}

.acrossB_L div {
	width: 100%;
	float: left;
	margin-top: 40px;
}

.acrossB_L div p {
	width: 49%;
	float: left;
	font-size: 18px;
	color: #666666;
	line-height: 40px
}

.acrossB_L div p:before {
	content: '';
	width: 5px;
	height: 5px;
	background: #c7c7c7;
	border-radius: 100%;
	float: left;
	margin-right: 8px;
	margin-top: 18px
}

.acrossB_L div p:nrh-child(2n) {
	float: right
}

.acrossB>img {
	float: right
}

.acrossC {
	width: 100%;
	float: left;
	text-align: center;
	background: #f8f8f8;
	padding: 70px 0px
}

.acrossC .w1200 {
	overflow: inherit
}

.acrossC span {
	font-size: 26px;
	color: #333333;
	display: block;
	line-height: 30px;
}

.acrossC p {
	font-size: 24px;
	color: #0b367a;
	position: relative;
	margin-top: 30px
}

.acrossC p:before {
	content: url(../images/ico20.png);
	position: absolute;
	margin-left: -50px
}

.cooperA {
	padding: 60px 0px
}

.cooperA h3 {
	margin-bottom: 30px
}

.cooperB {
	width: 100%;
	float: left;
	background: #fafafa;
	padding: 56px 0px 80px 0px
}

.cooperB h1,
.netA h1 {
	width: 100%;
	float: left;
	font-size: 24px;
	color: #666666;
	padding-bottom: 23px;
	position: relative
}

.cooperB h1:after,
.netA h1:after {
	content: '';
	width: 56px;
	height: 2px;
	background: #cbcbcb;
	position: absolute;
	bottom: 0px;
	left: 0px
}

.cooperB .w1200 div {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.cooperB .w1200 div p {
	width: 280px;
	height: 99px;
	border: 1px solid #ebebeb;
	float: left;
	margin-right: 24px;
	margin-top: 20px;
	overflow: hidden
}

.cooperB .w1200 div p:nth-child(4n) {
	margin-right: 0px
}

.cooperC {
	background: #fff
}


/* net */
.netA {
	padding: 68px 0px;
	border-bottom: 1px solid #e9e9e9
}

.netA_left {
	width: 766px;
	float: left
}

.netA h1 {
	margin-bottom: 20px;
	font-size: 36px;
	color: #0b367a
}

.netA_right {
	float: right
}

.netA_right p {
	width: 69px;
	float: left;
	margin-left: 18px;
	text-align: center
}

.netA_right p span {
	display: block;
	font-size: 15px;
	color: #333333;
	margin-top: 15px
}

.netA_right p img {
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.netA_right p img:hover {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}

.netB {
	border: none
}

.netB_right {
	float: right
}

.netB_right p {
	float: left;
	padding: 0px 40px;
	text-align: center;
	position: relative
}

.netB_right p span {
	display: block;
	font-size: 92px;
	color: #f7ad27;
	font-family: Arial
}

.netB_right p i {
	font-size: 14px;
	color: #666666;
	margin-top: 10px
}

.netB_right p:first-child:after {
	content: '';
	width: 1px;
	height: 85px;
	background: #ebebeb;
	top: 28px;
	right: 0px;
	position: absolute
}

.about5_AR {
	width: 100%;
	float: left;
	margin-top: 89px
}

.m_map {
	width: 923px;
	height: 762px;
	margin: 0px auto;
	position: relative;
	background: url(../images/diru.png) no-repeat 0 0;
}

.tait {
	font-size: 36px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	left: 100px;
}

.tait span {
	color: #ff6d3b;
}

.tait2 {
	font-size: 36px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	padding: 50px 0px;
}

.mp {
	position: absolute;
	cursor: pointer;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.hover_tu {
	background: url(../images/fi2.png) no-repeat 4px 20px;
}

.mp .mito img:nth-child(2) {
	display: none
}

.mp .mito {
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 12px;
	font-family: "瀹嬩綋";
	color: #333333;
}

.feng {
	position: absolute;
	display: none;
	padding: 20px;
	box-shadow: 0px 0px 4px #ebebeb;
	width: 227px;
	left: -124px;
	bottom: 40px;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);
	z-index: 10;
}

.feng .sang {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -11px;
	background: url(../images/vf2.png) no-repeat center;
	width: 100%;
	height: 11px;
}

.feng .tree .boou {
	width: 86px;
	height: 62px;
	float: left;
}

.feng .tree .du_size {
	width: 100%;
	float: left
}

.feng .tree .du_size p {
	font-size: 15px;
	color: #666666;
	line-height: 24px;
}

.feng .tree .du_size a {
	font-size: 12px;
	color: #f7ad27;
	display: block;
	font-weight: bold;
	margin-top: 20px;
}

.mp1 {
	left: 676px;
	top: 272px;
	width: 31px;
	height: 32px;
	z-index: 3
}

.mp2 {
	left: 570px;
	top: 446px;
	width: 139px;
	height: 86px;
}

.mp3 {
	left: 669px;
	top: 507px;
	width: 87px;
	height: 117px;
}

.mp4 {
	left: 498px;
	top: 591px;
	width: 143px;
	height: 108px
}

.mp5 {
	left: 518px;
	top: 472px;
	width: 81px;
	height: 81px;
}

.mp6 {
	left: 699px;
	top: 287px;
	width: 23px;
	height: 32px;
	z-index: 3
}

.mp7 {
	right: 178px;
	bottom: 43px;
	width: 145px;
	height: 114px;
}

.mp8 {
	left: 388px;
	top: 10px;
	width: 403px;
	height: 342px;
}

.mp9 {
	left: 720px;
	top: 0px;
	width: 203px;
	height: 183px;
}

.mp10 {
	left: 38px;
	top: 356px;
	width: 360px;
	height: 216px;
}

.mp11 {
	left: 238px;
	top: 311px;
	width: 232px;
	height: 164px;
}

.mp12 {
	left: 312px;
	top: 243px;
	width: 256px;
	height: 216px;
	z-index: 3
}

.mp13 {
	left: 494px;
	top: 318px;
	width: 52px;
	height: 86px;
	z-index: 4
}

.mp14 {
	left: 518px;
	top: 313px;
	width: 92px;
	height: 162px;
}

.mp15 {
	left: 598px;
	top: 283px;
	width: 61px;
	height: 132px;
}

.mp16 {
	left: 648px;
	top: 236px;
	width: 100px;
	height: 141px;
	z-index: 2
}

.mp17 {
	left: 728px;
	top: 206px;
	width: 108px;
	height: 100px;
}

.mp18 {
	left: 753px;
	top: 146px;
	width: 151px;
	height: 102px;
}

.mp19 {
	left: 372px;
	top: 426px;
	width: 198px;
	height: 174px;
}

.mp20 {
	left: 602px;
	top: 373px;
	width: 106px;
	height: 101px;
}

.mp21 {
	left: 678px;
	top: 332px;
	width: 124px;
	height: 76px;
}

.mp22 {
	left: 365px;
	top: 535px;
	width: 163px;
	height: 167px;
}

.mp23 {
	left: 681px;
	top: 408px;
	width: 89px;
	height: 105px;
}

.mp24 {
	left: 703px;
	top: 395px;
	width: 108px;
	height: 81px;
}

.mp25 {
	left: 794px;
	top: 459px;
	width: 20px;
	height: 16px;
}

.mp26 {
	left: 481px;
	top: 533px;
	width: 109px;
	height: 94px;
}

.mp27 {
	left: 581px;
	top: 512px;
	width: 99px;
	height: 112px;
}

.mp28 {
	left: 748px;
	top: 475px;
	width: 71px;
	height: 80px;
}

.mp29 {
	left: 713px;
	top: 537px;
	width: 81px;
	height: 97px;
}

.mp30 {
	left: 601px;
	top: 606px;
	width: 145px;
	height: 113px;
}

.mp31 {
	left: 798px;
	top: 593px;
	width: 32px;
	height: 72px;
}

.mp32 {
	left: 577px;
	top: 724px;
	width: 47px;
	height: 37px;
}

.mpp .mito img:nth-child(2) {
	display: block
}

.mpp .mito img:nth-child(1) {
	display: none
}

.mpp .feng {
	display: block
}

.netxqA {
	text-align: center;
	padding: 64px 0px
}

.netxqA span {
	font-size: 35px;
	color: #333333;
	display: block;
	margin: 25px 0px
}

.netxqA p {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
	padding: 0px 180px
}

.netxqB {
	width: 100%;
	float: left;
	background: #f8f8f8;
	padding: 50px 0px 70px 0px
}

.netxq_top {
	width: 780px;
	margin: 0 auto;
	text-align: center
}

.netxq_top select {
	width: 326px;
	padding: 0px 10px;
	height: 50px;
	border: 1px solid #ececec;
	border-radius: 5px;
	font-size: 15px;
	color: #666666;
	margin-right: 28px;
	float: left;
	outline: none
}

.netxq_top input[type='button'] {
	width: 50px;
	height: 50px;
	background: url(../images/serch.png) no-repeat center #0b367a;
	display: inline-block;
	border: none;
	float: left;
	cursor: pointer
}

.netxqB ul {
	width: 100%;
	float: left;
	margin-top: 20px
}

.netxqB ul li {
	width: 377px;
	height: 188px;
	float: left;
	border: 1px solid #f0f0f0;
	z-index: 1;
	position: relative;
	overflow: hidden;
	background: #fff;
	margin-top: 30px;
	margin-right: 30px;
	-webkit-transition-property: background-color;
	-webkit-transition-duration: 1s;
	-webkit-transition-timing-function: ease-out;
}

.netxqB ul li:nth-child(3n) {
	margin-right: 0px
}

.netxqB ul li a {
	display: block;
	padding: 0px 30px;
}

.netxqB ul li a span {
	font-size: 22px;
	color: #666666;
	margin-top: 50px;
	display: block
}

.netxqB ul li a p {
	color: #888888;
	line-height: 30px;
	margin-top: 30px;
}

.netxqB ul li a p:before {
	content: url(../images/netico5.png);
	float: left;
	margin-right: 8px;
	margin-top: 4px
}

.netxqB ul li:hover {
	background-color: #1a6df1;
}

.netxqB ul li:hover span,
.netxqB ul li:hover p {
	color: #fff
}

.netxqB ul li:hover p:before {
	content: url(../images/netico6.png)
}

.netBox {
	width: 100%;
	float: left
}

.netxqC h2 {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 35px;
	color: #333333;
	margin-bottom: 45px
}

.netBox .piclist {
	overflow: hidden;
	zoom: 1;
}

.netBox .ohbox {
	overflow: hidden;
	position: relative;
}

.netBox {
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.netBox .piclist li {
	float: left;
	display: inline;
	width: 377px;
	height: 278px;
	overflow: hidden;
	position: relative;
	margin-right: 30px;
}

.netBox .piclist li img {
	width: 100%;
	float: left
}

.netBox .piclist li p {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.6);
	text-align: center;
	opacity: 0;
	color: #fff;
	padding: 0px 102px;
	font-size: 18px;
	line-height: 38px;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.netBox .piclist li p span {
	margin-top: 100px;
	display: block
}

.netBox .pageBtn .list {
	overflow: hidden;
	zoom: 1;
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 26px
}

.netBox .pageBtn .list li {
	background: #aaaaaa;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0px 5px
}

.netBox .pageBtn .list li.on {
	background: #eb8d0f
}

.netxqC {
	padding: 56px 0px 66px 0px
}

.netBox .piclist li:hover p {
	opacity: 1
}


/*job*/
.jobA {
	padding: 68px 0px
}

.jobA_L {
	float: left;
	width: 534px;
	border-right: 1px solid #eeeeee;
	padding-right: 68px;
}

.jobA_L h4 {
	display: block
}

.jobA_L h4 img {
	float: left;
	margin-right: 10px
}

.jobA_L h4 span {
	font-size: 20px;
	color: #666666
}

.jobA_L h4 span i {
	display: block;
	font-size: 12px;
	color: #999999;
}

.jobA_L p {
	width: 100%;
	float: left;
	color: #888888;
	line-height: 28px;
	margin-top: 25px
}

.jobA_R {
	float: right;
	border: none;
	padding: 0px
}

.jobA_R img {
	margin-top: 8px
}

.jobB {
	width: 100%;
	float: left;
	background: #f5f5f5;
	padding: 75px 0px 80px 0px
}

.jobB_T {
	width: 100%;
	float: left
}

.jobB_T select,
.jobB_T input[type='text'] {
	width: 227px;
	height: 45px;
	padding: 0px 10px;
	background: #fff;
	float: left;
	color: #666666;
	font-size: 12px;
	font-family: "寰蒋闆呴粦";
	margin-right: 40px;
	border: none;
	outline: none
}

.jobB_T input[type='text'] {
	width: 222px;
	padding: 0px 20px;
	margin-right: auto
}

.jobB_T input[type='button'] {
	width: 110px;
	height: 45px;
	background: #0b367a;
	font-size: 12px;
	color: #fff;
	border: none;
	float: right
}

.job_en {
	width: 100%;
	float: left;
	margin-top: 50px;
}

.job_en .tou {
	width: 100%;
	float: left;
	background: #f4ae00;
	margin-top: 10px;
}

.job_en .tou p {
	padding: 0px 35px;
	color: #fff;
	font-size: 12px;
	line-height: 52px;
}

.job_en .tou p span {
	width: 208px;
	float: left
}

.job_en .tou p span:first-child {
	width: 335px
}

.job_en ul {
	width: 100%;
	float: left;
}

.job_en ul .dec {
	overflow: hidden;
	font-size: 15px;
	color: #666666;
}

.job_en ul .dec .title {
	height: 58px;
	border-bottom: 1px dashed #dcdcdc;
	font-weight: bold;
	line-height: 58px;
	width: 100%;
	float: left;
	cursor: pointer;
	transition-duration: .5s;
	-ms-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-webkit-transition-duration: .5s;
}

.job_en ul .dec .title p {
	margin: 0px 35px;
	overflow: hidden
}

.job_en ul .dec .title span {
	float: left;
	width: 208px;
}

.job_en ul .dec .title span:first-child {
	width: 335px
}

.job_en ul .dec .title span:last-child,
.job_en .tou p span:last-child {
	width: auto;
	float: right
}

.job_en ul .dec .title i {
	float: right;
	width: 17px;
	height: 58px;
	background: url(../images/jobico3.png) no-repeat center
}

.job_en ul .dec .title.cur {
	background: #fff;
}

.job_en ul .dec .title.cur span:first-child {
	color: #0b367a
}

.job_en ul .dec .title.cur i {
	background-image: url(../images/jobico4.png);
}

.job_en ul .dec .cont {
	padding: 35px 40px;
	background: #fff;
	line-height: 34px;
	display: none;
	overflow: hidden
}

.job_en ul .dec .cont p {
	font-size: 14px;
	color: #666666;
	padding: 0px 12px;
	overflow: hidden;
	line-height: 36px;
	font-weight: normal
}

.job_en ul .dec .cont h2 {
	font-size: 20px;
	color: #666666;
	margin-top: 50px;
	margin-bottom: 10px;
	width: 100%;
	float: left
}

.job_en ul .dec .cont div {
	padding: 0px 12px;
	overflow: hidden
}

.job_en ul .dec .cont div span {
	width: 33%;
	float: left;
	font-size: 15px;
	color: #666666;
}

.job_en ul .dec .cont strong {
	display: block;
	padding: 0px 12px;
	margin-top: 20px;
	font-size: 15px;
	color: #f4ae00
}


/**/
.conA {
	padding: 80px 0px
}

.conA_L {
	width: 390px;
	float: left
}

.conA_L h4,
.conB h4 {
	font-size: 30px;
	color: #0b367a;
	margin-bottom: 20px;
	display: block
}

.conA_L ul,
.conB ul {
	width: 100%;
	float: left
}

.conA_L ul li {
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 25px;
	width: 100%;
	float: left;
	margin-top: 25px
}

.conA_L ul li img {
	float: left
}

.conA_L ul li:last-child {
	border: none
}

.conA_L ul li p {
	float: right;
	width: 350px;
	font-size: 18px;
	color: #666666;
	line-height: 30px
}

.conA_L ul li p span {
	display: block;
	font-size: 22px;
	color: #333333;
	margin-bottom: 5px
}

.conB {
	width: 100%;
	float: left;
	background: #f8f8f8;
	padding: 60px 0px
}

.conB h4 {
	margin-bottom: 0px
}

.conB ul li {
	width: 49%;
	float: left;
	margin-top: 50px;
}

.conB ul li:nth-child(2n) {
	float: right
}

.conB ul li span {
	font-size: 22px;
	color: #333333;
	display: block;
	margin-bottom: 15px
}

.conB ul li p {
	color: #888888;
	line-height: 24px;
}

.conA_R {
	width: 723px;
	height: 502px;
	float: right
}


.inC_left.transy,
.pro2_A img.transy,
.pro2_A:nth-child(2n+1) div.transy {
	transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}

.inC_right.transy,
.pro2_A:nth-child(2n+1) img.transy,
.pro2_A div.transy,
.acrossB img.transy {
	transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
}

.inC_left.tranShow,
.inC_right.tranShow,
.pro2_A:nth-child(2n+1) img.tranShow,
.pro2_A:nth-child(2n+1) div.tranShow,
.pro2_A img.tranShow,
.pro2_A div.tranShow,
.acrossB img.tranShow {
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}


.wuyou-waiter {
	position: fixed;
	right: 0px;
	bottom: 0px;
	width: 50px;
	z-index: 999;
}

.waiter-ul li {
	position: relative;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #fff;
}

.waiter-ul li a {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	text-decoration: none;
	font-size: 24px;
}

.waiter-ul li.wuyou-shop a {
	background: #3a5d63
}

.waiter-ul li.wuyou-contact a {
	background: #224083
}

.waiter-ul li.wuyou-shop1 a {
	background: #6caae3
}

.waiter-ul li.wuyou-contact1 a {
	background: #fcb100
}

.waiter-ul li.wuyou-top a {
	background: #666465
}

.waiter-title {
	position: absolute;
	left: -88px;
	bottom: 1px;
	color: #fff;
	width: 80px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	-webkit-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-moz-transition: all 0.6s;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	z-index: 1;
	opacity: 0;
}

.wuyou-contact1 .waiter-title {
	width: 102px;
	left: -108px
}

.waiter-title:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: -5px;
	top: 14px;
	background-color: #fff;
	transform: rotate(45deg);
}

.waiter-ul li:hover .waiter-title {
	left: -88px;
	opacity: 1;
}

.waiter-ul .wuyou-contact1:hover .waiter-title {
	left: -110px
}

/*.waiter-ul li.wuyou-shop a{background-image: -webkit-linear-gradient(left, #f60, #ffb443);background-image: -moz-linear-gradient(left, #f60, #ffb443);background-image: -ms-linear-gradient(left, #f60, #ffb443);}
*/
.waiter-ul li.wuyou-shop .waiter-title {
	background-color: #3a5d63;
}

.waiter-ul li.wuyou-shop .waiter-title:before {
	background-color: #3a5d63;
}

.waiter-ul li.wuyou-contact .waiter-title {
	background-color: #224083;
}

.waiter-ul li.wuyou-contact .waiter-title:before {
	background-color: #224083;
}

.waiter-ul li.wuyou-shop1 .waiter-title {
	background-color: #6caae3;
}

.waiter-ul li.wuyou-shop1 .waiter-title:before {
	background-color: #6caae3;
}

.waiter-ul li.wuyou-contact1 .waiter-title {
	background-color: #fcb100;
}

.waiter-ul li.wuyou-contact1 .waiter-title:before {
	background-color: #fcb100;
}

.waiter-ul li.wuyou-top .waiter-title {
	background-color: #666465;
}

.waiter-ul li.wuyou-top .waiter-title:before {
	background-color: #666465;
}

/* emoticon */
.emoticon {
	padding: 70px 0px 50px;
}

.emoticon .picture-set {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
}

.emoticon .picture-set img {
	width: 200px;
	height: 250px;
	margin: 0 20px 30px;
	cursor: pointer;
}

.emoticon a {
	padding: 6px 12px;
	color: #fff;
	background-color: #5BC0E1;
	border-radius: 4px;
}

.emoticon a:hover {
	background-color: #46B8D0;
}

.emoticon .download {
	height: 50px;
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.emoticon .download .box {
	width: 400px;
	height: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.shadow {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	position: fixed;
	top: 0;
	z-index: 9999;
}

.shadow .main {
	width: 600px;
	/* height: 500px; */
	background-color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.main .main_header {
	z-index: 11;
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0 20px;
	background: #f97b2a;
	position: relative;
}

.main .main_header img {
	width: 20px;
	height: 20px;
	padding: 10px;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	cursor: pointer;
}

.main .main_money {
	margin: 20px;
	display: flex;
	flex-direction: column;
}

.main .main_money .money_title,
.main .main_pay .pay_title {
	height: 35px;
	line-height: 35px;
	color: #333333;
	margin-left: 10px;
}

.main .main_money .money_content {
	width: 110px;
	height: 60px;
	background: url("../images/emoticon/red_bg.png") no-repeat;
	background-size: 100% 100%;
	position: relative;
	cursor: pointer;
}

.main .main_money .money_content .Price {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.money_content i {
	font-size: 38px;
	color: #FF5A00;
	display: inline-block;
	margin-right: 2px;
	line-height: 44px;
}

.main .main_pay {
	margin: 20px;
}

.main .pay_methods {
	display: flex;
	justify-content: space-around;
}

.main .main_pay .pay_methods .zhifubao-pay,
.main .main_pay .pay_methods .weixin-pay {
	display: flex;
	justify-content: space-around;
}

.main .main_pay .pay_methods .zhifubao-pay .qrCode {
	width: 110px;
	height: 110px;
	background: url("../images/emoticon/zhi_fu_bao.png") no-repeat;
	background-size: cover;
	position: relative;
}

.main .main_pay .pay_methods .weixin-pay .qrCode {
	width: 110px;
	height: 110px;
	background: url("../images/emoticon/wei_xin.png") no-repeat;
	background-size: cover;
	position: relative;
}

.zhifubao-pay .qrCode img,
.weixin-pay .qrCode img {
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.hide {
	display: none;
}


/*.waiter-ul li.wuyou-contact a{background-image: -webkit-linear-gradient(left, #00b7ee, #55d8ff);background-image: -moz-linear-gradient(left, #00b7ee, #55d8ff);background-image: -ms-linear-gradient(left, #00b7ee, #55d8ff);}
.waiter-ul li.wuyou-contact .waiter-title{background-color:#00b7ee; }
.waiter-ul li.wuyou-contact .waiter-title:before{background-color:#00b7ee; }

.waiter-ul li.wuyou-top a{background-image: -webkit-linear-gradient(left, #333, #666);background-image: -moz-linear-gradient(left, #333, #666);background-image: -ms-linear-gradient(left, #333, #666);}
.waiter-ul li.wuyou-top .waiter-title{background-color:#333; }
.waiter-ul li.wuyou-top .waiter-title:before{background-color:#333; }*/

@media screen and (max-width:1440px) {
	.inE dl dt {
		font-size: 30px;
	}

	.inC h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}

	.d_logo {
		top: 156px;
	}

	.aboutC .about_pre,
	.aboutC .about_next,
	.aboutE_con .prev,
	.aboutE_con .next {
		left: 0px
	}

	.aboutC .about_next,
	.aboutE_con .next {
		right: 0px;
		left: auto
	}

	.w1300 {
		width: 1200px;
	}

	.inA_div i {
		margin: 0px 38px;
	}

	.inC_left {
		margin-left: 0px
	}

	.inC_right {
		margin-right: 0px
	}

	.fo_left {
		width: 806px;
	}

	.pro1D_con p {
		width: 289px;
	}

	.header,
	.A_header {
		height: 70px;
		line-height: 70px;
	}

	.Abanner {
		margin-top: 70px
	}
}

@media screen and (max-width:1366px) {
	.inE_div {
		bottom: 0px
	}

	.d_logo {
		top: 106px
	}

	.inB_focus .pic li a dl {
		height: 325px
	}

	.inB_bo {
		bottom: 180px;
	}

	.inC_right a div {
		padding: 10px 0px 10px 28px;
	}

	.inB_focus .pic li a dd {
		font-size: 12px;
		line-height: 24px;
	}


}

@media screen and (max-width:1200px) {

	#fullPage {
		width: 1200px !important
	}

	.w1200,
	.w1300,
	#fullPage {
		width: 100%
	}

	body {
		width: 1200px
	}
}