/** Generated by FG **/
@font-face {
	font-family: 'Conv_GEORGIA';
	src: url('../font/GEORGIA.eot');
	src: local('☺'), url('../font/GEORGIA.woff') format('woff'), url('../font/GEORGIA.ttf') format('truetype'), url('../font/GEORGIA.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Conv_NEXA LIGHT';
	src: url('../font/NEXALIGHT.eot');
	src: local('☺'), url('../font/NEXALIGHT.woff') format('woff'), url('../font/NEXALIGHT.ttf') format('truetype'), url('../font/NEXALIGHT.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{
	overflow: hidden;
}
.header{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 13;
	width:100%;
	padding: 0 63px;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
    background: #fff;
}
.header .head_con{
	width: 100%;
	height: 97px;
	padding: 0 28px 0 50px;
	background-color: rgba(255,255,255,.85);
}
.header .head_con .logo{
	width: 200px;
	line-height: 97px;
}
.header .head_con .logo img{
	width: 100%;
}
.header .head_con .head_mess{
	max-width: calc(100% - 200px);
}
.header .head_con .head_mess .li1{
	padding: 0 37px;
	line-height: 97px;
}
.header .head_con .head_mess .li1 > a{
	font-size: 16px;
	color: #252525;
}
.header .head_con .head_mess .li1.act > a{
	color: #004ab9;
}
.header .head_con .head_mess nav{
	margin-right: 100px;
}
.header .head_con .head_mess .head_ser,
.header .head_con .head_mess .head_lan{
	width: 48px;
	line-height: 97px;
	margin-left: 25px;
	cursor: pointer;
}
.header .head_con .head_mess .head_ser img,
.header .head_con .head_mess .head_lan img{
	width: 100%;
}
.header.act{
	padding: 0px;
}
.header.act .head_con{
	height: 80px;
	background-color: #fff;
}
.header.act .head_con .logo{
	line-height: 80px;
}
.header.act .head_con .head_mess .li1{
	line-height: 80px;
}
.header.act .head_con .head_mess .head_ser,
.header.act .head_con .head_mess .head_lan{
	line-height: 80px;
}
.header.act .pulldown{
	top: 80px;
	width: 100%;
}
.pulldown{
	display: none;
	position: fixed;
	top: 97px;
	left: 50%;
	width: calc(100% - 126px);
	padding: 50px 200px 40px 205px;
	background-color: rgba(255,255,255,.9);
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.pulldown .pd_fl{
	width: 50%;
	padding-right: 215px;
}
.pulldown .pd_fl h1{
	position: relative;
	padding-bottom: 35px;
	margin-bottom: 35px;
	font-size: 36px;
	color: #b80013;
	line-height: 1.5;
    font-family: '宋体','微软雅黑';
}
.pulldown .pd_fl h1:before{
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 47px;
	height: 1px;
	background-color: #b80013;
}
.pulldown .pd_fl p{
	font-size: 16px;
	color: #464646;
	line-height: 1.8;
}
.pulldown .pd_fr{
	width: 50%;
}
.pulldown .pd_fr .pd_ul{
	width: 50%;
}
.pulldown .pd_fr .pd_ul li{
	font-size: 18px;
	color: #464646;
	margin-bottom: 30px;
}
.pulldown .pd_fr .pd_ul li a{
	color: #464646;
}
.pulldown .pd_fr .pd_ul li img{
    display: none !important;
	width: 39px;
	margin-right: 45px;
}
.header2{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

    width: 100%;
    height: 80px;
    padding-left: 30px;
    padding-right: 30px;

    background-color: #ffffff;
}
.header2 .logo{
    width: 150px;
    line-height: 80px;
}
.header2 .logo img{
    width: 100%;
}
.header2 .phsearch{
    position: absolute;
    top: 50%;
    right: 70px;

    width: 25px;
    cursor: pointer;

    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.header2 .phsearch img{
    width: 100%;
}
.header2 .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%);
}
.header2 .menuph .point{
    position: relative;
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
}
.header2 .menuph .point:hover .navbtn,
.header2 .menuph .point:hover .navbtn::after,
.header2 .menuph .point:hover .navbtn::before{
    width: 28px;
}
.header2 .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;
}
.header2 .menuph .navbtn::after,
.header2 .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;
}
.header2 .menuph .navbtn::after{
    top: -10px;
}
.header2 .menuph .navbtn::before{
    top: 10px;
}
.header2 .menuph .point.active .navbtn{
    background: transparent;
}
.header2 .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);
}
.header2 .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);
}
.searchbox{
    display: none;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;

    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .85);
}
.searchbox .sou{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 847px;

    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.searchbox .sou input{
    float: left;
    width: 731px;
    height: 87px;

    padding-left: 30px;

    color: #333;
    background: #fff;
    font-size: 18px;
}
.searchbox .sou button{
    float: right;
    width: 102px;
    height: 87px;

    margin-left: 3px;
    text-align: center;
    background: #004ab9;
    line-height: 86px;
}
.searchbox .sou button img{
    width: 44px;
}
.searchbox .tansouc{
    position: absolute;
    top: 60px;
    right: 15px;
    cursor: pointer;
}
@media screen and (max-width: 991px)
{
    .searchbox .sou{
        width: 750px;
    }
    .searchbox .sou input{
        width: 638px;
    }
}
@media screen and (max-width: 767px)
{
    .searchbox .sou{
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    .searchbox .sou input{
        font-size: 12px;
        width:         calc(100% - 70px);
        width: -webkit-calc(100% - 70px);
        height: 50px;
        padding-left: 15px;
    }
    .searchbox .sou button{
        line-height: 50px;
        width: 60px;
        height: 50px;
    }
    .searchbox .sou button img{
        width: 26px;
    }
}
/*手机下拉*/
.phxia{
    position: relative;
    z-index: 10;
    margin-top: 80px; 
    width: 100%;
}
.xialaph{
    display: none;

    position: absolute;
    top: 0px;
    left: 0px;

    width: 100%;

    padding-bottom: 30px;

    background-color: #f1f1f1;
    font-family: '微软雅黑';
}
@media screen and (max-width: 992px)
{
    .xialaph .container{
        width: 100%;
        padding: 0 40px;
    }
}
@media screen and (max-width: 768px)
{
    .xialaph .container{
        width: 100%;
        padding: 0 20px;
    }
}
.xialaph h4{
    position: relative;
}
.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 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 .container{
    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%);
}
.homepage .b .map {
    width: 48%;
    float: right;
}
.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;
}
.banner .slick-slide img{
	width: 100%;
}
.banner .slick-slide .img_s{
	display: block;
}
.banner .slick-dots{
	bottom: 160px;
}
.banner .slick-dots li{
	position: relative;
	width: 11px;
	height: 11px;
	margin: 0 8px;
	background-color: #ffffff;
}
.banner .slick-dots li.slick-active{
	background-color: #992315;
}
/*.banner .slick-dots li.slick-active:before{*/
	/*content: '';*/
	/*position: absolute;*/
	/*top: 50%;*/
	/*left: 50%;*/
	/*width: 22px;*/
	/*height: 22px;*/
	/*background-color: rgba(175,30,35,.2);*/
	/*transform: translate(-50%,-50%);*/
	/*-o-transform: translate(-50%,-50%);*/
	/*-ms-transform: translate(-50%,-50%);*/
	/*-moz-transform: translate(-50%,-50%);*/
	/*-webkit-transform: translate(-50%,-50%);*/
