body{
	font-size: 12px;
	line-height: 24px;
	font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
	background-color: #f5f5f5;
}
.container{
	width: 80%;
	margin:0 10%;
}
a:hover{
	color:#008cd6;
}
.top_1{
	color:#666;
	line-height: 42px;
	background-color: #f5f5f5;	
	z-index: 1;
}
.top_1 .right b,.top_1 .right>div,.share b,.share>div{
	float: left;
}
.top_1 .right>div{
	padding:8px 0;
}
.top_1 .right .jtico_jiathis,.top_1 .right .jiathis_counter_style{
	display: none!important;
}
.top3{
	padding-top:15px;
	padding-bottom: 20px;
	background-color: #fff;
}

.top3 h1,.top3 .left a{
	float: left;
}
.top3 .left{
	padding-top:0.5%;
}
.top3 h1{
	line-height: 24px;
	padding-left: 22px;
	font-size: 20px;
	width: 140px;
	text-align: center;
	padding-top:1.2%;
	font-weight: normal;
}
.top3 form{
	width: 40.8%;
	margin:1.3% 2.4% 0 4%;
	float: left;
	border:2px solid #158ee1;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
}
.top3 form div{
	float: left;
	height: 42px;
	width: 30px;
	background: url(../images/search.png) no-repeat center;
}
.top3 input{
	outline: none;
	line-height: 40px;
	height: 40px;
	border:0 none;
	font-size: 12px;
	color:#999;
}
#dxk{
	width: 78.7%;
}
#search_an{
	float:right;
	width: 13.7%;
	line-height: 42px;
	height: 42px;
	font-size: 14px;
	color:#fff;
	background:#158ee1;
}
.top3 .right{
	padding-top:0.5%;
}
.top3 .right img,.top3 .right div{
	float: left;
}
.top3 .right img{
	padding-right: 5px;
	padding-top:8px;
}
.top3 .right span{
	font-size: 18px;
	margin-bottom: 5px;
	display: block;
}
.top3 .right b{
	font-size: 26px;
	color:#df0017;
}


.nav{
	line-height: 50px;
	background-color: #008cd6;
}
.nav img,.nav li div{
	display: none;
}
.nav li div{
	z-index: 1;
}
.nav li{
	width: 12.5%;
	text-align: center;
	font-size: 18px;
	float: left;
	
}
.nav li:hover,.nav li div a:hover{
	background-color: #0ed3ff;
}
.nav li div{
	position: absolute;
	width: 100%;
	background-color: #008cd6;
	padding-bottom: 20px;
}
.nav li div a{
	display: block;
	width: 100%;
	text-align: center;
	line-height: 36px;
	border-bottom: 1px solid #eee;
	font-size: 14px;
}
.nav li a{
	color:#fff;
}
.nav .li1{
	width: 10.5%;
	padding-right: 2%;
	background: url(../images/down.png) no-repeat 88% center;
	background-size: 20%;
	position: relative;
}
.nav span{
	display: block;
	color:#fff;
	cursor: pointer;
}




.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.banner:hover .left,.banner:hover .right{
	display: block;
}
.banner .left, .banner .right {
    width: 50px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px;
    z-index: 1;
    cursor: pointer;
    display: none;
    z-index: 3;
}
.banner .left{
	background:#666 url(../images/prevnext.png) no-repeat 0px 16px;
}
.banner .left:hover{
	background-position: -49px 16px;
	background-color:rgba(102,102,102,0.7);
}
.banner .right {
    left: auto;
    right: 0;
    background:#666 url(../images/prevnext.png) no-repeat -144px 16px;
}
.banner .right:hover{
	background-position: -95px 16px;
	background-color:rgba(102,102,102,0.7);
}
.banner .list {
    width: 400%;
}
.banner .list li,.banner .btn li{
	float: left;
}
.banner .list li {
    width: 25%;
    position: relative;
}
.banner .btn {
    position: absolute;
    bottom: 24px;
    left:50%;
    margin-left: -31px;
}
.banner .btn li{
	width: 15px;
	height: 15px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
	margin:0 7px;
	cursor: pointer;
	border:1px solid #fff;
	
}
.banner .cur{
	background-color: #fff;
}

/**dress star**/
.dress{
	font-size: 16px;
	line-height: 60px;
	margin-bottom: 10px;
}
/**dress end**/

