﻿@charset "utf-8";
body{overflow-x: hidden;}
/*头部+banner+底部*/
.head{height: 99px;background: #fff;position: relative;z-index: 9;    border-top: 8px solid #113896;}
.head .logo{display: block;line-height: 99px;width: 385px;float: left;}
.logo img{/*width: 100%;*/}
.head .nav{float: right;    border-left: 1px solid #EBEBEB;}
.nav li{float: left;}
.nav li>a{
    display:block;padding: 8px 15px 0;line-height: 89px;border-top: 4px solid transparent;
    font-size: 15px;color:#666;
}
.nav li>a.act,.nav li:hover>a{color: #113896;}
.nav li .nav_er{
    position: absolute;top: 100%;width: 100%;line-height: 60px;background: rgba(0,0,0,.5);display: none;padding-left: 84px;
}
.nav_er a{font-size: 13px;font-weight: bold;color:#fff;display: inline-block;padding: 0 15px;}
.nav_er a:hover{color:#eb3365;}
.nav_btn{display: none;width:0.8rem;padding: 0.4rem 0;height:0.8rem;box-sizing: border-box;float:right;}
.nav_btn span{display: block;margin:0.1rem auto;}
.nav_btn:after,.nav_btn:before{content:" ";margin: auto;}
.nav_btn span,.nav_btn:after,.nav_btn:before{
    display: block;width: 0.6rem;height:0.06rem;transition: all .3s;
    background-color:#3470b6;border-radius: 0.05rem;position: relative;
}
.nav_btn.openNav span{opacity: 0;}
.nav_btn.openNav:before{transform: rotate(45deg);top:0.16rem;}
.nav_btn.openNav:after{transform: rotate(-45deg);bottom:0.16rem;}

/**/
.foot{background: #f4f4f4;}
.foot .fl{line-height: 24px;padding: 40px 0;}
.foot .foot_link,.foot_link a{font-size: 13px;color:#62627d;font-weight: bold;}
.foot .copyright{font-size: 12px;color:#666;}
.foot .foot_con{float: right;font-size: 12px;line-height: 20px;color:#666;padding: 25px 30px;border-left: 1px solid #e1e1e1;}
.foot .foot_qr{font-size: 12px;color:#666;line-height: 130px;float: right;}
.foot_qr img{margin: 0 20px;}
/**首页主体**/
.ind_news{padding: 24px 0;}
.ind_news .ind_news1{width: calc(63.4% - 235px);float: left;display: block;}
.ind_news1 .indN_T1{font-size: 18px;color:#525252;line-height: 50px;margin-bottom: 10px;font-weight: bold;}
.ind_news1 .indN_TT1{font-size: 13px;color:#858585;line-height: 26px;}
.ind_news .indNews_box{width: 31%;float: left;margin: 0 2.8%;padding-top: 15px;}
.indNews_box .indNB_nav{height: 20px;line-height: 20px;border-bottom: 3px solid #eee;}
.indNB_nav a{
    font-size: 13px;color:#747474;display: inline-block;margin-right: 25px;border-bottom: 3px solid transparent;
}
.indNB_nav a.act,.indNB_nav a:hover{border-bottom-color: #e60844;font-weight: bold;}
.indNB_div .indNB_list{display: none;}
.indNB_list .indNB_one{display: block;margin-top: 10px;}
.indNB_one .indNB_time{
    width: 62px;background: #f1f1f1;text-align: center;font-size: 12px;color:#6b6b6b;
    line-height: 16px;padding: 6px 0;float: left;
}
.indNB_time .indNB_day{font-size: 23px;font-weight: bold;color:#747474;line-height: 26px;}
.indNB_one .indNB_txt{width: calc(100% - 75px);float: right;line-height: 22px;padding: 5px 0;}
.indNB_txt .indNB_T{font-size: 13px;font-weight: bold;color:#5d5d5d;}
.indNB_txt .indNB_TT{font-size: 13px;color:#858585;}
.ind_news .indNews_show{width: 233px;float: right;}
.indNS_list .indNS_one{position: relative;overflow: hidden;}
.indNS_one .indNS_pic{width: 100%;transition: all 1.5s;}
.indNS_one:hover .indNS_pic{transform: scale(1.1);}
.indNS_one .indNS_txt{
    position: absolute;font-size: 12px;color:#fff;line-height: 36px;left: 0;bottom: 0;
    background: rgba(0,0,0,.55);width: 100%;box-sizing: border-box;padding: 0 12px;
}
.indNews_show .bx-wrapper .bx-controls-direction a{width: 18px;height: 18px;top: 1px;margin-top: 0;}
.indNews_show .bx-wrapper .bx-prev{background:#b1b1b1 url("../images/to_left_02.png") center no-repeat;left: inherit;right:20px;}
.indNews_show .bx-wrapper .bx-next{background:#b1b1b1 url("../images/to_right_02.png") center no-repeat;right:0;}
.indNews_show .bx-wrapper .bx-controls-direction a:hover{background-color: #003a93;}
/****/
.ind_abt{background: #f3f3f3;margin-bottom: 36px;}
.ind_abt .indAbt_one{width: 20%;display: block;float: left;height: 160px;}
.ind_abt .indAbt_one.indAbt1{background: #88baeb;}
.ind_abt .indAbt_one.indAbt2{background: #8989c8;}
.ind_abt .indAbt_one.indAbt3{background: #c29734;}
.ind_abt .indAbt_one.indAbt4{background: #2592eb;}
.ind_abt .indAbt_one.indAbt_open{width: 40%;}
.indAbt_one .indAbt_pic{
    width: 100%;height: 100%;background-position: right center;background-size: cover;position: relative;
    font-size: 15px;color:#fff;line-height: 20px;box-sizing: border-box;float: left;
}
.indAbt_one.indAbt_open .indAbt_pic{width: 50%;}
.indAbt_pic .abs{bottom:15px;left: 18px;}
.indAbt_one .indAbt_txt{
    font-size: 13px;line-height: 25px;color:#fff;padding: 30px 20px 0;float: left;width: 0;box-sizing: border-box;
}
.indAbt_one.indAbt_open .indAbt_txt{width: 50%;}
.head .langLink{display:block;float:right;line-height:89px;margin-top:10px;padding-left:32px;margin-left:14px;font-size:12px;color:#333;background:url("../images/iconEarth.png") left center no-repeat;}
.head .langLink:hover{color:#113896;}