.productcategorya {
    background: url("../images/background-1.png") no-repeat right top;
}
.productcategorya .title h2 {
    text-align: center;
    font-size: 38px;
    margin: 70px 0 60px;
    font-weight: bold;
    color: #1E56A9;
}
.productcategorya .list .swiper.cate-container {
    padding-bottom: 40px;
}
.productcategorya .list .item .aimg {
    padding: 10px;
    border-radius: 12px;
}
.productcategorya .list .item .aimg img {
    width: 100%;
}
.productcategorya .list .item .aimg:hover .img {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);
}
.productcategorya .list .item .aimg .img {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    border-radius: 8px;
}
.productcategorya .list .item .h2 {
    padding: 34px 60px;
    text-align: center;
    margin: 0 0 20px 0;
}
.productcategorya .list .item .h2 h2 {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.productcategorya .list .item .h2 h2:hover {
    color: #1F57AA;
}

.zhongjianbg {
    background: url("../images/background-2.png") no-repeat left center;
}
.index2a {
  margin-bottom: 28px;
}
.index2a .title h2 {
    text-align: center;
    margin-bottom: 41px;
    font-size: 38px;
    font-weight: bold;
    color: #1E56A9;
    position: relative;
    margin-top: 44px;
}
.index2a .row .left {
    width: 760px;
}
.index2a .row .right {
    width: 390px;
}


.index2a .row img {
    width: 100%;
    object-fit: cover;
}
.index2a .row .list img {
    height: 190px;

}
.index2a .row .summary.website {
    margin-top: 28px;
    font-size: 16px;
    color: #3E3E3E;
    line-height: 28px;
}
.index2a .row .summary .p {
    line-height: 1.6;
    font-size: 18px;
    margin-top: 34px;
    color: #323232;
}
.index2a .row .summary a {
    display: inline-block;
    padding: 15px 28px;
    background: #1F57AA;
    color: #fff;
    font-size: 18px;
    margin-top: 36px;
}
.index2a .row .summary a:hover {
    background: #083689;
    color: #fff;
}

.index2a .row .list h3 {
    font-size: 20px;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    padding: 8px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.index2a .row .list:hover h3 {
    background: rgba(0, 0, 0, 0.6);
}
.index2a .row .list{
    margin-bottom: 40px;
    position: relative;
    border-radius: 8px 8px;
  	overflow: hidden;
}
.index2a .row .img {
    position: relative;
    border-radius: 10px;
}
.index2a .row .img .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.index2a .row .img .cover a {
    display: block;
    background: url("../images/video_docm.png") no-repeat center center;
    width: 65px;
    height: 65px;
}
.index2a .row .img .cover a:hover{
    background: url("../images/mvideo_doc.png") no-repeat center center;
}

.indextui .title {
    padding: 30px 0;
    text-align: center;
}
.indextui .title h2 {
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    color: #1E56A9;
    position: relative;
}
.indextui .list {
    margin: 0 0 33px;
}
.indextui .list .img {
    position: relative;
}
.indextui .list .img .pos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.2);
    color: #fff;
    display: none;
}
.indextui .list .img:hover .pos {
    display: flex;
}

.indextui .list .img .pos div {
    width: 70%;
    text-align: center;
    line-height: 1.3;
}
.indextui .list .img .pos h2 {
    font-size: 26px;
    margin-bottom: 8px;
    font-weight: bold;
}
.indextui .list .img .pos p {
    font-size: 17px;
    font-weight: bold;
}
.indextui .list .img .more {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #1F57AA;
    display: none;
}
.indextui .list .img:hover .more {
    display: block;
}
.indextui .list .img .more span {
    font-size: 17px;
    margin-left: 4px;
}
.indextui .list .right .img + .img {
    margin-top: 8px;
}
.indextui .list .left .img img {
    width: 694px;
    height: 718px;
    object-fit: cover;
}
.indextui .list .right .img img {
    width: 498px;
    height: 355px;
    object-fit: cover;
}


.chuchuan .chubox h3 {
  text-align: center;
  margin-top: 90px;
  margin-bottom: 50px;
  font-size: 38px;
  font-weight: bold;
  color: #2057AA;
}

