﻿@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: 100;
	width: 100%;
	height: 60px;
	padding-left: 30px;
	padding-right: 30px;
	background-color:#4e4e4e;
}
.headerph .logo{
	width: 150px;
	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: #fff;
}
.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: #fff;
}
.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: '微软雅黑';
    padding: 15px 0;
}
.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;
    line-height: 36px;
    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 h5 a{
    font-family: '微软雅黑';
    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: '微软雅黑';
    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 {
    width: 100%;
    height: 86px;
    position: fixed;
    top: 0;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
}
.header.act{
	background-color: #fff;
	height: 80px;
	border-bottom: 1px solid #dbdbdb;
}
.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: 300px;
	line-height: 86px;
}
.header .logo img{
	width: 100%;
}
.header nav ul li{
	float: left;
	padding-right: 40px;
	position: relative;
		line-height: 86px;
}
.header nav ul li>a{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #ffffff;
	display: block;
	padding-top: 39px;
	padding-bottom: 12px;

}
.header nav ul li.act>a{
	/*color: #2580c3;*/
	border-bottom: 1px solid #d3d3ff;
	color: #d3d3ff;
}
.header.act{
	background-color: #d3d3ff;
	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: 12px 15px;
	margin-right: 40px;
	position: relative;
}
.w_sousuo input{
	width: 87px;
	height: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-family: "微软雅黑";
	font-size: 14px;
    color: #cacaca;
}
.w_sousuo input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	font-family: "微软雅黑";
	font-size: 14px;
    color: #cacaca;
}
.w_sousuo input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   font-family: "微软雅黑";
	font-size: 14px;
    color: #cacaca;
   opacity:  1;
}
.w_sousuo input::-moz-placeholder { /* Mozilla Firefox 19+ */
   font-family: "微软雅黑";
	font-size: 14px;
    color: #cacaca;
   opacity:  1;
}
.w_sousuo input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   font-family: "微软雅黑";
	font-size: 14px;
    color: #cacaca;
}
.w_sousuobox {
    margin-top: 26px;
    margin-left: 20px;
}
.w_phone{
	width: 31px;
}
.w_phone img{
	width: 100%;
}
.w_phonenum{
	font-family: "微软雅黑";
	font-size: 26px;
    color: #fff;
    line-height: 31px;
    margin-left: 9px;
}
.w_index_top2box{
	border-right: 1px solid #879198;
	position: relative;
}
.w_show{
	display: none;
}
.w_hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.8s;
}
.w_hoverbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-27%);
    transition: transform 0.8s;
    width: 279px;
}
.w_hovertop{
	font-family: "微软雅黑";
	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: "微软雅黑";
	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: "微软雅黑";
	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: "微软雅黑";
	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: "微软雅黑";*/
	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: "微软雅黑";
	font-size: 18px;
    color: #333333;
    margin-top: 20px;
    text-align: center;
}
.w_index_top3sanbot{
	font-family: "微软雅黑";
	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: "微软雅黑";
	font-size: 18px;
    color: #333333;
}
.anlilunboboxzibot{
	font-family: "微软雅黑";
	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;
	padding-bottom: 102px;
}
.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;
}
.w_index_top5zi{
	padding: 29px 29px 0;
}
.w_index_top5zibot{
	font-family: "微软雅黑";
	font-size: 18px;
    color: #464646;
    margin-top: 16px;
    line-height: 20px;
    max-height: 20px;
    overflow: hidden;
}
.w_index_top5zitopfl{
	font-family: "微软雅黑";
	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;
}
.w_index_top5boxmore{
	margin-top: 63px;
}
.w_index_top5boxmore .w_hovermore{
	opacity: 1;
	color: #999999;
	border: 1px solid #999999;
}
.w_index_top6box{
	padding: 113px 0 103px;
	position: relative;
	z-index: 1;
}
.w_index_top6boxfl{
	width: 57%;
}
.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: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
    color: #fffefe;
    text-shadow: 5px 5px 5px #0c5b96;
}
.w_index_top6boxfrtop2{
	font-family: "微软雅黑";
	font-size: 30px;
	font-weight: bold;
    color: #fffefe;
    text-shadow: 5px 5px 5px #0c5b96;
    margin-top: 17px;
}
.w_index_top6boxfrp{
	font-family: "微软雅黑";
	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: "宋体";
	font-size: 30px;
	font-weight: bold;
    color: #ffffff;
}
.zibox{
	margin-top: 5px;
	font-family: "微软雅黑";
	font-size: 16px;
    color: #d5d5d5;
    text-align: center;
}
.danwei2{
	font-family: "微软雅黑";
	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: "微软雅黑";
	font-size: 16px;
    color: #a1b3bf;
    margin-bottom: 49px;
}
.footertopcen{
	margin-left: 200px;
	width: 467px;
}
.footertopcentop{
	font-family: "微软雅黑";
	font-size: 18px;
    color: #ffffff;
}
.footertopcenbot{
	font-family: "微软雅黑";
	font-size: 16px;
    color: #a1b3bf;
    margin-top: 26px;
}
.footertopcenbot a{
	font-family: "微软雅黑";
	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;
	height: 67px;
	text-align: center;
}
.footerboxbot span{
	font-family: "微软雅黑";
	font-size: 14px;
    color: #505e67;
    line-height: 67px;
}
.footerboxbot span a{
	font-family: "微软雅黑";
	font-size: 14px;
    color: #505e67;
}
.newshidden{
	padding: 40px 40px 30px;
	display: none;
	transition: opacity 0.8s;
}
.w_index_top5zip{
	font-family: "微软雅黑";
	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%;
}
.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: "微软雅黑";
	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: "微软雅黑";
	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;
	text-align: center;
}
.w_abottopfr{
	font-family: "微软雅黑";
	font-size: 18px;
    color: #999999;
    line-height: 55px;
    margin-left: 10px;
}
.w_abotbotbox{
	padding: 16px 0;
	border-bottom: 1px solid #f0f0f0;
}
.w_abotbotimg{
	width: 21px;
}
.w_abotbotzi{
	width: calc(100% - 32px);
	font-family: "微软雅黑";
	font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.w_lianxifr{
	width: calc(100% - 280px);
	padding-top: 43px;
}
.w_btop{
	padding-bottom: 20px;
	border-bottom: 1px dashed #e2e2e2;
}
.w_title{
	font-family: "微软雅黑";
	font-size: 22px;
    color: #333333;
}
.w_til{
	margin-right: 7px;
	font-family: "微软雅黑";
	font-size: 14px;
    color: #999999;
}
.w_til a{
	font-family: "微软雅黑";
	font-size: 14px;
    color: #999999;
}
.w_lianxizong{
	padding: 37px 0 46px;
	border-bottom: 1px solid #e1e1e1;
}
.w_lianxizongfl{
	width: calc(100% - 528px);
}
.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: "微软雅黑";
	font-size: 22px;
    color: #0f6fb8;
    animation: fadeInUp 1s;
}
.w_zongnei{
	margin-top: 45px;
}
.w_zongneibox{
	font-family: "微软雅黑";
	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: "微软雅黑";
	font-size: 18px;
    color: #0f6fb8;
    animation: fadeInUp 1s;
}
.w_lianxifennei{
	font-family: "微软雅黑";
	font-size: 16px;
    color: #666666;
   	line-height: 35px;
}
.w_lianxifenneibox{
	margin-top: 28px;
	animation: fadeInUp 1s;
}
.w_lianxifenb{
	width: calc(100% - 60px);

    height: 70px;
    overflow: hidden;
}
.w_lianxifenneibo {
	margin-bottom: 5px;
}
.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: "微软雅黑";
}
.j_k1job_span .dizhi {
	font-family: "微软雅黑";
    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: "微软雅黑";
	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: "微软雅黑";
	font-size: 14px;
	color: #666666;
	line-height: 50px;
}
.w_rencaitopbgbox2{
	margin-left: 100px;
	width: 293px;
	font-family: "微软雅黑";
	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: "微软雅黑";
    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: "微软雅黑";
    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: "微软雅黑";
    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;
}
.topul{
	/*width: 224px;*/
	/*border-top: 1px solid #116eb7;*/
	/*padding: 20px 20px 10px 40px;*/
	/*background-color: #fff;*/
	position: absolute;
	left: -12px;
	display: none;
	/*box-shadow: 0 2px 2px #999;*/
}
.topul a{
	display: inline-block;
	font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 45px;
    padding-right: 15px;
}
.topul div{
	position: relative;
}
.topul div img{
    display: none;
}
.topul .act a{
	color: #fff; 
}
.topul .act img{
	display: inline-block;
}
.w_abouttop{
	margin-top: 37px;
}
.w_abouttop_top{
	font-family: "微软雅黑";
    font-size: 22px;
    color: #333333;
}
.w_abouttop_bot{
	margin-top: 20px;
}
.w_abouttop_bot p{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.w_abouttop_bot p img{
	max-width: 100%;
}
.w_abouttop_bot_top{
	font-family: "微软雅黑";
    font-size: 18px;
    color: #333333;
    margin-bottom: 27px;
    margin-top: 48px;
}
.w_abouttop_bot_bot{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
}
.w_aboutbot{
	margin-top: 77px;
	margin-bottom: 65px;
}
.w_aboutbotfl{
	margin-top: 10px;
}
.aboutimg{
	width: 328px;
}
.aboutimg img{
	width: 100%;
}
.news{
	margin-top: 40px;
	margin-bottom: 60px;
}
.newsbox{
	font-family: "微软雅黑";
    font-size: 26px;
    color: #333333;
}
.newsspan{
	font-family: "微软雅黑";
    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: "微软雅黑";
    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: "微软雅黑";
    font-size: 20px;
    color: #333333;
    max-height: 20px;
    overflow: hidden;
    font-weight: bold;
}
.w_newsboxtime{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #999999;
    margin-left: 14px;
}
.w_newsboxcenfrcen{
	margin-top: 20px;
}
.w_newsboxp{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin-top: 28px;
}
.w_newsboxmore{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #0f6fb8;
    margin-top: 35px;
}
.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: "微软雅黑";
    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: "微软雅黑";
    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: "宋体";
    font-size: 60px;
    color: #f6f8fb;
    width: 520px;
    line-height: 40px;
    letter-spacing: 0px;
    position: absolute;
}
.ganzhi {
	position: relative;
}
.ganzhifltop{
	font-family: "微软雅黑";
    font-size: 24px;
    color: #333333;
    margin: 45px 0;
}
.ganzhiflp{
	font-family: "微软雅黑";
    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: "微软雅黑";
    font-size: 18px;
    color: #0f6fb8;
}
.ganzhifr {
	position: relative;
	margin-right: 55px;
	padding-top: 50px;
}
.ganzhifrzi {
	position: relative;
	margin-bottom: 30px;
}
.ganzhifrzibox{
	width: 374px;
}
.ganzhifrp{
	margin-top: 20px;
	font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.yinqing{
	margin: 35px 0 65px;
}
.yinqing .w_yinqing{
	font-family: "微软雅黑";
    font-size: 20px;
    color: #333333;
    margin-bottom: 25px;
}
.w_yinspan1{
	font-family: "微软雅黑";
    font-size: 18px;
    color: #0f6fb8;
    font-weight: bold;
}
.w_yinspan2{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #0f6fb8;
}
.yinqing .w_yinqingp{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.yinqing p{
	font-family: "微软雅黑";
    font-size: 16px;
    color: #333333;
}
.yinqing p img{
	max-width: 100%;
}
.dianli{
	margin: 40px 0 95px;
}
.dianlibox{
	font-family: "微软雅黑";
    font-size: 22px;
    color: #333333;
    margin-bottom: 15px;
}
.dianli p{
	font-family: "微软雅黑";
    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: "微软雅黑";
    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 5px #edeaea;
}
.w_itmimg1 img{
	width: 100%;
}
.gkh_list{
	margin-top: 70px;
}
.w_jiqip{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}
.w_jiqitop{
	font-family: "微软雅黑";
    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: "微软雅黑";
    font-size: 22px;
    color: #333333;
}
.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: "微软雅黑";
    font-size: 16px;
    color: #0f6fb8;
    font-weight: bold;
    margin-bottom: 20px;
}
.jiqiren_p{
	font-family: "微软雅黑";
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    max-height: 192px;
    overflow: hidden;
}
.jiqirenre{
	position: relative;
}
.chanpinbox{
	margin: 40px 0 60px;
}
.w_chanpinbox{
	font-family: "微软雅黑";
    font-size: 22px;
    color: #333333;
}
.w_chanpinboxtitle{
	font-family: "微软雅黑";
    font-size: 18px;
    color: #333333;
    margin-top: 35px;
}
.chanpinboxp{
	margin-top: 15px;
}
.chanpinboxp p{
	font-family: "微软雅黑";
    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: "微软雅黑";
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
}
.p_product{
	font-family: "宋体";
    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: "微软雅黑";
	color: #333;
	font-size: 24px;
	font-weight: bold;
}
.b4t_lziyearbox{
	margin-top: 10px;
	font-family: "微软雅黑";
	color: #999999;
	font-size: 14px;
	line-height: 22px;
}
.w_dashijimore{
	font-family: "微软雅黑";
	color: #0f6fb8;
	font-size: 12px;
	margin-top: 50px;
	cursor: pointer;
	text-align: center;
}
.dashiji{
	margin-top: 40px;
	margin-bottom: 90px;
}
.yinqingbox{
	margin-top: 50px;
}
.w_newsboxcenfrcen span img{
	width: 15px;
}
/*.w_index_top4img.headeratd {
    position: fixed;
    top: 80px;
}*/
.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: "微软雅黑";
	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;
}
/*.g_btnitmatvhx2 .tuoyuan{
	transform: rotateY(360deg);
}*/
.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%;
	background-color: #fff;
	position: relative;
}
.gkh_itmhxtop {
    font-family: "微软雅黑";
    color: #0f6fb8;
    font-size: 36px;
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
}
.gkh_itmhxcen {
    color: #0f6fb8;
    position: absolute;
    top: 175px;
    left: 50%;
    transform: translateX(-50%);
}
.gkh_itmhxbot {
    font-family: "微软雅黑";
    color: #999999;
    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: 2;
	width: 100%;
}
.g_btnitmhxbox{
	width: 576px;
    height: 576px;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
}
.g_btnitmhx:nth-child(1){
	position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.g_btnitmhx:nth-child(2){
	position: absolute;
    right: -5px;
    bottom: 54px;
}
.g_btnitmhx:nth-child(3){
	position: absolute;
    left: -5px;
    bottom: 54px;
}
.gkh_listhxzibox{
	position: absolute;
    z-index: 1;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    width: 380px;
    overflow: hidden;
}
.gkh_itmhx{
	margin-top: 207px;
}
.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;
}

