html, body, div, span, applet, object, iframe, h1, h2, h3, 
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, 
thead, tr, th, td,i ,figure{margin: 0;padding: 0; border: 0; outline: 0; font-weight: inherit;font-style: inherit; font-size: 16px;font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimHei', 'Arial',sans-serif; vertical-align: baseline; color:#666;} 


@import url(font.css);

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
}

a {
    text-decoration:none;
} 

a:hover {
    text-decoration:none;
}

a img, iframe {
    border: none;
}
a:focus {
    outline:none;
}

img {
    vertical-align:top;
} 
ol, ul {
    list-style: none;
}

input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
    outline: none;
    border: none;
    margin: 0;
    padding: 0;
    background: none;
}

select {
    margin: inherit;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

ol { 
    *margin-left:2em;
}

body{
    margin:0 auto;
    overflow-x:hidden;
}

img{
    max-width: 100%;
}

.fl {
    float: left
}

.fr {
    float: right
}

.pr {
    position: relative;
}

.none {
    display: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
}

#app {
    visibility: visible;
    overflow: hidden
}

body {
    -webkit-transition: all .3s;
    transition: all .3s
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 36px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

blockquote {
    background: url(../images/yinhao.png) right top no-repeat;
    margin: 25px 0;
}

blockquote p {
    padding-right: 100px;
}

.pub-more {
    display: block;
    width: 190px;
    height: 36px;
    line-height: 36px;
    border: solid 2px #e60012;
    color: #2575d5;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s
}

.pub-more:hover {
    background: #2575d5;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s
}

.pub_pd {
    padding: 80px 0;
    position: relative;
}

.pub-bg {
    background: #f5f5f5
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .ban_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.banner .ban_bg.animation {
    -webkit-animation: fadeInscale 2s;
    animation: fadeInscale 2s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.banner .swiper-slide {
    zoom: 1;
    vertical-align: middle;
    height: 780px;
    overflow: hidden;
}

@-webkit-keyframes fadeInscale {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes fadeInscale {
    0% {
        opacity: 1;
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.fadeInscale {
    -webkit-animation-name: fadeInscale;
    animation-name: fadeInscale;
    transform-origin: 50% 50%;
}

.banner .banner-pagination {
    bottom: 46px;
    left: 0;
    width: 100%;
}

.banner .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.banner .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    background-color: #eee;
    opacity: 0.5;
    margin: 0 5px;
    border-radius: 0;
}

.banner .swiper-pagination-bullet-active {
    width: 60px;
    opacity: 1;
    position: relative;
}

.banner .swiper-pagination-bullet-active:after {
    content: '';
    background-color: #2575d5;

}

.banner .item {
    opacity: 0;
}

.banner .item.animated {
    opacity: 1;
}

.banner .ban1 .ban_bg {
	background: #000000;
    background-size: cover;
}

.banner .ban1 .box {
    position: relative;
    z-index: 2;
    flex: 1;
    padding-top: 50px;
    text-align: left;
}

.banner .ban1 .box .title1 {
    font-size: 50px;
	margin-bottom: 50px;
	color: #fff;
	font-weight: 700;
	text-shadow: 2px 2px 3px #000000;
}

.banner .ban1 .box .title2 {
    font-size: 36px;
    color: #ffffff;
    margin: 46px 0 40px;
	text-shadow: 2px 2px 3px #000000;
}

.banner .ban1 .box .title3 {
    font-size: 60px;
    font-weight: lighter;
    color: rgba(255,255,255,0.1);
}

.banner .ban1 .box .link_solid {
    margin: 40px 0 60px;
    background-color: #c4c4c4;
}

.banner .ban1 .box .more {
    margin: 0;
    width: 163px;
    height: 46px;
    line-height: 46px;
    display: block;
    border: solid 1px #eee;
    position: relative;
    color: #fff;
    text-align: center;
}

.banner .ban1 .box .more:hover {
    border-color: #2262af;
}

.banner .ban1 .box .more span {
	font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 2;
}

.banner .ban1 .box .more:before {
    content: '';
    position: absolute;
    left: 0;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #206cc7;
}

.banner .ban1 .box .more:hover:before {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    width: 100%;
}

.banner .click_bot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-center {
    text-align: center
}

.link_solid {
    width: 60px;
    height: 1px;
    background-color: #2db1c2;
    margin: 0 auto 30px
}

.container {
    width:100%;
    margin: 0 auto;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1
}

.container:before,
.container:after {
    display: table;
    line-height: 0;
    content: ""
}

.container:after {
    clear: both
}

.swiper-button-next,
.swiper-button-prev {
    background: none
}

.pub_banner {
    overflow: hidden;
    position: relative;
	background: #ffffff;
}

.pub_banner .pc_banner {
    height: 480px;
    background-position: center center;
    background-size: cover;
    width: 100%;
}
.pub_banner .pc_honor {
    height: 100%;
    background-position: center center;
    background-size: cover;
    width: 100%;
    display: block;
}
.pub_banner .pc_banner img{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.pub_banner .pc_banner {
    -webkit-animation: scaleBigToSmall 2s;
    animation: scaleBigToSmall 2s;
}

.pub_banner .box {
    position: absolute;
    left: 0;
    bottom: 120px;
    width: 100%;
    display: flex;
    z-index: 99;
}
.pub_banner .box1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, .3);
    text-align: center;
    z-index: 99;
}

.pub_banner .box1 .butten_blu {
    width: 240px;
    height: 48px;
	margin: 60px auto 0;
}

.pub_banner .ban_dow{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -28px;
    z-index: 100;
}

.pub_banner .ban_dow .dow_text{
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
    color: #fff;
}

.pub_banner .ban_dow .dow_img{
    width: 15px;
    height: 8px;
    margin: 0 auto;
    -webkit-animation: bounce-down 1.6s linear infinite;
    animation: bounce-down 1.6s linear infinite;
}

@-webkit-keyframes bounce-down {
    25% {
         -webkit-transform: translateY(-4px);
    }
    50%, 100% {
         -webkit-transform: translateY(0);
    }
    75% {
         -webkit-transform: translateY(4px);
    }
}

@keyframes bounce-down {
     25% {
          transform: translateY(-4px);
     }
     50%, 100% {
          transform: translateY(0);
     }
     75% {
          transform: translateY(4px);
     }
}

.pub_banner .ban_dow .dow_img img{
    width: 100%;
    height: 100%;
}

.pub_banner .box p {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
    margin-top: 29px;
    text-shadow: 2px 2px 3px #666666;
}

.pub_banner .box h4 {
    font-size: 42px;
    font-weight: 600;
    line-height: 48px;
    color: #fff;
    text-transform: capitalize;
    text-shadow: 2px 2px 3px #666666;
}

.c-title {
    position: relative;
}

.c-title h3 {
    text-align: center;
    margin: 30px 0 60px;
    font-weight: 700;
}

.c-title h3:after {
    content: '';
    position: absolute;
    left: calc(50% - 20px);
    bottom: -20px;
    width: 40px;
    height: 3px;
    background: #2575d5;
}

header {
    height: 84px;
}

header .head_fix {
    position: fixed;
    background: #064490;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: 100;
    height: 84px;
    width: 100%;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

header .head_fix .container {
    position: relative;
}

header .navbar-header {
    float: left;
    z-index: 4;
}

header .navbar-header .logo-img {
    float: left;
    width: 220px;
    height: 84px;
    line-height: 84px;
    transition: all .32s;
}

header .navbar-header .logo-img .star {
    display: none;
}

header .navbar-header .logo-img .logo_fix {
    display: inline-block;
    height: 32px;
}

header .navbar-header .logo-img a {
    display: block;
}

header .navbar-header .logo-img a img {
    vertical-align: middle;
}

header.idx_header2 {
    height: 0;
}

header.idx_header2 .head_fix {
    background-color: rgba(6,68,144,0.7);
}

header.idx_header .nav-drop>ul li a,
header.idx_header .nav-drop>ul li a i,
header.idx_header .langu i,
header.idx_header .langu p {
    color: #e3e3e3;
}

header.idx_header .langu p {
    padding-left: 24px;
    background: url(../images/lang2.png) no-repeat left center / 18px;
}

header.idx_header .navbar-header .logo-img .star {
    display: block;
    height: 46px;
    padding: 19px 0;
}

header.idx_header .navbar-header .logo-img .logo_fix {
    display: none;
}

header.idx_header.head_active .nav-drop ul li a,
header.idx_header.head_active .nav-drop ul li a i,
header.idx_header.head_active .langu i,
header.idx_header.head_active .langu p {
    color: #333;
}

header.idx_header.head_active .langu p {
    padding-left: 24px;
    background: url(../images/lang1.png) no-repeat left center / 20px;
}

header.idx_header.head_active .navbar-header .logo-img .star {
    display: none;
}

header.head_active {
    height: 0;
}

header.head_active .head_fix {
    background: #fff;
    -webkit-box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.2);
    height: 70px;
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
	opacity: 1;
}

header.head_active .navbar-header .logo-img {
    line-height: 70px;
}

header.head_active .navbar-header .logo-img .logo_fix {
    display: block;
    height: 42px;
    padding: 14px 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

header.head_active .nav-drop ul li {
    line-height: 70px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

header.head_active .langu {
    line-height: 70px;
}

.series-list {
    position: relative;
    padding-top: 50px;
    z-index: 2;
}

.series-list .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 30px 0
}

.series-list .wrap ul {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.series-list .wrap ul li {
    text-align: center;
    width: 350px;
    float: left
}

.series-list .wrap ul li p {
    margin-top: 20px
}

.series-list .scroll {
    border-bottom: solid 1px #d9d9d9;
    height: 19px;
    width: 100%;
    position: relative
}

.series-list .scroll .frame {
    position: relative;
    margin: 0 auto;
    width: 1400px
}

.series-list .drag {
    cursor: pointer;
    width: 100px;
    height: 32px;
    background-color: #2575d5;
    border-radius: 15px;
    position: absolute;
    top: 0;
    margin-left: -50px;
    line-height: 32px;
    text-align: center
}

.series-list .drag>img {
    vertical-align: -1px
}

.series-list .drag .mouted {
    position: absolute;
    left: 50%;
    margin-left: -5.5px;
    top: 8px;
    -webkit-animation: mouted linear 2s infinite;
    animation: mouted linear 2s infinite
}

.series-list .swiper-slide {
    text-align: center;
}

.series-list-container img {
    max-width: 90%;
}

.series-list .series-list-container {
    padding-bottom: 70px;
}

.series-list .series-scrollbar {
    height: 0;
    border-top: 1px solid #ddd;
    background: none;
    padding-bottom: 18px;
    cursor: pointer;
    border-radius: 0;
}

.series-list .swiper-scrollbar-drag {
    background: url(../images/series-scrollbar-btn.png) center no-repeat;
    background-size: 100px auto;
    height: 32px;
    margin-top: -18px;
}

.series-list:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ddd;
    bottom: 21px;
}

@-webkit-keyframes mouted {
    0% {
        top: 8px
    }

    25% {
        top: 6px
    }

    75% {
        top: 10px
    }

    100% {
        top: 8px
    }
}

@keyframes mouted {
    0% {
        top: 8px
    }

    25% {
        top: 6px
    }

    75% {
        top: 10px
    }

    100% {
        top: 8px
    }
}

footer {
    background: #26323e;
    position: relative;
}

footer .logo {
    padding-top: 50px;
    max-width: 174px;
    margin-bottom: 24px
}

footer .foot-top {
	height: 40px;
    margin-bottom: 30px;
}

footer .foot-nav  {
    float: left;
}

footer .foot-nav ul li {
    padding: 0 40px 0 0;
    float: left;
    position: relative;
    height: 40px;
    line-height: 40px;
}

footer .foot-nav ul li a {
    color: #fff;
    opacity: .8;
    text-transform: capitalize;
}

footer .foot-nav ul li:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 30%;
    width: 1px;
    height: 14px;
    background: #fff;
    opacity: .5;
}

footer .foot-nav ul li:last-child:after {
    display: none;
}

footer .foot-top .s-link {
    float: right;
	height: 40px;
	line-height: 40px;
}

footer .foot-top .s-link ul li {
    width: 40px;
    height: 40px;
	line-height: 40px;
    float: left;
    background: url(../images/foot_link.png) left no-repeat;
    background-size: 120px auto;
    margin-left: 15px;
    opacity: .8;
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer .foot-top .s-link ul li a {
	position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

footer .foot-top .s-link ul li.wb_icon {
    background-position: -40px 0;
}

footer .foot-top .s-link ul li.email_icon {
    background-position: -80px 0;
}

footer .foot-top .s-link ul li:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    opacity: 1;
}

footer .foot-top .s-link ul li a .c-imgBox {
    position: absolute;
    top: 50px;
    left: -30px;
    width: 100px;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

footer .foot-top .s-link ul li a:hover .c-imgBox { 
    height: 100px;
}

footer .foot-top .s-link ul li a .c-imgBox img {
    width: 100%;
}

footer .y-link {
    display: flex;
    align-items: flex-start;
    padding: 15px 0;
	border-top: 1px solid rgba(255, 255, 255, .06);
}

footer .y-link .y-title {
    padding-right: 30px;
    flex-shrink: 0;
	line-height: 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

footer .y-link .y-box {
    flex-grow: 1;
    flex-shrink: 1;
    line-height: 24px;
}

footer .y-link .y-box a {
    display: inline-block;
    margin-right: 30px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
}

footer .foot-copy {
    background: #0f1922;
    padding: 30px 0;
}

footer .foot-copy .govi {
    float: left;
    color: #999;
    opacity: .3;
}

footer .foot-copy .govi a {
    color: #999;
    margin: 0 5px;
}

.fixdright{
	position: fixed;
	z-index: 1202;
	right: 16px;
	bottom: 60px;
	display: flex;
	flex-direction: column;
    align-items: flex-end;
}

.fixdright .lt{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.fixdright a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
}

.fixdright a i{
	display: block;
	width: 18px;
}

.fixdright a i img{
	width: 100%;
	float: left;
}

.fixdright a i img:nth-child(2){
	display: none;
}

.fixdright a .font{
	display: none;
}

.fixdright .topall{
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.fixdright .top{
	margin-top: 40px;
	margin-bottom: 40px;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-transform: translateX(600%);
	transform: translateX(600%);
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.fixdright .topall.on{
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

.fixdright .top:hover{
	background-color: #2575d5;
}

.fixdright .top:hover i img:nth-child(1){
	display: none;
}

.fixdright .top:hover i img:nth-child(2){
	display: block;
}

.fixdright .zi{
	width: 160px;
	height: 52px;
	background-color: #2575d5;
	border-radius: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.fixdright .zi i{
	margin-right: 10px;
}

.fixdright .zi span{
	color: #fff;
}
.fixdright .tel{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background-color: #2575d5;
	overflow: hidden;
	border-radius: 30px;
}

.fixdright .tel i img:nth-child(1){
	display: none;
}

.fixdright .tel i img:nth-child(2){
	display: block;
}

.fixdright .tel .font{
	display: none;
	font-size: 20px;
}

.fixdright .tel:hover{
	width: 240px;
	border-radius: 30px;
	color: #fff;
}

.fixdright .tel:hover .font{
	display: block;
	color: #fff;
	margin-right: 16px;
}

.fixdright .tel:hover i img:nth-child(2){
	display: block;
}

.fixdright .tel:hover i img:nth-child(1){
	display: none;
}

.contact_main {
    padding-bottom: 80px;
}

.service2_box ul {
    border-top: 1px dashed #dddddd;
    border-bottom: 1px dashed #dddddd;
    padding-top: 40px;
    margin-bottom: 40px;
}

.service2_box ul li {
    margin-bottom: 50px;
}

.service2_box ul li h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.service2_box ul li .tel_phone,
.service2_box ul li .tel_phone a {
    font-size: 22px;
    font-family: arial;
    color: #2575d5;
    line-height: 24px;
}

.service2_box .advan_btn a {
    text-align: center;
    color: #fff;
    min-width: 140px;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    background-color: #2575d5;
    font-size: 15px;
    padding: 0 15px;
}

.service2_box .advan_btn a i {
    margin-right: 10px;
    font-size: 22px;
    vertical-align: -3px;
    color: #fff;
}

.obtain_main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: 99;
    display: none;
}

.obtain_cnt {
    position: fixed;
    top: 50%;
    margin-top: -260px;
    width: 790px;
    left: 50%;
    margin-left: -395px;
    background-color: #f5f5f5;
    padding: 5px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
}

.obtain_cnt .pd {
    background: url(../images/yd_bg.jpg) center no-repeat;
    background-size: cover;
    height: 100%;
    border: solid 1px #999999;
}


.obtain_cnt h2 {
    margin-bottom: 40px;
    padding-top: 59px;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
}

.obtain_cnt p {
    text-align: center;
}

.obtain_cnt .pub-more {
    width: 100%;
    background-color: #2575d5;
    border: 0;
    height: 48px;
    color: #fff;
    line-height: 48px;
    margin-top: 30px;
}

.obtain_cnt .close_btn {
    position: absolute;
    top: 25px;
    right: 20px;
    cursor: pointer;
    font-size: 40px;
}

.obtain_cnt .obtain_cnt_box {
    width: 540px;
    padding: 20px;
	margin: 0 auto;
}

.obtain_cnt .int_list {
    border: 1px solid #999999;
    padding: 0 20px;
    height: 46px;
    line-height: 46px;
    margin-bottom: 20px;
    position: relative;
}

.obtain_cnt .int_list input {
    color: #666666;
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
}

.pdt_det_main .obtain_cnt {
    padding: 0;
}

.pdt_det_main .obtain_cnt .pd {
    border: 0;
    background: url(../images/pdt_det_bg.jpg) center 72px no-repeat;
    background-size: cover;
}

.pdt_det_main .obtain_cnt h2 {
    line-height: 72px;
    height: 72px;
    margin: 0;
    font-size: 20px;
    color: #ffffff;
    padding: 0;
    background-color: #333333;
}

.pdt_det_main .obtain_cnt h2 i {
    font-size: 24px;
    color: #fff;
    margin-right: 10px;
    vertical-align: -2px;
}

.pdt_det_main .obtain_cnt .pdt_int_list {
    border-bottom: 1px solid #dddddd;
    padding: 30px 0 20px;
}

.pdt_det_main .obtain_cnt .pdt_int_list textarea{
    width: 100%;
    height: 40px;
    resize: none;
}

.pdt_det_main .obtain_cnt .pdt_int_list.act_bor {
    border-color: #999999;
}

.pdt_det_main .obtain_cnt .pdt_int_list input {
    width: 100%;
    display: block;
}

.pdt_det_main .obtain_cnt .pdt_int_list label{
    display: inline-block;
    margin-right: 30px;
}

.pdt_det_main .obtain_cnt .pdt_int_list label input{
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

.pdt_det_main .obtain_cnt .pdt_int_list h3 {
    font-size: 18px;
}

.pdt_det_main .obtain_cnt .close_btn {
    top: 22px;
    font-size: 35px;
    color: #fff;
}

.idx_news_main {
    background: #ffffff;
}

.idx_news_main h2 {
    font-size: 48px;
    margin-bottom: 49px;
    line-height: 36px;
    text-transform: capitalize;
}

.idx_news_main .exhi {
    float: left;
    width: 44%;
}

.idx_news_main .exhi h4 {
    font-size: 20px;
    margin: 25px 0 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.idx_news_main .exhi h4 a {
    font-size: 20px;
    color: #333;
}

.idx_news_main .exhi p {
    line-height: 22px;
    color: #999;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.idx_news_main .exhi figure {
    overflow: hidden;
}

.idx_news_main .exhi figure img {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.idx_news_main .exhi .info {
    overflow: hidden;
    line-height: 34px;
}

.idx_news_main .exhi .info .data {
    color: #2575d5;
    float: left;
}

.idx_news_main .exhi .info .more {
    display: inline-block;
    padding: 0 20px;
    float: right;
    height: 34px;
    color: #333;
    border: solid 1px #2575d5;
    transition: all .3s;
}

.idx_news_main .exhi .info .more:hover {
    background: #2575d5;
    color: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.idx_news_main .exhi:hover img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.idx_news_main .news_list h2 a {
    float: right
}

.idx_news_main .news_list h2 .arr_ar {
    display: block;
    border-radius: 100%;
    width: 26px;
    line-height: 26px;
    height: 26px;
    text-align: center;
    border: 2px solid #666;
    text-indent: 2px;
}

.idx_news_main .news_list h2 .arr_ar i {
    color: #666;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    text-indent: 0;
}

.news_list {
    width: 46%;
    float: right;
}

.news_list ul {
    border-top: 1px solid #ddd;
}

.news_list ul li {
    padding: 25px 0;
    border-bottom: 1px dashed #ddd;
}

.news_list ul li:last-child {
    border-bottom: none;
}

.news_list ul li h4 {
    margin-bottom: 20px;
    font-size: 20px;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_list ul li p {
    line-height: 22px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_list ul li:hover h4 {
    color: #2575d5;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.about_info .att_cnt {
    padding-bottom: 10px;
    overflow: hidden;
}

.about_info .att_cnt .info {
    float: left;
    width: 52%;
    max-width: 641px;
}

.about_info .att_cnt .info h2 {
    font-size: 36px;
    margin: 10px 0 30px;
}

.about_info .att_cnt .info p {
    line-height: 30px;
    font-size: 15px;
}

.about_info .att_cnt .info .more {
    margin-top: 50px;
    display: block;
    width: 140px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background-color: #666;
}

.about_info .att_cnt .info .more i {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.about_info .att_cnt .info .textbox {
    overflow: hidden;
    height: 90px;
}

.about_info .att_cnt .increase_grow {
    float: right;
    width: 40%;
}

.about_info .att_cnt .increase_grow ul {
    overflow: hidden;
}

.about_info .att_cnt .increase_grow ul li {
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 70px;
}

.about_info .att_cnt .increase_grow ul li .bignum {
    margin-bottom: 15px;
}

.about_info .att_cnt .increase_grow ul li .bignum span {
    font-size: 72px;
    line-height: 60px;
    color: #333;
    font-family: 'deckerregular';
}

.about_info .att_cnt .increase_grow ul li .bignum i {
    margin: 0 0 0 18px;
    color: #333;
    font-size: 18px;
    vertical-align: 32px;
}

.about_info .att_cnt .increase_grow ul li p {
    font-size: 18px;
}

.about_info .att_cnt .increase_grow ul li:nth-child(3) .bignum i,.about_info .att_cnt .increase_grow ul li:nth-child(4) .bignum i {
    font-size: 30px;
}

.about_info .video_img .about_video {
    width:100%;
    object-fit:cover;
}

.swip2 {
    height: 240px;
    padding: 10px 0 50px;
}

.swip2 .swiper-slide{
    width: auto!important;
    height: 100%;
    text-align: center;
}

.swip2 .swiper-slide img{
    width: auto!important;
    height: 100%;
    box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.5);
}

.swip2 .swiper-slide p{
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
    font-weight: bold;
    max-width: 350px;
    word-break: normal;
    word-wrap: break-word;
}

.swip2.swiper-container-free-mode>.swiper-wrapper{
    transition-timing-function: linear!important
}


.factory_main h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 35px;
}

.factory_main .textbox {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.factory_main .factory_cnt ul {
    margin: 50px -10px 40px;
    overflow: hidden;
}

.factory_main .factory_cnt ul li {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    text-align: center;
    float: left;
    margin-bottom: 20px;
}

.factory_main .factory_cnt ul li p {
    font-size: 16px;
    margin-top: 15px;
}

.factory_main .factory_cnt ul li figure {
    /* cursor: pointer; */
    overflow: hidden;
}

.factory_main .factory_cnt ul li figure img{
    transition: .3s;
}

.factory_main .factory_cnt ul li figure:hover img {
    transform: scale(1.1);
}

.factory_main .factory_cnt .more {
    display: block;
    width: 140px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    background-color: #666;
    margin: 0 auto;
}

.m-load {
    width: 14px;
    height: 14px;
    margin-left: 5px;
    vertical-align: -1px;
    display: inline-block;
    position: relative;
}

.m-load .line span {
    position: absolute;
    left: 5.6px;
    top: -0.5;
    width: 2px;
    height: 14px;
}

.m-load .line span:before,
.m-load .line span:after {
    content: '';
    display: block;
    height: 50%;
    background: #fcfcfc;
    border-radius: 5px;
}

.m-load .line span:nth-child(2) {
    -webkit-transform: rotate(30deg);
}

.m-load .line span:nth-child(3) {
    -webkit-transform: rotate(60deg);
}

.m-load .line span:nth-child(4) {
    -webkit-transform: rotate(90deg);
}

.m-load .line span:nth-child(5) {
    -webkit-transform: rotate(120deg);
}

.m-load .line span:nth-child(6) {
    -webkit-transform: rotate(150deg);
}

.m-load .circlebg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #535353;
    border-radius: 18px;
}

@-webkit-keyframes load {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.m-load .line span:nth-child(1):before {
    -webkit-animation: load 1.2s linear 0s infinite;
}

.m-load .line span:nth-child(2):before {
    -webkit-animation: load 1.2s linear .1s infinite;
}

.m-load .line span:nth-child(3):before {
    -webkit-animation: load 1.2s linear .2s infinite;
}

.m-load .line span:nth-child(4):before {
    -webkit-animation: load 1.2s linear .3s infinite;
}

.m-load .line span:nth-child(5):before {
    -webkit-animation: load 1.2s linear .4s infinite;
}

.m-load .line span:nth-child(6):before {
    -webkit-animation: load 1.2s linear .5s infinite;
}

.m-load .line span:nth-child(1):after {
    -webkit-animation: load 1.2s linear .6s infinite;
}

.m-load .line span:nth-child(2):after {
    -webkit-animation: load 1.2s linear .7s infinite;
}

.m-load .line span:nth-child(3):after {
    -webkit-animation: load 1.2s linear .8s infinite;
}

.m-load .line span:nth-child(4):after {
    -webkit-animation: load 1.2s linear .9s infinite;
}

.m-load .line span:nth-child(5):after {
    -webkit-animation: load 1.2s linear 1s infinite;
}

.m-load .line span:nth-child(6):after {
    -webkit-animation: load 1.2s linear 1.1s infinite;
}

.about_deve .container {
    position: relative;
}

.about_deve .number {
    font-size: 331px;
    position: absolute;
    top: 220px;
    left: 0;
    color: #666;
    opacity: .03;
}

.about_deve .deve_img {
    text-align: center;
}

.about_deve .ab_deve_container {
    margin-top: -30px;
}

.about_deve .ab_deve_container:after {
    content: '';
    position: absolute;
    top: 370px;
    left: 6%;
    width: 88%;
    border-top: 1px dashed #999;
}

.about_deve .ab_deve_container .swiper-slide {
    text-align: center;
}

.about_deve .ab_deve_container .swiper-slide .history {
    display: none;
    margin: 40px 20px;
}

.about_deve .ab_deve_container .swiper-slide .history h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.about_deve .ab_deve_container .swiper-slide .history p {
    font-size: 16px;
    line-height: 30px;
}

.about_deve .ab_deve_container .swiper-slide-active .history {
    display: block;
}

.about_deve .ab_deve_container .swiper-slide .year, .about_deve .ab_deve_container .swiper-slide-active .year {
    height: 300px;
    margin: 40px 0 20px;
    overflow: hidden;
}

.about_deve .ab_deve_container .swiper-slide .year img, .about_deve .ab_deve_container .swiper-slide-active .year img {
    height: 300px;
}

.about_deve .ab_deve_container .swiper-slide .icon, .about_deve .ab_deve_container .swiper-slide-active .icon {
    width: 14px;
    height: 14px;
    background-color: #f4f4f4;
    border: 3px solid #2575d5;
    margin-top: 0;
    border-radius: 100%;
    margin: 0 auto;
}

.about_deve .ab_deve_container .swiper-button-next,
.about_deve .ab_deve_container .swiper-button-prev {
    position: absolute;
    top: 370px;
    width: 27px;
    height: 44px;
    margin-top: -22px;
}

.about_deve .ab_deve_container .swiper-button-next i,
.about_deve .ab_deve_container .swiper-button-prev i {
    font-size: 44px;
    font-weight: bold;
}

.about_deve .ab_deve_container .swiper-button-next:hover i,
.about_deve .ab_deve_container .swiper-button-prev:hover i {
    color: #2575d5;
}

.subnav_list {
    position: relative;
    z-index: 2;
    background: #fff;
    text-align: center;
    height: 80px;
}

.subnav_list ul {
    display: inline-block;
}

.subnav_list ul li {
    margin: 0 40px;
    height: 80px;
    line-height: 80px;
    float: left;
    text-align: center;
    position: relative;
    border-bottom: 3px solid transparent;
    transition: .5s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.subnav_list ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-transform: capitalize;
}

.subnav_list ul li:hover {
    border-bottom: 3px solid #064490;
}

.subnav_list ul li.active {
    border-bottom: 3px solid #064490;
}

/*待删除团队*/

.about_team ul li {
    width: calc(25% - 22px);
    margin: 0 10px 30px;
    float: left;
    text-align: center;
    height: 438px;
}

.about_team ul li .box {
    cursor: pointer;
    background: #fff;
    padding: 0 40px;
    height: 438px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s;
    transition: all .3s;
    border: 1px solid #eee;
}

.about_team ul li figure {
    width: 176px;
    height: 176px;
    margin: 0 auto;
}

.about_team ul li figure img {
    border-radius: 100%;
    border: solid 2px #ddd;
}

.about_team ul li h3 {
    font-size: 30px;
    line-height: 30px;
    margin: 29px 0 19px;
}

.about_team ul li h4 {
    font-size: 18px;
    color: #666;
}

.about_team ul li p {
    display: none;
}

.about_team ul li:hover .box {
    margin-top: -10px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: all .4s;
    transition: all .4s;
    border: 1px solid #fff;
}

.about_team ul li:hover figure {
    width: 141px;
    height: 141px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.about_team ul li:hover h4 {
    color: #2575d5;
    margin-bottom: 25px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.about_team ul li:hover p {
    display: block;
    line-height: 24px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.page_ul {
    margin-left: -10px;
    margin-right: -10px;
}

.pdtbackbtn {
    display: block;
    text-align: center;
    line-height: 70px;
    font-size: 16px;
    color: #000000;
    height: 70px;
    background-color: #fafafa;
}

.service_list ul li {
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.service_list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex
}

.service_list ul li .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.service_list ul li .box h3 {
    font-size: 30px;
    margin-bottom: 35px;
    text-transform: capitalize;
}

.service_list ul li .box p {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.service_list ul li .box .more {
    margin-top: 90px;
    text-align: center;
    width: 140px;
    line-height: 42px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #666;
}

.service_list ul li .box .more i {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}

.service_list ul li .ser_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 780px;
    overflow: hidden;
}

.service_list ul li .ser_img figure{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}

.service_list ul li .ser_img img {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.service_list ul li:hover {
    -webkit-box-shadow: 2px 3px 12px #e0e0e0;
    box-shadow: 2px 3px 12px #e0e0e0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service_list ul li:hover .ser_img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service_list ul li:hover .box .more {
    background: #2575d5;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.product_list ul li {
    background: #fff;
    margin-bottom: 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 60px 80px;
}
.product_list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex
}
.product_list ul li .box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.product_list ul li .box h3{
    font-size: 36px;
    margin-bottom: 25px;
    text-transform: capitalize;
}
.product_list ul li .box p{
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.product_list ul li .box .more{
    margin-top: 75px;
    text-align: center;
    width: 140px;
    line-height: 42px;
    font-size: 15px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: #666;
}
.product_list ul li .box .more i {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
.product_list ul li .ser_img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58%;
    flex: 0 0 58%;
    max-width: 780px;
    overflow: hidden;
}
.product_list ul li .ser_img figure{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
}
.product_list ul li .ser_img img {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.product_list ul li:hover {
    -webkit-box-shadow: 2px 3px 12px #e0e0e0;
    box-shadow: 2px 3px 12px #e0e0e0;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.product_list ul li:hover .ser_img img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .4s;
    transition: all .4s;
}

.product_list ul li:hover .box .more {
    background: #2575d5;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.service_det .box_pd {
    background: #fff;
    padding: 70px 80px;
    overflow: hidden;
}

.service_det .ser_socut {
    float: left;
    width: 50%;
}

.service_det .ser_socut .head {
    padding-bottom: 40px;
    border-bottom: 1px dashed #dddddd;
}

.service_det .ser_socut .box {
    border-bottom: none;
    padding-top: 40px;
}

.service_det .ser_socut .head h3 {
    font-size: 26px;
    padding: 0 0 25px;
    font-weight: normal;
}

.service_det .service2_box ul {
    border-top: none;
    padding-top: 0;
}

.service_det .ser_socut p {
    line-height: 24px;
    font-size: 15px;
}

.service_cover {
    float: right;
    width: 500px;
}

.desc {
    color: #999999;
}

.case-list ul {
    *zoom: 1
}

.case-list ul:before,
.case-list ul:after {
    display: table;
    line-height: 0;
    content: ""
}

.case-list ul:after {
    clear: both
}

.case-list ul li {
    background: #fff;
    float: left;
    position: relative;
    width: 31.666666%;
    margin: 0 2.5% 2.5% 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.case-list ul li figure {
    overflow: hidden
}

.case-list ul li figure img {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.case-list ul li:nth-child(3n) {
    margin: 0
}

.case-list ul li .box {
    padding: 30px 30px
}

.case-list ul li .box h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
    margin-bottom: 15px
}

.case-list ul li .box p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #999
}

.case-list ul li:hover {
    -webkit-box-shadow: 2px 3px 12px #e0e0e0;
    box-shadow: 2px 3px 12px #e0e0e0;
    -webkit-transition: all .4s;
    transition: all .4s
}

.case-list ul li:hover img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
    -webkit-transition: all .4s;
    transition: all .4s
}

.case-list ul li:hover .box h4 {
    color: #2575d5;
    -webkit-transition: all .4s;
    transition: all .4s
}

.news-main-list ul {
    *zoom: 1
}

.news-main-list ul:before,
.news-main-list ul:after {
    display: table;
    line-height: 0;
    content: ""
}

.news-main-list ul:after {
    clear: both
}

.news-main-list ul li {
    width: 33.333%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 45px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.news-main-list ul li .data {
    color: #999;
    font-family: arial;
}

.news-main-list ul li h3 {
    margin: 20px 0 35px;
    font-size: 22px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news-main-list ul li .desc {
    color: #999
}

.news-main-list ul li figure {
    margin: 15px 0 55px;
    overflow: hidden;
}

.news-main-list figure img {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.news-main-list ul li:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.news-main-list ul li:hover img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.news-main-list ul li:nth-child(3n) {
    border-right: none
}

.news-main-list ul li .info {
    width: 78px;
}


.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.toutiao-arc dl{
    background: #f5f5f5;
    padding: 0px;
    margin-bottom: 50px;
}
.toutiao-arc dl dt{
    width: 480px;
    height: auto;
    text-align: center;
    float: left;
    overflow: hidden;
}
.toutiao-arc dl dt a img {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}
.toutiao-arc dl dt a:hover img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}
.toutiao-arc dl dd{
    width: -webkit-calc(100% - 480px);
    width: -moz-calc(100% - 480px);
    width: calc(100% - 480px);
    float: left;
    padding: 50px;
    box-sizing: border-box;
    vertical-align: middle;
    display: table-cell;
}
.toutiao-arc dl dd a h2{
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 40px;
    color:#333333;
}
.toutiao-arc dl dd a:hover h2{
    color: #2575d5;
}
.toutiao-arc dl dd p{
    line-height: 28px;
    font-size: 16px; 
    color:#535353;
}

.list-arc dl{
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.list-arc dl dt{
    width: 110px;
    height: 110px;
    text-align: center;
    float: left;
}
.list-arc dl dt span{
    display: block;
    width: 100%;
    line-height: 35px;
    background: #2575d5;
    color: #fff;
}
.list-arc dl dt big{
    font-size: 60px;
    display: block;
    border:1px solid #d9d9d9;
}
.list-arc dl dd{
    width: -webkit-calc(100% - 160px);
    width: -moz-calc(100% - 160px);
    width: calc(100% - 160px);
    float: right;
}
.list-arc dl dd a h2{
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 35px;
    color:#333333;
}
.list-arc dl dd a:hover h2{
    color: #2575d5;
}
.list-arc dl dd a p{
    line-height: 28px;
    font-size: 16px; 
    color:#535353;
}

.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom;
}

.pagination li {
    margin: 0 5px;
    font-size: 14px;
    border: none;
    display: inline-block!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li a {
    color: #6e6e6e;
    background: #fff;
    padding: 12px 16px;
    border: 1px solid #DCDCDC;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pagination li.active a, .pagination li a:hover {
    background: #2575d5;
    color: #fff;
    border: 1px solid #2575d5;
}

.jobs-main-list {
    background: #fff;
}

.jobs-main-list ul {
    *zoom: 1
}

.jobs-main-list ul:before,
.jobs-main-list ul:after {
    display: table;
    line-height: 0;
    content: ""
}

.jobs-main-list ul:after {
    clear: both
}

.jobs-main-list ul li {
    width: 50%;
    float: left;
    border-right: 1px solid #ddd;
    padding: 45px 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s
}

.jobs-main-list ul li h3 {
    margin: 20px 0 35px;
    font-size: 22px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.jobs-main-list ul li .desc {
    color: #999
}

.jobs-main-list ul li figure {
    margin: 15px 0 55px;
    overflow: hidden;
}

.idx_news_main .exhi figure img {
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.jobs-main-list ul li:hover {
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.jobs-main-list ul li:hover img {
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
}

.jobs-main-list ul li:nth-child(2n) {
    border-right: none
}

.jobs-main-list ul li .info {
    width: 78px;
}

#chassis {
    margin: 0 auto;
    position: relative;
    width: 480px;
    height: 480px;
    border-radius: 50%;
}

#since span {
    width: 1px;
    height: 120px;
    position: absolute;
    background: #dadada;
    top: 0px;
    left: 50%;
    -webkit-transform-origin: 0 240px;
}

#since .box {
    width: 195px;
    height: 195px;
    border-radius: 100%;
    border: 2px solid #dadada;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#since .box h4 {
    font-size: 18px;
    font-family: Arial;
    padding: 40px 0 5px;
    text-transform: uppercase;
}

#since .box p {
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
}

#since .box .date {
    font-size: 48px;
    color: #333;
    font-family: 'deckerregular';
}

#since circle {
    -webkit-transition: stroke-dasharray .25s;
    transition: stroke-dasharray .25s;
}

.yq_bor {
    height: 440px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact-content {
    margin-bottom: 60px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.contact-content .box {
    width: 48%;
    float: left;
    padding: 80px 50px 0 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.contact-content .local-service {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    left:-webkit-calc(48% + 20px); 
    left:-moz-calc(48% + 20px); 
    left:calc(48% + 20px); 
}

.contact-content .local-service a.btn {
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.btn-green-b {
    color: #fff;
    background-color: #17a396;
    border-color: #17a396;
    box-shadow: 0 4px 8px rgb(12 128 117 / 40%);
}

.btn-blue {
    color: #fff;
    background-color: #3D6EFF;
    border-color: #3D6EFF;
    box-shadow: 0 4px 8px rgb(6 110 255 / 40%);
}

.contact-content #allmap {
    float: left;
    width: 52%;
    height: 474px
}

#allmap img {
    width: 220px;
}

#BMapLib_sendToPhone0 {
    display: none;
}

.BMap_cpyCtrl,.BMap_shadow,.anchorBL {
    display: none
}

.BMap_Marker {
    width: 50px;
    height: 50px;
}

.contact-content .box h3 {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 36px
}

.contact-content .box p {
    font-size: 16px;
    line-height: 30px
}

.contact-content .box .weix-code {
    width: 128px;
    margin-top: 30px
}

.contact_main .head {
    font-size: 30px;
    margin-bottom: 40px;
    color: #333;
    text-align: center;
}

.comestic_area {
    margin-bottom: 40px
}

.comestic_area .box {
    background: #fff;
    padding: 0;
}

.comestic_area .box ul {
    overflow: hidden;
}

.comestic_area .box ul li {
    width: 50%;
    border-right: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px;
    position: relative;
    margin-bottom: -1px;
}

.comestic_area .box ul li:nth-child(2n) {
    border-right: none;
}

.comestic_area .box ul li h3 {
    font-size: 24px
}

.comestic_area .box ul li .link {
    width: 20px;
    height: 2px;
    background-color: #999;
    margin: 20px 0 38px
}

.breadcrumb {
    width: 100%;
    height: 62px;
    line-height: 62px;
}

.breadcrumb ul {
    *zoom: 1
}

.breadcrumb ul:before,
.breadcrumb ul:after {
    display: table;
    line-height: 0;
    content: ""
}

.breadcrumb ul:after {
    clear: both
}

.breadcrumb ul li {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumb ul li span {
    margin: 0 5px
}

.pdt_det_top {
    background: #f5f5f5;
    background-size: cover;
    padding: 40px 0;
}

.pdt_det_top .pdt_det_container {
    width: 100%;
}

.pdt_det_top .pdt_det_container .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pdt_det_top .pdt_det_container .swiper-slide img {
    width: 80%;
}

.pdt_det_top .pdt_det_container .pdt_det_pagination {
    bottom: 8%
}

.pdt_det_top .pdt_det_container .pdt_det_pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 10px;
    background-color: #fff;
    opacity: .3
}

.pdt_det_top .pdt_det_container .pdt_det_pagination .swiper-pagination-bullet-active {
    background: #2575d5;
    opacity: 1
}

.pdt_det_top .box {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pdt_det_top .box h3 {
    font-size: 32px;
}

.pdt_det_top .box p {
    line-height: 26px
}

.pdt_det_top .box .border_cnt {
    padding: 40px 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.pdt_det_top .box .border_cnt h1{
    font-size: 32px;
    margin-bottom: 18px;
}

.pdt_det_top .box .border_cnt p {
    font-size: 16px;
    margin-bottom: 18px;
}

.pdt_det_top .box .border_cnt .box_cnt {
    border-top: 1px dashed #ddd;
    text-align: center;
    padding-top: 40px;
    margin: 40px auto;
    width: 100%;
}

.pdt_det_top .box .border_cnt .box_cnt a {
    border-radius: 5px;
    margin: 0 10px;
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}

.pdt_det_top .box .border_cnt .box_cnt a img {
    width: 20px;
    margin-right: 10px;
    vertical-align: -4px
}

.pdt_det_top .box .border_cnt .box_cnt .zx_icon {
    border: solid 1px #ddd;
    background: #fff;
    color: rgba(51, 51, 51, .8);
}

.pdt_det_top .box .border_cnt .box_cnt .pdf_icon {
    background: #939393
}

.pdt_det_top .box .border_cnt .box_cnt .time_icon {
    background: #2575d5
}

.partner {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: #fff;
}

.partner .c-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
}

.partner .c-list>li {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -1px -1px 0;
    box-sizing:border-box;
    border: 1px solid #f5f5f5;
    width: 16.666%;
}

.partner .c-list .c-wrap {
    position: relative;
    display: block;
    color: #fff;
    cursor: default;
}

.partner .c-list .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.partner .c-list .c-wrap .c-title {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    box-sizing:border-box;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    background: rgba(6, 68, 144, .8);
    transition: .5s;
}

.partner .c-list .c-wrap:hover .c-title {
    opacity: 1;
}

.service3_main .box_pd {
    background: #fff;
}

.ser3_down_list {
    margin-top: 20px;
}

.ser3_down_list ul li {
    padding: 30px 20px;
    line-height: 42px;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    transition: all .3s;
    position: relative;
}

.ser3_down_list ul li:last-child {
    border-bottom: none;
}

.ser3_down_list ul li h3 {
    font-size: 18px;
    color: #666666;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-right: 160px;
}

.ser3_down_list ul li .down_btn {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 140px;
    background-color: #999999;
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    transition: all .3s;
}

.ser3_down_list ul li .down_btn img {
    width: 20px;
    vertical-align: -4px;
    margin-right: 10px;
}

.ser3_down_list ul li .down_btn:hover {
    background-color: #2575d5;
    color: #fff;
    transition: all .4s;
}

.ser3_down_list ul li:hover {
    background-color: #f5f5f5;
    transition: all .4s;
}

.news-dets {
    padding: 50px;
    background: #fff;
}

.news-dets h1 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
    color: #2575d5;
}

.news-dets h5 {
    text-align: center;
    margin-bottom: 22px;
    font-size: 16px;
    color: #999
}

.news-dets hr {
    border: 0;
    border-top: 1px solid #ddd;
    margin-bottom: 30px
}

.news-dets p,
.news-dets img {
    margin-bottom: 25px
}

.news-dets .butten_blu {
    width: 180px;
    height: 48px;
    margin: auto;
}

.page-turn {
    margin-top: 30px
}

.page-turn .page-turn-cnt .prev {
    float: left
}

.page-turn .page-turn-cnt .next {
    float: right;
    text-align: right;
}

.pdt_list {
    *zoom: 1;
    width: 100%;
}

.pdt_list:before,
.pdt_list:after {
    display: table;
    line-height: 0;
    content: "";
}

.pdt_list:after {
    clear: both;
}

.pdt_list li {
    width: 33.3%;
    background-color: #fff;
    float: left;
    padding: 50px 0;
    margin-bottom: 1.25%;
}

.pdt_list li:nth-child(6n),
.pdt_list li:nth-child(6n-1),
.pdt_list li:nth-child(6n-2){
	background: #e1e7f2;
}

.pdt_list li:hover .box .img {
    transition: all .3s;
}

.pdt_list li .box {
    float: right;
    text-align: center;
    width: 100%;
}

.pdt_list li .box .text {
    width: 100%;
}

.pdt_list li .box .text h4 {
    font-size: 22px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 15px;
}

.pdt_list li .box .text p {
    font-size: 16px;
    padding: 15px 15px 25px 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pdt_list li .box .text span {
    font-size: 16px;
    color: #2575d5;
}

.pdt_list li .box .text span i {
    color: #2575d5;
    padding-left: 10px;
    transition: all .3s;
    display: inline-block;
    font-size: 13px;
}

.pdt_list li .box .img {
    width: 80%;
    height: 100%;
    background-size: 100% auto;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    display: -o-flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 50px;
    transition: all .3s;
}

.pdt_list li .box .img img {
    height: 100%;
    width: 100%;
    transition: all .3s;
}

.pdt_list li:hover .box .img img {
    transition: all .4s;
    transform: scale(1.05);
}

.pdt_list li:hover .box .text span i {
    transition: all .3s;
    transform: translate(5px, 0);
}

.pdt_list li:nth-child(3n) {
    margin-right: 0;
}

.product_det {
    padding-top: 60px;
}

.product_det .det_title h4 {
    font-size: 26px;
    font-weight: 700;
    line-height: 60px;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: #ddd 1px solid;
}

.product_det .biaoge {
    padding-top: 30px;
}

.product_det .biaoge table {
    width: 100%;
}

.product_det .biaoge tr {
    height: 48px;
}

.product_det .biaoge tr td {
    vertical-align: middle;
    text-indent: 20px;
}

.product_det .biaoge tr td:nth-child(1) {
    width: 40%;
    font-weight: 700;
}

.product_det .biaoge tr:nth-child(2n+1) {
    background-color: #f8f8f8;
}

.product_det .act {
    padding: 30px 0 0;
    margin: 0 auto;
}

.product_det .act .det_honer {
    height: 360px;
    margin: 10px;
    display: inline-block;
}
.product_det .act .det_honer img {
    height: 100%;
    cursor: pointer;
}

.product_det .det {
    padding: 0;
    clear: both;
}

@media only screen and (min-width: 768px) {
   
    header .nav-drop {
        height: 84px;
        float: right;
    }

    header .nav-drop>ul {
        display: inline-block;
		position: relative;
    }

    header .nav-drop>ul li {
        float: left;
        text-align: center;
        transition: all .32s;
        position: relative;
    }
    
    header .nav-drop>ul li a {
        font-size: 16px;
        display: block;
        padding: 0 20px;
        text-transform: capitalize;
    }
    
    header .nav-drop>ul li a i {
        margin-left: 5px;
    }
    
    header .head_fix .nav-drop>ul li a {
        line-height: 84px;
        color: #fff;
    }

    header.head_active .head_fix .nav-drop>ul li a {
        line-height: 70px;
    }
    
    .nav-menu ul.drop-menu {
        position: absolute;
        left: 0;
        z-index: 1;
        float: left;
        width: 180px;
        margin-top: -1px;
        background-color: #fff;
        background-clip: padding-box;
        -webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,.175);
        box-shadow: 0 5px 15px -8px rgba(0,0,0,.175);
    }
    
    .nav-menu ul.drop-menu li {
        width: 180px;
        display: block;
        height: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .nav-menu li:hover ul.drop-menu li {
        display: block;
        height: 48px;
    }
    
    header .head_fix .nav-drop .nav-menu .drop-menu li a {
        background: #FFF;
        line-height: 48px;
        color: #3e3e3e;
        font-size: 14px;
        font-weight: normal;
        display: block;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
    }
    header .head_fix .nav-drop .nav-menu .drop-menu li:hover a {
        color: #2575d5;
    }
    

    header .langu {
        line-height: 84px;
        position: relative;
		cursor: pointer;
        float: right;
        display: block;
        color: #fff;
        margin-left: 30px;
    }

    header .langu i {
		color: #333;
    }

    header .langu .langu_list {
        background: #fff;
        position: absolute;
        top: 100%;
        left: -10%;
        width: 100px;
        z-index: 2;
        text-align: center;
        padding: 10px 0;
        margin-top: -1px;
        display: none;
        -webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,.175);
        box-shadow: 0 5px 15px -8px rgba(0,0,0,.175);
    }

    header .langu .langu_list dl dd {
        line-height: 40px
    }

    header .langu .langu_list dl dd a {
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    
    header .langu .langu_list dl dd a img {
        padding: 14px 3px;
    }

    header .langu .langu_list dl dd:hover a {
        color: #2575d5;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    header .langu .langu_list:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -10px;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
}

.pdt_list li .box .img{
    background: none !important;
}

#update_itera{
    padding: 155px 0 0 0;
    text-align: center;
}
.title_sm{
    width: 100%;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 19px;
    text-align: center;
    text-transform: uppercase;
}
.title{
    width: 100%;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 80px;
    color: #333;
    text-align: center;
}
#update_itera .up_it{
    display: flex;
    width: 100%;
    justify-content: center;
    /* align-items: center; */
}
#update_itera .up_it_video{
    position: relative;
    min-height: 300px;
    height: 100vh;
    top: 0;
    max-height: 100vh;
    overflow: hidden;
    -webkit-transition: ease 0.6s;
    -moz-transition: ease 0.6s;
    -o-transition: ease 0.6s;
    transition: ease 0.6s;
    display: flex;
    justify-content: center;
    left: 0\0;
}
#update_itera .up_it_video video{
    object-fit: cover;
    width: 100%;
}
#update_itera .up_it{
    position: relative;
    /* height: 200vh; */
}
#update_itera .back_black{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0px;
    width: 100%;
    text-align: center;
    display: none;
    min-height: 300px;
    height: 100%;
}
#update_itera .back_black_f{
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#update_itera .back_black .ti1{
    font-size: 48px;
    color: #fff;
    line-height: 48px;
    margin-bottom: 32px;
}
#update_itera .back_black .ti2{
    font-size: 18px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 60px;
}
.butten_blu{
    background-color: #2575d5;
    border-radius: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#update_itera .back_black .butten_blu{
    width: 160px;
    height: 48px;
    margin: auto;
}
.bu_ti{
    color: #fff;
    cursor: pointer;
    font-size: 16px;
}
.arr_r_w{
    width: 18px;
    height: 8px;
    margin-left: 9px;
    position: relative;
    left: 0px;
    -webkit-transition: left .8s;
    -moz-transition: left .8s;
    -o-transition: left .8s;
    transition: left .8s;
}
.butten_blu:hover .arr_r_w{
    left: 10px;
}
#can_about{
    padding: 120px 0;
    background-color: #fff;
    position: relative;
    z-index: 2;
}
#can_about .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}
#can_about .container:before, 
#can_about .container:after {
    display: none;
}
#can_about .ab_l{
    width: 42%;
    order: 1;
    padding-right: 110px;
}
.ab_r{
    width: 50%;
    order: 2;
    position: relative;
}
.bfan{
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 50%;
    margin-left: -50px;
    cursor: pointer;
    width: 100px;
    height: 100px;
}
.bfan img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#video_pop{
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
#video_pop .video_pop{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#video_pop .video_pop video{
    width: 70%;
    object-fit: contain;
}
#video_pop .video_close{
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
}
#video_pop_1{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 100;
}
#video_pop_1 .video_pop{
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#video_pop_1 .video_pop video{
    width: 70%;
    object-fit: contain;
}
#video_pop_1 .video_close{
    width: 25px;
    height: 25px;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 30px;
}
.asd123 .ab_r .ab_r_video{
    display: flex;
    justify-content: center;
}
#can_about .ab_l .about{
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 19px;
}
#can_about .ab_l .about_title{
    font-size: 48px;
    line-height: 48px;
    color: #333;
    margin-bottom: 52px;
}
#can_about .ab_l .about_con p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
}
#can_about .con_top{
    margin-bottom: 60px;
}
#can_about .con_bot{
    padding: 36px 60px;
    background-color: #f5f5f5;
    display: flex !important;
    justify-content: space-between;
}
#can_about .con_bot::before,
#can_about .con_bot::after{
    display: none;
}
#can_about .con_bot .con_bot_text{
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    font-family: AvantGarde Bk BT;
	font-weight: 700;
	color: #003573;
}
#can_about .con_con{
    width: 25%;
    padding-left: 90px;
}
#can_about .con_con:first-child{
    padding-left: 0px;
}
#can_about .con_bot .danwei{
    vertical-align:top;
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
}
#can_about .con_bot .explain{
    font-size: 17px;
    line-height: 17px;
    margin-top: 21px;
    margin-left: 5px;
	font-weight: 700;
}

