:root {
    --blue: #006de8;
    --white: #fff;
}
.a-center{text-align: center;}
.flex {display: flex!important;}
.flex-1 {flex: 1!important;}
.container{width: 1200px;margin: 0 auto;}
.container img{max-width:100%;}
#head{height: 66px;padding-top: 28px;}
#head .logo{width: 351px;margin-right: 40px;}
#head .layui-nav{background: none;padding: 0;}
#head .layui-nav .layui-this:after, .layui-nav-bar {height:3px; background-color: var(--white);}
#head .layui-nav .layui-nav-item{margin-left:60px;}
#head .layui-nav .layui-nav-item a{font-size: 24px;padding:0 5px;}
#head .layui-nav .layui-nav-more{display: none;}
#head .layui-nav .layui-nav-child{background:none;border:none;top:45px;box-shadow:none}
#head .layui-nav .layui-nav-child dd{margin-top:5px; }
#head .layui-nav .layui-nav-child a{font-size: 16px;color: var(--white);background-color: #586588; opacity: 0.7;}
#head .layui-nav .layui-nav-child a:hover {background-color: #586588;color: var(--white);opacity:1;}

.layui-col-space60 {margin: -30px;}
.layui-col-space60>* {padding: 30px;}
.layui-col-space50 {margin: -25px;}
.layui-col-space50>* {padding: 25px;}



.title{height: 134px;position: relative;}
.title img{display: block;}
.title img:first-child{margin-bottom: 24px;}
.title::after{content: "";position: absolute;left: 0;bottom: 0;width: 60px;border-bottom: solid 5px var(--blue);}

.title.center img{margin:0 auto}
.title.center img:first-child{margin-bottom: 24px;}
.title.center::after{left: 50%;margin-left: -30px; }

.title2{margin-top: 125px;text-align: center;}
.title2 h3{font-size: 48px;color: #dcdcdc;}
.title2 p{margin-top: 35px;font-size: 32px; font-weight: bold;}

#foot{background-color: #f6f6f6; text-align: right;padding:20px 0;font-size: 14px;line-height: 1.5;}
#foot .logo{width: 190px;height: 38px;}
