html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    line-height: 130%;
    color: #000000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    background-color: #fff;
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #00aaef;
}

a:hover {}

:focus {
    outline: 0;
}

.box {
    max-width: 1100px;
    min-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.box .but-left {
    overflow: hidden;
    float: left;
    width: 50%;
}

.box .but-right,
.box .but-right2 {
    overflow: hidden;
    float: left;
    width: 50%;
}

.box .but-left a,
.box .but-right a,
.box .but-right2 a {
    color: #ffffff;
    display: block;
    -webkit-border-radius: 90px;
    -moz-border-radius: 90px;
    border-radius: 90px;
    text-decoration: none;
    font-size: 22px;
    padding: 6px 20px 7px 20px;
}

.box .but-left a {
    float: right;
    background-color: #14aeee;
    border: 3px solid #14aeee;
    margin-right: 10px;
}

.box .but-right a {
    float: left;
    background: none;
    border: 3px solid #ffffff;
    margin-left: 20px;
}

.box .but-right2 a {
    float: left;
    background: none;
    border: 3px solid #000000;
    color: #000000;
    margin-left: 20px;
}


/****************************************fancy*****************************************/

.fancy {
    background-color: #ffffff;
    display: none;
    width: 620px;
    height: auto;
    overflow-y: hidden;
}

.fancy form {
    margin: 50px 20px 50px 30px;
}

.fancy form div {
    overflow: hidden;
    margin-bottom: 20px;
}

.fancy form div span {
    display: block;
    float: left;
    color: #6e7b89;
    width: 150px;
    font-size: 21px;
    padding-top: 4px;
}

.fancy form input[type='text'] {
    float: left;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    color: #999999;
    border: 1px solid #6e7b89;
    font-size: 21px;
    padding: 6px;
    width: 370px;
}

.fancy form textarea {
    float: left;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    color: #999999;
    border: 1px solid #6e7b89;
    font-size: 21px;
    padding: 6px;
    width: 370px;
    height: 100px;
}

.fancy form input[type='submit'] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #6e7b89;
    text-transform: uppercase;
    color: #ffffff;
    float: left;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 27px;
    padding: 18px;
    margin-right: 30px;
    margin-top: 15px;
    border: none;
    width: auto;
    cursor: pointer;
}


/****************************************line-1****************************************/

.line-1 .line-1-1 {
    float: left;
    display: block;
    margin: 17px 0 16px 20px;
}

.line-1 .line-1-3 {
    float: right;
    display: block;
    margin: 26px 20px 0 0;
    width: 278px;
    height: 44px;
    background: url("i/line-1-3.png") no-repeat center;
}

.line-1 .line-1-2 {
    float: right;
    background: url("i/line-1-2.png") no-repeat left;
    font-size: 32px;
    font-weight: 300;
    padding: 10px 0 10px 70px;
    margin: 17px 30px 0 0;
}


/****************************************line-2****************************************/

.line-2 {
    height: 446px;
    background: url("i/line-2-1.jpg") no-repeat center;
    position: relative;
}

.line-2>div {
    position: absolute;
    top: 120px;
    left: 50%;
    font-weight: 700;
    font-size: 60px;
    text-transform: uppercase;
    z-index: 1000;
}

.line-2>div>div {
    color: #ee325b;
}

.line-2>div>span {
    display: block;
    color: #11b2f1;
}


/****************************************line-3****************************************/

.line-3>div {
    overflow: hidden;
    margin: 30px auto;
    width: 830px;
}

.line-3>div span,
.line-3>div a {
    display: block;
    float: left;
}

.line-3>div span {
    font-size: 42px;
    margin-top: 7px;
    margin-right: 20px;
    font-weight: 300;
}

.line-3>div a {
    margin-left: 10px;
}


/****************************************line-4****************************************/

.line-4 {
    background-color: #11b2f1;
}


/****************************************line-5****************************************/

.line-5 {
    background-color: #f3f3f3;
}

.line-5 .box {
    background: url("i/line-5.png") no-repeat left center;
}

.line-5 .box div {
    padding: 70px 0 70px 440px;
    font-weight: 300;
    line-height: 150%;
    font-size: 21px;
}