.zjcyl{
    padding-top: 120px;
    padding-bottom: 0px!important;
    background-color: #fff;
}
.zjcyl .adv_img {
    height: 580px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.zjcyl .asd123 .adv_car{
    display: flex;
    justify-content: space-between;
}

.zjcyl .asd123 .adv_car:nth-child(2n+1) .adv_img {
    /* float: right; */
    order: 2;
}

.zjcyl .asd123 .adv_car:nth-child(2n) .adv_img {
    /* float: left; */
    order: 1;
}
.zjcyl .adv_video{
    width: 80%; 
    object-fit: cover;
    /* border-radius: 25px; */
    height: 100%;
    -webkit-transition: ease .4s;
    -moz-transition: ease .4s;
    -o-transition: ease .4s;
    transition: ease .4s;
}
.swip1 {
    background: linear-gradient(#ddd,#fff, #fff, #eee,#666);
    height: 240px;
    padding: 120px 0 180px;
}

.swip1 .swiper-slide{
    width: auto!important;
    height: 100%;
}

.swip1 .swiper-slide img{
    width: auto!important;
    height: 100%;
    box-shadow: 5px 5px 5px rgba(136, 136, 136, 0.5);
}

.swip1.swiper-container-free-mode>.swiper-wrapper{
    transition-timing-function: linear!important
}

.zjcyl .asd123 .adv_car{
    margin: 120px 0;
}

.zjcyl .asd123 .adv_car:first-child {
    margin-top: 100px;
}

.zjcyl .asd123 .adv_car:last-child {
    margin-bottom: 120px;
}

.zjcyl .all {
    display: flex;
    align-items: center;
}

.zjcyl .asd123 .adv_car:nth-child(2n+1) .all {
    /* float: left; */
    order: 1;
}

.zjcyl .asd123 .adv_car:nth-child(2n) .all {
    /* float: right; */
    order: 2;
}
.zjcyl .asd123 .adv_car:nth-child(2n+1) .all .all_con{
    padding-right: 100px;
}

.zjcyl .asd123 .adv_car:nth-child(2n) .all .all_con{
    padding-left: 100px;
}

.width50{
    width: 50%;
    height: auto;
    display: inline-block;
    overflow: hidden;
}
.width100{
    width: 100%;
    height: auto;
    display: inline-block;
    overflow: hidden;
}

.zjcyl .asd123 .adv_car .all .all_con h3{
    font-size: 36px;
    line-height: 36px;
    color: #2575d5;
    margin-bottom: 20px;
}

.zjcyl .asd123 .adv_car .all .all_con h4{
    font-size: 18px;
    margin: 12px 0 5px;
    line-height: 30px;
    font-weight: bold;
    color: rgb(51, 51, 51);
}

.zjcyl .asd123 .adv_car .all .all_con p{
    line-height: 30px;
    color: rgb(102, 102, 102);
}

#can_about.tupo {
    background-color: #fff;
}

#can_about.tupo h3{
    font-size: 30px;
    line-height: 48px;
    color: #333;
    margin-bottom: 40px;
}

