/* 标题1 */
.title1 {
    position: relative;
    z-index: 9;
    width: 1200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto 0px;
    font-size: 30px;
    background: url(../../front/default/public/image/title.png) no-repeat center;
    background-size: 100%;
}

.tit1 {
    position: relative;
    z-index: 9;
    width: 1200px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #aaaaaa;
    margin: 0px auto 20px;
}

/* 产品 */
.product li {
    width: 380px;
    height: 380px;
    margin: 10px;
    overflow: hidden;
}

.product li a {
    position: relative;
    width: 380px;
    height: 380px;
}

.product li img {
    position: relative;
    width: 380px;
    height: 380px;
    transition: all 1s linear;
}

.product li .title {
    position: relative;
    width: 380px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 18px;
    margin-top: -80px;
    z-index: 9;
}

.product li:hover .title {
    background-color: rgba(28, 106, 178, 0.9);
}

.product li:hover img {
    cursor: pointer;
    transition: 0.2s;
    transition-duration: 1s;
    transform: scale(1.2);
    transition-timing-function: ease-in-out;


}

.more {
    width: 240px;
    margin: 30px auto;
    height: 50px;
    background-color: #1d79cc;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}

.more:hover {
    background-color: #1c6ab2;
}

/* 标题2 */
.title2 {
    position: relative;
    width: 1200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 30px auto 0px;
    font-size: 30px;
    background: url(../../front/default/public/image/title2.png) no-repeat center;
    background-size: 100%;
    z-index: 9;
    color: #fff;
}

.tit2 {
    position: relative;
    width: 1200px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin: 0px auto 20px;
    z-index: 9;
    opacity: 0.6;
}

/* 公司优势 */
.advantages {
    position: relative;
    margin-top: -160px;
    width: 100%;
    min-width: 1200px;
    height: 800px;
    background: url(../../front/default/public/image/iyoushi.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
    margin-bottom: 50px;
}

.advantages .xunhuan {
    width: 1200px;
    margin: auto;
    height: 500px;
    overflow: hidden !important;
}
.advantages .xunhuan .left {
    width: 420px;
    height: 500px;
    margin-right: 30px;
    box-sizing: border-box;
    overflow: hidden;
}
.advantages .xunhuan .left img{
    width: 80px;
    height: 500px;
}
.advantages .xunhuan .right {
    width: 750px;
    height: 500px;
    overflow: hidden;
}
.advantages .xunhuan .right img{
    width: 750px;
    height: 500px;
}


/* 公司简介 */
.jianjie {
    position: relative;
    margin-top: -160px;
    width: 100%;
    min-width: 1200px;
    height: 460px;
    background: url(../../front/default/public/image/jianjie.jpg) no-repeat;
    background-size: cover;
    z-index: 1;
    margin-bottom: 50px;
}

.jianjie .info p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    text-indent: 2ch;
    line-height: 25px;
}

/* 新闻动态 */
.news .left {
    width: 430px;
    height: 430px;
    margin-right: 15px;
    overflow: hidden;
}
.news .left img{
    width: 430px;
    height: 430px;
}
.news .left .tit{
    position: absolute;
    box-sizing: border-box;
    padding: 15px;
    background-color: rgba(29, 121, 204, 0.8);
}
.news .left .tit h5{
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 400px;
  font-weight: bold;
}
.news .left .tit p{
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 400px;
}
.news .right {
    width: 755px;
    height: 430px;
    box-sizing: border-box;
    overflow: hidden;
}
.news .right ul li a{
    display: block;
    cursor: pointer;
    width: 755px;
    height: 128.3px;
    margin: 11px 0;
    border: 1px solid #888;
    box-sizing: border-box;
}
.news .right ul li a:hover{
    border: 1px solid #1d79cc;
}
.news .right ul li a:hover .info h6{
    color: #1d79cc;
}
.news .right .day{
    width: 98.3px;
    height: 98.3px;
    border-right: 1px solid #888;
    margin: 15px;
}
.news .right .day h6{
    font-size: 35px;
    font-weight: bold;
    color: #666;
}
.news .right .day p{
    font-size: 13px;
    color: #666;
}
.news .right .info{
    width: 610px;
    height: 98.3px;
    margin: 15px 15px 15px 0;
}
.news .right .info h6{
    width: 610px;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news .right .info p{
    font-size: 14px;
    line-height: 20px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* 联系 */
.lianxi{
    width: 100%;
    height: 136px;
    background: url(../../front/default/public/image/xunpan.jpg) no-repeat;
    background-size: cover;
}
.lianxi .biaoyu{
    margin-right: 100px;
}
.lianxi .biaoyu h1{
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}
.lianxi .biaoyu p{
    font-size: 15px;
    color: #eee;
}
.lianxi .content div{
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
}
.lianxi .content .btn1{
    color: #fff;
    border: 1px solid #fff;
    border-radius: 25px;
    margin-bottom: 10px;
    cursor: pointer;
}
.lianxi .content .btn2{
    color: #fff;
    border: 1px solid #1d79cc;
    background-color: #1d79cc;
    border-radius: 25px;
    margin-bottom: 10px;
}
.lianxi .content .btn1:hover{
    border: 1px solid #1d79cc;
    background-color: #1d79cc;
}