.register_banner_topWrap{
    width:100%;
    clear:both;
    background:#000;
    height:90px;
	position:fixed;
	left:0;
	top:0;
	z-index:999999;
	box-sizing: content-box !important;
}
.phoneNum{
    float: right;
    height: 50px;
    line-height: 30px;
}
.phoneNum a,.phoneNum img{

    vertical-align: middle;
}
.phoneNum a{
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
}
.register_banner_top{
    width:1200px;
    clear:both;
    margin:0 auto;
    padding-top:0px;
}
.register_logo{
    width:145px;
    float:left;
}
.register_logo img{
    display: block;
    width: 100%;
}
.register_Nav{
    width:950px;
    float:right;
    position: relative;
	padding-left:0!important;
}
.liHover{
    float:left;
    padding:8px 0 10px 0;
    margin-left: 34px;
    position: relative;
    display: block;
}
.liHover h2{
    line-height: 20px!important;
}
.register_Nav li a.a1{
    display:block;
    vertical-align:middle;
}
.register_Nav li a.a1 span{
    display:inline-block;
    vertical-align:middle;
    color:#fff;
    font-size:16px;
    line-height: 20px;
    letter-spacing: 0;
    font-weight: normal;
}
.artSpace{
    position: absolute;
    left: 0;
    top: 40px;
    width: 420px;
    display: none;
    box-shadow: 0px 0px 15px #d5d5d5;
    background: #fff;
}
.artSpace h3{
    margin: 0!important;
    padding: 0!important;
    -webkit-margin-before: 0!important;
    -webkit-margin-after: 0!important;
    box-sizing: content-box!important;
}
.artSpace a{
    display:block;
    padding:15px 10px;
    width: 120px;
    float: left;
    font-size:14px;
    color:#999999;
    background:#fff;
    font-weight: normal;
    box-sizing: content-box!important;
}
.artSpace a:hover{
    color:#333333;
	text-decoration:none!important;
}
/*.register_Nav .liHover:nth-child(6) .artSpace{
    width: 240px;
}*/
.register_Nav .liHover:nth-child(7) .artSpace{
    width: 240px;
}
/*.register_Nav .liHover:nth-child(8) .artSpace{
    width: 160px;
}*/
.register_Nav .liHover:nth-child(9) .artSpace{
    width: 240px;
}
.register_Nav .liHover:nth-child(6) .artSpace a{
    width: 60px;
}
.register_Nav .liHover:nth-child(9) .artSpace a{
    width: 60px;
}
.register_Nav .liHover:nth-child(10) .artSpace{
    width: 60px;
}
.register_Nav .liHover:nth-child(7) .artSpace a{
    width: 60px;
}
.register_Nav .liHover:nth-child(8) .artSpace,.register_Nav .liHover:nth-child(9) .artSpace,.register_Nav .liHover:nth-child(10) .artSpace{
    left: auto;
    right: 0!important;
}

.clear{
    overflow:hidden;
    clear:both;
}


.newNavStyle{
    position: absolute;
    left: 0;
    top: 70px;
    display: none;
    box-shadow: 0px 0px 15px #d5d5d5;
    background: #fff;
    overflow: hidden;
    width: 500px;
}
.newNavStyle .nws_left{
    vertical-align: top;
    display: inline-block;
    width: 140px;
    border-right: 1px solid #e3e3e3;
    box-sizing: border-box;
}
.newNavStyle .nws_right{
    vertical-align: top;
    display: inline-block;
    padding: 15px 30px 15px 20px;
    color: #333;
    text-align: center;
}
.newNavStyle .nws_left a{
    display:block;
    padding:5px 0 5px 20px;
    font-size:12px;
    color:#999999;
    font-weight: normal;
}
.newNavStyle .nws_left a:hover{
    color: #fff;
    background:#000;
	text-decoration:none!important;
}
.new_r_title{
    text-align: left;
    font-size: 16px;
}
.nws_r_img_1{
    cursor: default;
    margin-top: 20px;
    width: 300px;
    height: 170px;
    text-align: center;
    overflow: hidden;
}
.nws_r_img{
    cursor: default;
    margin-top: 20px;
    width: 300px;
    height: 170px;
    text-align: center;
    overflow: hidden;
}
.nws_r_img_viewBox{
    width: 300%;
    height: 170px;
    overflow: hidden;
}
.viewPart{
    float: left;
    width: 300px;
    height: 170px;
}
.part1{
    background: url("../images/new_header_view2.jpg") no-repeat;
    background-size: cover;
}
.part2{
    background: url("../images/new_header_view4.jpg") no-repeat;
    background-size: cover;
}
.part3{
    background: url("../images/new_header_view1.jpg") no-repeat;
    background-size: cover;
}
/*.learnMore{
    margin: 40px auto;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
    border-radius: 100%;
    background: #00cd7e;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.learnMore:hover{
	color: #fff!important;
	text-decoration:none!important;
}*/