/*}*/
.banner .slick-prev {
	top: 49%;
	left: 100px;
	z-index: 1;
    width: 30px;
    height: 45px;
	background-image: url(../image/prev.png);
	background-size: 100% 100%;
}
.banner .slick-next {
	top: 49%;
	right: 100px;
	z-index: 1;
	width: 30px;
	height: 45px;
	background-image: url(../image/next.png);
	background-size: 100% 100%;
}
.index{
	background-color: #f3f3f3;
}
.in_new{
	position: relative;
	z-index: 1;
	margin-top: -100px;
}
.in_new .inn_fl{
	width: 53.66%;
	height: 430px;
	padding: 35px 40px 0 55px;
	background-color: #fff;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInLeft;
}
.in_new .inn_fl .innl_top{
	margin-bottom: 50px;
}
.in_new .inn_fl .innl_top .innl_fl{
	font-size: 30px;
	color: #2f2f2f;
	line-height: 1.5;
}
.in_new .inn_fl .innl_top .innl_fl img{
	width: 32px;
	margin-right: 15px;
}
.in_new .inn_fl .innl_top .innl_fr{
	padding-top: 8px;
}
.in_new .inn_fl .innl_top .innl_fr img{
	width: 33px;
}
.in_new .inn_fl .innl_btm{
	padding-right: 50px;
}
.in_new .inn_fl .innl_btm .innl_date{
	width: 55px;
	font-size: 48px;
	color: #2e2c2c;
	font-family: 'Microsoft JhengHei';
}
.in_new .inn_fl .innl_btm .innl_month{
	width: 65px;
	text-align: center;
	padding-top: 5px;
}
.in_new .inn_fl .innl_btm .innl_month h6{
	font-size: 12px;
	color: #999999;
	line-height: 1.5;
	margin-bottom: 8px;
}
.in_new .inn_fl .innl_btm .innl_txt{
	width: calc(100% - 120px);
}
.in_new .inn_fl .innl_btm .innl_txt p{
	font-size: 16px;
	color: #2e2c2c;
	line-height:1.8;
}
.in_new .inn_fl .innl_btm .innl_slide{
	display: none;
	margin-bottom: 40px;
}
.in_new .inn_fl .innl_btm .slick-slide .innl_slide{
	display: block;
}
.in_new .inn_fl .innl_btm .slick-dots{
	bottom: 15px;
}
.in_new .inn_fl .innl_btm .slick-dots li{
	width: 10px;
	height: 10px;
	margin: 0 7px;
	background-color: #997855;
}
.in_new .inn_fl .innl_btm .slick-dots li.slick-active{
	background-color: #992315;
}
.in_new .inn_fr{
	width: 46.34%;
	height: 430px;
	background-color: #2b5db6;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInRight;
}
.in_new .inn_fr .innr_img{
	width: 100%;
	overflow: hidden;
    height: 283px;
}
.in_new .inn_fr .innr_img img{
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.in_new .inn_fr .innr_txt{
	width: 100%;
	padding: 25px 30px 0px 45px;
}
.in_new .inn_fr .innr_txt .innr_tl{
	width: 31px;
	padding-top: 15px;
}
.in_new .inn_fr .innr_txt .innr_tl img{
	width: 100%;
}
.in_new .inn_fr .innr_txt .innr_tr{
	width: calc(100% - 31px);
	padding-left: 35px;
}
.in_new .inn_fr .innr_txt .innr_tr h6{
	font-size: 14px;
	color: #fff;
	line-height: 1.8;
}
.in_new .inn_fr .innr_txt .innr_tr h1{
	font-size: 16px;
	color: #ababab;
	line-height: 1.8;
    height: 28.8px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;/* 超出的行数 */
}
.in_ser{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.in_new .inn_fr .innr_txt .innr_tr p{
	font-size: 14px;
	color: #ababab;
	line-height: 1.8;
    height: 25.2px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;/* 超出的行数 */
}
.in_new .inn_fr .slick-dots{
	bottom: 15px;
}
.in_new .inn_fr .slick-dots li{
    position: relative;
	width: 32px;
	height: 4px;
	border-radius: 0px;
    background-color: transparent;
	margin: 0 3px;
}
.in_new .inn_fr .slick-dots li::before{
    content: '';
    position: absolute;
    left: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width:100%;
    height: 1px;
    background-color: #003490;
}
.in_new .inn_fr .slick-dots li.slick-active{
    background: transparent;
}
.in_new .inn_fr .slick-dots li.slick-active::before{
	background-color: #c2d8ff;
}
.in_ser .ins_tit{
	padding: 70px 0 60px;
	text-align: right;
}
.in_ser .ins_tit h1{
	font-size: 60px;
	color: #ded7ca;
	line-height: 1.5;
	margin-bottom: 5px;
	font-family: 'Conv_GEORGIA';
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.in_ser .ins_tit img{
	max-width: 70%;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.in_ser .ins_slick{
	padding-bottom: 115px;
	margin: 0 -25px;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.in_ser .ins_slick .ins_slide{
	display: none;
	padding:0 25px; 
}
.in_ser .ins_slick .slick-list .ins_slide{
	display: block;
}
.in_ser .ins_slick .ins_slide img{
	width: 100%;
}
.in_ser .ins_slick .slick-dots{
	bottom: 50px;
}
.in_ser .ins_slick .slick-dots li{
	width: 8px;
	height: 8px;
	margin: 0 4px;
	background-color: #997855;
}
.in_ser .ins_slick .slick-dots li.slick-active{
	background-color: #992315;
}
.in_video{
	position: relative;
	width: 100%;
	height: 525px;
	overflow: hidden;
}
.in_video:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.7);
	/* background-image:url(../images/dot_bg.png);
	background-size: 100% 100%;
	background-repeat: repeat; */
}
.in_video video{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 101%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.in_video .inv_play{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 80px;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	cursor: pointer;
}
.in_video .inv_play img{
	width: 100%;
}
.in_video .inv_box{
	position: absolute;
	top: 50%;
	left: 56.7%;
	z-index: 2;
	width: 345px;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.in_video .inv_box img{
	width: 100%;
}
.fo_top{
	padding: 15px 0px 20px;
	background-color: #a3c9d9;
}
.fo_top .fot_fl {
	padding-left: 45px;
}
.fo_top .fot_fl .fot_logo{
	width: 240px;
	margin-bottom: 10px;
}
.fo_top .fot_fl .fot_logo img{
	width: 100%;
}
.fo_top .fot_fl li{
	font-family: 14px;
	color: #242323;
	line-height: 2;
}
.fo_top .fot_fr{
	padding-right: 32px;
}
.fo_top .fot_focus h1{
	font-size: 18px;
	color: #59050a;
	line-height: 1.5;
	margin-bottom: 10px;
}
.fo_top .fot_focus .fot_ul{
	width: 80px;
	margin-right: 15px;
}
.fo_top .fot_focus .fot_ul img{
	width: 100%;
}
.fo_top .fot_focus .fot_ul p{
	padding:8px 0 0; 
	font-size: 12px;
	color: #706857;
	line-height: 1.5;
	text-align: center;
}
.fo_top .fot_link{
	position: relative;
	margin-left: 30px;
}
.fo_top .fotl_top{
	position: relative;
	width: 179px;
	height: 44px;
	padding: 0px 44px 0 22px;
	line-height: 44px;
	font-size: 14px;
	color: #d2c9b7;
	background-color: #1b61a9;
	cursor: pointer;
	margin: 35px 0 0 0px;
}
.fo_top .fotl_top .fotl_sj{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 44px;
	border-left: 1px solid #d2c9b7;
}
.fo_top .fot_link .fotl_btm{
	display: none;
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	height: 97px;
	background-color: #1b61a9;
	border-top: 1px solid #fff;
}
.fo_top .fot_link .fotl_btm li{
	padding: 5px;
	font-size: 14px;
	color: #fff;
	line-height: 1.5;
	background-color: #1b61a9;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.fo_top .fot_link .fotl_btm li a{
	font-size: 14px;
	color: #fff;	
}
.fo_btm{
	padding: 15px 0;
	background-color: #534a45;
	text-align: center;
}
.fo_btm p{
	font-size: 12px;
	color: #8a7d77;
	line-height: 1.5;
}
.fo_btm p a{
	color: #8a7d77;
}
.nei_ban{
	position: relative;
	width: 100%;
	height: 400px;
}
.nei_ban img{
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.nei_nav{
    position: relative;
    z-index: 9;
	width: 100%;
	background-color: #2b5db6;
}
.nei_nav .nn_home{
	width: 84px;
	line-height: 60px;
	text-align: center;
	border-left: 1px solid #e3d8c4;
	border-right: 1px solid #e3d8c4;
}
.nei_nav .nn_home img{
	width: 25px;
}
.nei_nav .nn_box{
	position: relative;
	line-height: 60px;

	padding: 0 45px 0 45px;
}
.nei_nav .nn_box a{
	font-size: 18px;
float:left;
	color: #fff;
    -webkit-transition: all .0s ease-out 0s;
    -moz-transition: all .0s ease-out 0s;
    -ms-transition: all .0s ease-out 0s;
    -o-transition: all .0s ease-out 0s;
    transition: all .0s ease-out 0s;
}
.nei_nav .nn_box a img{
    width: 14px;
    margin-left: 15px;
}
.nei_nav .nn_box a .bai{
    display: inline-block;
}
.nei_nav .nn_box a .hong{
    display: none;
}
.nei_nav .nn_box div{


    width:100%;
    background: #2b5db6;


}
.nei_nav .nn_box div li{
    width:100%;
    padding: 19px 5px;

}
.nei_nav .nn_box div a:last-child li{
    border-bottom: 0px;
}
.nei_nav .nn_box div li i{
    display: inline-block;
    width:100%;
    font-style: normal;
    font-size: 16px;
    color: #ffffff;
    padding:0 20px;
    line-height: 24px;
    text-align: center;
    -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;
}
.nei_nav .nn_box ul div i:hover{
    color: #ecff51;
}
body{
    position: relative;
}
.yf_jj{
	position: relative;
	padding: 145px 0 138px;
	background: #f5f5f5;
	
}
.yf_dw1{
    position: relative;
}
.yf_jj .yf_po,
.yf_dw1 .yf_po{
	position: absolute;
    top: 100px;
	left: 60px;
    z-index: 11;
}
.yf_jj .yf_po.act,
.yf_dw1 .yf_po.act{
    position: fixed;
    top: 150px;
}
.yf_jj .yf_po .yfp_box,
.yf_dw1 .yf_po .yfp_box{
	position: relative;
	height: 80px;
	padding-left: 30px;
}
.yf_jj .yf_po .yfp_box h6{
    font-size: 18px;
    color: #999999;
    cursor: pointer;
}
.yf_dw1 .yf_po .yfp_box h6{
	font-size: 18px;
	color: #333333;
	cursor: pointer;
}
.yf_jj .yf_po .yfp_box.act h6,
.yf_dw1 .yf_po .yfp_box.act h6{
    color: #004ab9;
}
.yf_jj .yf_po .yfp_box.act:before,
.yf_jj .yf_po .yfp_box.act:after,
.yf_dw1 .yf_po .yfp_box.act:before,
.yf_dw1 .yf_po .yfp_box.act:after{
    background-color: #004ab9;
}
.yf_jj .yf_po .yfp_box:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    background-color: #999999;
    border-radius: 50%;
}
.yf_dw1 .yf_po .yfp_box:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 10px;
	background-color: #333333;
	border-radius: 50%;
}
/*831a1e*/
.yf_jj .yf_po .yfp_box:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 5px;
    width: 1px;
    height: 100%;
    background-color: #999999;
}
.yf_dw1 .yf_po .yfp_box:after{
	content: '';
	position: absolute;
	top: 0px;
	left: 5px;
	width: 1px;
	height: 100%;
	background-color: #333333;
}
.yf_jj .yf_po .yfp_box:last-child:after,
.yf_dw1 .yf_po .yfp_box:last-child:after{
	display: none;
}
.yf_jj .yfj_bgw{
	padding: 45px 60px 80px 100px;
	background-color: #fff;
}
.yf_jj .yfj_bgw h1{
	font-size: 36px;
	color: #060606;
	line-height: 1.5;
	margin-bottom: 30px;
	text-align: center;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.yf_jj .yfj_bgw h2{
	font-size: 24px;
	color: #004ab9;
	line-height: 1.5;
	margin-bottom: 30px;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.yf_jj .yfj_bgw p{
	font-size: 14px;
	color: #464646;
	line-height: 1.5;
	margin-bottom: 25px;
	text-indent: 30px;
	letter-spacing: 1px;
	text-align: justify;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.yf_cul{
	padding: 60px 0 ;
	background-color: #47445b;
	text-align: center;
}
.yf_cul h1{
	font-size: 36px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 110px;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.yf_cul img{
	max-width: 100%;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.yf_big{
	padding-bottom: 155px;
	background-color: #f5f5f5;
}
.yf_big h1{
	padding: 45px 30px 40px;
	font-size: 36px;
	color: #464646;
	line-height: 1.5;
	margin-bottom: 45px;
}
.yf_big .yfb_slide{
	position: relative;
	height: 515px;
}
.yf_big .yfb_slide .yfb_box{
	position: absolute;
	top: 280px;
	left: 0px;
	width: 260px;
}
.yf_big .yfb_slide .yfb_box .yfb_year{
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: #406ede;
}
.yf_big .yfb_slide .yfb_box .yfb_year h2{
	font-size: 24px;
	color: #fff;
	line-height: 40px;
}
.yf_big .yfb_slide .yfb_box .yfb_txt{
	position: relative;
	width: 100%;
	height: 190px;
	background-color: #fff;
	border:1px solid #e5e5e5;
	padding: 65px 35px 0;
}
.yf_big .yfb_slide .yfb_box .yfb_txt p{
	font-size: 16px;
	color: #848484;
	line-height: 1.5;
}
.yf_big .yfb_slide.act .yfb_box{
	top: 0px;
}
.new_top{
	padding-bottom: 40px;
	background-color: #f4f4f4;
}
.new_top .newt_tit{
	padding: 70px 0 60px;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.new_top .newt_tit h1{
	font-size: 42px;
	color: #464646;
	line-height: 1.5;
}
.new_top .newt_tit h1 span{
	font-size: 40px;
	color: #8f1f20;
	letter-spacing: 1px;
	font-family: 'Conv_NEXA LIGHT';
	opacity: 0.5;
	display: inline-block;
	margin-left: 20px;
}
.new_top .newt_slick{
	width: 100%;
	padding: 45px 30px 25px;
	background-color: #fff;
	-moz-box-shadow:0px 0px 7px #E9E9E9; 
	-webkit-box-shadow:0px 0px 7px #E9E9E9; 
	box-shadow:0px 0px 7px #E9E9E9;
}
.new_top .newt_slick .newt_fl{
	width: 40%;
	margin-top: -65px;
	overflow: hidden;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInLeft;
}
.new_top .newt_slick .newt_fl .newtl_slide{
	overflow: hidden;
}
.new_top .newt_slick .newt_fl img{
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.new_top .newt_slick .newt_fr{
	width: 60%;
	padding-left: 30px;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInRight;
}
.new_top .newt_slick .newt_fr li{
	margin-bottom: 30px;
}
.new_top .newt_slick .newt_fr li a{
	position: relative;
	display: inline-block;
	width: calc(100% - 105px);
	padding-left: 20px;
	font-size: 18px;
	color: #464646;
	line-height: 1.5;
}
.new_top .newt_slick .newt_fr li a:before{
	content: '';
	position: absolute;
	top: 12px;
	left: 0px;
	width: 6px;
	height: 6px;
	background-color: #464646;
	border-radius: 50%;
}
.new_top .newt_slick .newt_fr li span{
	display: inline-block;
	width: 105px;
	font-size: 16px;
	color: #848484;
	line-height: 1.5;
	text-align: right;
}
.news_word{
	margin-right: -90px;
	text-align: right;
}
.news_word img{
	max-width: 100%;
}
.new_btm{
	background-image:url(../image/newbg_07.jpg);
	background-size: cover;
}
.new_btm .new_li{
	width: 100%;
	margin-bottom: 15px;
	background-color: #fff;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.new_btm .new_li .newb_img{
	width: 290px;
	overflow: hidden;
}
.new_btm .new_li .newb_img img{
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.new_btm .new_li .newb_txt{
	width: calc(100% - 290px);
	padding: 25px 35px 0 30px;
}
.new_btm .new_li .newb_txt .newb_h1{
	margin-bottom: 15px;
}
.new_btm .new_li .newb_txt .newb_h1 h1{
	width: calc(100% - 82px);
	font-size: 18px;
	color: #333333;
	line-height: 1.5;
}
.new_btm .new_li .newb_txt .newb_h1 span{
	width: 82px;
	font-size: 16px;
	color: #999999;
	line-height: 1.5;
	font-weight: bold;
}
.new_btm .new_li .newb_txt p{
	margin-bottom: 5px;
	font-size: 14px;
	color: #999999;
	line-height: 2;
}
.new_btm .new_li .newb_txt button{
	margin-top: 10px;
	padding: 9px 20px;
	border:1px solid #e8e8e8;
	font-size: 14px;
	color: #999999;
	border-radius: 16px;
}
.new_btm .new_li .newb_txt button img{
	width: 12px;
	margin-left: 10px;
}
.fenye{
	padding: 60px 0px;
	text-align: center;
}
.fenye li{
	display: inline-block;
	padding: 15px;
	border:1px solid #999999;
	font-size: 14px;
	color: #999999;
	margin: 0 13px;
}
.fenye li.activepage{
	border:1px solid #8f1f20;
	color: #8f1f20;
}
.fenyeph{
	display: none;
	padding: 30px 0;
}
.fenyeph .fp_btn{
	padding: 10px 15px;
	border:1px solid #8f1f20;
}
.fenyeph .fp_btn a{
	font-size: 14px;
	color: #8f1f20;
}
.newp_tit{
	padding: 70px 0 0;
	border-bottom: 1px solid #dcdcdc;
}
.newp_tit h1{
	font-size: 34px;
	color: #333333;
	line-height: 1.5;
	text-align: center;
}
.newp_tit .newp_mess{
	padding: 30px 0;
	text-align: center;
}
.newp_tit .newp_mess span{
	display: inline-block;
	margin: 0 55px;
	font-size: 16px;
	color: #666666;
	line-height: 1.5;
}
.newp_tit .newp_mess span img{
	width: 16px;
	margin-right: 15px;
}
.newp_txt{
	padding: 80px 0 50px;
	border-bottom: 1px solid #dcdcdc;
}
.newp_txt p{
	margin: 0px 0 40px;
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
	letter-spacing: 1px;
}
.newp_txt img{
	max-width: 100%;
	margin: 0px 0 40px;
}
.newp_txt .bdsharebuttonbox{
	margin-top: 30px;
	text-align: center;
}
.newp_txt .bdshare-button-style0-16 a, 
.newp_txt .bdshare-button-style0-16 .bds_more{
	float: none;
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 0 20px;
}
.newp_txt .bdshare-button-style0-16 .bds_tsina {
    background-position: 0 0px;
    background-image: url(../image/xinlang.png);
    background-size: 100% 100%;
}
.newp_txt .bdshare-button-style0-16 .bds_weixin {
    background-position: 0 0px;
    background-image: url(../image/weixin1_3.png);
    background-size: 100% 100%;
}
.video_fix{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 14;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.9);
}
.video_fix video{
	width: 100%;
}
.video_fix .container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.video_fix .video-js {
    width: 100%;
    height: auto;
}
.video_fix .video-js .vjs-tech {
	position: relative;
}
.video_fix .video-js .vjs-big-play-button{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.video_fix .video-js .vjs-remaining-time-display{
	display: inline-block;
}
.video_fix .close{
	position: fixed;
	top: 50px;
	right: 50px;
	width: 50px;
	opacity: 1;
}
.newp_tui h1{
	padding: 50px 0 45px;
	text-align: center;
	font-size: 22px;
	color: #464646;
	line-height: 1.5;
}
.newp_tui .newp_ul{
	padding-bottom: 75px;
}
.newp_tui .newp_ul .newp_li{
	width: 33.33%;
	padding: 15px 30px 25px;
	border-left: 1px solid #e4e4e4;
}
.newp_tui .newp_ul .newp_li h6{
	font-size: 12px;
	color: #999999;
	line-height: 1.5;
	margin-bottom: 8px;
}
.newp_tui .newp_ul .newp_li h5{
	font-size: 12px;
	color: #464646;
	line-height: 1.5;
	margin-bottom: 25px;
}
.newp_tui .newp_ul .newp_li h4{
	font-size: 12px;
	color: #8f1f20;
	line-height: 1.5;
	font-family: 'Conv_NEXA LIGHT';
}
.hz_top{
	padding:80px 0 95px; 
	background-color: #f5f5f5;
}
.hz_top .hz_tit h1{
	font-size: 42px;
	color: #333333;
	line-height: 1.5;
}
.hz_top .hz_txt{
	padding-top: 50px;
	padding-bottom: 10px;
	text-align: center;
}
.hz_top .hz_txt h1{
	margin-bottom: 30px;
	font-size: 24px;
	color: #444444;
	line-height: 1.5;
}
.hz_top .hz_txt p{
	font-size: 14px;
	color: #888888;
	line-height: 1.5;
	margin-bottom: 20px;
}
.hz_ul .hz_li{
	position: relative;
	width: 50%;
	border:0.5px solid #fff;
}
.hz_ul .hz_li:before{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(../image/bgco.png);
	background-size: cover;
	opacity: 0;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.hz_ul .hz_li .hz_img{
	width: 100%;
}
.hz_ul .hz_li .hz_img img{
	width: 100%;
}
.hz_ul .hz_li .hz_po{
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 1;
	width: 100%;
	text-align: center;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.hz_ul .hz_li .hz_po img{
	width: 63px;
	margin-bottom: 15px;
}
.hz_ul .hz_li .hz_po h1{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
}
.hz_ul .hz_li .hz_po h2{
	font-size: 10px;
	color: #ffffff;
	line-height: 1.5;
	font-family: 'Conv_NEXA LIGHT';
	margin-bottom: 20px;
}
.hz_ul .hz_li .hz_po p{
	font-size: 12px;
	color: #fff;
	line-height: 2;
	letter-spacing: 1px;
}
.hz_ul .hz_li .hz_po p span{
	display: inline-block;
	padding: 0 7px;
}
.hz_bgy{
	padding: 45px 0 130px;
	background-color: #d3c9b7;
}
.hz_bgy .hzb_tit h1{
	font-size: 42px;
	color: #ffffff;
}
.hz_bgy .hzb_tit h1 span{
	font-size: 138px;
	opacity: 0.2;
}
.hz_bgy .hzb_cle .hzb_fl{
	width: 260px;
	padding-top: 40px;
}
.hz_bgy .hzb_cle .hzb_fl h1{
	font-size: 28px;
	color: #ffffff;
	line-height: 1.5;
	margin-bottom: 65px;
}
.hz_bgy .hzb_cle .hzb_fl p{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.8;
}
.hz_bgy .hzb_cle .hzb_fr{
	width: calc(100% - 260px);
	text-align: right;
}
.hz_bgy .hzb_cle .hzb_fr img{
	max-width: 100%;
}
.hz_bgi{
	padding: 60px 0 40px;
	background-image: url(../image/hezuo_14.jpg);
	background-size: cover;
}
.hz_bgi .hzi_fl{
	width: 50%;
}
.hz_bgi .hzi_fl h1{
	font-size: 42px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 45px;
}
.hz_bgi .hzi_fl h2{
	font-size: 24px;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 5px;
}
.hz_bgi .hzi_fl p{
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.hz_bgi .hzi_fr{
	width: 50%;
	padding: 35px 0 55px;
}
.hzi_tuo{
	position: relative;
	width: 351px;
}
.hzi_tuo:before{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	border:1px solid #fff;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    animation: mymovea 6s infinite;
    /* Firefox: */
    -moz-animation: mymovea 6s infinite;
    /* Safari 和 Chrome: */
    -webkit-animation: mymovea 6s infinite;
    /* Opera: */
    -o-animation: mymovea 6s infinite;
}
.hzi_tuo:after{
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	border:1px solid #fff;
	border-radius: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    animation: mymovea 6s infinite;
    /* Firefox: */
    -moz-animation: mymovea 6s infinite;
    /* Safari 和 Chrome: */
    -webkit-animation: mymovea 6s infinite;
    /* Opera: */
    -o-animation: mymovea 6s infinite;
	animation-delay: 3s;
	opacity: 0;
}
#cnzz_stat_icon_1274097010{
    margin-left: 15px;
}

@keyframes mymovea
{
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    100% {
        width: 565px;
        height:565px;
        opacity: 0.1;
    }
}

@-moz-keyframes mymovea /* Firefox */
{
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    100% {
        width: 565px;
        height:565px;
        opacity: 0.1;
    }
}

@-webkit-keyframes mymovea /* Safari 和 Chrome */
{
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    100% {
        width: 565px;
        height:565px;
        opacity: 0.1;
    }
}

@-o-keyframes mymovea /* Opera */
{
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    100% {
        width: 565px;
        height:565px;
        opacity: 0.1;
    }
}


@keyframes mymoveb
{
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    100% {
        width: 565px;
        height:565px;
        opacity: 0.1;
    }
}

@-moz-keyframes mymoveb /* Firefox */
{
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    100% {
        width: 565px;
        height:565px;
        opacity: 0.1;
    }
}

@-webkit-keyframes mymoveb /* Safari 和 Chrome */
{
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    100% {
        width: 565px;
        height:565px;
        opacity: 0.1;
    }
}

@-o-keyframes mymoveb /* Opera */
{
    0% {
        width: 0px;
        height: 0px;
        opacity: 1;
    }
    100% {
        width: 565px;
        height:565px;
        opacity: 0.1;
    }
}
.hzi_tuo .hzi_img{
	width: 100%;
}
.hzi_tuo .hzi_img img{
	width: 100%;
}
.hzi_tuo .hzi_con{
	text-align: center;
}
.hzi_tuo .hzi_con img{
	width: 48px;
	margin-bottom: 5px;
}
.hzi_tuo .hzi_con h1{
	font-size: 16px;
	color: #ffffff;
	line-height: 1.5;
}
.hzi_tuo .hzi_con1{
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.hzi_tuo .hzi_con2{
	position: absolute;
	top: 55%;
	left: 0%;
	transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.hzi_tuo .hzi_con3{
	position: absolute;
	top: 55%;
	right: 0%;
	transform: translate(50%,-50%);
	-o-transform: translate(50%,-50%);
	-ms-transform: translate(50%,-50%);
	-moz-transform: translate(50%,-50%);
	-webkit-transform: translate(50%,-50%);
}
.hzi_tuo .hzi_con4{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,50%);
	-o-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	-moz-transform: translate(-50%,50%);
	-webkit-transform: translate(-50%,50%);
}
.qikan{
	background-color: #f5f5f5;
}
.qikan .qk_tit{
	padding: 75px 0 30px;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.qikan .qk_tit h1{
	font-size: 42px;
	color: #464646;
	line-height: 1.5;
}
.qk_li{
	padding: 50px 0;
	animation-delay: 0.2s; 
	visibility: visible; 
	animation-name: fadeInUp;
}
.qk_li:nth-child(odd){
	background-color: #fff;
}
.qk_li .qk_img{
	width: 247px;
	overflow: hidden;
}
.qk_li .qk_img img{
	width: 100%;
	transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
}
.qk_li .qk_txt{
	width: calc(100% - 247px);
	padding:50px 0 0 86px;
}
.qk_li .qk_txt img{
	max-width: 100%;
	margin-bottom: 15px;
}
.qk_li .qk_txt h6{
	font-size: 14px;
	color: #333333;
	line-height: 1.5;
	margin-bottom: 30px;
}
.qk_li .qk_txt p{
	font-size: 16px;
	color: #333333;
	line-height: 2;
	margin-bottom: 30px;
}
.qk_li .qk_txt button{
	padding: 9px 15px;
	border:1px solid #e8e8e8;
	font-size: 14px;
	color: #8f1f20;
	border-radius: 16px;
}
/*大事记*/
.lb2 .timeline
{
    height: 30px;
    margin-top: 45px;

    background: url(../image/timescroll.png) no-repeat bottom center;
}
.lb2 .time
{
    font-size: 16px;

    width: 100%;

    color: #666;
}
.lb2 .time .item
{
    position: relative;

    -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;
}
.lb2 .time .item::after
{
    position: absolute;
    bottom: -22px;
    left: 50%;

    width: 11px;
    height: 9px;

    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;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);

    opacity: 0;
    background: url(../image/delta.png) no-repeat center;
}
.lb2 .time .item.slick-current
{
    color: #004ab9;
}
.lb2 .time .slick-list
{
    padding-bottom: 25px !important;
}
.lb2 .time .item.slick-current::after
{
    opacity: 1;
}
.lb2 .lcon2
{
    margin-top: 45px;
}
.lb2 .timecontent p
{
    font-size: 16px;
    line-height: 2.25;

    color: #666;
}
.lb2 .slick-prev,
.lb2 .slick-next
{
    top: -88px;
}
.lb2 .slick-prev,
.lb2 .slick-next
{
    z-index: 1;

    width: 32px;
    height: 32px;

    border: 1px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 32px 32px;
    box-shadow: 0 6px 6px rgba(0,0,0,.1);
}
.lb2 .slick-prev
{
    left: 0;

    background-image: url(../image/lab.png);
}
.lb2 .slick-next
{
    right: 0;

    background-image: url(../image/rab.png);
}
.lb2 .hisbg
{
    height: 300px;
    margin-top: 73px;

    background: url(http://www.yinfengwuye.com/Public/Cn/images/hisbg.jpg) no-repeat center;
}
.j_h2_box1{
    padding-bottom: 0px;
}
.j_h2_con1{
    position: relative;
    width:100%;
    overflow: hidden;
}
.j_h2_bg{
    position: absolute;
    left:50%;
    top:0px;
    transform: translateX(-50%);
    height: 100%;
    z-index: 1;
}
.j_h2_con1 .mengc{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    z-index: 2;
}
.j_h2c1_con{
    position: relative;
    z-index:10;
}
.j_h2c1_con .j_h2c1_box{
    float: left;
    width:33.3333%;
    height: 467px;
    text-align: center;
    padding: 90px 40px 180px;
    border-left:1px solid #7f8577;
    cursor: pointer;
}
.j_h2c1_con a:last-child .j_h2c1_box{
    border-right:1px solid #7f8577;
}
.j_h2c1_box .icon{
    height: 85px;
}
.j_h2c1_box h1{
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    font-weight: bold;
    margin-top: 80px;
    -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;
}
.j_h2c1_box p{
    display: block;
    height: 0px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    overflow: hidden;
    text-align: center;
    -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;
}
.j_h2c1_box .more{
    display: none;
    width:108px;
    height:34px;
    border: 1px solid #a2a69a;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    -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;
}
@media (min-width: 992px){
    .j_h2c1_box:hover .more{
        display: block;
        margin: 30px auto 0px;
    }
    .j_h2c1_box:hover p{
        height:60px;
        margin-top: 10px;
    }
    .j_h2c1_box:hover h1{
        margin-top: 50px;
    }
    .j_h2c1_con .j_h2c1_box:hover{
        padding-bottom: 75px;
    }
}
.j_m1_con1{
    position: relative;
    overflow: hidden;
}
.j_m1_con1 .j_m1_bg{
    position: absolute;
    top:0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%);
    z-index:2;
}
.j_m1_con1 .j_h1_tle{
    position: relative;
    z-index:10;
}
.j_m1_con1 .j_h1_tle h1{
    color: #fff;
    font-family: 宋体;
	font-size: 56px;
	line-height: 56px;
	margin-bottom: 20px;
	font-weight: bold;
}
.j_h1_tle {
    padding: 70px 15px;
}
.j_h1_tle h2 {
    font-size: 40px;
    line-height: 40px;
    color: #dbdbdb;
    text-transform: uppercase;
    font-family: ww;
    font-style: normal;
}
.j_m1_con1 .j_h1_tle .p_box{
    width:50%;
    margin:0 auto;
    padding: 130px 0 270px;
}
.j_m1_con1 .j_h1_tle p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}
.j_m1_con2{
    position: relative;
    z-index:11;
    background: #434343;
    padding-bottom: 48px;
}
.j_m1c2_text1{
    position: relative;
    top: -48px;
    height: 350px;
}
.j_m1c2t1_l{
    position: absolute;
    left: 15px;
    bottom: 0;
    width:calc(50% - 15px);
    background: #fff;
    padding: 60px;
}
.j_m1c2t1_r{
    position: absolute;
    bottom: 0;
    right: 15px;
    width:calc(50% - 15px);
    background: #f0f0f0;
    padding: 60px;
}
.j_m1c2t1_l h1,
.j_m1c2t1_r h1{
    font-size: 18px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}
.j_m1c2t1_l span,
.j_m1c2t1_r span{
    position: relative;
    display: block;
    padding-left: 35px;
}
.j_m1c2t1_l span img,
.j_m1c2t1_r span img{
    position: absolute;
    left:0;
    top: 12px;
    width: 15px;
}
.j_m1c2t1_l span i,
.j_m1c2t1_r span i{
    float: left;
    font-size: 14px;
    line-height: 36px;
    color: #666;
    font-style: normal;
}
.j_m1c2t1_l span .i1,
.j_m1c2t1_r span .i1{
    float: none;
    display: inline-block;
    width:calc(100% - 35px);
}
.j_m1c2t1_l span .i2,
.j_m1c2t1_r span .i2{
    float: none;
    display: inline-block;
    width:calc(100% - 43px);
}
.j_m1c2t2_box{
    float: left;
    width: 386px;
    height: 130px;
    margin:0 10px;
    padding: 20px 35px;
    background: #fff;
    margin-bottom: 20px;
    cursor: pointer;
}
.text2_box{
    margin: 105px -10px 0;
}
.j_m1c2t2_box1{
    position: relative;
    background: none;
    padding: 0;
}
.j_m1c2t2_box1 h1{
    font-size: 48px;
    line-height: 36px;
    color: #e1e1e1;
    margin-top: 30px;
    font-family: 宋体;
    font-weight: bold;
}
.j_m1c2t2_box1 img{
    position: absolute;
    height: 100%;
    right:0;
    top:0;
    z-index:-1;
}
.j_m1c2t2_box .l{
    float: left;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background:#e8e8e8;
    color: #999;
    font-family: w35;
    text-align: center;
    line-height: 90px;
    font-size: 38px;
    font-weight: bold;
}
.j_m1c2t2_box .r{
    float: left;
    width:calc(100% - 90px);
    padding-left: 20px;
}
.j_m1c2t2_box .r h1{
    font-size: 20px;
    line-height: 44px;
    color: #333;
    font-weight: bold;
}
.j_m1c2t2_box .r span{
    display: block;
    height: 1px;
    width: 24px;
    background: #999999;
}
.j_m1c2t2_box .r p{
    font-size: 12px;
    line-height: 24px;
    color: #666;
    margin-top: 16px;
    font-family: w35;
}
.rep_tankbox{
    width: 100%;
    height: 100%;
    position: relative;
}
.rep_tank{
    background: #434343;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 116px;
    padding-bottom: 116px;
}
.meclk .container {
    height: 100%;
    position: relative;
}
.rep_tank p{
    font-family: "w35";
    font-size: 16px;
    color: #ffffff;
}

.lead1g .nyb_text span:hover {
    font-weight: inherit;
}
.j_h2xq_con4 .text_box{
    position: absolute;
    width:calc(50% - 15px);
    height: calc(100% - 410px);
    right: 15px;
    bottom: 0;
    background: #fff;
    z-index: 13;
}
.j_h2xq_con4 .text_box{
    padding: 45px 60px 0px;
}
.j_h2xq_con4 .text_box h1{
    font-size: 24px;
    line-height: 32px;
    color: #333;
    margin-bottom: 30px;
}
.j_h2xq_con4 .text_box p{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    text-align: justify;
}
.j_mtanshuju {
    display: none;
}
.ljjb{
    float: right;
    width: 100px;
    margin-top: 15px;
}
.ljjb a{
    display: block;
    width:100%;
    font-size: 14px;
    line-height: 30px;
    color: #1b61a9;
    border: 1px solid #1b61a9;
    text-align: center;
}

/*newxl*/
.xial{
    display: none;
    position: absolute;
    top:100%;
    right: 63px;
    width: calc(1366px);
    max-width: calc(100% - 126px);;
    background: #ffffff;
    padding: 36px 110px;
    border-top: 1px solid #e1e1e1;
}
.header.act .xial{
    width: 1366px;
}
.xial .xl_yiji{
    float: left;
    width: 186px;
}
.ooo_en{
    position: absolute;
    top: 50%;
    right: 105px;
    width: 25px;
    cursor: pointer;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.ooo_en img{
    width: 23px;
}
.xial .xl_yiji span{
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #004ab9;
}
.xial .xl_erji[data-num="0"]{
    border-left: 1px dashed #d0d0d0;
}
.xial .xl_erji[data-num="0"] {
    float: left;
    padding: 0 55px 0 110px;
}
.xial .xl_erji[data-num="1"] {
    float: left;
    padding: 0 110px 0 55px;
}
.xial .xl_erji span{
    display: block;
    -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;
    margin-bottom: 20px;
}
.xial .xl_erji span a{
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}
.xial .xl_erji span:last-child{
    margin-bottom: 0;
}
.xial .xl_erji span:hover a{
    color: #297224;
}
.xl_pic{
    float: right;
    width: 310px;
    height: 166px;
}
.xl_pic img{
    width:100%;
    height: 100%;
}
.new_bo{
    padding: 45px 0 35px;
}
.newbb{
    margin: 0 -15px;
}
.newbb a{
    float: left;
    display: block;
    width:33.33%;
    height: 224px;
    padding: 10px 25px;
    margin-bottom: 40px;
    overflow: hidden;
}
.newbb img{
    width:100%;
    -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;
    border-radius: 10px;
}
.new_bo .tle{
    padding: 0 15px;
    text-align: right;
    margin-bottom: 40px;
}
.new_bo .tle h1 {
    font-size: 60px;
    color: #ded7ca;
    line-height: 1.5;
    margin-bottom: 5px;
    font-family: 'Conv_GEORGIA',Arial;
    animation-delay: 0.2s;
    visibility: visible;
    animation-name: fadeInUp;
}
.new_bo .tle img {
    max-width: 70%;
    animation-delay: 0.2s;
    visibility: visible;
    animation-name: fadeInUp;
}
.slick-slider{
     -webkit-user-select:auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
     user-select: auto;
}

.homepage .banner img {
  width: 100%;
  /* height: 87.6vh; */
  height: 77.6vh;
}

.homepage .banner .swiper-pagination {
  bottom: 0.5rem;
  text-align: right;
  padding-right: 1.8rem;
}
.homepage .banner .swiper-pagination-bullet {
  background: #fff;
  margin-right: 5px;
  width: 0.3rem;
  opacity: 0.6;
  border-radius: 0.05rem;
  height: 5px;
}
.homepage .banner .swiper-pagination-bullet-active {
  background: #2b5db6;
  opacity: 1;
}
.homepage .b .flex,
  .homepage .c .bd,
  .homepage .d .bd .flex {
    display: block;
  }
.homepage .b {
    padding: 0.8rem 0;
}
  .homepage .b ul {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  .homepage .b ul li {
    width: 25%;

    margin-top: 0.15rem;
  }
  .homepage .b ul {
    font-size: 0.14rem;
    justify-content: flex-start;
  }
  .homepage .b ul dd span {
    font-size: 0.2rem;
  }
  .homepage .b .bd p {
    margin: 0.2rem 0;
  }
.title_common span {
    font-size: 0.36rem;
    color: #2b5db6;
    text-transform: uppercase;
    font-family: SourceHanSans-Medium;
}.title_common h2 {
    font-size: 0.3rem;
    color: #0d0d0d;
}

.homepage .b .bd p {
    line-height: 0.32rem;
    max-width: 6.1rem;
    margin: 0.4rem 0 0.3rem;
}
.homepage .more {
    display: flex;
    width: 1.1rem;
    height: 0.3rem;
    align-items: center;
    justify-content: center;
    font-size: 0.15rem;
    color: #2b5db6;
    border: 2px solid #ccc;
}.homepage .b ul {
    display: flex;
    justify-content: space-between;
    font-size: 0.19rem;
    margin-top: 0.6rem;
}.homepage .b ul dd {
    font-size: 0.18rem;
    color: #2b5db6;
}

.homepage {
    font-size: 0.16rem;
}
.flex_item {
    flex: 1;
    width: 50%; float: left;
}

@media (max-width: 767px){
.flex_item{ width: 100%; }    
.homepage .b .map, .homepage .c .bd .box, .homepage .d .bd{ margin-top: 50px }
}