.line-5 .box div span {
    display: block;
    font-size: 41px;
    color: #11b2f1;
    margin-bottom: 6px;
}


/****************************************line-99****************************************/

.line-99 {
    background-color: #f3f3f3;
}

.line-99 .box {
    background: url("i/photo.png") no-repeat left center;
}

.line-99 .box div {
    padding: 70px 0 70px 440px;
    font-weight: 300;
    line-height: 150%;
    font-size: 21px;
}

.line-99 .box div span {
    display: block;
    font-size: 41px;
    color: #11b2f1;
    margin-bottom: 6px;
}

.line-99 ul {
    list-style: disc;
    padding-left: 19px;
}

.line-99 ul li {
    color: #0094de;
    font-size: 20px;
    margin-bottom: 6px;
}

.line-99 ul li p {
    color: #000;
}


/****************************************line-6****************************************/

.line-6 {
    height: 742px;
    background: url("i/line-6.jpg") no-repeat center;
}

.line-6 .box .left {
    float: left;
    width: 45%;
    padding-left: 1%;
}

.line-6 .box .left div {
    color: #0094de;
    font-weight: 300;
    font-size: 30px;
    display: block;
    margin: 60px 0 30px 15px;
    line-height: 110%;
}

.line-6 .box ul {
    list-style: disc;
    padding-left: 19px;
}

.line-6 .box .left li {
    color: #0094de;
    font-size: 20px;
    margin-bottom: 6px;
}

.line-6 .box .left li span {
    color: #ffffff;
    font-size: 16px;
}

.line-6 .box .right {
    float: right;
    width: 45%;
    padding-right: 1%;
}

.line-6 .box .right div {
    color: #ee325b;
    font-weight: 300;
    font-size: 30px;
    display: block;
    margin: 60px 0 30px 15px;
    line-height: 110%;
}

.line-6 .box ul {
    list-style: disc;
    padding-left: 19px;
}

.line-6 .box .right li {
    color: #ee325b;
    font-size: 20px;
    margin-bottom: 6px;
}

.line-6 .box .right li span {
    color: #ffffff;
    font-size: 16px;
}


/****************************************line-7****************************************/

.line-7 {
    height: 592px;
    width: 100%;
    background: url("i/line-7.jpg") no-repeat center;
}

.line-7 .line-7-1 {
    padding: 15px 0 15px 400px;
}

.line-7 .line-7-1>span {
    color: #0094de;
    font-weight: 300;
    font-size: 30px;
    display: block;
    margin: 40px 0 35px 15px;
    line-height: 110%;
}

.line-7 .line-7-1 ul {
    list-style: disc;
    padding-left: 19px;
}

.line-7 .line-7-1 ul li {
    color: #0094de;
    font-size: 20px;
    margin-bottom: 6px;
}

.line-7 .line-7-1 ul li span {
    color: #ffffff;
    font-size: 16px;
}


/****************************************line-8****************************************/

.line-8 {
    height: 1079px;
    background: url("i/line-8.jpg") no-repeat center;
}

.line-8 .line-8-1 {
    font-weight: 300;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    padding: 70px 0 14px 0;
}

.line-8 .line-8-2 {
    font-weight: 700;
    color: #ee325b;
    font-size: 60px;
    text-align: center;
    padding-bottom: 15px;
}

.line-8 .box .left,
.line-8 .box .right {
    width: 45%;
}

.line-8 .box .left {
    float: left;
    padding-left: 1%;
}

.line-8 .box .right {
    float: right;
    padding-right: 1%;
}

.line-8 .box .left span,
.line-8 .box .right span {
    font-weight: 300;
    font-size: 36px;
    display: block;
    margin: 60px 0 30px 0;
    line-height: 110%;
}

.line-8 .box .left span {
    color: #0094de;
}

.line-8 .box .right span {
    color: #ee325b;
}

.line-8 .box p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 16px;
}


/****************************************line-9****************************************/

.line-9 {
    height: 1079px;
    background: url("i/line-9.jpg") no-repeat center;
}

.line-9 .line-9-1,
.line-9 .line-9-2,
.line-9 .line-9-3,
.line-9 .line-9-4,
.line-9 .line-9-5,
.line-9 .line-9-6,
.line-9 .line-9-7 {
    margin-left: 100px;
}