@media screen and (min-width: 1200px) {
	.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,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{
		background-color: #fff;
		box-shadow: 0px 0px 30px #dbdbdb;
	}
	.w_index_top5box_ab:hover .newsshow{
		display: none;
	}
	.w_index_top5box_ab:hover .newshidden{
		display: block;
	}
	.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 div: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;
	}
	.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.5);
	}
	.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);
	}
}


.sticky{
	/*background: #4d4d4d;*/
	visibility: hidden;
	width: 100%;
	/*box-shadow: 0 0 10px 1px #ccc;*/
}
.sticky ul>li{
	vertical-align: middle;
	font-size: 16px;
}
.offset{
	transform: translate(0,-100%);
	transition: all 0.5s ease-in-out;
}
.scrolling{
	visibility: visible;
	transform: translate(0,0);
}
.header_bg{
	background: #4d4d4d;;
}

/****************************************/
.sunny_tan{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:0;
	left:0;
	z-index:10000;
	display:none;
}
.sunny_tan_con{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:700px;
	border:8px solid #666666;
	background:#fff;
	padding:23px;
}
.sunny_tan_con_box{
	width:100%;
	height:100%;
	border:1px solid #dfdfdf;
}
.sunny_tan_con_box h4{
	color:#000000;
	font-size:24px;
	font-family:"微软雅黑";
	line-height:36px;
}
.sunny_tan_con_boxa{
	text-align:center;
	padding-top:38px;
	padding-bottom:32px;
}
.sunny_tan_con_xia{
	text-align:center;
}
.sunny_tan_con_xia p{
	color:#666666;
	font-size:18px;
	font-family:"微软雅黑";
	line-height:30px;
}
.sunny_tan_con_boxa_lianije{
	width:450px;
	margin:0 auto;
}
.sunny_item a{
	width:183px;
	line-height:53px;
	display:block;
	text-align:center;
	color:#666666;
	font-size:18px;
	font-family:"微軟正黑體";
}
.sunny_itemb a{
	border:1px solid #999999;
}
.sunny_itema a:hover{
	color:#fff;
}
.sunny_itemb a:hover{
	color:#666666;
}
.sunny_tan_con_boxa_lianije{
	margin:30px auto;
}
.sunny_itema{
	background:#0078d7;
}
.sunny_itema a{
	color:#fff;
}
.sunny_lianjie_a{
	display:inline-block;
	margin-right:16px;
	position:relative;
}

.sunny_lianjie{
	text-align:center;
	margin-bottom:30px;
}
.sunny_xie{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	right:-13px;
}
.sunny_lianjie_a a{
	color:#999999;
	font-size:14px;
	font-family:"微软啊黝黑";
}
.languanbi{
	position:absolute;
	top:3px;
	right:5px;
	cursor:pointer;
}