/* CSS Document */
@import url("core.css");
@import url("animate.css");
/*******/
@import url("fonts.css?v=106");
@import url("menu.css?v=363255");
@import url("flag.css?v=106");
.wcenter { max-width:1504px; margin:0 auto }
/**/
#banner{}
.banner{ height:420px; background-position:center top; background-repeat:no-repeat; position:relative}
.banner .pc{ display:none;}
.banner_desc{ position:absolute;left:0; top:0;height:100%; width:100%; margin:0; padding:0; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center}
.banner_area{ color:#313131; padding-left:0px; line-height:1.2; text-align:left; text-transform:uppercase;width:1504px; margin:0 auto}
.banner_area h2{ display:block; font-weight:normal; font-size:30px; width:400px; line-height:1.2}
.banner_area p{ font-size:16px; margin-top:15px}
/**/
.h2_title{ font-size:38px; color:#3963ef; font-weight:normal; display:block; line-height:normal; text-align:center; text-transform:uppercase}
.h2_title_desc{ font-size:14px; color:#606060; text-transform:uppercase; text-align:center; display:block; margin-bottom:60px;}
/**/
.prevnext{ margin-top:40px; border-top:1px solid #ddd; padding-top:25px; padding-left:10px}
.prevnext p{ display:block; font-size:16px; padding-left:80px; position:relative; line-height:1.2; margin-bottom:20px}
.prevnext p label{ position:absolute; left:0; top:0; background:#3a67ff; padding:5px 10px; color:#fff; text-transform:uppercase; font-size:14px;}
.prevnext p a:hover{ color:#3a67ff}
.prevnext p span{ text-transform:capitalize;}
/**/
/**/
@media(max-width:1674px){
.banner_area{ max-width:100%; padding-left:85px; padding-right:85px}
.banner{ height:auto;}
.banner .pc{display:block; width:100%; height:auto}
/**/
.wcenter { max-width:100%; margin:0 auto }
}
@media(max-width:1360px){
.banner_area{ max-width:100%; padding-left:50px; padding-right:50px}
.banner .pc{ display:none}
.banner{ height:200px; background-size:cover}
}
@media(max-width:700px){
.h2_title{ font-size:25px}
.h2_title_desc{ margin-bottom:40px}
.banner_area h2{ font-size:20px}
.banner_area p{ font-size:14px; margin-top:10px}
}
@media(max-width:600px){
.banner_area{ max-width:100%; padding-left:25px; padding-right:25px}
.banner{ height:160px}	
}
/**/
body .pagination{ margin-top:35px}
body .pagination ul{ text-align:center}
body .pagination li{margin:5px; display:inline-block; float:none; border:0; background:none}
body .pagination li a,body .pagination li span{background:#fff;width:36px; height:36px;line-height:34px; display:block; border:1px solid #eee; font-size:16px;-webkit-border-radius:5px; border-radius:5px; -moz-border-radius:5px; }
body .pagination li a:hover{ border-color:#3963ef; color:#3963ef }
body .pagination li.active span{border-color:#3963ef; color:#fff; background:#3963ef}
body .pagination li.disabled span{ background:rgba(0,0,0,0.1); cursor:not-allowed!important}