#can_about.tupo p{
    line-height: 30px;
    color: rgb(102, 102, 102);
}

#can_about.tupo .con_top{
    margin-bottom: 0;
}

#fast_iteration{
    padding: 120px 0;
    background-color: #f5f5f5;
}

#c-function {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#c-function .c-common-title .c-title {
    opacity: .7;
    color: #fff;
}

#c-function .c-common-title .c-text {
    color: #fff;
}

#c-function .c-list-wrap {
    position: relative;
    margin: 0 auto;
    max-width: 920px;
}

#c-function .c-list-wrap .c-line-box {
    position: absolute;
    top: 24px;
    width: 100%;
    height: 2px;
    background: #dddddd;
    overflow: hidden;
}

#c-function .c-list-wrap .c-line-box .c-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #2575d5;
}

#c-function .c-list {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-function .c-list li {
    width: 25%;
    text-align: center;
}

#c-function .c-list .c-num {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px auto;
    width: 16px;
    height: 16px;
    border: 2px solid #dddddd;
    border-radius: 50%;
    color: #333;
    background: #f5f5f5;
    transition: all .5s;
}

#c-function .c-list .c-text {
    font-size: 22px;
    line-height: 32px;
    color: #333;
    transition: all .5s;
}

#c-function .c-list li.on .c-num {
    color: #fff;
    background: #2575d5;
    border-color: #2575d5;
}

