/*��ҳͨ��*/
.in_banner{height: 300px;}
.in_top{line-height: 60px;border-bottom: 1px solid #f1f1f1;}
.in_top .in_nav{float: left;}
.in_nav .inNav_T{display: none;}
.inNav_list a{
    display: block;float: left;margin-left: 20px;font-size: 14px;color:#000;
    width: 87px;text-align: center;position: relative;
}
.inNav_list a:after{
    content: "";display: block;width: 100%;height: 3px;background: #b96710;
    position: absolute;left: 0;bottom:-1px;transform: scale(0,1);transition: all .6s;
}
.inNav_list a.act:after, .inNav_list a:hover:after{transform: scale(1.1);}
.in_top .now_address{
    padding-left: 20px;background: url("../images/home.png") 4px center no-repeat;font-size: 12px;color:#666;float: right;
}
.now_address a{font-size: 12px;color:#666;}
.now_address a:hover{color:#b96710;}
.now_address span{color:#b96710;}
.in_right{width: 270px;float: right;padding: 30px 0;}
.in_right a{display: block;position: relative;margin-bottom:20px;overflow: hidden;}
.in_right a img{width: 100%;transition: all 2s;}
.in_right a:hover img{transform: scale(1.1);}
.in_right a .inR_T{
    position: absolute;width: 100%;line-height: 34px;text-align: center;left: 0;bottom:0;
    background: rgba(0,0,0,.5);font-size: 12px;color:#fff;
}
.in_main{
    width: calc(98% - 270px);box-sizing: border-box;border-right: 1px solid #f1f1f1;float: left;
    padding: 30px 25px 30px 0;margin-bottom: 50px;
}
/****/
.abt_T{font-size: 20px;font-weight: bold;line-height: 50px;color:#333;margin-bottom: 10px;}
.abt_TT{font-size: 14px;line-height:30px;color:#666;text-align:justify;}
/****/
.honor_list{padding:0 0 30px;}
.honor_list .honor_one {
    margin:0 1%;width: 31.33%;float: left;padding-bottom: 40px;height:230px;line-height: 230px;
    background: url("../images/honor_bg.png") no-repeat center bottom;background-size: 100% 50px;text-align: center;
	margin-bottom:20px;
}
.honor_list .honor_one:nth-child(3n){margin-right: 0;}
.honor_list .honor_one img{
    vertical-align: bottom;max-width: 77%;max-height: 100%;cursor: pointer;box-sizing: border-box;
}
.honor_list .honor_one:hover img{animation: bounce 1.5s;}
/*������*/
.mask-wrap {
    position: fixed;left: 0;top: 0;width: 100%;height: 100%;
    z-index: 99999;text-align: center;display: none;
}
.mask-bg {
    width: 100%;height: 100%;position: absolute;left: 0;
    top: 0;background: #000;opacity: .7;
}
.mask-main {
    width: 800px;height: 600px;position: absolute;
    top: 50%;margin-top: -300px;left: 50%;margin-left: -400px;
}
.mask-img {width: 100%;height: 500px;}
.mask-img .img-md {max-width: 100%;max-height: 100%;}
.mask-img img{max-width: 100%;max-height: 100%;transition: all .3s;position: relative;top:50%;transform: translateY(-50%);}
.mask-main p {
    font-size: 18px;color: #fff;max-width: 270px;margin: auto;
    line-height: 40px;height:40px;background: #000;border-radius: 20px;
}
.mask-pager li {position: absolute;top: 25%;cursor: pointer;height: 50%;width: 10%;}
.mask-pager .prev {left: 10%;background: url("../images/mask_left.png") no-repeat center;}
.mask-pager .next {right: 10%;background: url("../images/mask_right.png") no-repeat center;}
.mask-close {
    width: 30px;height: 30px;position: absolute;right: 20%;
    top:20%;cursor: pointer;transition: all 1s;
    background: url("../images/mask_off.png") no-repeat center center;
}
.mask-close:hover{transform: rotate(360deg);}
@media (max-width: 800px) {
    .mask-main {width: 100%;height: 100%;top: 0;margin-top: 0px;left: 0;margin-left: 0px;}
    .mask-img {height: 80%;width: 96%;margin:10% auto;}
    .mask-main p {margin-top: -40px;}
    .mask-pager .prev {left: 5%;}
    .mask-pager .next {right: 5%;}
    .mask-close {background-size: 32px;}
    .mask-img img{position: relative;top: 50%;transform: translateY(-50%);}
}
/****/
.vdo_list{padding: 25px 0 10px;}
.vdo_list .vdo_one{
    width: 30.8%;display: block;margin-right: 3.8%;padding: 5px;margin-bottom: 30px;
    box-sizing: border-box;border: 1px solid #e8e8e8;float: left;
}
.vdo_list .vdo_one:nth-child(3n){margin-right: 0;}
.vdo_one .vdo_img{position: relative;overflow: hidden;}
.vdo_one .vdo_img img{width: 100%;transition: all 2s;}
.vdo_one:hover .vdo_img img{transform: scale(1.1);}
.vdo_img:after{
    content: "";display: block;width: 100%;height: 100%;position: absolute;
    left: 0;bottom:0;background: url("../images/play_02.png") center no-repeat;
}
.vdo_one .vdo_T{font-size: 13px;line-height: 22px;padding: 10px 5px 0;transition: all .6s;}
.vdo_one .vdo_TT{
    padding-left: 32px;line-height: 32px;font-size: 15px;color:#b96710;
    background: url("../images/read.png") 5px center no-repeat;
}
.vdo_one:hover .vdo_T{color:#b96710;}
.vdo_div{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,.5);top: 0;left: 0;z-index: 19;display: none;}
.vdo_div .vdo_box{
    background: #fff;width: 1100px;max-width: 90%;margin: auto;
    position: relative;top: 50%;transform: translateY(-50%);padding: 20px 0 40px;
}
.vdo_box .vdoB_close{
    width: 30px;height:30px;background: url("../images/close_02.png") center no-repeat;
    position: absolute;right: 40px;top: 40px;cursor: pointer;
}
.vdo_box .vdoB_T{
    line-height: 30px;padding:20px 0;font-size: 18px;color:#333;text-align: center;width: 94%;margin: auto;
}
.vdo_box .vdoB_M{
    width: 920px;max-width: 94%;margin: auto;box-sizing: border-box;border: 1px solid #dfdfdf;padding: 14px 18px;
}
.vdoB_M video{width: 100%;}
.vdoB_M .vdoB_TT{font-size: 14px;line-height: 30px;color:#333;text-align: justify;padding: 15px 10px 20px;}
/****/
.pro_list{padding-bottom: 25px;}
.pro_list .pro_one{
    display: block;width: 48.3%;margin-right: 3.4%;position: relative;
    margin-bottom: 25px;float: left;overflow: hidden;
}
.pro_list .pro_one:nth-child(2n){margin-right: 0;}
.pro_one img{width: 100%;transition: all 2s; height:240px;}
.pro_one:hover img{transform: scale(1.1);}
.pro_one .protxt{
    width: calc(100% - 24px);box-sizing: border-box;padding: 20px 70px 20px 20px;position: absolute;
    background: rgba(0,0,0,.6);color:#fff;font-size: 15px;line-height: 25px;right: 0;bottom:15px;
}
.protxt .pro_more{
    width: 42px;height: 42px;border: 1px solid #a9a9a9;background: url("../images/more_02.png") center no-repeat;
    position: absolute;right: 20px;top: calc(50% - 22px);transition: all .6s;
}
.pro_one:hover .protxt .pro_more{background-position-x:70%;}
/*****/
.proD_T{text-align: center;font-size: 18px;font-weight: bold;color:#333;line-height: 26px;padding:10px 0;margin-bottom: 15px;}
.proD_pic{max-width: 96%;margin:0 auto 40px;display: block;}
.proD_int .proDI_T{
    line-height: 24px;border-left: 5px solid #b96710;padding-left: 10px;font-size: 16px;font-weight: bold;color:#333;
}
.proD_int .proDI_TT{
    font-size: 14px;line-height: 26px;color:#666;text-align: justify;min-height: 230px;
    box-sizing: border-box;padding: 20px 0 40px;
}
.pro_back{
    display: block;width: 136px;line-height: 46px;text-align: center;
    font-size: 14px;color:#fff;background: #fad50b;border-radius: 5px;margin: auto;
}
.pro_back i{
    display: inline-block;padding-left: 32px;background: url("../images/back.png") left center no-repeat;
}
/****/
.join_top .joinT_T{line-height: 24px;margin-bottom: 10px;font-size: 18px;font-weight: bold;color:#666;}
.join_top .joinT_TT{font-size: 14px;line-height: 26px;color:#999;text-align: justify;margin-bottom: 20px;}
.join_table{padding-bottom: 35px;font-size: 14px;color:#666;}
.join_table .td1{width: 27.6%;}
.join_table .td2{width: 21.8%;}
.join_table .td3{width: 13.8%;}
.join_table .td4{width: 21.8%;}
.join_table .td5{width: 15.0%;}
.join_table .join_thead{
    height: 50px;line-height: 50px;text-align: center;border: 1px solid #ededed;background: linear-gradient(#fff,#f5f5f5);
}
.join_thead .join_th{float: left;}
.join_tbody .join_tr{margin-top: 2px;background: #f8f8f8;}
.join_tr .join_td{
    text-align: center;float: left;line-height: 54px;position: relative;height:54px;cursor: pointer;
    transition: all .6s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
.join_td.td5:before,.join_td.td5:after{
    content: "";display: block;width: 24px;height: 2px;background: #000;
    position: absolute;top: calc(50% - 1px);left: calc(50% - 12px);transition: all .6s;
}
.join_td.td5:before{transform: rotate(90deg);}
.join_td.td5:after{transform: rotate(0deg);}
.join_open .join_td.td5:before{transform: rotate(45deg);background: #fff;}
.join_open .join_td.td5:after{transform: rotate(-45deg);background: #fff;}
.join_open .join_td,.join_tr:hover .join_td{background: #b96710;color:#fff;}
.join_tr:hover .join_td.td5:before,.join_tr:hover .join_td.td5:after{background: #fff;}
.join_tr .join_int{line-height: 35px;text-align: justify;padding:25px 50px;display: none;}
.join_int b.c3{font-size: 16px;}
/****/
.newsA{display: block;margin: 50px 0 0 20px;position:relative;background: #f7f7f7; overflow:hidden;}
.newsA .newsA_pic{position: absolute;top:-30px;left: -20px;width: 450px;overflow: hidden;}
.newsA .newsA_pic img{width: 100%;transition: all 2.5s;}
.newsA:hover .newsA_pic img{transform: scale(1.1);}
.newsA .newsA_txt{width: calc(97% - 450px);float: right;box-sizing: border-box;padding:55px 30px 55px 0;}
.newsA_txt .newsA_T{font-size: 16px;font-weight: bold;color:#333;transition: all .6s;}
.newsA_txt .newsA_TT{font-size: 13px;line-height: 22px;margin: 20px 0 25px;}
.newsA_txt .newsA_time{
    line-height: 20px;font-size: 13px;color:#999;padding-left: 29px;
    background: url("../images/time.png") left center no-repeat;
}
.newsA:hover .newsA_txt .newsA_T{color:#b96710;}
.news_list{padding-bottom: 50px;}
.news_list .news_one{
    display: block;width: 49%;margin-right: 2%;float: left;border-bottom: 1px solid #e6e6e6;
    padding: 40px 20px 30px;box-sizing: border-box;
}
.news_list .news_one:nth-child(2n){margin-right: 0;}
.news_one .news_time{line-height: 40px;font-size: 12px;color:#333;}
.news_time .news_day{font-size: 16px;padding-right: 20px;}
.news_one .news_T{line-height: 40px;margin-bottom: 12px;font-size: 16px;font-weight: bold;color:#333;transition: all .6s;}
.news_one .news_TT{font-size: 13px;line-height: 24px;color:#999;}
.news_one .news_more{
    height: 22px;margin-top: 25px;width: 24px;background: url("../images/more_03.png") center no-repeat;transition: all .6s;
}
.news_one:hover .news_T{color:#b96710;}
.news_one:hover .news_more{transform: translateX(10px);}
/****/
.newsD_T{line-height: 32px;font-size: 18px;font-weight: bold;color:#333;}
.newsD_time{line-height: 30px;font-size: 14px;color:#666;}
.newsD_TT{padding: 20px 0 40px;font-size: 14px;line-height: 30px;color:#666;text-align: justify;}
.newsD_TT img{max-width: 100%;}
/****/
.bd_map{height: 480px;width: 100%;}
.in_title .inT_T{font-size: 24px;font-weight: bold;color:#333;line-height: 36px;padding-top: 40px;}
.in_title .inT_TT{font-size: 14px;color:#ccc;line-height: 24px;padding-bottom: 60px;}
.con_txt{width:420px;float: left;padding-top: 20px;}
.con_txt .con_T{line-height: 45px;margin-bottom: 5px;font-size: 24px;font-weight:bold;color:#333;}
.con_txt .con_TT{font-size: 16px;line-height: 36px;color:#666;}
.con_form{width:calc(90% - 480px);float: right;padding-bottom: 80px;}
.con_form input[type='text']{
    display: block;height: 45px;margin-bottom: 15px;border-bottom: 1px solid #e5e5e5;
    width: 100%;font-size: 14px;color:#333;
}
.con_form textarea{
    display: block;height: 160px;border-bottom: 1px solid #e5e5e5;
    width: 100%;font-size: 14px;color:#333;resize: none;
}
.con_form .con_btn{
    display: block;height: 50px;margin-top: 30px;border-radius: 5px;
    width: 100%;font-size: 16px;color:#fff;background: #4c4b4b;cursor: pointer;
}













