@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300italic,300,400italic,500,500italic,700,700italic,900,900italic);

.myvideo {
    display: inline-block;
    margin: 0 20px;
    width: 500px;
    float: left;
}

* {
padding:0;
margin:0;
}

body {
font-family: 'Roboto', sans-serif;
}

a {
text-decoration:none;
outline:none;
color: #000;
font-size: 20px;
font-weight: 400;
text-align: center;
padding: 0 0 10px;
margin: 15px 70px 17px;
position: relative;
}

input {
outline:none;
}

::-webkit-scrollbar {
width: 7px;
}
 
::-webkit-scrollbar-track {
background:#fff;
}
 
::-webkit-scrollbar-thumb {
background:#000;
}

#nav {
min-width:1080px;
max-width:1600px;
height: 56px;
padding:10px 0;
margin:0 auto;	
}

.nav {
width:1080px;
margin:0 auto;	
}
td.td2 {
    cursor: pointer;
}
.nav .logo {
width:300px;
float:left;	
padding:0 10px;
}

.nav .logo img {
width:57px;
height:auto;
float:left;	
}

.nav .logo p {
width:220px;
float:right;	
font-size: 12px;
font-weight: 500;
padding: 4px 0;
}

.nav .logo .line-1 {
display:block;
font-size:22px;
font-weight:300;
}

.nav .content {
width:220px;
float:right;	
}

.nav .content .line-2,
.nav .content .line-1 {
position:relative;	
cursor:pointer;
}

.nav .content .title {
font-size: 13px;
font-weight: 700;
text-transform: uppercase;
color: rgb(95, 95, 95);
text-align:center;
padding: 8px 0 0;	
}

.nav .content .line-2 .title {
padding: 2px 0 0;	
}

.nav .content .line-1-content {
position: absolute;
width: 500px;
background: #fff;
padding: 10px;
font-size: 13px;
display: none;
z-index: 100;
border: 1px solid #eee;
margin: 0 25px;
}

.nav .content .line-1-content p {
padding:0 0 5px;	
}

.nav .content .line-2:hover .line-1-content,
.nav .content .line-1:hover .line-1-content {
display:block;	
}  

.nav .content  span {
display: block;
width: 165px;
height: 2px;
background: rgb(95, 95, 95);
margin: 5px auto;
}

.nav .contact {
width: 182px;
float: right;
padding: 8px 0 0 11px;
}

.nav .contact span {
display:block;	
font-size:17px;
font-weight:700;
}

.nav .coll-my {
width:200px;
float:right;
padding:18px 0 0;	
}

.nav .coll-my a {
color:#2E76ED;
border:2px solid #2E76ED;
font-size:14px;
font-weight:500;
padding:10px 20px;	
border-radius:4px;
text-transform:uppercase;
}

.nav .coll-my a:hover {
background:#2E76ED;
color:#fff;
}

.nav .snet {
width: 100px;
float: right;
padding: 14px 10px;	
}

.nav .snet img {
width:30px;
height:auto;	
}

.nav .snet img:hover {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);	
}

/*---*/

#header {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:10px 0;
height:650px;
margin:0 auto;
background:url(images/01.JPG) center;
background-size:cover;
position:relative;
clear: both;	
}

#header:before {
content:"";
width:100%;
height:100%;	
position:absolute;
top:0;
left:0;
background:rgba(0, 0, 0, 0.45) url(/images/bg.png);
}

.header {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
}

.header .block-1 {
position:relative;
padding:0 10px;
}

.header .block-1 h1 {
text-align:center;
padding:80px 0 30px;
}

.header .block-1 h1 .line-1 {
font-weight: 400;
font-size: 37px;
color: #fff;
}

.header .block-1 h1 .line-2 {
font-weight: 700;
font-size: 38px;
color: #f7d208;
}

.header .block-1 h2 {
font-size: 23px;
font-weight: 500;
color: #fff;
text-align: center;
padding:20px 0 50px;
text-shadow: 1px 1px 1px rgb(39, 39, 39), 0 0 1px #252726;
}

.header a {
font-size: 19px;
font-weight: 700;
padding: 16px;
background: #2e76ed;
display: block;
margin: 0 auto;
text-align: center;
width: 253px;
text-transform: uppercase;
border-radius: 4px;
color:#fff;
}

