body {
    word-wrap: break-word;
    word-break: break-all;
    background: #fff;
    margin: 0 auto;
    width: 100%;
    font-family: arial;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}

*:focus {
    outline: none;
}

button, input, select, textarea, label {
    vertical-align: middle;
    border: 0;
    outline: none;
    background: none;
}


ul, ol {
    list-style: none;
}

a {
    text-decoration: none !important;
    vertical-align: baseline;
    cursor: pointer;
    -o-transition: .2s ease;
    -moz-transition: .2s ease;
    -webkit-transition: .2s ease;
    transition: .2s ease;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    font-size: 0;
}

.clearfix {
    *zoom: 1;
}

.fl {
    float: left;
    _display: inline;
}

.fr {
    float: right;
    _display: inline;
}

input, textarea {
    outline: none;
    -webkit-appearance: none;
}

input[type='checkbox']:focus {
    outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #999;
}


header {
    width: 1200px;
    height: auto;
}

.header .logo img {
    width: 100%;
}

.search {
    width: 357px;
    height: 53px;
    border: 1px solid #f3f3f3;
    background: url("../images/search.png") no-repeat 95% center;
}

.search input {
    width: 302px;
    height: 50px;
}

.search button {
    width: 70px;
    height: 50px;
    text-align: center;
    opacity: 0;
}

nav {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #1661ab;
    font-size: 22px;
    font-weight: bold;
}

