/* 公共样式 */
*{
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
ul li{
    list-style: none;
}
a{
    text-decoration: none;
}

button,
input,
select{
    outline: none;
}

/* 右侧悬浮窗开始 */
.suspended_window{
    width: auto;
    height: auto;
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 9997;
}
.suspended a{
    display: block;
    width: 80px;
    height: 60px;
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    font-size: 12px;
    line-height: 14px;
    color: #828282;
    transition: 0.36s;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center 26%;
    padding-top: 35px;
    cursor: pointer;
    
}
.suspended{
    transition:  0.36s;
}
.suspended:hover a{
    background-color: #ec7f18;
}
.suspended:hover a{
    color: #fff;
}
.mobile_call a{
    background-image: url(../img/fix-tel.png);
}
.mobile_call .fbarCon {
    width: 165px;
}
.email .fbarCon{
    width: 188px;
}
.mobile_call:hover{
    width: 245px;
    margin-left: 0px;
}
.email:hover{
    width: 268px;
    margin-left: 0px;
}
.mobile_call:hover a{
    background-image: url(../img/fix-tel01.png);
    border: 1px solid #ec7f18;
}
.fbarCon {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    position: absolute;
    left: 80px;
    top: 0;
    z-index: 9991;
    background-color: #ec7f18;
}
.email{
    display: inline-block;
    position: absolute;
    top: 60px;
    right: 0;
}
.email a{
    background-image: url(../img/fix-em.png);
}
.email:hover a{
    background-image: url(../img/fix-em01.png);
    border: 1px solid #ec7f18;
}
.returnTop{
    display: inline-block;
    position: absolute;
    top: 120px;
    right: 0;
}
.returnTop a{
    background-image: url(../img/fix-top.png);
}
.returnTop:hover a{
    background-image: url(../img/fix-top01.png);
}

/* 右侧悬浮窗结束 */
/* 页面头部 */
.heads{
    width: 100%;
    height: 34px;
    background-color: #022f5a;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.heads a{
    font-family: 'Microsoft YaHei';
	font-size: 12px;
	line-height: 34px;
	color: rgba(255, 255, 255, 0.5);
    margin-left: 30px;
}
/* head nav start*/
.pc_navs{
    width: 100%;
    height: 76px;
    z-index: 9999;
    position: fixed;
    top: 34px;
    background-color: #fff;
}
.pc_nav{
    width: 98%;
    max-width: 1840px;
    height: 76px;
    margin: auto;
}
.logo{
    display: block;
    width: 148px;
	height: 46px;
    background-image: url(../img/logo01.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    float: left;
    margin: 14px 0 0px 0px;
}
.pc_nav ul{
    width: 810px;
    height: auto;
    float: left;
    display: flex;
    justify-content: space-between;
    margin-left: 132px;
}
.pc_nav ul li{
    line-height: 80px;
}
.pc_nav ul li a{
    font-size: 16px;
    color: #ffffff !important;
    border-bottom: 1px solid transparent;
    font-weight: bold;
    height: 76px;
    display: block;
    transition: ease-in 0.3s;
    font-family: 'Microsoft YaHei';
}
.pc_nav ul li:hover a{
    font-weight: bold;
    color: #fff !important;
    border-bottom: 1px solid #fff;
    transition: ease-in 0.3s;
}
.pc_nav ul .nav_actives a{
    font-weight: bold;
    color: #fff !important;
    border-bottom: 1px solid #fff !important;
}
.pc_nav ul .yiji{
    position: relative;
}
.pc_nav ul .yiji:hover .erji{
    display: block;
}
.pc_nav ul .yiji ul{
    position: absolute;
    top: 76px;
    width: 180px;
    height: auto;
    overflow: hidden;
    float: inherit;
    justify-content: inherit;
    margin-left: -50px;
    display: none;
}
.pc_nav ul .yiji ul li a{
    display: block;
    line-height: 37px;
    margin-bottom: 3px;
    background-color: #fff;
    padding-left: 9px;
    height: 37px;
    color: #333 !important;
    font-weight: normal;
    border-bottom: none;
    font-size: 14px !important;

}
.pc_nav ul .yiji ul li:hover a{
    background-color: #0a66a2;
    color: #fff !important;
}
.pc_nav .language{
    width: 51px !important;
    display: block !important;
    height: 20px !important;
    float: right;
    margin-top: 32px;
    overflow: hidden;
}
.pc_nav .language li {
    line-height: 20px;
}
.pc_nav .language li:nth-child(2){
    padding-top: 3px;
}
.pc_nav .language:hover{
    height: 40px !important;
    overflow:inherit;
}
.pc_nav .language .English{
   display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    border-bottom: 0;
    height: auto;
}
.pc_nav .language .English img{
    width: 20px;
    height: 14px;
    margin-right: 10px;
    margin-top: 3px;
}
.pc_nav .language .English:hover{
    color: #fff;
    border-bottom: 0;
}
/* 内页头部 */
.ny_nav{
    background-color: #fff;
}
.ny_nav .pc_nav ul li a{
    color: #333 !important;
}
.ny_nav .pc_nav ul li.nav_actives a{
    color: #2094d3 !important;
}
.ny_nav .pc_nav ul li:hover a{
    color: #2094d3 !important;
    border-bottom: 1px solid #2094d3;
    transition: ease-in 0.3s;
}
.ny_nav .pc_nav ul .yiji ul li:hover a{
    background-color: #0a66a2;
    color: #fff !important;
}
.ny_nav .pc_nav ul .yiji ul li a{
    display: block;
    line-height: 37px;
    margin-bottom: 3px;
    background-color: #fff;
    padding-left: 9px;
    height: 37px;
    color: #333 !important;
    font-weight: normal;
    border-bottom: none;
    font-size: 14px !important;
}
.ny_nav .English{
    color: #333;
}
.ny_nav .English:hover{
    color: #333;
}
.ny_logo{
    background-image: url(../img/logo02.png);
}
/* head nav end */
/* foot */
.foot{
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: url(../img/bottom_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 9991;
}
.footnav{
    width: 100%;
    max-width: 1200px;
    height: auto;
    overflow: hidden;
    margin: auto;
    padding: 100px 0 80px 0;
    box-sizing: border-box;
}
.footlogo{
    float: left;
}
.logoa{
    display: block;
    width: 184px;
	height: 56px;
    background-image: url(../img/logo03.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.abouta{
    display: block;
    width: 126px;
    height: 35px;
    background-color: #0763b2;
    font-family: 'Microsoft YaHei';
    font-size: 12px;
    color: #ffffff;
    line-height: 35px;
    margin-top: 25px;
    background-image: url(../img/jt01.png);
    background-repeat: no-repeat;
    background-position: 80% center;
    transition: all 0.5s;
    padding-left: 20px;
}
.abouta:hover{
    color: #fff;
    background-position: 90% center;
    transition: all 0.5s;
}
.footlogo ul{
    margin-top: 25px;
}
.footlogo ul li{
    font-family: 'Microsoft YaHei';
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.8;
}
.footul{
    float: left;
    display: flex;
    width: 940px;
    margin-left: 65px;
}
.footul ul{
    width: 400px;
    height: 170px;
    overflow: hidden;
    padding-right: 0px;
    padding-left: 41px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.footul ul:nth-child(3){
    width: 172px;
    border-right: 0;
}
.footul ul:nth-child(1) {
    width: 350px;
}
.footul ul:nth-child(1) li{
    width: 135px;
}
.footul ul p{
    font-family: 'Microsoft YaHei';
	font-size: 14px;
	font-weight: Bold;
	line-height: 48px;
	color: rgba(255, 255, 255, 0.8);
}
.footul ul li{
    display: block;
    width: 177px;
    float: left;
}
.footul ul li a{
    display: block;
    font-size: 14px;
	line-height: 30px;
    font-family: 'Microsoft YaHei';
	color: rgba(255, 255, 255, 0.6);
}
.copyCon{
    width: 100%;
    height: 48px;
    border-top:1px solid rgba(255, 255, 255, 0.3);
}
.copyCon p{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    font-family: 'Microsoft YaHei';
	font-size: 12px;
	line-height: 48px;
	color: rgba(255, 255, 255, 0.5);
}
.copyCon p a{
    font-family: 'Microsoft YaHei';
	font-size: 12px;
	line-height: 48px;
	color: rgba(255, 255, 255, 0.5);
}
.copyCon p a:hover{
    color: rgba(255, 255, 255, 0.7);
}
/* 移动端隐藏 */
.mobile{
    display: none;
}
.mobile_footul{
    display: none;
}
@media screen and (max-width:768px) {
    .pc_navs{
        display: none;
    }
    .mobile{
        display: block;
    }
    .heads {
        z-index: 9997;
    }
    .footnav {
        width: 92%;
        padding: 50px 0 10px 0;
    }
    .copyCon {
        width: 92%;
        margin: auto;
    }
    .mobile_footul{
        display: block;
        float: left;
        margin-top: 20px;
    }
    .mobile_footul ul{
        display: flex;
        justify-content: space-between;
    }
    .mobile_footul ul li{
        display: flex;
        justify-content: space-between;
        margin-right: 5px;
    }
    .mobile_footul ul li a{
        font-size: 14px;
        line-height: 48px;
        color: #ffffff;
    }
    .mobile_footul ul li span{
        font-size: 14px;
        line-height: 48px;
        color: #333333;
    }
    .suspended_window{
        display: none !important;
    }
    .logoa {
        background-position: left center;
        background-size: 80%;
    }
}
@media screen and (max-width:375px){
    .mobile_footul ul li a {
        font-size: 12px;
    }
    .mobile_footul ul li {
        margin-right: 2px;
    }
}
