/*公共的css*/
/*初始化的css*/
*{margin:0; padding:0; box-sizing: border-box;    font-family: "Microsoft Yahei",Open Sans,Arial,sans-serif; }
a{ color:#333; text-decoration:none;}
a:hover{text-decoration: none}
ul, ol{list-style-type:none;}
img{border:0; max-width:100%;}
.container{ margin:0 auto; position:relative;}
.w1220{width:1220px; margin:0 auto; }
.clear{clear:both;}
body{ overflow-x:hidden; }
h1, h2, h3, h4, h5, h6,b{ font-weight:normal;}
input, textarea,select{outline:medium;}
p{ text-align:justify;}
.row{
    display: block;
    overflow: hidden;
}
.floatleft{ float:left;}
.floatright{ float:right;}

.col-row{
    display: block;
    overflow: hidden;
    margin: 0 -10px;
}
.col-ban{
    width: 50%;
    padding: 0 10px;
    float:left;}



ul{
    list-style: none;
}
.cealr{
    display: block;
    clear: both;
}

.containerbig{
    width: 100%;
    padding: 0 0;
}
.containerbox{
    display: block;
    margin:  0  auto;
    width: 1300px;
}
body {
    min-width: 1400px;
    overflow: scroll;
}
div.bigimg{
    font-size: 0;
    overflow: hidden;
}
div.bigimg img{
    width: 100%;
    display: block;
    transition: all 0.3s;
}
div.bigimg img:hover{
    transform: scale(1.13);
}

img.iconxz{
    transition: all 0.3s;
}
img.iconxz:hover{
    transform: rotate(360deg);
}



/**/
#navtop{
    display:block;
    position: relative;
    padding: 28px 0 26px 0;
    background:url("../img/navbg.png") no-repeat 0 0;
    background-size:  100%;
    color: #ffffff;
}
#navtop .rightnav{
    margin:15px  0 0 0;
}
#navtop .tellleft{
    position: relative;
    display: block;
    padding:  0 26px 0 0;
    margin:  0 26px 0 0;
    border-right: 1px #f3f3f338  solid;
}
#navtop .tellleft .telllefttop{
    padding: 0 0 0 50px;
}
#navtop .tellleft .telllefttop span{
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
#navtop .tellleft .telllefttop div h4{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 4px 0 ;
    line-height: 16px;
}
#navtop .tellleft .telllefttop div p{
    font-size: 22px;
    font-weight: bolder;
    color: #FFFFFF;
    letter-spacing: -1px;
    line-height: 23px;
}


#navtop .tellleft  a{
    width: 100%;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    display: inline-block;
    color: #FFFFFF;
    line-height: 26px;
    background: #2988E3;
    margin: 6px 0 0 0;
}
#navtop .rightsoso ul{
    display: block;
    margin: 4px 0 10px 0;
}
#navtop .rightsoso ul li{
    display: inline-block;
    vertical-align: text-top;
}
#navtop .rightsoso ul li a{
    font-size: 13px;
    font-weight: 400;
    color: #f5f5f5;
    line-height: 11px;
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
    border-right: 1px #f3f3f338 solid;
    display: inline-block;
}
#navtop .rightsoso ul li a:hover{
    color: #FFFFFF;
    border-bottom: 1px #FFFFFF solid;
}
#navtop .rightsoso ul li:last-child a{
    margin: 0;
    border-right: none;
}
#navtop .rightsoso .sosobox{
    display: block;
    margin: 4px 0 0 0;
    position: relative;

}
#navtop .rightsoso .sosobox input{
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    border-radius: 60px 60px 60px 60px;
    border: 1px solid #EEEEEE;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 34px;
    padding: 0 70px 0 18px;
}

#navtop .rightsoso .sosobox .sosobtn{
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    background: #0059AD;
    position: absolute;
    top: 4px;
    border: none;
    right: 5px;
    width: 60px;
    border-radius: 13px;
    cursor: pointer;
}





/*pc端页头中的导航*/
.headerNav{
    display: block;
    padding: 0 ;
    position: relative;
    z-index:100;
    height: 50px;
    background: #0A3660;
    font-size: 0;

}
.headerNav .container{
    padding: 0;
}
.headerNav .navbar{
    text-align: center;
    margin: 0;
    border: none;
    display: inline-block;
    width: 100%;
    float: left;

}
.headerNav .navbar>li{
    float: left;
    position:relative;
    display: inline-block;
    width: 10%;
}

.headerNav .navbar>li>a{
    overflow: hidden;
    display: inline-block;
    color: #fff;
    line-height: 50px;
    font-size: 17px;
    width: 100%;
    font-weight: 500;
}
.headerNav .navbar>li.active>a{
    background: #FFFFFF;
    color: #0C4983;
}

.headerNav .navbar>li:hover>a{
    background: #FFFFFF;
    color: #0C4983;
    text-decoration: none;
}
.headerNav .navbar>li>ul{
    width: 100%;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1000;
    perspective: 500px;
    -webkit-perspective: 500px;
    height: 0;

}
.headerNav .navbar>li>ul li {
    opacity: 0;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    -moz-transition: opacity .4s, -moz-transform .5s;
    -ms-transition: opacity .4s, -ms-transform .5s;
    -o-transition: opacity .4s, -o-transform .5s;
    transition: opacity .4s, transform .5s;
    background: rgba(255,255,255,.8);


}


/*旋转的参数设置*/
.headerNav .navbar>li:hover>ul li:nth-child(1) {
    -webkit-transition-delay: 0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}