#c-function .c-list li.on .c-text {
    color: #2575d5;
}

#fast_lens{
    padding: 80px 15px;
    text-align: center;
}

#fast_lens .fast_lens_text {
    margin-bottom: 40px;
    color: #333;
}

#fast_lens .butten_blu{
    width: 257px;
    height: 48px;
    margin: auto;
}
.c-banner4-wrap {
    position: relative;
}

.c-banner4-wrap .c-next,
.c-banner4-wrap .c-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -22px;
    cursor: pointer;
}

.c-banner4-wrap .c-next i, .c-banner4-wrap .c-prev i {
    font-size: 44px;
    font-weight: bold;
}

.c-banner4-wrap .c-prev {
    left: -60px;
}

.c-banner4-wrap .c-next {
    right: -60px;
}

.c-banner4-wrap .c-prev:hover i,.c-banner4-wrap .c-next:hover i {
    color: #2575d5;
}
.c-banner4 {
    margin: 0 -65px;
    padding: 50px 50px 0;
}

.c-banner4 .c-wrap {
    display: flex;
    align-items: center;
    padding: 60px;
    background: #fff;
    overflow: hidden;
}

.c-banner4 .c-wrap .c-img-box {
    width: 50%;
    text-align: center;
}

.c-banner4 .c-wrap .c-img-box img {
    width: auto;
    max-height: 340px;
}