.liHover:hover:before, .liHover:focus:before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}
.liHover:before {
    position: absolute;
    bottom: 5px;
    right: 0;
    height: 3px;
    width: 100%;
    display: block;
    content: '';
    background-color: #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*Ãæ°üÐ¼*/
.newsCrumbs{
	width:1200px;
	height:50px;
	overflow:hidden;
	clear:both;
	vertical-align:middle;
	margin:0 auto;
	line-height:50px;
}
.newsCrumbs a{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	color:#666666;
}
.newsCrumbs span{
	display:inline-block;
	vertical-align:middle;
	font-size:14px;
	margin:0 18px;
	color:#e3e3e3;
}
.newsCrumbs a:hover{
	color:#da4571;
}












/**/
.newHeaderTopWrap{
    width: 100%;
    clear: both;
    background: #000;
    position: relative;
}
.newHeaderTop{
    width: 1200px;
    overflow: hidden;
    clear: both;
    height: 38px;
    margin: 0 auto;
    text-align: right;
}
.newHeaderTop_left{
    display: inline-block;
    vertical-align: middle;
    line-height: 38px;
}
.newHeaderTop_left img.img1{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
}
.newHeaderTop_left span.span1{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    margin-left: 8px;
}
.newHeaderTop_right{
    margin-right: 68px;
}
.newHeaderTopHoverWrap{
    width: 100%;
    overflow: hidden;
    clear: both;
    position: absolute;
    left: 0;
    top: 38px;
    background: #111111;
    z-index: 9999999999999999;
    padding: 36px 0;
    display: none;
}
.newHeaderTopHover{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    position: relative;
}
.newHeaderTopHover_title{
    width: 316px;
    float: right;
    overflow: hidden;
}
.newHeaderTopHover_title li{
    width: 100%;
    overflow: hidden;
    clear: both;
}
.newHeaderTopHover_title li:nth-child(2){
    margin: 28px 0;
}
.newHeaderTopHover_title li span{
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: right;
}
.newHeaderTopHover_title li span.span1{
    font-size: 18px;
    color: #555555;
    font-weight: 200;
    line-height: 22px;
    vertical-align: top;
}
.newHeaderTopHover_title li span.span1 b{
    font-weight: 200;
    margin-right: 10px;
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    line-height: 17px;
}
.newHeaderTopHover_title li span.span2{
    font-size: 12px;
    color: #555555;
    font-weight: 200;
    line-height: 16px;
    padding-left: 30px;
    margin-top: 3px;
}
.newHeaderTopHover_title li.li1{
    box-sizing: border-box;
    padding-left: 10px;
}
.newHeaderTopHover_title li.li1 span{
    color: #fff;
}
.newHeaderTopHover_right{
    width: 420px;
    height: 180px;
    float: right;
    background-image: -webkit-linear-gradient(right,#000 0%, rgba(0,0,0,0) 100%);
    background-image: -moz-linear-gradient(right,#000 0%, rgba(0,0,0,0) 100%); 
    background-image: -o-linear-gradient(right,#000 0%, rgba(0,0,0,0) 100%); 
    background-image: -ms-linear-gradient(right,#000 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(right,#000 0%, rgba(0,0,0,0) 100%);
    box-sizing: border-box;
    padding-left: 250px;
    padding-top: 20px;
}
.newHeaderTopHover_rightOne{
    width: 140px;
    overflow: hidden;
    clear: both;
    display: none;
}
.newHeaderTopHover_rightOne img.img1{
    display: block;
    width: 100%;
}
.newHeaderTopHover_close{
    width: 70px;
    text-align: left;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.newHeaderTopHover_close span{
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #FFFFFF;
}
.newHeaderTopHover_close img{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    padding-right: 12px;
}