@import url('animate.css');
@import url('../vendor/owl/owl.css');
@import url('animation.css');
@import url('../iconfont/iconfont.css');
/*** 
====================================================================
	Global Settings
====================================================================
 ***/

body {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 400;
    background: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
.bordered-layout .page-wrapper {
    padding: 0px 50px 0px;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: var(--red);
}

button,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none !important;
}
.pull-left {
    float: left;
}
.pull-right {
    float: right;
}


textarea {
    overflow: hidden;
}

p {
    position: relative;
    line-height: 1.8em;
}
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

img {
    display: inline-block;
    max-width: 100%;
}
/* innerbanner */
.inner-banner-section {
    position: relative;
    overflow: hidden;
    height: 350px;
}
.inner-banner-section .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* z-index: 1; */
}
.inner-banner-section .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
    position: relative;
}
.inner-banner-section .slogan {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: PTSans;
    font-size: 36px;
    color: var(--white);
    text-shadow: 0px 2px 3px rgba(0, 8, 21, 0.5);
    position: relative;
    padding-left: 0;
}
.inner-banner-section .slogan-line {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 300px;
    height: 16px;
    background: linear-gradient(90deg, rgba(255, 0, 0, 0.72), rgba(26, 70, 149, 0.4), rgba(26, 70, 149, 0));
}
@media screen and (max-width:576px) {
    .inner-banner-section {
        height: 200px;
    }
}
.inner-banner-section img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
/* about us */
.product-right-text {
    font-family: PTSans;
    font-weight: 400;
    font-size: 16px;
    color: var(--three);
    line-height: 24px;
}
/* Product */
.product-right-list-item {
    border: 1px solid var(--protitle);
    margin-bottom: 2rem;
}
.product-right-list-item-title {
    height: 44px;
    background: var(--protitle);
    font-family: PTSans;
    font-weight: 400;
}
.product-right-list-item-title a{
   
    color: var(--three);
}
.product-right-list-item-title h6 {
    line-height: 44px;
    margin-bottom: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
      -webkit-line-clamp: 1;
       -webkit-box-orient: vertical;
       padding: 0 20px;
}
@media screen and (max-width:576px) {
    .product-right-list-item-title h6 {
		font-size: 12px;
	}
}
.product-right-list-item-img{
   
    overflow: hidden;
	display: flex;
    padding: 20px;
}
.product-right-list-item-img img{
 margin: auto;
}
.product-right-list-item:hover{
	border: 1px solid var(--red);
	cursor: pointer;
}
.product-right-list-item:hover .product-right-list-item-title{
	background-color: var(--red);
    color:var(--white);
}
.product-right-list-item:hover .product-right-list-item-title a{
	color:var(--white);
}
.product-right-list-item:hover .product-right-list-item-img img{
    transform: scale(1.2);
    transition: all 0.3s ease-in-out;
}
.zhengshu-right-text .pro-content{
    color: var(--three);
    font-size: 16px;
}
.product-right-title h3{
   
font-family: PTSans;
font-size: 28px;
color: var(--three);
}
/* zhengshu */
.zhengshu-item{
	display: flex;
}
.zs-content{
	flex: 1;
}
.zs-content h5{
	
color: var(--primary);
position: relative;
padding-left: 15px;
margin-left: 25px;
}
.zs-content h5::after{
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: var(--primary);
}
.zs-content .zs-text{

background: var(--light);

font-family: PTSans;
font-weight: 400;
font-size: 16px;
color: #666666;
line-height: 24px;
padding: 27px 24px;
}
.zhengshu-right .row .zhengshu-item:nth-child(2n) .zs-content{
	order: -1;
}
.zhengshu-right .btn-close {
    box-sizing: content-box;
    width: 2em;
    height: 2em;
    padding: .25em .25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    background-size: cover;
    border: 0;
    border-radius: .25rem;
    opacity: .5;
}
.zhengshu-right .modal-header .btn-close {
    padding: 0;
    margin: -.5rem -.5rem -.5rem auto;
}
.zhengshu-right .modal-content{
    background-color: transparent;
    border: none;
}
.zhengshu-right .modal-header {
    padding: 0;
}
.zhengshu-right .modal-dialog {
   
    margin: 6rem auto;
    max-width: 300px;
}
 @media (max-width: 576px) {
    .zhengshu-right .modal-dialog {
   
        margin: 5rem;
    }
}
/*  */

.logistics-item {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
}

.logistics-item-date {
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    padding-right: 35px;
    /* border-right: 1px solid #e6e6e6; */
    /* width: 110px; */
}