.line-9 .line-9-1 {
    font-weight: 300;
    color: #ffffff;
    font-size: 48px;
    padding: 45px 0 0px 0;
}

.line-9 .line-9-2,
.line-9 .line-9-3 {
    font-weight: 700;
    color: #ee325b;
    font-size: 60px;
}

.line-9 .line-9-3 {
    margin-bottom: 34px;
}

.line-9 .line-9-4 {
    font-weight: 300;
    font-size: 36px;
    display: block;
    color: #0094de;
    line-height: 110%;
    margin-bottom: 20px;
}

.line-9 .line-9-5 {
    height: 260px;
    overflow: hidden;
}

.line-9 .line-9-6 {
    font-weight: 300;
    font-size: 36px;
    display: block;
    color: #ee325b;
    line-height: 110%;
    margin-bottom: 20px;
}

.line-9 .line-9-5 p,
.line-9 .line-9-7 p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 8px;
}

.line-9 .line-9-8 {
    text-align: center;
    padding-top: 35px;
}

.line-9 .line-9-8 a {
    font-size: 28px;
    text-decoration: none;
    border-bottom: 1px dotted #ffffff;
    color: #ffffff;
}


/****************************************line-10****************************************/

.line-10 {
    height: 858px;
    background: url("i/line-10.jpg") no-repeat center;
}

.line-10 .line-10-1 {
    font-weight: 300;
    color: #000000;
    font-size: 48px;
    text-align: center;
    padding-top: 30px;
}

.line-10 .line-10-2 {
    font-weight: 700;
    color: #ee325b;
    font-size: 60px;
    text-align: center;
}

.line-10 .line-10-3 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}

.line-10 .line-10-3 a {
    font-size: 32px;
    text-decoration: none;
    border-bottom: 1px dotted #000000;
    color: #000000;
}

.line-10 .line-10-4 {
    position: relative;
    height: 46px;
}

.line-10 .line-10-4 a {
    position: absolute;
    left: 50%;
    margin-left: -105px;
    display: block;
    width: 210px;
    height: 46px;
    background: url("i/line-10-4.png") no-repeat center;
}

.line-10 .left {
    float: left;
    width: 45%;
    height: 360px;
    padding-bottom: 50px;
}

.line-10 .left span {
    color: #0094de;
    font-size: 30px;
    display: block;
    padding-left: 130px;
    padding-bottom: 25px;
}

.line-10 .left p,
.line-10 .right p {
    font-size: 18px;
    margin-bottom: 12px;
}

.line-10 .right {
    float: right;
    width: 45%;
    height: 360px;
    padding-bottom: 50px;
}

.line-10 .right span {
    color: #ee325b;
    font-size: 30px;
    display: block;
    padding-left: 130px;
    padding-bottom: 25px;
}


/****************************************line-11****************************************/

.line-11 {
    height: 781px;
    background: url("i/line-11.jpg") no-repeat center;
}

.line-11 .line-11-1 {
    font-weight: 300;
    color: #000000;
    font-size: 44px;
    padding-top: 16px;
}

.line-11 .line-11-2 {
    font-weight: 700;
    color: #ee325b;
    font-size: 54px;
}

.line-11 .line-11-3 {
    padding: 40px 0 0 220px;
}

.line-11 .line-11-3 span {
    color: #0094de;
    font-size: 30px;
    display: block;
    padding-bottom: 25px;
}

.line-99 p {
    font-size: 18px;
    margin-bottom: 12px;
}

.line-11 .line-11-3 p,
.line-11 .line-11-4 p {
    font-size: 18px;
    margin-bottom: 12px;
}

.line-11 .line-11-4 {
    padding: 60px 0 60px 340px;
}

.line-11 .line-11-4 span {
    color: #ee325b;
    font-size: 30px;
    display: block;
    padding-bottom: 25px;
}


/****************************************line-12****************************************/

.line-12 {
    height: 870px;
    background: url("i/line-12.jpg") no-repeat center;
}

.line-12 .line-12-1 {
    font-weight: 300;
    color: #ffffff;
    font-size: 48px;
    text-align: center;
    padding: 20px 0 0 0;
}