.c-banner4 .c-wrap .c-text-box {
    padding-left: 90px;
    width: 43%;
}

.c-banner4 .c-wrap .c-text-box .c-title1 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 36px;
    color: #999;
}

.c-banner4 .c-wrap .c-text-box .c-title2 {
    font-size: 28px;
    line-height: 32px;
    color: #333;
}

.c-banner4 .c-wrap .c-text-box .c-text {
    padding: 20px 0 0px;
    line-height: 18px;
    font-size: 18px;
}
.c-banner4 .c-wrap .c-text-box .c-text p{
    color: #333;
    font-size: 18px;
    line-height: 36px;
}

.c-banner4 .c-wrap .c-text-box .c-btn {
    display: block;
    width: 150px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(left, #48c2f3, #1fa7ee);
    background: linear-gradient(to right, #48c2f3, #1fa7ee);
}
#story {
    background-color: #f5f5f5;
    padding-top: 120px;
    padding-bottom: 0.1px;
}
#story .story{
    padding: 80px;
    background-color: #fff;
    margin-bottom: 120px;
}

.middle-father {
    display: inline-block;
    font-size: 0;
    width: 100%;
}
.middle-father::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.middle-child {
    display: inline-block;
    vertical-align: middle;
}

.img32 {
    position: relative;
    width: 100%;
    padding: 0 0 66.67% 0;
    overflow: hidden;
}
.img32 img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-acc3-table {
    width: 100%;
}
.product-acc3-table img {
    width: 100%;
}
.product-acc3-info {
    margin-right: 0 !important;
}
.acc3-title {
    padding-top: 0 !important;
}
.acc3-swiper .middle-father {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    text-align: center;
}
.acc3-swiper .img32 img {
    transform: scale(0.9);
}
.acc3-swiper .swiper-slide-active .img32 img {
    transform: scale(1);
}
.acc3-swiper .swiper-slide {
    cursor: pointer;
}
.acc3-swiper .name {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}
.acc3-swiper .con {
    font-size: 14px;
    color: #fff;
}

#story .story .b_n_s{
    position: relative;
    display: flex;
    margin-bottom: 20px;
    height: 686px;
}
#story .story .limg {
    position: relative;
}
#story .story .limg:first-child {
    cursor: url(../images/mosl.png), pointer;
}
#story .story .limg:first-child img {
    position: absolute;
    left: 0;
}
#story .story .limg:nth-child(2) {
    cursor: url(../images/mosr.png), pointer;
}
#story .story .limg:nth-child(2) img {
    position: absolute;
    right: 0;
}
#story .story .b_n_s img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#story .story .lr_s{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    cursor: pointer;
    margin-top: -25px;
    margin-left: -25px;
}
#story .story .duibi_text{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 16px;
    color: #999;
    margin-bottom: 56px;
}
#story .story .duibi_text div{
    font-size: 18px;
}
#story .story .story_content .bk_banner img {
    width: 100%;
}
#story .story .story_content .bk_content {
    padding: 10px 0 50px;
    margin: 20px 0 50px;
    border-bottom: 1px solid #dddddd;
}

#story .story .story_content .bk_content p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

#story .story .story_content .bk_scx {
    overflow: hidden; 
    position: relative;
    display: flex;
    margin-bottom: 20px;
}
#story .story .story_content .scx {
    display: inline-block;
    width: 50%;
    float: left;
}
#story .story .story_content .scx span {
    margin: 20px 0;
}
#story .story .story_content .scx:first-child span {
    text-align: left;
    display: block; 
    font-size: 20px;
}
#story .story .story_content .scx:nth-child(2) span {
    text-align: right; 
    display: block; 
    font-size: 20px;
}

.max_767px{
    display: none;
}

@media only screen and (min-width: 1560px) {
    .container {
        width: 1430px
    }
}

@media only screen and (max-width: 1560px) {
    .banner .ban1 .box .title3 {
        font-size: 60px;
        font-weight: lighter;
        color: rgba(255,255,255,0.1);
    }

    .banner .ban1 .box .title2 {
        font-size: 28px;
    }

    .banner .ban1 .box .title1 {
        font-size: 35px;
    }
    
    .c-banner4 .c-wrap .c-img-box {
        padding-left: 0;
    }
    
    .c-banner4 .c-wrap .c-text-box {
        padding-left: 60px;
    }

    .pdt_det_top .box .border_cnt {
        padding: 30px 0
    }

    .service_det .box_pd {
        padding: 50px 60px;
    }

    .service_det .ser_socut .box {
        padding-top: 40px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .service_det .ser_socut h3 {
        padding: 20px 0 10px;
    }

    .service_cover {
        width: 400px;
    }

    .pdt_det_top .box .border_cnt p {
        margin-bottom: 8px
    }

    .pdt_det_top .box h3 {
        font-size: 26px
    }

    .contact-content .box {
        padding-top: 50px
    }

    .contact-content .box h3 {
        font-size: 27px
    }

    .comestic_area .box ul li {
        padding: 50px
    }

    .news-main-list ul li {
        padding: 30px;
    }

    .news-main-list ul li figure {
        margin-bottom: 45px
    }

    .jobs-main-list ul li figure {
        margin-bottom: 45px
    }

    .service_list ul li .box .more {
        margin-top: 40px
    }

    .service_list ul li .ser_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
        flex: 0 0 56%
    }
    
    .product_list ul li .box .more {
        margin-top: 40px
    }

    .product_list ul li .ser_img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 56%;
        flex: 0 0 56%
    }

    .subnav_list ul li {
        margin: 0 60px
    }

    .about_team ul li {
        height: 358px
    }

    .about_team ul li .box {
        padding: 0 30px;
        height: 358px
    }

    .about_team ul li .box figure {
        width: 126px;
        height: 126px
    }

    .about_team ul li .box h3 {
        font-size: 24px;
        margin: 26px 0 10px
    }

    .about_team ul li .box h4 {
        font-size: 16px
    }

    .about_team ul li:hover figure {
        width: 100px;
        height: 100px
    }

    .pub_pd {
        padding: 60px 0
    }
}

