 @charset "utf-8";
 /* 公司说明 */
 
 .explain {
     padding: 60px 0;
     display: flex;
     align-items: center;
     justify-content: space-around;
 }
 
 .explain_item {
     display: flex;
     align-items: center;
 }
 
 .explain_item_i i {
     color: #003487;
     -ms-color: #003487;
     -o-color: #003487;
     -moz-color: #003487;
     font-size: 76px;
     background-image: -webkit-gradient(linear, 100% 90%, 60% 20%, from(#4178d2), to(#003487));
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
     transition: all .4s;
     -webkit-transition: all .4s;
     -moz-transition: all .4s;
     -ms-transition: all .4s;
     -o-transition: all .4s;
 }
 
 .explain_item_txt {
     margin-left: 12px;
     transition: all .4s;
 }
 
 .explain_item_shu span {
     font-size: 30px;
     color: #333333;
 }
 
 .explain_item_shu {
     display: flex;
 }
 
 .explain_item_shu b {
     margin-left: 5px;
     color: #003487;
     transform: translateY(10px);
 }
 
 .explain_item_zi {
     color: #777;
     margin-top: -4px;
 }
 
 .explain .explain_item:hover .explain_item_i i {
     transform: scale(1.2);
 }
 
 .explain .explain_item:hover .explain_item_txt {
     transform: translateX(5px);
 }
 
 @media screen and (max-width: 992px) {
     .explain {
         padding: 30px 0;
         flex-wrap: wrap;
         justify-content: space-between;
     }
     .explain>div {
         margin-bottom: 20px;
         width: 50%;
     }
 }
 
 @media screen and (max-width: 768px) {
     .explain_item_i i {
         font-size: 44px;
     }
     .explain_item_shu span {
         font-size: 20px;
     }
     .explain_item_shu b {
         font-size: 14px;
         transform: translateY(4px);
     }
     .explain_item_zi {
         font-size: 14px;
     }
 }
 /* 发展历程 */
 
 .historys {
     background-color: #f5f5f5;
     padding: 80px 0 70px;
 }
 
 .historys_t {
     text-align: center;
 }
 
 .historys_t p {
     margin-top: 15px;
     font-size: 16px;
 }
 
 .historys_b {
     margin-top: 50px;
 }
 
 .historys_item {
     margin: 0 14px;
     padding: 40px 40px;
     padding-left: 5%;
     border: 1px solid #d1d1d1;
     border-radius: 10px;
     background-color: #fff;
     transition: all .4s;
 }
 
 .historys_item h5 {
     transition: all .4s;
 }
 
 .historys_item:hover h5 {
     color: #003487;
 }
 
 .historys_item:hover {
     border: 1px solid #003487;
 }
 
 .historys_xian {
     margin-top: 14px;
     width: 30px;
     height: 1px;
     background-color: #003487;
 }
 
 .historys_item p {
     height: 152px;
     margin-top: 10px;
     font-size: 14px;
 }
 
 .historys_carousel .owl-controls .owl-page.active span {
     background-color: #003487;
 }
 
 .historys_carousel .owl-controls .owl-page span {
     background-color: #869791
 }
 
 .historys_carousel .owl-controls {
     margin-top: 70px;
 }
 
 @media screen and (max-width: 992px) {
     .historys {
         padding: 50px;
     }
     .historys_carousel .owl-controls {
         margin-top: 50px;
     }
 }
 
 @media screen and (max-width: 768px) {
     .historys {
         padding: 30px;
     }
     .historys_carousel .owl-controls {
         margin-top: 20px;
     }
     .historys_t h3 {
         font-size: 24px;
     }
     .historys_t p {
         line-height: 23px;
     }
     .historys_b {
         margin-top: 25px;
     }
 }
 /* 核心理念 */
 
 .idea {
     padding: 90px 0 190px;
 }
 
 .idea_txt {
     text-align: center;
 }
 
 .idea_box {
     margin-top: 85px;
     display: flex;
     justify-content: space-between;
 }
 
 .idea_box .idea_box_item {
     width: 32%;
     border-radius: 10px;
     border: 1px solid #d9d9d9;
     position: relative;
 }
 
 .idea_box_img {
     position: relative;
     overflow: hidden;
     border-radius: 10px 10px 0 0;
 }
 
 .idea_box_img img {
     width: 100%;
     transition: all .4s;
 }
 
 .idea_box_item:hover img {
     transform: scale(1.1);
 }
 
 .idea_box_imgdw {
     position: absolute;
     bottom: 0;
     left: 0;
     transform: translate(45px, -30px);
     font-size: 28px;
     color: #fff;
     font-weight: 700;
 }
 
 .idea_box_txt {
     padding: 30px 45px 25px;
 }
 
 .idea_box_txt p {
     font-size: 16px;
     color: #333;
 }
 
 .idea_box_txtdw {
     position: absolute;
     width: 166px;
     height: 41px;
     line-height: 41px;
     text-align: center;
     border-radius: 20px;
     color: #fff;
     bottom: 0;
     left: 45px;
     transform: translateY(50%);
     background: linear-gradient(to right, #4178d2, #174ca1);
     background: -moz-linear-gradient(left, #4178d2 -40%, #003487);
     background: -ms-linear-gradient(left, #4178d2 -40%, #003487);
     background: -o-linear-gradient(left, #4178d2 -40%, #003487);
     transition: all .4s;
     -webkit-transition: all .4s;
     -moz-transition: all .4s;
     -ms-transition: all .4s;
     -o-transition: all .4s;
     -webkit-transform: translateY(50%);
     -moz-transform: translateY(50%);
     -ms-transform: translateY(50%);
     -o-transform: translateY(50%);
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -ms-border-radius: 20px;
     -o-border-radius: 20px;
 }
 
 .idea_box .idea_box_item .idea_box_txtdw:hover {
     padding-left: 5px;
 }
 
 @media screen and (max-width: 992px) {
     .idea {
         padding: 50px 0 80px;
     }
     .idea_box {
         margin-top: 30px;
     }
     .idea_box {
         flex-wrap: wrap;
     }
     .idea_box .idea_box_item {
         width: 48%;
         margin-bottom: 40px;
     }
 }
 
 @media screen and (max-width: 768px) {
     .idea_box .idea_box_item {
         width: 100%;
         margin-bottom: 40px;
     }
     .idea {
         padding: 40px 10px;
     }
     .idea_box_txt {
         padding: 30px 20px;
     }
     .idea_box_txtdw {
         left: 20px;
     }
     .idea_box_imgdw {
         transform: translate(20px, -25px);
     }
     .idea_txt h3 {
         font-size: 24px;
     }
     .idea_box_imgdw {
         font-size: 20px;
     }
     .idea_box_txt p {
         font-size: 14px;
         line-height: 20px;
     }
 }
 
 .mb_jianjie {
     padding: 0 3%;
     margin-top: 30px;
     display: none;
 }
 
 .mb_jianjie p {
     font-size: 14px;
     color: #b9b9b9;
     text-indent: 2rem;
 }
 
 @media screen and (max-width: 768px) {
     .company_gd {
         display: none!important;
         height: 0;
     }
     .mb_jianjie {
         display: block;
     }
 }



@charset "utf-8";

/* 联系方式 */

.contactway {
    display: flex;
}

.contactway>div {
    width: 50%;
    padding: 80px 0 140px;
}

.contactway_l {
    display: flex;
    justify-content: flex-end;
}

.contactway_l_box {
    margin-right: 8%;
    padding: 0 5%;
}

.contactway_l_boxt h4 {
    margin-bottom: 10px;
}

.contactway_l_boxt>div {
    line-height: 28px;
}

.contactway_l_boxt>div b {
    color: #333;
}

.contactway_r {
    background-color: #f5f5f5;
}

.contactway_l_boxb {
    margin-left: 80px;
    position: relative;
    margin-top: 60px;
    width: 75%;
    padding: 40px 0;
    display: flex;
    justify-content: flex-end;
    border-radius: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.contactway_l_boxbdw {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%);
    width: 155px;
    height: 155px;
    border-radius: 100%;
    background: linear-gradient(to right, #174ca1, #4178d2);
    background: -moz-linear-gradient(left, #003487 -20%, #4178d2);
    background: -ms-linear-gradient(left, #003487 -20%, #4178d2);
    background: -o-linear-gradient(left, #003487 -20%, #4178d2);
}

.contactway_boxbdw {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.contactway_boxbdw p {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.contactway_boxbdw i {
    font-size: 36px;
    color: #fff;
}

.contactway_boxb_tx {
    margin-right: 5%;
    width: 75%;
}

.contactway_boxb_tx>div {
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0;
}

.contactway_boxb_tx>div:last-child {
    border-bottom: none;
}

.contactway_boxb_tx>div b {
    color: #333;
}

.contactway_ly {
    margin-left: 16%;
}

.contactway_ly_title p {
    margin-top: 10px;
    font-size: 16pxs;
}

.contactway_ly_bd {
    margin-top: 30px;
}

.contactway_ly_bd_form {
    width: 54%;
}

.contactway_ly_input {
    position: relative;
    margin-bottom: 15px;
}

.contactway_ly_input img {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer
}

.contactway_ly_xx {
    position: absolute;
    left: 15px;
    top: 32%;
    color: #f30;
    font-size: 18px;
}

.contactway_ly_input input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    color: #333;
    padding-left: 35px;
}

.contactway_ly_textarea {
    position: relative;
    margin-bottom: 20px;
}

.contactway_ly_textarea .contactway_ly_xx {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #f30;
    font-size: 18px;
}

.contactway_ly_textarea textarea {
    padding: 10px;
    width: 100%;
    height: 90px;
    outline: none;
    resize: none;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    text-indent: 2em;
}

.contactway_ly_tj {
    display: flex;
    justify-content: space-between;
}

.contactway_tj_btn {
    width: 45%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(to right, #174ca1, #4178d2);
    background: -moz-linear-gradient(left, #174ca1 -20%, #4178d2);
    background: -ms-linear-gradient(left, #174ca1 -20%, #4178d2);
    background: -o-linear-gradient(left, #174ca1 -20%, #4178d2);
    border: none;
}

.mapbox {
    height: 725px;
}

.contactway_ly_tj input {
    transition: all .3s;
}

.contactway_ly_tj input:hover {
    padding-left: 5px;
}

@media screen and (max-width:1700px) {
    .contactway_ly_bd_form {
        width: 66%;
    }
}

@media screen and (max-width:1500px) {
    .contactway_ly_bd_form {
        width: 76%;
    }
}

@media screen and (max-width:1200px) {
    .contactway_l_boxb {
        margin-left: 0;
    }
    .contactway_boxb_tx {
        width: 68%;
    }
    .contactway_l_boxbdw {
        width: 140px;
        height: 140px;
    }
    .contactway {
        flex-wrap: wrap;
    }
    .contactway>div {
        width: 100%;
    }
    .contactway_l {
        justify-content: center;
    }
    .contactway_l_box {
        margin: 0;
    }
    .contactway_ly {
        margin: 0;
    }
    .contactway_r {
        display: flex;
        justify-content: center;
    }
    .contactway_ly_bd_form {
        width: 100%;
    }
    .contactway_ly {
        width: 70%;
    }
    .contactway_l_box {
        width: 70%;
    }
    .contactway_l_boxb {
        width: 100%;
    }
    .contactway_l_boxbdw {
        transform: translate(0, -50%);
    }
}

@media screen and (max-width:992px) {
    .contactway>div {
        padding: 50px 0;
    }
    .contactway_ly {
        width: 80%;
    }
    .contactway_l_box {
        width: 80%;
    }
}

@media screen and (max-width:768px) {
    .contactway_ly {
        width: 90%;
    }
    .contactway_l_box {
        width: 90%;
    }
    .contactway_boxbdw i {
        display: none;
    }
    .contactway_l_boxbdw {
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: 40px;
        border-radius: 20px;
    }
    .contactway_boxb_tx {
        width: 100%;
        margin: 0;
    }
    .contactway_l_boxb {
        padding: 40px 0 20px;
    }
    .contactway_l_boxt h4 {
        font-size: 20px;
        text-align: center;
    }
    .contactway_l_boxt>div {
        font-size: 14px;
    }
    .contactway_boxbdw p {
        font-size: 18px;
    }
    .contactway_boxb_tx>div {
        padding-left: 8px;
        font-size: 14px;
    }
    .contactway>div {
        padding: 25px 0;
    }
    .mapbox {
        height: 400px;
    }
}

.mapbox iframe {
    height: 100%!important;
}

.foot {
    margin-top: 0;
}

.mess {
    padding: 0;
    margin: 0;
    font-size: 14px
}

.mess tr {
    padding: 0;
    margin: 0;
    line-height: 50px;
    height: 50PX
}

.mess input {
    display: inline-block;
    height: 25px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mess textarea {
    width: 500px !important;
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.mess .submit {
    width: 240px;
    height: 40px !important;
    text-align: center;
    color: #fff !important;
    font-size: 16px;
    background: #4081d6 !important;
    border-radius: 10px;
    border: 0 none;
    cursor: pointer;
}

div.pfw {
    position: relative;
    border: 1px solid #e1e1e1;
    margin-top: 30px;
}

div.pfw:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    line-height: 0;
    overflow: hidden;
}

div.pfw h3 {
    height: 30px;
    line-height: 30px;
    font-size: 1em;
    margin: 0;
    padding: 0 0 0 20px;
    background: #f6f6f6 url(../images/heading_bg.png) 8px top no-repeat;
    border-bottom: 1px solid #e1e1e1;
    color: #444;
    font-weight: bold;
}

div.pfw h3 small {
    font-size: 12px;
    color: #666;
    font-weight: normal;
    padding-left: 4px;
    font-style: normal;
}

div.pfw h3 .more {
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    padding-right: 8px;
    font-weight: normal;
    font-size: 12px;
    margin-right: 5px;
}

div.pfw .content {
    margin: 5px;
    font-size: 12px;
    line-height: 1.6em;
    padding: 10px;
}

div.pfw .adm_reply {
    margin: 6px 0 0 0;
    font-size: 1em;
    line-height: 200%;
    padding: 25px 5px 25px 25px;
    position: relative;
    color: #444;
    border-top: 1px solid #e1e1e1;
    background: #f7faff;
}

div.pfw .adm_reply span {
    color: darkred;
    font-weight: bold;
    color: #e77718;
}




.photo {
    padding: 0px 0 110px;
}

.photo_t {
    text-align: center;
}

.photo_t p {
    margin: 0 auto;
    width: 50%;
    margin-top: 15px;
    font-size: 16px;
}

.photo_b {
    margin-top: 60px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.kehu_item {
    overflow: hidden;
    width: 18%;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px;
}

.kehu_item>div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kehu_item_img {
    padding: 30px 0;
}

.kehu_item_img img {
    width: 100%;
    transition: all .4s;
}

.kehu_item:hover img {
    transform: scale(1.1);
}

.kehu_item_txt {
    border-top: 1px solid #d9d9d9;
    height: 50px;
    background-color: #efefef;
}

.photo_b .kehu_item .kehu_item_txt {
    transition: all .4s;
}

.kehu_item:hover .kehu_item_txt {
    background-color: #003487;
    color: #fff;
    border-top: 1px solid transparent;
}

@media screen and (max-width: 1200px) {
    .photo_t p {
        width: 80%;
    }
}

@media screen and (max-width: 992px) {
    .photo {
        padding: 50px 0;
    }
    .photo_b {
        margin-top: 30px;
    }
    .kehu_item {
        width: 31%;
    }
}

@media screen and (max-width: 768px) {
    .photo_t p {
        width: 100%;
    }
    .kehu_item {
        width: 48%;
    }
    .photo_t h3 {
        font-size: 24px;
    }
    .kehu_item_img {
        padding: 20px 0;
    }
    .photo_b .kehu_item .kehu_item_txt {
        font-size: 14px;
    }
}

/* sub1_1 : 公司简介 */
.company1 .comp_tit {
	padding: 70px 0 50px;
	text-align: center;
}

.company1 .comp_tit h5 {
	padding-bottom: 18px;
	font-size: 24px;
	color: #2c67eb;
}

.company1 .comp_tit h3 {
	font-size: 28px;
	color: #333;
	word-break: keep-all;
}

.company1 .comp_tit p {
	padding-top: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #888;
	word-break: keep-all;
}

.left{
	float: left;
}
.right{
	float: right;
}

.company1 .part1 {
	padding: 70px 0 70px;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.ablogo{
	position: absolute;
	right: 10%;
	bottom: 5%;
	max-width: 400px;
	z-index: -1;
	opacity: 0.05;
}
.ablogo img{
	
}


.part1 .i_section{
	overflow: hidden;
	/* padding-top: 50px; */
	padding-top: 50px;
	position: relative;
}
.part1 .i_section.mt-0{
	margin-top: 0;
}
.part1 .i_section.pt-0{
	padding-top: 0;
	position: relative;
}
.part1 .i_section>div{
	/* width: 50%; */
	display: block;
}

.company1 .part1 .txt{
	text-align: left;
	/* padding-right: 50px; */
}
.company1 .part1 h2 {
	font-size: 24px;
	font-weight: bold;
	color: #333;
	margin-bottom: 10px;
	margin-top: 15px;
	display: inline-block;
	border-bottom: 3px solid #1f8a3c;
	padding-bottom: 10px;
}
.company1 .part1 .txt>span{
	font-size: 16px;
	color: #999;
	margin-bottom: 30px;
	display: block;
}

.company1 .part1 .right.txt{
	padding-right: 0;
	padding-left: 50px;
}

.company1 .part1 .jjtxt{
	height: 335px; 
	overflow-y: auto; 
	font-size: 16px;
	color: #666;
	line-height: 30px;
	 padding-right: 20px; 
}
.part1 ::-webkit-scrollbar { width: 6px; height: 8px; background-color: white; } /*定义滚动条轨道 内阴影+圆角*/ 
.part1 ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); border-radius: 10px; background-color: #F9f9f9; } /*定义滑块 内阴影+圆角*/ 
.part1 ::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1); background-color: #00cb74; }

.part1 .i_section .video{
	height: 450px;
}
.part1 .i_section .img img{
	max-width: 100%;
}

.part1 .wena{
	display: flex;
	justify-content: space-between;
}
.part1 .wena .jjtxt{
	flex: 1;
	margin-right: 40px;
}
.part1 .wena .ov-h{
	width: 500px;
}

/* 发展历程 */
.fzlc{
	position: relative;
	padding-bottom: 70px;
}
.fzlc .comp_tit{
	padding-top: 50px;
}

.lcnav{
	margin-bottom: 30px;
}
.lcnav ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* flex-direction: row-reverse; */
}
.lcnav ul li{
	display: block;
    background-color: #f5f5f5;
    width: 100%;
    text-align: center;
    line-height: 65px;
    border: 1px solid #f1f1f1;
	color: #666;
	cursor: pointer;
	font-size: 16px;
}
.lcnav ul li.active{
	background-color: #fff;
	border-top: 2px solid #1e60ad;
	border-bottom: none;
	font-family: 'pn-b';
	color: #333;
}

.lccontent{
	position: relative;
}
.lccontent::before{
	content: '';
    width: 200vw;
    height: 1px;
    background-color: #e1e1e1;
    display: block;
    position: absolute;
    left: -50%;
    top: 254px;
}
/*.lccontent .lcslick{
	opacity: 0;
	height: 0;
}
.lccontent .lcslick.active{
	opacity: 1;
	height: auto;
}*/
.lccontent .lcslick .item{
	margin: 10px;
	text-align: center;
	outline: none;
}
.lccontent .lcslick .item .ov-h{
	overflow: hidden;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
}
.lccontent .lcslick .item b{
	width: 10px;
	height: 10px;
	border-radius: 10px;
	margin: auto;
	display: inline-block;
	background-color: #e1e1e1;
}
.lccontent .lcslick .item h3{
	font-size: 30px;
	color: #1e60ad;
	margin-bottom: 10px;
	line-height: 1.6;
}
.lccontent .lcslick .item .lctxt{
	color: #999;
	line-height: 24px;
}
.lccontent .lcslick button{
	position: absolute;
	top: 25%;
	z-index: 5;
	background: none;
	border: none;
}
.lccontent .lcslick button i{
	font-size: 50px;
	color: #ddd;
}
.lccontent .lcslick .slick-prev{
	left: -70px;
	transform:rotate(180deg);
}

.lccontent .lcslick .slick-next{
	right: -70px;
}
.lccontent .lcslick button:hover i{
	color: #1e60ad;
	transition: all .6s;
}
.slick-slider .slick-list{
	margin: 0 -9px;
}

.xgitem{
	/* margin: 0 -9px; */
}


/* 合作伙伴 */
.hzhb{
	/* padding-top: 80px; */
	padding-bottom: 120px;
	background: url(../images/hzbg.jpg) no-repeat bottom center;
	position: relative;
	background-size: contain;
}
.hzitem .item{
	border: 1px solid #e1e1e1;
	padding: 20px 15px;
	text-align: center;
	background-color: #fff;
	/* box-shadow: 15px 15px 25px 0 rgb(0 0 0 / 10%); */
	border-radius: 30px;
}
.hzitem{
	padding-bottom: 50px;
	/* padding: 0 50px; */
}
.hzitem .item img{
	/* padding: 0 30px; */
}
.hzitem .item p{
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
}
.company1 .swiper-pagination{
	bottom: 0;
}
.company1 .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.company1 .swiper-pagination-bullet-active{
	background: #f8754a;
}

/*  */
.company1 .part2 {
	/* margin-top: -100px; */
	padding-bottom: 80px;
	text-align: center;
	background: #f5f5f5;
	position: relative;
}

.company1 .part2 .i_section {
	/* background: #fff; */
}

.company1 .part2 .comp2_wrap {
	width: 88%;
	margin: 20px auto;
}

.company1 .part2 .comp2_wrap:after {
	content: '';
	display: block;
	clear: both;
}

.company1 .part2 .comp2_wrap>div {
	position: relative;
	float: left;
	width: 23.33%;
	margin: 0 5%;
	padding-bottom: 23.33%;
	text-align: center;
	background: #51dff4;
	border-radius: 50%;
}

.company1 .part2 .comp2_box:nth-of-type(1) {
	background: -webkit-linear-gradient(to right, #51dff4, #5eb2e9);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #51dff4, #5eb2e9);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.company1 .part2 .comp2_box:nth-of-type(2) {
	background: -webkit-linear-gradient(to right, #5eb2e9, #6d7bda);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #5eb2e9, #6d7bda);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.company1 .part2 .comp2_box:nth-of-type(3) {
	background: -webkit-linear-gradient(to right, #6d7bda, #7952d0);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #6d7bda, #7952d0);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.company1 .part2 .comp2_wrap>div:before {
	content: '';
	position: absolute;
	top: -6%;
	left: -6%;
	width: 112%;
	height: 112%;
	border: 1px dashed #ddd;
	border-radius: 50%;
}

.company1 .part2 .comp2_wrap>div:after {
	content: '';
	position: absolute;
	top: 50%;
	right: -23%;
	width: 8px;
	height: 14px;
	background: url('../images/comp2_arrow.png') 0 0 no-repeat;
}

.company1 .part2 .comp2_wrap .comp2_box:nth-of-type(3):after {
	display: none;
}

.company1 .part2 .comp2_wrap .comp2_box ul {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 66%;
	margin: auto;
}

.company1 .part2 .comp2_wrap .comp2_box ul li span {
	display: inline-block;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #525252;
	background: #fff;
	border-radius: 50%;
}

.company1 .part2 .comp2_wrap .comp2_box ul li h5 {
	font-size: 22px;
	padding: 20px 0 10px;
	color: #fff;
}

.company1 .part2 .comp2_wrap .comp2_box ul li p {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

.company1 .part2 .list{}

.images-ab{
	padding-bottom: 50px;
}
.images-ab p{
	background-color: #fff;
	color: #666;
	font-size: 14px;
	text-align: center;
	padding: 20px 10px;
}



.company1 .part3 {
	padding-bottom: 70px;
	background: #f9f9f9;
	position: relative;
}
/*  */
.company1 .part3 .comp_tit h3 {
	/* font-size: 46px; */
}

.company1 .part3 .comp_bot {
	position: relative;
	padding: 86px 0;
}

.company1 .part3 .comp_bot .comp3_logo {
	display: table;
	position: relative;
	width: 180px;
	height: 180px;
	margin: 0 auto;
	background: #00cb74;
	border-radius: 30px;
	transform: rotate(45deg);
	z-index: 1;
	background: -webkit-linear-gradient(to right, #00cb74, #1f8a3c);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #00cb74, #1f8a3c);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.company1 .part3 .comp_bot .comp3_logo p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	transform: rotate(-45deg);
}
.company1 .part3 .comp_bot .comp3_logo img{
	max-width: 80px;
}

.company1 .part3 .comp_bot .comp3_con {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.company1 .part3 .comp_bot .comp3_con:after {
	content: '';
	display: block;
	clear: both;
}

.company1 .part3 .comp_bot .comp3_con>div {
	float: left;
	width: 48%;
	margin: 1%;
	padding: 45px 60px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 30px;
}

.company1 .part3 .comp_bot .comp3_box:after {
	content: '';
	display: block;
	clear: both;
}

.company1 .part3 .comp_bot .comp3_box .comp3_icon {
	width: 25%;
	float: left;
}
.company1 .part3 .comp_bot .comp3_box .comp3_icon i{
	font-size: 60px;
	color: #ccc;
}

.company1 .part3 .comp_bot .comp3_box ul li p {
	
	font-size: 14px;
	color: #999;
}

.company1 .part3 .comp_bot .comp3_box ul li h5 {
	font-size: 22px;
	padding-top: 5px;
	padding-bottom: 10px;
	/* line-height: 26px; */
	color: #333;
}

.company1 .part3 .comp_bot .comp3_box .comp3_txt{
	float: left;
	width: 70%;
}

.company1 .part3 .comp_bot .comp3_box_right {
	text-align: right;
}

.company1 .part3 .comp_bot .comp3_box:nth-of-type(2n) {
	float: right;
	text-align: right;
}
.company1 .part3 .comp_bot .comp3_box:nth-of-type(2n) .comp3_icon{
	float: right;
}
.company1 .part3 .comp_bot .comp3_box:nth-of-type(2n) .comp3_txt{
	float: right;
}

.company1 .part4 .comp_bot:after {
	content: '';
	display: block;
	clear: both;
}

.company1 .part4 .comp_bot>div {
	float: left;
	width: 31.33%;
	margin: 1%;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 30px;
}

.company1 .part4 .comp_bot .comp4_box>div {
	padding: 40px;
}

.company1 .part4 .comp_bot .comp4_box .comp4_top ul li:nth-of-type(1) {
	padding: 20px 0 30px;
}

.company1 .part4 .comp_bot .comp4_box .comp4_top ul li h5 {
	font-size: 20px;
	color: #333;
}

.company1 .part4 .comp_bot .comp4_box .comp4_top ul li h5 br {
	display: none;
}

.company1 .part4 .comp_bot .comp4_box .comp4_bot {
	position: relative;
	min-height: 160px;
	background: #f9f9f9;
	border-top: 1px solid #eee;
	border-radius: 0 0 30px 30px;
}

.company1 .part4 .comp_bot .comp4_box .comp4_bot:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 20px;
	height: 5px;
	transform: translate(-50%, -50%);
	background: #2c67eb;
}

.company1 .part4 .comp_bot .comp4_box .comp4_bot p {
	font-size: 16px;
	line-height: 26px;
	color: #888;
	word-break: keep-all;
}
@media (max-width: 1470px){
	.lccontent .lcslick .slick-next{
		right: -20px;
	}
	.lccontent .lcslick .slick-prev{
		left: -20px;
	}
	.hzhb{
		padding-top: 20px;
		padding-bottom: 120px;
	}
	.lccontent .lcslick button i {
	    font-size: 50px;
	    color: #fff;
	    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
	
}
@media (max-width: 1340px) {
	.sv_txt{
		padding: 0 20px;
	}
	.fzlc .comp_tit{
		padding-top: 20px;
	}
	.lccontent::before{
		display: none;
	}
	.lccontent .lcslick .item b{
		position: relative;
	}
	.lccontent .lcslick .item b::before{
		content: '';
	    width: 200vw;
	    height: 1px;
	    background-color: #e1e1e1;
	    display: block;
	    position: absolute;
	    left: -1000px;
	    top: 50%;
	}
	
	.company1 .comp_tit{
		padding: 50px 0 20px;
	}
	.company1 .part1 {
		padding: 50px 0;
	}

	.company1 .part2 {
		margin-top: 0;
	}

	.company1 .part2 .comp2_wrap {
		width: 100%;
		margin: 0;
	}

	.company1 .part2 .comp2_wrap>div {
		width: 27.33%;
		margin: 0 3%;
		padding-bottom: 27.33%;
	}

	.company1 .part2 .comp2_wrap .comp2_box ul {
		height: 50%;
	}
	.company1 .part3{

		padding-bottom: 60px;
	}
	.company1 .part3 .comp_bot .comp3_con>div {
		padding: 30px 20px;
	}
	.company1 .part3 .comp_bot .comp3_box .comp3_icon i{
		font-size: 65px;
	}
	.company1 .part4 .comp_bot .comp4_box>div {
		padding: 40px 20px;
	}

	.company1 .part4 .comp_bot .comp4_box .comp4_bot {
		min-height: 185px;
	}

	.company1 .part4 .comp_bot .comp4_box .comp4_top ul li h5 br {
		display: block;
	}
}

@media (max-width: 991px) {

	.company1 .comp_tit h3 {
		font-size: 32px;
	}
	.company1 .part1 .left,
	.company1 .part1 .right{
		width: 100%;
		padding: 0;
	}
	.company1 .part1 .left{
		margin-bottom: 50px;
	}
	 

	.company1 .part1 h1 {
		font-size: 28px;
		line-height: 42px;
	}
	

	.company1 .part2 .comp2_wrap>div {
		width: 32.33%;
		margin: 0 0.5%;
		padding: 10px;
		border-radius: 0;
	}

	.company1 .part2 .comp2_wrap>div:before {
		display: none;
	}

	.company1 .part2 .comp2_wrap .comp2_box ul {
		position: static;
		height: 286px;
		padding: 50px 0;
		border: 1px dashed rgba(255, 255, 255, .4);
	}

	.company1 .part2 .comp2_wrap .comp2_box ul li h5 {
		padding: 25px 0 15px;
	}

	.company1 .part2 .comp2_wrap .comp2_box ul li p {
		line-height: 26px;
	}

	.company1 .part3 .comp_bot {
		padding: 0;
	}

	.company1 .part3 .comp_bot .comp3_logo {
		display: none;
	}

	.company1 .part3 .comp_bot .comp3_con {
		position: static;
	}

	.company1 .part3 .comp_bot .comp3_box>div {
		float: none;
		/* text-align: center; */
	}
	.company1 .part3 .comp_bot .comp3_box .comp3_icon i{
		font-size: 50px;
	}
	.company1 .part3 .comp_bot .comp3_box .comp3_icon {
		margin: 0;
		padding: 0 0 20px 0;
	}
	.company1 .part3 .comp_bot .comp3_box ul li h5{
		font-size: 20px;
	}
	.company1 .part4 .comp_bot>div {
		width: 48%;
	}

	.company1 .part1 .right.txt{
		padding-left: 0;
		/* padding-bottom: 50px; */
	}

	.part1 .wena{
		flex-flow: column;
	}
	.company1 .part1 .jjtxt{
		height: auto;
		margin-right: 0;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.part1 .wena .ov-h{
		width: 100%;
	}
}

@media (max-width: 640px) {
	.company1 .comp_tit {
		padding: 50px 0 40px;
	}
	
	.company1 .comp_tit h5 {
		padding-bottom: 12px;
		font-size: 20px;
	}

	.company1 .comp_tit h3 {
		font-size: 24px;
	}
	.company1 .comp_tit p{
		font-size: 14px;
		padding-top: 10px;
	}
	.company1 .comp_tit p br {
		display: none;
	}

	.company1 .part1 {
		/* padding: 65px 15px; */
	}
	.company1 .part1 h2{
		font-size: 18px;
		margin-top: 0;
	}
	 

	.company1 .part1 h1 {
		padding-top: 20px;
		font-size: 20px;
		line-height: 32px;
	}
	.company1 .part1 .left{
		margin-bottom: 30px;
	}

	.company1 .part1 .left>span{
		margin-bottom: 30px;
	}
	.company1 .part1 .jjtxt{
		height: auto;
		overflow: unset;
		text-align: left;
		padding: 0;
		font-size: 14px;
		line-height: 1.8;
	}
	.part1 .i_section .right{
		/* height: 200px; */
	}
	.lccontent .lcslick .item b::before{
		left: -500px;
	}
	.fzlc{
		padding-bottom: 50px;
	}
	.company1 .part2 {
		padding-bottom: 55px;
	}

	.company1 .part2 .comp2_wrap>div {
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.company1 .part2 .comp2_box:nth-of-type(1) {
		background: -webkit-linear-gradient(to bottom, #51dff4, #5eb2e9);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to bottom, #51dff4, #5eb2e9);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}

	.company1 .part2 .comp2_box:nth-of-type(2) {
		background: -webkit-linear-gradient(to bottom, #5eb2e9, #6d7bda);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to bottom, #5eb2e9, #6d7bda);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}

	.company1 .part2 .comp2_box:nth-of-type(3) {
		background: -webkit-linear-gradient(to bottom, #6d7bda, #7952d0);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to bottom, #6d7bda, #7952d0);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	}

	.company1 .part2 .comp2_wrap .comp2_box ul {
		height: auto;
		padding: 30px 0;
	}

	.company1 .part2 .comp2_wrap .comp2_box ul li h5 {
		padding: 20px 0 10px;
		font-size: 18px;
	}

	.company1 .part2 .comp2_wrap .comp2_box ul li p {
		font-size: 14px;
		line-height: 22px;
		opacity: 0.8;
	}

	.company1 .part3 {
		padding-bottom: 40px;
	}

	.company1 .part3 .comp_bot .comp3_con>div {
		width: 100%;
		margin: 0 0 20px 0;
		padding: 40px 20px;
		border-radius: 20px;
	}
	.company1 .part3 .comp_bot .comp3_box:nth-of-type(2n){
		text-align: left;
	}
	.company1 .part3 .comp_bot .comp3_box:nth-of-type(2n) .comp3_icon{
		float: left;
	}
	.company1 .part3 .comp_bot .comp3_box:nth-of-type(2n) .comp3_txt{
		float: left;
	}
	.company1 .part3 .comp_bot .comp3_box .comp3_icon {
		padding: 0;
	}

	.company1 .part3 .comp_bot .comp3_box .comp3_icon img {
		height: 60px;
	}

	.company1 .part3 .comp_bot .comp3_box ul li h5 {
		font-size: 16px;
		line-height: 24px;
		padding-top: 0;
	}
	.hzhb{
		padding-top: 0;
		padding-bottom: 70px;
		background-size: cover;
	}

	.company1 .part4 .comp_tit h3 span {
		font-size: 28px;
	}

	.company1 .part4 .comp_bot>div {
		width: 100%;
		margin: 0 0 20px 0;
		border-radius: 20px;
	}

	.company1 .part4 .comp_bot .comp4_box>div {
		padding: 30px 20px;
	}

	.company1 .part4 .comp_bot .comp4_box .comp4_top ul li:nth-of-type(1) {
		padding: 10px 0 20px;
	}

	.company1 .part4 .comp_bot .comp4_box .comp4_top ul li img {
		height: 60px;
	}

	.company1 .part4 .comp_bot .comp4_box .comp4_top ul li h5 {
		font-size: 16px;
	}

	.company1 .part4 .comp_bot .comp4_box .comp4_bot {
		min-height: auto;
		border-radius: 0 0 20px 20px;
	}
}

/* 关于我们 */

.aboutus {
    margin-top: 100px;
    position: relative;
}

.aboutus_t {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.aboutus_t_title h3 {
    position: relative;
}

.aboutus_t_title h3::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    vertical-align: middle;
    width: 50px;
    height: 5px;
    background-color: #083183;
    border-radius: 2.2px;
    margin-right: 15px;
    -webkit-transform: translate(-68px, 50%);
    -ms-transform: translate(-68px, 50%);
    transform: translate(-68px, 50%);
}

.aboutus_t_title p {
    font-size: 16px;
    margin-top: 10px;
}

.aboutus_t_tab {
    width: 44%;
}

.aboutust_slide {
    padding-left: 10px;
}

.aboutust_tx {
    overflow: hidden;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-radius: 32px;
    color: #333;
    cursor: pointer;
    background-color: #efefef;
}

.swiper-slide-thumb-active.aboutust_slide .aboutust_tx {
    background-image: -webkit-gradient(linear, -20% 0%, 65% 100%, from(#003487), to(#083183));
    background: -o-linear-gradient(left, #003487 -40%, #083183);
    background: -moz-linear-gradient(top left, #003487 -40%, #083183);
    background: -ms-linear-gradient(top left, #003487 -40%, #083183);
    color: #fff;
}

.about_b {
    margin-top: 40px;
    /* position: absolute; */
    width: -webkit-calc(100% + 200px);
    width: calc(100% + 200px);
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
}

.about_b .swiper-container.aboutusb_container {
    padding: 20px 0;
}

.aboutusb_slide {
    padding: 0 34px;
}

.aboutusb_box {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.aboutusb_box_img {
    width: 53%;
    border-radius: 10px;
    overflow: hidden;
}

.aboutusb_box_img>img {
    width: 100%;
}

.aboutusb_box_txt {
    position: absolute;
    right: 0;
    top: 50%;
    width: 51%;
    border-radius: 20px;
    background-color: #fff;
    -webkit-transform: translateY( -50%);
    -ms-transform: translateY( -50%);
    transform: translateY( -50%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.aboutusb_box_txts {
    padding: 70px 10%;
}

.aboutusb_box_txts .aboutusb_nyby {
    margin-top: 10px;
}

.aboutusb_box_txts .aboutusb_nyby p {
    margin-top: 0;
}

.aboutusb_box_txts .aboutusb_nyby p:first-child {
    color: #333;
}

.aboutusb_x {
    width: 80px;
    height: 1px;
    background-color: #083183;
    margin-top: 25px;
}

.aboutusb_box_txts P {
    margin-top: 20px;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
}

.aboutusb_link {
    margin-top: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.aboutusb_link a {
    width: 130px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #fff;
    background-image: -webkit-gradient(linear, -20% 0%, 65% 100%, from(#003487), to(#083183));
    background: -moz-linear-gradient(left, #003487 -40%, #083183);
    background: -ms-linear-gradient(left, #003487 -40%, #083183);
    background: -o-linear-gradient(left, #003487 -40%, #083183);
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    -ms-border-radius: 17px;
    -o-border-radius: 17px;
}

.about_b_per,
.about_b_next {
    position: absolute;
    width: 68px;
    height: 68px;
    line-height: 68px;
    text-align: center;
    border-radius: 100%;
    background-color: #083183;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    cursor: pointer;
    outline: none;
}

.about_b_next {
    right: 0;
}

.about_b_per i,
.about_b_next i {
    font-size: 40px;
    color: #fff;
}

.aboutusb_box_txtfb {
    display: none;
    border-radius: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1650px) {
    .abus.container {
        width: 80%;
    }
    .aboutusb_box_img {
        width: 56%;
    }
}

@media screen and (max-width: 1550px) {
    .aboutusb_box_txts {
        padding: 35px 10%;
    }
}

@media screen and (max-width: 1200px) {
    .aboutusb_box_txtfb {
        width: 100%;
    }
    .aboutus_t {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutus_t_title,
    .aboutus_t_tab {
        width: 100%;
    }
    .aboutus_t_tab {
        margin-top: 30px;
    }
    .aboutusb_box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .aboutusb_box_img {
        width: 100%;
    }
    .aboutusb_box_txt {
        display: none;
    }
    .aboutusb_box_txtfb {
        display: block;
        margin-top: 10px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .about_b {
        margin-top: 20px;
        border-radius: 20px;
        padding: 10px 0;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        width: -webkit-calc(100% + 20%);
        width: calc(100% + 20%);
        -webkit-transform: translateX(-8%);
        -ms-transform: translateX(-8%);
        transform: translateX(-8%);
    }
    .aboutusb_box_txts {
        padding: 40px 2% 20px;
    }
    .aboutusb_box_txtfb {
        margin: 0;
    }
    .aboutusb_link {
        margin-top: 25px;
    }
    .aboutus_t_title {
        text-align: center;
    }
    .aboutus_t_title h3::before {
        display: none;
    }
    .aboutus_t_title h3 {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .aboutus {
        margin-top: 50px;
    }
    .about_b {
        margin-top: 30px;
    }
    .aboutus_t_title h3::before {
        -webkit-transform: translate(0, 50%);
        -ms-transform: translate(0, 50%);
        transform: translate(0, 50%);
    }
}

@media screen and (max-width: 768px) {
    .aboutus_t_title h3 {
        padding: 0;
        font-size: 24px;
    }
    .abus.container {
        width: 100%;
        padding: 0 15px;
    }
    .about_b {
        width: -webkit-calc(100%);
        width: calc(100%);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        border-radius: 5px;
        padding: 30px 0;
    }
    .aboutusb_box_txts {
        padding: 10px 0;
    }
    .aboutusb_link {
        margin-top: 20px;
    }
    .aboutus_t_tab {
        margin-top: 15px;
    }
    .aboutust_tx {
        padding: 10px;
        border-radius: 20px;
    }
    .aboutust_tx {
        height: auto;
        line-height: normal;
    }
    .about_b_next,
    .about_b_per {
        display: none;
    }
    .about_b {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
        padding-bottom: 0;
    }
    .aboutusb_x {
        margin-top: 10px;
    }
    .aboutusb_box_txts P {
        margin-top: 5px;
        font-size: 14px;
        line-height: 23px;
    }
    .aboutusb_box_txts h4 {
        font-size: 20px;
    }
    .aboutusb_box_txts {
        padding: 20px 0 0 0;
    }
    .aboutusb_link {
        margin-top: 15px;
    }
}


/*关于我们*/
.gy_section1{width: 100%;padding-top: 80px;padding-bottom: 80px;background: #f5f5f5;}
.gy_section1 .content{width: 100%;}
.gy_section1 .content::after{content: "";display: block;clear: both;}
.gy_section1 .content .left{width: 48%;float: left;padding-right: 70px;}
.gy_section1 .content .left h3{font-size: 30px;color: #2e2e2e;line-height: 34px;margin-bottom: 30px;}
.gy_section1 .content .left .border{width: 53px;height: 2px;background: #1e46a0;margin-bottom: 36px;}
.gy_section1 .content .left .infobox{width: 100%;margin-bottom: 46px;padding-right: 38px;overflow: hidden; overflow-y: auto; scrollbar-width: thin; max-height: 324px;}
.gy_section1 .content .left .infobox::-webkit-scrollbar{ width: 2px;}
.gy_section1 .content .left .infobox::-webkit-scrollbar-track{ background-color: #e5e5e5; border-radius: 2px;}
.gy_section1 .content .left .infobox::-webkit-scrollbar-thumb{ width: 2px;  background-color: #1E46A0; border-radius: 2px;}
.gy_section1 .content .left .infobox .info p{font-size: 16px;color: #4b4b4b;line-height: 36px;}
.gy_section1 .content .left .listbox{width: 100%;padding-right: 70px;display: flex; flex-direction: row; justify-content: space-between; align-items: left;}
.gy_section1 .content .left .listbox .list{display: inline-block;vertical-align: top;}
.gy_section1 .content .left .listbox .list ._t{font-size: 18px;color: #1e46a0;line-height: 36px;margin-bottom: 4px;}
.gy_section1 .content .left .listbox .list ._t span{font-size: 45px;color: #1e46a0;line-height: 50px;font-weight: bolder;}
.gy_section1 .content .left .listbox .list ._b{font-size: 16px;color: #666666;line-height: 20px;}
.gy_section1 .content .right{width: 52%;float: right;position: relative;padding-left: 37px;cursor: pointer;}
.gy_section1 .content .right .pic{width: 100%;}
.gy_section1 .content .right .pic img{width: 100%;display: block;}
.gy_section1 .content .right .ico1{width: 49px;position: absolute;right: -21px;top: -24px;}
.gy_section1 .content .right .ico1 img{width: 100%;display: block;}
.gy_section1 .content .right .ico2{width: 78px;position: absolute;left: 0;bottom: -34px;}
.gy_section1 .content .right .ico2 img{width: 100%;display: block;}
@media  screen and (max-width: 1680px){
.gy_section1{padding-top: 70px;padding-bottom: 70px;}
.gy_section1 .content .left{padding-right: 60px;}
.gy_section1 .content .left h3{font-size: 24px;line-height: 30px;margin-bottom: 24px;}
.gy_section1 .content .left .border{width: 50px;margin-bottom: 30px;}
.gy_section1 .content .left .infobox{margin-bottom: 40px;padding-right: 30px;max-height: 270px;}
.gy_section1 .content .left .infobox .info p{font-size: 14px;line-height: 30px;}
.gy_section1 .content .left .listbox{padding-right: 50px;}
.gy_section1 .content .left .listbox .list ._t{font-size: 16px;line-height: 26px;}
.gy_section1 .content .left .listbox .list ._t span{font-size: 30px;line-height: 34px;}
.gy_section1 .content .left .listbox .list ._b{font-size: 14px;line-height: 18px;}
.gy_section1 .content .right{padding-left: 30px;}
.gy_section1 .content .right .ico1{width: 44px;right: -20px;top: -20px;}
.gy_section1 .content .right .ico2{width: 70px;bottom: -30px;}
}
@media  screen and (max-width: 1024px){
.gy_section1{padding-top: 30px;padding-bottom: 30px;}
.gy_section1 .content .left{width: 100%;padding-right: 0;}
.gy_section1 .content .left h3{font-size: 18px;line-height: 22px;margin-bottom: 12px;}
.gy_section1 .content .left .border{width: 40px;margin-bottom: 14px;}
.gy_section1 .content .left .infobox{margin-bottom: 14px;padding-right: 12px; max-height: 240px;}
.gy_section1 .content .left .infobox .info{font-size: 14px;line-height: 24px;}
.gy_section1 .content .left .listbox{padding-right: 0;}
.gy_section1 .content .left .listbox .list ._t{font-size: 14px;line-height: 18px;}
.gy_section1 .content .left .listbox .list ._t span{font-size: 20px;line-height: 24px;}
.gy_section1 .content .left .listbox .list ._b{font-size: 14px;line-height: 18px;}
.gy_section1 .content .right{width: 100%;padding-left: 30px;padding-bottom: 30px;padding-top: 20px;margin-top: 20px;padding-right: 20px;}
.gy_section1 .content .right .ico1{width: 40px;right: 0;top: 0;}
.gy_section1 .content .right .ico2{width: 60px;bottom: 0;}
}

.gy_section6{width: 100%;padding-top: 70px;padding-bottom: 70px;}
.gy_section6 h6{font-size: 30px;color: #2e2e2e;line-height: 34px;margin-bottom: 30px;}
.gy_section6 .border{width: 53px;height: 2px;background: #1e46a0;margin-bottom: 50px; margin-top: 10px;}
.gy_section6 .content{width: 100%;}
.gy_section6 .content .ul{margin: 0 -6px;width: calc(100% + 12px);}
.gy_section6 .content .ul .li{padding: 0 6px;}
.gy_section6 .content .ul .li .listbox{margin: 0 -10px;overflow: hidden;width: calc(100% + 20px);}
.gy_section6 .content .ul .li .listbox .list{float: left;padding: 0 10px;width: 29.5625%;}
.gy_section6 .content .ul .li .listbox .list:nth-child(2){width: 40.875%;}
.gy_section6 .content .ul .li .listbox .list:nth-child(2) .pic{height: 640px;}
.gy_section6 .content .ul .li .listbox .list .pic{width: 100%;height: 310px;overflow: hidden;margin-bottom: 20px;}
.gy_section6 .content .ul .li .listbox .list .pic div{width: 100%;height: 100%;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s;
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;
transition: -webkit-transform 2s;}
.gy_section6 .content .ul .li .listbox .list .pic:hover div{
transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
-o-transform: scale(1.05);
-ms-transform: scale(1.05);}
.gy_section6 .content .ul .slick-prev{width: 39px;height: 39px;background: url(../images/img137.png) no-repeat center center; background-size: cover;left: auto;right: 77px; top: -114px;border: 1px solid #A6A6A6;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.gy_section6 .content .ul .slick-next{width: 39px;height: 39px;background: url(../images/img138.png) no-repeat center center; background-size: cover;right: 10px;top: -114px;border: 1px solid #A6A6A6;
transform: translate(0,0);
-ms-transform: translate(0,0);
-webkit-transform: translate(0,0);
-moz-transform: translate(0,0);
-o-transform: translate(0,0);}
.gy_section6 .content .ul .slick-prev:hover{background: url(../images/img139.png) no-repeat center center; background-size: cover;background-color: #1e46a0;border-color: #1e46a0;}
.gy_section6 .content .ul .slick-next:hover{background: url(../images/img140.png) no-repeat center center; background-size: cover;background-color: #1e46a0;border-color: #1e46a0;}
.gy_section6 .content .ul .slick-dots{position: absolute; bottom: auto; height: 6px; text-align: center;top: -50px;left: auto;right: 15px;width: auto;}
.gy_section6 .content .ul .slick-dots li{ vertical-align: top; width: 6px; height: 6px; margin: 0 5px; background: #C4C4C4;}
.gy_section6 .content .ul .slick-dots li.slick-active{ background: #1e46a0;}
@media  screen and (max-width: 1680px){
.gy_section6{padding-top: 60px;padding-bottom: 60px;}
.gy_section6 h6{font-size: 24px;line-height: 30px;margin-bottom: 24px;}
.gy_section6 .border{width: 50px;margin-bottom: 30px;}
.gy_section6 .content .ul .li .listbox .list:nth-child(2) .pic{height: 420px;}
.gy_section6 .content .ul .li .listbox .list .pic{height: 200px;}
.gy_section6 .content .ul .slick-prev{width: 30px;height: 30px;right: 60px; top: -80px;}
.gy_section6 .content .ul .slick-next{width: 30px;height: 30px;right: 8px;top: -80px;}
.gy_section6 .content .ul .slick-dots{top: -40px;right: 12px;}
}
@media  screen and (max-width: 1024px){
.gy_section6{padding-top: 30px;padding-bottom: 30px;}
.gy_section6 h6{font-size: 18px;line-height: 22px;margin-bottom: 12px;}
.gy_section6 .border{width: 40px;margin-bottom: 14px;}
.gy_section6 .content .ul .li .listbox{margin: 0;width: 100%;}
.gy_section6 .content .ul .li .listbox .list{padding: 0;overflow: hidden;width: 100%;}
.gy_section6 .content .ul .li .listbox .list:nth-child(2){width: 100%;margin: 12px 0;}
.gy_section6 .content .ul .li .listbox .list:nth-child(2) .pic{height: 260px;width: 100%;padding: 0;}
.gy_section6 .content .ul .li .listbox .list .pic{height: 120px;margin-bottom: 0;width: calc(50% - 6px);float: left;}
.gy_section6 .content .ul .li .listbox .list .pic:nth-child(1){margin-right: 6px;}
.gy_section6 .content .ul .li .listbox .list .pic:nth-child(2){margin-left: 6px;}
.gy_section6 .content .ul .slick-prev{width: 26px;height: 26px;right: 50px; top: -46px;}
.gy_section6 .content .ul .slick-next{width: 26px;height: 26px;right: 6px;top: -46px;}
.gy_section6 .content .ul .slick-dots{top: -12px;right: 6px;height: 4px;}
.gy_section6 .content .ul .slick-dots li{width: 4px; height: 4px; margin: 0 4px;}
}
@media  screen and (max-width: 798px){

.gy_section6 .content .ul {
	margin: 53px -21px;}}
/*弹窗*/
._pop{ float:left; width:100%; height:100%; position:fixed; left:0; top:0; z-index:99999999; display:none;background-color: rgba(0,0,0,0.8);}
._col{ float:left;  font-size: 0; position:absolute; right:-60px; top:-44px; width:44px; height:44px; border-radius: 100%;color: #999;cursor: pointer;background: url(../images/img141.png)no-repeat center center;background-size: cover;
-webkit-transform: rotate(0);
-moz-transform: rotate(0);
-ms-transform: rotate(0);
-o-transform: rotate(0);
transform: rotate(0);}
._htm{ float:left; width:800px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);background-color: rgba(255,255,255,0.5);padding: 12px;}
._html.on ._htm{width: 400px;}
._htm video{width: 100%;display: block;margin: 0 auto;}
._htm img{width: 60%;display: block;margin: 0 auto;}
@media  screen and (max-width: 1680px){
._htm{ float:left; width:600px;}
}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    
/*    margin-left: -14px;
    margin-right: -14px;*/
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    min-height: 1px;
    outline: 0;
/*    padding-left: 14px;
    padding-right: 14px;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    /*border: 1px solid transparent;*/
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    left:40px;
    top: 50%;
    display: block;
    width: 52px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index:100;
}
.slick-next{
    left:auto;
    right:40px;
}
@media  screen and (max-width:991px){
.slick-prev,
.slick-next
{
    width: 30px;
    height: 58px;
    background-size:30px 58px;
    
}
.slick-next{
    background-size:30px 58px;
}
}
@media  screen and (max-width:767px){
.slick-prev,
.slick-next
{
    left:15px;
    width: 26px;
    height: 50px;
    background-size:26px 50px;
    
}
.slick-next{
    left:auto;
    right:15px;
    background-size:26px 50px;
}    
}





/* Dots */

.slick-dots{width: 100%;}
.slick-dots li{display: inline-block; vertical-align: top; }
.slick-dots li button{font-size: 0;}



@media  screen and (max-width: 991px){
._col{ float:left;  font-size: 50px; position:absolute; right:-50px; top:0; width:34px; height:34px; border-radius: 100%;color: #999;cursor: pointer;background: url(../images/286f023b14ac44b2ab4d6a6106f98b5d.gif);
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width:500px;position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
}           
@media  screen and (max-width: 767px){
._col{ float:left;  font-size: 50px; position:absolute; right:10px; top:-55px; width:20px; height:20px; border-radius: 100%;color: #999;cursor: pointer;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);}
._htm{ float:left; width: calc(100% - 30px);position:fixed; left:50%; top:50%; transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%);}
	
	
	
}



.nyqywhbox {
    display: flex;
}

.nyqywhbox_l {
    width: calc(50% - 40px);
    padding-right: 95px;
}

.nyqywhbox_r {
    width: calc(50% + 40px);
}

.nyqywhbox_ltitle {
    margin-top: 60px;
}

.nyqywhbox_ltitle span {
    font-size: 60px;
    color: #dfdfdf;
    font-family: 'BEBAS';
    text-transform: uppercase;
}

.nyqywhbox_ltitle b {
    font-size: 36px;
    color: #222333;
    padding-left: 30px;
}

.nyqywhbox_lmin {
    margin-top: 30px;
}

.nyqywhbox_lmin_item {
    display: flex;
    align-items: center;
}

.nyqywhbox_lmin_iteml {
    width: 30%;
    font-size: 18px;
    color: #222333;
}

.nyqywhbox_lmin_itemr {
    font-size: 15px;
    color: #666666;
}

.nyqywhbox_lmin_itemr p {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
 
    word-break: break-all;
}

.nyqywhbox_rimg {
    overflow: hidden;
}

.nyqywhbox_rimg img {
    width: 100%;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.nyqywhbox_rimg img:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}