.line-12 .line-12-2 {
    font-weight: 700;
    color: #ee325b;
    font-size: 60px;
    text-align: center;
    padding-bottom: 15px;
}

.line-12 .box .left,
.line-12 .box .right {
    width: 45%;
    padding-bottom: 60px;
}

.line-12 .box .left {
    float: left;
    padding-left: 1%;
}

.line-12 .box .right {
    float: right;
    padding-right: 1%;
}

.line-12 .box .left span,
.line-12 .box .right span {
    font-weight: 300;
    font-size: 36px;
    display: block;
    margin: 20px 0 20px 0;
    line-height: 110%;
}

.line-12 .box .left span {
    color: #0094de;
}

.line-12 .box .right span {
    color: #ee325b;
}

.line-12 .box p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 14px;
}


/****************************************line-13****************************************/

.line-13 {
    height: 934px;
    background: url("i/line-13.jpg") no-repeat center;
}

.line-13 .line-13-1 {
    font-weight: 700;
    color: #ee325b;
    font-size: 54px;
    text-align: center;
    margin: 40px 0 30px 0;
}

.line-13 .line-13-2 {
    font-weight: 300;
    font-size: 36px;
    display: block;
    margin: 20px 0 20px 30px;
    line-height: 110%;
    color: #0094de;
}

.line-13 .line-13-3 {
    border-left: 4px solid #0094de;
    padding-left: 20px;
    margin-bottom: 60px;
    margin-left: 30px;
}

.line-13 .line-13-4 {
    font-weight: 300;
    font-size: 36px;
    display: block;
    margin: 20px 0 20px 30px;
    line-height: 110%;
    color: #ee325b;
}

.line-13 .line-13-5 {
    border-left: 4px solid #ee325b;
    padding-left: 20px;
    margin-left: 30px;
    margin-bottom: 70px;
}

.line-13 .box p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 14px;
}


/****************************************line-14****************************************/

.line-14 {
    height: 935px;
    background: url("i/line-14.jpg") no-repeat center;
}

.line-14 .line-14-1 {
    font-weight: 700;
    color: #ee325b;
    font-size: 60px;
    text-align: center;
    padding: 40px 0 40px 0;
}

.line-14 .left {
    float: left;
    width: 45%;
    height: 480px;
    padding-bottom: 100px;
}

.line-14 .left span {
    color: #0094de;
    font-size: 30px;
    display: block;
    padding-left: 130px;
    padding-bottom: 22px;
}

.line-14 .left p,
.line-14 .right p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 11px;
}

.line-14 .right {
    float: right;
    width: 45%;
    height: 480px;
    padding-bottom: 100px;
}

.line-14 .right span {
    color: #ee325b;
    font-size: 30px;
    display: block;
    padding-left: 130px;
    padding-bottom: 22px;
}


/****************************************line-15****************************************/

.line-15 {
    height: 936px;
    background: url("i/line-15.jpg") no-repeat center;
}

.line-15 .line-15-1 {
    text-align: center;
    padding: 250px 0 190px 0;
    font-weight: 700;
    color: #ee325b;
    font-size: 60px;
    text-align: center;
}

.line-15 .left {
    float: left;
    width: 48%;
    text-align: right;
}

.line-15 .left span {
    color: #0094de;
    font-size: 30px;
    display: block;
    padding-bottom: 22px;
}

.line-15 .left p,
.line-15 .right p {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 11px;
}

.line-15 .right {
    float: right;
    width: 48%;
    text-align: left;
}

.line-15 .right span {
    color: #ee325b;
    font-size: 30px;
    display: block;
    padding-bottom: 22px;
}


/****************************************line-15****************************************/

.line-16 {
    height: 936px;
    background: url("i/line-16.jpg") no-repeat center;
}

.line-16 .line-16-1 {
    text-align: center;
    font-weight: 700;
    color: #ee325b;
    font-size: 60px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}

.line-16 .line-16-2 {
    color: #0094de;
    font-size: 30px;
    text-align: center;
    margin-bottom: 22px;
}

.line-16 .line-16-3 {
    color: #ee325b;
    font-size: 30px;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 22px;
}

.line-16 p {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    width: 500px;
    margin: 0 auto;
    margin-bottom: 12px;
}


/****************************************line-17****************************************/