.header a:hover {
background:#488af7;	
}

.header .date {
text-align: center;
font-size: 17px;
color: #000;
padding: 10px 0;
color: #fff;
font-weight:500;
text-shadow: 1px 1px 1px rgb(39, 39, 39), 0 0 1px #252726;
}

.header .text-2 {
width: 500px;
margin: 30px auto 0;
padding: 20px;
border: 2px solid #f7d208;
position: relative;
font-size: 16px;
font-weight: 300;
text-align: center;
color: #fff;
background: rgba(36, 36, 36, 0.72);
}

.header .text-2:before {
content:"";
width:40px;
height:40px;
background:url(images/1004.png) no-repeat;
background-size:cover;	
position:absolute;
top:-20px;
left:0;
right:0;
margin:0 auto;
z-index:100;
}

#header > span {
display: block;
padding-top: 20px;
font-size: 25px;
-webkit-animation: scroll-vert 1.5s infinite;
animation: scroll-vert 1.5s infinite;
position: absolute;
z-index: 1000;
width: 100%;
text-align: center;
bottom: 30px;
}

#header > span img {
width: 30px;
height: auto;
}


@keyframes scroll-vert{
0%{
-ms-transform:translateX(0) translateY(-10%);
-webkit-transform:translateX(0) translateY(-10%);
transform:translateX(0) translateY(-10%);
opacity:1
}
		
80%{
opacity:0.7
}

100%{
-ms-transform:translateX(0) translateY(30%);
-webkit-transform:translateX(0) translateY(30%);
transform:translateX(0) translateY(30%);
opacity:0
}
}

/*---*/
#section-1 {
min-width:1080px;
/*max-width:1600px;*/
overflow:hidden;
padding:40px 0;
margin:0 auto;
background-size:cover;
position:relative;	
}

#section-1:before {
content:"";
    height: 453px;
    width: 145px;
top: 120px;
left: 0;
position: absolute;
background:url(images/6.svg) no-repeat;
background-size:cover;
}

#section-1:after {
content:"";
    height: 453px;
    width: 145px;
bottom: 120px;
right: 0;
position: absolute;
background:url(images/6.svg) no-repeat;
-moz-transform: rotate(180deg); 
-ms-transform: rotate(180deg); 
-webkit-transform: rotate(180deg); 
-o-transform: rotate(180deg);
transform: rotate(180deg);
background-size:cover;
}

.section-1 {
width:1080px;
margin:0 auto;	
}

.section-1 h2 {
color:#000;
font-size:36px;
font-weight:500;
text-align:center;	
padding:0 0 5px;
}
h4 {
    margin-top: 20px;
}
ul {
   /* width: 454px;
    float: left;
     padding: 0 75px;
    margin: 0 15px; */
}
.block-1 ul {
    padding-top: 26px;
}
.block-2 ul {
    padding-top: 26px;
}
.section-1 h3 {
color:#000;
font-size:29px;
font-weight:400;
text-align:center;
padding:0 0 10px;
margin:0 0 7px;
position:relative;	
}

.section-1 h4 {
color:#ff1b1b;
font-size:18px;
font-weight:500;
text-align:center;
padding:0 0 20px;
		
}

.section-1 li {
font-size:15px;	
padding:0 30px 15px;
position:relative;
text-align:justify;
list-style-type:none;
}
h1 {
    text-align: center;
}
.section-1 li:before {
content: "";
width: 6px;
height: 6px;
border: 2px solid #000;
border-radius: 50%;
position: absolute;
top: 4px;
left: 8px;
}
ul {
    float: right;
    margin-right: 36px;
}
.section-1 img {
width:220px;
height:auto;
display:block;
margin:20px auto;	
}

.section-1 .block-1 {
width:450px;
float:left;
padding:0 40px;	
}

.section-1 .block-2 {
width:450px;
float:right;
padding:0 40px;	
}

/*---*/
#section-2 {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:90px 0 30px;
margin:0 auto;
background:url(images/9.jpg) center;
position:relative;	
}

.section-2 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
text-align:center;
}

.section-2 > p {
font-size: 24px;
font-weight: 500;
color: #fff;
margin: 0 160px 50px;
border: 3px solid #ffd13d;
padding: 20px 0;
border-radius: 2px;
}

.section-2 h2 {
text-align:center;
font-size: 36px;
font-weight:700;
padding:0 0 50px;	
color:#fff;
}