.headerNav .navbar>li:hover>ul li:nth-child(2) {
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.headerNav .navbar>li:hover>ul li:nth-child(3) {
    -webkit-transition-delay:100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.headerNav .navbar>li:hover>ul li:nth-child(4) {
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}
.headerNav .navbar>li:hover>ul li:nth-child(5) {
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.headerNav .navbar>li:hover>ul li:nth-child(6) {
    -webkit-transition-delay:250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}


.headerNav .navbar>li >ul li:nth-child(1) {
    -webkit-transition-delay:250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.headerNav .navbar>li >ul li:nth-child(2) {
    -webkit-transition-delay:200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
}
.headerNav .navbar>li >ul li:nth-child(3) {
    -webkit-transition-delay:150ms;
    -moz-transition-delay: 150ms;
    -ms-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.headerNav .navbar>li >ul li:nth-child(4) {
    -webkit-transition-delay:100ms;
    -moz-transition-delay: 100ms;
    -ms-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.headerNav .navbar>li >ul li:nth-child(5) {
    -webkit-transition-delay:50ms;
    -moz-transition-delay: 50ms;
    -ms-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
}
.headerNav .navbar>li >ul li:nth-child(6) {
    -webkit-transition-delay:0ms;
    -moz-transition-delay: 0ms;
    -ms-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    transition-delay: 0ms;
}







.headerNav .navbar>li>ul li a{
    line-height: 48px;
    color: #000;
    display: block;
    font-size: 13px;
}

.headerNav .navbar>li:hover  {
    background: #FFFFFF;
    color: #fff;
}
.headerNav .navbar>li:hover ul {
    display: block;
}

.headerNav:hover{
    z-index: 1101;

}
.headerNav .navbar>li:hover>ul li{
    transform: rotateY(0deg);
    opacity:1;

}
.headerNav .navbar>li>ul li a:hover{
    text-decoration: none;
    background: #0068b7;
    color: #fff;
}





/*页脚区域*/
#footerbox{
    padding: 70px 0;
    background: url(../img/footerbg.png) no-repeat 0 0 ;
    background-size: 100% 100%;
    color: #FFFFFF;
}
#footerbox .footerlogo p{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin: 10px 0 6px 0;
}
#footerbox .footerlogo a{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
}
#footerbox .footerlogo a:hover{
    text-decoration: underline;
}
#footerbox .footertell h4{
    position: relative;
}
#footerbox .footertell h4 span{
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 22px;
    display: block;
    position: relative;
    z-index:10;
}
#footerbox .footertell h4:after{
    width: 72px;
    height: 5px;
    display: block;
    content: ' ';
    position: absolute;
    background: #2988E3;
    bottom: 0px;
    left: 0;
    z-index: 2;
}


#footerbox .footertell p{
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 10px;
    display: block;
}
#footerbox .footertell p img{
    height: 18px;
    vertical-align: middle;
    margin: 0 4px 0 0;
}
#footerbox .footertell p:hover img{
    transform: rotate(360deg);

}








/* 2023_10_24 */
.mytopbg {
    padding: 28px 0 26px 0;
    background: url(../img/navbg.png) no-repeat 0 0;
    background-size: 100%;
    color: #ffffff;
    height: 160px;
}
.mytopbg a {
    color: #FFFFFF;
}
.mytop {
    display: flex;
    justify-content: space-between;
}
.mytop .box1{
    flex: 1;
    /*background-color: #4cae4c;*/
    /*height:100px;*/
}
.mytop .box2{
    width: 210px;
    box-sizing: border-box;
    /*background-color: #B4D5FF;*/
    /*height:100px;*/
}
.mytop .box3{
    width: 300px;
    box-sizing: border-box;
    /*background-color: #ff4d51;*/
    /*height:100px;*/
    /*border-left: 1px #f3f3f338 solid;*/
    padding:0 0 0 30px;
}
.mytop .searchbox {
    position: relative;
    margin:7px 0 0 0;
}
.mytop input[type=text] {
    background: #FFFFFF;
    border-radius: 60px;
    border: 1px solid #EEEEEE;
    line-height: 34px;
    width: 100%;
    box-sizing: border-box;
    padding:0 0 0 20px;
}
.mytop button {
    color: #FFFFFF;
    line-height: 28px;
    background: #0059AD;
    position: absolute;
    top: 4px;
    border: none;
    right: 5px;
    width: 60px;
    border-radius: 13px;
    cursor: pointer;
}
.mytop .mytop-nav {
    display: flex;
    margin:13px 0 0 0;
    justify-content: center;
}
.mytop .mytop-nav .item {
    margin: 0 0 0 10px;
    position: relative;
}
.mytop .mytop-nav .item:first-child:after {
    content: "|";
    font-size: 11px;
    color: #999;
}
.mytop .mytop-nav .item a{
    font-size: 13px;
}
.mytop .mytop-nav .item:first-child{
    margin-left:0;
}
.mytop .mytop-nav .item .children {
    display: none;
    box-sizing: border-box;
    background-color: #1a6fbf;
    position: absolute;
    top:20px;
    left:0;
    width:200%;
    z-index:999;
}
.mytop .mytop-nav .item .children a{
    display: block;
    padding:3px 0;
    text-align: center;
}
.mytop .box2 .telbox {
    display: flex;
}
.mytop .box2 .mytop-tel-text {
    margin:0 0 0 10px;
}
.mytop .box2 .tel-up {
    font-size: 14px;
}
.mytop .box2 .tel-down {
    font-size: 22px;
}
.mytop .box2 .mytop-code {
    font-size: 12px;
    text-align: center;
    color: #FFFFFF;
    line-height: 26px;
    background: #2988E3;
    margin: 6px 0 0 0;
}