.line-17 {
    background-color: #ee325b;
}


/****************************************line-18****************************************/

.line-18 {
    background-color: #f3f3f3;
}

.line-18 .line-18-1 {
    font-weight: 300;
    color: #14aeee;
    font-size: 44px;
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
}

.line-18 form {
    overflow: hidden;
    width: 910px;
    margin: 0 auto 30px auto;
}

.line-18 form input[type='text'] {
    float: left;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    color: #999999;
    font-size: 27px;
    padding: 10px;
    border: none;
    margin-right: 30px;
    margin-top: 15px;
    width: 190px;
    border: 1px solid #ffffff;
}

.line-18 form input[type='submit'] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #6e7b89;
    text-transform: uppercase;
    color: #ffffff;
    float: left;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 27px;
    padding: 18px;
    margin-right: 30px;
    margin-top: 15px;
    border: none;
    width: auto;
    cursor: pointer;
}

.line-18 form a {
    display: block;
    float: left;
    width: 86px;
    height: 86px;
    background: url("i/line-18.png") no-repeat center;
}

.line-18 .line-18-3 {
    font-weight: 300;
    color: #000000;
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
}


/*******************************************slider******************************************/

.line-slide {
    background-color: #ee325b;
}

.line-slide .line-slide-1 {
    color: #ffffff;
    font-size: 40px;
    font-weight: 300;
    padding: 35px 0 30px 0;
    text-align: center;
}

#slider-1 {
    width: 760px;
    margin: 0 auto;
}

.slide-box {
    width: 880px;
    height: 340px;
    margin: 0 auto;
    position: relative;
}

.slide {
    text-align: center;
}

.slide span {
    display: block;
    color: #ffffff;
    font-size: 21px;
    padding-top: 20px;
    text-align: center;
}

ol.numericControls {
    overflow: hidden;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin: 0;
    margin-left: -100px;
    text-align: center;
    width: 200px;
}

ol.numericControls li {
    list-style: none;
    margin: 0 3px 0 3px;
    padding: 0;
    height: 20px;
    width: 20px;
    display: inline-block;
}

ol.numericControls li a {
    display: block;
    height: 18px;
    width: 19px;
    background: url("i/ol.png") no-repeat bottom;
    text-decoration: none;
}

ol.numericControls li a span {
    display: none;
}

ol.numericControls li.current a {
    background: url("i/ol.png") no-repeat top;
}

.prevBtn,
.nextBtn {
    margin: 0;
    padding: 0;
    display: block;
    overflow: hidden;
    text-indent: -8000px;
}

.prevBtn,
.nextBtn {
    display: block;
    width: 23px;
    height: 44px;
    position: absolute;
    top: 90px;
    z-index: 1000;
}

.prevBtn {
    left: 20px;
    background: url("i/prevBtn.png") no-repeat center;
}

.nextBtn {
    right: 20px;
    background: url("i/nextBtn.png") no-repeat center;
}