@media only screen and (max-width: 1439px) {
    .banner .swiper-slide {
        height: 650px
    }

    .banner .banner-pagination {
        bottom: 36px;
    }

    .banner .ban1 .banner1_img {
        width: 542px;
        margin: 140px 130px 0 0;
    }

    .service2_box ul li {
        margin-bottom: 40px;
    }

    .service2_box ul li h4 {
        font-size: 16px;
        margin-bottom: 18px;
    }

    .service2_box ul li .tel_phone,
    .service2_box ul li .tel_phone a {
        font-size: 28px;
    }

}

@media (max-width: 1560px) and (min-width: 1230px) {
    
    .container {
        width: 1200px;
    }
    
    .pub_pd {
        padding: 60px 0
    }
   
    .series-list .scroll .frame {
        width: 1200px
    }

    .idx_news_main h2 {
        font-size: 40px
    }

    .pdt_list li .box .text h4 {
        font-size: 20px;
    }

    .pdt_list li .box .text p {
        font-size: 15px;
        padding: 10px 15px 20px 15px;
    }

    .banner .ban1 .box .title1 {
        font-size: 50px;
        margin-bottom: 50px
    }

    .banner .ban1 .box .title2 {
        font-size: 32px
    }
    
    .partner .c-list>li {
        width: 16.666%;
    }

}

@media only screen and (max-width: 1230px) {
    
    header,
    header .head_fix {
        height: 84px
    }

    header .navbar-header .logo-img {
        line-height: 84px;
        height: 84px;
        width: 180px
    }

    header .nav-drop {
        height: 84px
    }

    header .nav-drop ul li {
        margin: 0 5px;
        line-height: 84px;
    }
    
    header .nav-drop>ul li a {
        padding: 0 10px;
    }
    
    .nav-menu ul.drop-menu {
        width: 100px;
    }
    
    .nav-menu ul.drop-menu li {
        width: 100px;
    }

    header .langu {
        line-height: 84px;
    }

    footer .logo {
        padding-top: 45px
    }

    footer .foot-top .wechat {
        display: none;
    }

    footer .foot-copy {
        padding: 24px 0
    }
    
    #can_about .container {
        padding: 0 15px;
    }
    
    #can_about .con_bot {
        padding: 36px 60px;
    }
    
    #can_about .ab_l{
        padding-right: 30px;
        width: 44%;
    }
    #can_about .con_con{
        padding: 0;
    }

    .banner .ban1 .box .title2 {
        margin: 36px 0 30px;
    }

    .banner .ban1 .box .more {
        margin: 0;
    }

    .pub_banner .pc_banner {
        height: 320px;
    }
    
    .pub_banner .box {
        bottom: 80px;
    }

    .pub_banner .box h4 {
        font-size: 28px;
        line-height: 28px;
    }

    .pub_banner .box p {
        font-size: 18px;
        line-height: 18px;
        margin-top: 15px;
    }

    .pub_banner .box h4 {
        font-size: 32px;
        line-height: 32px;
    }
    
    .subnav_list {
        height: 60px;
    }
    
    .subnav_list ul li {
        margin: 0 40px;
        height: 60px;
        line-height: 60px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

    .news-dets h1 {
        font-size: 22px;
    }

    .ser3_down_list ul li {
        padding: 20px;
    }

    .ser3_down_list ul li h3 {
        font-size: 16px;
    }

    .ser3_down_list ul li .down_btn {
        top: 20px;
    }

    .ser3_down_list ul li .down_btn {
        width: 130px;
    }
    
    .product_list ul li .box h3 {
        font-size: 26px;
    }

    .service2_box ul {
        padding-top: 40px;
        margin-bottom: 30px;
    }

    .service_det .box_pd {
        padding: 50px;
    }

    .service_det .ser_socut {
        width: 43%;
    }

    .service_det .ser_socut h3 {
        padding: 5px 0;
    }

    .service_det .ser_socut p {
        font-size: 14px;
    }

    .about_deve .deve_img， {
        width: 400px;
        margin: 0 auto
    }

    .yq_bor {
        height: 380px;
    }
    
    .partner .c-list>li {
        width: 20%;
    }

    #chassis {
        width: 400px;
        height: 400px;
    }

    #since svg {
        width: 380px;
        height: 380px;
    }

    #since circle {
        stroke-width: 60px;
    }

    #since span {
        height: 80px;
    }

    #since span {
        -webkit-transform-origin: 0 200px;
    }

    .about_deve .ab_deve_container .swiper-slide-active .year {
        font-size: 60px
    }

    .about_info .att_cnt .info h2 {
        font-size: 30px
    }

    .about_info .att_cnt .increase_grow ul li .bignum span {
        font-size: 62px
    }

    .about_info .att_cnt .increase_grow ul li .bignum i {
        margin: 0 0 0 14px;
        font-size: 16px
    }

    .about_info .att_cnt .increase_grow ul li p {
        font-size: 16px
    }

    .about_info .att_cnt .increase_grow ul li:nth-child(3) .bignum i, .about_info .att_cnt .increase_grow ul li:nth-child(4) .bignum i{
        font-size: 25px
    }
    
    .pdt_det_top .pdt_det_container .pdt_det_pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 8px
    }

    .pdt_det_top .box .border_cnt {
        margin-bottom: 20px
    }

    .pdt_det_top .box .box_cnt {
        margin-top: 20px
    }

    .pdt_det_top .box .box_cnt a {
        margin-right: 10px;
        width: 126px;
    }

    .pdt_det_top .box p {
        line-height: 24px;
    }

    .contact-content .box {
        padding: 50px 40px 0
    }

    .contact-content .box h3 {
        font-size: 23px;
        margin-bottom: 20px
    }

    .contact-content .box p {
        font-size: 15px
    }

    .contact_main .head {
        font-size: 26px
    }

    .comestic_area .box ul li {
        padding: 20px 4%
    }

    .comestic_area .box ul li .name {
        position: static;
        margin-top: 5px;
        display: block
    }

    .comestic_area .box ul li h3 {
        font-size: 20px
    }

    .comestic_area .box ul li .link {
        margin: 15px 0 24px
    }

    .news-main-list ul li {
        padding: 30px
    }

    .news-main-list ul li figure {
        margin-bottom: 35px
    }

    .news-main-list ul li h3 {
        font-size: 20px;
        margin: 10px 0 30px
    }
    
    .jobs-main-list ul li {
        padding: 30px
    }

    .jobs-main-list ul li figure {
        margin-bottom: 35px
    }

    .job-main-list ul li h3 {
        font-size: 20px;
        margin: 10px 0 30px
    }

    .about_team ul li {
        width: calc(33.33% - 20px)
    }

    .subnav_list ul li {
        margin: 0 40px
    }

    .case-list ul li .box {
        padding: 20px
    }

    .case-list ul li .box h4 {
        font-size: 18px
    }

    .series-list .wrap ul li {
        width: 226px
    }

    .banner .ban1 .box .title1 {
        font-size: 36px;
        margin-bottom: 40px
    }

    .banner .ban1 .box .title2 {
        font-size: 28px
    }

    .banner .ban1 .box .more {
        margin-top: 80px
    }

    .idx_news_main h2 {
        margin-bottom: 40px;
        font-size: 34px
    }

    .idx_news_main p {
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        text-overflow: ellipsis
    }

    .idx_news_main .exhi {
        width: 46%
    }

    .idx_news_main .exhi p {
        font-size: 16px
    }

    .idx_news_main .news_list {
        width: 48%
    }

    .idx_news_main .news_list ul li {
        padding: 30px 0
    }

    .idx_news_main .news_list h4 {
        margin-bottom: 10px;
        font-size: 16px
    }

    .pdt_list li {
        padding: 30px 0;
    }

    .pdt_list li .box .text h4 {
        font-size: 20px;
        line-height: 20px;
    }

    .pdt_list li .box .text p {
        font-size: 14px;
        padding: 10px 15px 16px 15px;
    }

    .pdt_list li .box .text span {
        font-size: 14px;
    }

    .pdt_list li .box .text span i {
        font-size: 14px;
    }

    .pdt_list li .box .img {
        margin-top: 20px;
    }

    .pdt_list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 991px) {
    
    header,
    header .head_fix {
        height: 70px
    }

    header .navbar-header .logo-img {
        line-height: 70px;
        height: 70px;
        width: 180px
    }

    header .langu {
        line-height: 70px;
    }
    
	header.idx_header .navbar-header .logo-img .star {
		height: 32px;
	}
	
	header.head_active .navbar-header .logo-img .logo_fix {
		height: 32px;
		padding: 19px 0;
	}
	
	header .navbar-logo {
        position: relative;
        padding: 5px 0;
        z-index: 10;
        background: #000;
        text-align: center;
    }

    header .navbar-logo img {
        vertical-align: middle;
        width: 100px;
    }

    header .nav-drop {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        background: #064490;
        padding-top: 70px;
        left: 0%;
        top: -100%;
        opacity: 0;
        transition: all .3s;
        pointer-events: none;
    }
    
    header .burger {
		position: relative;
		float: right;
		margin-right: -15px;
        padding: 15px 20px;
        cursor: pointer;
        z-index: 102;
        pointer-events: all;
        display: block;
		line-height: 70px;
    }
	
	header .nav-drop ul {
        float: none;
        margin-right: 0;
        display: block;
    }
    
    
    header .nav-drop ul li {
        line-height: 56px;
        border-bottom: 1px solid #4c84cc;
        float: none;
        text-align: center;
    }
    
    header .nav-drop ul li a {
        font-size: 16px;
        color: #ccc;
        text-transform: capitalize;
    }
    
    header .nav-drop>ul li a i {
        margin-left: 5px;
        display: none;
    }
    
    .nav-menu ul.drop-menu {
        display: none;
    }

	header .langu {
		position: relative;
		cursor: pointer;
		margin-right: 10px;
		float: right;
		display: block;
		color: #fff;
		line-height: 70px;
		height: 70px;
	}
	header .langu p {
		line-height: 70px;
		height: 70px;
	}
	
	header .langu .langu_list {
		background: #fff;
		position: absolute;
		top: 100%;
		left: -10%;
		width: 100px;
		z-index: 2;
		text-align: center;
		padding: 10px 0;
		border: 1px solid #ddd;
		border-top: none;
		display: none;
	}
	
	header .langu .langu_list dl dd {
		line-height: 40px
	}

    header .langu .langu_list dl dd a {
        -webkit-transition: all .3s;
        transition: all .3s
    }
    
    header .langu .langu_list dl dd a img{
        padding: 14px 3px;
    }

    header .langu .langu_list dl dd:hover a {
        color: #2575d5;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    header .langu .langu_list:after {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -10px;
        border-bottom: 10px solid #fff;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }
	
    .menu-opened {
        overflow-y: scroll;
        height: 100%;
    }

    .menu-opened body {
        overflow: hidden;
        height: 100%;
    }

    .menu-opened .nav-drop {
        top: 0;
        opacity: 1;
        transition: all .5s;
        pointer-events: all;
        z-index: 3;
    }

    .burger_items {
        position: relative;
        display: block;
        width: 24px;
        height: 40px;
        transition: -webkit-transform .3s;
        -webkit-transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        transition: transform .3s, -webkit-transform .3s
    }

    .burger_item {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 1.5px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -1px 0 0 0;
        -webkit-transition: all .3s .3s;
        transition: all .3s .3s
    }

    .burger_item:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-color: #e2e2e2;
        transition: background-color .2s 0s, -webkit-transform .3s;
        -webkit-transition: background-color .2s 0s, -webkit-transform .3s;
        transition: transform .3s, background-color .2s 0s;
        transition: transform .3s, background-color .2s 0s, -webkit-transform .3s
    }
	
	.head_active .burger_item:before {
		background-color: #666666;
	}

    html:not(.menu-opened) .header[data-theme="black"] .burger_item:before {
        background-color: #2a364d;
        transition: background-color .3s .2s, -webkit-transform .3s;
        -webkit-transition: background-color .3s .2s, -webkit-transform .3s;
        transition: transform .3s, background-color .3s .2s;
        transition: transform .3s, background-color .3s .2s, -webkit-transform .3s
    }

    .burger_1 {
        -webkit-transform: translate(-50%, -5px);
        transform: translate(-50%, -5px)
    }

    .menu-opened .burger .burger_1 {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .menu-opened .burger .burger_1:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s
    }

    .burger_3 {
        -webkit-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px)
    }

    .menu-opened .burger .burger_3 {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }

    .menu-opened .burger .burger_3:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: .3s, 0s;
        transition-delay: .3s, 0s
    }
    
    footer .logo {
		margin: 0 auto 20px;
		padding-top: 30px;
		text-align: center;
	}
	
	footer .foot-top {
		height: auto;
		margin-bottom: 30px;
		text-align: center;
	}
		
	footer .foot-top .foot-nav {
        float: none;
        overflow: hidden;
    }

    footer .foot-copy {
        padding: 12px 0;
    }

    footer .foot-top .foot-nav ul li {
        width: 33.3334%;
        padding: 0;
        line-height: 36px;
        height: 36px;
    }

    footer .foot-top .foot-nav ul li:after {
        display: none;
    }

	
	footer .s-link {
		display: none;
	}

    .pub_pd {
        padding: 60px 0
    }
	
	#update_itera{
        padding-top: 75px;
    }
    #can_about{
        padding: 85px 0;
    }
    #can_about .container{
        display: block;
        padding: 0 30px;
    }
    #can_about .con_bot {
        padding: 36px 60px;
    }
    #can_about .con_bot .con_bot_text{
        font-size: 40px;
        line-height: 40px;
    }
    #can_about .con_bot .explain{
        margin-top: 10px;
    }
	#can_about .ab_l{
        width: 100%;
        padding-right: 0px;
        order: 2;
        margin: 0 auto;
    }
    
    .ab_r{
        width: 100%;
        order: 1;
        margin: 0 auto 20px;
    }
    
    .ab_r img{
        width: 100%;
    }

    #update_itera .back_black .ti1{
        font-size: 46px;
        line-height: 46px;
        margin-bottom: 30px;
    }
    
    .idx_news_main .container {
        padding: 0 30px;
    }
    
    .idx_news_main h2 {
        margin-bottom: 30px;
        font-size: 30px
    }

    .idx_news_main .exhi {
        width: auto;
        float: none;
        margin: 0 auto 50px
    }

    .idx_news_main .news_list {
        width: auto;
        float: none;
        margin: 0 auto;
    }
    
    .zjcyl .asd123 .adv_car{
        display: block;
    }
    .zjcyl .adv_img{
        width: 100%;
		height: 450px;
    }
    .zjcyl .all{
        width: 100%;
    }
    .zjcyl .asd123 .adv_car .all .all_con{
        padding: 40px 0 !important;
    }
    .zjcyl .asd123 .adv_car{
        margin: 60px 0;
    }
    .zjcyl .asd123 .adv_car:last-child{
        margin-bottom: 60px;
    }
	
    .pdt_det_top {
        padding: 20px 0;
    }

    .product_det {
        padding-top: 40px;
    }

    .product_det .det_title h4 {
        font-size: 22px;
        line-height: 50px;
    }
    
    .partner .c-list>li {
        width: 25%;
    }
    
    .contact-content .box {
        float: none;
        padding: 20px 20px 30px;
        width: 100%;
    }
    
    .contact-content .local-service {
        left: 20px;
    }
    
    .contact-content #allmap {
        width: 100%;
        height: 300px;
        float: none;
    }

    .banner .ban1 .box .title1 {
        font-size: 29px;
        line-height: 32px;
        margin-bottom: 40px;
    }
    
    .obtain_cnt {
        width: 90%;
        left: 5%;
        top: 18%;
        margin: 0;
        box-sizing: border-box;
    }

    .obtain_cnt h2 {
        margin-bottom: 30px;
        padding-top: 49px;
        font-size: 26px;
    }

    .obtain_cnt .obtain_cnt_box {
        width: 89%;
        padding: 20px;
		
    }

    .obtain_cnt .int_list,
    .obtain_cnt .int_list input {
        height: 40px;
        line-height: 40px;
    }

    .obtain_cnt a.pub-more {
        height: 42px;
        line-height: 42px;
    }

    .service_cover {
        width: 330px;
    }

    .about_deve .number {
        top: 190px;
        font-size: 231px
    }

    .about_deve .ab_deve_container .swiper-slide-active .year {
        font-size: 60px;
        line-height: 82px;
        margin: 40px 0 20px;
    }
    
    .about_deve .ab_deve_container .swiper-slide .history {
        margin: 40px 20px;
    }

    .factory_main h2 {
        font-size: 30px
    }
    
    .factory_main .factory_cnt ul li {
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px
    }

    .about_info .att_cnt .increase_grow ul li {
        margin-bottom: 50px
    }

    .about_info .att_cnt .increase_grow ul li .bignum {
        margin-bottom: 5px
    }

    .about_info .att_cnt .increase_grow ul li .bignum span {
        font-size: 52px
    }

    .about_info .att_cnt .increase_grow ul li .bignum i {
        vertical-align: 25px;
        margin: 0 0 0 10px;
        font-size: 14px
    }

    .pdt_det_top .pdt_det_container {
        width: 100%;
    }

    .pdt_det_top .pdt_det_container .swiper-slide img {
        width: 100%;
        margin: 0 auto;
    }

    .pdt_det_top .box {
        display: block;
        width: 100%;
        padding: 0 0 40px
    }

    .pdt_det_top .box .border_cnt p {
        margin: 0;
        font-size: 14px
    }

    .pdt_det_top .box h3 {
        font-size: 26px
    }

    .pdt_det_top .box .box_cnt a {
        margin-right: 10px;
        width: 120px;
        margin-bottom: 10px
    }

    .news-main-list ul li {
        width: 50%
    }

    .news-main-list ul li h3 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .news-main-list ul li:nth-child(3n) {
        border-right: 1px solid #ddd
    }

    .news-main-list ul li:nth-child(2n) {
        border-right: none
    }
    
    .jobs-main-list ul li {
        width: 50%
    }

    .job-main-list ul li h3 {
        font-size: 18px;
        height: initial;
        margin-bottom: 20px;
    }

    .jobs-main-list ul li:nth-child(3n) {
        border-right: 1px solid #ddd
    }

    .jobs-main-list ul li:nth-child(2n) {
        border-right: none
    }
    
    .service_list ul li {
        padding: 40px 30px;
    }
    
    .service_list ul li a {
        display: block;
        padding: 20px
    }
    
    .service_list ul li a .box {
        padding: 0 0 30px;
    }
    
    .service_list ul li a .box .font {
        display: flex;
        align-items: center;
        margin: 0 auto;
        flex-direction: column;
    }
    
    .service_list ul li .box h3 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .service_list ul li .box p {
        -webkit-line-clamp: 2
    }

    .service_list ul li .box .more {
        width: 110px;
        line-height: 36px;
        margin-top: 30px
    }

    .product_list ul li {
        padding: 40px 30px;
    }
    
    .product_list ul li a {
        display: block;
        padding: 20px
    }
    
    .product_list ul li a .box .font {
        display: flex;
        align-items: center;
        margin: 0 auto;
        flex-direction: column;
    }
    
    .product_list ul li .box h3 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .product_list ul li .box p {
        -webkit-line-clamp: 2
    }

    .product_list ul li .box .more {
        width: 110px;
        line-height: 36px;
        margin-top: 30px
    }

    .about_team ul li .box {
        padding: 0 20px
    }

    .series-list .wrap ul li {
        width: 350px
    }

    #story .story{
        padding: 80px 65px;
        background-color: #fff;
        margin-bottom: 100px;
    }
    #story {
        padding-top: 100px;
    }
    .c-banner4-wrap .c-next,
    .c-banner4-wrap .c-prev{
        display: none;
    }
    .c-banner4 .c-wrap .c-img-box {
        width: 50%;
    }
    .c-banner4 .c-wrap .c-text-box {
        padding-left: 20px;
        width: 50%;
    }
    .c-banner4 {
        margin: 0 -20px;
        padding: 50px 20px 0;
    }
    .c-banner4 .c-wrap .c-text-box .c-title2{
        font-size: 32px;
        line-height: 32px;
    }
    .c-banner4 .c-wrap .c-text-box .c-text{
        padding-top: 15px;
    }
    .c-banner4 .c-wrap .c-text-box .c-title1{
        margin-bottom: 0;
    }
    .c-banner4 .c-wrap{
        padding: 30px;
    }

    .product_det .left .biaoge tr td:nth-child(1) {
        width: 60%;
    }
}

