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, font, img, ins, kbd, q, s, samp, span, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td, section, nav, header, footer { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; text-align: inherit; line-height: inherit; }
html { width: 100%; height: 100%; -webkit-text-size-adjust: none; overflow-y: scroll;  overflow-x: hidden; max-width: 1920px; margin: auto; font-size: 16px; word-break: break-all;}
.placeholder { color: #b5b5b5}
::-webkit-input-placeholder {color:#b5b5b5}
:-moz-placeholder {color:#b5b5b5}
::-moz-placeholder {color:#b5b5b5}
:-ms-input-placeholder {color:#b5b5b5}
:focus::-webkit-input-placeholder {opacity:0;}
:focus:-moz-placeholder {opacity:0;}
:focus::-moz-placeholder {opacity:0;}
:focus:-ms-input-placeholder {opacity:0;}
input[type=search]::-webkit-search-cancel-button{-webkit-appearance: none;}
body{ font-family:"HanHei SC", "PingHei", "PingFang SC", "Helvetica Neue", Helvetica, Arial,  "Hiragino Sans GB", /*"Heiti SC",*/ "WenQuanYi Micro Hei", sans-serif;position:relative; height:100%; color: #333;}
strong { font-weight: bold; }
a { text-decoration: none; text-transform: none; color: #222222 }
a img { border: 0; }
a span { cursor: pointer; }
em { text-transform: none;  font-weight: normal; font-style: normal; }
.noFloat:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; overflow: hidden; }
textarea { resize: none; }
input, textarea, button, select { font-size: 87.5%; }
input:focus, textarea:focus, select:focus { outline: none; }
input[type="button"]{ border-radius: 0!important;}
ul, ol, dl { list-style: none; display: block; }
dd, dt, li { display: block; }
.hidden { display: none; }
figure{margin: 0;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}

/*section*/
.second section img{
    width: auto;
    height: 100%;
}
section.sec-cover, section.sec-normal, section.sec-float{
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 1000px;
    height: auto;
    overflow: hidden;
}
section.sec-cover:after, section.sec-normal:after, section.sec-float:after{
    display: block;
    position: absolute;
    content: '';
    width: 1000px;
    height: 1px;
    background-color: #dedede;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
section.sec-cover.line-none:after, section.sec-normal.line-none:after, section.sec-float.line-none:after{
    display: none;
}
section.sec-cover{
    max-width: 100%;
}
.sec-normal .title, .sec-float .title, section.sec-cover .title{
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    z-index: 5;
}
.sec-float div.sf-left, .sec-float div.sf-right{
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
}
.sec-float div.sf-right{
    float: right;
}
section .sec-content{
    position: relative;
    width: 100%;
    max-width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 70px auto;
    box-sizing: border-box;
}
section .sec-content .sec-span{
    display: block;
    width: 100%;
    text-align: center;
    color: #333;
    font-size: 87.5%;
    margin-top: 20px;
}
section .title h2{
    display: block;
    position: relative;
    margin: auto;
    color: #333;
    font-size: 175%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
section .title h2:after{
    display: block;
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background-color: rgba(0,91,172,1);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
section .title h2.line2:after{
    width: 40px;
}
section .title h2.line-left:after{
    left: 0;
    transform: translate(0);
}
section .title h2.line-right:after{
    left: auto;
    right: 0;
    transform: translate(0);
}
section .title h2.line-none:after{
    display: none;
}
section .title h2 br.mobile{
    display: none;
}
section .title p{
    display: block;
    position: relative;
    margin: auto;
    line-height: 30px;
    text-align: justify;
}
section.sec-normal .txt-justify, section.sec-float .txt-justify, section.sec-cover .txt-justify{
    text-align: justify;
}
section.sec-normal .txt-center p, section.sec-float .txt-center p, section.sec-cover .txt-center p{
    text-align: center;
}


/*second banner*/
.second .banner{
    max-width: 100%;
}
.second section figure{
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
}


/*second breadcrumb*/
.second .banner-top{
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: auto;
    z-index: 7;
    top: 25px;
    font-size: 87.5%;
}
.second .breadcrumb{
    position: absolute;
    top: 0;
    left: 0;
}
.second .breadcrumb li{
    position: relative;
    float: left;
    margin-right: 20px;
    color: #fff;
}
.second .breadcrumb li.now{
    font-weight: bold;
}
.second .breadcrumb li a{
    color: #fff;
}
.second .breadcrumb li a:after{
    display: block;
    content: '';
    width: 8px;
    height: 12px;
    background-image: url(../images/main/more_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 0 0;
    position: absolute;
    top: 4px;
    right: -15px;
}
.second .breadcrumb li.index a:before{
    display: inline-block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../images/main/icon.png);
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-position: 0 -18px;
    margin-right: 5px;
}


/*second print*/
.second .print{
    position: absolute;
    top: 0;
    right: 0;
}
.second .print a{
    position: relative;
    color: #fff;
}
.second .print a:before{
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(../images/main/icon.png);
    background-repeat: no-repeat;
    background-size: 500px 500px;
    background-position: 0 0;
    position: absolute;
    top: 0;
    left: -23px;
}


/*second no-banner breadcrumb and pring*/
.second.no-banner header{
    border-bottom: 1px solid #e7eff4;
}
.second.no-banner .banner{
    height: 70px;
}
.second.no-banner .breadcrumb li, .second.no-banner .breadcrumb li a, .second.no-banner .print a{
    color: inherit;
}
.second.no-banner .breadcrumb li.index a:before{
    background-position: 0 -33px;
}
.second.no-banner .breadcrumb li a:after{
    background-image: url(../images/main/icon.png);
    background-size: 500px 500px;
    background-position: 0 -48px;
}


/*scroll-top-btn*/
.scroll-top{
    width: 48px;
    height: 48px;
    background-image: url(../images/main/icon.png);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: -50px -452px;
    position: fixed;
    right: 50px;
    bottom: 80px;
    z-index: 10;
    cursor: pointer;
    display: none;
}


/*header and footer*/
header{
    position: fixed;
    width: 100%;
    height: 95px;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 99;
    transition: height .4s ease;
    overflow: hidden;
}
header:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    /*background-color: #e7eff4;*/
    top: 80px;
    left: 0;
}
header.show-menu, header.show-search{
    height: 460px;
}
header.show-search .mobile-list{
    background-color: transparent;
}
.second header{
    position: relative;
    transition: height .4s ease;
}
header .head-content{
    position: relative;
    max-width: 1000px;
    height: 80px;
    margin: auto;
    background-color: #fff;
}
header .logo{
    position: relative;
    width: 240px;
    height: 100%;
    float: left;
}
header .logo img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
	margin-top: 15px;
}
header .con-right{
    width: auto;
    height: 100%;
    float: right;
}
header .con-right .right-top{
    width: auto;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    zoom: 1;
}
header .con-right .rt-language{
    float: right;
	margin-top: -0.11rem;
}
header .rt-language a{
    padding: 3px 10px 3px 10px;
    line-height: 30px;
    font-size: 75%;
	font-weight: 500;
	color: #000000;
    /*border: 1px solid #666;*/
	border-radius: 1rem;
	background-color: #e3eaf0;
}
header .con-right .rt-size{
    width: 60px;
    float: right;
    margin-right: 40px;
}
header .rt-size span{
    float: left;
}
header .rt-size span:first-child{
    font-size: 75%;
    line-height: 44px;
}
header .rt-size .small{
    color: #004ea8;
}
header .rt-size .big{
    color: #666;
}
header .rt-size div{
    position: relative;
    width: 28px;
    height: 14px;
    float: left;
    margin: 13px 4px;
    background-color: #e7e7e7;
    border-radius: 7px;
}
header .rt-size em{
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
    top: -2px;
    border-radius: 18px;
    background-color: #004ea8;
    cursor: pointer;
}
header .rt-size.change-active .small{
    color: #666;
}
header .rt-size.change-active .big{
    color: #004ea8;
}
header .right-list{
    width: 100%;
    height: 22px;
    float: right;
    margin-top: 15px;
}
header .right-list ul{
    width: 100%;
    height: 22px;
    float: right;
}
header .right-list div.search-icon, header .con-right .right-mobile .rm-search{
    display:inline-block;
    width: 22px;
    height: 22px;
    position: relative;
    cursor: pointer;
}
header .con-right .right-mobile .rm-search{
    width: 24px;
    height: 24px;
}
header .right-list .search-circle, header .con-right .right-mobile .search-circle{
    position: relative;
    display: block;
    height: 14px;
    width: 14px;
    background-color: #fff;
    border-radius: 15px;
    border: 2px solid #005bac;
    transition: all .4s ease;
    z-index: 1;
}
header .con-right .right-mobile .search-circle{
    width: 15px;
    height: 15px;
}
header .right-list .search-line, header .con-right .right-mobile .search-line{
    position: absolute;
    background-color: #005bac;
    top: 10px;
    left:0;
    width: 24px;
    height: 2px;
    display: block;
    transform: rotate(45deg);
    float: right;
}
header .right-list .search-line:after, header .con-right .right-mobile .search-line:after{
    content:"";
    background-color: #005bac;
    width: 24px;
    height: 2px;
    display: block;
    float: right;
    transition: all .4s ease;
}
header .con-right .right-mobile .search-line{
    top: 12px;
}
header .con-right .right-mobile .search-line, header .con-right .right-mobile .search-line:after{
    width: 24px;
    height: 2px;
}
header .right-list .active .search-circle, header .con-right .right-mobile .active .search-circle{
    transform: scale(0);
    transform-origin: 10% 10%;
}
header .right-list .active .search-line:after, header .con-right .right-mobile .active .search-line:after{
    transform-origin: center center;
    transform: rotate(90deg);
}




header .right-list li{
    position: relative;
    width: auto;
    height: 22px;
    line-height: 22px;
    font-weight: bold;
    float: right;
    margin-left: 13px;
    margin-right: 35px;
    cursor: pointer;
    transition: color .8s ease;
}
header .right-list li:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 5px;
    top: 31px;
    left: 0;
    background-color: transparent;
    transition: all .8s ease;
}
header .right-list li.no-list:after{
    display: none;
}
header .right-list li.no-list{
    margin-right: 22px;
}
header .right-list li.no-list:first-child{
    margin-right: 0;
}
header .right-list em{
    position: absolute;
    width: 8px;
    height: 12px;
    right: -13px;
    top: 5px;
    background-image: url(../images/main/more_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 0;
    transform: rotateZ(90deg);
    transition: transform .8s ease;
}
header .right-list li.active, header .right-list li:hover{
    color: #005bac;
}
header .right-list li.active:after{
    background-color: #005bac;
}
header .right-list .active em{
    transform: rotateZ(90deg) rotateY(180deg);
}
header .menu{
    position: relative;
    overflow: hidden;
    background-color: #f0f2f5;
    max-width: 100%;
}
header .menu ul{
    position: relative;
    max-width: 1000px;
    height: auto;
    margin: auto;
    padding: 70px 0;
    overflow: hidden;
    display: none;
}
header .menu li{
    width: auto;
    height: 240px;
    position: relative;
    float: left;
    padding: 0 30px;
    border-style: dashed;
    border-right-width: 1px;
    border-color: #cdced0;
}
header .menu li:first-child{
    padding-left: 0;
    border-style: solid;
}
header .menu li:last-child{
    padding-right: 0;
    border-right-width: 0;
}
header .menu h2{
    font-size: 26px;
    margin-bottom: 20px;
}
header .menu img{
    height: 163px;
}
header .menu em{
    display: block;
    padding-right: 30px;
    position: relative;
}
header .menu .minebeaandmitsumi em{
    width: 170px;
    box-sizing: border-box;
}
header .menu em:before, header .menu em:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 41px;
    background-color: #cdced0;
}
header .menu em:after{
    width: 10px;
    right: 0;
    background-color: #005bac;
}
header .menu h3{
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
    font-size: 16px;
}
header .menu a{
    font-size: 14px;
    line-height: 30px;
    display: block;
    transition: all .4s ease;
}
header .menu .product a, header .menu .purchase a{
    display: inline-block;
    margin-right: 60px;
}
header .menu .product h3 a, header .menu .purchase h3 a{
    display: inline-block;
    position: relative;
    line-height: normal;
    font-size: 114%;
}
header .menu .product a:last-child, header .menu .purchase a:last-child{
    margin-right: 0;
}
header .menu a:before, header .menu h3 a:after{
    display: inline-block;
    content: '';
    width: 7px;
    height: 10px;
    background-image: url(../images/main/more_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 0;
    position: relative;
    top: 0;
    margin-right: 8px;
}
header .menu h3 a:after{
    margin-right: 0;
    margin-left: 8px;
}
header .menu a:hover{
    color: #e60012;
}
header .menu h3 a:before{
    display: none;
}
header .menu .l1 em{
    padding-right: 20px;
}
header .menu .l2 em{
    padding-right: 5px;
}
header .menu .l3 em{
    padding-right: 5px;
}

.search-box{
    max-width: 100%;
    /*background-color: #f0f2f5;*/
}
.search-box .search-content{
    position: relative;
    max-width: 1000px;
    margin: auto;
    padding: 70px 0 73px;
}
.search-content h2{
    font-size: 28px;
}
.search-content div{
    margin-top: 20px;
    background-color: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
}
.search-content .search-input{
    display: block;
    height: 80px;
    line-height: 60px;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    border-bottom: 1px dashed #f0f2f5;
}
.search-content .search-input input{
    float: left;
    width: 750px;
    height: 60px;
    border: 1px solid #cdced0;
    font-size: 16px;
    padding-left: 20px;
    box-sizing: border-box;
    border-radius: 0;
    -webkit-appearance: none;
}
.search-content .search-input .search-btn{
    width: 170px;
    height: 60px;
    float: left;
    background-color: #005bac;
    color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    transition: all .4s ease;
}
.search-content .search-input .search-btn:hover{
    background-color: #0067c3;
}
.search-content .search-link{
    display: block;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.search-content .search-link a{
    display: inline-block;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #005bac;
    box-sizing: border-box;
    margin: 0 5px;
    color: #005bac;
    font-weight: bold;
    transition: all .4s ease;
}
.search-content .search-link a:after{
    display: inline-block;
    content: '';
    width: 8px;
    height: 12px;
    background-image: url(../images/main/more_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 0;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.search-content .search-link a:hover{
    color: #fff;
    background-color: #005bac;
}
.search-content .search-link a:hover:after{
    background-position: 0 0;
}






header .con-right .right-mobile{
    width: 85px;
    height: 24px;
    margin-top: 13px;
    display: none;
}



header .con-right .right-mobile .rm-btn{
    position: relative;
    width: 24px;
    height: 20px;
    float: right;
    margin-top: 2px;
    overflow: hidden;
}
header .con-right .right-mobile .rm-btn em{
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    top: 9px;
    left: 0;
    transition: all .4s ease;
    background-color: #005bac;
}
header .con-right .right-mobile .rm-btn.open em{
    left: 200%;
}
header .con-right .right-mobile .rm-btn:before, header .con-right .right-mobile .rm-btn:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #005bac;
    top: 0;
    left: 0;
    transform-origin: top right;
    transition: all .4s 0s ease;
}
header .con-right .right-mobile .rm-btn:after{
    top: auto;
    bottom: 0;
}
header .con-right .right-mobile .rm-btn.open:before{
    transform: rotate(-45deg) translate3d(-1px,0,0);
}
header .con-right .right-mobile .rm-btn.open:after{
    transform: rotate(45deg);
}
header .mobile-list{
    position: fixed;
    width: 100%;
    height: 0;
    background-color: #fff;
    z-index: 9;
    top: 50px;
    overflow-y: auto;
    transition: height .4s ease;
    display: none;
}
header .mobile-list ul{
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 50px;
    display: none;
}
header .mobile-list .ml-content>li{
    position: relative;
    width: 100%;
    margin: auto;
    background-color: #f2f5f7;
}
header .mobile-list .ml-content>li:after{
    display: block;
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    background-color: #eee;
    bottom: 0;
    left: 5%;
}
header .mobile-list .ml-content>li.open:after{
    display: none;
}
header .mobile-list li h2{
    position: relative;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    padding: 0 5%;
    box-sizing: border-box;
    background-color: #fff;
}
header .mobile-list li h2:after{
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 15px;
    right: 5%;
    top: 50%;
    background-image: url(../images/main/more_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50% 0;
    transform: translateY(-50%) rotateZ(90deg);
    transition: transform .8s ease;
}
header .mobile-list li.no-list h2:after{
    display: none;
}
header .mobile-list .ml-content ul{
    width: 100%;
    height: auto;
    position: relative;
    padding: 15px calc(5% + 15px);
    box-sizing: border-box;
    display: none;
}
header .mobile-list .ml-content ul li{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding-left: 18px;
    font-size: 87.5%;
}
header .mobile-list .ml-content ul li.mobile-list-product{
    margin-left: -15px;
    font-weight: bold;
}
header .mobile-list .ml-content ul li:before{
    display: block;
    content: '';
    position: absolute;
    width: 10px;
    height: 15px;
    left: 0;
    top: 50%;
    background-image: url(../images/main/more_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 0;
    transform: translateY(-50%);
}
header .mobile-list .ml-content li.open h2:after{
    transform: translateY(-50%) rotateZ(90deg) rotateY(180deg);
}
header .mobile-list .ml-content .ml-language{
    position: relative;
    width: 65%;
    height: 50px;
    box-sizing: border-box;
    margin: 50px auto 250px;
    line-height: 50px;
    border: 1px solid #666;
    text-align: center;
}
/*
header .mobile-list .ml-content .ml-language{
    position: relative;
    width: 90%;
    height: 50px;
    box-sizing: border-box;
    margin: 50px auto;
    line-height: 50px;
    border: 1px solid #666;
}
header .mobile-list .ml-content .ml-language:after{
    display: block;
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #666;
}
header .mobile-list .ml-content .ml-language a{
    display: inline-block;
    width: 50%;
    text-align: center;
    color: #666;
}
*/


/*footer*/
footer{
    width: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
}
footer .foot-list{
    position: relative;
    max-width: 1000px;
    height: auto;
    background-color: #fff;
    margin: auto;
    overflow: hidden;
    padding: 70px 0;
    box-sizing: border-box;
}
footer:before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #e7eff4;
    left: 0;
    top: 0;
    z-index: 1;
}
footer .foot-list .fl-content{
    position: relative;
    margin: auto;
    overflow: hidden;
}
footer .fl-content>li{
    width: 15%;
    height: auto;
    position: relative;
    float: left;
    padding-right: 23px;
    margin-right: 32px;
    overflow: hidden;
}
footer .fl-content>li:last-child{
    margin-right: 0;
}
footer .fl-content h2{
    font-weight: bold;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 25px;
    font-size: 16px;
}
footer .fl-content>li:before, footer .fl-content>li:after{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    top: 41px;
    background-color: #e5e5e5;
}
footer .fl-content>li:after{
    width: 20px;
    left: 0;
    background-color: #005bac;
}
footer .fl-content ul{
    float: left;
    margin-right: 46px;
}
footer .fl-content ul:last-child{
    margin-right: 0;
}
footer .fl-content h3{
    font-size: 14px;
    font-weight: bold;
}
footer .fl-content h2 a{
    font-size: 16px;
    margin-top: 0;
}
footer .fl-content a{
    color: #333;
    display: block;
    font-size: 14px;
    margin-top: 15px;
    transition: all .4s ease;
}
footer .fl-content a:before, footer .fl-content h2 a:after{
    display: inline-block;
    content: '';
    width: 7px;
    height: 10px;
    background-image: url(../images/main/more_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 100% 0;
    position: relative;
    top: 0;
    margin-right: 8px;
}
footer .fl-content h2 a:after{
    margin-right: 0;
    margin-left: 8px;
}
footer .fl-content h2 a:before{
    display: none;
}
footer .fl-content a:hover{
    color: #e60012;
}





footer .foot-bottom{
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #004ea8;
    overflow: hidden;
}
footer .foot-bottom .fb-content{
    position: relative;
    max-width: 1000px;
    margin: auto;
    overflow: hidden;
    color: #fff;
}
.foot-bottom .fc-left{
    margin: 50px 0;
    float: left;
}
.foot-bottom .fc-left p{
    font-size: 87.5%;
}
.foot-bottom .fc-left p br{
    display: none;
}
.foot-bottom ul{
    float: right;
    margin-top: 50px;
    font-size: 87.5%;
}
.foot-bottom ul li{
    float: right;
    margin-left: 50px;
}
.foot-bottom ul li a{
    color: #fff;
    font-weight: bold;
    transition: all .4s ease;
}
.foot-bottom ul li a:hover{
    color: #ddd;
}
footer .record{
    width: 100%;
    font-size: 75%;
    margin-top: 13px;
}
footer .record div{
    display: inline-block;
}
footer .record span{
    float: left;
}
footer .record img{
    height: 100%;
    width: auto;
    margin: 0 10px 0 5px;
    float: left;
    position: relative;
    top: -2px;
}
footer .record.mobile{
    display: none;
}

footer .fl-content a.footer-tow p{
    padding-left: 15px;
}


/*change-font*/
html.change-font-active{
    font-size: 18px;
}
.change-font-active header .rt-size em{
    left: auto;
    right: 0;
}
.change-font-active header .rt-size .small{
    color: #666
}
.change-font-active header .rt-size .big{
    color: #004ea8;
}


/*undifind*/
.undifind .s1 .sec-content{
    margin: 150px auto;
}
.undifind .s1 figure{
    height: 106px;
    background-image: url(../images/main/404.png);
    background-position: right top;
    margin-top: 34px;
}
.undifind .s1 h3{
    font-size: 100%;
    font-weight: bold;
}
.undifind .s1 h3 span{
    font-size: 36px;
}
.undifind .s1 a{
    display: inline-block;
    margin: auto;
    width: 150px;
    height: 56px;
    border: 2px solid #005bac;
    color: #005bac;
    text-align: center;
    line-height: 52px;
    font-size: 87.5%;
    font-weight: bold;
    box-sizing: border-box;
    transition: all .4s ease;
    margin: 50px 15px 0 0;
}
.undifind .s1 a:last-child{
    margin-right: 0;
}
.undifind .s1 a:after{
    display: inline-block;
    content: '';
    width: 8px;
    height: 12px;
    background-image: url(../images/main/more_right.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative;
    top: 2px;
    margin-left: 5px;
    background-position: 50% 0;
}
.undifind .s1 a:hover{
    background-color: #005bac;
    color: #fff;
}
.undifind .s1 a:hover:after{
    background-position: 0 0;
}




/*open-link*/
b.open-link{
    display: inline-block;
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    margin-left: 8px;
}
b.open-link.white{
    background-image: url(../images/main/open_link_white.png);
}
b.open-link.blue{
    background-image: url(../images/main/open_link_blue.png);
}
b.open-link.red{
    background-image: url(../images/main/open_link_red.png);
}


@media screen and (max-width: 1016px){
    
    
    /*content*/
    section .sec-content{
        margin: 50px auto;
    }
    section .sec-content, section.sec-cover .sec-content{
        padding: 0 6.4%;
    }
    .second .banner-top{
        display: none;
    }
    .second.no-banner .banner{
        height: 0;
    }
    section .title h2.line-left:after{
        left: 50%;
        transform: translateX(-50%);
    }
    section.sec-cover:after, section.sec-normal:after, section.sec-float:after{
        width: 87.2%;
    }
    .sec-float div.sf-left, .sec-float div.sf-right{
        float: none;
        width: auto;
    }
    
    
    /*header*/
    .second header{
        position: fixed;
        overflow: visible;
    }
    .second header:after{
        display: none;
    }
    .second .banner{
        margin-top: 50px;
    }
    header .logo{
        width: 160px;
        margin-left: 5%;
    }
    header .con-right{
        margin-right: 5%;
    }
    
    header, header .head-content, header.show-menu, header.show-search{
        height: 50px;
        overflow: visible;
    }
    header:after{
        display: none;
    }
    header .head-content{
        overflow: visible;
        z-index: 9;
    }
    header .right-top, header .right-list, header .menu, header>.search-box{
        display: none;
    }
    header .con-right .right-mobile, header .mobile-list{
        display: block;
    }
    header .mobile-list{
        box-shadow: rgba(0, 0, 0, 0.3) 0px 30px 20px;
    }
    .search-box .search-content{
        padding: 15px 6.4% 35px;
    }
    .search-content h2{
        font-size: 16px;
        font-weight: bold;
    }
    .search-content div{
        background-color: transparent;
        padding: 0;
        margin-top: 10px;
    }
    .search-content .search-input{
        height: 60px;
        line-height: 40px;
        border-bottom: 1px dashed #cdced0;
    }
    .search-content .search-input input{
        width: 80%;
        height: 40px;
        font-size: 14px;
    }
    .search-content .search-input .search-btn{
        width: 20%;
        height: 40px;
        font-size: 14px;
    }
    .search-content .search-link{
        height: auto;
        line-height: normal;
    }
    .search-content .search-link a{
        display: inline-block;
        width: 125px;
        text-align: center;
        padding: 0;
        height: 30px;
        line-height: 28px;
        margin: 15px 0 0;
        font-weight: normal;
    }
    
    
    
    
    
    /*footer*/
    footer .foot-list{
        display: none;
    }
    footer .foot-bottom .fb-content{
        height: auto;
        line-height: normal;
    }
    .foot-bottom .fc-left, .foot-bottom ul{
        float: none;
    }
    .foot-bottom ul{
        height: auto;
        overflow: hidden;
        margin-top: 30px;
    }
    .foot-bottom ul li{
        width: 33.33333%;
        text-align: center;
        margin-left: 0;
    }
    .foot-bottom .fc-left{
        text-align: center;
        margin: 30px auto;
    }
    footer .record{
        margin-top: 5px;
    }
    
    
    /*undifind*/
    .undifind .s1 .sec-content{
        margin: 70px auto;
    }
    .undifind .s1 figure{
        background-position: center;
        margin: 0;
        margin-bottom: 40px;
    }
    .undifind .s1 h3{
        font-size: 87.5%;
        font-weight: bold;
        text-align: center;
    }
    .undifind .s1 h3 span{
        font-size: 150%;
    }
    .undifind .s1 a{
        width: 40%;
        max-width: 240px;
        height: 40px;
        line-height: 36px;
        margin-top: 20px;
    }
    .undifind .s1 .sf-right{
        text-align: center;
    }
    
    
    
}

@media screen and (max-width: 768px){
    
    
    footer .record{
        display: none;
    }
    footer .record.mobile{
        display: block;
    }
    footer .record.mobile{
        margin: 0;
        background-color: #033e83;
        padding: 15px 0;
        text-align: center;
    }
    footer .record.mobile img:last-child{
        margin-right: 0;
    }
    
    
}

@media screen and (max-width: 414px){
    
    
    section .sec-content{
        margin: 35px auto;
    }
    section .sec-content .sec-span{
        font-size: 75%;
        margin-top: 15px;
    }
    section .title p, .product .banner .banner-bottom p{
        font-size: 87.5%;
        line-height: 24px;
    }
    .foot-bottom .fc-left p{
        font-size: 75%;
    }
    section .title h2{
        font-size: 125%;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    section .title h2 br{
        display: none;
    }
    section .title h2 br.mobile{
        display: block;
    }
    section .title h2:after{
        width: 30px;
        height: 1px;
    }
    section .title h2.line2:after{
        width: 30px;
    }
    
    
    
    
}


@media screen and (max-width: 360px){
    
    
    footer .record img{
        margin: 0;
        height: 15px;
        margin-top: 2px;
    }
    .foot-bottom .fc-left p br{
        display: block;
    }
    .foot-bottom .fc-left p span{
        display: none;
    }
    section.sec-cover:after, section.sec-normal:after, section.sec-float:after{
        width: 98%;
    }
    .foot-list li.foot-list-long{
        min-width: 137px
    }
    
    
}

/**/
.mb_f2_list_two {
	display: flex;
}
.mb_f2_list_two a {
	height: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 1.5rem;
}

.mb_f2_list_two a img {
	height: 75%;
}


.clear{clear: both;}
.sunfoon{line-height:200%;}
.sunfoon img{max-width:100%;}