/**ͨ��**/
.in_banner{height:250px;}
.in_main{padding:56px 0;}
.in_main .in_nav{width:260px;float:left;background:#f4f4f4;box-sizing:border-box;padding:20px 20px 44px;}
.in_nav .inNav_T1{line-height:60px;font-size:26px;color:#0552b2;background:url("../bgimg/in_title_01.jpg") left bottom no-repeat;}
.in_nav .inNav_list{padding-top:16px;}
.inNav_list li{padding:4px 0;border-bottom:1px solid #dedede;}
.inNav_list li>a{display:block;line-height:40px;font-size:15px;color:#333;padding-left:24px;position:relative;}
.inNav_list li>a:before{content:"";display:block;width:8px;height:8px;position:absolute;left:0;top:calc(50% - 4px);background:#a9a9a9;border-radius:50%;transition:all .6s;}
.inNav_list li.act>a,.inNav_list li>a:hover{color:#0552b2;}
.inNav_list li.act>a:before,.inNav_list li>a:hover:before{background:#0552b2;}
.inNav_list li>a.hasEr{background:url("../bgimg/btn_01.png") right center no-repeat;}
.inNav_list li.act>a.hasEr{background-image:url("../bgimg/btn_02.png");}
.inNav_list li .inNav_er{display:none;}
.inNav_er a{display:block;font-size:14px;line-height:14px;padding:8px 24px;}
.inNav_er a:hover,.inNav_er a.act{color:#0552b2;}
.in_main .in_R{width:calc(100% - 330px);float:right;}
/****/
.abt_T1{font-size:24px;line-height:34px;padding:16px 0 10px;color:#0552b2;}
.abt_T2{font-size:15px;line-height:30px;color:#333;text-align:justify;}
.abt_T2 img{max-width:100%;}
/****/
.newsD_T1{line-height:26px;font-size:20px;color:#000;padding-top:14px; font-weight:bold; }
.newsD_T2{font-size:16px;line-height:36px;margin-bottom:20px;}
.newsD_T3{font-size:15px;line-height:32px;color:#333;text-align:justify;padding-bottom:20px;}
.newsD_T3 img{max-width:100%;}
.back_link{display:block;line-height:40px;margin-bottom:14px;text-align:center;font-size:16px;color:#0552b2;}
.back_link i{display:inline-block;padding-left:30px;background:url("../bgimg/back_01.png") left center no-repeat;}
.newsD_cls{border-top:1px dashed #d6d6d6;padding-top:16px;}
.newsD_cls a{display:block;line-height:30px;font-size:14px;color:#333; font-weight:bold;}
/****/
.honor_list{padding-bottom:100px;}
.honor_list .honor_one {
    margin-right:5%;width:30%;float:left;padding-bottom:50px;height:200px;line-height:200px;
    background:url("../bgimg/honor_bg.png") no-repeat center bottom;background-size:100% 60px;text-align: center;
}
.honor_list .honor_one:nth-child(3n){margin-right:0;}
.honor_list .honor_one img{vertical-align:bottom;max-width:80%;max-height:100%;cursor:pointer;box-sizing:border-box;border:1px solid #e6e6e6;}
.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:650px;}
.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:36px;height:36px;padding-top:4px;background:#000;border-radius:20px;}
.mask-close{width:30px;height:30px;position:absolute;right:20%;top:20%;cursor:pointer;transition:all 1s;background:url("../bgimg/close_02.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:0;left:0;margin-left:0;}
    .mask-img{height:72%;width:90%;margin:14% auto;}
    .mask-main p{margin-top:-40px;}
    .mask-close{top:4%;right:5%;width:20px;height:20px;background-size:20px;}
    .mask-img img{position:relative;top:50%;transform:translateY(-50%);}
}
/****/
.pager{text-align:center;font-size:0;}
.pager a{display:inline-block;line-height:40px;padding:0 16px;font-size:14px;background:#f4f4f4;margin:0 3px;}
.pager a:hover,.pager a.act{color:#fff;background:#0552b2;}
/****/
.pro_list{padding-bottom:10px;}
.pro_list .pro_one{
    display:block;float:left;width:31%;margin:0 3.5% 32px 0;padding:20px 0;transition:all .6s;
    box-sizing:border-box;border:1px solid #e4e4e4;background:#fdfdfd;text-align:center;cursor:pointer;
}
.pro_list .pro_one:nth-child(3n){margin-right:0;}
.pro_list .pro_one:hover{box-shadow:0 0 20px rgba(0,0,0,.3);}
.pro_one .pro_pic{padding-bottom:10px;position:relative;}
.pro_pic:after{content:"";display:block;width:66%;height:1px;background:#e4e4e4;position:absolute;bottom:0;left:17%;transition:all .6s;}
.pro_one .pro_T1{font-size:18px;line-height:32px;padding-top:12px;color:#333;font-weight:bold;transition:all .6s;}
.pro_one .pro_T2{font-size:14px;line-height:22px;height:44px;color:#999;max-width:80%;margin:auto;}
.pro_one:hover .pro_pic:after{background:#0552b2;}
.pro_one:hover .pro_T1{color:#0552b2;}
/****/
.pro_pop{position:fixed;width:100%;height:100%;left:0;top:0;background:rgba(0,0,0,.35);z-index:20;display:none;}
.pro_pop .proP_box{
    position:absolute;width:1152px;height:90%;max-width:90%;left:50%;top:50%;
    transform:translate(-50%,-50%);background:#fff;box-sizing:border-box;padding:82px 44px;
}
.proP_box .proP_close{
    height:35px;background:url("../bgimg/close_01.png") center no-repeat;
    width:35px;position:absolute;top:40px;right:40px;transition:all 1s;
}
.proP_box .proP_close:hover{transform:rotate(360deg);}
.proP_box .proPD_mainB{width:100%;height:100%;overflow:auto;}
.proP_box .proP_pic{width:616px;border:2px solid #dbdbdb;float:left;}
.proP_box .proP_txt{width:calc(100% - 670px);float:right;padding-top:54px;}
.proP_txt .proP_T1{font-size:24px;line-height:34px;margin-bottom:10px;font-weight:bold;color:#0552b2;}
.proP_txt .proP_T2{font-size:16px;line-height:30px;color:#333;min-height:330px;}
.proP_txt .proBack{
    display:block;line-height:40px;font-size:16px;color:#0552b2;padding-left:34px;
    background:url("../bgimg/back_01.png") left center no-repeat;
}
/****/
.news_list{padding-bottom:46px;}
.news_list .news_one{display:block;padding:16px 70px 16px 0;border-bottom:1px dashed #ccc;position:relative;}
.news_one .news_pic{width:205px;border:3px solid #f4f4f4;float:left;}
.news_one .news_txt{width:calc(100% - 240px);float:right;}
.news_txt .news_T1{padding:20px 0 10px;line-height:24px;font-size:15px;color:#000;transition:all .6s; font-weight:bold;}
.news_one:hover .news_txt .news_T1{color:#0552b2;}
.news_txt .news_T2{
	font-size: 13px;
    line-height: 23px;
    height: 43px;
	
	}
.news_txt .news_T3{font-size:12px;line-height:26px;color:#999;padding-top:10px;}
.news_one .news_data{
    display:block;width:30px;height:30px;position:absolute;right:0;top:calc(50% - 15px);
    background:url("../bgimg/more_02.png") center no-repeat;transition:all .6s;
}
.news_one:hover .news_data{background-image:url("../bgimg/more_03.png");}
/****/
.con_map{height:400px;}
.con_txt .con_T1{font-size:24px;line-height:40px;padding:32px 0 10px;color:#0552b2;font-weight:bold;}
.con_txt .con_T2{font-size:16px;line-height:36px;color:#333;}
/****/
.fdb_T1{font-size:40px;line-height:56px;padding:10px 0;color:#0552b2;}
.fdb_T2{font-size:18px;line-height:30px;padding-bottom:30px;color:#333;}
.fdb_form{padding-bottom:50px;}
.fdb_form input[type='text']{
    display:block;margin:0 3% 18px 0;float:left;width:380px;max-width:47%;
    height:44px;padding-left:24px;background:#f4f4f4;font-size:14px;color:#333;
}
.fdb_form input[type='text'].fdbIpt2{width:calc(3% + 760px);max-width:97%;}
.fdb_form input[type='text'].fdbIpt3{width:280px;margin-right:0;}
.fdb_form textarea{
    display:block;margin:0 3% 18px 0;outline:none;float:left;width:calc(3% + 760px);max-width:97%;
    height:170px;resize:none;padding:12px 24px;background:#f4f4f4;font-size:14px;color:#333;
}
.fdb_form .vCode{width:120px;height:44px;float:left;cursor:pointer;margin:0 24px 18px 0;}
.fdb_form .fdbBtn{display:block;width:188px;height:44px;float:left;background:#0552b2;font-size:16px;color:#fff;}