@media only screen and (max-width: 767px) {
    
    footer .foot-top {
        padding-bottom: 20px
    }
    
    footer .foot-top .foot-nav {
        float: none;
        overflow: hidden;
    }

    footer .foot-top .foot-nav ul li {
        width: 33.3334%;
        padding: 0;
        line-height: 36px;
        height: 36px;
    }

    footer .foot-top .foot-nav ul li:after {
        display: none;
    }
    
    footer .logo {
        margin: 0 auto 20px;
        padding-top: 30px;
    }

    footer .logo img {
        max-width: 160px
    }
   
    footer .wechat {
        display: none
    }
    
    footer .y-link {
        display: none;
    }
    
    footer .foot-copy {
        padding: 12px 0;
    }

    footer .foot-copy .govi {
        float: none
    }

    footer .foot-copy .link {
        float: none;
        margin: 10px auto 0;
        text-align: center;
    }

    footer .foot-copy .link ul {
        display: inline-block;
    }

    footer .foot-copy .link ul li {
        margin: 0 10px;
    }
    
    .container {
        width: 100%;
    }
    
    .c-common-title .c-title,
    #c-function .c-list .c-text {
        font-size: 14px;
        line-height: 24px;
    }
    .c-common-title .c-text,
    .c-banner4 .c-wrap .c-text-box .c-title2{
        font-size: 24px;
        line-height: 34px;
    }
    .c-common-title {
        margin-bottom: 20px;
    }
    #c-function .c-list .c-num {
        margin: 0 auto 5px;
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    #c-function .c-list-wrap .c-line-box {
        top: 14px;
    }
    .c-banner4 .c-wrap {
        border-radius: 15px;
    }
    .c-banner4 {
        padding-top: 20px;
    }
    .c-banner4 .c-wrap {
        flex-wrap: wrap;
        padding: 30px;
    }
    .c-banner4 .c-wrap .c-img-box {
        width: 100%;
    }
    .c-banner4 .c-wrap .c-text-box {
        padding: 20px 0 0 0;
        width: 100%;
    }
    .c-banner4 .c-wrap .c-text-box .c-text {
        padding: 10px 0 20px;
    }

    .banner .ban1 .container {
        display: block;
    }
    
    .banner .ban1 .box {
        padding-top: 70px;
        height: 50vh;
        display: flex;
        justify-content: center;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    
    .banner .ban1 .container .box .title3 {
        padding: 160px 0 10px;
    }

    .banner .ban1 .box .link_solid {
        margin: 0 auto 22px;
        display: none;
    }

    .banner .ban1 .container .box .more {
        margin-top: 0;
    }

    .banner .banner-pagination {
        bottom: 26px;
    }

    .banner .ban1 .box .title3 {
        display: none;
    }

    .banner .ban1 .box .title2 {
        margin: 0 0;
        font-size: 22px;
    }

    .banner .ban1 .box .title1 {
        margin: 10px auto 12px;
    }

    .banner .ban1 .ban_bg:before {
        display: none;
    }
    
    .zjcyl .adv_img{
		height: auto;
	}
    #update_itera .title_sm,
    #can_about .ab_l .about{
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    #update_itera .title,
    #can_about .ab_l .about_title{
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 45px;
    }
    #update_itera .back_black .ti1{
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 28px;
    }
    #can_about .container{
        display: block;
    }
    #can_about .con_con{
        width: 50%;
    }
    #can_about .con_bot1,
    #can_about .con_bot2{
        margin-bottom: 25px;
    }
    #can_about .con_bot .explain{
        margin-top: 5px;
    }
    #can_about .container{
        padding: 0 15px;
    }
    #can_about .con_bot{
        flex-wrap: wrap;
        text-align: center;
        padding: 36px 15px;
    }
	#can_about .ab_l{
        width: 100%;
        max-width: 628px;
        padding-right: 0px;
        order: 2;
        margin: 0 auto;
    }
    .ab_r{
        width: 100%;
        max-width: 628px;
        order: 1;
        margin: 0 auto 20px;
    }
    
    .idx_news_main .container {
        padding: 0 15px;
    }
    
    .idx_news_main h2 {
        margin-bottom: 20px;
        font-size: 26px
    }

    .idx_news_main .exhi h4 {
        font-size: 16px;
        margin: 14px 0
    }
    
    .idx_news_main .news_list h2 .arr_ar {
        width: 24px;
        line-height: 24px;
        height: 24px;
        margin-top: 5px;
        border: 1px solid #666;
    }
    
    .pub_pd {
        clear: both;
        padding: 40px 0;
    }
    
    .service_list ul li {
        padding: 20px 15px;
    }
    
    .service_list ul li a {
        display: block;
        padding: 20px
    }
    
    .service_list ul li a .box {
        padding: 0 0 30px;
    }
    
    .service_list ul li a .box .font {
        display: flex;
        align-items: center;
        margin: 0 auto;
        flex-direction: column;
    }
    
    .product_list ul li {
        padding: 20px 15px;
    }
    
    .product_list ul li a {
        display: block;
        padding: 20px
    }
    
    .product_list ul li a .box .font {
        display: flex;
        align-items: center;
        margin: 0 auto;
        flex-direction: column;
    }
    
    .pdt_list li:nth-child(6n),
	.pdt_list li:nth-child(6n-1),
	.pdt_list li:nth-child(6n-2){
		background-color: #fff;
	}

    .product_det .left {
        width: 100%;
    }

    .product_det .left .gree {
        width: 72px;
        padding: 30px 0;
    }

    .product_det .right {
        width: 100%;
    }

    .product_det {
        padding-top: 20px;
    }

    .product_det .det_title h4 {
        font-size: 20px;
    }
    
    .about_deve .deve_img， {
        width: 400px;
        margin: 0 auto
    }

    .yq_bor {
        height: 380px;
    }

    #chassis {
        width: 400px;
        height: 400px;
    }

    #since svg {
        width: 380px;
        height: 380px;
    }

    #since circle {
        stroke-width: 60px;
    }

    #since span {
        height: 80px;
    }

    #since span {
        -webkit-transform-origin: 0 200px;
    }

    .cont_main {
        padding-top: 20px;
    }

    .series-list {
        padding-top: 0;
    }

    .series-list:after {
        bottom: 61px;
    }

    .pdt_det_top .box .border_cnt .box_cnt a {
        margin: 0 5px;
        width: calc(33.33% - 14px);
    }

    .pdt_det_top .box .border_cnt .box_cnt a img {
        margin-right: 8px;
    }
    
    .news-main-list ul li {
        width: 100%;
        border: none;
    }
    
    .news-main-list ul li:nth-child(3n) {
        border-right: none;
    }
    
    .news-main-list ul li img {
        width: 100%;
    }
    
    .toutiao-arc dl{
        background: #f5f5f5;
        padding: 0px;
        margin-bottom: 50px;
    }
    .toutiao-arc dl dt{
        width: 100%;
        height: auto;
        text-align: center;
        float: left;
        overflow: hidden;
    }
    .toutiao-arc dl dt a img {
        -webkit-transition: all .3s;
        transition: all .3s;
        width: 100%;
    }
    .toutiao-arc dl dt a:hover img {
        -webkit-transition: all .4s;
        transition: all .4s;
        -webkit-transform: scale(1.04);
        transform: scale(1.04);
    }
    .toutiao-arc dl dd{
        width: 100%;
        float: left;
        padding: 20px;
        box-sizing: border-box;
        vertical-align: middle;
        display: table-cell;
    }
    .toutiao-arc dl dd a h2{
        font-size: 22px;
        margin-bottom: 10px;
        line-height: 34px;
        color:#333333;
    }
    .toutiao-arc dl dd a:hover h2{
        color: #2575d5;
    }
    .toutiao-arc dl dd p{
        line-height: 22px;
        font-size: 14px; 
        color:#535353;
    }
    
    .list-arc dl{
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .list-arc dl dt{
        width: 80px;
        height: 110px;
        text-align: center;
        float: left;
    }
    .list-arc dl dt span{
        display: block;
        width: 100%;
        line-height: 35px;
        background: #2575d5;
        color: #fff;
    }
    .list-arc dl dt big{
        font-size: 48px;
        display: block;
        border:1px solid #d9d9d9;
    }
    .list-arc dl dd{
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px);
        float: right;
    }
    .list-arc dl dd a h2{
        font-size: 17px;
        margin-bottom: 10px;
        line-height: 24px;
        color:#333333;
    }
    .list-arc dl dd a:hover h2{
        color: #2575d5;
    }
    .list-arc dl dd a p{
        line-height: 22px;
        font-size: 14px; 
        color:#535353;
    }
    
    
    .page-turn .prev,
    .page-turn .next {
        width: 48%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .news-dets h1 {
        font-size: 18px;
        width: 80%;
        margin: 0 auto 15px;
    }

    .news-dets {
        padding: 20px;
    }

    .ser3_down_list ul li {
        padding: 15px 0;
    }

    .ser3_down_list ul li h3 {
        font-size: 14px;
        line-height: 34px;
        padding-right: 120px;
    }

    .ser3_down_list ul li .down_btn {
        line-height: 34px;
        width: 105px;
        font-size: 14px;
        top: 10px;
        right: 0;
    }

    .ser3_down_list ul li .down_btn img {
        width: 16px;
        vertical-align: -3px;
        margin-right: 10px;
    }

    .service2_box ul {
        padding-top: 30px;
        margin-bottom: 30px;
    }

    .service2_box ul li {
        margin-bottom: 30px;
    }

    .service2_box ul li h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }

    .service2_box ul li .tel_phone,
    .service2_box ul li .tel_phone a {
        font-size: 24px;
    }

    .service_det .box_pd {
        padding: 20px;
    }

    .service_det .ser_socut .head {
        padding-bottom: 20px;
    }

    .service_det .ser_socut {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }

    .service_cover {
        width: 100%;
        float: none;
    }

    .about_deve .number {
        top: 150px;
        font-size: 140px
    }

    .about_deve .ab_deve_container {
        margin-top: -40px
    }
    
    .about_deve .ab_deve_container .swiper-button-next,
    .about_deve .ab_deve_container .swiper-button-prev {
        position: absolute;
        top: 250px;
        width: 22px;
        height: 32px;
        margin-top: -16px;
    }
    
    .about_deve .ab_deve_container .swiper-slide .year, .about_deve .ab_deve_container .swiper-slide-active .year {
        height: 180px;
        margin: 40px 0 20px;
        overflow: hidden;
    }
    
    .about_deve .ab_deve_container .swiper-slide .year img,.about_deve .ab_deve_container .swiper-slide-active .year img {
        height: 180px;
    }

    .about_deve .ab_deve_container .swiper-button-next i,
    .about_deve .ab_deve_container .swiper-button-prev i {
        font-size: 32px
    }

    .about_deve .ab_deve_container:after {
        left: 10%;
        width: 80%;
        top: 250px;
    }
    
    .about_deve .ab_deve_container .swiper-slide .history {
        margin: 40px 20px;
    }

    .about_info .att_cnt {
        margin-bottom: 40px;
        width: 100%
    }

    .about_info .att_cnt .info {
        margin-bottom: 50px;
        width: 100%;
        float: none
    }

    .about_info .att_cnt .info h2 {
        font-size: 20px;
        line-height: 28px;
        margin: 0 0 20px
    }

    .about_info .att_cnt .info p {
        font-size: 14px;
        line-height: 24px
    }

    .about_info .att_cnt .info .more {
        margin-top: 30px
    }

    .about_info .att_cnt .increase_grow {
        float: none;
        width: 100%
    }

    .partner .c-list>li {
        width: 33.333%;
    }

    .contact-content #allmap {
        width: 100%;
        height: 300px;
        float: none
    }

    .contact-content .box {
        float: none;
        padding: 20px 20px 30px;
        width: 100%
    }

    .contact-content .box h3 {
        line-height: 26px;
        font-size: 20px
    }
    
    .contact-content .local-service {
        left: 20px; 
    }

    .contact_main .head {
        font-size: 22px;
        margin-bottom: 20px
    }

    .comestic_area .box {
        padding: 0
    }

    .comestic_area .box ul li {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #ddd;
        padding: 20px
    }

    .comestic_area .box ul li h3 {
        font-size: 18px
    }

    .comestic_area .box ul li:last-child {
        border: none
    }

    .case-list ul {
        width: 100%;
        overflow: hidden
    }

    .case-list ul li {
        margin: 0 0 20px 0 !important;
        width: 100%;
    }

    .subnav_list ul {
        display: block
    }

    .subnav_list {
        height: 48px;
    }

    .subnav_list ul li {
        margin: 0 15px 0 0;
        height: 48px;
        line-height: 48px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    .subnav_list ul li a {
        font-size: 16px;
    }

    .pub_banner .pc_banner {
        height: 200px;
    }
    
    .pub_banner .box {
        bottom: 50px;
    }

    .pub_banner .box h4 {
        font-size: 26px;
        line-height: 26px;
    }

    .pub_banner .box p {
        font-size: 16px;
        margin-top: 10px;
    }

    .about_team ul li {
        width: calc(50% - 20px)
    }

    .banner .swiper-slide {
        height: 500px;
        overflow: hidden
    }

    .banner .ban1 .box {
        width: 100%;
        text-align: center;
    }

    .banner .ban1 .box .title1 {
        width: 90%;
        margin: 100px auto 25px;
        font-size: 26px;
        line-height: 32px
    }

    .banner .ban1 .box .title1 {
        font-weight: bold;
        margin-bottom: 0;
    }

    .banner .ban1 .box .more {
        margin-top: 20px !important;
    }


    .banner .ban1 .box .more {
        width: 133px;
        height: 40px;
        line-height: 40px;
        margin: 40px auto 0;
    }

    .banner .ban1 .ban_bg {
        background-position: 33% center;
    }

    .banner .ban1 .banner1_img {
        margin-top: -40px;
    }

    .series-list-container {
        padding: 40px 0;
        margin-bottom: 40px
    }

    .series-list-container .swiper-slide {
        text-align: center;
        width: 350px;
        float: left
    }

    .series-list-container .swiper-slide p {
        margin-top: 20px
    }

    .series-list-container .swiper-pagination {
        top: auto;
        bottom: 0
    }

    .max_767px{
        display: block;
    }
    .none_767px{
        display: none;
    }
    
    #story {
        padding-top: 60px;
    }
    #story .story{
        padding: 40px 25px;
        background-color: #fff;
        margin-bottom: 60px;
    }
    #story .story .b_n_s{
        height: 500px;
    }
    
    #fast_lens .fast_lens_text h3{
        font-size: 28px;
    }
    
    .fixdright{
		bottom: 20px;
		flex-direction: row-reverse;
	}
	
	.fixdright .top{
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		margin-bottom: 0;
		margin-top: 20px;
	}
	
	.fixdright .zi{
		margin-right: 20px;
		width: 120px;
		height: 42px;
		position: fixed;
		right: 0;
		left: 0;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 650px) {
    
    .service_list ul li {
        padding: 20px 15px;
    }

    .service_list ul li a {
        display: block;
        padding: 20px
    }

    .service_list ul li a .box {
        padding: 0 0 30px
    }

    .service_list ul li a .box h3 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .service_list ul li a .box p {
        line-height: 24px
    }
    
    .product_list ul li {
        padding: 20px 15px;
    }

    .product_list ul li a {
        display: block;
        padding: 20px
    }

    .product_list ul li a .box {
        padding: 0 0 30px
    }

    .product_list ul li a .box h3 {
        font-size: 22px;
        margin-bottom: 16px
    }

    .product_list ul li a .box p {
        line-height: 24px
    }

    .pdt_list {
        *zoom: 1;
        width: 100%;
        margin-top: 30px;
    }

    .pdt_list:before,
    .pdt_list:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .pdt_list:after {
        clear: both;
    }

    .pdt_list li {
        width: 49%;
        background-color: #fff;
        float: left;
        padding: 50px 0;
        margin-right: 2%;
        margin-bottom: 1.25%;
    }

    .pdt_list li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .pdt_list li:nth-child(3n) {
        margin-right: 2%;
    }
}