/**course star**/
.course div{
	float: left;
	width: 23%;
	margin:0 1.33%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	line-height: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background-size: cover;
}
.course a{
	display: block;
	color:#fff;
	line-height: 180px;
	background-color: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(starColors tr=#99fff,endColors tr=#99fff);
}
.course .a1{
	background: url(../images/course01.jpg) no-repeat center;
	margin-left: 0;
}
.course .a2{
	background: url(../images/course02.jpg) no-repeat center;
}
.course .a3{
	background: url(../images/course03.jpg) no-repeat center;
}
.course .a4{
	background: url(../images/course04.jpg) no-repeat center;
	margin-right: 0;
}
/**course end**/
.new {
	position: absolute;
	width: 14%;
	right:10%;
	top:7%;
	background-color: #fff;
}
.new h3{
	font-size: 22px;
	font-weight: normal;
	color:#008cd6;
	text-align: center;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	-webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.new img,.new .show p,.new_dt .li3 img,.new_dt .li3 .show p,.product_dt .li3 img,.product_dt .li3 .show p{
	display: none;	
}
.new li span{
	display:block;
}
.dress p,.new li p,.new li span,.new_dt .li3 p,.product_dt .li3 p,.new_dt .li3 .show span,.product_dt .li3 .show span,.new .show span,.dongtai .job_top div p,.new_dt .li3 li span,.product_dt .li3 li span{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new .show img,.new_dt .li3 .show img,.product_dt .li3 .show img{
	display: block;
	margin: 0 auto;
}
.new .show img{
	height:82px;
}
.new_dt .li3 .show img,.product_dt .li3 .show img{
	height:70px;	
}
.new li{
	position: relative;
	border-bottom: 1px solid #ccc;
	height:82px;
}
.new li a{
	display: block;
	padding:6.3% 9%;
}
.new .show a{
	padding:0;
}
.new .show span{
	display: block;
	color:#fff;
	font-size: 20px;
	text-align: center;
	line-height: 82px;
	font-weight: bold;
	position: absolute;
	top:0;
	left:0;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(starColors tr=4cFfff,endColors tr=4cFfff);
}
.new .last_li{
	border-bottom: 0 none;
}


.cont_nav{
	border:1px dashed #ccc;
	padding:30px 0;
}
.cont_nav a,.cont_nav em{
	float: left;
}
.cont_nav a{
	display: block;
	width: 15.24%;
	text-align: center;
}
.cont_nav a div{
	width: 100%;
	height: 50px;
}
.cont_nav a span{
	line-height: 36px;
	font-size: 18px;
}
.cont_nav_01{
	background: url(../images/con_nav_01.png) no-repeat center top;
}
.cont_nav_02{
	background: url(../images/con_nav_02.png) no-repeat center top;
}
.cont_nav_03{
	background: url(../images/con_nav_03.png) no-repeat center top;
}
.cont_nav_04{
	background: url(../images/con_nav_04.png) no-repeat center top;
}
.cont_nav_05{
	background: url(../images/con_nav_05.png) no-repeat center top;
}
.cont_nav_06{
	background: url(../images/con_nav_06.png) no-repeat center top;
}
.cont_nav_01:hover{
	background: url(../images/con_nav_01_hover.png) no-repeat center top;
}
.cont_nav_02:hover{
	background: url(../images/con_nav_02_hover.png) no-repeat center top;
}
.cont_nav_03:hover{
	background: url(../images/con_nav_03_hover.png) no-repeat center top;
}
.cont_nav_04:hover{
	background: url(../images/con_nav_04_hover.png) no-repeat center top;
}
.cont_nav_05:hover{
	background: url(../images/con_nav_05_hover.png) no-repeat center top;
}
.cont_nav_06:hover{
	background: url(../images/con_nav_06_hover.png) no-repeat center top;
}
.cont_nav a img{
	display: block;
	margin:0 auto;
}
.cont_nav em{
	display: block;
	width: 18px;
	height: 50px;
	background: url(../images/right.png) no-repeat center;
}


h2{
	font-size: 26px;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
h2 span{
	line-height: 32px;
	float: left;
}
h2 a{
	font-size: 12px;
	color:#008cd6;
	line-height: 28px;
	display:inline-block;
	width: 46px;
	text-align: center;
	border:1px solid #008cd6;
	border-radius: 14px;
	float: left;
	margin-left: 10px;
}

.prospects .pro_content{
	background: url(../images/prospects_bg.jpg) no-repeat center;
	background-size: cover;
	padding:4% 0;
}
.prospects .center{
	float: left;
	width: 60%;
	text-indent: 2em;
	font-size: 14px;
}
.pro_content .right{
	width: 18%;	
	padding-left: 2%;
}
.pro_content .left{
	width: 18%;
	padding-right: 2%;
}
.pro_content .right img{
	float: right;
}
.pro_content .center a{
	color:#e14751;
}
.recommend .dl1{
	margin-bottom: 36px;
}
.recommend dd,.recommend dt{
	float: left;
	height: 323px;	
	margin:0 0.75%;
	overflow:hidden;
}
.recommend dt{
	width: 18%;
	color:#fff;
	margin-left: 0;
}
.recommend dd{
	width: 15%;
	padding:0 2%;	
	background-color: #fff;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}
.recommend dd:hover{
	box-shadow: 0 0 10px 1px #ccc;
	-webkit-box-shadow: 0 0 10px 1px #ccc;
	-ms-box-shadow: 0 0 10px 1px #ccc;
	-moz-box-shadow: 0 0 10px 1px #ccc;
	-o-box-shadow: 0 0 10px 1px #ccc;
}
.recommend dd img{
	display: block;
	margin:0 auto 6%;
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}
.recommend dd:hover img{
	transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
}
.recommend dd span{
	font-size: 22px;
	display: block;
	text-align: center;
}
.recommend dd a{
	display: block;
	padding-top:10%;
	margin-bottom: 10%;
}
.recommend .dd4{
	margin-right: 0;
}
.recommend .dl1 dt{
	background: url(../images/dt_01.gif) no-repeat center;
}
.recommend .dl2 dt{
	background: url(../images/dt_02.gif) no-repeat center;
}
.recommend dt b{
	display: block;
	font-size: 34px;
	text-align: center;
	line-height: 50px;
	margin-top:42%;
	padding-top:10px;
	background-color:rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(starColors tr=#7Ffff,endColors tr=#7Ffff);
	font-style: italic;
}
.recommend dt i{
	font-size: 26px;
	line-height: 30px;
	padding-bottom:15px;
	display: block;
	text-align: center;
	background-color:rgba(0,0,0,0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(starColors tr=#7Ffff,endColors tr=#7Ffff);
}
.recommend dd p{
	text-indent: 2em;
	color:#666;
}
.banner,.prospects,.recommend,.company,.environment,.need,.video,.new_dt,.ad,.cont_nav,.product_dt,.dongtai,.course,.message,.link{
	margin-bottom: 50px;
}
.company li,.video li,.new_dt .dt_ul>li,.product_dt .dt_ul>li{
	width: 22.5%;
	float: left;
	margin:0 1.66%;
	background-color: #fff;
}
.company li,.environment li.need .left,.need .right,.video li,.dongtai .dongtai_ul>li,.new_dt .dt_ul>li,.product_dt .dt_ul>li{
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}
.company li:hover,.environment li:hover,.need .left:hover,.need .right:hover,.video li:hover,.dongtai .dongtai_ul>li:hover,.new_dt .dt_ul>li:hover,.product_dt .dt_ul>li:hover{
	box-shadow: 0 0 10px 1px #ccc;
	-webkit-box-shadow: 0 0 10px 1px #ccc;
	-moz-box-shadow: 0 0 10px 1px #ccc;
	-ms-box-shadow: 0 0 10px 1px #ccc;
	-o-box-shadow: 0 0 10px 1px #ccc;
}
.company .li1,.environment .li1,.video .li1,.new_dt .dt_ul .li1,.product_dt .dt_ul .li1{
	margin-left: 0;
}
.company .li4,.environment .li4,.video .li4,.new_dt .dt_ul .li4,.product_dt .dt_ul .li4{
	margin-right: 0;
}
.company li a,.environment li a{
	display: block;
	overflow: hidden;
}
.company li img,.environment li img{
	transition: all ease-in 0.2s;
	-webkit-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
}
.company li:hover a img,.environment li:hover a img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
}
.company li div{
	padding:20px 15px;
	color:#474747;
	height:130px;
	overflow:hidden;
}
.company li div a{
	font-size:14px;
	display:block;
	font-weight:bold;
	text-align:center;
	cursor:pointer;
}
.company li div .a1{
	margin:10px 0;
	text-align:left;
	font-weight:normal;
}


/**content star**/
.content{
	margin-bottom: 5%;
}
.content>.left {
    width: 69%;
    background-color: #fff;
}
.content>.left .article_left{
	padding:25px;
}
.newslist-cnt>div {
    padding: 20px;
    border-bottom: 1px #dedede solid;
}
.news-tit h1 {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 15px;
}
.news-tit {
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
}
.info {
    text-align: center;
    font-size: 14px;
    color: #888;
}
.info span {
    margin-right: 20px;
}
.newslist-cnt h3 {
    font-size: 18px;
    padding-left: 32px;
    margin-bottom: 15px;
    font-weight: normal;
    background: url(../images/jian.png) no-repeat left 0;
}
.newslist-cnt dl dt {
    float: left;
    width: 19%;
}
.newslist-cnt dl dd {
    float: right;
    width: 78%;
}
.newslist-cnt dl dd p, .newslist-cnt .nl p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}
.keyword {
    background: url(../images/apply.png) no-repeat left center;
    padding: 0 10px 0 25px;
}
.qt span a{
	color:#158ee1;
	display: inline-block;
	padding-right:10px;
}
.newslist-cnt{
	padding:20px 20px 0;
}
.newslist-cnt dl dd .qt span.time, .newslist-cnt .nl .qt span.time {
    float: right;
    font-size: 14px;
    color: #666;
}
.newslist-cnt .nl li {
    padding: 25px 20px 32px;    
    border-bottom: 1px solid #ccc;
}
.newslist-cnt .nl li:last-child{
	border-bottom: 0 none;
}
.newslist-cnt .nl li:hover,.newslist-cnt>div:hover{
	background-color: #f5f5f5;
	cursor: pointer;
}
.newslist-cnt .nl li>a {
    display: block;
    width: 100%;
    font-size: 18px;
    margin-bottom: 15px;
}
.newslist-cnt>div.page {
    border-bottom: 0 none;
    padding-bottom: 50px;
}
.newslist-cnt>div.page:hover{
	background-color: transparent;
}
.page a {
    display: block;
    width: 9%;
    margin: 0 1%;
    border: 1px #dedede solid;
    font-size: 16px;
    border-radius: 3px;
    float: left;
    text-align: center;
    line-height: 28px;
}
.page a:hover{
	color:#fff;
	background-color: #158ee1;
}
.news-cnt a img{
	display: block;
	margin:0 auto 25px;
}
.news-cnt p{
	font-size: 14px;
	margin-bottom: 1.2em;
	color:#474747;
}
.jiathis_style{
	padding-top: 10px;
}
.news-recommend {
    margin-bottom: 30px;
    font-size: 16px;
    padding-top: 25px;
}
.news-recommend li {
    width: 100%;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/**article_news star**/

.content9{
	text-align:center;
	padding-top:20px;
}
.content9 input{
	width:28%;margin-bottom:10px;
}
.content9 h4{
	font-size:16px;margin-bottom:10px;
}
.article_news h3{
	font-size: 24px;
	line-height: 40px;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}
.article_news h3 a{
	float: right;
	font-size: 14px;
	font-weight: normal;
	color:red;
}
.article_news li{
	width: 98%;
	padding-left: 2%;
	background: url(../images/li_bg.png) no-repeat left center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	margin-bottom: 8px;
}
.article_news li a{
	float: left;
}
.article_news li b{
	float: right;
	font-weight: normal;
	color:#969696;
}
/**article_news end**/

.content>.right{
	width: 26.6%;
	font-size: 14px;
	background-color: #fff;
}
.content>.right div{
	padding:20px;
}
.content>.right h3{
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 7px;
}
.content>.right h3 span{
	float: left;
}
.content>.right h3 a{
	float: right;
	font-size: 12px;
}
.content>.right li{
	margin-bottom: 25px;
}
.content>.right li a{
	display: block;
	text-align: center;
}
.content>.right li .img,.content>.right li .title{
	margin-bottom: 10px;
}
.content>.right li .title{
	font-size: 16px;
	font-weight: bold;
}
.content>.right li p{
	font-size: 12px;
	color:#666666;
}
.content>.right li p b{
	font-size: 16px;
	color:#ef001e;
}

/**content end**/


.environment li{
	width: 22.5%;
	float: left;
	margin:0 1.66%;
	background-color: #fff;
}

.environment li div{
	padding:20px 15px;
	height:125px;
	overflow:hidden;
}
.environment li span{
	display: block;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	margin-bottom: 5px;
}
.environment li i{
	float: left;
	display: block;
	padding-left: 18%;
	padding-right: 3%;
	font-size: 40px;
	color:#dcdcdc;
}
.environment li em{
	display: block;
	float: left;
	font-style: normal;
	line-height: 40px;
}

.need .left,.need .right{
	width: 40.3%;
	padding:2.5% 4%;
	background-color: #fff;
}
.need .left1,.need .right1{
	float: left;
}
.need .left1{
	width: 35%;
	padding-right: 5%;
}
.need .right1{
	width: 60%;
}
.need .left span,.need .right span{
	font-size: 22px;
	display: block;
	padding-top:8%;
	margin-bottom: 5%;
}
.need p{
	color:#474747;
	height:80px;
	overflow:hidden;
}


.dongtai .dongtai_ul>li{
	width: 30.65%;
	float: left;
	height: 310px;
	background-color: #fff;
}
.dongtai .dongtai_ul>li>a{
	position: relative;
}
.dongtai .dongtai_ul>li>a em{
	display: block;
	width: 100%;
	position: absolute;
	top:50%;
	margin-top:-12px;
	text-align: center;
	font-size: 22px;
	color:#fff;
}
.dongtai .dongtai_ul>li>a span{
	font-size: 26px;
	font-weight: bold;
}
.dongtai .li2{
	margin:0 4%;
}
.dongtai .con,.dongtai .job,.dongtai .li3 div{
	padding:25px;
}
.dongtai .con .con_11{
	border-bottom: 1px dashed #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.dongtai .con .con_top{
	font-size: 14px;
	margin-bottom: 5px;
}
.dongtai .con p{
	color:#b8b8b8;
}
.dongtai .job .list .left{
	width: 31%;
	padding-right: 4%;
}
.dongtai .job{
	padding-bottom: 0;
	position: relative;
}
.dongtai .job .list .right{
	width: 65%;
}
.dongtai .job_top span{
	font-size: 36px;
	line-height: 50px;
	color:#008cd6;
	padding-right: 5%;
	float: left;
	width: 14%;
}
.dongtai .job_top div{
	float: left;
	width: 81%;
}
.dongtai .job_top em{
	font-size: 16px;
	font-style: normal;
}
.dongtai .job>div{
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 9%;
	
}
.dongtai .job .list{
	width: 500%;
}
.dongtai .job .list li{
	float: left;
	width: 20%;
}
.dongtai .job .center{
	background-color: #474747;
	color:#fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-top:3%;
	margin-bottom: 5%;
}
.dongtai .job .center em{
	float:left;
	font-style: normal;
}
.dongtai .job p{
	color:#666;
	line-height: 20px;
}
.dongtai .btn{
	position: absolute;
	bottom:0px;
	left:50%;
	margin-left: -50px;
}
.dongtai .btn li{
	width: 10px;
	height: 10px;
	float: left;
	margin:0 5px;
	border: 1px solid #008cd6;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-ms-border-radius:50%;
	-o-border-radius:50%;
}
.dongtai .btn .cur{
	background-color: #008cd6;
}
.dongtai .li3 div a{
	display: block;
	width: 33.33%;
	float: left;
	height: 70px;
	margin-top:3%;
	margin-bottom: 3%;
	text-align: center;
}
.dongtai .li3 div a img{
	display: block;
	margin:0 auto 5%;
}
.dongtai .li3 div a span{
	font-size: 14px;
	line-height: 30px;
}
.dongtai .job>.left,.dongtai .job>.right{
	width: 20px;
	height: 40px;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-20px;
	background:#ccc url(../images/left_btn.png) no-repeat center;
	cursor: pointer;
}
.dongtai .job>.right{
	left:auto;
	right:0;
	background:#ccc url(../images/right_btn.png) no-repeat center;
}

.video li{
	font-size: 14px;
	text-align: center;
}
.video li a{
	display: block;
	position: relative;
}
.video li p{
	color:#999;
}
.video li div{
	padding:10% 3%;
}
.video li span{
	font-size: 16px;
	font-weight: bold;
	height:46px;
	display:block;
	overflow:hidden;
}
.video li .video_btn{
	position: absolute;
	left:50%;
	right:50%;
	top:50%;
	bottom: 50%;
}


.new_dt .dt_ul>li,.product_dt .dt_ul>li{
	width: 19.5%;
	padding:1.5%;
	height: 345px;
	border-top:4px solid #008cd6;
}
.new_dt .new_top,.product_dt .new_top{
	margin-bottom: 5%;
}
.new_dt .new_top span,.product_dt .new_top span{
	font-size: 22px;
	color:#444;
	float: left;
}
.new_dt .new_top a,.product_dt .new_top a{
	font-size: 16px;
	color:#666;
	float: right;
}
.new_dt .li1 li,.product_dt .li1 li{
	border-bottom: 1px dashed #ccc;
	line-height: 50px;
	width: 96%;
	padding-left: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../li_bg.png) no-repeat left center;
}
.new_dt .li3 li,.product_dt .li3 li{
	padding:2.8% 0;
	border-bottom: 1px dashed #ccc;
	position: relative;
	height:85px;
}
.new_dt .li3 li img{
	height:85px;
}
.new_dt .li3 li span,.product_dt .li3 li span{
	display: block;
	font-size: 14px;
	padding-top:16px;
}
.new_dt .li3 li p,.product_dt .li3 li p{
	font-size: 12px;
	color: #999;
}
.new_dt .li3 .show a,.product_dt .li3 .show a{
	display: block;
}
.new_dt .li3 .show span,.product_dt .li3 .show span{
	padding-top:0;
	position: absolute;
	line-height: 88px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	color:#fff;
	top:0;
	background-color: rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.gradient(starColors tr=4cFfff,endColors tr=4cFfff);
}
.new_dt .li4 dl,.product_dt .li4 dl{
	margin-bottom: 23px;
}
.new_dt .li4 dt,.product_dt .li4 dt{
	width: 34%;
	padding-right: 4%;
	float: left;
}
.new_dt .li4 dt img,.product_dt .li4 dt img{
	height:59px;
}
.new_dt .li4 dd,.product_dt .li4 dd{
	width: 62%;
	float: left;
}
.new_dt .li4 dd a,.product_dt .li4 dd a{
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.new_dt .li4 dd span,.product_dt .li4 dd span{
	width: 30px;
	line-height:20px;
	font-size:12px;
	text-align: center;
	margin-right: 5px;
	display: inline-block;
	background-color: #008cd6;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	color:#fff;
}
.new_dt .li4 dd p,.product_dt .li4 dd p{
	color:#999;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


.ad a{
	width: 49%;
	display: block;
}

.fix{
	position: fixed;
	left:1px;
	top:100px;
	width: 153px;
	background-color: #fff;
	z-index: 5;
	box-shadow: 0 0 2px 1px #ccc;
}
.fix .hand{
	position: absolute;
	left:-54px;
	top:-10px;
}
.fix_top{
	font-size: 14px;
	color:#fff;
	text-align: center;
	padding:10px 7px;
	background: url(../images/fix_top.jpg) no-repeat center;
}
.fix_top span{
	background: url(../images/phone11.png) no-repeat left center;
	padding-left: 20px;
}
.fix_top p{
	font-size: 18px;
	color:#fff300;
}
.fix h2{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 50px;
	text-align: center;
}
.fix input{
	width: 80%;
	margin:0 10%;
	outline: none;
	height: 20px;
	line-height: 20px;
	border:1px solid #ccc;
	margin-bottom: 10px;
	color:#ccc;
}
#submit{
	background-color: #008cd6;
	color:#fff;
	height: 24px;
	line-height: 24px;	
	cursor: pointer;
	border:0 none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
}
.fix img{
	display: block;
	margin:0 auto;
}
.fix a{
	display: block;
	text-align: center;
	color:#fff;
	line-height: 36px;
	font-size: 14px;
	padding-left: 20px;
	background: url(../images/xx.png) no-repeat 33px center;
	
}
.fix .bottom{
	background: url(../images/fix_top.jpg) no-repeat center;
}
.fix .ss{
	text-align: center;
	display: block;
	margin-bottom: 10px;
}
.fix .closed{
	position: absolute;
	top:0;
	right:-2px;
	cursor: pointer;
}
/**message star**/
.message{
	background-color: #474747;
	color:#fff;
	padding:2% 0;
}
.message .right{
	width: 46%;
	
	padding-left: 3%;
}
.message .left{
	width: 46%;
	padding-right: 3%;
	border-right:1px dashed #fff;
}
.message .right div{
	float: right;
}
.message p{
	padding-left: 20px;
}
.message .p1{	
	background: url(../images/dress_bg.png) no-repeat scroll left 5px;
}
/**message end**/

/**link star**/
.link h2 span{
	font-size: 12px;
	color:#b7b7b7;
	float:inherit;
}
.link a{
 	display: block;
 	float: left;
 	padding:0 12px;
 }
/**link end**/
/*footer开始*/
.footer{
	background-color: #fff;
	padding-top:15px;
}
#footer{ width:1200px; margin:0 auto ; text-align:center; overflow:hidden; clear:both; padding-bottom:85px;}
#footer table{ width:100% !important;}

.copyright{ display:none; padding:1em 0em 1em; text-align:center;border-top:2px solid #4e8099; margin:1.5em 0 2em;}
.copyright p{ margin-bottom:0.3em; margin:0 0.3em 0.3em;}
.copyright p a{ margin-right:5px;}

.last{ display:none;width:100%; height:40px; line-height:40px; background:#2978BB; position:fixed; z-index:99999; bottom:0px;}
.last ul li{ float:left; width:33%; height:40px; border-right:1px #61B3FA solid; background:#2978BB; text-align:center; display:block; overflow:hidden;}
.last ul li a { display:inline-block; height:40px; width:99.8%; color:#FFF; border-right:1px #0469BB solid; text-align:center; }
.last ul li a span { font-size:14px; font-weight:600;}
@media only screen and (max-width: 1700px) {
	.new li a {
	    display: block;
	    padding: 4.3% 9%;
	} 
	.company li,.environment li,.video li{
		width: 23.5%;
		margin:0 1%;
	}
	.need .left span,.need .right span{
		padding-top:0;
	}
	.dongtai .job>div {
	    padding-bottom: 6%;
	}
	.dongtai .li3 div a {
	    margin-top: 4%;
	    margin-bottom: 4%;
	}
	.dongtai .dongtai_ul>li {
	    height: 300px;
	}
}
@media only screen and (max-width: 1500px) {
	.new{
		top:4%;
	}
	.new li,.new .show img{
		height:62px;
	}
	.new .show span {
		font-size: 18px;
	    line-height: 60px;
	}	
	.dongtai .dongtai_ul>li {
	    height: 290px;
	}
	.dongtai .job>div {
	    padding-bottom: 9%;
	}
	.dongtai .job .list .left {
	    padding-top:12%;
	}
}

@media only screen and (max-width: 1400px) {
	.container{
		width: 88%;
		margin-left: 6%;
		margin-right: 6%;
	}
	.banner .list img{
		height: 340px;
	}
	.new{
		width: 16%;
	}
	.environment li i {
	    padding-left: 10%;
	}
	.dongtai .con, .dongtai .job, .dongtai .li3 div {
	    padding: 20px;
	}
}


@media only screen and (max-width: 1200px) {
	.container{
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
	}
	.top3 h1 {;
	    font-size: 16px;
	    width: 112px;
	}
	.top3 form {
	    width: 38%;
	}
	.course a{
		font-size: 18px;
		line-height: 150px;
	}
	#dxk {
	    width: 76.7%;
	}
	.new{
		width: 19%;
	}
	.cont_nav a{
		width: 15.1%;
	}
	.dongtai .li2{
		display: none;
	}
	.dongtai .dongtai_ul>li{
		width: 48%;
		padding-bottom: 15px;
	}
	.dongtai .dongtai_ul>li>a img,#footer{
		width: 100%;
	}
	.dongtai .li3{
		margin-left: 4%;
	}
}
@media only screen and (max-width: 1024px) {
	.top3 form,.new,.recommend .dd4,.new_dt .li4,.product_dt .li4{
		display: none;
	}
	.banner .list img{
		height: auto;
	}
	.company li div {
		height: 160px;
	}
	.nav .li1{
		background-position: 97% center;
	}
	.cont_nav a{
		width: 14.78%;
	}
	.recommend dt{
		width: 23.5%;
	}
	.recommend dd{
		width: 20%;
	}
	.recommend .dd3,.new_dt .dt_ul .li1{
		margin-right: 0;
	}
	.environment li i {
	    padding-left: 0;
	    font-size: 30px;
	}
	.environment li span {
	    font-size: 18px;
	}
	.need .left1,.need .right1,.content>.left,.content>.right{
		width: 100%;
	}
	.need .left1 img{
		display: block;
		margin:0 auto;
	}
	.need .left span,.need .right span{
		text-align: center;
		padding-top:10%;
		font-size: 20px;
	}
	.new_dt .dt_ul>li,.product_dt .dt_ul>li{
		width: 46%;
		margin:1%;
		padding-bottom: 30px;
	}
	.new_dt .dt_ul .li1{
		margin-right: 1%;
	}
	.new_dt .dt_ul .li3,.product_dt .dt_ul .li3{
		margin-right: 0;
	}
	.content>.left{
		margin-bottom: 30px;
	}
	.content>.right li{
		width: 23%;
		margin:0 1%;
		float: left;
	}
	.new_dt .li3 li, .product_dt .li3 li {
		padding: 2.2% 0;
	}
	.new_dt .li3 li a, .product_dt .li3 li a {
		display:block;
		padding-top:17px;
	}
}

@media only screen and (max-width: 850px) {
	.nav li{
		font-size: 16px;
	}
	.cont_nav a{
		width: 14.58%;
	}
	.dongtai .dongtai_ul>li {
	    height: 270px;
	}
	.content>.right li{
		width: 48%;
	}
	.content>.right .li1,.content>.right .li2{
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 767px) {
	.top_1 .left,.top3 .right img,.top3 .right span,.banner .btn,.banner:hover .left,.banner:hover .right,.course .a3,.course .a4,.cont_nav,.recommend .dd3,.company .li4,.company .li3,.video .li3,.video .li4,.ad,.dongtai .right,.company li p,.environment li p,.product_dt h2,.fix_top,.fix .bottom,.fix .closed,.fix .hand,.content>.right li,.page a,.newslist-cnt .time,.newslist-cnt dl dt,.message,.link,.footer,.article_news li b{
		display: none;
	}
	.list_fix{
		display: none!important;
	}
	.top_1 .right {
	    float: left;
	}
	.top_1{
		width: 100%;
		position: fixed;
		top:0;
	}
	.top3{
		padding-top:56px;
	}
	.top3 .right {
	    padding-top: 3.5%;
	}
	.list_top3{
		margin-bottom: 0;
	}
	.nav ul{
		width: 100%;
		position: fixed;
		right:-100%;
		top:0;
		background-color: #008cd6;
		z-index: 999;
		margin-left: 0;
		margin-right: 0;
	}
	.nav li div{
		margin-bottom: 0;
	}
	.nav img{
		z-index: 2;
		position: absolute;
		top:0px;
		right:20px;
		cursor: pointer;
		width: 40px;
	}
	.nav .zhankai,.content>.right .li1,.content>.right .li2{
		display: block;		
	}

	.nav li{
		width: 100%;		
		border-bottom: 1px solid #ccc;
	}
	.nav li div{
		position: inherit;
		background: #ccc;
	}
	.nav li div a {
	    line-height: 50px;
	}
	.nav .li1{
		width: 100%;
		margin: 0;
		background:#008cd6 url(../images/down.png) no-repeat 66% 2px;
    	background-size: 6%;
	}
	.nav .shouqi{
		width: 30px;
		right:auto;
		left:10px;
		top:10px;
		z-index: 1000;
		display: block;
	}
	.nav li div a:last-child{
		border-bottom: 0 none;
	}
	.prospects .pro_content{
		padding:10px 0;
	}
	.pro_content .left,.pro_content .right {
	    width: 25%;
	}
	.prospects .center{
		width: 90%;
		padding:2% 5%;
	}
	.recommend .dl1 dt,.recommend .dl2 dt{
		background: 0 none;
		width: 100%;
		height:auto;
		color:#444;
		margin-right: 0;
	}
	.trecommend .dl1 {
	    margin-bottom: 20px;
	}
	.recommend dd{
		width: 44.5%;
		height:264px;
		padding-bottom: 30px;
	}
	.recommend dt{
		margin-bottom: 5px;
	}
	.recommend dt b{
		padding-top:0;
		line-height: 40px;
		font-style: normal;
		font-weight: normal;
	}
	.recommend dt b,.recommend dt i{
		float: left;
		font-size: 22px;
		background: 0 none;			
	}
	.recommend dt b{
		margin-top:0;
	}
	.recommend dt i{
		font-style: normal;
		line-height: 40px;
		padding-bottom:0;
	}
	.course{
		margin-bottom: 30px;
	}
	.course a{
		width: 48%;
		line-height: 120px;
	}
	.course .a1{
		margin-right: 2%;
	}
	.course .a2{
		margin-left: 2%;
		margin-right: 0;
	}
	.company li,.environment li,.video li{
		width: 49%;
	}
	.company .li2,.environment .li2,.environment .li4,.video .li2{
		margin-right: 0;
	}
	.environment.li1,.environment .li2{
		margin-bottom: 2%;
	}
	.environment .li3{
		margin-left: 0;
	}
	.environment li div {
		padding: 10px 15px;
		height: auto;
	}
	.video li div{
		padding-top:5%;
		padding-bottom: 5%;
	}
	.dongtai .dongtai_ul>li{
		padding-bottom: 0;
	}
	.dongtai .dongtai_ul>li>a em {
	    font-size: 18px;
	}
	.dongtai .dongtai_ul>li>a span {
	    font-size: 20px;
	}
	.dongtai .con .con_top,.dongtai .con p{
		text-align: center;
	}
	.dongtai .con .con_top a,.dongtai .con p span{
		float:none;
	}
	.company li div a {
	    font-size: 16px;
	    color: #444;
	    margin:0;
	}
	.new_dt {
		margin-bottom: 15px;
	}
	.company li div {
		height: 110px;
	}
	.fix{
		position: inherit;
		width: 94%;
		margin-left: 3%;
		margin-right: 3%;
		padding-top:4%;
		padding-bottom: 4%;
	}
	.fix form,.fix .center{
		width: 48%;
	}
	.fix form{
		float: left;
	}
	.fix h2{
		font-size: 18px;
	}
	.fix .center{
		float:right;
		padding-top:10%;
	}
	.fix input{
		height: 28px;
		line-height: 28px;
	}
	#submit{
		height: 30px;
		line-height: 30px;
	}
	.content>.right .li1,.content>.right .li2{
		margin-bottom: 0;
	}
	.page .up-page, .page .down-spage, .page .spage, .last-spage {
	    display: block !important;
	    width: 70px!important;
	}
	.page .spage {
	    margin-left: 20%;
	}
	.newslist-cnt dl dd{
		width: 100%;
	}
	.article_news li a{
		width: 100%;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	#footer,#qiao-wrap,#QIAO_INVITE_CONTAINER,#QIAO_ICON_CONTAINER .qiao-icon-sector-inner{ display:none !important;}
	#QIAO_INVITE_CONTAINER{ width:0 !important; height:0 !important;}
	.copyright,.last{ display:block;}
}
@media only screen and (max-width: 650px) {
	.top3 h1 {
	    font-size: 14px;
	    width: 112px;
	    padding-left: 8px;
	}
	.top3 .right b {
	    font-size: 20px;
	}
	.top3 .left a {
	    width: 42%;
	    padding-top: 2%;
	}
	
	.need .left,.need .right{
		width: 92%;
		padding:4%;
	}
	.need .left{
		margin-bottom: 3%;
	}
	.need .left span,.need .right span{
		padding-top:5%;
		margin-bottom: 3%;
	}
	.company li div {
		height: 140px;
	}
	.product_dt .li3 li {
	    padding: 3.5% 0;
	}
	.product_dt .li3 .show span {
	    line-height: 90px;
	}
	.dongtai .li3 div a span {
	    font-size: 12px;
	}
	.nav .li1 {
	    background-position: 66% 8px;
	}
	.need p {
		height:auto;
	}
}
@media only screen and (max-width: 550px) {
	.top3 .left{
		width: 54%;
	}
	.newslist-cnt {
	    padding: 20px 0 0;
	}
	.new_dt .dt_ul>li,.product_dt .dt_ul>li {
	    width: 90%;
	    height:auto;
	    padding:5%;
	    padding-bottom: 15px;
	}
	.new_dt .dt_ul .li1,.product_dt .dt_ul .li1 {
	    margin-right: 0;
	    margin-bottom: 20px;
	}
	.new_dt .dt_ul .li2,.product_dt .dt_ul .li3 {
	    margin-left: 0;
	}
	.dongtai .dongtai_ul>li {
	    width: 100%;
	    height: auto;
	} 
	.dongtai .li3{
		margin-top:30px;
		margin-left: 0;
	}
	.page .spage {
	    margin-left: 5%;
	}
}
@media only screen and (max-width: 500px) {
	.top3{
		position: relative;
	}
	.top3 .left{
		width: 100%;
		padding-top:0;
	}
	.top3 .left a{
		padding-top:0;
	}
	.top3 h1 {
	    width: 55%;
	    padding-left: 3%;
	    padding-top:0;
	    line-height: 20px;
	}
	.top3 .right{
		position: absolute;
		right:14%;
		bottom: 22%;
	}
	.nav li div a{
		font-size: 12px;
	}
	.news-tit h1 {
	    font-size: 24px;
	    line-height: 36px;
	}
	.course a {
	    font-size: 16px;
	    line-height: 80px;
	}
	.page .up-page, .page .down-spage, .page .spage, .last-spage {
	    width: 54px!important;
	}
	.page .spage {
	    margin-left: 0;
	}
	.content>.right li{
		width: 98%;
	}
	.content>.right .li1{
		margin-bottom: 20px;
	}
	.content>.left .article_left {
	    padding: 15px;
	}
}
@media only screen and (max-width: 450px) {
	.video li{
		font-size: 12px;
	}
	.recommend dd {
	    padding-bottom: 20px;
	}
	.environment li i{
		font-size: 26px;
	}
	.environment li span{
		font-size: 14px;
	}
	.fix form,.fix .center{
		width: 100%;
	}
	.fix .center{
		padding-top:5%;
	}
	.nav .li1 {
	    background-size: 8%;
	}
}
@media only screen and (max-width: 400px) {
	.top3 .right{
		right:8%;
	}
	.top3 .right {
	    bottom: 19%;
	}
	.news-tit h1 {
	    font-size: 20px;
	    line-height: 30px;
	}
	.recommend dd span {
	    font-size: 20px;
	}
	.banner, .prospects, .recommend, .company, .environment, .need, .video, .new_dt, .ad, .cont_nav, .product_dt, .dongtai, .course, .message, .link {
	    margin-bottom: 30px;
	}
}
@media only screen and (max-width: 375px) {
	.nav img{
		right:10px;
	}
	.nav .li1 {
	    background-position: 66% 12px;
	}
	.product_dt .li3 .show span {
	    line-height: 100px;
	}
}