.in_banner{height: 380px;}
.im_main{background: #f6f6f6;padding:0 10px 55px;}
.im_main .in_box{
    max-width: 1300px;margin:0 auto -110px;background: #fff;box-sizing: border-box;
    padding:50px 20px 0;position: relative;top: -110px;
}
.in_top{position: relative;z-index: 8;}
.in_top .in_title{line-height: 54px;float: left;}
.in_title .indT_TEN{display: inline;font-size: 58px;color:#ddd;font-weight: bold;font-family: Arial;}
.in_title .indT_TCN{
    display: inline;font-size: 25px;color:#666;font-weight: bold;margin-left: 20px;
    position: relative;top: -5px;
}
.in_top .in_address{
    float: right;padding-left: 20px;font-size: 13px;color:#666;line-height: 32px;margin-top: 22px;
    background: url("/EN/images/home.jpg") left 10px no-repeat;
}
.in_address a{font-size: 13px;color:#666}
.in_address span{color:#212f89;}
.in_top .in_nav{ background: #f2f2f2;text-align: right;}
.in_nav a{
    display: inline-block;margin: 0 20px;font-size: 14px;color:#333;
    line-height: 54px;padding:3px 0;position: relative;
}
.in_nav a:after{
    content: "";width: 100%;height: 3px;position: absolute;left: 0;bottom:0;
    background:#212f89;transform: scale(0,1);transition: all .6s;
}
.in_nav a:hover:after,.in_nav a.act:after{transform: scale(1,1);}
/**about**/
.abt_txt{padding: 60px 0 160px;}
.abt_txt .abt_T{
    line-height: 36px;margin-bottom: 20px;font-size: 24px;font-weight: bold;color:#333;
}
.abt_txt .abt_TT{font-size: 14px;line-height: 30px;color:#333;text-align: justify;}
/**honor**/
.honor_main{padding: 50px 0;}
.honor_main .honor_list{padding:0 0 10px;}
.honor_list .honor_one {
    margin:0 1.5% 35px;width: 30.33%;float: left;padding-bottom: 40px;height:270px;line-height: 270px;
    background: url("/EN/images/honor_bg.png") no-repeat center bottom;background-size: 100% 50px;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;
}
.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("/EN/images/mask_left.png") no-repeat center;}
.mask-pager .next {right: 10%;background: url("/EN/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("/EN/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%);}
}
/**news**/
.news_main{padding: 40px 0 60px;}
.news_main .news_list{padding-bottom: 8px;}
.news_list .news_one{
    display: block;width: 31%;margin-right: 3.5%;float: left;margin-bottom: 35px;
    box-sizing: border-box;border: 1px solid #eee;padding: 1px;
}
.news_list .news_one:nth-child(3n){margin-right: 0;}
.news_one .news_pic{width: 100%;overflow: hidden;}
.news_one .news_pic img{width: 100%;transition: all 2.5s; height: 224px; object-fit: cover;}
.news_one:hover .news_pic img{transform: scale(1.1);}
.news_one .news_info{width: 90%;margin: auto;padding: 15px 0;}
.news_one .news_time{
    float: left;font-size: 15px;color:#999;font-family: Arial;text-align: center;
}
.news_time .news_day{font-size: 30px;font-weight: bold;color:#333;}
.news_one .news_txt{
    width: calc(100% - 70px);box-sizing: border-box;line-height: 20px;
    padding-left: 12px;border-left: 1px solid #e9e9e9;float: right;
}
.news_txt .news_T{font-size:16px;color:#333;margin-bottom: 6px;}
.news_txt .news_TT{font-size: 14px;color:#999;}
.news_one .news_link{
    width: 90%;margin: auto;line-height: 40px;height: 40px;font-size: 13px;color:#666;
    border-top: 1px solid #e4e4e4;
}
.news_link i{
    display: block;float: right;width: 20px;height: 100%;transition: all .8s;
    background: url("/EN/images/news_more.png") center no-repeat;
}
.news_one:hover .news_link i{margin-right: 25px;}
/**news date**/
.newsD_main{padding: 40px 0 120px;}
.newsD_main img{
display:block;
margin:0 auto;
min-width:95%;
}
.newsD_main .newsD_T{
    line-height: 26px;padding: 10px 0;font-size: 18px;font-weight: bold;color:#333;
}
.newsD_main .newsD_time{line-height: 24px;font-size: 14px;color:#666;}
.newsD_main .newsD_TT{
    padding:30px 30px 60px;font-size: 14px;line-height: 34px;color:#666;text-align: justify;
}
.back{
    width: 152px;line-height: 52px;display: block;border-radius: 4px;
    font-size: 14px;color:#fff;text-align: center;background: #212f89;margin: auto;
}
.back i{
    display:inline-block;padding-left: 32px;
    background: url("/EN/images/back.png") left center no-repeat;
}
/****/
.inv_main{padding: 64px 0 40px;}
.inv_list .inv_one{
    display: block;width: 19.5%;float: left;padding-bottom: 70px;
    margin-right: 0.6%;margin-bottom: 30px;background: #f5f5f5;text-align: center;
}
.inv_list .inv_one:nth-child(5n){margin-right: 0;}
.inv_one .inv_pic{width: 100%;overflow: hidden;}
.inv_one .inv_pic img{width: 100%;transition: all 2s;}
.inv_one:hover .inv_pic img{transform: scale(1.1);}
.inv_one .inv_T{
    margin: 50px 0 15px;line-height: 30px;font-size: 20px;
    font-weight: bold;color:#333;
}
.inv_one .inv_link{
    width: 126px;line-height: 42px;transition: all .6s;
    margin: auto;font-size: 14px;color:#fff;background: #212f89;
}
.inv_one:hover .inv_link{border-radius: 21px;}
/****/
.con_main{padding: 30px 0;}
.con_title{line-height: 40px;font-size: 14px;color:#ccc;}
.con_title .conT_T1{font-size: 25px;color:#333;font-weight: bold;padding-right: 12px;}
.con_main .con_top{background: #3342a6;}
.con_top .con_txt{
    width: 48.5%;float: left;color:#fff;box-sizing: border-box;padding: 30px 30px 0;
}
.con_txt .con_title,.con_txt .con_title .conT_T1{color:#fff;}
.con_txt .conT_txt{line-height: 38px;font-size: 14px;height: 38px;}
.conW_list .conW_one{
    display: block;padding: 8px 0 8px 62px;margin-top: 24px;border-bottom: 1px solid #4553ae;
    line-height: 30px;font-size: 14px;
}
.conW_list .conW_one.CW1{background: url("/EN/images/con_way_01.png") 12px center no-repeat;}
.conW_list .conW_one.CW2{background: url("/EN/images/con_way_02.png") 12px center no-repeat;}
.conW_list .conW_one.CW3{background: url("/EN/images/con_way_03.png") 11px center no-repeat;}
.conW_list .conW_one.CW4{background: url("/EN/images/con_way_04.png") 10px center no-repeat;}
.conW_list .conW_one.CW5{background: url("/EN/images/con_way_05.png") 15px center no-repeat;}
.con_txt .con_qr{padding-top: 40px;}
.con_qr .conQr_one{
    font-size: 12px;line-height: 30px;float: left;margin-right: 20px;text-align: center;
}
.conQr_one img{display: block;}
.con_top .con_map{width: 51.5%;height: 840px;float: right;}
.con_main .con_msg{padding-top: 42px;}
.con_msg .CM_form{
    margin-top: 12px;border-top: 2px solid #ccc;padding-top: 50px;
}
.CM_form .CM_ipt{
    width: 33.33%;float: left;margin-bottom: 32px;
}
.CM_ipt .CMIpt_name{
    width: 80px;float: left;margin-right: 16px;text-align: right;
    line-height: 50px;font-size: 16px;color:#333;
}
.CM_ipt input{
    width: calc(100% - 96px);float: left;height: 50px;border: 1px solid #ccc;
    border-radius: 4px;padding-left: 12px;
}
.CM_ipt textarea{
    width: calc(100% - 96px);float: left;height: 130px;border: 1px solid #ccc;
    border-radius: 4px;padding:15px 12px 0;resize: none;
}
.CM_form .CM_ipt.CMIpt_long{width: 100%;}
.CM_form .v_code{
    display: block;width: 100px;height: 50px;margin: 0 10px;float: left;
}
.CM_form .CM_btn{
    display: block;width: 240px;height: 50px;border-radius: 4px;max-width: 50%;cursor:pointer;
    font-size: 16px;color:#fff;background: #3342a6;float: left;margin-left: 30px;
}<!--ºÄÊ±1764573054.9162Ãë-->