nav ul {
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

nav ul li {
    position: relative;
}

nav ul li:after {
    content: '';
    width: 2px;
    height: 26px;
    background: #ffffff;
    display: block;
    float: right;
    position: absolute;
    top: 18px;
    right: -15px;
}

nav ul li:last-child:after {
    display: none;
}

nav ul li a {
    color: #ffffff;
    text-align: center;
    display: block;
    padding: 0 40px;
}

nav ul li a:hover {
    color: #ffffff;
    background: #c10908;
}


.banner {
    width: 100%;
    height: auto;
    z-index: -1;
    overflow: hidden;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    background: #1661ab;

}

footer a {
    color: #7B7B7B;
    font-size: 16px;
}

footer a:hover {
    color: #3B6A96;
}

.foot_container {
    max-width: 1300px;
}

.online_shop a {
    font-size: 20px;
    color: #FFFFFF;
}
.online_shop a:hover{
    color: #FFFFFF;
}
.call h5 {
    font-size: 40px;
    font-weight: bold;
    color: #ffffff;
}

.call p {
    font-size: 20px;
    color: #FFFFFF;
}

footer .code {
    font-size: 20px;
    color: #ffffff;
}

.copy {
    font-size: 20px;
    color: #FFFFFF;
}

.copy a {
    font-size: 20px;
    color: #FFFFFF;
}

.border_white {
    border: 2px solid #FFFFFF;
    border-radius: 25px;
}
.pro_list .small_img img {
    width: 140px;
}
/*img{transition: all 0.5s}*/
/*img:hover{ transform:scale(1.1,1.1)}*/

.img_toggle img {
    transition: all .5s;
    cursor: pointer;
}

.img_toggle img:hover {
    /*transform: rotateY(180deg);*/
    transform: scale(1.1, 1.1)
}

.mobile_nav {
    display: none
}

.blue_bg {
    /*#f1f8fe*/
    background: url("../images/bg.png") no-repeat center top #f1f8fe;
    background-size: cover;
    overflow: hidden;
}

.slogan {
    font-size: 30px;
    text-align: center;
}

.icon {
    text-align: center;
}

.icon .icon_img {
    height: 130px;
}

.icon .icon_text {
    font-size: 22px;
    color: #1c1b1f;
}

.icon .icon_desc {

    color: #555555;
    font-size: 22px;
}

.common .title .text {
    overflow: hidden;
}

.common .title .text h4 {
    font-size: 45px;
    color: #333333;
    background: url("../images/logo_bg.png") no-repeat left top;
}

.common .title .text p {
    color: #757575;
    font-size: 20px;
    line-height: 25px;
}

.common .title .more {
    font-size: 20px;
    color: #282828;
}

.common .title .more a {
    color: #282828;
}

.news_swiper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news_swiper .swiper-button-next, .news_swiper .swiper-button-prev {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.news_swiper .swiper-button-next:after, .news_swiper .swiper-button-prev:after {
    border: 1px solid #1661ab;
    border-radius: 50%;
    color: #1661ab;
    font-size: 20px;
    width: 36px;
    height: 36px;
    text-align: center;
    padding-top: 7px;
}

.news_slide_content:before {
    content: '';
    width: 80%;
    height: 100%;
    display: block;
    background: #FFFFFF;
    position: absolute;
    right: 50px;
    top: 50px;
    z-index: -1;
}

.news_slide_content .text h3 {
    font-size: 26px;
    color: #1661ab;
}
.news_slide_content .text h3 a{
    color: #1661ab;
}
.news_slide_content .text .desc {
    color: #686868;
    font-size: 20px;
    line-height: 30px;
}

.news_slide_content .text .desc:before {
    display: block;
    content: '';
    width: 2px;
    height: 44px;
    background: #1661ab;
    margin: 8px 10px 0 0;
}

.news_slide_content .text .more {
    font-size: 18px;
    color: #1661ab;
    text-decoration: underline !important;
    font-style: oblique;
}

.news_list .small_img {
    border-radius: 10px;
    width: 100%;
    overflow: hidden;
}

.news_list .small_img img {
    width: 100%;
    object-fit: cover
}

.news_list .text {
    background: #FFFFFF;
    border-radius: 10px;
    margin-top: -20px;
    position: relative;
    z-index: 1
}

.news_list .text h3 {
    color: #333333;
    font-size: 26px;
}
.news_list .text h3 a {
    color: #333333;
}
.news_list .text h3:before {
    content: '';
    display: block;
    margin: 10px 0 10px 0;
    width: 51px;
    height: 2px;
    background: #1661ab;
}

.news_list .text .desc {
    color: #686868;
    font-size: 20px;
}
.news_list .text .desc a {
    color: #686868;
}
.pro_list .content .box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: #FFFFFF;
    overflow: hidden;
}

.pro_list .small_img {
    width: 100%;
    height: auto;
    padding: 30px 0;
    background: url("../images/prodoucts_bg.png") no-repeat 20px 20px;
    background-size: 50%;
}

.pro_list .text a {
    font-size: 22px;
    color: #333333;
    text-align: center;
    display: block;
}

.partner_img {
    border: 1px solid #d2d2d2;
}

.partner_img a {
    width: 100%;
    height: 100%;
}

.partner_img img {
    width: 100%;
    object-fit: cover;
}

.banner_swiper,.banner_swiper_wap {
    width: 100%;
    height: 100%;
    position: relative;
}
.banner_swiper_wap{
    overflow: hidden;
}

.banner_swiper img,.banner_swiper_wap img {
    width: 100%;
    object-fit: cover;
}

.about {
    background: #FFFFFF;
}

.about .title {
    border-bottom: 1px solid #f0f0f0;
}

.about .title .en {
    font-size: 92px;
    color: #f3f3f3;
    font-weight: bold;
}

.about .title .cn {
    font-size: 60px;
    color: #1661ab;
    margin-top: -85px;
    font-weight: bold;
}

.about .title .desc {
    font-size: 30px;
    color: #333333;
}

.company_year .text {
    color: #f35626;
    font-size: 110px;
    font-weight: bold;
    background-image: -webkit-linear-gradient(left, #c10908, #1661ab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: hue 60s infinite linear;
}
.partner_box{

    grid-template-columns: repeat(auto-fill,118px);
}

@-webkit-keyframes hue {
    from {
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        -webkit-filter: hue-rotate(-360deg);
    }
}

.company_year p {
    font-size: 30px;
    color: #333333;
    margin-top: -30px;
}

.story .content h3 {
    font-size: 50px;
    font-weight: bold;
    color: #333333;
}

.story .content .en {
    color: #1661ab;
    font-size: 22px;
}

.story .content .cn {
    font-size: 26px;
    color: #8c8c8c;
}

.story .content .cn:after {
    content: '';
    width: auto;
    flex: 1;
    height: 1px;
    background: #dcdcdc;
}

.story .list .pic {
    position: relative;
}

.story .list .pic img {


}

.story .list .pic img:nth-child(1) {
    position: absolute;
    z-index: 2;


}
.env_img{
    width: 274px;
    height: 195px;
    object-fit: cover;
}
.story .list .pic img:nth-child(2) {
    width: 260px;
    height: 182px;
    object-fit: cover;
}

.story .list .text {
    font-size: 24px;
    color: #333333;
    width: 100%;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.story .list .text a {
    color: #333333;
}

.products .title h3 {
    font-size: 50px;
    color: #1661ab;
    font-weight: bold;
}

.products .title p {
    color: #757575;
    font-size: 24px;
    line-height: 48px;
    margin: 0;
}

.products .title .tabs div {
    color: #1661ab;
    font-size: 24px;
    border: 1px solid #1661ab;
    border-radius: 5px;
}

.products .title .tabs div a {
    color: #1661ab;
}

.products .title .tabs div span {
    font-size: 24px;
}

.products .hover {
    background: #1661ab;
    color: #FFFFFF !important;
}

.products .hover a {
    color: #FFFFFF !important;
}

.page a {
    background: #e5e5e5;
    color: #000000;
}

.page .hover {
    background: #1661ab;
    color: #FFFFFF;
}

/*.news {*/
/*    background: #FFFFFF;*/

/*}*/

.page_news {
    background: #FFFFFF;
}

/*.page_news .list {*/
/*    border-top: 1px solid #f0f0f0;*/
/*    overflow: hidden;*/
/*}*/

.page_news .title .en {
    font-size: 92px;
    color: #f3f3f3;
    font-weight: bold;
}

.page_news .title .cn {
    font-size: 55px;
    color: #1661ab;
    font-weight: bold;
    margin-top: -100px;
    padding-left: 15px;
}

.page_news .title p {
    font-size: 24px;
    color: #757575;
}
.page_news .list .text{
    height: 100%;
}
.page_news .list .content:hover{
    background: #f1f2f3;
    /*transform: translate(100%);*/
    transition: 0.8s;
}
.page_news .list .text h3 {
    font-size: 30px;
    color: #333333;
}

.page_news .list .text h3 a {
    color: #333333;
}

.page_news .list .text .desc {
    font-size: 20px;
    line-height: 36px;
}
.page_news .list .content{
    border-bottom: 1px solid #e4e4e4;
}
.pro_detail .title{
    color: #333333;
    font-size: 42px;
}
.pro_detail .sub_title{
    color: #333333;
    font-size: 36px;
    position: relative;
}
.pro_detail img,.news_show img{
    max-width: 100%;
}
.pro_desc{
    font-size: 24px;
    line-height: 48px;
    color: #4d4d4d;
}
.detail_page {
    font-size: 24px;
    color: #6e6e6e;
}
.detail_page a {
    /*border: 1px solid #1661ab;*/
    text-align: center;
    font-size: 24px;
    color: #6e6e6e;
    display: block;
}
/*.detail_page a:hover{*/
/*    background: #1661ab;*/
/*    color: #FFFFFF;*/
/*}*/
.news_detail .news_desc{
    color: #6e6e6e;
    font-size: 26px;
}
.news_detail .title {
    color: #1661ab;
    font-size: 55px;
    border-bottom: 1px solid #f0f0f0;
}
.contact_icon .content {
    width: 350px;
    height: 470px;

}
.contact_icon .content:hover {
    box-shadow: 0 0 20px #dbd9d9;
    transition: 0.5s;
}
.contact_icon .content:hover .first>img {
    transform: rotate(360deg);
    transition: 0.5s;
}
.contact_icon .content .second {
    height: 220px;
}
.contact_icon .content .first{
    height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_icon .content .first img {
    display: block;
    margin: 0 auto 22px;
    width: 80px;
}
.contact_icon .content .first p {
    color: #434f4f;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bolder;
    text-align: center;
}
.contact_icon .content .second p{
    color: #434f4f;
    font-size: 22px;
    text-align: center;
}
    /*--------手机站导航开始----------*/
.mobile_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 999;
}

.sp_header {
    height: 90px;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: auto
}

.sp_logo img {
    margin: auto;
    width: 220px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 15px
}

.sp_nav span {
    display: block;
    background: #E8464F;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: fixed;
    z-index: 99;
    background: #eee;
    width: 100%;
    height: calc(100% - 90px);
    font-size: 16px;
    line-height: 50px;
    top: -100%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 90px
}

.sjj_nav ul {
    padding-left: 0 !important;
}

.sjj_nav > ul > li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav > ul > li:first-child > a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav > ul > li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav > ul > li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    right: 0px;
    border-left: 1px #ddd solid;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    padding-left: 20px;
    position: relative;
    line-height: 50px;
    font-size: 16px
}

.sjj_nav > ul > li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    width: 80%
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #E8464F
}

.sjj_nav ul li ul li > ul {
    margin-left: 10px
}

/*----------手机站导航结束----------*/