.section-2 li {
font-size:15px;	
padding:0 20px 60px;
text-align:center;
list-style-type:none;
color:#fff;
width:300px;
display:inline-block;
}

.section-2 li img {
width:90px;
height:auto;	
padding:0 0 5px;
}

.section-2 li p {
font-size:15px;
font-weight:300;	
}

.section-2 li span {
display:block;
width:100px;height:100px;
border:4px solid #FFD13D;	
}

#section-3 {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:90px 0 90px;
margin:0 auto;
position:relative;
background:url(images/21.jpg);
background-size:cover;
}

#section-3 .bg {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background:rgba(12, 12, 12, 0.81);	
}

.section-3 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:200;
text-align:center;
}

.section-3 h2 {
text-align:center;
font-size: 28px;
font-weight:500;
padding:0 0 50px;	
color:#fff;
}

.section-3 .img {
width:500px;
padding:0 20px;
float:left;
height:400px;
position:relative;
text-align:center;
}

.section-3 .img img {
width:480px;
height:auto;	
box-shadow: 0 0 20px rgb(51, 44, 44);
}

#section-3:before {
content:"";
width:1600px;
height:31px;
background:#D6346F;	
position:absolute;
bottom:315px;
left:0;
z-index:100;
-moz-transform: rotate(-8deg); 
-ms-transform: rotate(-8deg); 
-webkit-transform: rotate(-8deg); 
-o-transform: rotate(-8deg);
transform: rotate(-8deg);
}

#section-3:after {
content:"";
width:1600px;
height:31px;
background:#D6346F;	
position:absolute;
top:395px;
left:0;
z-index:100;
-moz-transform: rotate(7deg); 
-ms-transform: rotate(7deg); 
-webkit-transform: rotate(7deg); 
-o-transform: rotate(7deg);
transform: rotate(7deg);
}

.section-3 p {
font-size:17px;
font-weight:500;
color:#fff;
padding:0 0 10px;
font-style:italic;
}

.section-3 .img-1 p{
padding: 40px 0 10px;
}

.section-3 .img-3 p{
padding: 20px 0 10px;
}

/*---*/
#section-4 {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:90px 0;
margin:0 auto;
position:relative;	
}

#section-4:before {
content: "";
background: url(images/38.svg);
height: 523px;
right: 0;
top: 98px;
width: 249px;
position: absolute;
background-size: cover;
}

#section-4:after {
content: "";
height: 453px;
width: 145px;
top: 120px;
left: 0;
position: absolute;
background: url(images/6.svg) no-repeat;
background-size:cover;
}

.section-4 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
}

.section-4 h2 {
text-align:center;
font-size: 29px;
font-weight:700;
padding:0 0 50px;	
color:#000;
}

.section-4 .block-1 {
width:240px;
float:left;
padding:0 10px;
text-align:center;
font-size:14px;
font-weight:500;
height:180px;
}

.section-4 .block-1 img {
width:90px;
height:auto;
display:block;
margin:0 auto 10px;	
}

.section-4 h3 {
text-align:center;
font-size:18px;
font-weight:700;
padding:40px 0 0;
clear:both;	
}

/*---*/
#section-5 {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:90px 0 40px;
margin:0 auto;
position:relative;	
border-top:2px solid #e2e2e2;
background:#F8F8F8;
}

.section-5 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
}

.section-5 h2 {
color:#000;
font-size:36px;
font-weight:700;
text-align:center;	
padding:0 0 5px;
}

.section-5 h4 {
color:#000;
font-size:29px;
font-weight:400;
text-align:center;
padding:0 0 10px;
margin:0 0 40px;
position:relative;	
}


.section-5 .block-1 {
width: 316px;
float: left;
padding: 0px 21px 39px;
text-align: center;
}

.section-5 .block-1 img {
width:125px;
display:block;
margin:0 auto 10px;
border:2px solid #FFD13D;
border-radius:50%;
}

.section-5 .block-1 h3 {
font-size:15px;
font-weight:500;
text-transform:uppercase;	
}

.section-5 .block-1 p {
font-size:14px;
font-weight:300;	
padding:0 0 10px;
}

.section-5 .block-1 span {
text-decoration:underline;
font-size:13px;
font-weight:500;
}

