﻿body {
    font: 12px/1.5 arial, simsun, sans-serif;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    overflow-x: hidden;
    color: #333;
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
@font-face {
    font-family: 'iconfont';
    src: url('iconfont.ttf?t=1754976370408') format('truetype');
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*链接整体设置*/
a {
    text-decoration: none;
    color: #333;
    transition: all .15s;
}
a:hover {
    color: #354ba7;
}
a:active {
    color: #333;
}
a {
    blr: expression(this.onFocus=this.close());
}
a {
    blr: expression(this.onFocus=this.blur());
}
div:focus,
*:focus,
a:focus,
input:focus,
button:focus,
textarea:focus,
select:focus {
    outline: none;
    hide-focus: expression(this.hideFocus=true);
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #c9c9c9;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #c9c9c9;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #c9c9c9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #c9c9c9;
}
input[type=button],
input[type=submit],
input[type=file],
button,
select {
    -webkit-appearance: none;
}
/*公用样式*/
div,
table,
tr,
td,
img,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
i,
font,
span,
b,
dl,
dt,
dd,
form,
textarea,
input,
select,
a,
button {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family:Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
ul,
ol {
    list-style-type: none;
}
h1,
h2,
h3,
h4 {
    font-weight: 500;
}
img {
    border: none;
    -ms-interpolation-mode: bicubic;
    -o-object-fit: cover;
    object-fit: cover;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
.clear0 {
    clear: both;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}
.hidden {
    display: none;
}
.w {
    max-width: 1600px;
    width: 88%;
    margin: 0 auto;
    max-height: 999999px;
    
}
.container {
    max-width: 1600px;
    width: 88%;
    margin: 0 auto;
}
.h200 {
    height: 200px;
}
.comflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.comflex1 {
    display: flex;
    flex-wrap: wrap;
}
.comflex2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.comflex3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.comflex5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.comflex4 {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
}
.comflex5 {
    display: -webkit-flex;
    -webkit-flex-flow: row-reverse wrap;
    display: flex;
    flex-flow: row-reverse wrap;
    justify-content: space-between;
    align-items: center;
}
.comflex6 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pic {
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: all .6s;
    display: block;
}
.dfimg {
    display: block;
    width: 100%;
}
.pic_w {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pic_w a {
    display: block;
}
@font-face {
    font-family: arial;
    src: url('../images/arial.ttf');
}
@font-face {
    font-family: arialbd;
    src: url('../images/arialbd.ttf');
}
/*header*********************************************************************/
.head {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 505;
    height: 100px;
}
.head-fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
	height:100px
}
.head-fixed:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 0;
    overflow: hidden;
}
.head-fixed .w {
    position: relative;
    z-index: 500;
	
}
.logo {
    width: 20%;
}
.logo a {
    display: flex;
}
.logo img {
    display: block;
  
}
.logo a em{
    border-left: 1px solid #ffffff;color: #ffffff;
    display: flex;align-items: center;padding-left: 20px;
    margin-left: 20px;font-size: 20px;
}
.nav {
    width:45%; 
    text-transform: capitalize;
   padding-right:18%;
}
.nav .plebans {
    font-size: 18px;
    line-height: 99px;
    padding-bottom: 1px;
}
.nav .plebans a {
    display: inline-block;
    color: #ffffff;
    transition: all 0.6s;
}
.nav li {
    position: relative;
    padding: 0 40px;
 
}
.nav li:nth-child(1) {
    display: none;
}
.nav li.hover .plebans a,
.nav li.cur .plebans a {
    color: #4abbff;
}
.nav li.hover::after {
    content: '';
    background: #4abbff;
    height: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}
.nav_bg {
    display: none;
}
.goutp {
    height: 0;
    opacity: 0;
    position: absolute;
    top: 100%;
    z-index: 510;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
	
}
.nav li.hover .goutp {
    height: auto;
    opacity: 1;
    transition: all 0.6s;
}
.nav li.hover .goutp dd {
    height: auto;
    padding: 10px;
    text-align: center;
}
.nav li.hover .goutp dd a {
    color: #ffffff;
    font-size: 16px;
}
.nav li.hover .goutp dd a:hover {
    color: #4abbff;
}
.hrt{ position:absolute; right:0; top:0; bottom:0;}
.hrt a {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 16px;
    line-height: 1.777777777777778;
    border-radius: 4px;
    letter-spacing: -1px;
    background-image: url(../images/rbg.png);
    background-size: 100% 100%;
}
.sanh {
    width: 50px;
    padding: 10px;
    position: absolute;
    right: calc(4% - 10px);
    top: 50%;
    margin-top: -37.5px;
    display: none;
    z-index: 501;
}
.sanh>div {
    height: 5px;
    margin: 10px 0px;
    width: 100%;
    transition: transform 0.5s, opacity 0.5s;
}
.sanh>div {
    background-color: #104097;
}
.tesd>div {
    background-color: #104097 !important;
}
.tesd>div:nth-child(1) {
    transform: translate3d(0px, 15px, 0px) rotate(45deg);
}
.tesd>div:nth-child(2) {
    opacity: 0;
}
.tesd>div:nth-child(3) {
    transform: translate3d(0px, -15px, 0px) rotate(-45deg);
}
.banner {
    z-index: 5;
}
.banner .swiper-slide {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .swiper-slide .w {
    position: relative;
}
.banner .swiper-slide .ban_pos {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
}
.banner .swiper-slide .clear {
    width: 100%;
    padding: 0 55% 0 0;
    line-height: 1.384615384615385;
}
.banner .swiper-slide .ban_pos em,
.banner .swiper-slide .ban_pos p,
.banner .swiper-slide .ban_pos .ban_more {
    transform: translateX(100px);
    opacity: 0;
}
.banner .swiper-slide .ban_pos em {
    display: block;
    font-size: 56px;
    color: #fff;
    font-family: "arialbd";
    line-height: 1;
    text-shadow: 0 5px 2px rgba(0, 0, 0, .2);
}
.banner .swiper-slide .ban_pos em font {
    color: #354ba7;
    font-family: "arialbd";
}
.banner .swiper-slide .ban_pos p {
    font-size: 26px;
    color: #fff;
    text-shadow: 0 5px 2px rgba(0, 0, 0, .2);
    margin-top: 25px;
}
.ban_more {
    margin-top: 75px;
}
.ban_more a {
    font-size: 20px;
    color: #fff;
    padding: 0 30px 0 40px;
    line-height: 2.9;
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.6s;
    border: 1px solid #ffffff;
    border-radius: 5px;
}
.ban_more a img {
    height: 15px;
    margin-left: 15px;
}
.ban_more a:hover {
    background-image: url(../images/rbg.png);
    background-size: 100% 100%;
    color: #fff;
    border: 1px solid transparent;
}
.banner .swiper-slide.swiper-slide-active .ban_pos em,
.banner .swiper-slide.swiper-slide-active .ban_pos p,
.banner .swiper-slide.swiper-slide-active .ban_pos .ban_more {
    transition: all 1s ease 1s;
    transform: translateX(0);
    opacity: 1;
}
.banner .swiper-pagination {
    bottom: 5.142857142857143%;
    text-align: right;
    width: 80%;
    left: 10%;
}
.banner .swiper-pagination-bullet {
    width: 50px;
    height: 8px;
    border: 2px solid rgba(0, 0, 0, 0);
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    margin: 0 9px !important;
    border-radius: 1000px;
    transition: all 0.6s;
}
.banner .swiper-pagination-bullet-active {
    background: #ffffff;
    border-color: #ffffff;
}
.titc {
    width: 100%;
    font-size: 56px;
    position: relative;
    line-height: 1;
    padding-bottom: 25px;
}
.more {
    text-align: center;
    margin-top: 40px;
    font-size: 19px;
}
.con1 {
    width: 100%;
    overflow: hidden;
    background-image: url(../images/aboutbg.png);
    background-size: 100% auto;
    padding: 200px 0;margin-top: 50px;
}
.con1 .txt {
    text-align: left;
    font-size: 20px;
    line-height: 1.611111111111111;
    padding-right: 55%;
}
.con1 .txt * {
    color: #ffffff;
}
.con1 .txt p {
    margin-top: 29px;
}
.con1 .titc {
    color: #ffffff;
}
.con2 {
    width: 100%;
    overflow: hidden;
    padding: 79px 0 85px 0;
}
.con2_list {
    padding: 0 0 20px 0;
    width: 102.5%;
}
.con2_list li {
    width: 30.8333%;
    text-align: center;
    background: #fff;
}
.con2_list li .desc{
    display: none;
}
.con2_list li a {
    display: block;
}
.con2_list li .pic_w img {
    width: 100%;
    height: 100%;
}
.con2_list li p {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    display: block;
}
.con2_list li p.title {
    font-weight: bold;
}
.con2_list .pic {
    margin-top: 30px;
}
.con3 {
    width: 100%;
    background: #3975b5;
}
.con3 .titc {
    padding-bottom: 0;
}
.con3 .bottom {
    position: relative;
    padding: 30px 20%;
}
.con3 .bottom .con {
    text-align: center;
    color: #ffffff;
    font-style: italic;
    font-size: 21px;
}
.con3 .yh {
    font-size: 184px;
    color: #5d8bc0;
    position: absolute;
    line-height: 1;
    height: 80px;
    z-index: 5;
}
.con3 .yh_rt {
    right: 2.13%;
    bottom: -33px;
    ;
}
.con3 .yh_lf {
    top: -41px;
    left: 2.13%;
}
.con3box {
    background-image: url(../images/icop.png);
}
.con3top {
    background: rgba(255, 255, 255, .9);
    padding: 50px 0;
    overflow: hidden;
    border-radius: 0 0 55px 55px;
}
.img {
    margin-top: 30px;
}
.img img {
    display: block;
    width: 100%;
}
.about {
    overflow: hidden;
}
.about .tit {
    font-size: 28px;
    color: #151515;
}
.about .desc {
    font-size: 18px;
    line-height: 1.5;
    color: #151515;
}
.about .row {
    float: left;
    width: calc((100% - 30px)/2);
    font-size: 18px;
    color: #151515;
    line-height: 1.5;
}
.about .row:nth-child(2) {
    float: right;
}
.about2 {
    overflow: hidden;
}
.about2 .left {
    width: calc(60% - 50px);
    float: left;
    margin-top: 50px;
}
.about2 .left .title {
    font-size: 28px;
    color: #151515;
}
.about2 .left .desc {
    font-size: 18px;
    line-height: 1.5;
    color: #151515;
}
.about2 .right {
    width: 40%;
    float: right;
    margin-top: 50px;
}
.about2 .right img {
    display: block;
    width: 100%;
}
.day2 {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #e6e6e6;
    padding: 5px 5px;
}
.day2 span {
    font-size:35px;
    color: #354ba7;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    margin-right: 10px;
}
.day2 p {
    font-size: 18px;
    color: #354ba7;
}
.day2 em {
    font-size: 18px;
    color: #151515;
}
.lefttxt {
    float: left;
    width: 50%;
    margin-top: 50px;
}
.lefttxt .list {
    margin-bottom: 30px;
    padding-right: 20%;
}
.lefttxt .list .title {
    font-size: 20px;
    font-style: italic;
    color: #383838;font-weight: 600;
}
.lefttxt .list .desc {
    font-size: 16px;
    color: #4d4d4d;
    margin-top: 10px;
}
.righttxt {
    float: right;
    width: 50%;
    margin-top: 50px;
}
.righttxt .descs {
    font-size: 20px;
    font-style: italic;
    color: #383838;font-weight: 600;
}
.righttxt .daylist {
    margin-top: 15px;
    padding: 0 12%;
}
.righttxt .daylist li {
    border-left: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
    position: relative;
    float: left;
    width: 45%;
    padding: 20px;
    margin-top: 40px;
}
.righttxt .daylist li:nth-child(2n) {
    float: right;
}
.righttxt .daylist li .day {
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    line-height: 1;
    display: flex;
    padding: 0 15px;
	z-index: 2;
}
.righttxt .daylist li::after {
    content: '';
    background: #b9b9b9;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
}
.righttxt .daylist li::before {
    content: '';
    background: #b9b9b9;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;
width: 50%;
}
.righttxt .daylist li .day span {
    font-size: 40px;
    color: #354ba7;
    font-weight: bold;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	background-color:#edf2f8;
	padding: 0 12px;
}
.righttxt .daylist li .day em {
    font-size: 20px;
    color: #354ba7;
	background-color:#edf2f8;
	padding-right:10px;
}
.righttxt .daylist li .con {
    text-align: center;
    font-size: 18px;
}
.prolist {
    overflow: hidden;
}
.prolist li {
    float: left;
    width: calc((100% - 60px)/3);
    position: relative;
    margin-right: 30px;
    margin-top: 30px;
}
.prolist li:nth-child(3n) {
    margin-right: 0;
}
.prolist li .pic {
    width: 100%;
    position: relative;
}
.prolist li .pic img {
    display: block;
    width: 100%;
}
.prolist li .pic .pic_w {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
.prolist .titbox {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 5px 20px;
}
.prolist .titbox .title {
    font-size: 22px;
    color: #ffffff;
}
.prolist .titbox .desc {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.5;
    margin-top: 5px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nyban {
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    background-color: #354ba7;
}
.nyban img {
    display: block;
    width: 100%;
}
.nyban .w {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    transform: translate(-50%, 0);
}
.nyban .clear {
    width: 100%;
}
.nyban em {
    font-family: "arialbd";
    font-size: 50px;
    color: #fff;
}
.nyban p {
    font-size: 18px;
    color: #fff;
}
.search {
    position: absolute;
    left: 10%;
    right: 10%;
    bottom: 30px;
    z-index: 1;
}
.searchbox {
    box-shadow: 0px 0px 20px 0px #cccccc;
    height: 70px;
    border-radius: 1000px;
    display: flex;
    align-items: center;
}
.ck_s {
    font-size: 22px;
    padding: 10px 0;
    color: #ffffff;
    margin-left: 20px;
}
.ck_s input {
    display: none;
}
.ck_s input+label span {
    width: 25px;
    height: 25px;
    background: none;
    border: 2px solid #ffffff;
    margin-right: 10px;
    border-radius: 5px;
    color: #ffffff;
}
.ck_s input:checked+label span {
    background: url(../images/ck.png) center center no-repeat;
    background-size: cover;
}
.ck_s a {
    color: #1684fc;
    margin: 0 .05rem;
}
.pro_bg {
    padding: 60px 0 100px 0;
    background: #fff;
}
#zoom {
    z-index: 99990;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
#zoom .content {
    z-index: 99991;
    position: absolute;
    top: 46.2%;
    left: 50%;
    width: 200px;
    height: 200px;
    background: #fff no-repeat 50% 50%;
    padding: 0;
    margin: -100px 0 0 -100px;
    box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}
#zoom .content.loading {
    background-image: url('../images/loading.gif');
}
#zoom img {
    display: block;
    max-width: none;
    background: #ececec;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
}
#zoom .close {
    z-index: 99993;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background: transparent url('../images/close.png') no-repeat 50% 50%;
    opacity: 1;
    filter: alpha(opacity=100);
    border-radius: 0 0 0 4px;
}
#zoom .previous,
#zoom .next {
    z-index: 99992;
    position: absolute;
    top: 50%;
    overflow: hidden;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
}
#zoom .previous {
  
    left: 0;
    background: url('../images/arrows.png') no-repeat 0 0;
    border-radius: 0 4px 4px 0;
}
#zoom .next {
  
    right: 0;
    background: url('../images/arrows.png') no-repeat 100% 0;
    border-radius: 4px 0 0 4px;
}
#zoom .close:hover,
#zoom .previous:hover,
#zoom .next:hover {
    background-color: none;
}
#zoom p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 99992;
    line-height: 2;
    padding: 10px 0;
}
.contact {
    padding: 85px 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
}
.contact .clear {
    width: 100%;
    justify-content: space-between;
}
.contact_lf {
    width: 31.875%;
}
.contact_lf ul {
    width: 100%;
}
.contact_lf ul li {
    width: 100%;
    margin-top: 32px;
}
.contact_lf ul li em {
    display: block;
    font-size: 24px;
    font-family: "arialbd";
    text-transform: uppercase;
}
.contact_lf ul li p {
    font-size: 20px;
    color: #7c7c7c;
    line-height: 1.7;
}
.contact_rt {
    width: 62.5%;
    border-radius: 10px;
    padding: 25px 2.5% 30px 3.125%;
    position: relative;
}
.ct1 {
    font-size: 28px;
    font-family: "arialbd";
    text-transform: uppercase;
    line-height: 1;
    color: #354ba7;
    font-style: italic;
}
.ct1desc {
    font-size: 20px;
    color: #383838;
}
.map .ct1 {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.m_form {
    display: block;
    width: 100%;
}
.m_form ul li {
    margin: 3.3% 0 0 0;
    width: 100%;
}
.m_form ul li.li1 {
    width: 48.35%;
}
.m_intxt {
    width: 100%;
    display: block;
    background: #f6f6f6;
    border: none;
    font-size: 20px;
    padding: 16px 20px;
    resize: none;
    border-radius: 4px;
    line-height: 1.5;
}
.m_inbut {
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    font-family: "arialbd";
    line-height: 2.166666666666667;
    border-radius: 4px;
    border: none;
    background: #354ba7;
    border: 1px solid #354ba7;
    margin-top: 5px;
    padding: 0 55px;
    cursor: pointer;
    transition: all 0.6s;
}
.m_inbut:hover {
    color: #000;
    background: none;
}
.about_bg {
    width: 100%;
    background: #fff;
}
.about_tab {
    width: 100%;
    height: 100px;
    background: #ebebeb;
}
.about_tab .nav_wrap {
    width: 100%;
}
.about_tab .nav_wrap.navFix {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    background: #ebebeb;
}
.about_tab .nav_wrap .wrap_tab {
    line-height: 100px;
    margin-right: 70px;
}
.about_tab .nav_wrap .wrap_tab:last-child {
    margin-right: 0;
}
.about_tab .nav_wrap a {
    padding: 0 5px;
    display: block;
    font-size: 20px;
    position: relative;
}
.about_tab .nav_wrap .active,
.details_main .about_tab .nav_wrap a:hover {
    color: #ff9421;
    font-family: "arialbd";
}
.about_tab .nav_wrap .active:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    background: #ff9421;
    font-size: 0;
    overflow: hidden;
}
.com_show {
    padding-top: 85px;
}
.ab_t {
    font-size: 40px;
    font-family: "arialbd";
}
.com_con {
    width: 100%;
    margin: 25px 0 120px 0;
}
.com_con .pic {
    width: 50%;
}
.com_con .pic img {
    display: block;
    width: 100%;
}
.com_con .txt {
    width: 48.125%;
    line-height: 1.388888888888889;
    font-size: 18px;
}
.com_con .txt .clear {
    width: 100%;
}
.com_con .txt * {
    color: #000;
}
.com_con .txt p {
    margin-bottom: 25px;
}
.com_con .txt p:last-child {
    margin-bottom: 0;
}
.ab_con1_2 {
    width: 100%;
    background: url(../images/abg1.jpg) center top no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.ab_con1_2 .clear {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.ab_con1_2 * {
    color: #fff;
    font-size: 18px;
}
.ab_con1_2 .txt {
    width: 50%;
    padding: 0 1.25%;
    line-height: 1.444444444444444;
}
.ab_con1_2 .txt p {
    margin-bottom: 26px;
}
.ab_con1_2 .txt p:last-child {
    margin-bottom: 0;
}
.ab_con1_2 .ab_ico {
    width: 50%;
}
.ab_con1_2 .ab_ico img {
    width: 13.875%;
    margin-right: 5%;
}
.ab_con1_2 .ab_ico img:last-child {
    margin-right: 0;
}
#about2 {
    width: 100%;
    background: url(../images/abg2.jpg) center top no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.ab2_list1 {
    width: 105.9375%;
    padding: 0 0 70px 0;
}
.ab2_list1 li {
    margin: 3.625% 5.9375% 0 0;
    width: 27.39583333333333%;
}
.ab2_list1 li .pic_w img {
    width: 100%;
    height: 100%;
}
.ab2_list1 li .txt {
    padding: 22px 3.2% 0 3.2%;
}
.ab2_list1 li .txt em {
    font-size: 22px;
    font-family: "arialbd";
    color: #383838;
    display: block;
}
.ab2_list1 li .txt p {
    font-size: 18px;
    color: #383838;
    line-height: 1.333333333333333;
    margin-top: 4px;
}
.ab2_list1 li:nth-child(2) {
    display: flex;
    flex-direction: column;
}
.ab2_list1 li:nth-child(2) .txt {
    order: 1;
    padding-top: 0;
    padding-bottom: 22px;
}
.ab2_list1 li:nth-child(2) .pic {
    order: 2;
}
.ab2_list2 {
    width: 100%;
}
.ab2_list2 li {
    border-bottom: 2px solid #cdcecf;
    padding: 15px 0;
}
.ab2_list2 li:last-child {
    border-bottom: none;
}
.ab2_list2 li .ab_t2 {
    font-size: 20px;
    font-family: "arialbd";
    width: 35.3125%;
    padding: 0 1.25%;
}
.ab2_list2 li .txt {
    font-size: 18px;
    width: 64.6875%;
    padding-right: 1.25%;
}
.com li .pic_w img,
.con5_rt .pic img {
    display: block;
    transition: all 0.6s;
    max-height: 100%;
    max-width: 100%;
}
.com li.hover .pic_w img,
.con5_rt .pic.hover img {
    transform: scale(1.05);
}
/*foot style*********************************************************************/
.footer {
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    background: #ffffff;
    overflow: hidden;
    padding: 50px 0;
}
.footleft {
    float: left;
    width: 50%;
    padding-right: 10%;position: relative;
}
.footleft::after{
    content: '';
    background: #dcdcdc;
    position: absolute;
    right: 0;top: 5%;bottom: 5%;width: 1px;
}
.footright {
    float: right;
    width: 45%;
    padding-right: 10%;
}
.footer .title {
    font-size: 30px;
    line-height: 1.5;color: #383838;font-weight: 600;
}
.footer .desc {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 20px;color: #383838;font-weight: 600;
}
a.sample {
    display: inline-block;
    padding: 15px 50px;
    border-radius: 5px;
    background-image: url(../images/rbg.png);
    background-size: 100% 100%;
    color: #ffffff;font-size: 20px;
}
.footer .share {
    margin-top: 50px;
}
.footer .share a {
    border: 2px solid #354ba7;
    border-radius: 50%;
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 9%;
    float: left;
    color: #354ba7;
}
.footer .share a:nth-last-child(1) {
    margin-right: 0;
}
.footer .share a:nth-child(1) span {
    font-size: 40px;
}
.footer .share a:nth-child(2) span {
    font-size: 40px;
}
.footer .share a:nth-child(3) span {
    font-size: 70px;
}
.footer .share a:nth-child(4) span {
    font-size: 45px;
}
.footer .share a:hover {
    color: #ffffff;
    background: #354ba7;
}
.fnav a {
    font-size: 18px;
    margin-right: 35px;color: #383838;font-weight: 600;
}
.fnav a:nth-last-child(1) {
    margin-right: 0;
}
.footright .address {
    margin-top: 50px;
}
.footright .address .row {
    display: flex;
    align-items: center;
    padding: 10px 0;
    margin-bottom: 1px;
    margin-top: 18px;
}
.footright .address .row img {
    width: 25px;
    display: block;
    float: left;
    margin-right: 20px;
}
.footright .address .descs {
    display: block;
    font-size: 18px;color: #383838;
}
/*动画*/
.dog{
    position:fixed;
    left: 0;right: 0;top: 0;bottom: 0;
    background: #000000;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center; 
 
}
.dog img{
    width: 300px;animation: 5s imgs;opacity: 0;
}
.dog span{
    display: none;
}
.dog.on{
    width: 100px;
    right: 0;left: auto;
    bottom: 20px;top: auto;background: none;
}
.dog.on span{
    position: absolute;left: 0;top: 0;display: block;cursor: pointer;width: 23px;
}
.dog.on img{
    width: 100%;
}
@keyframes imgs{
    0%{
    opacity: 0;
    }
    60%{
    opacity: 1;
    }
    100%{
        opacity: 0;

    }
  }

/*产品弹窗*/
.protc{
    display: none;
}
.protc.on{
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    left: 0;right: 0;top: 0;bottom: 0;
    z-index: 9999;
}
.protc .box{
    background: #ffffff;
    padding: 20px;display: inline-block;
    max-width: 600px;position: relative;
}
.protc .img{
    max-width: 600px;overflow: hidden;
    max-height: 80%;margin-top: 0;

}
.protc .img img{
    width: 100%;
}
.protc .title{
    word-break: break-all;font-size: 23px;
    text-align: center;padding: 10px 0;
}
.protc .desc{
    word-break: break-all;font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.protc .box .close{
    position: absolute;
    left: 50%;
    transform:translate(-50%,110%);
    -webkit-transform:translate(-50%,110%);
    bottom: 0;cursor: pointer;
}

.protc .box .lefts{
    position: absolute;
    top: 50%;
    left: 0;
    transform:translate(-150%,0%);
    -webkit-transform:translate(-150%,0%);
    bottom: 0;cursor: pointer;
    height: 35px;
}

.protc .box .rights{
    position: absolute;
    top: 50%;
    right: 0;
    transform:translate(150%,0%);
    -webkit-transform:translate(150%,0%);
    bottom: 0;cursor: pointer;
    height: 35px;
}
#zoom .content.loading{ width:60px !important; height:60px !important; background-repeat:no-repeat; background-position:center; }
#zoom .content.loading .title,#zoom .content.loading .desc{ display:none !important}

.con2c .swiper-button-next, .con2c .swiper-button-prev{ width:49px; height:49px; }
.con2c .swiper-button-next{ right:0;background: url(../images/arrows.png) no-repeat 100% 0; border-radius: 4px 0 0 4px;  
    }
.con2c .swiper-button-prev{ left:0; background: url(../images/arrows.png) no-repeat 0 0;border-radius: 0 4px 4px 0;
    }
.con2c .swiper-button-next:after,.con2c .swiper-button-prev:after{ font-size:30px; display:none}


@font-face {
  font-family: 'iconfont2';
  src: url('iconfont2.woff2?t=1757857238605') format('woff2'),
       url('iconfont2.woff?t=1757857238605') format('woff'),
       url('iconfont2.ttf?t=1757857238605') format('truetype');
}
.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dropdown{ position:absolute !important; margin-top:0 !important; right:120px; top:50%; transform:translateY(-50%); z-index:99}
.dropdown em{ border:1px solid #333; border-radius:1000px; line-height:37px; padding:0 24px 0 24px;  background-size:14px 8px; background-color:#FFFFFF;}
.dropdown em img{ height:20px; margin-right:12px;}
.dropdown em a {
    display:inline-block;
    text-align: center;
    width:auto;
    font-size: 16px;
}

.dropdown.hover p{ display:block; height:auto; opacity:1;}

@media screen and (max-width: 920px){
.dropdown{ right:80px !important}	
}


.popboxs{ position:absolute; z-index:3; width:190px; right:50px; border:2px solid #957159; border-radius:10px; background-color:#fff; padding:10px 15px; bottom:57px; font-size:14px; display:none}
.popboxs.block{ display:block}
.popboxs .doga a{ display:inline-block; color:#957159; border-bottom:1px solid #957159}
.popboxs .doga:after{ content:""; display:inline-block; width:12px; height:12px; background:url(../images/dogpop01.png) no-repeat center; background-size:100%; vertical-align:middle; margin-left:5px;}
.dog div img{ cursor:pointer}
.popboxs:after{ content:""; display:block; width:23px; height:10px; background:url(../images/dogpop02.png) no-repeat center; background-size:100%; position:absolute; z-index:3; bottom:-10px; right:15px}


.popboxs .popclose{ display:block; width:23px; height:23px; position:absolute; z-index:3; right:5px;top:5px; cursor:pointer; background:url(../images/close.png) no-repeat center; background-size:100%}
