/*Html5*/

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

a:hover,
a:focus {
    text-decoration: none;
}

/*Base*/

html {
    font-family: Microsoft YaHei, Arial, sans-serif, "Helvetica Neue", Helvetica, Tahoma;
    color: #333;
}

body {
    font-size: 1.6rem;
    /*font-size: 22px;*/
}

* {
    margin: 0;
    padding: 0;
}

a {
    color: #333;
    text-decoration: none;
}

.news-content-list li .text:hover,
.notice-list li .text:hover {
    color: #ba180c;
}

ul,
ol {
    list-style: none;
}

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.eot');
    src: url('../font/iconfont.eot#iefix') format('embedded-opentype'),
    url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype'),
    url('http://www.tinymelon.cn/default/css/ph/icon/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img{width: 100%;}
.clear {
    clear: both;
}

.clearfix {
    zoom: 1;
}
.c{
    zoom: 1;
    clear: both;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

nav .container,
.footer-container .container,
.aboutus-container.container,
.env-container.container,
.eleg-container .container {
    /* padding: 0; */
}

.cen {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.warp {
    width: 1240px;
    margin: 0 auto;
}

.flex-row {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
}

.flex-col {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.sigle-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.my-nav .lang{
    float:right;
    margin-left: 25px;
    margin-top: 12px;
    color: #fff;
    height: 38px;
    font-size: 16px;
    line-height: 34px;
}
.my-nav .tel{
    float:right;
    padding-left: 40px;
    padding-top: 2px;
    margin-top: 12px;
    height: 38px;
    line-height: 34px;
    color: #fff;
    background: url("/static/picture/tel.png") no-repeat left center;
}
.my-nav .tel_new{
    background: url("/static/picture/ic_phone.png") no-repeat left center;
}
.my-nav .lang a{
    color: #fff;
    opacity: 0.3;
    cursor: pointer;
}
.lang a:hover{ opacity:0.95;}
.lang a.current{ opacity:1;}
.navbar {
    margin-bottom: 0;
}

.nav-container.navbar-default {
    background: #4059e5;
    border: none;
    box-shadow: none
}

.my-nav .navbar-toggle {
    margin-right: 0;
}

.nav-container .navbar-brand {
    height: 66px;
    width: 214px;
    line-height: 66px;
    padding: 0;
    margin-left: 0px;
}

.my-nav {
    padding: 10px 0;
}

.my-nav .navbar-nav li a {
    display: flex;
    transition: all .2s;
}

.my-nav-container {
    margin: 0 auto;
    padding-bottom:4px;
}

.my-nav .navbar-nav li a:hover span {
    color: #4059e5 !important;
}

.my-nav .navbar-nav li a:hover .ch {
    font-weight: bold;
}

.navbar-brand > img {
    width: 80%;
}
.my-nav .navbar-nav li a .ch {
    color: #fff;
    font-weight: normal;
    font-size: 1.6rem;
}
.my-nav .navbar-nav li.active a .ch {
    color: #4059e5;
    font-weight: bold;
}

.my-nav .navbar-nav li.actives a .ch {
    color: #4059e5;
    font-weight: bold;
}

.my-nav .navbar-nav li a .en {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

.my-nav li {
    margin: 0 0px;
    width: 20%;
}

.my-nav li ul{
    position: absolute;
    z-index: 50;
    background: #FFFFff;
}
.my-nav li ul li{
    padding: 10px 15px;
    margin: 0;
}
.my-nav li ul li:hover a{
    color: #005540;
}
.my-nav li ul li:hover{
    background: #e7e7e7;
}
.mylink{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}
.mylink ul{
    margin: 0;
}
.mylink ul li{
    line-height: 24px;
    padding: 5px 15px;
    margin: 0;
    text-align: center;
}
.mylink ul li:hover{
    background-color: #e7e7e7;
}
.mylink ul li a:hover{
    color: red;
}
.write_bg.nav-container.navbar-default{
    background: #fff;
}
.write_bg.nav-container.navbar-default .my-nav .navbar-nav li.active a .ch,.write_bg .my-nav .navbar-nav li a .ch,.write_bg.nav-container.navbar-default .my-nav .navbar-nav li.actives a .ch{
    color: #000!important;
}
.write_bg a{
    background: none!important;
}
.write_bg .my-nav .tel,.write_bg .my-nav .lang,.write_bg .my-nav .lang a{
    color: #000;
}
._20jbxTwa{
    width: 100%;
    background-color: #fff;
    padding: 15px;
    border-radius: 4px 4px 0 0;
}
.footer-bg{
    background:url("/static/picture/footer_bg.png") center top no-repeat;
    padding-top: 85px;
    margin-top: -100px;
}
.footer_title{
    text-align: center;
    color: #fff;
    padding: 10px 0;
}
.footer_title .ch{
    font-size: 1.8rem;
    color: #fff;
    padding: 10px 0;
    position: relative;
}
.footer_title .ch:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 3px;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    border-radius: 25px;
    background-color: #fff;
}
.footer_title .en{
   font-size: 12px;
    display: inline-block;
    margin-top: 2rem;
}
.footer-container {
    width: 100%;
    background:#4856f3;
}

.footer-container .item {
    align-items: flex-start;
    margin-bottom: 25px;
}

.footer-container .item .title {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 2px solid #9ad66d;
}

.footer-container .item .ch {
    color: #fff;
    font-size: 14px;
}

.footer-container .item .en {
    color: rgba(255, 255, 255, .8);
    font-size: 15px;
    margin-left: 10px;
}

.footer-container .f-nav-item {
    margin-top: 12px;
    font-size: 15px;
    color: #fff;
}

.footer-container .item input {
    margin-top: 10px;
    width: 100%;
    margin-left: 5px;
    background: #f2f2f2;
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, .6);
    /*border-radius: 25px;*/
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    outline: none;
}
.footer-container .item textarea {
    margin-top: 10px;
    width: 100%;
    margin-left: 5px;
    background: #f2f2f2;
    box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, .6);
    /*border-radius: 25px;*/
    height: 125px;
    padding: 10px;
    font-size: 14px;
    outline: none;
}
.footer-container .item input::placeholder {
    color: rgba(0, 0, 0, .6);
}
.footer-container .item p{
    margin-top: 20px;
    font-size: 14px;
    color: #fff;
}
.footer-container .item .address{
    background: url("/static/picture/footer_icon1.png") left center no-repeat;
    padding-left: 30px;
    color: #b7bdfa;
}
.footer-container .item .dianhua{
    background: url("/static/picture/footer_icon2.png") left center no-repeat;
    padding-left: 30px;
    color: #b7bdfa;
}
.footer-container .item .email{
    background: url("/static/picture/footer_icon3.png") left center no-repeat;
    padding-left: 30px;
    color: #b7bdfa;
}
.footer-container .item .wechat{
     background: url("/static/picture/footer_icon4.png") left center no-repeat;
    padding-left: 30px;
    color: #b7bdfa;
 }

.footer-container .input-warp {
    width: 100%;
    margin-top: 15px;
    justify-content: flex-end;
}

.footer-container .input-warp #submit {
    width: 115px;
    height: 33px;
    line-height: 33px;
    color: #946604;
    font-size: 12px;
    text-align: center;
    background: #fbdf80;
    border-radius: 5px;
}

.f-bottom {
    width: 100%;
    border-top: 1px solid #85c854;
    background:#fff;
}

.f-bottom .flex-row {
    flex-wrap: wrap;
}

.f-bottom .flex-row p {
    padding: 10px 0;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #858383;
}
.f-bottom .flex-row p a {
    color: #858383;
}


.f-bottom .flex-row .links {
    justify-content: space-around;
}

.f-bottom .flex-row .links .iconfont {
    color: #fff;
    font-size: 22px;
}
#telCarousel{
    display: none;
}
.dz_right{
    float: right;
    padding:50px 0;
}
.index_bg{
    width: 100%;
    padding: 50px 0;
    background: url("/static/picture/bg.png") center bottom no-repeat;
    background-size: 100% 100%;
}
.index_bg2{
    width: 100%;
    padding: 50px 0;
    margin-top: -95px;
    background: url("/static/picture/bg2.png") center top no-repeat;
    background-size: 100% 100%;
}
.index_bg3{
    width: 100%;
    padding: 50px 0 95px;
    background: url("/static/picture/bg.png") center top no-repeat;
    background-size: 100% 100%;
}
.index_bg4{
    width: 100%;
    padding: 50px 0 95px;
    background: url("/static/picture/3.png") center bottom no-repeat;
    background-size: 100% 100%;
    color: #FFFFff;
}
.index_dz_title{
    padding: 0 10px;
}
.index_dz_title .box_title{
    margin-top: 0;
    font-weight: bold;
    font-size: 2.5rem;
}
.index_dz_title .box_en{
    margin-top: 0;
    color: #989797;
    font-size: 14px;
    letter-spacing:2px;
}
.index_bg4 .box_en{
     color: #fff;
}
.index_dz_title P{
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing:1px
}
.index_dz_title a{
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #4856f3;
    color: #4856f3;
    font-size: 12px;
    padding: 6px 36px;
    margin:5px 15px 0 0;
}
a.btn12{
    display: inline-block;
    border-radius: 20px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
    padding: 6px 36px;
    margin:5px 15px 0 0;
}
.index_dz_title a:hover{
    display: inline-block;
    border-radius: 20px;
    color: white;
}
.index_bg3 .index_dz_title{
    margin-top: 260px;
}
.index_bg3 .box_en{
    display: block;
    text-align: center;
}
.btn3{  border:1px solid #FFF; position:relative; overflow:hidden;transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;display: inline-block;border-radius: 20px;color: #fff;font-size: 12px;padding: 6px 36px;}
.btn3:hover{ color:#4856f3; border-color: #fff;}
.btn3 .btnbg-x{  position:absolute; background: #fff; left:50%; width:0; top:0px; bottom:0px; transition: all 0.5s;-moz-transition: all 0.5s;-webkit-transition: all 0.5s;  }
.btn3:hover .btnbg-x{ width:102%; left:0px; top: 0px; }
.btn3 span{ position:relative; z-index:1;}

.btn9{ position:relative;color: #666;overflow: hidden;-webkit-transition: all .4s;transition: all .4s;}
.btn9:hover{ color:#fff; border-color:#4856f3;}
.btn9 .bgsqr1,.btn9 .bgsqr2,.btn9 .bgsqr3,.btn9 .bgsqr4{background:#4856f3; position:absolute; width:25%; height:0;-webkit-transition: height .4s;transition: height .4s;}
.btn9 .bgsqr1{ top:0; left:0;}
.btn9 .bgsqr2{ bottom:0; left:25%;}
.btn9 .bgsqr3{ top:0; left:50%;}
.btn9 .bgsqr4{ bottom:0; left:75%;}
.btn9:hover .bgsqr1,.btn9:hover .bgsqr2,.btn9:hover .bgsqr3,.btn9:hover .bgsqr4{ height:100%;}
.btn9 span{ position:relative; z-index:1;}
.dz2{
    margin-top: 50px; padding-left: 50px;
}
.img_dz2{margin-top: -150px}
.img_dz2 img{
    width: 80%;
}
.btn12{ position:relative; color: #666; overflow: hidden; -webkit-transition: all .6s;transition: all .6s;}
a.btn12:hover{ color:#4856f3; border-color:#fff;}
.btn12 .bgsqr1,.btn12 .bgsqr2{background:#fff;position: absolute;top: 50%; top:0\9;content: '';width: 20px;height: 20px; -webkit-border-radius: 50%;border-radius: 50%;-webkit-transition: all 0.6s; transition: all 0.6s; opacity:0.5;}
.btn12 .bgsqr1{left: -20px;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);}
.btn12 .bgsqr2{right: -20px;-webkit-transform: translate(50%,-50%);transform: translate(50%,-50%);}
.btn12:hover .bgsqr1{ -webkit-animation:criss-cross-left .8s both;animation:criss-cross-left .8s both;width:375px\9;height:375px\9;  opacity:1;}
.btn12:hover .bgsqr2{ -webkit-animation:criss-cross-right .8s both;animation:criss-cross-right .8s both;width:375px\9;height:375px\9;opacity:1;}
.btn12 span{ position:relative; z-index:1;}
@-webkit-keyframes criss-cross-left {
    0% {
        left:-20px
    }
    50% {
        left:50%;width:20px;height:20px;
    }
    100% {
        left:50%;width:375px;height:375px;
    }
}
@keyframes criss-cross-left {
    0% {
        left:-20px
    }
    50% {
        left:50%; width:20px;height:20px;
    }
    100% {
        left:50%;width:375px;height:375px;
    }
}
@-webkit-keyframes criss-cross-right {
    0% {
        right:-20px
    }
    50% {
        right:50%;width:20px;height:20px;
    }
    100% {
        right:50%;width:375px;height:375px;
    }
}
@keyframes criss-cross-right {
    0% {
        right:-20px
    }
    50% {
        right:50%;width:20px;height:20px;
    }
    100% {
        right:50%;width:375px;height:375px;
    }
}

@media screen and (max-width: 992px) {
    .nav-container .navbar-brand {
        margin-left: 10px !important;
    }
    .index_dz_title{
        text-align: center;
    }
    .img_dz2{
        margin-top: 0;
        text-align: center;
    }
    .dz2{
        padding: 50px 0;
    }
}
@media screen and (max-width: 1024px) {
    #telCarousel{
        display: block;
    }
    #myCarousel{
        display: none;
    }
    .my-nav .navbar-nav li a .ch{
        font-size: 1.6rem;
    }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .my-nav {
        padding: 10px 0;
    }
}
@media screen and (max-width: 375px){
    .my-nav{
        padding: 0;
    }
    .navbar-header{
        float: left;
        width: 40%;
    }
    .navbar-brand>img {
        width: 90%;
    }
    .nav-container .navbar-brand {
        height: 66px;
        width: 100%;
    }
    .nav {
        clear: both;
        margin: 10px auto 0;
        padding-left: 15px;
        list-style: none;
    }
    .my-nav .lang {
        float: right;
        margin-left: 10px;
        margin-top: 12px;
        color: #fff;
    }
    .navbar-nav li{
        width: 20%;
    }
    .my-nav .navbar-nav li a {
        padding: 5px 0px;
        border-radius: 20px;
        font-size: 14px;
    }
    .my-nav .tel {
        float: right;
        padding-left: 20px;
        padding-top: 2px;
        margin-top: 12px;
        height: 38px;
        color: #fff;
        font-size: 14px;
        line-height: 34px;
        background: url(/static/picture/tel.png) no-repeat 5% center;
        background-size:15%
    }
    .my-nav .tel_new{
        background: url("/static/picture/ic_phone.png") no-repeat 5% center;
        background-size:15%
    }
    .dz2{
        font-size: 24px;
    }

}
@media screen and (max-width: 426px) and (min-width: 375px){
    .my-nav{
        padding: 0;
    }
    .navbar-header{
        float: left;
        width: 40%;
    }
    .navbar-brand>img {
        width: 90%;
    }
    .nav-container .navbar-brand {
        height: 66px;
        width: 100%;
    }
    .nav {
        clear: both;
        margin: 10px auto 0;
        padding-left: 0px;
        list-style: none;
    }
    .nav li{
        width: 20%;
        margin: 0;
    }
    .my-nav .lang {
        float: right;
        margin-left: 10px;
        margin-top: 12px;
        color: #fff;
    }
    .navbar-nav li{
        width: 20%;
    }
    .my-nav .navbar-nav li a {
        padding: 5px 0px;
        border-radius: 20px;
        font-size: 14px;
    }
    .my-nav .tel {
        float: right;
        padding-left: 30px;
        padding-top: 2px;
        margin-top: 12px;
        height: 38px;
        color: #fff;
        font-size: 16px;
        line-height: 34px;
        background: url(/static/picture/tel.png) no-repeat 5% center;
        background-size:15%
    }
    .my-nav .tel_new{
        background: url("/static/picture/ic_phone.png") no-repeat left center;
        background-size:20%
    }
    .img_dz2 {
          margin-top: 0px;
      }
}
@media screen and (max-width: 768px) and (min-width: 425px) {
    .login{
        float: none;
        margin: 0;
        border-bottom: 1px solid #e7e7e7;
        padding: 20px 10px;
        text-align: center;
    }
    .navbar-header{
        float: left;
        width: 40%;
    }
    .navbar-brand>img {
        width: 70%;
    }
    .nav-container .navbar-brand {
        width: 100%;
    }
    .nav {
        clear: both;
        margin:0px auto;
        padding: 0px;
        list-style: none;
    }
    .navbar-default .navbar-collapse {
        position: absolute;
        z-index: 50;
        background: #fff;
        width: 100%;
        left: 0;
    }
    .my-nav {
        padding: 0;
    }
    .nav-container .navbar-brand {
        width: 200px;
    }
    .navbar-nav li{
        width: 20%;
    }
    .my-nav .navbar-nav li a {
        padding: 10px 0px;
        border-radius: 20px;
        font-size: 16px;
    }
    .navbar-toggle {
        margin-top: 16px;
    }
    .nav li ul{
        display: block!important;
        position:relative;
        background: #FFFFff;
    }
    .f-bottom .flex-row p {
        width: 100%;
        text-align: center;
    }
    .footer-container .item {
        align-items: center;
    }
    .footer-container .item:last-child {
        display: flex;
    }
    .footer-container .item .title {
        text-align: center;
        border: none;
    }
    .footer-container {
        padding-bottom: 0;
    }
    .f-bottom .flex-row p {
        width: 100%;
        text-align: center;
    }
    .footer-container .input-warp a {
        width: 100%;
    }
    .sm-0{
        display: none;
    }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
    .navbar-header{
        float: left;
        width: 40%;
    }
    .navbar-brand>img {
        width: 70%;
    }
    .nav-container .navbar-brand {
        width: 100%;
    }
    .nav {
        clear: both;
        margin: 25px auto 0;
        padding: 20px 0 0 5px;
        list-style: none;
        float: none;

    }
    .my-nav {
        padding: 20px;
    }
    .navbar-nav li{
        width: 20%;
    }
    .my-nav .navbar-nav li a {
        padding: 10px 40px;
        border-radius: 20px;
        font-size: 20px;
    }
}
@media (min-width: 992px){
    .pc_show{
        display: block;
    }
    .pc_nobox_show{
        display: inline-block;
    }
    .mobile_show{
        display: none;
    }
    .mobile_nobox_show{
        display: none;
    }
}
@media (max-width: 991px){
    .pc_show{
        display: none;
    }
    .pc_nobox_show{
        display: none;
    }
    .mobile_nobox_show{
        display: inline-block;
    }
    .mobile_show{
        display: block;
    }
    .index_bg4{
        padding: 0 0 255px 0;
        background: url("/static/picture/4.png") center bottom no-repeat #2d2645;
        background-size: 100% auto;
    }
    .index_bg4 .dz2{
        margin: 0;
        padding: 50px 0 0 0;
    }
    .index_bg2{
        margin-top: -135px;
        background-size: cover;
    }
}
.blink {
    display: block;
    width: 300px!important;
    height: 33px;
    text-decoration: none;
    line-height: 33px;
    text-align: center;
    color: #fff;
    font-family: "微软雅黑";
    /*border: 2px solid rgba(200, 155, 155, 0.3);*/
    background: #00a971;
    margin: 10px auto 0;
    border-radius: 5px;
    box-sizing: border-box;
    font-size: 12px;
    /*兼容代码*/
    /*兼容IE浏览器*/
    -ms-box-sizing: border-box;
    /*兼容Safari和Chrome浏览器*/
    -webkit-box-sizing: border-box;
    /*兼容火狐浏览器*/
    -moz-box-sizing: border-box;
    /*加入箭头*/
    /*background: url(img/allow.png)no-repeat 130px center;*/
    /*添加过度效果*/
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
}
/*.blink:hover {
    background: #13e099;
    color: #fff;
    box-shadow: 0 0 5px #13e099, 0 0 25px #13e099, 0 0 50px #13e099, 0 0 100px #13e099;
    background-position: 20px center;
}*/
.blink:active  {color:#fff;}

.blink span {
    position: absolute;
    display: block
}

.blink span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffd700);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }
    50%,
    100% {
        left: 100%;
    }
}

.blink span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #ffd700);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }
    50%,
    100% {
        top: 100%;
    }
}

.blink span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #ffd700);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }
    50%,
    100% {
        right: 100%;
    }
}

.blink span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #ffd700);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }
    50%,
    100% {
        bottom: 100%;
    }
}