﻿@charset "utf-8";
/* CSS Document */
/*全局公共部分*/
* {
    font-family: "Microsoft YaHei", 微软雅黑, "Microsoft JhengHei", Arial;
    font-size: 18px;
    list-style-type: none;
    list-style: none;
}
div, ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
}
a, a:link, a:visited, a:active {
    text-decoration: none;
    color: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
a:hover {
    text-decoration: none;
    color: #1280bb;
}
img {
    border: 0;
}
a, em, i {
    font-style: normal;
    list-style-type: none;
    list-style: none;
    text-decoration: none;
    border: none;
}
body {
    margin: 0;
    padding: 0;
    font-family: "黑体", "微软雅黑";
}
div {
    box-sizing: border-box;
}
.page {
    width: 100%;
    overflow: hidden;
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    padding-top: 90px;
    display: none;
}
.maxWidth {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.flexRow {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.flexRow-between {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}
.flexRow-between-nowrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap
}
.flexRow-center {
    display: flex;
    flex-direction: row;
    justify-content: center
}
.flexColumn {
    display: flex;
    flex-direction: column;
}
.main {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/*全局公共部分-头部*/
.topNav {
    width: 100%;
    height: 90px;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    background: #fff;
}
.topNav .logo {
    width: 80px;
    height: 64px;
    margin-top: 13px;
    flex-shrink: 0;
    float: left;
}
.topNav .logo img {
    width: 80px;
    height: 64px;
}
.topNav .cbox {
    width: 840px;
    float: left;
}
.topNav .cbox .item {
    width: 140px;
    text-align: center
}
.topNav .cbox .item a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
}
.topNav .cbox .item a.cur {
    color: #257bcf
}
.topNav .search {
    width: 180px;
    height: 30px;
    border: #1280bb 1px solid;
    position: relative;
    margin-top: 30px;
}
.topNav .search input {
    width: 140px;
    height: 28px;
    border: none;
    padding: 0;
    outline: none;
    margin-left: 10px;
    font-size: 14px;
}
.topNav .search img {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 6px;
    top: 6px
}
.topNav .language, .topNav .language a {
    font-size: 16px;
    color: #1280bb;
    line-height: 30px;
    margin-top: 30px;
}
.topNav .language a {
    padding: 0 4px;
    margin: 0 2px;
    border-radius: 4px;
}
.topNav .language a.cur {
    background: #1280bb;
    color: #fff
}
/*全局公共部分-底部*/
.footer {
    width: 100%;
    height: 240px;
    overflow: hidden;
    background: #aaaaaa;
    margin-top: 30px;
    color: #fff;
    font-size: 14px;
}
.footer .fNav {
    width: 570px;
    overflow: hidden;
    flex-shrink: 0;
    float: left;
    margin-top: 30px;
    line-height: 150%;
}
.footer .fNav .item {
    width: 100px;
    margin-right: 14px;
    float: left;
}
.footer .fNav .item a {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 150%;
}
.footer .fNav .item a:hover {
    color: #96DEFC
}
.footer .fNav .item a.plink {
    font-weight: bold;
}
.footer .fContact {
    width: 330px;
    overflow: hidden;
    flex-shrink: 0;
    float: left;
    margin-top: 30px;
}
.footer .fContact h1 {
    font-weight: bold;
    display: block;
    font-size: 14px;
    line-height: 150%;
    margin: 0;
}
.footer .fContact .item {
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    font-size: 14px;
}
.footer .fContact .item em {
    width: 56px;
    flex-shrink: 0;
    font-size: 14px;
    float: left;
}
.footer .fContact .item font {
    font-size: 14px;
    width: 274px;
    float: left;
    text-align: justify;
}
.footer .fContact .item i, .footer .fContact .item a {
    float: left;
    font-size: 14px;
    line-height: 20px;
	margin-right:15px;
}
.footer .fContact a {
    display: block;
}
.footer .fContact a img {
    width: 20px;
    height: 20px;
    display: block;
}
.footer .qrCode {
    width: 120px;
    flex-shrink: 0;
    float: left;
    overflow: hidden;
    margin-top: 36px;
}
.footer .qrCode img {
    width: 120px;
    height: 120px;
}
.footer .qrCode font {
    font-size: 14px;
    display: block;
}
.footer .copyright1{
	width:100%;
	height:20px;
	line-height:20px;
	font-size:14px;
	text-align:center;
	color:white;
	margin-top:20px;
}
.footer .copyright1 a{
	color:white;
	font-size:14px;
}
/*内页公共部分*/
.topImg {
    width: 100%;
    height: 300px;
}
.topImg div {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}
.topImg div img {
    width: 1920px;
    height: 300px;
    margin-left: -360px;
}
.sNav {
    width: 80%;
    text-align: center;
    padding: 25px 0;
margin:0 auto
}
.sNav a {
    display: inline-block;
    margin: 0 56px;
}
.sNav a.cur {
    color: #1280bb
}
.ntitle {
    width: 100%;
    height: 50px;
    border-bottom: #d1d1d1 1px solid;
    text-align: center;
	margin-top: 30px;
}
.ntitle div {
    display: inline-block;
    height: 50px;
    padding: 0 12px;
    background: #fff;
}
.ntitle div em {
    display: block;
    font-size: 24px;
}
.ntitle div i {
    font-size: 12px;
    color: #666666;
	text-transform: uppercase
}
.pages {
    width: 100%;
    overflow: hidden;
    text-align: center;
    line-height: 30px;
    margin: 20px 0;
}
.pages a {
    padding: 0 8px;
    color: #666;
    font-family: "宋体"
}
.pages a.cur {
    color: #1280bb
}
.pages a:hover {
    color: #1280bb
}

/*index*/
.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.setBanner {
    width: 1920px;
    height: 1280px;
}
.indexBanner img {
    width: 1920px;
    height: 1280px;
}
/*about*/
.pageAbout {
    padding-top: 30px;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    color: #333
}
.pageAbout p {
    margin: 0;
    margin-bottom: 12px;
    text-align: justify;
    text-indent: 2em;
}
.copyright {
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: url('images/image_05.png') repeat-x;
}

/*honor*/
.pageHonor {
    width: 1240px;
    margin-left: -20px;
    margin-top: 30px;
    overflow: hidden;
}
.pageHonor .item {
    width: 373px;
    height: 246px;
    overflow: hidden;
    float: left;
    margin: 20px;
    cursor: pointer;
    position: relative;
    z-index: 3
}
.pageHonor .item img {
    width: 373px;
    height: 246px;
}

/*video*/
.pageHonor .item a {
    display: block;
    width: 373px;
    height: 246px;
    overflow: hidden;
    position: relative;
}
.pageHonor .item em {
    display: block;
    line-height: 30px;
    width: 100%;
    height: 30px;
    overflow: hidden;
    text-align: center;
}
.pageHonor .item .videoIcon {
    width: 98px;
    height: 98px;
    padding: 76px 137px;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

/*course*/
.course {
    width: 564px;
    overflow: hidden;
    margin: 40px auto;
}
.course .item {
    width: 280px;
    overflow: hidden;
}
.course .item {
    width: 280px;
    overflow: hidden;
    float: left;
    border-right: #1280bb 4px solid;
    box-sizing: content-box
}
.course .item .sbox div {
    width: 212px;
    height: 50px;
    float: right;
    margin-right: 12px;
    margin-top: 20px;
}
.course .item .sbox div font {
    display: block;
    width: 174px;
    height: 50px;
    float: left;
    background: #1280bb;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
}
.course .item .sbox div img {
    width: 38px;
    height: 23px;
    display: block;
    float: left;
    margin-top: 14px;
}
.course .item.right {
    float: right;
    border-left: #1280bb 4px solid;
    border-right: none;
}
.course .item.right .sbox div {
    float: left;
    margin-left: 12px;
}
.course .item.right .sbox div font {
    float: right;
}
.course .item.right .sbox div img {
    float: left;
}
.course .item .sbox p {
    display: block;
    margin: 14px 0;
    margin-right: 50px;
    float: left;
   /* text-align: justify;*/
}
.course .item.right .sbox p {
    margin-left: 50px;
	margin-right:0px;
}

/*product*/
.product {
    width: 100%;
    overflow: hidden;
	margin: 24px 0;
}
.product .pbox {
    width: 1224px;
    overflow: hidden;
}
.product .pbox dl {
    width: 216px;
    float: left;
    margin: 12px;
}
.product .pbox dl a {
    display: block;
    font-size: 18px;
    line-height: 150%;
	overflow:hidden;
}
.product .pbox dl dt,.product .pbox dl dt a {
    width: 216px;
    height: 296px;
}
.product .pbox dl dt img {
    width: 216px;
    height: 296px;
    display: block;
}
.product .pbox dl dd {
    width: 100%;
    height: 50px;
    overflow: hidden;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.product .pbox dl dd a {
    max-height: 50px;
	width: 100%;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
	-webkit-box-orient: vertical;
}

/*contact*/
.contact {
	width: 1000px;
	margin: 0 auto;
}
.contact .cleft {
	width: 400px;
	height: auto;
	float: left;
	margin-top: 80px;
}
.contact .cleft dl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px
}
.contact .cleft dl dt{float: left; margin-top: 3px;}
.contact .cleft dl dt img { width:20px; height:20px;}
.contact .cleft dl dd {width: 370px; float: right; font-size: 18px; line-height: 150%;}
.contact .cleft dl.firstDl dt{float: left; margin-top: 7px;}
.contact .cleft dl.firstDl dd{font-size: 22px; font-weight: bold;}
.contact .cright { width: 500px; overflow: hidden; float: right; margin-top: 80px;}
.contact .cright img {width: 100%; display: block; }
.contact .getInfo {
	width: 652px;
	overflow: hidden;
	margin: 30px auto;
}
.contact .getInfo em {
	display: block;
	font-size: 22px;
	text-align: center;
	margin: 30px 0;
}
.contact .getInfo .item {
	width: 100%;
	overflow: hidden;
}
.contact .getInfo .item .yzm {
	width: 134px;
	height: 40px;
}
.contact .getInfo input {
	width: 626px;
	height: 38px;
	border: #e5e5e5 1px solid;
	font-size: 16px;
	text-indent: 12px;
	outline: none;
	margin: 0 12px;
	margin-bottom: 12px;
}
.contact .getInfo textarea {
	width: 602px;
	border: #e5e5e5 1px solid;
	font-size: 16px;
	padding: 12px;
	margin: 0 12px;
	display: block;
	outline: none;
	margin-bottom: 12px;
	height: 200px;
	
}
.contact .getInfo .item input {
	width: 300px;
	float: left;
}
.contact .getInfo .btn {
	width: 94px;
	height: 34px;
	background: #dddddd;
	font-size: 14px;
	margin: 0 auto;
	border-radius: 4px;
	line-height: 34px;
	text-align: center;
	margin-top: 36px;
	cursor: pointer;
}

/*talent*/
.talent { width:100%; overflow:hidden; margin: 100px 0;}
.talent .leftbtn,.talent .rightbtn { width: 94px; height: 210px; float: left; cursor: pointer;}
.talent .leftbtn img,.talent .rightbtn img { width: 50px; height: 100px; margin:55px 22px;}
.talent .talentImage { width:1012px; overflow:hidden; float:left}
.talent .talentImage img { max-width:100%; display:block;}
.talent .talentImage .imgbox { margin:0 12px; cursor: pointer;}
.talent .talentImage .imgbox em {margin-top:8px; display: block; font-size: 16px; text-align: center;}

/*welfare*/
.welfare {width: 100%; overflow: hidden; background:url("images/bj-blue.jpg") left top no-repeat; padding-bottom: 30px; margin-top: 100px; background-size: 100% 100%;}

/*recruitment*/

.recruitment .item{
	width:1100px;
	margin: 0 auto;
	padding: 60px;
	background: #e9e9e9;
	border-radius: 8px;
	margin-top: 44px;
}
.recruitment .item em {
	display: block;
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
}
.recruitment .item i {
	display: block;
	font-size: 20px;
	color: #333;
	margin: 10px 0;
}
.recruitment .item font {
	display: block;
	font-size: 18px;
	color: #333;
}