﻿body{
line-height: 1.6;
background: #7395ff;
}
.cont {
width: 1100px;
margin: 0 auto;
text-align: center;
padding-top: 140px;
}

.title h2 {color: #fff;font-size: 36px;letter-spacing: 0px;text-align: center;line-height: 120px;}

.title h4 {color: #fff;font-size: 18px;line-height: 24px;text-align: center;margin: auto;margin: 20px 10px;}

.foot-botaddr{
color: white;
font-size: 14px;
}
.foot-botaddr a{
color:white;
}


@media screen and (max-width: 767px)
{

.cont {
width: 100%;
padding-top: 50px;
}

.cont img{
width: 100%;
}

.title h2{

font-size: 28px;

line-height: 40px;
}

.title h4{
font-size: 16px;
line-height: 24px;
}
}