﻿@charset "utf-8";
@font-face {
    font-family: 'HASTERISTICO';
    src: url('../fonts/HASTERISTICO.ttf');
    font-weight: normal;
    font-style: normal;
}
/*手机头部展示*/
/*头部*/
.headerph{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;

	width: 100%;
	height: 60px;
	padding-left: 30px;
	padding-right: 30px;
	border-bottom: 1px solid #dbdbdb;
	background-color: #ffffff;
}
.headerph .logo{
	width: 40px;
	line-height: 60px;
}
.headerph .logo img{
	width: 100%;
}
.headerph .phsearch{
	position: absolute;
	top: 50%;
	right: 70px;

	width: 30px;
	cursor: pointer;

	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.headerph .phsearch img{
	width: 100%;
}
.headerph .menuph{
	position: absolute;
	top: 50%;
	right: 15px;

	width: 50px;
	height: 50px;

	cursor: pointer;
	text-align: center;

	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.headerph .menuph .point{
	position: relative;
	display: inline-block;
	width: 28px;
	height: 22px;
	margin-top: 14px;
}
.headerph .menuph .point:hover .navbtn,
.headerph .menuph .point:hover .navbtn::after,
.headerph .menuph .point:hover .navbtn::before{
    width: 28px;
}
.headerph .menuph .navbtn{
	position: absolute;
	top: 10px;
	right: 0;
	display: inline-block;
	width: 28px;
	height: 1px;
	-webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    background: #000;
}
.headerph .menuph .navbtn::after,
.headerph .menuph .navbtn::before{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 1px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
       -moz-transition: all .3s ease-out 0s;
        -ms-transition: all .3s ease-out 0s;
         -o-transition: all .3s ease-out 0s;
            transition: all .3s ease-out 0s;
    background: #000;
}
.headerph .menuph .navbtn::after{
    top: -10px;
}
.headerph .menuph .navbtn::before{
    top: 10px;
}
.headerph .menuph .point.active .navbtn{
    background: transparent;
}
.headerph .menuph .point.active .navbtn::after{
    top: 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}
.headerph .menuph .point.active .navbtn::before{
    top: 0;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
/*手机下拉*/
.phxia{
    position: relative;
    z-index: 10;
    margin-top: 60px; 
    width: 100%;
}
.xialaph{
    display: none;

    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;
    background-color: #f1f1f1;
    font-family: '微软雅黑','Arial';
}
.xialaph .wcontainer{
        width: 100%;
        padding: 0 20px;
    }
}
.xialaph h4::after{
    content: '';

    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 1px;

    opacity: .1;
    background-color: #000;
}
.xialaph h4 a{
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    text-transform: uppercase;
    color: #999;
}
.xialaph h4{
	position: relative;
}
.xialaph h4 img{
	position: absolute;
	top: 50%;
	right: 5px;

    width: 13px;
    cursor: pointer;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph .ul2{
    display: none;
    padding-top: 7px;
    padding-bottom: 8px;
}
.xialaph .ul2 .wcontainer{
	max-width: 100%;
}
.xialaph h5{
    position: relative;
}
.xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;

	width: 100%;
    height: 1px;

    opacity: .05;
    background-color: #000;
}
.xialaph h6{
	position: relative;
}
.xialaph h6::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;

	width: 100%;
    height: 1px;

    opacity: .05;
    background-color: #000;
}
.xialaph h5 a{
    font-family: '微软雅黑','Arial';
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
.xialaph h5 img{
	position: absolute;
	top: 50%;
	right: 5px;

    width: 13px;
    cursor: pointer;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{
    display: none;
}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{
    display: block;
}
.xialaph .ul3{
    display: none;
    padding-left: 15px;
}
.xialaph h6 a{
	font-family: '微软雅黑','Arial';
    font-size: 12px;
    line-height: 40px;
    text-transform: uppercase;
    color: #999;
}
.phonemeng{
    display: none;

    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;

    width: 100%;
    height: 100%;

    opacity: .6;
    background-color: #000;
}
.phonemeng.active{
    display: block;
}
header.act .headercen{
	background: transparent;
}
/*手机展示完毕*/
.header {
    width: 100%;
    height: 116px;
    /*padding-right: 260px;
    padding-left: 260px;*/
    position: fixed;
    top: 0;
    z-index: 999;
}
.header.act{
	background-color: #fff;
	height: 80px;
	box-shadow: 0 0 40px 10px rgba(0,0,0,.1);
}
.header.act nav ul li>a{
	color: #333333;
	line-height: 80px;
}
.header.act .w_phonenum{
	color: #2580c3;
}
.header.act .w_sousuo input{
	color: #999999;
}
.header.act .w_sousuo{
	border: 1px solid  #dddddd;
}
.header.act .w_hi{
	display: none;
}
.header.act .w_show{
	display: block;
}
.header.act .logo{
	line-height: 80px;
}
.header.act .w_sousuobox{
	margin-top: 22px;
}
.header .logo{
	width: 65px;
	line-height: 116px;
}
.header .logo img{
	width: 100%;
}
.header nav ul li{
	float: left;
	padding-left: 40px;
	padding-right: 40px;
	position: relative;
}
.header nav ul li>a{
	font-family: '微软雅黑','Arial';
	font-size: 16px;
	color: #ffffff;
	display: block;
	line-height: 116px;
}
.header nav ul li.act>a{
	color: #2580c3;
}
.header.act{
	background-color: #fff;
	height: 80px;
}
.banslick .slick-dots li {
    width: 22px;
    height: 2px;
    border-radius: 0;
    margin: 0 16px;
    background: #fff;
}
.banslick .slick-dots {
    bottom: 43px;
}
.banslick .slick-dots li.slick-active {
    background: #fdc800;
}
/*.banslick img{
	width: 100%;
}*/
.w_sousuo{
	width: 142px;
	height: 38px;
	border-radius: 50px;
	border: 1px solid #ffffff;
	padding: 0 15px;
	/*margin-right: 40px;*/
	position: relative;
}
.w_sousuo input{
	width: 87px;
	line-height: 38px;
	height: 38px;
	overflow: hidden;
	padding-right: 5px;
	padding-left: 5px;
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #cacaca;
}
.w_sousuo input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #cacaca;
}
.w_sousuo input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #cacaca;
   opacity:  1;
}
.w_sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #cacaca;
   opacity:  1;
}
.w_sousuo input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #cacaca;
}
.w_sousuobox {
    margin-top: 36px;
    margin-left: 20px;
}
.w_phone{
	width: 31px;
}
.w_phone img{
	width: 100%;
}
.w_phonenum{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
    color: #fff;
    line-height: 31px;
    margin-left: 9px;
}
.w_index_top2box{
	border-right: 1px solid #47494b;
	position: relative;
}
.w_show{
	display: none;
}
.w_hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
	background-color: rgba(50,50,50,0.3);
}
.w_hoverbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-27%);
    transition: transform 0.8s;
    width: 279px;
}
.w_hovertop{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
    color: #fffefe;
    text-align: center;
}
.w_hovercen{
	width: 26px;
	height: 1px;
	background-color: #fff;
	margin: 27px auto 0;
}
.w_hoverbot{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #e3e3e3;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-top: 20px;
}
.w_hovermore{
	width: 140px;
	height: 36px;
	border-radius: 50px;
	border: 1px solid #fff;
	margin: 0 auto;
	line-height: 36px;
	text-align: center;
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #fff;
    margin-top: 38px;
    opacity: 0;
    transition: opacity 0.8s;
}
.w_index_top3{
	padding-top: 83px;
	padding-bottom: 70px;
}
.w_biaoti{
	font-family: '微软雅黑','Arial';
	font-size: 30px;
    color: #333333;
    text-align: center;
}
.w_biaoticen{
	width: 26px;
	height: 2px;
	background-color: #fdc800;
	margin: 12px auto 0;
}
.w_biaotibot{
	/*font-family: '微软雅黑','Arial';*/
	font-size: 14px;
    color: #666;
    margin-top: 12px;
    text-align: center;
}
.w_index_top3neirong{
	margin-top: 53px;
}
.w_index_top3neirong_a{
	margin-right: -30px;
	margin-left: -30px;
}
.w_index_top3neironga{
	width: 33.333333%;
	padding-left: 30px;
	padding-right: 30px;
}
.w_index_top3neirongbox{
	background-color: #f8f8f8;
	position: relative;
	transition: background-color 0.8s;
}
.w_index_top3neirongbox a{
	height: 462px;
	display: block;
}
.w_index_top3san{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	padding-left: 62px;
	padding-right: 62px;
	transition: transform 0.8s;
}
.w_index_top3santop{
	width: 62px;
	margin: 0 auto;
}
.w_index_top3santop img{
	width: 100%;
}
.w_index_top3sancen{
	font-family: '微软雅黑','Arial';
	font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}
