﻿

@media (max-width:4000px) {
    html {
        font-size: 18px;
    }
}

@media (min-width:1600px) and (max-width:1940px) {
    html {
        font-size: 16px;
    }
}

@media (min-width:1400px) and (max-width:1600px) {
    html {
        font-size: 13px;
    }
}

@media (min-width:640px) and (max-width:1399px) {
    html {
        font-size: 13px;
    }
}

@media (min-width:471px) and (max-width:639px) {
    html {
        font-size: 12px;
    }
}

@media (min-width:329px) and (max-width:470px) {
    html {
        font-size: 12px;
    }
}

@media (max-width:328px) {
    html {
        font-size: 12px;
    }
}

* {
    font-family: Arial, -apple-system, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    /* padding: 0; */
    /* margin:0; */
    box-sizing: border-box;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
}

body {
    padding: 0;
    margin: 0;
    font-family: font-family: -apple-system, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    line-height: 1;
    font-size: 14px;
    overflow-x: hidden;
}

html,
body {
    min-height: 100vh;
}

html {
    overflow: -moz-scrollbars-vertical;
}

a {
    text-decoration: none;
    /*IE使用*/
    outline-style: none;
    /*FF使用*/
    outline: none;
}

a,
input,
img,
:focus {
    /*IE使用*/
    outline-style: none;
    /*FF使用*/
}

/*去除a标签带来的虚框*/
ul {
    list-style: none;
}

img {
    border: 0px;
    vertical-align: middle
}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
    padding: 0;
    margin: 0;
    font-weight: normal;
}

h3,
h4,
h5 {
    font-weight: normal;
}

h4 a:hover,
h5 a:hover {
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    background: #d8d8d8;
    padding: 0;
    margin-bottom: 3.25rem;
    margin-top: 2.5rem;
}

abbr,
article,
aside,
audio,
canvas,
datalist,
details,
dialog,
eventsource,
figure,
footer,
header,
hgroup,
mark,
menu,
meter,
nav,
output,
progress,
section,
time,
video {
    display: block
}
.clear {
    clear: both;
    height: 0px;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
    /*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    /*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}

.w1200 {
    margin: 0 auto;
    max-width: 1500px;
    padding: 0 50px;
}

.fl {
    float: left
}

.fr {
    float: right
}

.box_table {
    display: table;
    table-layout: fixed;
    height: 100%
}

.box_table_cell {
    display: table-cell;
    vertical-align: middle
}

.box_table_cell * {
    white-space: normal;
    word-wrap: break-word;
}

.header_box {
    position: relative;
    z-index: 10000;
}

#header {
    height: 5.6rem;
    background: #fff;
    width: 100%;
    z-index: 998;
    border-bottom: rgba(255, 255, 255, .3) 1px solid;
    transition: .5s;
}

#header .w1200 {
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 0 0 3rem;
}

#logo {
    float: left;
    margin-right: 5rem;
    height: 100%;
}

#logo img {
    max-width: 25rem;
}

#header .fr {
    display: flex;
    flex-grow: 1;
}

#nav {}

#nav ul {
    display: flex;
}

#nav ul li {
    float: left;
    height: 5rem;
    position: relative;
    z-index: 0;
    flex-grow: 1;
    margin-right: 3.375rem;
}

#nav ul li a {
    display: block;
    text-transform: uppercase;
}

#nav ul li h3 {
    font-size: 1.05rem;
    color: #014070;
    line-height: 5rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    transition: .5s;
    white-space: nowrap;
}

#nav ul li h3:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #014070;
    position: absolute;
    left: 0;
    bottom: 8px;
    opacity: 0;
    transform: scaleX(0);
    transition: .5s;
}

#nav ul li.on h3 {}

#nav ul li.on h3:before,
#nav ul li:hover h3:before {
    transform: scaleX(1);
    opacity: 1;
}

#nav ul li.on h3 {
    color: #014070;
    font-weight: 600;
}

#nav ul li h3 svg {
    width: 12px;
}

#nav ul li a i {
    display: inline-block;
    background: url(http://www.orbiterplastic.com/static/modules/cms/images/nav_down.png) center no-repeat;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    /* border: 1px solid #f7f7f7; */
    border-bottom: 5px solid #2a166f;
    z-index: 10000;
    transform: translateY(-20px);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

#nav ul li .sub .box {
    padding: 0;
    background: #fff;
    text-align: center;
}