@media only screen and (max-width: 510px) {
    
    .about_team ul {
        margin: 0
    }

    .about_team ul li {
        margin: 0 0 30px;
        width: 100%
    }

    .about_team ul li .box {
        margin-top: 0;
        -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1)
    }

    .about_team ul li .box figure {
        width: 100px;
        height: 100px
    }

    .about_team ul li .box h4 {
        font-size: 16px;
        color: #2575d5;
        margin-bottom: 25px
    }

    .about_team ul li .box p {
        display: block;
        line-height: 24px
    }

    .case-list ul li .box {
        padding: 15px
    }

    .case-list ul li .box h4 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .news-main-list ul li {
        width: 100%;
        border: none
    }
    
    .jobs-main-list ul li {
        width: 100%;
        border: none
    }

    .series-list-container {
        padding: 20px 0;
    }

    .series-list .series-list-container {
        padding-bottom: 50px;
    }

    .series-list-container img {
        max-width: 90%;
    }

    .pdt_list {
        margin-top: 20px;
    }

    .pdt_list li {
        width: 100%;
        padding: 30px 0;
        margin-bottom: 10px;
    }

    .pdt_list li:nth-child(2n) {
        margin-right: 0 !important;
    }

    .pdt_list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media only screen and (max-width: 480px) {

    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    cite,
    code,
    del,
    dfn,
    em,
    font,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    sub,
    sup,
    tt,
    var,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    i,
    figure {
        font-size: 14px
    }

    .pub_pd {
        padding-bottom: 20px
    }

    .factory_main h2 {
        font-size: 26px;
        margin-bottom: 20px
    }

    .factory_main .textbox {
        width: 100%
    }

    .factory_main .factory_cnt {
        padding-bottom: 20px
    }

    .factory_main .factory_cnt ul {
        margin: 30px -5px 20px
    }

    .factory_main .factory_cnt ul li {
        padding: 0 5px;
        margin-bottom: 15px
    }

    #since .box {
        width: 185px;
        height: 185px;
        top: 45%;

    }

    #since span {
        -webkit-transform-origin: 0 180px;
    }

    #since svg {
        width: 313px;
        height: 340px;
    }

    #since span {
        left: 46vw;
    }
    
    #story .story .b_n_s{
        height: 383px;
    }
}