.w_index_top3sanbot{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #666666;
    margin-top: 21px;
    line-height: 24px;
    max-height: 96px;
    overflow: hidden;
}
.w_index_top4{
	width: 100%;
	height: 604px;
	/*background-image: url(../images/w_index_top4.jpg);
	background-repeat: no-repeat;*/
}
/*.w_index_top4cen{
	margin-top: 128px;
}*/
.w_index_top4 .w_biaotibot{
	color: #fff;
}
.w_index_top4 .w_biaoti{
	color: #fff;
}
.w_index_top4 .w_biaoticen{
	background-color: #fff;
}
.w_index_top4box{
	margin-top: 67px;
	margin-left: 263px;
	margin-right: 263px;
}
.anlilunbobox{
	padding: 18px 28px 18px 22px;
	background-color: #fff;
}
.anlilunboboximg{
	width: 128px;
	overflow: hidden;
	position: relative;
}
.anlilunboboximg img{
	width: 100%;
	transition: all 0.8s;
}
.w_anlibg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	opacity: 0;
	transition: opacity 0.8s;
}
.w_anlibgbox{
	width: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -350%);
	transition: transform 0.8s;
}
.w_anlibgbox img{
	width: 100%;
	display: block;
}
.anlilunboboxzi{
	width: calc(100% - 150px);
	margin-top: 18px;
}
.anlilunboboxzitop{
	font-family: '微软雅黑','Arial';
	font-size: 18px;
    color: #333333;
}
.anlilunboboxzibot{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #666666;
    line-height: 26px;
    margin-top: 11px;
    max-height: 78px;
    overflow: hidden;
    letter-spacing: 1px;
}
.anlilunbo2{
	padding-right: 25px;
	padding-left: 25px;
}
.anlilunbo{
	margin-left: -25px;
	margin-right: -25px;
}
.anlilunbo .slick-dots li{
	width: 8px;
	height: 8px;
	background-color: #fff;
	margin: 0 7px;
}
.anlilunbo .slick-dots li.slick-active {
    background: #fdc800;
}
.w_index_top5{
	padding-top: 70px;
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.w_index_top5img{
	width: 380px;
	position: relative;
}
.w_index_top5img img{
	width: 100%;
	display: block;
}
.w_r{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.w_a{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.w_index_top5zi{
	padding: 29px 29px 0;
}
.w_index_top5zibot{
	font-family: '微软雅黑','Arial';
	font-size: 18px;
    color: #464646;
    margin-top: 16px;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
}
.w_index_top5zitopfl{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #cccccc;
    margin-left: 10px;
}
.w_index_top5zitopfltime{
	width: 15px;
}
.w_index_top5zitopfltime img{
	width: 100%;
	display: block;
}
.w_index_top5box_a{
	width: 33.333333%;
	padding-left: 15px;
	padding-right: 15px;
}
.w_index_top5box{
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 45px;
	overflow: hidden;
	padding: 15px 0;
}
.w_index_top5boxmore{
	margin-top: 63px;
}
.w_index_top5boxmore .w_hovermore{
	opacity: 1;
	color: #999999;
	border: 1px solid #999999;
}
.w_index_top6box{
	padding: 116px 0 103px;
	position: relative;
	z-index: 1;
}
.w_index_top6boxfl{
	width: 56%;
}
.w_index_top6boxfl img{
	width: 100%;
	display: block;
}
.w_index_top6{
	position: relative;
}
.w_index_top6a_a {
	width: 960px;
    height: 675px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-36%);
}
.w_index_top6a_a img{
	width: 100%;
	height: 100%;
}
.w_index_top6a_b {
    width: 962px;
    height: 675px;
    background-color: #0f6fb8;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(36%);
}
.w_index_top6b{
	position: relative;
	z-index: 1;
}
.w_index_top6a {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.w_index_top6boxfr {
    padding: 38px 0 38px 50px;
}
.w_index_top6boxfrtop{
	font-family: '微软雅黑','Arial';
	font-size: 30px;
	font-weight: bold;
    color: #fffefe;
    text-shadow: 5px 5px 5px #0c5b96;
}
.w_index_top6boxfrtop2{
	font-family: '微软雅黑','Arial';
	font-size: 30px;
	font-weight: bold;
    color: #fffefe;
    text-shadow: 5px 5px 5px #0c5b96;
    margin-top: 17px;
}
.w_index_top6boxfrp{
	font-family: '微软雅黑','Arial';
	font-size: 16px;
    color: #d8e9f7;
    line-height: 30px;
    max-height: 120px;
    overflow: hidden;
    margin-top: 30px; 
    letter-spacing: 1px;
}
.w_index_top6boxfrbox{
	width: 466px;
}
.w_index_top6boxfrbot{
	margin-top: 75px;
}
.w_index_top6boxfrbot1{
	padding-left: 33px;
	padding-right: 33px;
}
.w_index_top6boxfrbotbox{
	margin-left: -33px;
    margin-right: -33px;
}
.w_index_top6boxfrbot1 .num{
	font-family: "Arial";
	font-size: 60px;
    color: #ffffff;
}
.w_index_top6boxfrbot1 .danwei{
	font-family: '宋体','Arial';
	font-size: 30px;
	font-weight: bold;
    color: #ffffff;
}
.zibox{
	margin-top: 5px;
	font-family: '微软雅黑','Arial';
	font-size: 16px;
    color: #d5d5d5;
    text-align: center;
}
.danwei2{
	font-family: '微软雅黑','Arial';
	font-size: 18px;
    color: #fffefe;
}
.footer{
	width: 100%;
	background-color: #252d34;
	position: relative;
}
.footerboxcen {
    margin: 53px 0 10px;
}
.footertopfl{
	width: 280px;
}
.footertopflbox{
	width: 50%;
}
.footertopflbox a{
	display: block;
	font-family: '微软雅黑','Arial';
	font-size: 16px;
    color: #a1b3bf;
    margin-bottom: 49px;
}
.footertopcen{
	margin-left: 200px;
	width: 467px;
}
.footertopcentop{
	font-family: '微软雅黑','Arial';
	font-size: 18px;
    color: #ffffff;
}
.footertopcenbot{
	font-family: '微软雅黑','Arial';
	font-size: 16px;
    color: #a1b3bf;
    margin-top: 26px;
}
.footertopcenbot a{
	font-family: '微软雅黑','Arial';
	font-size: 16px;
    color: #a1b3bf;
    margin-top: 26px;
}
.footertopcenbot .phoneph{
	display: none;
}
.footertopfr{
	width: 112px;
}
.w_fweixin{
	width: 112px;
	margin-top: 13px;
}
.w_fweixin img{
	width: 100%;
	display: block;
}
.footerboxbot{
	border-top: 1px solid #303942;
	text-align: center;
}
.footerboxbot span p{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #505e67;
    line-height: 66px;
    margin-right: 10px;
}
.footerboxbot span a{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #505e67;
}
.w_index_top5box_ab{
	position: relative;
}
.newshidden{
	padding: 40px 40px 30px;
	transition: all 1s;
	position: absolute;
	top: 0;
	opacity: 0;
	background: #fff;
    box-shadow: 0px 0px 25px #dbdbdb;
}
.w_index_top5zip{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #848484;
    line-height: 24px;
    max-height: 72px;
    overflow: hidden;
    margin-top: 19px;
}
.newshiddenmore{
	text-align: right;
}
.newshiddenmore .w_hovermore{
	border: 1px solid #fdc800;
	color: #fdc800;
	opacity: 1;
	display: inline-block;
}
.w_sousuoimg{
	position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    width: 16px;
}
.w_pcsousuo{
	position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 16px;
}
.w_pcsousuo img{
	width: 100%;
}
.g_maskboxatv .g_mask {
    display: block;
}
.g_mask {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    display: none;
    padding: 0 15px;
    z-index: 3000;
}
.caidansuo {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
    height: 30px;
    border-bottom: 1px solid #ffffff;
}
.buts {
    position: absolute;
    bottom: 5px;
    right: 0;
    font-size: 14px;
    color: #ffffff;
    letter-spacing: 3px;
    cursor: pointer;
}
.caidansuo input {
    width: calc(100% - 60px);
    height: 100%;
    font-size: 14px;
    color: #666666;
}
.guanbi {
    width: 40px;
    position: absolute;
    right: 10%;
    top: 2%;
    cursor: pointer;
}
.guanbi img {
    width: 100%;
}
.w_index_top2box a{
	position: relative;
	display: block;
}
.banslick .slick-prev{
	background-image: url(../images/butfl.png);
	left: 3%;
}
.banslick .slick-next{
	width: 21px;
	height: 39px;
	background-image: url(../images/butfr.png);
	right: 3%;
}
.banslick .slick-prev, .slick-next{
	width: 21px;
	height: 39px;
	z-index: 1;
}
.banslicktop2 .slick-prev{
	background-image: url(../images/butfl2.png);
	left: 1%;
}
.banslicktop2 .slick-next{
	background-image: url(../images/butfr2.png);
	right: 1%;
	width: 14px;
	height: 25px;
}
.banslicktop2 .slick-prev, .slick-next{
	width: 14px;
	height: 25px;
	z-index: 1;
}
.topimg{
	width: 100%;
	height: 270px;
	position: relative;
}
.topimg img {
    width: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.index2{
	margin-top: 80px;
}
.w_lianxifl{
	width: 230px;
}
.w_atop {
    width: 100%;
    height: 84px;
    background-color: #0f6fb8;
    padding-top: 33px;
    text-align: right;
    padding-right: 10px;
}
.w_atopspan1{
	font-family: '微软雅黑','Arial';
	font-size: 20px;
    color: #ffffff;
}
.w_atopspan2{
	font-family: "HASTERISTICO";
	font-size: 14px;
    color: #ffffff;
    margin-left: 10px;
}
.w_acenbox{
	width: 100%;
	height: 46px;
	background-color: #f0f0f0;
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}
.w_acenbox_a{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #666666;
    line-height: 46px;
}
.w_acenbox.act{
		background-color: #0f6fb8;
	}
	.w_acenbox.act .w_acenbox_a{
		color: #fff;
	}
	.w_acenbox.act .w_acenbox_b .w_show{
		display: block;
	}
	.w_acenbox.act .w_acenbox_b .w_hi{
		display: none;
	}
.w_acenbox_b{
	position: absolute;
	top: 50%;
	right: 19px;
	transform: translateY(-50%);
}
.w_abot{
	margin-top: 23px;
}
.w_abottop{
	width: 100%;
	height: 55px;
	background-color: #333333;
	position: relative;
}
.w_abottopfr{
	font-family: "Arial";
	font-size: 18px;
    color: #999999;
    line-height: 57px;
    margin-left: 50px;
}
.w_abottopfl{
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
}
.w_abotbotbox{
	padding: 16px 0;
	border-bottom: 1px solid #f0f0f0;
}
.w_abotbotimg{
	width: 21px;
}
.w_abotbotzi{
	width: calc(100% - 32px);
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #666666;
    line-height: 22px;
    letter-spacing: 1px;
}
.w_lianxifr{
	width: calc(100% - 280px);
	padding-top: 43px;
}
.w_btop{
	padding-bottom: 20px;
	border-bottom: 1px dashed #e2e2e2;
}
.w_title{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
    color: #333333;
}
.w_til{
	margin-right: 7px;
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #999999;
}
.w_til a{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
    color: #999999;
}
.w_lianxizong{
	padding: 37px 0 46px;
	border-bottom: 1px solid #e1e1e1;
}
.w_lianxizongfl{
	width: 320px;
}
.w_lianxizongfr{
	visibility: visible;
    animation-delay: 0.5s;
    animation-name: fadeIn;
    animation-duration: 2s;
}
.w_lianxizongfr .allmap{
	width: 422px;
	height: 244px;
}
.w_zongtitle{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
    color: #0f6fb8;
    animation: fadeInUp 1s;
    line-height: 32px;
}
.w_zongnei{
	margin-top: 30px;
}
.w_zongneibox{
	font-family: '微软雅黑','Arial';
	font-size: 16px;
    color: #666666;
    margin-bottom: 16px;
    animation: fadeInUp 1s;
}
.w_lianxifen{
	margin-top: 60px;
}
.w_linxi{
	margin-bottom: 55px;
}
.w_lianxifenab{
	margin-left: -37px;
    margin-right: -37px;
}
.w_lianxifenbox{
	width: 50%;
	padding-left: 37px;
    padding-right: 37px;
}
.w_lianxifentitle{
	font-family: '微软雅黑','Arial';
	font-size: 18px;
    color: #0f6fb8;
    animation: fadeInUp 1s;
}
.w_lianxifennei{
	font-family: '微软雅黑','Arial';
	font-size: 16px;
    color: #666666;
   	line-height: 35px;
}
.w_lianxifenneibox{
	margin-top: 28px;
	animation: fadeInUp 1s;
}
.w_lianxifenb{
	width: calc(100% - 48px);

    /*height: 70px;*/
    overflow: hidden;
    height: 32px;
}
.w_lianxifenneibo {
	/*margin-bottom: 5px;*/
	margin-bottom: 0px;
}
.j_k1c2_job {
    margin-top: 40px;
   
    animation: fadeInUp 1s;
}
.j_k1job_span {
    position: relative;
    background: #f0f0f0;
    height: auto;
    padding-left: 40px;
   	border-left: 2px solid #0f6fb8;
   	 cursor: pointer;
}
.j_k1job_span .name {
    display: inline-block;
    width: 440px;
    text-align: left;
    font-size: 18px;
    line-height: 80px;
    color: #666;
    font-family: '微软雅黑','Arial';
}
.j_k1job_span .dizhi {
	font-family: '微软雅黑','Arial';
    display: inline-block;
    width: 195px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.dizhibox{
	color: #999999;
}
.j_k1job_span .peo {
    display: inline-block;
    width: 203px;
    text-align: left;
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.j_k1job_span .xial {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 27px;
    height: 100%;
    line-height: 64px;
    background: #0078c4;
    text-align: center;
}
.j_k1job_span .xial .jia {
    display: inline-block;
}
.j_k1job_span .xial .jian {
    display: none;
}
.j_k1job_span .xial img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 15px;
}
.j_k1job_span .xial.act .jia {
    display: none;
}
.j_k1job_span .xial.act .jian {
    display: block;
}
.j_k1job_text {
    display: none;
    padding: 53px 64px 27px;
}
.j_k1job_text .textb {
    margin-bottom: 32px;
}
.j_k1job_text .textb h1 {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}
.j_k1job_text .textb p {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
.j_k1job_text .textb p span{
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}
.j_k1job_text .textb {
    margin-bottom: 45px;
}
.j_k1job_text .more {
    display: inline-block;
    width: 152px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #fdc800;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color: #fdc800;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
/*分页*/
.pc_fenye {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    text-align: center;
}
.pc_fenye li {
    float: left;
    width: 33px;
    height: 33px;
    border: 1px solid transparent;
    font-family: "Helvetica";
    font-size: 14px;
    line-height: 33px;
    color: #666;
    text-align: center;
    margin: 0px 5px;
}
.pc_fenye li.activepage {
    border: 1px solid #0f6fb8;
    color: #0f6fb8;
}
.w_fenyeph{
	display: none;
}
.w_botye{
	margin: 80px  0 80px 0;
}
.w_rencaitop{
	margin-top: 64px;
}
.w_rencaitopa{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
	color: #333333;
}
.w_rencaitopbg{
	width: 100%;
	height: 220px;
	background-image: url(../images/w_rencaitopbg.jpg);
	padding-top: 23px;
	margin-top: 30px;
	margin-bottom: 76px;
}
.w_rencaitopbgbox{
	width: 237px;
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #666666;
	line-height: 50px;
}
.w_rencaitopbgbox2{
	margin-left: 100px;
	width: 293px;
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #666666;
	line-height: 50px;
}
.w_rencaibotbox{
	margin-top: 64px;
	margin-bottom: 58px;
}
.w_rencaibotimg{
	width: 50%;
	padding-left: 25px;
	padding-right: 25px;
}
.w_rencaibotimg img{
	width: 100%;
	display: block;
}
.w_rencaibotbo{
	margin-right: -25px;
	margin-left: -25px;
}
.zizhi{
	margin-top: 40px;
}
.w_zizhi{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.w_zizhi img{
	transition: all 0.8s;
}
.w_zizhibot {
    padding: 22px 35px;
    text-align: center;
    font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    height: 116px;
    overflow: hidden;
}
.w_zizhibox{
	width: 33.333333%;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	animation: fadeInUp 1s;
}
.zizhibox{
	margin-right: -20px;
	margin-left: -20px;
}
.w_list{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
}
.w_listbox{
	position: relative;
	top: 0;
	left: 0;
}
.w_hexinli{
	width: 173px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.w_hexinli img{
	width: 100%;
}
.w_hexinlia{
	left: 0;
}
.w_hexinlib{
	right: 0;
}
.w_li{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.w_libox{
	position: relative;
	top: 0;
	left: 0;
}
.w_hexinlifr{
	width: calc(100% - 189px);
	background-color: #f0f0f0;
	padding: 27px 60px 50px;
	position: relative;
}
.w_hexinlifrtop span{
	font-family: '微软雅黑','Arial';
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}
.w_hexinlifrtop span:nth-child(2){
	margin-left: 60px;
}
.w_hexinlifrp{
	max-height: 154px;
	min-height: 66px;
	margin-top: 16px;
}
.w_hexinlifrp p{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.w_hexinq{
	margin-bottom: 50px;
	position: relative;
	animation: fadeInUp 1s;
}
.w_hexinlifrbox{
	width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.w_hexinq:nth-child(2n+1) .w_hexinlifrbox{
 	left: -16px;
}
.w_hexinq:nth-child(2n) .w_hexinlifrbox{
 	right: -16px;
}
.w_hexinlibox{
	width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.hexinbox .w_botye{
	margin: 0 0 50px;
}
.hexin{
	margin-top: 40px;
}
.w_fanhuibox{
	width: 20px;
}
.w_fanhuibox img{
	width: 100%;
	display: block;
}
.w_fanhui {
    width: 40px;
    height: 40px;
    background-color: #8f8f8f;
    border-radius: 5px;
    position: fixed;
    right: 60px;
    bottom: 30px;
    cursor: pointer;
    z-index: 1;
    display: none;
}
.w_fanhuibox {
    width: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
body{
	position: relative;
}
.zizhibox .w_botye{
	margin-top: 0;
}
.header.act .topul {
    top: 80px;
    background-color:rgba(255,255,255,0.86);
    box-shadow: 0 0 10px rgba(239, 234, 234, 0.86);
}
.header.act .topul a{
	color: #333;
}
.headercen{
	background: linear-gradient(#000, transparent);
}
/*.headercenbox{
	padding-right: 260px;
     padding-left: 260px; 
}*/
.topul{
	width: 224px;
	/*border-top: 1px solid #116eb7;*/
	padding: 20px 40px 10px 40px;
	background-color: rgba(255,255,255,0.76);
	position: absolute;
	top: 90px;
	left: 0;
	display: none;

}
.topul a{
	display: inline-block;
	font-family: '微软雅黑','Arial';
    font-size: 16px;
    color: #333333;
    line-height: 45px;
    padding-right: 15px;
}
.topul a:hover{
	color: #0e6eb9; 
}
.topul div{
	position: relative;
}
.topul .bn img{
    display: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.topul .act a{
	color: #2580c3; 
}
.topul .act img{
	display: inline-block;
}
.w_abouttop{
	margin-top: 37px;
}
.w_abouttop_top{
	font-family: '微软雅黑','Arial';
    font-size: 22px;
    color: #333333;
    animation: fadeInUp 1s;
}
.w_abouttop_bot{
	margin-top: 20px;
	animation: fadeInUp 1s;
}
.w_abouttop_bot p{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.w_abouttop_bot p img{
	max-width: 100%;
}
.w_abouttop_bot_top{
	font-family: '微软雅黑','Arial';
    font-size: 18px;
    color: #333333;
    margin-bottom: 27px;
    margin-top: 48px;
}
.w_abouttop_bot_bot{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}
.w_aboutbot{
	margin-top: 77px;
	margin-bottom: 65px;
	/*animation: fadeInUp 1s;*/
}
.w_aboutbotfl{
	margin-top: 10px;
}
.aboutimg{
	width: 328px;
}
.aboutimg img{
	width: 100%;
}
.news{
	margin-top: 40px;
	margin-bottom: 60px;
}
.newsbox{
	font-family: '微软雅黑','Arial';
    font-size: 26px;
    color: #333333;
}
.newsspan{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #999999;
    margin-left: 12px;
}
.newsboxcen{
	margin-top: 35px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eaeaea;
}
.newscen{
	margin-top: 25px;
}
.newscen p{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.newscen p img{
	max-width: 100%;
}
.newsboxnum{
	margin-left: 35px;
}
.w_newsboxcenfl{
	width: 370px;
	position: relative;
	overflow: hidden;
}
.w_newsboxcenfl img{
	width: 100%;
	transition: all 0.8s;
}
.w_newsboxcen{
	padding: 40px 0;
	border-bottom: 1px solid #f0f0f0;
}
.w_newsboxcenfr{
	width: 508px;
	margin: 20px 0 28px 40px;
}
.w_newsboxcenfrtop {
	font-family: '微软雅黑','Arial';
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    line-height: 32px;
    max-height: 64px;
}
.w_newsboxtime{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #999999;
    margin-left: 14px;
}
.w_newsboxcenfrcen{
	margin-top: 20px;
}
.w_newsboxp{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-top: 20px;
}
.w_newsboxmore{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #0f6fb8;
    margin-top: 17px;
}
.w_newsboxa .w_botye {
    margin: 67px 0 57px 0;
}
.ce_xialabox{
	margin-top: 5px;
    width: 100%;
    height: 46px;
    background-color: #f0f0f0;
}
.ce_xialabox a{
	display: block;
    padding-left: 30px;
    font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #999;
    line-height: 46px;
}
.w_acena{
	margin-top: 5px;
}
.w_acena.actd .ce_xiala{
	display: block;
}
.ce_xiala{
	display: none;
}
.ce_xialabox.act a{
	color: #0f6fb8;
}
.hezuo{
	margin: 40px 0 90px;
	border: 1px solid #ebe9e9;
}
.hezuobox{
	width: 25%;
}
.hezuobox img{
	width: 100%;
	transition: all 0.2s;
}
.w_anlicen{
	margin: 0 -18px;
}
.anlibox{
    padding: 0 18px;
	width: 33.333333%;
	margin-top: 45px;
}
.w_anliboximg{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.w_anliboximg img{
	width: 100%;
	display: block;
	transition: all 0.8s;
}
.w_anliboxzibox{
	height: 112px;
	border: 1px solid #efefef;
	 padding: 26px 21px;
}
.w_anliboxzi{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #333333;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden; 
}
.w_anliabox .w_botye{
	margin: 65px 0 74px;
}
.ganzhibox{
	margin: 50px 0;
	position: relative;
}
.bgzi{
	margin-top: 60px;
    font-family: '宋体','Arial';
    font-size: 60px;
    color: #f6f8fb;
    width: 520px;
    line-height: 40px;
    letter-spacing: 0px;
    position: absolute;
}
.ganzhi {
	position: relative;
}
.ganzhifltop{
	font-family: '微软雅黑','Arial';
    font-size: 24px;
    color: #333333;
    margin: 45px 0;
}
.ganzhiflp{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.ganzhifl{
	width: 180px;
}
.ganzhifrimg{
	width: 301px;
	position: absolute;
	top: 0;
    left: 0;
    transform: translateX(-86%);
}
.ganzhifrimg img{
	width: 100%;
}
.ganzhifrtu{
	width: 89px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ganzhifrtu img{
	width: 100%;
}
.ganzhifrtuzi{
	width: calc(100% - 111px);
}
.ganzhifrtop{
	font-family: '微软雅黑','Arial';
    font-size: 18px;
    color: #0f6fb8;
}
.ganzhifr {
	position: relative;
	margin-right: 55px;
	width: 374px;
	height: 462px;
}
.ganzhifrzi {
	position: relative;
	margin-bottom: 30px;
}
.ganzhifrzibox {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.ganzhifrp{
	margin-top: 20px;
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.ganzhifrzi:last-child{
	margin-bottom: 0;
}
.yinqing{
	margin: 35px 0 65px;
}
.yinqing .w_yinqing{
	font-family: '微软雅黑','Arial';
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
}
.w_yinspan1{
	font-family: '微软雅黑','Arial';
    font-size: 18px;
    color: #0f6fb8;
    font-weight: bold;
}
.w_yinspan2{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #0f6fb8;
}
.w_yinqingp{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.yinqing p{
	font-family: '微软雅黑','Arial';
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.yinqing p img{
	max-width: 100%;
}
.dianli{
	margin: 40px 0 95px;
}
.dianlibox{
	font-family: '微软雅黑','Arial';
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}
.dianli p{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    line-height: 25px;
}
.dianli p img{
	max-width: 100%;
}
.jiqiren{
	margin: 30px 0 55px;
}
.g_btnitm{
	width: 50%;
	background-color: #efefef;
	text-align: center;
	height: 40px;
	line-height: 40px;
	font-family: '微软雅黑','Arial';
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}
.g_btnitmatv{
	background-color: #0f6fb8;
}
.g_btnitmatv.g_btnitm{
	color: #fff;
}
.w_itmimg1{
	width: 265px;
	box-shadow: 10px 10px 12px #f5f4f4;
}
.w_itmimg1 img{
	width: 100%;
}
.gkh_list{
	margin-top: 70px;
}
.w_jiqip{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.w_jiqitop{
	font-family: '微软雅黑','Arial';
    font-size: 16px;
    font-weight: bold;
    color: #0f6fb8;
    margin-bottom: 10px;
}
.w_jiqifr{
	width: calc(100% - 40px);
}
.w_jiqifl{
	width: 20px;
}
.w_jiqifl img{
	width: 100%;
}
.w_itmimg2{
	width: 600px;
	margin-top: 20px;
}
.w_itmimg2box{
	margin-bottom: 40px;
}
.jiqirenbot{
	margin-top: 80px;
}
.jiqirenbot_top{
	font-family: '微软雅黑','Arial';
    font-size: 22px;
    color: #333333;
    padding-bottom: 10px;
}
.jiqirenbot_bot{
	margin-top: 40px;
}
.jiqirenbot_botbox{
	margin: 0 -5px;
}
.jiqirenbox{
	width: 33.333333%;
	padding: 0 5px;
	position: relative;
}
.jiqirenbox2{
	height: 321px;
	padding: 50px 40px 0;
	background-color: #f8f8f8;
}
.jiqirenboxnum {
    font-family: "Arial";
    font-size: 128px;
    color: #f2f4f7;
    position: absolute;
    bottom: -17px;
    right: 0;
    font-weight: bold;
}
.jiqiren_top{
	font-family: '微软雅黑','Arial';
    font-size: 16px;
    color: #0f6fb8;
    font-weight: bold;
    margin-bottom: 20px;
}
.jiqiren_p{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    max-height: 200px;
    overflow: hidden;
}
.jiqirenre{
	position: relative;
}
.chanpinbox{
	margin: 40px 0 60px;
}
.w_chanpinbox{
	font-family: '微软雅黑','Arial';
    font-size: 22px;
    color: #333333;
}
.w_chanpinboxtitle{
	font-family: '微软雅黑','Arial';
    font-size: 18px;
    color: #333333;
    margin-top: 35px;
}
.chanpinboxp{
	margin-top: 25px;
}
.chanpinboxp p{
	font-family: '微软雅黑','Arial';
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.chanpinboxp p img{
	max-width: 100%;
}
.chanpin{
	position: relative;
	padding-bottom: 60px;
}
.chanpinxian{
	display: block;
    position: absolute;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 800px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.chanpinxian:before {
    content: '';
    border-left: 1px solid #ededed;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 49.5%;
}
.product {
    position: relative;
}
.producttopfl{
	width: 384px;
	position: relative;
	overflow: hidden;
}
.producttopfl img{
	width: 100%;
	transition: all 0.2s;
}
.productzi{
	font-family: '微软雅黑','Arial';
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}
.p_product{
	font-family: '宋体','Arial';
    font-size: 18px;
    color: #003171;
    transform: rotate(-90deg);
    position: absolute;
    top: -4px;
    font-weight: bold;
    transition: all 0.2s ease-in;
    z-index: 1;
}
.profl{
	position: relative;
	margin-top: 60px;
	animation: fadeInUp 1s;
}
.profr{
	position: relative;
	margin-top: 125px;
	animation: fadeInUp 1s;
}
.procen{
	position: relative;
	margin-top: 50px;
	animation: fadeInUp 1s;
}
.producttopcen{
	width: 600px;
	position: relative;
	overflow: hidden;
}
.producttopcen img{
	width: 100%;
	transition: all 0.2s;
}
.producttopfr{
	width: 463px;
	position: relative;
	overflow: hidden;
}
.producttopfr img{
	width: 100%;
	transition: all 0.2s;
}
.procenbox{
	width: 600px;
    margin: 0 auto;
}
.b4t_bo:nth-child(2n+1) .b4t_l {
    position: relative;
    float: left;
    width: 50%;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding: 11px 34px 11px 0;
    text-align: right;
}
.b4t_bo:nth-child(2n+1) .b4t_l:before {
    content: '';
    position: absolute;
    right: -7px;
    top: 15px;
    width: 13px;
    height: 13px;
    background-image: url(../images/yuanh2.png);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    z-index: 2;
}
.b4t_bo:nth-child(2n+1) .b4t_lzi{
	text-align: right;
}
.b4t_bo:nth-child(2n) .b4t_lzi{
	text-align: left;
}
.b4t_bo:nth-child(2n) .b4t_l {
    position: relative;
    float: right;
    width: 50%;
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    padding: 11px 0 11px 34px;
    text-align: left;
}
.b4t_bo:nth-child(2n) .b4t_l:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 15px;
    width: 13px;
    height: 13px;
    background-image: url(../images/yuanh2.png);
    background-size: 13px 13px;
    background-repeat: no-repeat;
    z-index: 2;
}
.b4_text:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 12px;
    height: 12px;
    background-image: url(../images/yuanh.png);
    background-size: 12px 12px;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.b4t_xian::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 12px;
    width: 1px;
    height: calc(100% + 30px);
    background: #e8e8e8;
    z-index: 0;
}
.b4_text {
    position: relative;
    padding-top: 65px;
}
.b4t_limg{
	width: 100px;
	position: relative;
}
.b4t_limg img{
	width: 100%;
}
.b4t_lzi{
	width: calc(100% - 110px);
}
.b4t_lziyear{
	font-family: '微软雅黑','Arial';
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.b4t_lziyearbox{
	margin-top: 10px;
	font-family: '微软雅黑','Arial';
	color: #999999;
	font-size: 14px;
	line-height: 22px;
}
.w_dashijimore{
	font-family: '微软雅黑','Arial';
	color: #0f6fb8;
	font-size: 12px;
	margin-top: 50px;
	cursor: pointer;
	text-align: center;
}
.dashiji{
	margin-top: 40px;
	margin-bottom: 90px;
}
.yinqingbox{
	margin-top: 50px;
}
.yinqingbox p img{
	max-width: 100%;
}
.w_newsboxcenfrcen span img{
	width: 15px;
}
.w_index_top4cen{
	position: relative;
	z-index: 1;
	top: 128px;
}
.w_index_top4img img{
	width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.g_btnitmhx{
	width: 101px;
	height: 101px;
	border-radius: 50%;
	background-color: #fff;
}
.w_hxhzbox{
	font-family: '微软雅黑','Arial';
	color: #666666;
	font-size: 16px;
	text-align: center;
	margin-top: 7px;
}
.hzbox{
	width: 35px;
	margin: 20px auto 0;
}
.hzbox .w_hzboxhi{
	display: none;
}
.hzbox .w_hzbox{
	display: block;
}
.g_btnitmatvhx .hzbox .w_hzboxhi{
	display: block;
}
.g_btnitmatvhx .hzbox .w_hzbox{
	display: none;
}
.gkh_itmhx img{
	width: 100%;
	display: block;
}
.tuoyuan{
	width: 576px;
	position: absolute;
	top: 115px;
	left: 50%;
	transform: translateX(-50%);
	transition: all 0.8s;
}
.tuoyuan img{
	width: 100%;
	display: block;
}
.gkh_itmhxbox{
	width: 374px;
	height: 374px;
	border-radius: 50%;
	position: relative;
}
.gkh_itmhxtop {
    font-family: '微软雅黑','Arial';
    color: #fff;
    font-size: 36px;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}
.gkh_itmhxcen {
    color: #fff;
    position: absolute;
    top: 170px;
    left: 50%;
    transform: translateX(-50%);
}
.gkh_itmhxbot {
    font-family: '微软雅黑','Arial';
    color: #666;
    font-size: 14px;
    line-height: 25px;
    max-height: 125px;
    overflow: hidden;
    position: absolute;
    top: 200px;
    width: 63%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.g_btnboxhx {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
   /* background-color: rgba(0,0,0,0.2);*/
}
.g_btnitmhxbox {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.g_btnitmhx:nth-child(1) {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}
.g_btnitmhx:nth-child(2) {
    position: absolute;
    right: -35px;
    bottom: 110px;
}
.g_btnitmhx:nth-child(3) {
    position: absolute;
    left: -35px;
    bottom: 110px;
}
.gkh_listhxzibox {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 380px;
    overflow: hidden;
}
.w_index_top3neironga.act .w_index_top3neirongbox{
		background-color: #0f6fb8;
	}
.w_index_top3neironga.act .w_index_top3neirongbox .w_index_top3san{
		transform: translateY(-60%);
	}
.w_index_top3neironga.act .w_index_top3neirongbox .w_hovermore{
		opacity: 1;
	}
.w_index_top3neironga.act .w_index_top3neirongbox .w_hi{
		display: none;
	}
.w_index_top3neironga.act .w_index_top3neirongbox .w_show{
		display: block;
	}
.w_index_top3neironga.act .w_index_top3neirongbox .w_index_top3sancen{
		color: #fff;
	}
.w_index_top3neironga.act .w_index_top3neirongbox .w_index_top3sanbot{
		color: #fff;
	}
.w_index_top3neironga.act .w_index_top3neirongbox .w_hovermore{
		display: block;
	}
.banner{
	position: relative;
	z-index: 1;
}
.w_index_top2{
	position: relative;
	z-index: 1;
}
.w_index_top3{
	position: relative;
	z-index: 1;
	background-color: #fff;
}
.g_wap{
	position: absolute;
	top: 0;
	z-index: 1;
	transition: all 3s;
}	
		.g_wap1{
			width: calc(100vw * 0.2890625);
			height: 100%;
			overflow: hidden;
			position: absolute;
			left: 0;
			top: 0;
		}
		.g_wap1 img{
			width: 100vw;
			height: 100%;
			display: block;
		}
		.g_wap2 {
		    width: calc(100vw * 0.4625);
		    height: 100%;
		    overflow: hidden;
		    position: absolute;
		    left: calc(100vw * 0.2890625);
		    top: 0;
		}
		.g_wap2 img{
			width: 100vw;
			display: block;
		}
		.g_wap2b {
		    transform: rotate(45deg) translate(-21%,75%);
		    overflow: hidden;
		    width: calc(100vw * 0.4625 + 616px);
		    height: 100%;
		    position: relative;
		}
		.g_wap2b img{
			display: block;
		}
		.g_box4{
			position: relative;
			top: 0;
			left: 0;
		}
		.g_box2 {
		    position: absolute;
		    top: 0;
		    left: 0;
		    height: 100%;
		    transform: rotate(-45deg) translate(10.3%,-44.3%);
		}
.hexinhuiz{
	position: relative;
	overflow: hidden;
}
.juxing{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.g_btnitmatvhxt .g_wap{
	transform: translate(-100%);
	transition: all 4s;
}
.anlilunbo .slick-prev, .slick-next {
    width: 21px;
    height: 39px;
    z-index: 1;
}
.anlilunbo .slick-prev {
    background-image: url(../images/butfl.png);
    left: -3%;
}
.anlilunbo .slick-next {
    width: 21px;
    height: 39px;
    background-image: url(../images/butfr.png);
    right: -3%;
}
.anlilunbo .slick-dots {
    bottom: -80px;
}
.tuoyuan{
	width: 500px;
	height: 500px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border: 1px dashed #dfdfdf;
	animation:g_btnitmatvhxt1 2.9s infinite;
}
.tuoyuan::before {
    content: '';
    width: 1800px;
    height: 1800px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed #dfdfdf;
    animation:g_btnitmatvhxt2 2.9s infinite;
}
.tuoyuan::after {
    content: '';
    width: 1500px;
    height: 1500px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed #dfdfdf;
    animation:g_btnitmatvhxt3 2.9s infinite;
}
.tuoyuanbox1 {
    width: 600px;
    height: 600px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed #dfdfdf;
    animation:g_btnitmatvhxt4 2.9s infinite;
}
.tuoyuanbox1::before {
    content: '';
    width: 700px;
    height: 700px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed #dfdfdf;
    animation:g_btnitmatvhxt5 2.9s infinite;
}
.tuoyuanbox1::after {
    content: '';
    width: 900px;
    height: 900px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed #dfdfdf;
    animation:g_btnitmatvhxt6 2.9s infinite;
}
.tuoyuanbox2 {
    width: 1200px;
    height: 1200px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed #dfdfdf;
    animation:g_btnitmatvhxt7 2.9s infinite;
}
.tuoyuanbox2::before {
    content: '';
    width: 1800px;
    height: 1800px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed #dfdfdf;
    animation:g_btnitmatvhxt8 2.9s infinite;
}
.tuoyuanbox2::after {
    content: '';
    width: 1900px;
    height: 1900px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px dashed #dfdfdf;
	animation:g_btnitmatvhxt9 2.9s infinite;
}
@keyframes g_btnitmatvhxt1
{
/*from {transform: translate(-50%,-50%);}
to {transform: translate(-50%,-50%) scale(1.1); opacity: 0.1;}*/
0% {
	width: 0px;
	height: 0px;
	opacity: 0;
}
30%{
	opacity: 1;
}
100% {
	width: 500px;
	height: 500px;
	opacity: 0.1;
}
}
@keyframes g_btnitmatvhxt2
{
/*from {transform: translate(-50%,-50%);}
to {transform: translate(-50%,-50%) scale(1.1); opacity: 0.1;}*/
0% {
	width: 0px;
	height: 0px;
	opacity: 0;
}
30%{
	opacity: 1;
}
100% {
	width: 1700px;
	height: 1700px;
	opacity: 0.1;
}
}
@keyframes g_btnitmatvhxt3
{
/*from {transform: translate(-50%,-50%);}
to {transform: translate(-50%,-50%) scale(1.1); opacity: 0.1;}*/
0% {
	width: 0px;
	height: 0px;
	opacity: 0;
}
30%{
	opacity: 1;
}
100% {
	width: 1500px;
	height: 1500px;
	opacity: 0.1;
}
}
@keyframes g_btnitmatvhxt4
{
/*from {transform: translate(-50%,-50%);}
to {transform: translate(-50%,-50%) scale(1.1); opacity: 0.1;}*/
0% {
	width: 0px;
	height: 0px;
	opacity: 0;
}
30%{
	opacity: 1;
}
100% {
	width: 600px;
	height: 600px;
	opacity: 0.1;
}
}
@keyframes g_btnitmatvhxt5
{
/*from {transform: translate(-50%,-50%);}
to {transform: translate(-50%,-50%) scale(1.1); opacity: 0.1;}*/
0% {
	width: 0px;
	height: 0px;
	opacity: 0;
}
30%{
	opacity: 1;
}
100% {
	width: 700px;
	height: 700px;
	opacity: 0.1;
}
}
@keyframes g_btnitmatvhxt6
{
/*from {transform: translate(-50%,-50%);}
to {transform: translate(-50%,-50%) scale(1.1); opacity: 0.1;}*/
0% {
	width: 0px;
	height: 0px;
	opacity: 0;
}
30%{
	opacity: 1;
}
100% {
	width: 900px;
	height: 900px;
	opacity: 0.1;
}
}
@keyframes g_btnitmatvhxt7
{
/*from {transform: translate(-50%,-50%);}
to {transform: translate(-50%,-50%) scale(1.1); opacity: 0.1;}*/
0% {
	width: 0px;
	height: 0px;
	opacity: 0;
}
30%{
	opacity: 1;
}
100% {
	width: 1200px;
	height: 1200px;
	opacity: 0.1;
}
}
@keyframes g_btnitmatvhxt8
{
/*from {transform: translate(-50%,-50%);}
to {transform: translate(-50%,-50%) scale(1.1); opacity: 0.1;}*/
0% {
	width: 0px;
	height: 0px;
	opacity: 0;
}
30%{
	opacity: 1;
}
100% {
	width: 1700px;
	height: 1700px;
	opacity: 0.1;
}
}
@keyframes g_btnitmatvhxt9
{
/*from {transform: translate(-50%,-50%);}
to {transform: translate(-50%,-50%) scale(1.1); opacity: 0.1;}*/
0% {
	width: 0px;
	height: 0px;
	opacity: 0;
}
30%{
	opacity: 1;
}
100% {
	width: 1900px;
	height: 1900px;
	opacity: 0.1;
}
}
.gkh_itm img{
	width: 100%;
	display: block;
}
.hzbox img{
	width: 100%;
}
.newsshow{
	opacity: 1;
	transform: all 1s;
}
.newsboxtime span img{
	width: 18px;
}
.footerboxbot span{
	display: inline-block;
}
/*.banner .banslick .bl img.w_hi{
	width: auto;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}*/
.banner .bl img{
	width: 100%;
}
nav ul li:nth-child(1) .topul{
	width: 887px;
	padding: 50px 37px 50px 90px !important;
	left: -55px;
}
nav ul li:nth-child(1) .topul .y_box a{
	font-size: 14px;
	line-height: 40px;
	color: #666666;
}
.y_1_erji{
	font-family: '微软雅黑','Arial';
    font-size: 16px;
    color: #333; 
}
.y_1_sanji{
	margin-top: 20px;
}
.y_1{
	width: 190px;
}
.topul .y_box.bn img {
    right: 30px;
}
.topul .y_box.bn a:hover {
    color: #0e6eb9;
}
.topul div img{
	position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: none;
}
@media screen and (min-width: 1200px) {
/*	.banner .banslick .bl{
	height: 100vh;
	overflow: hidden;
	position: relative;
}*/

	.jiqirenbox:hover .jiqiren_top{
		color: #fff;
	}
	.jiqirenbox:hover .jiqiren_p{
		color: #bedaf0;
	}
	.jiqirenbox:hover .jiqirenbox2{
		background-color: #0f6fb8;2476bb
	}
	.jiqirenbox:hover .jiqirenboxnum{
		color: #2476bb;
	}
	.w_index_top2box:hover .w_hover{
		background-color: rgba(15,111,184,0.84);
	}
	.w_index_top2box:hover .w_hover .w_hoverbox{
		transform: translate(-50%,-50%);
	}
	.w_index_top2box:hover .w_hover .w_hoverbox .w_hovermore{
		opacity: 1;
	}
	.anlilunbobox:hover img{
		transform: scale(1.5);
	}
	.anlilunbobox:hover .w_anlibg{
		opacity: 1;
	}
	.anlilunbobox:hover .w_anlibgbox {
	    transform: translate(-50%,-50%);
	    transition: all 0.8s;
	}
	.w_index_top5box_ab:hover .newsshow{
		opacity: 0;
		transition: all 0.8s;
	}
	.w_index_top5box_ab:hover .newshidden{
		opacity: 1;
		z-index: 1;
		transition: all 1s;
	}
	.header.act nav ul li a:hover{
		color: #2580c3;
	}
	.header nav ul li>a:hover{
		color: #2580c3;
	}
	.w_acenbox:hover{
		background-color: #0f6fb8;
	}
	.w_acenbox:hover .w_acenbox_a{
		color: #fff;
	}
	.w_acenbox:hover .w_acenbox_b .w_show{
		display: block;
	}
	.w_acenbox:hover .w_acenbox_b .w_hi{
		display: none;
	}
	/*.header nav ul li:hover .topul{
		display: block;
	}*/
	.topul .bn:hover img{
		display: inline-block;
	}
	.ce_xialabox:hover a{
		color: #0f6fb8;
	}
	.w_newsboxcen:hover .w_newsboxcenfl  img{
		transform: scale(1.1);
	}
	.w_newsboxcen:hover .w_newsboxcenfrtop{
		color: #0f6fb8;
		font-weight: bold;
	}
	.pc_fenye li:hover {
	    border: 1px solid #0f6fb8;
	    color: #0f6fb8;
	}
	.hezuobox:hover img{
		transform: scale(1.1);
		transition: all 0.8s;
	}
	.anlibox:hover .w_anliboximg img{
		transform: scale(1.2);
	}
	.anlibox:hover .w_anliboxzi{
		color: #0f6fb8;
	}

	.profl:hover .producttopfl img{
		transform: scale(1.05);
	}
	.profl:hover .productzi{
		color: #0f6fb8;

	}
	.profl:hover .p_product{
		top: -10px;
	}

	.profr:hover .producttopfr img{
		transform: scale(1.05);
	}
	.profr:hover .productzi{
		color: #0f6fb8;
	}
	.profr:hover .p_product{
		top: -10px;
		transform: rotate(-90deg);
	}

	.procenbox:hover .producttopcen img{
		transform: scale(1.05);
	}
	.procenbox:hover .productzi{
		color: #0f6fb8;
	}
	.procenbox:hover .p_product{
		top: -10px;
		transform: rotate(-90deg);
	}
	.footertopflbox a:hover{
		color: #fff;
	}
	.w_acena.actd  .act .w_show{
		transform: rotate(-90deg);
	}
	.w_index_top5boxmore .w_hovermore:hover{
		border: 1px solid #fdc800;
		color: #fdc800;
	}
	.w_zizhibox:hover .w_zizhi img{
		transform: scale(1.1) translateX(-50%);
	}
}
/*grace 11.28更新*/
.ace_product .ace_tle1{
	font-family: '微软雅黑','Arial';
	font-size: 26px;
	color: #333;
	margin-top: 45px;
	margin-bottom: 30px;
}
.ace_pro1 h3{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
	color: #333;
	margin-bottom: 16px;
    /*font-weight: 700;*/
}
.ace_pro1 p{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #666;
    line-height: 26px;
}
.ace_pro2{
	position: relative;
	margin-top: 32px;
}
.ace_pro2 h3{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
	/*font-weight: 700;*/
}
.ace_tslbox{
	padding-left: 30px;
	padding-right: 30px;
}
.ace_tslbox .slick-prev{
	width: 30px !important;
	height: 30px !important;
	background-image: url(../images/acejt1.png);
	background-position: center;
	background-size: 30px 30px;
	z-index: 1;
}
.ace_tslbox .slick-next{
	width: 30px !important;
	height: 30px !important;
	background-image: url(../images/acejt2.png);
	background-position: center;
	z-index: 1;
	background-size: 30px 30px;
}
.ace_tslbox .ace_tslb{
	width: 800px;
	margin:auto;
}
.ace_tslbox .ace_tu{
	width: 340px;
	margin:auto;
}
.ace_tslbox .ace_tu img{
 	width: 100%;
}
.ace_tslbox .ace_wz{
	width: 700px;
	margin:auto;
}
.ace_tslbox .ace_wz h4{
	font-family: '微软雅黑','Arial';
	font-weight: 700;
	font-size: 20px;
	color: #333;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}
.ace_tslbox .ace_wz span{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #666;
    line-height: 26px;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
}
.ace_pro2 .slick-prev, .slick-next{
	width:25px;
	height: 55px;
}
.pf_jt1{
	width: 30px;
	position: absolute;
	top: 50%;
	left: 0;
	cursor: pointer;
}
.pf_jt1 img{
	width: 100%;
}
.pf_jt2{
	width: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	cursor: pointer;

}
.pf_jt2 img{
	width: 100%;
}
.ace_pro1{
	margin-top: 46px;
}
.ace_pro2{
	margin-top: 46px;
}
.ace_pro3{
	margin-top: 46px;
}
.ace_pro3b{
	/*padding-left: 60px;
	padding-right: 60px;*/
	position: relative;
}
.ace_pro3 .ace_tu{
	width:295px;
}
.ace_pro3 .ace_tu img{
	width:100%;
}
.ace_pro3 .ace_wz{
	width: calc(100% - 295px);
    padding-top: 100px;
    padding-left: 75px;
}
.ace_pro3 .ace_wz h4{
	font-family: '微软雅黑','Arial';
	font-weight: 700;
	font-size: 26px;
	color: #333;
	padding-top: 30px;
	padding-bottom: 20px;
}
.ace_pro3 .ace_wz p{
	font-family: '微软雅黑','Arial';
	font-size: 20px;
	color: #333;

}
.ace_pro4{
	margin-top: 46px;
}
.ace_pro4b{
	position: relative;
	margin-bottom: 32px;
    margin-left: 20px;
    margin-top: 30px;
}
.ace_pro4 h3{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
	color: #333;
	margin-bottom: 34px;
	/*font-weight: 700;*/
}
.ace_pro4 .ace_nr{
	padding-left: 40px;
}
.ace_pro4 .ace_nr .ace_icon{
	width: 44px;
	position: absolute;
	top: 0;
	left: 0;
}
.ace_pro4 .ace_nr .ace_icon img{
	width: 100%;
}
.ace_pro4 .ace_nr .ace_tle{
	font-family: '微软雅黑','Arial';
	font-size: 16px;
	color: #003366;
	font-weight: 700;
	padding-left: 20px;
	padding-bottom: 10px;
}
.ace_pro4 .ace_nr .ace_wz p{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #333;
	line-height: 18px;
	padding-left: 20px;
}
.ace_pro5{
	margin-top: 46px;
}
.ace_pro5 h3{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
	color: #333;
	margin-bottom: 32px;
	/*font-weight: 700;*/
}
.ace_pro5 .ace_tu{
	width: 700px;
	margin-left: 28px;
}
.ace_pro5 .ace_tu img{
	width: 100%；
}
.ace_pro6{
	margin-top: 46px;
	margin-bottom: 20px;
}
.ace_pro6 h3{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
	color: #333;
    margin-bottom: 34px;
	/*font-weight: 700;*/
}
.ace_pro6b{
	width: 33.333333%
}
.ace_pro6 .ace_tu{
	width: 240px;
	margin:auto;
}
.ace_pro6 .ace_tu img{
	width: 100%;
}
.ace_pro6 h4{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #333;
	font-weight: 700;
	text-align: center;
	line-height: 32px;
}
.ace_pro7{
	margin-top: 20px;
	margin-bottom: 78px;
}
.ace_vid{
	width:840px;
	margin:auto;
}
.ace_pro7 video{
	width:840px;
	margin:auto;
}
.ace_ju1{
	margin-top: 30px;
}
.ace_ju2{
	margin-top: 46px;
	margin-bottom: 70px;
}
.ace_ju3{
	margin-top: 20px;
	margin-bottom: 70px;
}
.ace_ju1 h3{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
	color: #333;
	margin-bottom: 20px;
}
.ace_ju1 p{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.ace_ju2b{
	width: 50%;
	margin-bottom: 20px;
}
.ace_ju2 .ace_jutle .ace_img{
	width:21px;
}
.ace_ju2 .ace_jutle .ace_img img{
	width:100%;
}
.ace_ju2 .ace_jutle h4{
	font-family: '微软雅黑','Arial';
	font-size: 16px;
	color: #0f6fb8;
	padding-left: 15px;
	font-weight: 700;
	line-height: 24px;
}
.ace_ju2 p{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 110px;
    overflow: hidden;
}
.ace_ju2 .ace_ju2b .ace_img1{
	width: 396px;
}
.ace_ju2 .ace_ju2b .ace_img1 img{
	width: 100%;
}
.ace_ju3 h3{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
	color: #333;
	margin-bottom: 32px;
	margin-top: 46px;
}
.ace_ju3 .ace_jutle .ace_img{
	width:21px;
}
.ace_ju3 .ace_jutle .ace_img img{
	width:100%;
}
.ace_ju3 .ace_jutle h4{
	font-family: '微软雅黑','Arial';
	font-size: 16px;
	color: #0f6fb8;
	/*padding-left: 15px;*/
	font-weight: 700;
	line-height: 24px;
	padding-bottom: 10px;
}
/*.ace_ju p{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-right: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
}*/
.ace_ju3 .ace_jutlenr1 p{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #666;
	line-height: 24px;
/*	padding-top: 10px;*/
	padding-bottom: 10px;
}
.ace_ju3 .ace_jutlenr1 img{
	max-width: 100%;
}
.ace_ju3 .ace_ju3b{
	margin-bottom: 35px;
}
.ace_ju4 h3{
	font-family: '微软雅黑','Arial';
	font-size: 22px;
	color: #333;
/*	font-weight: 700;*/
	line-height: 24px;
	margin-bottom: 16px;
	margin-top: 46px;
}
.ace_ju4 .ace_ju4b p{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ace_ju4 .ace_ju4b span{
	font-family: '微软雅黑','Arial';
	font-size: 16px;
	color: #0f6fb8;
	line-height: 24px;
	font-weight: bold;
}
.ace_ju4 .ace_ju4bnrbox{
	margin-left: -20px;
	margin-right:-20px;
	margin-top: 20px;
}
.ace_ju4 .ace_ju4bnrbox .ace_ju4bnr{
	width: 33.333333%;
	padding-left: 20px;
	padding-right: 20px;
}
.ace_ju4 .ace_ju4bnrbox .ace_ju4bnr .ace_ju4bnr1{
	width:280px; 
	margin-bottom: 10px;
}
.ace_ju4 .ace_ju4bnrbox .ace_ju4bnr .ace_ju4bnr1 img{
	width: 100%;
}
.ace_ju4 .ace_ju4bnrbox .ace_ju4bnr h5{
	font-family: '微软雅黑','Arial';
	font-size: 14px;
	color: #333;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;

}
.ace_ju4 {
	margin-bottom: 70px;
}
.ace_vid{
	margin-top: 32px;
	position: relative;
}
/*.ace_vid img{
	width: ;
	position: relative;
	z-index: 1;
}
.ace_vid video{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}*/
.w_index_top2box .w_r{
	width: 100%;
}
.wdianhua{
	display: none;
}