.chuchuan .chubox .chubody .item .pic {
    width: 100%;
    height: 310px;
    object-fit: contain;
}
.chuchuan .chubox .chubody .item h2 {
    padding: 18px 44px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
    color: #fff;
    height: 50px;
    background: #1F57AA;
    position: relative;
}
.chuchuan .chubox .chubody .item:hover h2 {
    background:
            #083689;
}
.chuchuan .chubox .chubody .item {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.chuchuan .chubox .chubody .item:hover {
    box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.chuchuan .chubox .chubody .item h2 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.chuchuan .chubox .chubody .item h2::before {
    content: " ";
    display: block;
    position: absolute;
    border-width: 0 20px 20px 0;
    border-style: solid;
    border-color: transparent #fff transparent;
    top: 0;
    right: 0;
}
.chuchuan .chubox .chubody {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 70px 30px;
}
.chuchuan .chubox .title {
    position: relative;
}
.chuchuan .chubox .title a {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 12px;
    right: 0;
    color: #0494DB;
}
.chuchuan .chubox .title a:hover {
    color: #1F57AA;
}


.video {
    background: url("../images/background-3.png") no-repeat right bottom;
}
.video .title {
    position: relative;
}
.video .title h2 {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 38px;
    font-weight: bold;
    color: #2057AA;
}
.video .title a {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 46px;
    right: 0;
    color: #0494DB;
}
.video .title a:hover {
    color: #1F57AA;
}
.video .con {
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.video .left .img ,.video .right .img{
    position: relative;
    border-radius: 16px;
}
.video .right .img{
    margin-bottom:10px
}
.video .left .img img {
    width: 684px;
    height: 434px;
    object-fit: cover;
    border-radius: 16px;
}
.video .right .img img {
    width: 452px;
    height: 212px;
    border-radius: 16px;
    object-fit: cover;
}
.video .img a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: inline-block;
    background: url('../images/video_docm.png') no-repeat center center;
}
.video .img:hover a{
    background: url('../images/mvideo_doc.png') no-repeat center center;
}


.indexzhengshu .content .swiper.indexzhengshusw {
    padding-top: 200px;
    padding-bottom: 100px;
}
.indexzhengshu .title {
    position: relative;
}
.indexzhengshu .title h2 {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 10px;
    font-size: 38px;
    font-weight: bold;
    color: #2057AA;
}
.indexzhengshu .title a {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 12px;
    right: 0;
    color: #0494DB;
}
.indexzhengshu .title a:hover {
    color: #1F57AA;
}

.index9 .title{
    position: relative;
}
.index9 .title h2 {
    margin-top: 70px;
    text-align: center;
    margin-bottom: 50px;
    font-size: 38px;
    font-weight: bold;
    color: #2057AA;
}
.index9 .title a {
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 12px;
    right: 0;
    color: #0494DB;
}
.index9 .title a:hover {
    color: #1F57AA;
}
.index9 .list {
    float: left;
    margin-right: 20px;
    width: calc(100% / 2 - 46px);
    margin-bottom: 38px;
    padding: 14px 18px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    border-radius: 8px;
    position: relative;
}
.index9 .list:hover {
    box-shadow: 0 3px 10px rgba(0,0,0,0.35);
}
.index9 .list:nth-child(2n) {
	margin-right: 0;
}
.index9 .list .left {
	float: left;
	width: 200px;
	margin-right: 20px;
}
.index9 .list .right {
	width: calc(100% - 220px);
	float: right;
}
.index9 .list .right h2 {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.4;
    color: #333333;
    margin-bottom: 18px;
    font-weight: bold;
}
.index9 .list .right h2 a:hover {
    color: #2057AA;
}
.index9 .list .right h2 a {
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index9 .list .right .p {
    font-size: 16px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333;
}
.index9 .list .right .add_time {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 16px;
}



.map {
    background: url("../images/background-4.png");
    padding-bottom: 60px;
    padding-top: 10px;
}
.map .h2 h2 {
    font-size: 38px;
    text-align: center;
    margin: 50px auto;
    font-weight: bold;
    color: #2057AA;
}
.map .wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.map .wrapper .left h2,.map .wrapper .right h2 {
    font-size: 24px;
    margin-bottom: 44px;
    font-weight: bold;
}
.map .wrapper .left div span, .map .wrapper .left div a {
    font-size: 17px;
    color: #333;
    max-width: 80%;
    line-height: 56px;
    font-weight: bold;
}
.map .wrapper .left div {
    margin-bottom: 18px;
}
.map .wrapper .left div .EFfx {
    background: #333;
    color: #fff;
    display: block;
    height: 56px;
    width: 56px;
    text-align: center;
    flex-shrink: 1;
    white-space: nowrap;
    line-height: 56px;
    border-radius: 80%;
    font-size: 22px;
    margin-right: 20px;
}
.map .wrapper .left div.foot-address span {
    line-height: 28px;
}
.map .wrapper .left div.list {
    margin-top: 46px;
}
.map .wrapper .left div.list a {
    margin-right: 10px;
}
.map .wrapper .right {
	width: 45%;
}
.map .wrapper .right input {
    width: 97%;
    height: 40px;
    padding: 0 6px;
    margin-bottom: 16px;
    background: #FFFFFF;
    border: 2px solid #333;
    outline: none;
    font-size: 16px;
}
.map .wrapper .right #Message {
    width: 96.4%;
    padding: 6px;
    margin-bottom: 16px;
    height: 92px;
    background: #FFF;
    border: 2px solid #333;
    font-size: 16px;
    font-family: arial;
}
.map .wrapper .right .liu {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
.map .wrapper .right li .btn {
    background: #333333;
    color: #fff;
    font-size: 20px;
    padding: 12px 50px;
    width: auto;
    border-radius: 5px;
    border: none;
    margin-bottom: 0;
    cursor: pointer;
    height: auto;
}
.map .wrapper .right li .btn_over{
    background: #333333;
    color: #fff;
    font-size: 20px;
    padding: 12px 50px;
    width: auto;
    border-radius: 5px;
    border: none;
    margin-bottom: 0;
    cursor: pointer;
    height: auto;
}
.map .wrapper .right li .btn:hover {
    background: #2057AA;
}
.map .wrapper .left {
	width: 50%;
}
.map .wrapper .right .liu span {
	vertical-align: middle;
	display: table;
	margin-right: 14px;
}
.map .wrapper .right .liu span img {
    width: 140px;
    vertical-align: middle;
    margin-left: 12px;
}
.map .wrapper .right .liu #Verify {
	vertical-align: middle;
    width: 220px;
}

.img {
    overflow: hidden;
}
.img img {
    transition: all 0.3s;
}
.img:hover img {
    transform: scale(1.2);
}

html[lang=ar] .map .wrapper .left div .EFfx {
  margin-left: 20px;
  margin-right: 0;
}