/* header开始 */
.headerbg {
    width: 100%;
    background-color: #f5f5f5; border-bottom:3px solid #1f2677;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
.logo {
    float: left;
    width: 250px;
    margin: 0 20px;
    margin-top: 10px;
}
.logo a img {
    width: 100%;
}
.nav {
    float: left;
    width: 45%;
    margin-left: 10px; text-align:center;
}
.nav ul li {
    /*float: left;*/ display:inline-block; vertical-align:top;
    width: auto; padding:0 2%;
    /*margin-left: 5%;*/
    line-height: 80px;
    position: relative;
}
.nav ul li a {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}
.tel {
    float: right;
    width: 33%;
}

/* 二级 */
.nav li .erji{  width: 194px; transform:translateX(-50%); background: #ffffff; position: absolute; top: 100%; left: 50%; display: none; z-index: 2; border: 1px solid #d3d3d3;border-top: none;}
/* z-index:5给二级标题提层使得他不会被下面的图片覆盖 */
.nav li:hover .erji{ display: block;}
.nav li .erji a{ display: block; float: left;width: 100%; text-align: center; color: #333333;font-size: 14px;height: 40px; line-height: 40px;padding-left: 10px;}
.nav li .erji a:hover {
    background-color: #01929f;
}

/* 二级 */
.nav li .erji1{ width: 1094px; background: #ffffff; position: absolute; top: 100%; left:50%; transform:translateX(-50%); display: none; z-index: 2; border: 1px solid #d3d3d3;border-top: none;}
/* z-index:5给二级标题提层使得他不会被下面的图片覆盖 */
.nav li:hover .erji1{ display: block;}
.nav li .erji1 a{ 
    display: block;
     float: left;
    width: 182px;
    height: 182px;
}
.nav li .erji1 a:hover {
    background-color: #01929f;
}
.nav li .erji1 a span {
    font-size: 14px;
    color: #333333;
    display: block;
    text-align: center;
    line-height: 60px;
}
    .nav li .erji1 a img {
        width: 124px; height:82px;object-fit:contain;
        margin: 20px auto 0;
        display: block;
    }
.dianhua {
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: left;
    margin-top: 16px;
    padding-left: 50px;
    background: url(..//images/tel.png)no-repeat left;
    font-weight: bold;
    color: #ff0000;
    font-size: 18px; padding-right:30px;
}
.sousuo {
    width: 48%;
    height: 35px;
    background: #ebebeb;
    float: left;
    margin-top: 22px;
}
.sousuo input {
    height: 34px;
    line-height: 34px;
    width: 75%;
    float: left;
    text-indent: 5px;
    color: #333;
    border: 0px;
    background: #ebebeb;
    font-size: 12px;
}
.sousuo button {
    width: 38px;
    height: 35px;
    border: 0px;
    float: right;
    background: url(..//images/sousuo.png)no-repeat;
}
.headerbg .bottom {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background-color: #1f2677;
    z-index: 10; display:none;
}
/* pic开始 */
.picbg {
    width: 100%;
    margin-top: 81px;
}
.picbg img {
    width: 100%;
}
/* 分享开始 */
.fenxiangbg {
    width: 100%;
    background-color: #dfdfdf;
    padding: 20px 0 20px;
}
.fenxiang {
    width: 1200px;
    margin: 0 auto;
}
.fenxiang h2 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
}
/* footer开始 */
.footerbg {
    width: 100%;
    background-color: #1f2677;
    padding-bottom: 15px;
}
.footer1 {
    border-bottom: 1px solid #ffffff;
}
.footer11 {
    width: 1200px;
    margin: 0 auto;
}
.footer11 ul li {
    float: left;
    margin-right: 50px;
    line-height: 40px;
}
.footer11 ul li a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.footer2 {
    padding-top: 20px;
}
.footer21 {
    width: 1200px;
    margin: 0 auto;
}
.footer21 p {
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
}
.footer21 p a {
    color: #ffffff;
}
.footer21 p a:hover {
    color: #fd0033;
}

/* 通用 */
.tongyongbg {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 25px;
}
.tongyong1 {
    width: 1200px;
    margin: 0 auto;
}
.tongyong1 p {
    float: left;
    color: #ed1b24;
    font-size: 24px;
    padding-right: 8px;
    text-transform: capitalize;
}
.tongyong1 p span {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000;
}
.tongyong1 i {
    float: right;
    width: 906px;
    height: 10px;
    margin-top: 20px;
    background: url(../images/tongyong1.png) no-repeat right center;
}
.tongyong2 {
    margin-top: 40px;
    background-color: #dff5f5;
}
.tongyong21 {
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    color: #333333;
    font-size: 14px;
}
.tongyong21 a {
    color: #333333;
}
.tongyong3 {
    width: 1200px;
    margin: 10px auto 0;
}
.tongyong3-left {
    float: left;
    width: 221px;
    background-color: #ffffff;
}
.tongyong3-left h2 {
    padding: 0 15px;
    color: #ed1b24;
    line-height: 45px;
    font-size: 14px;
}
.tongyong3-left ul {
    padding: 0 15px;
} 
.tongyong3-left ul li {
    font-weight: bold;
    border-top: 1px solid #d8d8d8;
    line-height: 50px;
    font-size: 14px;
}
.tongyong3-left ul li a {
    color: #000;
}
.tongyong3-left ul li:hover a {
    color: #ed1b24;
}
.tongyong3-middle {
    float: left;
    width: 700px;
    margin-left: 30px;
    padding: 0 20px;
    background-color: #ffffff;
}
.tongyong3-right {
    float: left;
    width: 218px;
    margin-left: 30px;
    background-color: #ffffff;
}
.tongyong3-right i img {
    width: 100%;
}
.tongyong3-right h2 {
    margin-top: 10px;
    border-bottom: 1px solid #333333;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
}
.scroll-02 ul li {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.scroll-02 ul li img {
    width: 110px;
    margin: 0 auto; display:block;
}





@media(max-width:1520px){
.nav ul li a{ font-size:14px;}
.nav{ width:52%; margin-left:0;}
.nav li .erji1{ width:900px;}
.nav li .erji1 a{ width:149px;}
.tel{ width:31%;}
}



