.logistics-item-date .circle {
    width: 32px;
    height: 32px;
    background: var(--white);
    border-radius: 16px;
    box-shadow: -2px 0px 4.75px 0.1px rgba(0, 0, 0, 0.10);
    position: relative;
	border: 2px solid #666666;
}
.logistics-item-date .icon-tuxing {
    position: absolute;
    top: 0px;
    left: -10px;
}
.logistics-item-date .icon-tuxing:hover {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 10px;
}
.icon-tuxing {
    font-size: 36px;
    color: var(--primary);
    line-height: 36px;
}
.logistics-text {
    padding-left: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
}
.logistics-text h5 a{
    color: var(--three);
}
.logistics-text h5 a:hover{
    
    text-decoration: underline;
    
}
.logistics-text .paragraph a{
    color:#808080;
	font-size: 14px;
}
.logistics-text .paragraph a:hover{
   
    text-decoration: underline;
}
@media screen and (max-width:767px) {
    .logistics-item-date {
        padding-right: 15px;
    }
    .logistics-text {
        padding-left: 15px;
        padding-right: 15px;
    }
   
    .logistics-item {
       
        padding-top: 30px;
        padding-bottom: 30px;
        
    }
}
.logistics-item h5 a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.logistics-item p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2rem;
}

.web-new-data {
	display: block;
	font-size: 14px;
}
@media (max-width: 579.5px) {
  
   
    .logistics-img {
        /* order: -1; */
        width: 160px;
    }
}

.circle:hover{
    cursor: pointer;
    border: 2px solid var(--red);
	color: var(--white);
	background-color: var(--red);
}

/* logistics */
.logistics-content p,
.logistics-content span {
    color: #666666 !important;
    font-size: 1rem;
    line-height: 2rem;
    text-align: justify;
}
.logistics-content{
    line-height: 2.5rem;
    color: #666666 !important;
    /* 首行缩进2字符 */
    text-indent: 2em;
}


.logistics-content img {
    margin: auto;
}

.direction {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.direction .item a {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0;
}
/* Partner */
.partner-thumb{
	border: 1px solid var(--protitle);
	padding: 40px 30px;
}
.partner-thumb:hover{
	border: 1px solid var(--red);
}
.partner-info:hover .text-center a{
	text-decoration: underline;
}
.partner-item:hover .partner-thumb{
	border: 1px solid var(--red);
}
/* Contact */
.contact
{
	
	background-color: var(--light);
}
.contact-widget {
    margin-bottom: 30px;
    display: flex;
}
.contact-container{
	padding: 50px 40px!important;
}


.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: center; */
    padding: 0px 20px;
    flex: 1;
}

.contact-info span {
    color: var(--three);
    font-size: 14px;
    /* 超出自动换行 */
    word-break: break-all;
    /* 超出显示省略号 */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.skype-box span:nth-child(2){
	font-size: 16px;
}
.erweima-img-box {
	display: flex;
	justify-content: space-between;
}
/*** 
====================================================================
	Reservation Section
====================================================================
***/
.reservation-section {
	position: relative;
	padding-top: 140px;
}
.reservation-section.style-two {
	padding-top: 80px;
}
.reservation-section .inner-container {
	position: relative;
	z-index: 1;
	margin-bottom: -120px;
	padding: 45px 50px 70px;
	border: 1px solid #ad9a7c;
	background-color: #ffffff;
}
/* Reservation Form */
.reservation-form .form-group {
	position: relative;
	margin-bottom: 30px;
}
.reservation-form .form-group input[type="text"],
.reservation-form .form-group input[type="password"],
.reservation-form .form-group input[type="tel"],
.reservation-form .form-group input[type="email"],
.reservation-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	color: #222222;
	line-height: 28px;
	padding: 10px 20px;
	height: 50px;
	font-size: 16px;
	border-radius: 4px;
	/* background-color: #fafafa; */
	border:none;
	border-bottom: 1px solid #d9d9d9;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}

.reservation-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 15px 20px;
	color: #222222;
	height: 170px;
	resize: none;
	font-size: 16px;
	border-radius: 4px;
	/* background-color: #fafafa; */
	border:1px solid #d9d9d9;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
}
.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error {
	border-color: var(--red) !important;
}
.contact-form label.error {
	display: block;
	line-height: 24px;
	padding: 5px 0px 0px;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	
	font-weight: 500;
}
.theme-btn{
	width: 130px;
height: 40px;
background: var(--red);
color: var(--white);
}
.layui-form-item .layui-btn-file{
   
    height: 50px;
     width: 170px!important; 
    line-height: 38px;
    padding: 0 18px;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
     margin-bottom: 0px!important; 
}
/*图片放大*/
       /* 图片容器 */
        .image-containerbox {
            /*width: 300px;*/
            /*margin: 20px auto;*/
            cursor: pointer;
        }

        .zoomable-pic {
            /*width: 100%;*/
            height: auto;
            border-radius: 8px;
            transition: transform 0.3s ease;
        }

        .zoomable-pic:hover {
            transform: scale(1.05);
        }

        /* 模态框 */
        .modalpic {
            display: none; 
            position: fixed;
            z-index: 9999;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.9); 
            overflow: auto;
        }

        .modalpic-content {
            display: block;
            margin: 150px auto 0; /* 图片居中 */
            width: 500px;
            max-width: 75%;
            border-radius: 8px;
        }

        /* 关闭按钮 */
        .closepic {
            position: absolute;
            top: 20px;
            right: 35px;
            color: #fff;
            font-size: 40px;
            font-weight: bold;
            cursor: pointer;
            transition: color 0.3s ease;
        }
 @media screen and (max-width:767px) {
            .closepic {
            position: absolute;
            top: 50px;
            right: 15px;
           
        }
        }
        .closepic:hover {
            color: #ccc;
        }