@media only screen and (max-width: 700px) {
    .line-slide .line-slide-1 {
        font-size: 28px;
        padding: 25px 0 20px 0;
    }
    .prevBtn,
    .nextBtn {
        display: none;
    }
    .slide-box {
        width: 100%;
        height: 340px;
    }
    #slider-1 {
        width: 90%;
    }
    .slide {
        font-size: 13px;
    }
    .box {
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto;
    }
    .box .but-left {
        width: 100%;
    }
    .box .but-right,
    .box .but-right2 {
        width: 100%;
    }
    .box .but-left a,
    .box .but-right a,
    .box .but-right2 a {
        color: #ffffff;
        display: block;
        -webkit-border-radius: 90px;
        -moz-border-radius: 90px;
        border-radius: 90px;
        text-decoration: none;
        font-size: 22px;
        padding: 6px 20px 7px 20px;
    }
    .box .but-right2 a {
        color: #000000;
    }
    .box .but-left a,
    .box .but-right a,
    .box .but-right2 a {
        float: none;
        display: block;
        margin: 0 20px 20px 20px;
        text-align: center;
    }
    .line-1 .line-1-1 {
        float: none;
        width: 100%;
        text-align: center;
        margin: 20px auto 20px auto;
    }
    .line-1 .line-1-3 {
        float: none;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 16px;
    }
    .line-1 .line-1-2 {
        float: none;
        width: 100%;
        background: url("i/line-1-2.png") no-repeat left;
        background-size: contain;
        font-size: 25px;
        font-weight: 300;
        padding: 7px 0 7px 60px;
        margin: 0 auto;
        width: 220px;
    }
    .line-2 {
        background-size: cover;
        height: 200px;
        margin-top: 16px;
    }
    .line-2>div {
        top: 80px;
        left: 50%;
        font-weight: 700;
        font-size: 24px;
        text-transform: uppercase;
        z-index: 1000;
    }
    .line-3>div {
        width: 100%;
        margin: 20px auto;
    }
    .line-3>div span {
        display: none;
    }
    .line-3>div a {
        display: block;
        float: left;
        width: 14%;
        height: auto;
    }
    .line-3>div a img {
        width: 100%;
        height: 100%;
    }
    .line-5 {
        padding: 14px;
    }
    .line-5 .box {
        background-image: none;
    }
    .line-5 .box div {
        padding: 0;
        font-weight: 300;
        line-height: 150%;
        font-size: 15px;
    }
    .line-5 .box div span {
        display: block;
        font-size: 24px;
        color: #11b2f1;
        margin-bottom: 6px;
    }
    .line-6 {
        height: auto;
        background: none;
    }
    .line-6 .box .left {
        float: none;
        width: 100%;
        background: url("i/line-6.jpg") no-repeat left;
    }
    .line-6 .box .left div {
        margin: 0;
        padding: 20px 20px 10px 20px;
        font-size: 20px;
    }
    .line-6 .box ul {
        list-style: disc;
        padding-left: 35px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .line-6 .box .left li {
        color: #0094de;
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 110%;
    }
    .line-6 .box .left li span {
        color: #ffffff;
        font-size: 14px;
        line-height: 80%;
    }
    .line-6 .box .right {
        float: none;
        width: 100%;
        background: url("i/line-6.jpg") no-repeat right;
    }
    .line-6 .box .right div {
        margin: 0;
        padding: 20px 20px 10px 20px;
        font-size: 20px;
    }
    .line-6 .box .right li {
        color: #ee325b;
        font-size: 16px;
        margin-bottom: 6px;
        line-height: 110%;
    }
    .line-6 .box .right li span {
        color: #ffffff;
        font-size: 14px;
        line-height: 80%;
    }
    .line-99 {
        padding: 14px;
    }
    .line-99 .box {
        background-image: none;
    }
    .line-99 .box div {
        padding: 0;
        font-weight: 300;
        line-height: 150%;
        font-size: 15px;
    }
    .line-99 .box div span {
        display: block;
        font-size: 24px;
        color: #11b2f1;
        margin-bottom: 6px;
    }
    .line-7 {
        height: auto;
        background-image: none;
        background-color: #000000;
    }
    .line-7 .line-7-1 {
        padding: 15px;
    }
    .line-7 .line-7-1>span {
        font-size: 20px;
        margin: 20px 0 20px 0;
        line-height: 110%;
    }
    .line-7 .line-7-1 ul {
        list-style: disc;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
    .line-7 .line-7-1 ul li {
        color: #0094de;
        font-size: 16px;
        margin-bottom: 6px;
    }
    .line-7 .line-7-1 ul li span {
        font-size: 14px;
    }
    .line-8 {
        height: auto;
        background: url("i/line-8.jpg") no-repeat top left;
    }
    .line-8 .line-8-1 {
        font-weight: 300;
        color: #ffffff;
        font-size: 22px;
        text-align: center;
        padding: 20px 0 10px 0;
    }
    .line-8 .line-8-2 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 25px;
    }
    .line-8 .box .left,
    .line-8 .box .right {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .line-8 .box .right {
        margin-bottom: -10px;
    }
    .line-8 .box .left {
        margin-bottom: 20px;
    }
    .line-8 .box .left span {
        font-size: 20px;
        padding: 0px 20px 20px 20px;
        line-height: 110%;
        margin: 0;
    }
    .line-8 .box .right span {
        font-size: 20px;
        padding: 0px 20px 0px 20px;
        line-height: 100%;
        margin: 0;
    }
    .line-8 .box .left p,
    .line-8 .box .right p {
        font-size: 14px;
        padding: 0 20px 10px 20px;
        margin: 0;
    }
    .line-9 {
        height: auto;
        background: url("i/line-9.jpg") no-repeat top center;
    }
    .line-9 .line-9-1,
    .line-9 .line-9-2,
    .line-9 .line-9-3,
    .line-9 .line-9-4,
    .line-9 .line-9-5,
    .line-9 .line-9-6,
    .line-9 .line-9-7 {
        margin-left: 0px;
    }
    .line-9 .line-9-1 {
        font-size: 22px;
        padding: 20px 0 10px 0;
        text-align: center;
    }
    .line-9 .line-9-2,
    .line-9 .line-9-3 {
        font-size: 25px;
        text-align: center;
        padding-bottom: 0px;
    }
    .line-9 .line-9-3 {
        margin-bottom: 16px;
    }
    .line-9 .line-9-4,
    .line-9 .line-9-6 {
        font-size: 20px;
        line-height: 110%;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .line-9 .line-9-5 {
        height: auto;
    }
    .line-9 .line-9-5 p,
    .line-9 .line-9-7 p {
        font-size: 14px;
        padding: 0 20px 10px 20px;
        margin: 0;
    }
    .line-9 .line-9-6 {
        margin-top: 20px;
    }
    .line-9 .line-9-8 {
        display: none;
    }
    .line-10 {
        height: auto;
        background: url("i/line-10-mob.jpg") no-repeat right top;
        padding-bottom: 20px;
    }
    .line-10 .line-10-1 {
        font-size: 22px;
        text-align: center;
        padding: 20px 0 0 0;
    }
    .line-10 .line-10-2 {
        font-size: 25px;
    }
    .line-10 .left {
        margin-top: -20px;
    }
    .line-10 .right {
        margin-bottom: 20px;
    }
    .line-10 .left,
    .line-10 .right {
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }
    .line-10 .left span,
    .line-10 .right span {
        font-size: 20px;
        line-height: 110%;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .line-10 .left p,
    .line-10 .right p {
        font-size: 14px;
        padding: 0 20px 10px 20px;
        margin: 0;
    }
    .line-10 .line-10-3 {
        display: none;
    }
    .line-11 {
        height: auto;
        background-image: none;
        background-color: #efe7d3;
    }
    .line-11 .line-11-1 {
        font-size: 22px;
        text-align: center;
        padding: 20px 0 0 0;
    }
    .line-11 .line-11-2 {
        font-size: 25px;
        text-align: center;
    }
    .line-11 .line-11-3,
    .line-11 .line-11-4 {
        padding: 10px 20px;
    }
    .line-11 .line-11-3 span,
    .line-11 .line-11-4 span {
        font-size: 20px;
        line-height: 110%;
        margin: 0;
        padding: 0;
        margin-bottom: 10px;
    }
    .line-11 .line-11-3 p,
    .line-11 .line-11-4 p {
        font-size: 14px;
        padding: 0 0 10px 0;
        margin: 0;
    }
    .line-12 {
        height: auto;
        background: url("i/line-12-mob.jpg") no-repeat center top;
    }
    .line-12 .line-12-1 {
        font-size: 22px;
        text-align: center;
        padding: 20px 0 0 0;
    }
    .line-12 .line-12-2 {
        font-size: 25px;
        text-align: center;
    }
    .line-12 .box .left {
        margin-top: -20px;
    }
    .line-12 .box .left,
    .line-12 .box .right {
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }
    .line-12 .box .right {
        margin-bottom: 20px;
    }
    .line-12 .box .left span,
    .line-12 .box .right span {
        font-size: 20px;
        line-height: 110%;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .line-12 .box .right span {
        padding-top: 30px;
        line-height: 70%;
    }
    .line-12 .box .left p,
    .line-12 .box .right p {
        font-size: 14px;
        padding: 0 20px 10px 20px;
        margin: 0;
    }
    .line-13 {
        height: auto;
        background: url("i/line-13.jpg") no-repeat center top;
    }
    .line-13 .line-13-1 {
        font-size: 25px;
        text-align: center;
        margin: 20px 0 10px;
    }
    .line-13 .line-13-2 {
        font-size: 20px;
        line-height: 110%;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .line-13 .line-13-3 {
        border-left: 2px solid #0094de;
        padding-left: 20px;
        margin-bottom: 30px;
        margin-left: 20px;
    }
    .line-13 .line-13-3 p,
    .line-13 .line-13-5 p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .line-13 .line-13-4 {
        font-size: 20px;
        line-height: 110%;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .line-13 .line-13-5 {
        border-left: 2px solid #ee325b;
        padding-left: 20px;
        margin-bottom: 40px;
        margin-left: 20px;
    }
    .line-14 {
        height: auto;
        background: url("i/line-14-mob.jpg") no-repeat center top;
    }
    .line-14 .line-14-1 {
        font-size: 25px;
        text-align: center;
        margin: 0;
        padding: 20px 0 0px 0;
    }
    .line-14 .left {
        margin-top: -20px;
    }
    .line-14 .left,
    .line-14 .right {
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 0;
    }
    .line-14 .right {
        margin-bottom: 20px;
    }
    .line-14 .left span,
    .line-14 .right span {
        font-size: 20px;
        line-height: 110%;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .line-14 .left p,
    .line-14 .right p {
        font-size: 14px;
        padding: 0 20px 10px 20px;
        margin: 0;
    }
    .line-15 {
        height: auto;
        background: url("i/line-15.jpg") no-repeat top left;
    }
    .line-15 .line-15-1 {
        font-size: 25px;
        text-align: center;
        margin: 0;
        padding: 20px 0 0px 0;
    }
    .line-15 .left {
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .line-15 .left,
    .line-15 .right {
        float: none;
        width: 100%;
        height: auto;
        padding-bottom: 0;
        text-align: left;
    }
    .line-15 .right {
        margin-bottom: 20px;
    }
    .line-15 .left span,
    .line-15 .right span {
        font-size: 20px;
        line-height: 110%;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .line-15 .left p,
    .line-15 .right p {
        font-size: 14px;
        padding: 0 20px 10px 20px;
        margin: 0;
        color: #000000;
    }
    .line-16 {
        height: auto;
        background: url("i/line-16.jpg") no-repeat center top;
    }
    .line-16 .line-16-1 {
        font-size: 25px;
        text-align: center;
        margin: 0;
        padding: 20px 0 20px 0;
    }
    .line-16 .line-16-2,
    .line-16 .line-16-3 {
        font-size: 20px;
        line-height: 110%;
        margin: 0;
        padding: 0 20px;
        margin-bottom: 10px;
    }
    .line-16 .line-16-3 {
        padding-top: 10px;
    }
    .line-16 p {
        font-size: 14px;
        color: #ffffff;
        margin-bottom: 10px;
    }
    .line-18 {
        padding: 0 20px 0 20px;
    }
    .line-18 .line-18-1 {
        font-size: 25px;
        text-align: center;
        margin: 0;
        padding: 20px 0 10px 0;
        font-weight: bold;
    }
    .line-18 form {
        width: 100%;
    }
    .line-18 form input[type='text'] {
        margin-right: 0px;
        width: 100%;
    }
    .line-18 form input[type='submit'] {
        margin-right: 0px;
        width: 100%;
    }
    .line-18 form a {
        display: none;
    }
    .line-18 .line-18-3 {
        font-size: 16px;
    }
    .fancy {
        width: 100%;
    }
    .fancy form {
        margin: 20px;
    }
    .fancy form div {
        overflow: hidden;
        margin-bottom: 10px;
    }
    .fancy form input[type='text'] {
        width: 100%;
        border-left: 0;
        border-right: 0;
        font-size: 90%;
    }
    .fancy form textarea {
        width: 100%;
        height: 80px;
        border-left: 0;
        border-right: 0;
        font-size: 90%;
    }
    .fancy form input[type='submit'] {
        font-size: 19px;
        width: 100%;
    }
    .fancybox-close {
        display: none;
    }
    .fancy form div span.none {
        display: none;
    }
}

@media only screen and (max-width: 500px) {
    .slide-box {
        height: 400px;
    }
}

@media only screen and (max-width: 400px) {
    .slide-box {
        height: 440px;
    }
}