#nav ul li .sub a {
    padding: 0;
    line-height: 2.75;
    transition: .3s;
    font-size: .875rem;
    letter-spacing: 1px;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #2a166f;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

#nav ul li .sub:before {
    content: "";
    position: absolute;
    top: -3px;
    right: 50%;
    margin-right: -20px;
    height: 40px;
    width: 40px;
    left: 50%;
    margin-left: -20px;
    background-color: #FFFFFF;
    border: 1px solid #bbb;
    z-index: -1;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    display: none;
}

.top_menu {
    height: 3rem;
    margin-top: 1.5rem;
}

.btn_a {
    display: block;
    width: 7.1875rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    background: #2c166f;
    background-image: linear-gradient(to right, #2c166f, #4f166f);

    border-radius: 1.375rem;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .5s;
    border: 1px solid #2c166f;
}

.btn_a:hover {
    background: none;
    border: 1px solid #2c166f;
    color: #000;
}

.btn_b {
    margin-left: 2rem;
    display: block;
    width: 7.1875rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    border: 1px solid #2c166f;
    border-radius: 1.375rem;
    justify-content: center;
    align-items: center;
    font-size: 1.05rem;
    color: #000;
    transition: .5s;
}

.btn_b:hover {
    background-image: linear-gradient(to right, #2c166f, #4f166f);
    color: #fff;
}

.banner img {
    width: 100%;
}

.banner .slider-btn {
    border: none;
    width: 48px;
    height: 48px;
    background: #2c166f;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    transition: all 0.4s ease;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.banner .slider-btn:hover {
    color: #2c166f;
    background: #fff;
}

.banner .slider-btn.prev {
    left: 3%;
}

.banner .slider-btn.next {
    right: 3%;
}

.container02{border-bottom: 1px solid #eee;}
.m2_box{border-top: 1px solid #eee;
    padding-left: 5%;
    padding-right: 5%;
}
.m2_box h3{border-bottom: 4px solid #2a166f;line-height: 2.5;color: #2a166f;font-size: 2.1rem;}
.m2_box .desc{min-height: 8rem;margin-top: 1.5rem;color: #2a166f;font-size: 1.2rem;line-height: 1.4;text-align: left;}
.m2_box .span{border-top: 3px solid #2a166f;    display: inline-block;}
.m2_box span{font-size: 1.2rem;line-height: 2.5;margin: 0.5rem 2rem;color: #2a166f;background: #dfdcea;}























.index_title1 {
    text-align: center;
    margin-bottom: 42px;
}

.index_title1 h2 {
    font-weight: normal;
    font-size: 2rem;
    color: #1c2881;
    position: relative;
    padding-bottom: 1.5rem;
    margin-bottom: 15px;
}

.index_title1 h2:after {
    content: '';
    position: absolute;
    width: 5.6rem;
    height: 6px;
    background: #34166f;
    left: 50%;
    margin-left: -2.8rem;
    bottom: 0;
}

.index_title1 p {
    font-size: 1.2rem;
    line-height: 2;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
}

.container04 {}

.about h3 {
    text-transform: uppercase;
    font-size: 1.8rem;
    color: #2b166f;
    line-height: 2;
    margin-bottom: 10px;
}

.about .con {
    font-size: 1rem;
    line-height: 2;
}

.more_a {
    display: block;
    width: 9.1875rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    background: #2c166f;
    background-image: linear-gradient(to right, #2c166f, #4f166f);
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .5s;
}

.line {
    width: 100%;
    height: 3px;
    background: url(../image/line.png) center no-repeat;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.zizhi li div.ico {
    position: relative;
    width: 8.8rem;
    height: 8.8rem;
    text-align: center;
    border-radius: 50%;
}

.zizhi li div.ico:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 10px solid #34166f;
    background: #fff;
    z-index: 0;
    transition: .7s;
}

.zizhi li div div {
    padding-top: 1.8rem;
    position: relative;
}

.zizhi li div div p {
    font-size: 1rem;
    color: #34166f;
    line-height: 2;
}

.zizhi li div div span {
    font-size: 1.6rem;
    color: #fec100;
}


.container03 ul li .img{  width:50%; overflow:hidden}
.container03 ul li .img img{width:100%;height:100%;}
.container03 ul li .con{  width:50%;  padding:0rem 20rem; position:relative}
.container03 ul li .con .box_table{ text-align:left}
.container03 ul li .con h5{ font-size:1.5rem; color:#424243; height:1.5rem; line-height:1.5rem; white-space:nowrap; text-overflow:ellipsis; transition:0.6s;margin-bottom: 3rem;

}
.container03 ul li .con p{font-size:1rem;color:#7c7c7c;line-height:1.5;overflow:hidden;}

.more_b{
    display: block;
    width: 9.1875rem;
    height: 2.8125rem;
    line-height: 2.8125rem;
    text-align: center;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    font-size: 1.05rem;
    color: #000;
    transition: .5s;
}













.container05 {

}

.m5_txt {
    padding-top: 12%;
}

.m5_txt h3 {
    font-size: 2.6rem;
    line-height: 1.5;
    text-decoration: underline;
}

.m5_txt h5 {
    font-size: 1.5rem;
    line-height: 1.5;

}

footer {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
    background: #111111;
}

.f_contact {
    font-size: 1rem;
    color: #a7a8a9;
    line-height: 2;
    border-right: 1px solid #888888;
    padding-right: 5rem;
}

.f_contact h4 {
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}

.f_contact p {
    margin-bottom: 0.5rem;
}

.f_nav {}

.f_nav li {
    float: left;
    margin-left: 10rem;
}

.f_nav li h3 {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 2.5;
    color: #e5e5e5;
    margin-bottom: 10px;
}

.f_nav li a {
    display: block;
    font-size: 1rem;
    line-height: 2;
    color: #7e7f80;
    margin-bottom: 5px;
}

footer a:hover {
    color: #fff;
}

.copyright {
    margin-top: 3rem;
    font-size: 1rem;
    color: #e5e5e5;
}
/*手机导航开始*/
#m_header{ display:none; height:4.5rem; position:fixed; top:0; width:100%; z-index:999; transition:0s 1.5s; background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);}
#m_header .w1200{ position:relative; height:100%;}
.m_user{ height:4.5rem; line-height: 4.5rem; margin-right: 4rem; color: #999;}
.m_user a{ display: inline-block; margin: 0 .625rem; color: #666;}
.m_user a svg{ width: 16px;}
.m_user a:hover{ color: #ff0000;}
.m_user a:hover svg path{ fill: #ff0000;}
#m_logo{transition:0s 1.5s;height:100%;visibility:visible;float: left;position: relative;z-index: 100;}
#m_logo img{display:block;height: 3rem;}
#m_logo .box_table{ width:auto}
/*导航按钮开始*/
#nav_btn_box{ z-index:999999999; margin-left:20px; position:fixed; height:4.5rem; right:0; top: 0; display:none; }
#nav_btn_box .w1200{ height:100%}
#nav_btn_box .box_table{ width:auto}
#nav_btn_box.on{ background:none;  }
#nav_btn{}
#nav_btn .point.on .navbtn::after, #nav_btn .point.on .navbtn::before{ background:#fff;}
#nav_btn{ cursor: pointer; text-align: center;z-index:99999; padding-bottom:4px; transition:.5s;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s; outline:none; box-shadow:none;}
#nav_btn .point{display: inline-block;width: 1.375rem;height: 22px; position: relative; outline:none;}
#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before{width: 1.375rem;}
#nav_btn .navbtn{position: absolute;top: 12px;left: 0;display: inline-block;width: 1.375rem;height: 1px;-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;/* background: #333; */}
#nav_btn .navbtn::after,
#nav_btn .navbtn::before{position: absolute;left: 0;display: inline-block;width: 1.375rem;height: 3px;content: '';-webkit-transition: all .3s ease-out 0s;-moz-transition: all .3s ease-out 0s;-ms-transition: all .3s ease-out 0s;-o-transition: all .3s ease-out 0s;transition: all .3s ease-out 0s;background: #939393;}
#nav_btn .navbtn::after{top: -5px;}
#nav_btn .navbtn::before{top: 5px;}
#nav_btn .point.on .navbtn{background: transparent;}
#nav_btn .point.on .navbtn::after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);top: 0px;}
#nav_btn .point.on .navbtn::before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);top: 0px;}
/*导航按钮结束*/
.m_nav_list{flex-direction:column; justify-content: flex-start; width:100%; overflow: auto;}
.m_nav_list::-webkit-scrollbar {display:none}
#m_nav {
    z-index: 99999;
    position: fixed;
    background: #2c166f;
    width: 100%;
    height:100vh;
    right: -101vw;
    top: 0;
    display:none;
    padding: 50px 0 80px;
    overflow:hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
#m_nav.act{ pointer-events: auto; right:0;}
#m_nav>ul>li{width:100%;overflow:hidden;padding: 0 25px;position: relative;}
#m_nav>ul>li+li{ border-top:1px solid rgba(255, 255, 255, 0.1);}
#m_nav li .a{  }
#m_nav li .a h3{ line-height:4.5rem; height:4.5rem; color:#fff; padding:0; font-size:1.125rem; float:left;}
#m_nav li .a span{ display:block; position:absolute; top:0; right:10px; width: 20px; height: 50px; text-align:center;}
#m_nav li .a span i{ font-size:0;}
#m_nav .title .a i{opacity:1;filter:alpha(opacity=100);display:inline-block;width: 100%;height:4.5rem;float:right;display:inline-block;background: url(../image/arrow_down.svg) calc(100% - 2rem) no-repeat;background-size: 15px auto;position: absolute;right: 0;}
#m_nav li.on.title .a i{background: url(../image/arrow_down_on.svg) calc(100% - 2rem) no-repeat;background-size: 15px auto;}
#m_nav .on.title .a i{}
#m_nav li{display:block;width:100%;}
.slide_nav{ position: absolute; left:0; height: 70px; z-index: 998; padding:15px; top:0; width: 100%; }
#m_nav .title .list{display:none;position:relative;width:100%;z-index:9;left:0;margin-left:0;background:none;border:0;clear: both;padding-bottom:10px;}
#m_nav .title .list span{ background:none; }
#m_nav .title .list span a:hover{ color: #014085;}
#m_nav .title .list a{display:block;font-size:1rem;color: #fff;text-align:left;line-height:35px;height: 35px;border:0;font-weight:300;}
/*三级导航 开始*/
#m_nav .title .list .void>a{background-size:10px; position:relative;}
#m_nav .title .list .void>a:before{ content:"·"; position:absolute; left:-1em; font-size:12px; font-weight:bold;}
#m_nav .title .list span{ position:relative; display:block;}
#m_nav .title .list span .sub{ position: static; width:100%;display: block !important; overflow:hidden;}
#m_nav .title .sub a{ background:none; font-size:.875rem; opacity:.8; min-width:50%; float:left; display:inline-block; color:#999;}
.nav_mask { position: fixed; top: 0; left: 0;width: 100%;height: 100%;z-index: 1000;background-color: rgba(0,0,0,0.4);display: none;}






.n_banner {
    height: 23.75rem;
    background-size: cover !important;
}

.n_banner .box_table h3 {
    text-align: left;
    font-weight: bold;
    font-size: 2.775rem;
    color: #fff;
}

.n_position {
    background: #f4f4f4;
    clear: both;
    overflow: hidden;
}

.n_position ul li {
    height: 3.2rem;
    line-height: 3.2rem;
    text-align: center;
    display: inline-block;
    position: relative;
    background: #fff;
    margin-right: 2rem;
}

.n_position ul li a {
    display: block;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 0.95rem;
    color: #3b3c3d;
    padding: 0 40px;
}

.n_position ul li.on {
    background: #004299;
}

.n_position ul li.on a {
    color: #fff;
}

.n_position ul li:hover a {
    color: #fff;
}

.n_position li i {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    background: #004299;
    transition: all ease 600ms;
    z-index: 0;
}

.n_position li:hover i {
    width: 100%;
    left: 0;
    right: auto;
}
.shuju ul li {
    text-align: center;
}

.shuju ul li h4 {
    height: 56px;
}

.shuju ul li h4 span {
    font-size: 1.36rem;
    color: #797979;
    margin: 0 2px;
    display: inline-block;
    margin-top: 18px;
    margin-left: 5px;
}

.shuju ul li h4 span.counter {
    font-size: 3.5rem;
    color: #093e96;
    margin-left: 12px;
    margin-top: 0;
}

.shuju ul li h4 span.lwy {
    font-size: 65px;
    color: #fff;
    font-family: myFirstFont;
    line-height: 44px;
    margin-left: 12px;
}

.shuju ul li h6 {
    font-size: 1.36rem;
    color: #797979;
    line-height: 2.5;
}
.atit h3 {
    color: #004299;
    font-size: 2rem;
}

.atit span {
    color: #666666;
}

.n_zizhi ul li {
    transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.n_zizhi ul li .bg {
    background: #eff1f5;
    position: relative;
}

.n_zizhi ul li a {
    position: relative;
    display: block;
    z-index: 999;
}

.n_zizhi ul li .bg::before,
.n_zizhi ul li .bg::after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.5s;
}

.n_zizhi ul li .bg::before {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-top: 3px solid #144ea1;
    border-bottom: 3px solid #144ea1;
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0
}

.n_zizhi ul li .bg::after {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border-right: 3px solid #144ea1;
    border-left: 3px solid #144ea1;
    transform: scale(1, 0);
    transform-origin: 100% 0;
}

.n_zizhi ul li:hover .bg::before,
.n_zizhi ul li:hover .bg::after {
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s;
}

.n_zizhi ul li .img_box {
    height: 200px;
    position: relative;
    transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
}

.n_zizhi ul li img {
    max-width: 90%;
    max-height: 90%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
}

.n_zizhi ul li:hover .bg {
    background: #fff;
    box-shadow: 0 5px 18px 0 rgba(0, 0, 0, .1);
}

.n_zizhi ul li p {
    text-align: center;
    margin-top: 18px;
    font-size: 1.2rem;
    color: #646566;
    padding: 0 10px;
    line-height: 2;
}

.n_zizhi ul li p:hover {
    color: #333;
}




@media(max-width: 1200px){
     .header_box{ display:none}
    #m_header, #nav_btn_box{ display:block}
    .banner{margin-top: 4.5rem;}
    .w1200 {
    padding: 0 15px;
}
.banner .slider-btn {
    width: 32px;
    height: 32px;
}








}

@media(max-width: 992px){



}

@media(max-width: 768px){
.f_nav{display: none;}
.copyright .d-flex{display: block !important;font-size: 1.2rem;line-height: 2;}
.f_contact{width: 100%;border: none;}
.m5_txt{margin-top: 3rem;}
.m5_txt h5 {
    font-size: 1.2rem;
}
.m5_txt h3 {
    font-size: 2rem;
}
.container03 ul li .con{
    margin-bottom: 2rem;
    padding: 0 2rem;
}
.container03 ul li .img {
    margin-bottom: 2rem;
    width: 100%;
}
.container03 ul li .con {
    width: 100%;
    padding: 0 2rem;
}






}