.section-5 .block-1 span a{
color:#444;	
}

/*---*/
#section-6 {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:70px 0;
margin:0 auto;
position:relative;	
background:#ffd13d;
}

.section-6 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
}

.section-6 h2 {
font-size: 27px;
font-weight:700;
color:#000;
}

.section-6 .block-1 {
width:500px;
float:left;	
padding: 0 40px;
}

.section-6 .block-2 {
width:500px;
float:right;	
}

.section-6 a {
font-size: 19px;
font-weight: 700;
padding: 20px;
background: #FF4D3D;
display: block;
margin: 25px auto 0;
text-align: center;
width: 272px;
text-transform: uppercase;
border-radius: 4px;
color: #fff;
}

.section-6 p {
text-align:center;
padding:10px;
font-size:16px;	
}

/*---*/
#section-7 {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:90px 0;
margin:0 auto;
position:relative;
background:#F8F8F8;	
}

#section-7:before {
content: "";
height: 453px;
    width: 145px;
top: 120px;
left: 0;
position: absolute;
background: url(images/6.svg) no-repeat;
background-size:cover;
}

#section-7:after {
content: "";
height: 453px;
    width: 145px;
bottom: 120px;
right: 0;
position: absolute;
background: url(images/6.svg) no-repeat;
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-webkit-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
background-size:cover;
}

.section-7 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
}

.section-7 h2 {
font-size: 36px;
font-weight:700;
color:#000;
padding:0 0 50px;
text-align:center;
}

.section-7 .content {
display:none;	
}

.section-7 .block-1 {
width: 928px;
margin: 0 auto 40px;
border: 1px solid #eee;
padding: 20px 20px 30px;
overflow: hidden;
background: #fff;
position:relative;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
}

.section-7 .block-1 .img {
width:150px;
float:left;	
text-align:center;
}


.section-7 .block-1 .img img {
width:87px;
height:auto;	
}

.section-7 .block-1 .block-1-1 {
width:600px;
float:left;	
}

.section-7 .block-1 h3 {
font-size:20px;
font-weight:700;
padding:0 0 10px;
margin:0;
position:relative;	
}

.section-7 .block-1 h3:before {
content:"";
width:40px;
height:2px;
background:#E6E7E8;
position:absolute;
bottom:0;
left:0;	
}

.section-7 .block-1 p {
font-size: 17px;
font-weight: 400;
padding: 10px 0 10px;	
}

.section-7 .block-1 h4 {
font-size:15px;
font-weight:700;
padding:0 0 10px;
padding:0 0 10px;
font-style:italic;	
}

.section-7 .time {
width: 160px;
float: left;
background: #ccc;
margin: -20px 0 -30px -20px;
padding: 13px;
background-color: #ffe46e;
line-height: 1.5;	
}

.section-7 .time {
width: 160px;
float: left;
margin: -20px 0 -30px -20px;
padding: 13px;
background-color: #ffe46e;
line-height: 1.5;	
}

.section-7 .time-content {
display: table-cell;
vertical-align: middle;
height: 122px;
text-align: center;
}

.section-7 .time-content .line-1 {
display: inline-block;
text-transform: uppercase;
font-weight: 700;
font-size: 21px;
text-align: center;
}

.section-7 .time-content .line-2 {
font-size: 18px;
font-weight: 500;
text-transform: uppercase;
}

.section-7 h5 {
color: #666;
padding: 0 0 30px;
text-align: center;
font-size: 16px;
font-weight: 300;
width: 540px;
margin: 0 auto;
}

.section-7 .time-content img {
position: relative;
top: 2px;
}

.open-content {
padding: 5px 10px;
display: inline-block;
float: right;
cursor: pointer;
border: 2px solid #2D78EB;
color:#000;
border-radius:4px;
position:absolute;
bottom:10px;
right:10px;
font-size:14px;	
}

.section-7 > a {
font-size: 19px;
font-weight: 700;
padding: 16px;
background: #2e76ed;
display: block;
margin: 0 auto;
text-align: center;
width: 253px;
text-transform: uppercase;
border-radius: 4px;
color: #fff;
}

/*---*/
#section-8 {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:90px 0;
margin:0 auto;
position:relative;
background:#fff;	
}

.section-8 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
}

.section-8 h2 {
font-size: 29px;
font-weight: 400;
text-align: center;
position: relative;
padding:0 0 50px;
}

.section-8 tr:nth-child(2n) {
background: #eee; 
} 

.section-8 td {
border:1px solid #ccc;	
padding:10px;
}

.section-8 td img {
display:block;
margin:0 auto;	
}

.section-8 .name {
font-weight:500;
font-size:15px;
}

.section-8 .pac {
font-size:18px;
text-transform:uppercase;
font-weight:700;
text-align:center;
color:#fff;
text-shadow: 0px 1px 2px rgba(70, 70, 70, 0.38), 0 0 2px #797979;	
width: 150px;
}

.section-8 .pac-1 {
background:#ea9312;	
}

.section-8 .pac-2 {
background:#395aa7;
}	

.section-8 .pac-3 {
background:#61073b;
}	

.section-8 a {
font-size: 16px;
font-weight: 700;
padding: 15px 20px;
background: #FF4D3D;
display: block;
margin: 0 10px 0;
text-transform: uppercase;
border-radius: 4px;
color: #fff;
text-align: center;
}

.section-8 a:hover {
opacity:0.8;	
}

.section-8 ins {
text-align:center;
font-size:18px;
font-weight:700;
display:block;
text-decoration:none;
}


.section-8 del {
text-align:center;
font-weight:700;
display:block;	
}

/*---*/
#section-9 {
min-width:1080px;
max-width:1600px;
padding:90px 0;
margin:0 auto;
position:relative;
border-top:7px solid #2E76ED;
height: 350px;	
}

#section-9:before {
content: "";
width: 49px;
height: 49px;
border-radius: 50%;
position: absolute;
top: -28px;
right: 0;
left: 0;
background: #2e76ed;
margin: 0 auto;
z-index: 100;
background-image: url(images/100.png);
background-position-x: 4px;
background-position-y: 4px;
background-size: 42px;
}

.section-9 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
}

.section-9 h2 {
font-size: 36px;
font-weight:700;
color:#000;
padding:0 0 50px;
text-align:center;
}

.section-9 .block-1 {
width:450px;
padding:0 40px;
float:left;	
}

.section-9 .block-1 h3 {
padding:0 0 25px;	
font-size:20px;
text-align:center;
}

.section-9 p {
font-size:16px;
font-weight:400;
overflow:hidden;
padding:10px 0 5px;	
}

.section-9 p img{
width: 60px;
height: auto;
float: left;
padding: 0 10px;
position: relative;
margin: -8px 0 8px;	
}


/*---*/
#section-10 {
min-width:1080px;
max-width:1600px;
padding:50px 0;
margin:0 auto;
position:relative;
background: url(images/9.jpg) center;
}

.section-10 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
}

.section-10 h2 {
color:#fff;
font-size:36px;
font-weight:700;
text-align:center;	
padding:0 0 5px;
}

.section-10 h3 {
color:#fff;
font-size:29px;
font-weight:400;
text-align:center;
position:relative;	
}

/*---*/
#section-11 {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:90px 0;
margin:0 auto;
position:relative;
background:url(images/90.jpg) center;	
background-size:cover;
}

#section-11:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(212, 212, 212, 0.89);	
}

.section-11 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
}

.section-11 h2 {
font-size: 36px;
font-weight:700;
color:#000;
padding:0 0 50px;
text-align:center;
}

.section-11 object {
margin:0 20px;	
}

.section-11 embed {
box-shadow: 0 0 20px rgb(51, 44, 44);	
}

/*---*/
#section-12 {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:90px 0;
margin:0 auto;
position:relative;
background-size:cover;
}

.section-12 {
width:840px;
margin:0 auto;	
position:relative;
z-index:100;
}

.section-12 h2 {
padding:30px 0 10px;
font-size:30px;	
}

.section-12 .block-1 {
width:300px;
float:left;	
}

.section-12 .block-2 {
width:500px;
float:right;	
}

.section-12 .block-2 p {
font-size:17px;	
}

.section-12 a {
font-size: 19px;
font-weight: 700;
padding: 16px;
background: #FF283D;
display: block;
margin: 20px 0;
text-align: center;
width: 253px;
text-transform: uppercase;
border-radius: 4px;
color: #fff;
}

.section-12 a:hover {
opacity:0.8;	
}

/*---*/
#footer {
min-width:1080px;
max-width:1600px;
overflow:hidden;
padding:20px 0;
margin:0 auto;
background:#222;
}

.footer {
width:1080px;
margin:0 auto;	
color:#fff;
}

.footer .snet {
float: left;
width: 270px;
text-align: center;
padding: 5px 0;	
}

.footer .snet img {
width:30px;
height:auto;
padding: 0 1px;	
}

.footer .snet img:hover {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);	
}

.footer .copy {
width:370px;
float:left;
font-size:14px;
font-weight:300;	
}

.footer .contact {
width:200px;
float:left;
font-size:14px;
font-weight:300;	
}

.footer .dev {
width:200px;
float:right;
font-size:14px;
font-weight:300;
padding:8px 0 0;	
}

.footer .dev a {
color:#F7D205;
}

.footer .contact p {
padding:0 0 5px 27px;	
position:relative;
}

.footer .contact p:before {
content:"";
width:15px;
height:15px;
position:absolute;
left:5px;
right:0;
background:url(images/61.png) no-repeat;
background-size:cover;	
}

.footer .contact .p-2:before {
content:"";
width:20px;
height:20px;
position:absolute;
left:0;
right:0;
background:url(images/60.png) no-repeat;
background-size:cover;	
}

/*---*/
.popup {
width: 790px;
margin: 80px auto;
position: relative;
display:none;
z-index:99999;
padding:40px 40px;
text-align:center;
}

.popup h2 {
color:#FFE401;
font-size:37px;
padding:0 0 20px;
font-weight:700;	
}

.popup p {
font-size:18px;
font-weight:300;
color:#fff;
padding:0 0 10px;
}

.popup ::-webkit-input-placeholder {color:#ccc;}
.popup ::-moz-placeholder          {color:#ccc;}
.popup :-moz-placeholder           {color:#ccc;}
.popup :-ms-input-placeholder      {color:#ccc;}

.popup input {
padding: 15px 34px;
border: 2px solid #444444;
width: 170px;
background: none;
margin:5px;
color:#fff;
}

.popup textarea {
padding: 15px 34px;
border: 2px solid #444444;
width: 425px;
height: 90px;
background: none;
margin: 5px;
color: #fff;
font-size:16px;
}

.popup .submit {
display:block;
background:#FFE401;
border-radius:4px;
color:#000;
border:none;	
margin:5px auto;
font-size:18px;
width: auto;
padding: 15px 50px;
cursor:pointer;
}

.popup .submit:hover {
opacity:0.8;
}

.popup-close {
position: absolute;
top: 0px;
right: -24px;
width:20px;
height:20px;
background:url(images/close.png) no-repeat;
background-size:cover;
cursor: pointer;
}

#overlay {
display: none;
position: fixed;
bottom: 0;
left: 0;
top: 0;
right: 0;
overflow: auto;
background: rgba(0,0,0,0.95);
z-index:79999;
min-width:1080px;
}

.popup-close-bg {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index:89999;
cursor:pointer;
}

.popup-content {
width:500px;
background:#fff;
padding:40px;
text-align:left;	
}

.popup-content p {
font-size: 16px;
font-weight: 400;
color: #000;
padding: 0 0 10px;
text-align: justify;
}

.popup-content li {
margin:0 30px;
}	


/*---*/
#section-20 {
min-width:1080px;
max-width:1600px;
padding:70px 0;
margin:0 auto;
position:relative;
overflow:hidden;
background:#F8F8F8;
}

.section-20 {
width:1080px;
margin:0 auto;	
position:relative;
z-index:100;
}

.section-20 h2 {
color:#000;
font-size:36px;
font-weight:700;
text-align:center;	
padding:0 0 40px;
}

.section-20 .block-1 {
width: 270px;
float: left;
height: 202px;
overflow: hidden;	
position:relative;
}

.section-20 .block-1 img {
width:100%;
height:auto;	
}

.section-20 a{
position:relative;	
display: block;
overflow:hidden;
height: 202px;
}

.section-20 a span {
background: rgba(253, 94, 61, 0.76);
z-index: 1000;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
display: none;
}

.section-20 a span:before{
content:"";
background:url(images/3000.png) 0 0 repeat;
z-index: 9999;
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 50%;
left: 47%;
width:16px;
height:16px;
margin-top:-8px;
} 

.section-20 a:hover span  {
display:block;
}
