body {
    font-family: 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;
}

@font-face {
    font-family: 'cinzelregular';
    src: url('../fonts/cinzel-regular_0-webfont.eot');
    src: url('../fonts/cinzel-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/cinzel-regular_0-webfont.woff2') format('woff2'),
        url('../fonts/cinzel-regular_0-webfont.woff') format('woff'),
        url('../fonts/cinzel-regular_0-webfont.ttf') format('truetype'),
        url('../fonts/cinzel-regular_0-webfont.svg#cinzelregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
input:-webkit-autofill {    
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
 }
input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
}

::selection {
    background: #222;
    color: white;
    text-shadow: none;
}

::-webkit-scrollbar-track-piece {
    width: 4px;
    background-color: #f0f0f0
}

::-webkit-scrollbar {
    width: 4px;
    height: 6px
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #053a7f;
}


/**header**/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    display: block!important;
}

.headT_l li {
    float: left;
    padding: 6px 0 7px;
}

.headT_l li a {
    border-right: 1px solid #aaa;
    color: #aaa;
    display: block;
    font-size: 12px;
    font-weight: 500;
    padding: 0 9px;
    text-transform: uppercase;
    width: 100%;
    letter-spacing: 0.4px;
    line-height: 15px;
}

.headT_l li a:hover {
    color: #9D2027
}

.headT_l li:last-child a {
    border: 0;
}

.headT_r {
    float: right;
    background: #2b3033;
    padding: 0 5px;
}

.headT_r li {
    float: left;
    padding: 8px 0;
}

.headT_r li:last-child a {
    border: 0;
}

.headT_r li a {
    width: 85px;
    display: block;
    font-weight: 700;
    height: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    line-height: 15px;
    color: #fff;
    border-right: solid 2px #fff;
}

.headT_r li a:hover {
    color: #9D2027;
}

.headTop:after {
    content: '';
    display: table;
    clear: both;
}

.headTop {
    border-bottom: 2px solid #2b3033;
}

.headM_t {
    padding-top: 24px;
    padding-bottom: 15px;
    display: none;
}

.logo img {
    width: 77%;
}

.headM_t_btn a:last-child {
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    background: #9D2027;
    border: none;
    color: #fff;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    height: 45px;
    line-height: 45px;
    letter-spacing: 0.09rem;
    font-size: 12px;
    padding: 0 24px;
    text-align: center;
    text-transform: uppercase;
}

.headM_t_btn a:last-child i {
    margin-left: 4px;
    position: relative;
    top: 1px;
    font-size: 20px;
}

.headM_t_right {
    float: right;
}

.logo {
    float: left;
    width: 6%;
}

.headMid_content {
    width: 92%;
    float: left;

}

.headM_t:after {
    content: '';
    display: table;
    clear: both;
}

.headM_t_btn a:first-child {
    -webkit-transition: background-color 0.2s ease 0s;
    transition: background-color 0.2s ease 0s;
    background: #fff;
    border: none;
    color: #fff;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    height: 45px;
    letter-spacing: 2px;
    padding: 15px 24px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #9D2027;
    box-shadow: inset 0 0 0 1px #9D2027;
    color: #9D2027;
    font-weight: 600;
}

.headM_sear:hove input {
    border-color: #053a7f;
}

.headM_t_btn a:first-child i {
    font-size: 18px;
    margin-right: 8px;
}

.headM_sear {
    float: right;
    margin-right: 16px;
}

.headM_t_btn:after {
    content: '';
    display: table;
    clear: both;
}

.headM_t_btn {
    float: right;
}

.headM_sear input {
    background: #fff;
    border: 1px solid rgba(43, 48, 51, 0.5);
    border-radius: 0;
    color: #2b3033;
    height: 45px;
    margin: 0;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    padding: 0 12px;
    outline: none
}

.headM_sear button {
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 0;
    text-align: center;
    width: 48px;
    background: #77787b;
    display: inline-block;
    height: 45px;
    position: relative;
    left: -5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.headM_sear button:hover {
    background: #053a7f;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.headM_m>ul>li>a h3 {
    color: #2b3033;
    display: block;
    font-size: 14px;
    padding: 10px 0;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    letter-spacing: 1px;
    margin:  0;
    min-width: 60px;
}

.headM_m>ul>li>a h3:hover {
    /*color:#9D2027;*/
    font-weight: 600;
}
.headM_m .en_txt{
    display: none;
}

.headM_m>ul>li>a:after {
    content: '';
    display: inline-block;
    border-bottom: solid 8px #2b3033;
    border-right: solid 8px transparent;
    border-left: solid 8px transparent;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.headM_m>ul>li:first-child>a:after {
    left: 40%;
}

.headM_m>ul>li:hover a:after {
    bottom: -2px;
    opacity: 1;
    visibility: visible;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.headM_m>ul>li .news:after {
    display: none;
}

.headM_m>ul>li:hover .news:after {
    display: none;
}

.headM_m>ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    width: 100%;
}

.headM_m li {
    position: relative;
}

.headM_m li:first-child a {
    padding-left: 0;
}

.headM_m li:last-child a {
    padding-right: 0;
}

.headM_m li:last-child a:after {
    display: none;
}

.headMid {
    border-bottom: 1px solid #dcddde;
    padding: 15px 0;
}
.headMid .container{
	display: flex;
    align-items: center;
}

.headBot {
    border-bottom: 1px solid #dcddde;
}

.headBot li {
    width: 50%;
    float: left;
    text-align: center;
    padding: 10px 0;
}

.headBot li:first-child a {
    content: '';
    border-right: solid 1px #dcddde;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.4px;
}

.headBot li a {
    font-weight: 600;
    color: #2b3033;
    text-transform: uppercase;
    width: 100%;
    display: block;
    padding: 0 15px;
    letter-spacing: 1px;
}

.headBot ul:after {
    content: '';
    clear: both;
    display: table;
}

.drop_down {
    background: #fff;
    border: 1px solid #2b3033;
    border-top: 3px solid #2b3033;
    -webkit-box-shadow: 0 9px 36px 0 rgba(43, 48, 51, 0.2);
    box-shadow: 0 9px 36px 0 rgba(43, 48, 51, 0.2);
    margin-top: 0;
    max-width: 1000px;
    position: absolute;
    width: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    top: 58px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    width: auto;
    text-align: center;
}

.headM_m .nav_one:hover .drop_down {
    opacity: 1;
    top: 40px;
    visibility: visible;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.menu_cot:after {
    content: '';
    clear: both;
    display: table
}

.menu_li li {
    display: block;
    position: relative;
    width: 100%;
}

.menu_li:last-child {
    border-right: 0;
}

.menu_li {
    /* overflow: hidden; */
    height: 100%;
    padding: 18px 21px;
    width: 200px;
    border-right: 1px solid rgba(119, 120, 123, 0.2);
    float: left
}

.menu_li>ul {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    width: 100%;
    display: block;
}

.menu_li li h3 {
    color: #2b3033;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.2;
    margin: 0;
    padding: 8px 0;
}

.menu_li li h3 a {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.2;
    padding: 0
}

.menu_li li a {
    color: #2b3033;
    display: block;
    font-size: 13px;
    font-weight: 100;
    line-height: 16px;
    padding: 4px 0;
}

.menu_li li a:hover {
    color: #9D2027
}

.menu_li ul:not(:first-of-type) {
    margin-top: 21px;
}

.headM_m>ul>li:nth-child(10) .drop_down {
    right: -20px;
    width:
}

.headM_m>ul>li:nth-child(9) .drop_down {
    right: -60px;
    width: 470px;
}

.headM_m>ul>li:nth-child(8) .drop_down {
    right: -60px;
}

.headM_m>ul>li:nth-child(7) .drop_down {
    left: 50%;
    transform: translateX(-50%)
}

.headM_m>ul>li:nth-child(6) .drop_down {
    left: 50%;
    transform: translateX(-50%);
}

.headM_m>ul>li:nth-child(5) .drop_down {
    left: 50%;
    transform: translateX(-50%);
}

.headM_m>ul>li:nth-child(4) .drop_down {
    left: 50%;
    transform: translateX(-50%);
}

.headM_m>ul>li:nth-child(3) .drop_down {
    left: -60px;
}

.headM_m>ul>li:nth-child(2) .drop_down {
    width: auto;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

.headM_m>ul>li:first-child .drop_down {
    width: auto;
    transform: translateX(-36%);
}
.nav_two{
    position: relative;
    background: #fff;
    border-left: 0;
    width: 100%;
    padding: 0 10px;
    display: none;
}
.nav_two li h3{
    padding:0;
    font-size: 14px;
    font-weight: 500;
    color: #666;
}
.nav_three{
    display: none;
    position: relative;
    background: #fff;
    border-left: 0;
    width: 100%;
    padding: 0 10px;
}

.menu_img {
    margin: -18px -21px 0;
}

.menu_pic img {
    width: 100%;
}

.menu_pic {
    margin-bottom: 15px;
}

.menu_img h4 {
    margin: 0;
    font-size: 14px;
    padding: 0 18px;
    margin-bottom: 10px;
    color: #2b3033;
}

.menu_img p {
    padding: 0 18px;
    font-size: 13px;
    line-height: 1.5;
    padding-bottom: 9px;
    color: #2b3033;
    text-transform: capitalize;
    text-decoration: underline;
    display: inline-block;
    opacity: 0.8;
}

.ban_page span {
    width: 16px;
    height: 16px;
    background: url(../images/yd1.png) center center no-repeat;
    text-indent: -5em;
    display: inline;
    overflow: hidden;
    display: inline-block;
    margin-left: 6px;
    border-radius: 6px;
    opacity: .8;
}

.ban_page .swiper-pagination-bullet-active {
    background: url(../images/yd2.png) center center no-repeat;
}

.ban_page {
    position: absolute;
    bottom: 30px !important;
    width: 100%;
    z-index: 1;
}

.ban_img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden
}

.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.ban_wz {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 60%;
    left: 50%;
    transform: translate(-50%, -65%);
}

.ban_wz h3 {
    font-size: 5rem;
    letter-spacing: 6px;
    color: #053a7f;
    font-weight: 600;
    margin: 0;
}

.ban_img video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_wz {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-55%);
}

.banner_wz p {
    font-size: 15px;
    line-height: 28px;
    color: #fff;
    opacity: 0.9;
}

.banner_wz p:before {
    content: '';
    width: 60px;
    height: 1px;
    background: #fff;
    display: block;
    margin-bottom: 34px;
}




.wrapper {
    margin-top: 193px;
}
.breadcrumb{
	width: 90%;
	margin: 0 auto;
	padding: 15px;
	background: #fff;
}
.breadcrumb a{
	display: inline-block;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: ">";
}
.index_sec1 {
    width: 100%;
    padding: 60px 0 80px;
}

.index_sec1_box {
    width: 100%;
}

.index_sec1_box .box_img {
    width: 100%;
    position: relative;
}

.index_sec1_box .box_img img {
    width: 100%;
}
.index_sec1_box .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    text-align: center;
}
/* .index_sec1_box .box_img:hover .mask{
    display: block;
} */
.index_sec1_box .mask_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.index_sec1_box .mask_txt h5{
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 30px;
}
.index_sec1_box .mask_txt p{
    font-size: 20px;
	color: #ffffff;
}
.index_sec1_box .box_txt {
    width: 100%;
    margin-top: 30px;
}

.index_sec1_box .box_txt h5 {
    font-size: 20px;
    color: #333333;
}
.index_sec1_box .box_txt p {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}
.index_sec1_box .box_txt a{
    display: inline-block;
    width: 34px;
    height: 4px;
}

/**ind_box3**/

.ind_box1 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: #f6f6f6;
}

.index_box1_nav {
    width: 80%;
    margin: 0 auto;
}

.index_box1_left {
    width: 54%;
    float: left;
    position: relative;
}

.index_box1_left_wz {
    position: absolute;
    left: 26%;
    top: 30%;
    width: 170px;
}

.index_box1_left_wz p {
    display: inherit;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.index_box1_left_wz p span {
    display: block;
    color: #666;
    font-size: 12px;
}

.index_box1_right {
    width: 46%;
    padding-left: 80px;
    float: right;
    padding-top: 5%;
}

.index_box1_right h3 {
    color: #333;
    font-size: 16px;
    margin: 0;
    padding-bottom: 10px;
    font-family: 'cinzelregular';
    font-style: italic;
}

.index_box1_right h2 {
    font-size: 30px;
    margin: 5px 0 30px 0;
    letter-spacing: 2px;
}

.index_box1_right h2 span {
    color: #333;
    font-size: 40px;
}

.index_box1_right p {
    font-size: 15px;
    line-height: 28px;
}

.ind1_btn a {
    color: #fff;
    margin-top: 40px;
    display: inline-block;
}

.ind1_btn a:hover {
    color: #e60012;
}

.infos {
    position: absolute;
    top: 0;
    right: 0;
    width: calc(100% - 100px);
    height: 100%;
    z-index: 2;
}

.infos .info {
    position: absolute;
    width: 40px;
    height: 40px;
}

.info-1 {
    left: 52%;
    bottom: 50%;
}

.info-2 {
    right: 25%;
    bottom: 45%;
}

.info-3 {
    left: 27%;
    bottom: 19%;
}

.info-4 {
    margin: 19px 0 0 102px;
}

.ind1_button {
    width: 40px;
    height: 40px;
    background: #053a7f;
    border: 2px solid #dbd9d6;
    cursor: pointer;
    z-index: 5;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: all .2s ease, width .2s ease, height .2s ease;
    -o-transition: all .2s ease, width .2s ease, height .2s ease;
    -webkit-transition: all .2s ease, width .2s ease, height .2s ease;
    transition: all .2s ease, width .2s ease, height .2s ease;
}

.is-opened.ind1_button {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.ind1_button:hover {
    margin: -5px 0 0 -5px;
    width: 50px;
    height: 50px;
}

.ind1_button:before {
    margin: -7px 0 0 -1px;
    width: 2px;
    height: 14px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #dbd9d6;
    content: '';
}

.ind1_button:after {
    margin: -1px 0 0 -7px;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #dbd9d6;
    content: '';
}

.content {
    display: none;
    margin-left: -90px;
    position: absolute;
    top: 25px;
    left: 50%;
    width: 270px;
    background: #323f48;
    color: #dbd9d6;
    font-size: 11px;
}

.content-inner {
    padding: 10px;
    position: relative;
    background: #f7f7f7;
    z-index: 2;
}

.info-title {
    display: inherit;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.info-title span {
    display: block;
    color: #666;
    font-size: 12px;
}

.info-title:after {
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 12px;
    height: 2px;
    background: #fff;
    content: "";
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #231f20;
    z-index: 1;
}

.content .content-line {
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 1px;
    height: 40px;
    background: #dbd9d6;
    z-index: 3;
}

.line {
    position: absolute;
    top: 98px;
    left: -200%;
    width: 1px;
    height: 119px;
    background: #dbd9d6;
    z-index: 1;
}

.info .content-text {
    opacity: 0;
}






.ind1_l_l {
    width: 100px;
    float: left;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.ind1_l_r {
    float: right;
    width: calc(100% - 160px);
    margin-left: 60px;
    position: relative;
}

.ind1_l_l li {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    border: solid 1px #ccc;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ind1_l_l li a {
    padding: 5px;
}

.ind1_l_l li.active {
    border-color: #053a7f;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ind1_l_l li img {
    width: 100%;
}

.ind1_lis {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ind1_lis:first-child {
    position: relative;
}

.ind1_lis.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}





/**ind_box2**/
.index_box2 {
    width: 100%;
    position: relative;
    height: 700vh;
    overflow: hidden;
}

/*.ind2_hid{
	position:relative;
	width: 100%;
	opacity: 0;
	visibility: hidden;
}*/
.scrollDownBtn {
    display: none !important;
}








/**ind_box3**/
.index_box3 {
    padding: 100px 0;
    overflow: hidden;
    background: #fff;
    position: relative;
}

.index_box3_nav {
    width: 84%;
    margin: 0 auto;
}

.history_a {
    border-right: 1px #ddd solid;
    position: relative;
    overflow: hidden;
    padding: 0 35px;
}

.history_list h2 {
    font-size: 16px;
    color: #111;
    display: inline-block;
    letter-spacing: 1px;
    margin: 0 0 10px;
}

.history_a:nth-child(3) .history_list h2,
.history_a:nth-child(4) .history_list h2 {
    font-size: 80px;
}

.history_list h2 span {
    color: #111;
    font-size: 100px;
    line-height: 130px;
    margin: 0;
    font-family: georgia;
    letter-spacing: 2px;
}

.history_sj h3 {
    line-height: 30px;
    margin: 0 0 10px;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history_sj p {
    color: #999;
    font-size: 14px;
    font-weight: 300;
}

.history_sj span {
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #053A7F;
}


.history_xq {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #053A7F;
    padding: 25px 20px;
    left: 0;
    top: 100%;
    z-index: 9;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

.history_xq h3 {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    line-height: 30px;
    margin-bottom: 6px;
}

.history_xq p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
}

.history_a:hover .history_xq {
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    top: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.history_a4 {
    border: none;
}

.history_con>h3 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 30px;
    margin-bottom: 60px;
    font-family: 'cinzelregular';
    margin-top: 0;
}

.history_con>h3 span {
    font-weight: bold;
}

.index_box3_wz {
    width: 980px;
    margin-top: 60px;
}

.index_box3_wz_left {
    float: left;
    width: 30%;
}

.index_box3_wz_left a {
    color: #333;
}

.index_box3_wz_left a h3 {
    padding: 10px;
    border: 1px solid #222;
    font-size: 20px;
    width: 284px;
}

.index_box3_wz_right {
    font-size: 30px;
    width: 660px;
    float: right;
}

.index_box3_wz_left:hover a h3 {
    background: #e60012;
    border: 1px solid #e60012;
    color: #fff;
}

.history_a:nth-child(4) {
    border-right: 0;
}


/**ind_box4**/
.index_box4 {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 65vh;
    background: #fff;
}

.index_box4 .container {
    position: absolute;
    height: 100%;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    z-index: 1;
}

.ind4_wz {
    position: absolute;
    width: 50%;
    right: 15px;
    top: 30%;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease;
}

.ind4_wz.curr {
    opacity: 1;
    transition: all 0.8s ease;
}

.ind4_wz h3 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 1px;
    margin: 0;

}

.ind4_wz h2 {
    width: 30px;
    height: 3px;
    background: #fff;
    display: block;
    margin: 20px 0;
}

.ind4_wz p {
    font-size: 15px;
    line-height: 30px;
    color: #fff;
    opacity: 0.8;
    margin-bottom: 14px;
}

.ind4_menu {
    position: absolute;
    width: 365px;
    top:0;
    left: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.heibeijing {
    overflow: hidden;
    position: absolute;
    background: url('../images/ind4_bg.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

.ind4_bg {
    width: 100%;
    height: 100%;
}

.bgImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-size: cover !important;
    transition: all 0.4s ease;
}

.bgImg.curr {
    opacity: 1;
    transition: all 0.8s ease;
}

.bgImg1 {
    background: url('../images/ind4_1.jpg') no-repeat center center fixed;
}

.bgImg2 {
    background: url('../images/ind4_2.jpg') no-repeat center center fixed;
}

.bgImg3 {
    background: url('../images/ind4_3.jpg') no-repeat center center fixed;
}

.bgImg4 {
    background: url('../images/ind4_4.jpg') no-repeat center center fixed;
}


.ind4_li {
    z-index: 9;
    float: left;
    width: 100%;
    height: 25%;
    position: relative;
    border-bottom: 1px dotted #ccc;
}

.ind4_li:hover,
.ind4_li.curr {
    border: 1px #a59351 solid;
    transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    background: #a59351;
}

.jiahao {
    display: block;
    width: 25px;
    height: 25px;
    margin-top: 20px;
    margin-left: 20px;
    overflow: hidden;
    background: url(../images/jiahao.png) no-repeat center center;
}

.txt_pic {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -23px;
}

.txt_pic svg {
    display: block;
}

.txt_pic span {
    display: none;
}

.txt_wz {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 15px;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.txt_wz span{
    font-size: 18px;
}
.txt_wz p{
    font-size: 18px;
    margin-top: 10px;
}
.txt_wz {
    color: #fff;
}

.txt_wz:hover {
    color: #fff;
}




.ind5_box {
    margin: 0 auto;
}

.ind5_box ul {
    margin: 0 -15px;
}

.ind5_box li {
    float: left;
    width: 25%;
    height: 100%;
    padding: 0 15px;
    position: relative;
    opacity: 0;
    top: 14vh;
}

.index_box5 {
    padding: 100px 0;
    position: relative;
    background: #fff;
    display: none;
}

.ind5_tit h3 {
    margin-top: 0;
    font-size: 48px;
    letter-spacing: 1px;
    color: #111;
    text-align: center;
    margin-bottom: 80px;
    -webkit-filter: blur(8px);
    -moz-filter: blur(8px);
    -ms-filter: blur(8px);
    filter: blur(8px);
    opacity: 0.2;
    transition: all 1s ease;
}

.ind5_tit h3.into {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    transition: all 1s ease;
}

.ind5_box li img {
    width: 100%;
    /*border: 1px solid #E0E0E0;*/
}

.ind5_textL {
    float: left;
    width: 60%;
}

.ind5_textR {
    float: right;
    width: 40%;
    text-align: right;
}

.ind5_text {
    padding-top: 10px;
    width: 80%;
    margin: 0 auto;
}

.ind5_text p {
    font-size: 14px;
    line-height: 20px;
    color: #111;
    margin-bottom: 0;
}

.ind5_text span {
    font-size: 12px;
    color: #999;
    line-height: 20px;
}

.ind5_textL p {
    margin-bottom: 5px;
}

.ind5_textR p {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

.ind5_btn {
    display: block;
    text-align: center;
    margin-top: 60px;
}

.ind5_btn span {
    display: inline-block;
    padding: 0 50px;
    background: #053a7f;
    color: #fff;
    height: 48px;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 1px;
    border: solid 2px #053a7f;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;

}

.ind5_btn span:hover {
    background: transparent;
    color: #073c80;
    border: solid 2px #073c80;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
}







/**footer**/
.footer_top_left_one{
	display: none;
}

.footer_top_left {
    width: 100%;
    display: flex;
    align-items: center;
}
.footer_top_left .row{
	width: calc(100% - 108px);
    margin-right: 0;
    display: flex;
}
.footer_top_left .row .col-sm-3{
	width: 100%;
    display: flex;
    justify-content: space-between;
    padding-right: 20%;
}
.footer_top_left ul h3 {
    font-size: 14px;
    margin: 10px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.footer_top_left ul .mar_top {
    margin-top: 18px;
}

.footer_top_left ul.first {
    padding-left: 0;
}

.footer_top_left ul h3 a {
    color: #333;
    line-height: 20px;
}

.footer_top_left ul h3 a:hover {
    color: #9D2027;
}

.footer_top_left ul li {
    line-height: 26px;
    font-size: 13px;
    margin-right: 15px;
}
.footer_top_left ul li:nth-child(3){
	margin-right: 0;
}

.footer_top_left ul li a {
    color: #666;
}

.footer_top_left ul li h3.mar_top {
    margin-top: 20px;
}

.footer_top_left ul li a:hover {
    color: #9D2027;
}

.footer_top {
    margin-bottom: 32px;
}

.footer_top_right {
    width: 100%;
    display: flex;
    padding-left: 0;
    justify-content: space-between;
    margin-top: 4%;
}

.footer_ewm{
	    width: 130px;
}
.footer_top_right .header_center_search {
    float: none;
    position: relative;
    display: inline-block;
    margin: 0 5%;
}

.sj {
    width: 108px;
}

.sj li {
    float: left;
    margin-right: 5px;
    line-height: 22px;
}

.sj li a {
    width: 26px;
    height: 26px;
    display: block;
    border-radius: 60%;
    border: 1px #333 solid;
    text-align: center;
    font-size: 14px;
}

.sj li a i {
    color: #333;
    margin-top: 5px;
}



.footer_top  p {
    color: #333;
    line-height: 26px;
    font-size: 13px;
    margin: 0 0 0 0;
}


.header_center_search input {
    float: left;
    outline: none;
      width: 350px;
    border: 1px solid #053a7f;
    font-size: 12px;
    padding: 0 10px;
    cursor: text;
    color: #999;
    line-height: 32px;
    height: 34px;
}

.header_center_search a {
    display: block;
    width: 38px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #053a7f;
    padding: 6px;
    right: 0;
    top: 1px;
    position: absolute;
}

.header_center_search a i {
    font-size: 20px;
    color: #fff;
}

.footer {
    padding: 40px 0 20px;
    background: #f0f0f0;
    position: relative;
    z-index: 998;
}

.footerlogo {
    height: 32px;
    margin: 0 0 54px;
    background: #333;
    background: url(../images/cyc02.png);
    background-size: 5px 5px;
}



.footerlogo a {
    width: 144px;
    height: 39px;
    margin: 0 0 0 -15px;
    padding: 0 15px;
    background: #f3f4f4;
    display: block;
}

.footernavwarp {}

.footernavwarp .col-lg-3 {
    padding-left: 0px;
}

.footernavwarp ul li {
    margin: 0 0 8px;
    text-transform: capitalize;
}

.footernavwarp ul li a {
    color: #808080;
    font-size: 13px;
}

.footernavwarp ul li a:hover {
    color: #005DA0;
}

.footernav .first {
    font-size: 15px;
    display: block;
    margin: 0 0 15px;
    text-transform: uppercase;
    color: #005DA0;
}

.copy {
    font-size: 12px;
    line-height: 40px;
    color: #777;
    margin: 0 25px 0 0;
    font-family: Arial, Helvetica, sans-serif
}

.copy span {
    font-family: "Microsoft YaHei", 微软雅黑, STHeiti;
}

.unohacha_logo {
    float: right;
}

.footercopy .col-lg-6 {
    padding: 0px;
}

.footercopy {
    margin-top: 30px;
}
.blogroll{
    color: #777;
    margin: 25px 0;
}
.blogroll a{
    color: #777;
}
.footer_ewm li {
    max-width: 130px;
}

.ewm_img img {
    width: 100%;
}

.footer_ewm li h5 {
    font-size: 13px;
    text-align: center;
    margin: 8px 0;
    line-height: 20px;
}











/**product**/
ul.pro_sel_r {
    text-align: right;
}

.pro_select ul li {
    display: inline-block;
}

.pro_sel_rlis2 a svg {
    height: 18px;
}

.pro_select ul li a {
    display: inline-block;
    color: #333;
    font-size: 14px;
    vertical-align: middle;
    letter-spacing: 3px;
}

.pro_select {
    padding: 15px 0;
    background: #e9e9e9;
    margin-bottom: 50px;
}

.pro_select ul {
    margin: 0;
}

ul.pro_sel_l li a i {
    text-align: center;
    padding-left: 3px;
    margin: 0 6px;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

ul.pro_sel_l li:hover a i {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

ul.pro_sel_l li {
    padding-right: 30px;
    position: relative;
}



.pro_sel_rlis a {
    margin-left: 20px;
}

.pro_sel_rlis.pro_sel_rlis2 a {
    margin-left: 5px;
}

ul.pro_sel_r li {}

.pro_sel_rlis.pro_sel_rlis2 {
    margin-left: 25px;
    padding-left: 28px;
    position: relative;
}

.pro_sel_rlis.pro_sel_rlis2:after {
    content: "";
    display: block;
    position: absolute;
    top: -10%;
    left: 0;
    width: 1px;
    height: 120%;
    background-color: #dcd8d0;
}

.pro_select ul li a:hover svg,
.pro_select ul li a.active svg {
    fill: #333;
}

.pro_select ul li a svg {
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.pro_sel_rlis.pro_sel_rlis1 a:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 0;
    transition: opacity .8s, -webkit-transform .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s;
}

.pro_sel_rlis.pro_sel_rlis1 a:hover:after,
.pro_sel_rlis.pro_sel_rlis1 a.active:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.pro_sel_rlis.pro_sel_rlis1 a {
    position: relative;
}


.pro_sel_lhide {
    position: relative;
    top: 16px;
    text-align: left;
    min-width: 100px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #e2e2e2;
}

.pro_sel_lhide_box {
    position: absolute;
    z-index: 1;
    top: 100%;
    display: none;
}

.pro_lhide_lis a {
    line-height: 1.8;
    position: relative;
}

.pro_lhide_lis a:after {
    content: "";
    display: block;
    position: absolute;
    left: -2px;
    bottom: 2px;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
    opacity: 0;
    transition: opacity .8s, -webkit-transform .8s;
    transition: transform .8s, opacity .8s;
    transition: transform .8s, opacity .8s, -webkit-transform .8s;
}

.pro_lhide_lis a:hover:after {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.pro_img2 {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pro_img1 {
    position: relative;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.product_list:hover .pro_img1 {
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.product_list:hover .pro_img2 {
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.product_list_tp {
    position: relative;
    border: solid 1px #e2e2e2;
}

span.sel_ico img {
    width: 100%;
}

span.sel_ico {
    display: inline-block;
    width: 16px;
    margin-right: 5px;
    vertical-align: text-top;
    opacity: 0.8;
    position: relative;
    top: 3px;
}


.pro_sel_rlis.pro_sel_rlis3 a {
    margin-left: 5px;
}

.pro_sel_rlis3 a i {
    text-align: center;
    padding-left: 3px;
    margin: 0 0 0 6px;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
}

.pro_sel_rlis3:hover a i {
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}

.pro_sel_rlis3 .pro_sel_lhide_box .pro_sel_lhide {
    top: 14px;
}

.pro_sel_rlis3 .pro_sel_lhide_box {
    left: 0;
}

.product_list {
    margin-bottom: 40px;
}

.product_list_wz {
    padding: 20px 0;
}

.product_list_wz h2 {
    color: #333;
    font-size: 20px;
    margin: 0;
    margin-bottom: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product_list_wz h3 {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
}

.product_list_wz p {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.product_list_wz h5 {
    display: inline-block;
    padding: 0 20px;
    line-height: 36px;
    background: #e9e9e9;
    color: #053a7f;
    margin: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.product_list a:hover .product_list_wz h5 {
    background: #053a7f;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.product_list a {
    color: #333;
}

.pro_sel i {
    font-size: 16px;
    color: #053a7f;
}

.pro_sel input {
    border: 0;
    background: none;
    border-bottom: solid 1px #ccc;
    line-height: 18px;
    height: 20px;
    font-size: 14px;
    padding: 0 3px 2px;
    color: #666;
}

.pro_sel input::-webkit-input-placeholder {
    color: #666;
}

.pro_sel input:-moz-placeholder {
    color: #666;
}

.pro_sel input::-moz-placeholder {
    color: #666;
}

.pro_sel input:-ms-input-placeholder {
    color: #666;
}

.prod_left {
    width: 25%;
    float: left;
    padding-right: 40px;
}

.prod_right {
    width: 75%;
    float: left;
}



/**prodot**/
.buy1_right {
    position: absolute;
    top: 0;
    right: 15px;
    height: 100%;
    width: calc(45% - 35px);
}

.buy_top {
    margin-top: 80px;
    margin-bottom: 80px;
    position: relative
}

.buy_top:after {
    content: '';
    display: table;
    clear: both
}

.buy1_left {
    width: 55%;
    float: left
}

.buy_sec1_left {
    padding-right: 10%;
}

.buy_sec1_left .arrow-left {
    font-size: 32px;
    height: 30px;
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 10px;
    font-size: 32px;
    color: #053a7f;
}

.buy_sec1_left .arrow-right {
    width: 17px;
    height: 30px;
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 10px;
    font-size: 32px;
    color: #053a7f;
}

.buy_sec1_right_out {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.buy_sec1_right_in {}

.buy_sec1_right h2 {
    color: #333;
    font-size: 22px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
    letter-spacing: 1px;
}

.buy_sec1_right h2 span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
}

.buy_sec1_right h3 {
    font-size: 14px;
    line-height: 26px;
    color: #888;
    margin-top: 10px;
    margin-bottom: 20px;
}

.buy_sec1_right h4 {
    margin: 5px 0 0;
    font-size: 15px;
    color: #4E5865;
    line-height: 1.4;
}

.buy_sec1_right h4 span.buy_htit {
    display: inline-block;
    width: 80px;
    min-width: 80px;
    color: #888;
}


.l_select_sh {
    max-height: 50px;
    height: 50px;
    min-width: 100px;
    overflow: hidden;

    position: relative;
}

.l_select_down {
    border-left: solid 1px #aaa;
    border-right: solid 1px #aaa;

    position: absolute;
    bottom: 100%;
    width: 100%;
    left: 0;
    z-index: 99;
    display: none;
}

.l_select_down ul li {
    height: 30px;
    padding: 0 15px;
    background: #fff;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
    border-bottom: 1px #aaa solid;
    text-align: center;

}

.l_select_down ul li:hover {
    color: #fff;
    background-color: #033E5C;
}

.buy_select {
    position: relative;
    width: 140px;
}

.l_select_sh p {
    line-height: 50px;
    margin: 0;
    color: #053a7f;
    float: left;
}

.l_select_sh i {
    position: absolute;
    top: 13px;
    right: 15px;
    font-size: 24px;
    color: #999;
}

.buy_sec1_control {
    margin-top: 20px;
}

.l_select_down ul {
    margin: 0;
    max-height: 180px;
    overflow: auto;
}

a.buy_button {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #222;
    background: transparent;
    color: #222;
    min-width: 100px;
    overflow: hidden;
    padding: 0 15px;
    margin-top: 15px;
    text-align: center;
    position: relative;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    font-size: 14px;
}

.buy_sec1_control .col-sm-6:last-child a {
    background: #222;
    color: #fff;
}


a.buy_button:hover {
    background: #053a7f !important;
    color: #fff;
    border-color: #053a7f;
}

.buy2_left ul li {
    display: inline-block;
    border-right: solid 1px #bfbfbf;
}

.buy2_left ul li a {
    padding: 2px 14px;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}

.buy2_left {
    display: inline-block;
    float: left;
    padding: 13px 0;
}

.buy2_right {
    display: inline-block;
    float: right;
    text-align: right;
}

.buy_sec2 {
    height: 80px;
    width: 100%;
    position: relative;
    z-index: 998;
}

.buy2_right ul li {
    display: inline-block;
    margin-left: 26px;
}

.buy2_right li.gouwuche span svg {
    width: 25px;
}

.buy_sec2_in {
    background: #e9e9e9;
    position: absolute;
    width: 100%;
    height: 80px;
    padding: 15px 0;
}

.buy_sec2_in a {
    display: table-cell;
    vertical-align: middle;
    color: #aaa;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.buy2_right ul li a {
    padding: 5px 81px;
    border: #222 solid 1px;
    background: #222;
    height: 50px;
    vertical-align: middle;
    color: #fff;
    font-size: 14px;
}

.buy_sec2_in ul {
    margin: 0;
    padding: 0;
}

.buy2_right li.gouwuche span {
    vertical-align: bottom;
    margin-right: 5px;
    display: inline-block;
    fill: #222;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.buy2_right li.gouwuche a {
    background: transparent;
    padding: 0 52px;
    color: #222;
}

.buy2_left ul li span.buy2_spannum {
    position: relative;
    font-size: 12px;
    margin-left: -2px;
    top: -6px;
}

.buy2_left ul li:hover a,
.buy2_left ul li.active a {
    color: #333;
}

.buy2_right ul li a:hover {
    color: #ffffff;
    background: #053a7f;
    border-color: #053a7f;
}

.buy2_right li.gouwuche a:hover {
    background: #053a7f;
    color: #fff;
}

.buy2_right li.gouwuche a:hover span {
    fill: #fff;
}

.buy3_sec1_b {
    text-align: center;
}

.buy3_sec1_b a {
    color: #053a7f;
    fill: #053a7f;
}

.buy3_sec1_b span {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.buy3_sec .container1 {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px dashed rgba(5, 58, 127, 0.3);
}

.buy3_sec1 .container1 {
    border-top: none;
}

h2.buy3_h2 {
    font-size: 22px;
    margin-top: 0;
    color: #053a7f;
}

h3.buy3_h3 {
    font-size: 17px;
    color: #666;
    line-height: 24px;
}

.buy3_sec1_l {
    padding-top: 15%;
    margin-right: 8%;
}

.buy3_sec1_m {
    width: 70%;
    margin-left: 8%;
}

.buy3_sec1_r {
    padding-top: 40%;
}

.buy3_sec2_l {
    padding: 0 100px 0 0;
}

.buy3_sec2_r {
    padding: 0 25% 0 2%;
}

.buy3_sec2_r img {
    width: 100%;
}

.buy3_sec3_txt {
    margin-top: 20px;
}

.buy3_sec3_txt h4 {
    margin-top: 0;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.buy3_sec3_txt h5 {
    font-size: 15px;
    color: #053a7f;
}

.buy_sec_title {
    font-size: 18px;
    margin-bottom: 45px;
    color: #053a7f;
}



/**放大镜**/
.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.magnifier {
    width: 100%;
    position: relative;
}

.magnifier-container {
    width: 100%;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd;
}

.move-view {
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../images/move-box.png');
}

.images-cover {
    height: 100%;
    width: 100%;
    position: absolute;
}

.images-cover img {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

.magnifier-assembly {
    height: 92px;
    overflow: hidden;
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 5px;
}

.magnifier-btn i {
    line-height: 80px;
}

.magnifier-btn {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}

.magnifier-btn span {
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #e9e9e9;
    color: #fff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    border: #e9e9e9 solid 1px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.magnifier-btn span:hover {
    background-color: #666;
    border-color: #666;
}

.magnifier-btn .magnifier-btn-left {
    float: left;
}

.magnifier-btn .magnifier-btn-right {
    float: right;
}

.magnifier-line {
    position: relative;
    overflow: hidden;
    height: 92px;
    top: 1px;
}

.magnifier-line ul {
    display: block;
    font-size: 0;
    width: 10000%;
    position: absolute;
    left: 0;
    z-index: 99;
}

.magnifier-line li {
    float: left;
    width: 90px;
    cursor: pointer;
}

.magnifier-line ul>.active .small-img {
    border-color: #053a7f;
}

.small-img {
    height: 80px;
    padding: 1px;
    margin: 5px;
    overflow: hidden;
    border: 1px solid #ddd;
    text-align: center;
}

.small-img img {
    max-width: 100%;
    max-height: 100%;
}

.magnifier-view {
    width: 100%;
    height: calc(100% - 98px);
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}

.magnifier-view img {
    display: block;
}

.animation03 {
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
}




.buy_ks li {
    display: inline-block;
    width: 44px;
    border: solid 1px #ddd;
    padding: 2px;
}

.buy_ks li img {
    width: 100%;
}

.buy_ks h4 {
    display: inline-block;
    width: 80px;
    color: #888
}

.buy_ks {
    margin-top: 40px;
}

.buy_ks li:hover,
.buy_ks li.active {
    border-color: #111
}

.buy_number span {
    font-size: 16px;
    color: #666;
}

.buy_number span:first-child {
    width: 80px;
    display: inline-block;
    line-height: 24px;
    color: #888
}

.buy_a a {
    color: #4E5865;
    border: 1px solid #4E5865;
    padding: 1px 5px;
    margin-right: 3px;
}

.buy_a a:hover,
a.buy_aCur {
    background: #4E5865;
    color: #fff;
}

.buy_number {
    margin-bottom: 30px;
    overflow: hidden;
}

.buy_number span {
    float: left;
    line-height: 22px;
}

.buy_number i,
.buy_number input {
    display: inline-block;
    height: 26px;
    line-height: 22px;
    font-style: normal;
    float: left;
}

.buy_number input {
    padding: 0 10px;
    width: 50px;
    height: 26px;
    font-size: 14px;
    text-align: center;
}

.buy_number i {
    border: 1px solid #ccc;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    width: 24px;
}

.minus {
    border-right: none !important;
}

.add {
    border-left: none !important;
}

.buy3_sec1_l {
    padding-top: 15% !important;
    margin-right: 8%;
}

.buy3_sec1_m {
    width: 70%;
    margin-left: 8%;
}

.buy3_item li {
    width: 33.33%;
    float: left;
    border-bottom: 1px dashed #e2e2e2;
    padding: 8px;
    color: #888;
}

.buy3_item ul:after {
    content: '';
    display: table;
    clear: both;
}

.buy3_item li span {
    width: 80px;
    display: inline-block;
    font-size: 15px;
    color: #333;
}

.buy3_item li h5 {
    margin: 0;
    line-height: 28px;
}

.buy3_item {
    margin-bottom: 40px;
}

.buy3_info p {
    margin: 0;
    line-height: 28px;
    font-size: 14px;
    color: #666;
}

.buy3_wz p {
    font-size: 14px;
    line-height: 28px;
    margin: 0;
    color: #666;
}

.buy3_tit h4 {
    margin: 0;
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin: 0 0 15px;
    position: relative;
    padding-bottom: 22px;
}

.buy3_tit h4:after {
    content: '';
    width: 25px;
    height: 3px;
    background: #333;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
}

.buy3_cot2>.row {
    margin-top: 24px;
}

.buy3_sec3 {
    padding-bottom: 30px;
}

.buy3_img img:first-child {
    opacity: 1;
    position: relative;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.buy3_img {
    position: relative;
    border: solid 1px #e2e2e2;
}

.buy3_img img:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    s
}

.buy3_sec3_lis a:hover .buy3_img img:first-child {
    opacity: 0;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.buy3_sec3_lis a:hover .buy3_img img:last-child {
    opacity: 1;
    transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.buy3_img img {
    width: 100%;
}

.buy3_sec3_lis a {
    display: block;
}

.product {
    padding-bottom: 20px;
}






/**prolist**/
.ban_main {
    height: 55vh;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prolist1_left {
    width: 50%;
    float: left;
}

.prolist1_right {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.prolist_box1:after {
    content: '';
    display: table;
    clear: both;
}

.prolist1_left li {
    width: 50%;
    float: left;
    padding: 0 10px 20px;
}

.prolist {
    width: 90%;
    margin: 0 auto;
}

.prolist1_img img {
    width: 100%;
}

.prolist1_left ul:after {
    content: '';
    clear: both;
    display: table;
}

.prolist_box1 {
    margin: 0 -10px;
    padding-top: 80px;
}

.index_two {
    padding-top: 80px;
}

.index_two_left {
    position: relative;
}

.index_two_left img {
    width: 100%;
    height: auto;
    display: block;
}

.index_two_left .index_two_left_ab {
    position: absolute;
    left: 15px;
    width: calc(100% - 30px);
    padding: 0 10px;
    top: 36%;
}

.index_two_left .index_two_left_ab .in h2 {
    color: #333;
    text-align: center;
    font-size: 42px;
    margin: 0 0 2px 0;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.index_two_left .index_two_left_ab .in h3 {
    color: #333;
    text-align: center;
    font-size: 18px;
    margin: 0;
    letter-spacing: 2px;
}

.index_two_right {
    position: relative;
    overflow: hidden;
}

.index_two_right img {
    width: 100%;
    height: auto;
    display: block;
}

.index_two_right_con {
    position: absolute;
    top: 70px;
    left: 8%;
}

.index_two_right_con h4 {
    font-size: 18px;
    text-align: center;
    color: #333;
}

.index_two_right_con h3 {
    color: #333;
    font-size: 22px;
    margin: 0;
    text-align: center;
    letter-spacing: 1px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.index_two_right_con h2 {
    color: #333;
    font-size: 34px;
    margin: 9px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
}

.index_three .index_two_right_con h3 {
    font-size: 28px;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.index_three .index_two_right_con h4 {
    margin: 6px 0 0 0;
    font-size: 18px;
    text-align: center;
    font-family: "微软雅黑";
}

.index_three .index_two_right_con {
    top: 19%;
    left: 29%;
}

.index_three .index_two_left_ab .in h2 {
    color: #fff;
}

.index_three .index_two_left_ab .in h3 {
    color: #fff;
}

.white h2 {
    color: #fff !important;
}

.white h3 {
    color: #fff !important;
}

.black h2 {}

.black h3 {}

.con_1 .index_two_left .index_two_left_ab .in h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.con_1 .index_two_left .index_two_left_ab .in h2 {
    font-size: 58px;
}

.con_1 .index_two_left .index_two_left_ab .in h3 {
    letter-spacing: 3px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.con_1 .index_two_right_con h2 {
    text-transform: uppercase;
    margin-top: 15px;
    line-height: 32px;
}

.con_2 .index_two_right_con h4 {
    font-size: 18px;
    text-align: center;
    color: #333;
    font-family: "微软雅黑";
    margin-bottom: 20px;
}

.con_2 .index_two_right_con h2 {
    text-transform: uppercase;
    line-height: 24px;
}

.con_2.index_three .index_two_right_con {
    left: 16%;
    text-align: center;
    top: 8%;
}

.con_2.index_three .index_two_right_con h3 {
    font-size: 22px;
    margin-top: 16px;
}

.con_2 .index_two_left .index_two_left_ab .in h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.con_2 .index_two_left .index_two_left_ab .in h2 {
    font-size: 58px;
}

.con_2 .index_two_left .index_two_left_ab .in h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 28px;
}

.con_2 .index_two_left .index_two_left_ab {
    top: 37%;
}

.con_3 .index_two_left .index_two_left_ab .in h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.con_3 .index_two_left .index_two_left_ab .in h2 {
    font-size: 58px;
}

.con_3 .index_two_left .index_two_left_ab .in h3 {
    letter-spacing: 4px;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
}

.con_3 .index_two_right_con h2 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

.con_3 .index_two_right_con h3 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 10px;
}

.con_3 .index_two_right_con {
    left: 13%;
}

.con_4 .index_two_right_con h2 {
    text-align: center;
}

.con_4 .index_two_right_con {
    left: 22%;
    top: 13%;
}

.con_4 .index_two_right_con h3 {
    font-size: 22px;
    margin-top: 10px;
}

.con_4 .index_two_left_ab .in h4 {
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.con_4 .index_two_left_ab .in h2 {
    font-size: 58px;
    letter-spacing: 12px;
}

.con_4 .index_two_left_ab .in h3 {
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 20px;
}

.contact_map * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.contact_map label {
    max-width: 1000px;
}

.index_two:last-child {
    padding-bottom: 80px;
}


/**zhifu**/
.zhifu {
    padding: 80px 0 80px;
}

.helpbox {
    padding: 40px;
    border: 1px solid #dedede;
    margin-bottom: 40px;
}

h3.zhif_title {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 20px;
    color: #333;
}

p.zhifu_wz {
    font-size: 15px;
    line-height: 22px;
}

.helpbox_cont i {
    padding-right: 10px;
}

.helpbox_cont {
    padding: 3px 0;
    margin-bottom: 10px;
}

.helpbox_cont a p {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
}

.helpbox_cont a img {
    float: left;
    margin-top: -2px;
    margin-right: 5px;
}

.helpbox_cont a span {
    color: #999;
}

.zhifu_left {
    padding: 40px;
    border-right: 1px solid #dedede;
}

.zhifu_step {
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    width: 33.3%;
    border-bottom: 1px solid #dedede;
    margin: 0;
    padding-bottom: 20px;
}

.zhifu_step.active {
    border-bottom: 1px solid #666;
}

.zhifu_step i {
    text-align: right;
}

.zhifu_step2 {
    text-align: center;
}

.zhifu_step3 {
    text-align: right;
}

.zhifu_step i {
    float: right;
}

.zhifu_button {
    padding: 20px 0;
}

.retour,
.valider {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    height: 40px;
    float: left;
    border: 1px solid #dedede;
    text-transform: uppercase;
}

.valider {
    float: right;
    background: #222;
    color: #fff;
}

.zhifu_content {
    margin: 0 0 40px;
    padding: 20px 30px;
    text-align: center;
    background: #e5e5e5;
}

.zhifu_content p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 22px;
}

.steplist_left {
    float: left;
    padding: 0 3% 0 0;
    width: 18%;
    text-align: center;
}

.steplist_right {
    float: left;
    width: 75%;
    position: relative;
}

.steplist_right h3 {
    font-size: 14px;
    color: #999;
}

.zhifustep {
    padding-top: 20px;
}

.zhifustep .title {
    margin: 0;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;

}

select.zhifu_select {
    width: 100px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.count_select {
    float: left;
}

.count_select i {
    margin-left: -20px;
    margin-top: 10px;
}

p.list_descr {
    margin-bottom: 15px;
    line-height: 22px;
    font-size: 14px;
}

.zhifu_price {
    float: right;
    text-align: right;
    line-height: 30px;
}

.zhifu_close {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

.steplist-bottom .list_descr {
    float: left;
}

.zhifustep_list {
    margin-bottom: 20px;
    font-size: 14px;
}

.steplist_right1 {
    margin-top: 30px;
}

.steplist_right1 .zhifu_price {
    line-height: 50px;
    text-transform: uppercase;
}

.zongji {
    padding: 20px 0;
    border-top: 1px solid #dedede;
}

.zongji span {
    font-size: 20px;
    text-transform: uppercase;
    color: #333;
}

.zongji_left {
    float: left;

}

.zongji_right {
    float: right;
    color:#d72952 !important;
    font-weight: 600;
}

span.zongji_left img {
    display: inline-block;
    padding-left: 5px;
    margin-top: -4px;
}

.xuanze_input {
    float: left;
}

.xuanze_center {
    float: left;
    padding-left: 10%;
    padding-top: 0;
}

.xuanze_right {
    float: right;
    text-align: right;
}

label.radio_inf p {
    margin: 0;
    padding-left: 5px;
}

.xuanze_input input {
    display: none;
}

.radio_inf {
    position: relative;
    padding-left: 30px;
    max-width: inherit;
}

.radio_inf .yuan {
    width: 16px;
    height: 16px;
    border: 1px solid #e5e5e5;
    border-radius: 11px;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.xuanze {
    color: #aaa;
    padding: 5px 0
}

.xuanze.active {
    color: #333
}

.dian {
    width: 6px;
    height: 6px;
    top: 5px;
    left: 5px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
}

.xuanze.active .dian {
    background-color: #333;
}

.xuanze_center p,
.xuanze_right p {
    font-size: 14px;
}

.xuanze1 {
    padding-bottom: 10px;
}

.zhifustep1 {
    border-top: 1px solid #dedede;
    padding-top: 20px;
}

.valider_kuang {
    padding: 20px 0;
    border-top: 1px solid #dedede;
}



/**zhifu3**/
.zhifu_su {
    text-align: center;
    padding-top: 20px;
}

.cont_zhifu {
    text-align: center;
    display: block;
    font-size: 14px;
}


/**zhifu2**/
.zhifu_addr {
    margin-bottom: 30px;
}

.zhifu_addr .yes_add {
    padding: 10px 30px;
    border: 1px solid #787878;
    border-radius: 5px;
    background-color: #787878;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-block;
}

.zhifu_addr .yes_add:hover {
    border-color: #333;
    background: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.last_td {
    text-align: right;
}

.zhifu_dd {
    padding-bottom: 10px;
}

.zhifu_dd table,
.xiaoji table {
    width: 100%;
    padding-bottom: 20px;
}

.zhifu_dd table th,
.zhifu_dd table td {
    padding-bottom: 10px;
}

.zhifu_dd tbody,
.zhifu_dd thead {
    border-bottom: 1px solid #dedede;
}

.xiaoji table td {
    width: 50%;
}

.border_tr {
    border-top: 1px solid #dedede;
}

.border_tr td {
    padding-top: 5px;
    font-weight: 600;
    padding-bottom: 10px;
}

.xiaoji td {
    line-height: 24px;
}

.zhifustep_list li {
    float: left;
    border: 1px solid #dedede;
    text-align: center;
}

.zhifustep_list li a {
    padding: 25px 30px;
}

.zhifustep_list li p {
    margin-top: 5px;
    margin-bottom: 0;
}

.name_sp a {
    line-height: 24px;
    font-size: 15px;
    color: #333;
}

.number_sp {
    color: #999;
    margin-top: 5px;
}

.size_sp {
    color: #999;
}

.zhifustep_list .zhifustep_list_last {
    border-right: 1px solid #dedede;
}

.zhifustep_list li.active {
    background: #e8e8e8;
}

.zhifustep_xq .gift label {
    width: 30%;
    font-weight: normal;
}

.zhifustep_xq .gift input {
    width: 30%;
    line-height: 30px;
    padding: 0 5px;
}

.zhifustep_xq .gift_list {
    padding-bottom: 10px;
}

.zhifustep_xq .gift a {
    display: inline-block;
    margin-left: 10px;
    padding: 6px 15px;
    background: #787878;
    border: 1px solid #787878;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.zhifustep_xq .gift a:hover {
    border-color: #333;
    background: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.gift {
    padding: 20px;
}

.zhifustep_xq div {
    background: #e8e8e8;
}

.gift select {
    width: 30%;
    background: url(../images/select_jt.png) no-repeat scroll right center transparent;
    background-color: #fff;
    padding: 0 15px 0 5px;
}

.gift .gift_list_last input {
    width: auto;
}

.gift .gift_list_last label {
    width: auto;
    padding-left: 5PX;
}

.gift .title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}

table.payment th,
.dz_add th {
    font-size: 14px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dedede;
}

table.payment .last,
.dz_add .last {
    text-align: right;
}

table.payment .last a,
.dz_add .last a {
    text-decoration: underline;
}

table.payment,
.dz_add {
    width: 100%;
    border-bottom: 1px solid #dedede;
}

table.payment label,
.dz_add label {
    margin: 0;
    line-height: 30px;
    font-weight: normal;
}

table.payment tbody td,
.dz_add tbody td {
    padding: 20px 0;
    font-size: 14px;
    color: #666;
}
.dz_add tbody td input[type="radio"], input[type="checkbox"]{
    position: relative;
    top:2px;
    margin: 0 5px 0 0;
}


.payment_add_an,
.addr_add_an {
    float: right;
    padding-top: 30px;
}

.payment_add_an .yes_add,
.addr_add_an .yes_add {
    padding: 10px 30px;
    display: inline-block;
    background-color: #777;
    border: 1px solid #777;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.payment_add_an .yes_add:hover,
.addr_add_an .yes_add:hover {
    background-color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.payment_delect,
.payment_add,
.addr_delect,
.addr_add,
.addr_bj,
.bx_info {
    width: 700px;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 50%;
    margin-left: -350px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #dedede;
    z-index: 9999;
}

.tk_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #333;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    z-index: 9999;
    display: none;
}

.payment_del_an {
    float: right;
    padding: 30px 0 10px;
}

h2.payment_del_bt {
    margin: 0;
    line-height: 50px;
    font-size: 20px;
}

p.payment_del_qr {
    margin: 0;
    padding: 30px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.payment_del_an>a {
    display: inline-block;
    padding: 10px 30px;
    margin-left: 20px;
    background-color: #dedede;
    border: 1px solid #dedede;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.payment_del_an .yes_del,
.payment_del_an .addr_yes_del {
    background-color: #787878;
    border-color: #787878;
    color: #fff;
}

.payment_del_an .yes_del:hover,
.payment_del_an .addr_yes_del:hover {
    background-color: #333;
    border-color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.payment_del_an .no_del:hover,
.payment_del_an .addr_no_del:hover {
    background-color: #787878;
    border-color: #787878;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a.payment_del_close,
.addr_del_close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.payment_style li {
    float: left;
    padding-right: 10px;
}

.payment_style {
    border-top: 1px solid #dedede;
    padding: 20px 0;
}

.payment_infor_list label {
    width: 30%;
    font-weight: normal;
}

.payment_infor_list input {
    width: 30%;
    padding: 0 8px;
}

.payment_infor_list .payment_lx {
    width: 30%;
    padding: 0 4px;
    background: url(../images/select_jt.png) no-repeat scroll right center transparent;
}

.payment_infor {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 15px 0;
}

.payment_infor_list {
    line-height: 30px;
    padding: 5px 0;
    font-size: 14px;
}

a.payment_add_close,
.addr_add_close,
.addr_bj_close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.payment_add_tx {
    float: left;
    margin-top: 10px;
}

.payment_add_an .no_sy,
.payment_add_an .yes_sy,
.payment_add_an .addr_no_sy,
.payment_add_an .addr_yes_sy,
.payment_add_an .addr_no_bj,
.payment_add_an .addr_yes_bj {
    display: inline-block;
    padding: 10px 30px;
    margin-left: 10px;
    background-color: #dedede;
    border: 1px solid #dedede;
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.payment_add_an .yes_sy,
.payment_add_an .no_sy:hover,
.payment_add_an .addr_no_sy:hover,
.payment_add_an .addr_yes_sy,
.payment_add_an,
.payment_add_an .addr_yes_bj {
    /* background-color: #dedede; */
    border-color: #dedede;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.payment_add_an .yes_sy:hover,.addr_no_bj:hover,
.payment_add_an .addr_yes_sy:hover,
.payment_add_an .addr_yes_bj:hover {
    background-color: #333;
    border-color: #333;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/**addr_add**/
.addr_add_cont {
    padding: 20px 0;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

.personal_list_left h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 0;
}

.personal_list {
    padding: 40px 0;
    border-bottom: 1px solid #dedede;
}

.personal_list_right {
    position: relative;
}

.personal_list_right p {
    font-size: 14px;
}

.personal_quit {
    position: absolute;
    right: -6px;
    top: 0;
    border: 0;
    background-color: #fff;
    font-size: 16px;
    text-decoration: underline;
    outline: none;
}

.personal_inf {
    padding-top: 20px;
    padding-bottom: 60px;
}

.addr_formLine .style-input {
    display: block;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 10px;
}

.style-input--error .style-input__input {
    color: red;
    border-color: red;
    fill: red;
}

.style-input__input {
    display: block;
    width: 100%;
    margin: 0;
    padding: 25px 15px 7px;
    color: #333;
    font-size: 13px;
    letter-spacing: .3px;
    border: 1px solid #dedede;
}

.style-input__label {
    position: absolute;
    display: block;
    left: 1px;
    top: 1px;
    padding: 10px 15px 0;
    transform: translateY(0px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
}

.style-input.active .style-input__label {
    transform: translateY(-5px);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.addr_formLine1 {
    width: 50%;
    float: left;
    padding-right: 5px;
}

.addr_formLine2 {
    width: 50%;
    float: right;
    padding-left: 5px;
}

.inline-error {
    position: absolute;
    right: 1px;
    color: red;
    background: #fff;
    top: -10px;
    padding: 0 5px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.style-input.quit .inline-error {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.style-input.quit .style-input__input {
    border-color: red;
}

.style-input input {
    height: auto;
}

.style-input__select {
    width: 100%;
    border: 1px solid #dedede;
    height: 52px;
    color: #666;
    outline: 0;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0;
    padding: 25px 20px 7px 12px;
}

.style-input.country_form .style-input__label {
    padding: 5px 15px;
}

.form_submit {
    width: 100%;
    display: block;
    height: 52px;
    text-align: center;
    line-height: 52px;
    background-color: #333;
    color: #fff;
}

.style-input i.fa {
    width: 16px;
    position: absolute;
    top: 20px;
    right: 2px;
    background-color: #fff;
}

.personal_wal p {
    font-size: 14px;
}

.personal_list_left h2 {
    color: #333;
}

.myorder {
    display: none;
}




/**product**/
.pro_tit img {
    width: 20px;
    position: absolute;
    top: 30px;
    left: 25px;
}

.pro_Lcot {
    border: solid 1px #e2e2e2;
}

.pro_tit {
    border-bottom: solid 1px #e2e2e2;
    padding: 25px;
    padding-left: 70px;
    position: relative;
}

.pro_tb h5 {
    margin: 0;
    font-size: 12px;
    color: #888;
    font-family: Arial, helvetica, sans-serif;
}

.pro_tb h3 {
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}

.pro_lis {
    padding: 10px 25px 0;
}

.pro_lis:nth-child(2) {
    padding-top: 25px
}

.pro_lis:nth-child(2) .pro_li_cot {
    /*20180320*/
    /*display: block;*/
}

.pro_lis:last-child {
    padding-bottom: 25px
}

.pro_top h3 {
    font-size: 16px;
    margin: 0;
    color: #333;
    line-height: 26px;
    cursor: pointer;
    font-weight: 600;
}

.pro_jia {
    position: absolute;
    top: 4px;
    right: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.pro_jia.active:after {
    opacity: 0;
}

.pro_top {
    position: relative;
    padding-bottom: 8px;
    border-bottom: solid 1px #e2e2e2;
    margin-bottom: 10px;
}

.pro_jia:before {
    content: '';
    width: 18px;
    height: 2px;
    background: #888;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.pro_jia:after {
    content: '';
    width: 2px;
    height: 18px;
    background: #888;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.pro_li_cot li a {
    line-height: 30px;
    font-size: 14px;
    color: #888;
}

.pro_li_cot {
    position: relative;
    display: none;
    padding-bottom: 10px;
}
.pro_li_cot li{
    position: relative;
}

.pro_li_cot li a:hover {
    color: #053a7f
}
.pro_li_cot_inner{
    display: none;
}
.pro_li_cot_inner .active{
    color:#053a7f;
}
.pro_inner_inner{
    display: none;
}



/**news**/
.news_box2 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.news_ml {
    position: relative;
    left: -300px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 20px;
}
.news_ml p{
    text-indent: 2em;
}

.news_ml:hover .news_mlwen h4 {
    color: #053a7f;
}

.news_ml:hover .news_mlmore i {
    background: #053a7f;
}

.news_ml:hover .news_mlmore span {
    color: #053a7f;
}

.news_mltop p {
    font-size: 14px;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "Microsoft YaHei", 微软雅黑, STHeiti;
    margin: 0px;
}

.news_mltop h3 {
    font-size: 50px;
    margin-top: 5px;
    color: #3b3b3b;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 0px;
}

.news_mlimg {
    margin: 20px 0 20px 0;
}

.news_mlwen h4 {
    margin: 0 0 12px;
    font-size: 18px;
    letter-spacing: 0.4px;
    text-transform: capitalize;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-weight: bold;
}

.news_mlwen p {
    font-size: 15px;
    letter-spacing: 0;
    color: #666;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}

.news_mlmore {
    display: block;
    margin-top: 30px;
    height: 29px;
}

.news_mlmore i {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: block;
    float: left;
    background: #222;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding-left: 6px;
    font-style: normal;
    will-change: border, background;
    -webkit-transition: border .5s cubic-bezier(.19, 1, .22, 1), background .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: border .5s cubic-bezier(.19, 1, .22, 1), background .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: border .5s cubic-bezier(.19, 1, .22, 1), background .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: border .5s cubic-bezier(.19, 1, .22, 1), background .5s cubic-bezier(.19, 1, .22, 1);
    transition: border .5s cubic-bezier(.19, 1, .22, 1), background .5s cubic-bezier(.19, 1, .22, 1);
    position: relative;
    padding: 0;
    text-align: center;
}

.news_mlmore span {
    padding-left: 10px;
    line-height: 29px;
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}

.news_mrtop {
    border: 1px solid #e5e5e5;
    padding: 20px;
    position: relative;
}

.news_mrtop h3 {
    font-size: 20px;
    font-family: Arial, helvetica, sans-serif;
}



.news_mrtop:hover h2 {
    color: #053a7f;
}

.news_mrtop:hover .news_bmore span {
    color: #053a7f;
}

.news_mrtop:hover .news_bmore i {
    background: #053a7f;
}

.news_mrtop h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news_mrtop p {
    font-size: 14px;
    margin: 0px;
}

.news_mrimg {
    margin: 15px 0px;
}

.news_bwen {
    padding-bottom: 50px;
}

.news_bw {
    position: relative;
    left: -200%;
    margin-bottom: 30px;
}

.news_xiao {
    position: relative;
    left: -200%;
    margin-bottom: 30px;
}

.news_mrtop p {
    font-size: 15px;
    margin: 0;
    line-height: 28px;
    letter-spacing: 0;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 56px;
}

.news_bw2 p {
    height: 112px;
    -webkit-line-clamp: 4;
}

.news_bmore {
    display: block;
    margin-top: 10px;
    height: 29px;
    position: absolute;
    bottom: 5%;
    left: 20px;
}

.news_bmore i {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: block;
    float: left;
    background: #3b3b3b;
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding-left: 6px;
    font-style: normal;
    will-change: border, background;
    -webkit-transition: border .5s cubic-bezier(.19, 1, .22, 1), background .5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: border .5s cubic-bezier(.19, 1, .22, 1), background .5s cubic-bezier(.19, 1, .22, 1);
    -o-transition: border .5s cubic-bezier(.19, 1, .22, 1), background .5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: border .5s cubic-bezier(.19, 1, .22, 1), background .5s cubic-bezier(.19, 1, .22, 1);
    transition: border .5s cubic-bezier(.19, 1, .22, 1), background .5s cubic-bezier(.19, 1, .22, 1);
    position: relative;
    padding: 0;
    text-align: center;
}

.news_box {
    /*width: 80%;*/
    margin: 0 auto;
    background-color: #fff;
    padding: 40px 0px 80px 0px;
}

.news_bmore span {
    padding-left: 10px;
    line-height: 29px;
    color: #666;
    font-size: 16px;
    text-transform: uppercase;
}

.news_bottom {
    margin-top: 30px;
    overflow: hidden;
}

.news_pic img {
    width: 50%;
    margin: 4% 0px 8% 0px;
}

.news_pic h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.news_mr {
    position: relative;
    ;
    right: -200%;
    border: solid 1px #e5e5e5;
    padding: 20px 15px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.news_mr h2 {
    font-size: 18px;
    font-weight: bold;
    color: #555;
}

.news_mr ul {
    list-style: none;
    list-style-image: none;
}

.news_mr ul li {
    border-top: 1px solid #ededed;
    color: #c1c1c1;
    padding: 6px 0 4px;
    max-width: 376px;

}

.news_mr ul li:hover a p {
    color: #053a7f;
}

.news_mr ul li a p {
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
    line-height: 24px;
    display: inline-block;
}

.news_mr ul li a span {
    display: block;
    color: #999;
}


/**newsdot**/
.newsd_top h5 {
    margin: 0;
    font-size: 50px;
    margin-top: 5px;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-bottom: 8px;
}

.newsd_top h3 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 40px;
    text-align: center;
}

.newsd_cot p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
    margin: 14px 0;
}

.newsd_top {
    margin-bottom: 20px;
}

.newsd_cot p img {
    max-width: 100%;
}

.newsd_page {
    margin-top: 40px;
}

.newsd_page h5 {
    margin: 0;
    font-size: 16px;
    line-height: 30px;
}







.dingdan {
    padding: 80px 0 80px;
}

.dingdan_left {
    width: 20%;
    float: left;
    padding-right: 15px;
}

.dingdan_title h2 {
    margin-top: 0;
    font-size: 25px;
    margin-bottom: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
}

.dingdan_menu {
    padding-left: 15px;
}

.dingdan_right {
    width: 78%;
    float: right;
    padding-left: 15px;
}

.dingdan_menu li a {
    padding: 15px 10px;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
}

.dingdan_menu li {
    border-bottom: 1px solid #dedede;
    padding-left: 0;
    cursor: pointer;
}

.dingdan_menu .menu_li {
    font-size: 18px;
    padding: 15px 10px;
    cursor: inherit;
    float: none;
    border-right: 0;
    width: 100%;
}

.menu_lists i {
    padding: 20px;
    position: absolute;
    top: 15px;
    left: 5px;
    background: url(../images/dingdan_1.png) no-repeat;
}

.menu_list2 i {
    background: url(../images/dingdan_2.png) no-repeat;
}

.menu_list3 i {
    background: url(../images/dingdan_3.png) no-repeat;
}

.menu_lists {
    position: relative;
}

.menu_lists span {
    position: absolute;
    display: block;
    height: 100%;
    width: 7px;
    background-color: #fff;
    left: -15px;
    top: 0;
}

.dingdan_menu>li.active .menu_lists span {
    background-color: #333;
}


/**dingdan_right**/
.dingdan_title span {
    font-size: 14px;
    padding-left: 10px;
}

.dingdan_title span a {
    text-decoration: underline;
}

.order_top>h2 {
    font-size: 26px;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.order_top>h2 a {
    font-size: 14px;
    color: #053a7f;
    margin-left: 10px;
    text-decoration: underline;
}

.order_list_title {
    border-bottom: 1px solid #dedede;
}

.order_list {
    padding: 30px 0;
}

.order_top label {
    width: 100%;
    padding-left: 25px;
    position: relative;
    margin: 0;
    border-bottom: solid 1px #dedede;
    font-weight: normal
}

.quanxuan {
    padding: 20px 0;
    font-size: 16px;
}

.quanxuan label {
    border: 0 !important;
}

.order_top label input {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -7px;
}

.order_list_left,
.order_list_right {
    float: left;
    position: relative;
}

.order_list_left {
    width: 40%;
}

.order_list_right {
    width: 60%;
}

.order_zt h3 {
    margin: 0;
    font-size: 15px;
    line-height: 30px;
}

.order_img {
    float: left;
    width: 110px;
}

.order_cont {
    float: left;
    padding-left: 20px;
    width: calc(100% - 110px);
}

.order_cont h4 {
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 14px;
}

.order_style {
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

select.size_choose {
    font-size: 14px;
    padding: 0px 7px;
    width: 100%;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 30px;
    color: #787878;
}

.select_box {
    position: relative;
    width: 100px;
}

.select_box i.fa {
    position: absolute;
    top: 10px;
    right: 5px;
}

.order_list_right>div {
    float: left;
    width: 33%;
    text-align: right;
    height: 30px;
    line-height: 30px;
}

.close_tb img {
    padding-top: 5px;
}

select.count_choose {
    padding: 0 10px;
    width: 60px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 30px;
    color: #787878;
}

.select_box1 {
    position: relative;
}

.select_box1 h5 {
    margin: 0;
    line-height: 30px;
    font-size: 12px;
}

.select_box1 i.fa {
    position: absolute;
    top: 10px;
    right: 5px;
}

.order_bottom {
    margin-top: 40px;
}

.order_bottom_title h4 {
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
    color: #333;
}

.order_tuijian p {
    text-transform: uppercase;
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

.order_list_right>div:last-child {
    width: 0;
}

/**contact**/
.contact_sec2 {
    padding: 40px 0 80px;
    overflow: hidden;
}

.cont_l {
    position: relative;
    left: -300px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.cont_l h2 {
    font-size: 14px;
    color: #666;
    padding-left: 50px;
    line-height: 24px;
    margin: 0;
    font-weight: bold;
}

.cont_l h3 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin: 10px 0 15px;
    padding-left: 100px;
}

.cont_l h2 span {
    display: inline-block;
    width: 30px;
    height: 2px;
    margin: 10px 20px 0 0;
    background: #666;
    float: left;
}

.cont_l h4 span {
    display: inline-block;
    width: 30px;
    height: 1px;
    margin: 10px 20px 0 0;
    background: #666;
    float: left;
}

.cont-i {
    padding-left: 50px;
    margin: 15px 0;
}

.cont-i i {
    font-size: 14px;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #333;
    margin-right: 10px;
}

.contact_right {
    margin-left: 50px;
    position: relative;
    right: -300px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.contact_right h2 {
    font-size: 15px;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 30px;
    width: 80%;
}

.contact_right form {
    width: 90%;
}

.form_child {
    margin-bottom: 25px;
}

.contact_right label {
    display: block;
    font-weight: normal;
    margin-bottom: 10px;
}

.contact_right input {
    width: 100%;
    height: 40px;
    border: none;
    background: #eee;
    padding-left: 10px;
    font-size: 14px;
}

.form_child textarea {
    width: 100%;
    height: 120px;
    border: 0;
    background: #eee;
}

.form_tj {
    display: block;
    background: #222;
    color: #fff;
    height: 50px;
    width: 300px;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    margin-top: 30px;
    font-family: 'italiannoregular';
}

.form_child .form_left {
    float: left;
    width: 47%;
}

.form_child .form_right {
    float: right;
    width: 47%;
}



/**service**/
.peisong_list {
    margin-bottom: 30px;
}

span#online_all a {
    display: inline-block;
}

.tuihuo_cont p {
    font-size: 14px;
    line-height: 24px;
}

.tuihuo_cont .hasbullets li {
    list-style: disc;
    margin-left: 20px;
    line-height: 22px;
}

.tuihuo_cont table {
    width: 70%;
    border-collapse: collapse;
}

.peisong_list h3 {
    margin: 0 0 20px 0;
}

.tuihuo_cont table th {
    background-color: #787878;
    border: 1px solid #ccc;
    padding: 10px 9px;
    color: #fff;
}

.tuihuo_cont table td {
    border: 1px solid #ccc;
    padding: 5px 9px;
    line-height: 24px;
}



/**cart**/
.gouwuc {
    padding: 190px 0 80px;
    position: relative;
}

.gwc_left {
    width:70%;
    float: left;
    min-height: 100vh;
}

.gwc_right {
    width:30%;
    padding-left: 40px;
    border-left: 1px solid #dedede;
    padding-top: 40px;
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 40px;
    background-color: #fff;
    z-index: 995;
}

.gwc_right.fixed {
    position: fixed;
}

.gwc_right.fixed_bot {
    position: absolute;
    top: auto;
    bottom: 0;
}

.order_list_right>ul li {
    width: 33.3%;
    text-align: right;
    float: left;
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    padding: 10px 15px 0;
}

.order_list_title {
    padding: 0;
    padding-bottom: 10px;
}

.order_list_left h3 {
    margin: 0px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}

.gwc_right .dingdan_title h2 {
    padding-bottom: 10px;
    line-height: 30px;
    text-transform: uppercase;
}

.gwc_cout_list_left .ts_h5 {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 20px;
}

.gwc_cout_list_left h5 {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 0;
    line-height: 40px
}

.gwc_cout_list_left1 h5 {
    font-size: 12px;
    margin-bottom: 0;
    line-height: 20px;
    margin-top: 0;
}

.gwc_cout {
    padding: 30px 0;
}

.js_zj {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.js_zj span {
    float: right;
}

.gwc_cout_list_left {
    float: left;
}

.gwc_cout_list_right {
    float: right;
}

.gwc_cout_list_right p {
    line-height: 40px;
    margin: 0;
}

.jiesuan {
    width: 100%;
    display: block;
    height: 50px;
    background: #333;
    color: #fff;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    line-height: 50px;
}

.title_gwc {
    text-align: center;
}

.title_gwc h4 {
    text-transform: uppercase;
}

.gwc_cont {
    margin: 50px 0;
}

.gwc_cont_phone i {
    padding: 10px;
    display: inline-block;
    background: url(../images/phone.png) no-repeat;
    padding-right: 15px;
    margin-bottom: -5px;
}

.gwc_cont_phone {
    padding: 20px 0;
}

.phone_left {
    float: left;
}

.phone_right {
    float: right;
}

.gwc_email {
    width: 100%;
    text-align: center
}

.gwc_email i {
    padding: 10px;
    display: inline-block;
    background: url(../images/email.png) no-repeat;
    padding-right: 15px;
    margin-bottom: -5px;
}

.gwc_cont_phone,
.gwc_email {
    font-size: 14px;
}

.mendian_container {
    width: 75%;
    margin: 0 auto;
    position: relative;
}





/**job**/
.join_four {
    padding: 80px 40px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: #fff;
}

.join_sec2 {
    padding: 80px 0;
    overflow: hidden;
    background: #fafafa;
}

.join_sec2_box {
    position: relative;
    bottom: -300px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.join_four h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
}

.join_four p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
}

.join_sec3 {

    overflow: hidden;
}

.j_sec3_img {
    position: relative;
    left: -300px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.j_sec3_info {
    position: relative;
    right: -300px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    display: table-cell;
    vertical-align: middle;
    padding-left: 50px;
    padding-top: 60px;
}

.j_sec3_info h2 {
    margin: 0;
    font-size: 28px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 14px;
}

.j_sec3_info p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
}

.join_sec4 {
    padding: 80px 0;
    overflow: hidden;
    background: #fafafa;
}

.join_sec4_box {
    position: relative;
    bottom: -300px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.j_sec4_l h2 {
    font-size: 30px;
    color: #053a7f;
    line-height: 42px;
    padding: 0 15px;
    margin: 0;
    font-weight: bold;
}

.j_sec4_c {
    padding: 0 15px;
    position: relative;
}

.j_sec4_c h2 {
    color: #333;
    line-height: 30px;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
}

.j_sec4_c p {
    font-size: 16px;
    color: #909090;
    line-height: 30px;
}

.j_sec4_r h2 {
    color: #333;
    line-height: 30px;
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: bold;
}

.j_sec4_r p {
    font-size: 15px;
    color: #888;
    line-height: 28px;
}

.j_sec4_r {
    padding: 0 15px;
    position: relative;
}

.join_sec5 {
    position: relative;
    bottom: -300px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}

.j_sec5_box {
    padding: 60px 0 80px 0;
    overflow: hidden;
}

.join_sec5 h2 {
    font-size: 30px;
    color: #333;
    line-height: 50px;
    text-align: center;
    margin: 0;
    font-weight: bold;
    margin-bottom: 12px;
}

.join_sec5 p {
    font-size: 18px;
    color: #666;
    line-height: 30px;
    text-align: center;
}

.main_ban {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 60vh;
}





/**about**/

.ab_box1 {
    padding: 110px 0 90px;
}

.ab1_tit {
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}

.ab1_tit h3 {
    margin: 0;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    font-family: Arial, helvetica, sans-serif;
    color: #333;
}

.ab1_tit h5 {
    margin: 0;
    color: #888;
    line-height: 28px;
    font-size: 15px;
}

.ab1_tit img {
    width: 40px;
    margin-top: 10px;
}

.ab1_tit:before {
    content: '';
    display: inline-block;
    width: 110px;
    height: calc(100% + 60px);
    border: solid 4px #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ab1_bt {
    background: #fff;
    position: relative;
    padding: 10px 0;
}

.ab1_left {
    width: 58%;
    float: left;
    padding-left: 60px;
    position: relative;
}

.ab1_right {
    float: left;
    width: 42%;
    padding: 60px 40px 0;
    padding-left: 70px;
}

.ab1_img1 {
    width: 62%;
    position: relative;
    padding-top: 35px;
}

.ab1_img1 img {
    width: 100%;
}

.ab1_img2 {
    position: absolute;
    width: 50%;
    bottom: -30px;
    right: 0;
}

.ab1_img2 img {
    width: 100%;
}

.ab1_img1:before {
    content: '';
    width: 60px;
    height: 2px;
    background: #333;
    display: inline-block;
    position: absolute;
    top: 0;
    left: -50px;
}

.ab1_img1:after {
    content: '';
    height: 60px;
    width: 2px;
    background: #333;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}


.ab1_right h3 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 50px;
    text-transform: capitalize;
}

.ab1_right h3 span {
    font-weight: bold;
    color: #333;
}

.ab1_wz p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.ab1_line {
    width: 60px;
    height: 2px;
    background: #333;
    margin: 30px 0;
    position: relative;
    left: -60px;
}




.ab_box2:before {
    content: '';
    width: 90%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #f2f1f6;
    left: 50%;
    transform: translateX(-50%);
}

.ab_box2 {
    position: relative;
    padding: 90px 0;
}

.ab_box2 .container {
    position: relative;
}

.ab2_left {
    width: 50%;
    float: left;
    padding-right: 30px;
    padding-left: 60px;
}

.ab2_right {
    width: 50%;
    float: left;
    padding: 0 30px;
    text-align: right;
}

.ab2_right img {
    width: 100%;
    max-width: 450px;
}

.ab2_tit h3 {
    margin: 0;
    font-size: 44px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: bold;
}

.ab2_tit {
    margin-bottom: 40px;
}

.ab2_lis h5 {
    margin: 0;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 50px;
    text-transform: capitalize;
}

.ab2_lis p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.ab2_lis p:nth-child(odd) {
    font-weight: 600;
}

.ab3_swiper .swiper-slide {
    width: auto !important;
    font-weight: 18px;
}

.ab3_lis img {
    height: 100%;
}

.ab3_cot {
    width: 90%;
    margin: 0 auto;
}

.ab3_swiper {
    height: 55vh;
}

.ab_box4 {
    padding: 120px 0 90px;
}

.ab4_left {
    width: 56%;
    float: left;
    padding: 0 30px;
}

.ab4_img img {
    width: 100%;
}

.ab4_right {
    float: left;
    width: 44%;
    padding-left: 70px;
}

.ab2_lis {
    margin-bottom: 40px;
}

.ab3_lis {
    height: 100%;
}





/**login**/
.fixed_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9999;
    display: none;
}

.login_close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 36px;
    cursor: pointer;
}

.login_close img {
    width: 100%;
}

.login_box,
.regist_box,
.forget_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 440px;
    padding: 28px;
    display: none;
    min-height: 300px;
    padding-bottom: 36px;
}

.login_cot h3 {
    margin: 0;
    padding: 10px 0 15px;
    font-size: 18px;
    border-bottom: solid 1px #ccc;
    color: #333;
}

.login_lis label span {
    display: inline-block;
    width: 70px;
    font-size: 14px;
    float: left;
    line-height: 36px;
}

.login_lis {
    margin: 15px 0;
    color: #666;
}

.login_lis input {
    border: 1px solid #bcbcbc;
    height: 38px;
    line-height: 28px;
    color: #787878;
    outline: 0;
    padding: 0 4px;
    width: calc(100% - 70px);
}

.login_lis label {
    width: 100%;
    font-weight: normal;
}

.login_lis button {
    width: 70%;
    line-height: 36px;
    height: 38px;
    display: block;
    margin: 0 auto 10px;
    border: 1px solid #9d2027;
    border-radius: 2px;
    background: #9d2027;
    color: #fff;
    font-size: 14px;
    letter-spacing: 2px;
    text-align: center;
    /*float: left;*/
    /*margin-left: 70px;*/
    outline: none;
}

/*20180312*/
.login_lis .code {
    width: 54%;
}

.login_lis .send,
.login_lis .f_send {
    width: 25%;
    display: inline-block;
    background-color: #9d2027;
    border-radius: 2px;
    color: #FFFFFF;
    border: none;
    height: 38px;
    line-height: 38px;
    float: right;
    text-align: center;
    padding: 0 12px;
    cursor: pointer;
}

.login_lis .vcode {
    width: 25%;
    height: 38px;
    float: right;
    cursor: pointer;
}

/*20180312*/

.login_lis a {
    /*height: 36px;*/
    line-height: 24px;
    margin-left: 24px;
}

.login_lis:last-child {
    margin-bottom: 0;
    padding-left: 10%;
    text-align: center;
}

.login_lis>a {
    margin-left: 0;
    margin-right: 24px;
}

.login_lis:last-child .forget {
    display: inline-block;
}

.wtg h2 {
    text-align: center;
    margin: 160px 0;
    font-size: 40px;
    letter-spacing: 3px;
    font-weight: bold
}

.phone_box {
    display: none;
}







/**collect**/
.coll_img img {
    width: 100%;
}

.coll_wz h3 {
    margin: 0 0 6px;
    font-size: 18px;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
}

.coll_wz h4 {
    font-size: 14px;
    line-height: 24px;
    margin: 0;
}

.coll_r {
    float: right;
}

.coll_wz h4 a {
    color: #053a7f;
}

.coll_lis {
    margin-bottom: 20px;
}

.coll_wz {
    padding-top: 10px;
}

.coll_img {
    border: solid 1px #e2e2e2;
}

.collect_box {
    padding-top: 30px;
}


a.perxg {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
}








.fexia>div {
    float: left;
}

.fexia span {
    float: left;
    display: block;
    line-height: 28px
}

.fexia {
    margin-top: 20px;
}

.fexia:after {
    content: '';
    display: table;
    clear: both
}

@media(max-width:1600px) {
    .index_box2 {
        height: 720vh;
    }
}



@media(max-width:1500px) {
    .index_box2 {
        height: 750vh;
    }
}


@media (max-width:1200px) {
    .headT_l li:nth-child(1) {
        display: block;
    }

    .headT_l li:nth-child(2) {
        display: block;
    }

    .headT_l li:nth-child(3) {
        display: block;
    }

    .headT_l li:nth-child(4) {
        display: block;
    }

    .headT_l li:nth-child(4) a {
        border: 0;
    }

    .headT_l li {
        display: none
    }

    .cont_l h2,
    .cont_l h3 {
        padding-left: 0;
    }

    .con_1 .index_two_left .index_two_left_ab .in h2,
    .con_2 .index_two_left .index_two_left_ab .in h2,
    .con_3 .index_two_left .index_two_left_ab .in h2 {
        font-size: 36px;
    }

    .con_1 .index_two_left .index_two_left_ab .in h3,
    .con_2 .index_two_left .index_two_left_ab .in h3,
    .con_3 .index_two_left .index_two_left_ab .in h3 {
        font-size: 18px;
        letter-spacing: 2px;
    }

    .ab3_swiper {
        height: 40vh;
    }

    .gwc_cont_phone .phone_left {
        width: 100%;
        text-align: left;
        margin-bottom: 20px;
    }

    .gwc_cont_phone .phone_right {
        width: 100%;
        text-align: left;
    }

    .gwc_email {
        text-align: left;
    }

}

@media(max-width:1200px) {
	.news_box{
		padding: 0 0px 80px 0px;
	}
}

@media(max-width:991px) {
    .drop_down {
        display: none;
    }

    .headM_m>ul>li>a:after {
        display: none;
    }

    .headBot li:first-child {
        display: none;
    }

    .headBot li {
        width: 100%;
    }

    .headM_t_btn a:last-child {
        padding: 0 16px;
    }

    .headM_t_btn a:first-child {
        padding: 14px 16px;
    }

    .headM_sear {
        display: none;
    }

    .headT_l {
        display: none;
    }

    .ab1_right {
        padding-right: 0;
    }

    .headTop {
        display: none;
    }

    .headMid .container {
        width: 100%;
    }

    .headM_t {
        padding: 10px 0 0;
    }

    .phone_btn {
        float: left;
        padding-right: 20px;
    }

    .phone_btn i {
        width: 24px;
        height: 3px;
        background: #053a7f;
        display: block;
        position: relative;
        top: 16px;
    }

    .phone_btn i:before {
        content: '';
        width: 24px;
        height: 3px;
        background: #053a7f;
        display: block;
        position: absolute;
        top: -8px;
        left: 0;
    }

    .phone_btn i:after {
        content: '';
        width: 24px;
        height: 3px;
        background: #053a7f;
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
    }

    .phone_btn a {
        display: block;
        height: 36px;
    }

    .ind4_menu {
        max-width: 300px;
        width: 50%;
    }

    .ind4_li {
        margin-right: 20px;
        width: calc(50% - 20px);
        height: 150px;
    }

    .ind5_textR p {
        display: none;
    }

    .ind5_textL span {
        display: none;
    }

    .history_a:nth-child(3) .history_list h2,
    .history_a:nth-child(4) .history_list h2 {
        font-size: 50px;
    }

    .mendian_container {
        width: 90%;
    }

    .gwc_right {
        padding-left: 20px;
        padding-right: 20px;
    }

    table.payment tbody td,
    .dz_add tbody td {
        font-size: 12px;
        padding: 8px 0;
    }

    .buy2_right ul li a {
        padding: 5px 60px;
    }

    .buy2_right {
        position: absolute;
    }

    .buy3_item li {
        width: 48%;
        margin-right: 10px;
    }

    .index_two_right_con {
        left: 5%;
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .index_two_right_con h2 {
        font-size: 26px;
    }

    .con_2.index_three .index_two_right_con {
        left: 15%;
        width: 70%;
    }

    .con_1 .index_two_left .index_two_left_ab .in h2,
    .con_2 .index_two_left .index_two_left_ab .in h2,
    .con_3 .index_two_left .index_two_left_ab .in h2 {
        font-size: 30px;
    }

    .tuihuo_cont table {
        width: 100%;
    }

    .zhifu_left {
        border-right: none;
    }

    .magnifier-assembly {
        z-index: 0;
    }
}
@media(max-width:991px) {
	.wrapper {
	    margin-top: 153px;
	}
	.news_box{
		    padding: 0 0px 80px 0px;
	}
	.news_box .pages{
		    margin-bottom: 55px;
	}
}
@media(max-width:768px) {
    .index_box2 {
        display: none;
    }

    .footercopy {
        margin-top: 0;
    }

    .footer {
        padding: 0;
    }


    .header {
        display: none;
    }

    .phone_box {
        display: block;
    }

    .logo img {
        max-height: 30px;
        margin: 2px 0;
    }

    .phone_right i {
        line-height: 36px;
        height: 22px;
        font-size: 20px;
        color: #9d2028;
    }

    .phone_head {
        padding: 8px 0;
        box-shadow: 0 0 8px #ccc;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #fff;
    }
	.phone_head .container{
		 width: 100%;
	    display: flex;
	    align-items: center;
	}
	.phone_head .logo{
		width: 10%;
	}

    .phone_menu {
        position: fixed;
        top: 0;
        width: 100%;
        background: #fff;
        z-index: 999;
        height: 100vh;
        overflow-y: scroll;
        visibility: hidden;
        opacity: 0;
        left: -30%;
        transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
    }

    .phone_menu.into {
        left: 0;
        opacity: 1;
        visibility: visible;
        transition: all 0.8s ease;
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -ms-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        background: rgba(0, 0, 0, 0.5);
    }

    .phone_user {
        font-size: 16px;
        line-height: 44px;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

    .phone_cot {
        padding: 30px;
        width: 70%;
        background: #fff;
    }

    .phone_user i {
        color: #053a7f;
        font-size: 18px;
        margin-right: 5px;
    }

    .phone_user a {
        padding: 0 2px;
        color: #053a7f;
    }

    ul.phone_T1 li a {
        line-height: 32px;
        font-size: 14px;
        color: #333;
    }

    ul.phone_T2 a {
        line-height: 32px;
        font-size: 14px;
        font-weight: 600;
        color: #333;
    }

    .phone_T1 {
        margin-bottom: 20px;
    }

    .phone_close {
        position: absolute;
        top: 20px;
        right: calc(30% + 20px);
        width: 30px;
        z-index: 9;
    }

    .phone_close img {
        width: 100%;
    }

    .phone_peo {
        float: right;
        margin-right: 12px;
    }

    .phone_peo i {
        line-height: 36px;
        height: 36px;
        font-size: 20px;
        color: #9d2028;
    }



    /**index**/
    .banner_wz p {
        font-size: 12px;
        line-height: 24px;
    }

    .wrapper {
        margin-top: 52px;
    }

    .ban_pic {
        width: 100%;
        height: 100%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .index_box1_left {
        width: 100%;
    }

    .ind1_l_l li {
        width: 70px;
        height: 70px;
    }

    .ind1_l_r {
        width: calc(100% - 90px);
    }

    .info-1 {
        left: 50%;
        bottom: 50%;
        transform: translate(-50%, 50%);
    }

    .infos {
        display: none;
    }

    .ind1_button:hover {
        width: 40px;
        height: 40px;
    }

    .ind1_button {
        width: 34px;
        height: 34px;
    }

    .ind1_button:before {
        margin: -9px 0 0 -3px;
    }

    .ind1_button:after {
        margin: -3px 0 0 -9px;
    }

    .index_sec1 {
        width: 100%;
        padding: 60px 0 80px;
    }

    .index_sec1_box {
        width: 100%;
    }

    .index_sec1_box .box_img {
        width: 100%;
        position: relative;
    }

    .index_sec1_box .box_img img {
        width: 100%;
    }

    .index_sec1_box .box_txt {
        width: 100%;
    }

    .index_sec1_box .box_txt h5 {
        font-size: 20px;
        color: #333333;
    }
    .index_sec1_box .box_txt p {
        font-size: 12px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 18px;
        letter-spacing: 0px;
        color: #333333;
    }
    .index_sec1_box .box_txt a{
        display: inline-block;
        width: 34px;
        height: 4px;
    }
    .ind_box1 {
        padding: 50px 0 20px;
    }

    .index_box1_right {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

    .index_box1_right h3 {
        font-size: 14px;
    }

    .index_box1_right h2 {
        font-size: 24px;
        margin: 0 0 20px 0;
    }

    .index_box1_right p {
        font-size: 12px;
        line-height: 22px;
    }

    .ind1_btn a {
        margin-top: 20px;
    }

    .ind5_btn span {
        padding: 0 40px;
        height: 40px;
        line-height: 36px;
        font-size: 12px;
    }

    .login_box,
    .regist_box,
    .forget_box {
        width: 90%;
        min-height: 260px;
    }

    .login_cot h3 {
        font-size: 16px;
    }

    .login_close {
        width: 30px;
    }

    .login_lis input {
        height: 30px;
        line-height: 30px;
        width: calc(100% - 60px);
    }

    .login_lis label span {
        width: 60px;
    }

    .login_lis button {
        width: 25%;
        line-height: 28px;
        height: 30px;
        margin-left: 60px;
    }

    /*20180312*/
    .login_lis .code {
        width: 54%;
    }

    .login_lis .send,
    .login_lis .f_send {
        display: inline-block;
        background-color: #9d2027;
        border-radius: 2px;
        color: #FFFFFF;
        border: none;
        float: right;
        text-align: center;
        padding: 0 12px;
        width: 20%;
        line-height: 28px;
        height: 30px;
        cursor: pointer;
    }

    .login_lis .vcode {
        width: 20%;
        height: 30px;
        float: right;
        cursor: pointer;
    }

    /*20180312*/

    .phone_cot ul li {
        text-align: left;
    }

    .ind2_box {
        width: 100%;
    }

    .ind2_box img {
        width: 100%;
    }

    .index_box3 {
        padding: 50px 0;
    }

    .history_con>h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .history_a {
        padding: 0 5px;
        border-bottom: 1px #ddd solid;
    }

    .history_a:nth-child(2) {
        border-right: none;
    }

    .history_a:nth-child(3),
    .history_a:nth-child(4) {
        border-bottom: none;
    }

    .history_sj h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .history_con .row {
        margin: 0;
        padding: 0;
    }

    .history_list h2 span {
        font-size: 24px;
        line-height: 34px;
    }

    .history_a:nth-child(3) .history_list h2,
    .history_a:nth-child(4) .history_list h2 {
        font-size: 24px;
    }

    .history_list {
        padding: 10px;
        text-align: center;
    }

    .history_xq {
        display: none;
    }

    .bgImg1,
    .bgImg2,
    .bgImg3,
    .bgImg4 {
        background-attachment: inherit;
    }

    .swiper-pagination4 .swiper-pagination-bullet-active {
        opacity: 1;
        background: #053a7f;
    }

    .ind4_img img {
        width: 100%;
    }

    .ind4_txt {
        padding: 0 15px;
    }

    .ind4_txt p {
        font-size: 12px;
        line-height: 22px;
    }

    .ind4_txt h3 {
        font-size: 20px;
    }

    .index_box5 {
        padding: 50px 0 20px;
    }

    .ind5_tit h3 {
        margin-top: 0;
        font-size: 24px;
        letter-spacing: 1px;
        color: #111;
        text-align: center;
        margin-bottom: 40px;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }

    .ind5_box li {
        opacity: 1;
        top: 0;
        width: 50%;
    }

    .copy {
        line-height: 22px;
        padding: 5px 0;
    }

    /*about*/
    .ban_main {
        height: 60vh;
    }
    .ban_main img{
        width: 100%;
    }
    .prolist {
        width: 100%;
    }

    .ab_box1 {
        padding: 50px 0 40px;
    }

    .ab2_lis {
        margin-bottom: 30px;
    }

    .ab1_tit h3 {
        font-size: 24px;
        font-weight: normal;
    }

    .ab1_tit:before {
        display: none;
    }

    .ab1_bt {
        padding: 0;
    }

    .ab1_tit h5 {
        font-size: 14px;
    }

    .ab1_tit img {
        display: none;
    }

    .ab1_img1:before,
    .ab1_img1:after {
        display: none;
    }

    .ab1_left {
        width: 100%;
        padding-left: 0;
    }

    .ab1_img1 {
        width: 62%;
        padding: 0;
    }

    .ab1_tit {
        margin-bottom: 20px;
    }

    .ab1_right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .ab1_line {
        margin: 20px 0;
        left: 0;
    }

    .ab1_right h3 {
        font-size: 24px;
        line-height: 34px;
        font-weight: normal;
    }

    .ab1_wz p {
        font-size: 12px;
        line-height: 22px;
    }

    .ab2_left {
        width: 100%;
        padding: 0;
    }

    .ab_box2 {
        position: relative;
        padding: 40px 0 20px;
    }

    .ab2_lis h5 {
        font-size: 24px;
        line-height: 34px;
        font-weight: normal;
    }

    .ab_box2:before {
        width: 100%;
    }

    .ab2_lis p {
        font-size: 12px;
        line-height: 22px;
    }

    .ab2_right {
        display: none;
    }

    .ab3_cot {
        width: 100%;
    }

    .ab3_swiper {
        height: 50vh;
        padding-bottom: 40px;
    }

    .pagination_ab3 .swiper-pagination-bullet-active {
        opacity: 1;
        background: #053a7f;
    }

    .ab_box4 {
        padding: 50px 0 20px;
    }

    .ab4_left {
        width: 100%;
        padding: 0;
    }

    .ab4_right {
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }

    .gouwuc {
        padding: 40px 0 0;
    }

    .mendian_container {
        width: 100%;
    }

    .gwc_left {
        width: 100%;
        padding: 0;
        position: relative;
        z-index: 3;
        top: 0;
        left: 0;
        height: auto;
        min-height: auto;
        padding: 0 15px;
        float: none;
    }

    .gwc_right {
        width: 100%;
        padding-left: 15px;
        padding-top: 10px;
        padding-right: 15px;
        background-color: #fff;
        position: initial;
        border: none;
    }

    .gwc_right.fixed {
        position: relative;
    }

    .gwc_right.fixed_bot {
        position: initial;
        top: auto;
        bottom: 0;
    }

    .order_img {
        float: left;
        width: 70px;
    }

    .order_top {
        padding: 0;
    }

    .order_list_right>ul li {
        width: 33.3%;
        font-size: 12px;
        line-height: 22px;
    }

    select.count_choose {
        width: 40px;
    }

    select.size_choose {
        font-size: 12px;
    }

    .select_box {
        width: 80px;
    }

    .order_list_right>div.count {
        width: 18%;
        text-align: left;
    }

    .order_list_right>div.price {
        width: 34%;
        text-align: left;
    }

    .order_list_right>div.close_tb {
        width: 22%;
    }

    .order_style {
        position: inherit;
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
    }

    .order_cont {
        margin-left: 0;
        padding-left: 15px;
        width: calc(100% - 90px);
    }

    .order_cont h4 {
        margin: 0 0 10px 0;
        text-transform: uppercase;
        font-size: 12px;
        line-height: 20px;
    }

    .order_list:nth-last-child(1) {
        border: none;
    }

    .payment_delect,
    .payment_add,
    .addr_delect,
    .addr_add,
    .addr_bj,
    .bx_info {
        width: 90%;
        left: 5%;
        position: fixed;
        /*20180315*/
        /*top: 15%;*/
        left: 5%;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid #dedede;
        z-index: 9999;
    }

    .style-input__input {
        /*20180321*/
        padding: 20px 15px 5px;
        font-size: 12px;
    }

    .style-input__label {
        padding: 5px 15px 0;
    }

    h2.payment_del_bt {
        line-height: 30px;
        font-size: 16px;
    }

    .payment_add_an .no_sy,
    .payment_add_an .yes_sy,
    .payment_add_an .addr_no_sy,
    .payment_add_an .addr_yes_sy,
    .payment_add_an .addr_no_bj,
    .payment_add_an .addr_yes_bj {
        padding: 5px 30px;
    }

    .payment_del_an>a {
        padding: 5px 30px;
    }

    .personal_list {
        padding: 20px 0 20px;
        border-bottom: 0;
    }

    .payment_add_an,
    .addr_add_an {
        padding-top: 15px;
    }

    .dingdan_title h2 {
        font-size: 24px;
    }

    .gwc_cout {
        padding: 10px 0;
    }

    .gwc_cout_list_left h5 {
        line-height: 30px;
    }

    .jiesuan {
        width: 100%;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }

    .cont_l {
        left: 0px;
        opacity: 1;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }

    .contact_right {
        right: 0px;
        opacity: 1;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        margin-left: 0;
    }

    .cont-i {
        padding-left: 0px;
    }

    .contact_sec2 {
        padding: 80px 0;
    }

    .cont_l h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .contact_right h2 {
        font-size: 14px;
        line-height: 24px;
        width: 100%;
    }

    .contact_right form {
        width: 100%;
    }

    .form_tj {
        height: 40px;
        width: 100%;
        line-height: 40px;
        font-size: 14px;
    }

    .join_sec2 {
        padding: 50px 0 30px;
    }

    .join_sec2_box {
        bottom: 0px;
        opacity: 1;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        width: 100%;
    }

    .join_four {
        padding: 20px 15px 10px;
        margin-bottom: 20px;
    }

    .join_four p {
        font-size: 12px;
        color: #888;
        line-height: 22px;
    }

    .join_four h2 {
        font-size: 16px;
    }

    .j_sec3_img {
        left: 0px;
        opacity: 1;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }

    .j_sec3_info h2 {
        font-size: 24px;
        font-weight: normal;
        line-height: 34px;
    }

    .j_sec3_info {
        right: 0px;
        opacity: 1;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        padding-left: 0;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .j_sec3_info p {
        font-size: 12px;
        line-height: 22px;
    }

    .join_sec4_box {
        bottom: 0px;
        opacity: 1;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
    }

    .join_sec4 {
        padding: 50px 0 40px;
    }

    .j_sec4_l h2 {
        font-size: 24px;
        line-height: 34px;
        padding: 0px;
        font-weight: normal;
    }

    .j_sec4_c h2 {
        font-size: 16px;
        margin-top: 20px;
    }

    .j_sec4_c {
        padding: 0;
    }

    .j_sec4_c p {
        font-size: 12px;
        line-height: 22px;
    }

    .j_sec4_r h2 {
        font-size: 16px;
    }

    .j_sec4_r {
        margin-top: 20px;
        padding: 0;
        position: relative;
    }

    .j_sec4_r p {
        font-size: 12px;
        line-height: 22px;
    }

    .join_sec5 {
        bottom: 0px;
        opacity: 1;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        padding: 0 15px;
    }

    .j_sec5_box {
        padding: 40px 0;
        overflow: hidden;
    }

    .join_sec5 h2 {
        font-size: 24px;
        color: #333;
        line-height: 50px;
        text-align: center;
        margin: 0;
        font-weight: normal;
        margin-bottom: 12px;
    }

    .join_sec5 p {
        font-size: 14px;
    }

    .news_box {
        padding: 50px 0;
    }

    .news_ml {
        left: 0px;
        opacity: 1;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        padding: 10px;
    }

    .news_mltop h3 {
        font-size: 24px;
    }

    .news_mr {
        right: 0px;
        opacity: 1;
        filter: alpha(opacity=1);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        margin-top: 40px;
    }

    .news_mlwen h4 {
        font-size: 16px;
    }

    .news_mlwen p {
        font-size: 12px;
        letter-spacing: 0;
        color: #666;
        line-height: 22px;
        height: 66px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .news_mlmore i {
        width: 25px;
        height: 25px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 22px;
        padding-left: 3px;
    }

    .news_mlmore span {
        line-height: 25px;
        font-size: 14px;
    }

    /*newsdot*/
    .newsd_top h5 {
        font-size: 24px;
    }

    .newsd_top h3 {
        font-size: 24px;
        font-weight: normal;
        line-height: 34px;
    }

    .newsd_cot p {
        font-size: 12px;
        line-height: 22px;
    }

    .ind5_btn {
        margin-top: 40px;
        margin-bottom: 30px;
    }

    .gwc_cont {
        margin: 40px 0 50px;
    }

    /*order*/
    .order_top>h2 {
        font-size: 16px;
    }

    .dingdan {
        padding: 50px 0 40px;
    }

    .order_bottom {
        margin-top: 20px;
    }

    .dingdan_left {
        width: 100%;
        padding: 0;
    }

    .menu_lists {
        width: 100%;
    }

    .dingdan_menu li {
        float: left;
        width: 50%;
    }

    .dingdan_menu .menu_li {
        width: 100%;
    }

    .menu_lists span {
        height: 2px;
        width: 100%;
        left: 0;
        top: 100%;
    }

    .dingdan_right {
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }

    .dingdan_menu {
        padding: 0;
    }

    .personal_list_left h2 {
        font-size: 16px;
    }

    .personal_quit {
        font-size: 14px;
    }

    .personal_inf {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .personal_list_right1 tr th {
        padding: 0;
        border-bottom: none;
        font-weight: normal;
    }

    .buy_top {
        margin-top: 100px;
    }

    .move-view {
        display: none;
    }

    .buy1_left {
        width: 100%;
        position: inherit;
    }

    .buy_sec1_left {
        padding: 0;
    }

    .buy1_right {
        width: 100%;
        position: initial;
    }

    .buy_sec1_right_out {
        position: relative;
        top: inherit;
        transform: inherit;
    }

    .buy_sec1_right h2 {
        font-size: 18px;
        font-weight: normal;
    }

    .buy1_left {
        margin-bottom: 40px;
    }

    .buy_sec1_right h3 {
        font-size: 12px;
        line-height: 22px;
    }

    .buy_sec1_right h4 {
        font-size: 14px;
    }

    a.buy_button {
        height: 40px;
        line-height: 40px;
    }

    .buy_sec2_in {
        top: 50px !important;
        height: 50px;
    }

    .buy2_left {
        padding: 0;
        width: 100%;
    }

    .buy2_left ul li a {
        font-size: 16px;
    }

    .buy3_sec3 {
        padding-bottom: 0;
    }

    .buy_sec2 {
        margin-top: -80px;
    }

    .buy2_left ul li {
        width: 33.33%;
        float: left;
    }

    .buy2_right ul li a {
        padding: 5px 40px;
        height: 40px;
    }

    .buy2_right li.gouwuche a {
        padding: 0 5.5px;
        background: #fff;
    }

    .buy2_right {
        margin-top: 35px;
        text-align: right;
        right: 0;
        position: absolute;
    }

    .buy2_right ul li a {
        padding: 0 22px;
        height: 40px;
        float: right;
        line-height: 40px;
    }

    .buy2_right ul li {
        margin-left: 0;
        display: block;
    }

    .buy3_tit h4 {
        font-size: 16px;
        font-weight: normal;
    }

    .buy3_item li {
        width: 100%;
    }

    .buy3_info p {
        line-height: 22px;
        font-size: 12px;
    }

    .buy3_sec .container1 {
        padding-bottom: 30px;
    }

    .buy {
        margin-top: -46px;
    }

    .pro_sel input {
        width: 100%;
    }

    .pro_sel i {
        margin-top: -20px;
    }

    .prod_left {
        width: 100%;
        padding: 0;
    }

    .pro_top h3 {
        font-weight: normal;
    }

    .prod_right {
        width: 100%;
        margin-top: 30px;
    }

    .product_list_wz h2 {
        font-size: 18px;
    }

    .product {
        padding-bottom: 0;
    }

    .prolist_box1 {
        padding-top: 50px;
    }

    .prolist1_left {
        width: 100%;
        float: left;
    }

    .prolist1_right {
        float: left;
        width: 100%;
    }

    .prolist1_left li {
        padding: 0px 5px 10px;
    }

    .index_two {
        padding-top: 50px;
    }

    .con_1 .index_two_left .index_two_left_ab .in h2,
    .con_2 .index_two_left .index_two_left_ab .in h2,
    .con_3 .index_two_left .index_two_left_ab .in h2 {
        font-size: 16px;
        line-height: 26px;
    }

    .con_1 .index_two_left .index_two_left_ab .in h3,
    .con_2 .index_two_left .index_two_left_ab .in h3,
    .con_3 .index_two_left .index_two_left_ab .in h3 {
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 26px;
    }

    .p_tit {
        position: absolute;
        top: 12%;
        left: 15%;
        width: 70%;
        margin: 0 auto;
        text-align: center;
    }

    .con_2 .index_two_right_con h2 {
        font-size: 20px;
    }

    .con_2.index_three .index_two_right_con {
        left: 15%;
        text-align: center;
        top: 8%;
        width: 70%;
        margin: 0 auto;
    }

    .p_tit h3 {
        font-size: 16px;
        text-transform: uppercase;
        color: #fff;
        line-height: 26px;
        margin: 0;
    }

    .p_tit h4 {
        font-size: 20px;
        color: #fff;
    }

    .index_two_left a {
        max-height: 250px;
        overflow: hidden;
        display: block;
    }

    .index_two_right {
        height: 250px !important;
    }

    .pro_mar {
        margin-bottom: 50px;
    }

    .pro_marT {
        margin-top: 50px;
    }

    .index_two:last-child {
        padding-bottom: 50px;
    }

    .tuihuo_cont table {
        width: 100%;
        margin-top: 30px;
    }

    .peisong_list {
        margin-bottom: 0;
    }

    .peisong_list h3 {
        font-size: 18px;
    }

    .peisong_list1 {
        margin-bottom: 30px;
    }

    .tuihuo_cont p {
        margin: 0;
    }

    .wtg h2 {
        font-size: 24px;
        font-weight: normal;
    }

    .zhifu {
        padding: 50px 0 10px;
    }

    .zhifu_left {
        padding: 0;
        border: none;
    }

    .zhifu_step {
        font-size: 12px;
        padding-bottom: 10px;
        text-align: center;
    }

    .zhifu_step3 {
        text-align: center;
    }

    .steplist_right {
        width: 65%;
    }

    .steplist_left {
        width: 35%;
    }

    .zongji span {
        font-size: 18px;
    }

    .helpbox {
        margin-top: 40px;
        padding: 20px;
        margin-bottom: 40px;
    }

    h3.zhif_title {
        font-size: 18px;
    }

    p.zhifu_wz {
        font-size: 14px;
    }

    .helpbox_cont a p {
        font-size: 16px;
    }

    .xuanze_right {
        float: left;
        padding-left: 10%;
    }

    .zhifustep_list li {
        width: 41%;
        padding: 25px 0;
    }

    .zhifustep_list {
        margin-bottom: 30px;
    }

    .zhifu_dd tr {
        border-bottom: 1px solid #dedede;
    }

    .zhifu_dd table th,
    .zhifu_dd table td {
        padding: 15px 0;
    }

    .zhifu_dd table td {
        text-align: right;
    }

    .zhifu_left1 {
        height: 150px !important;
    }

    .zhifu_su {
        font-size: 24px;
    }

    .order_list_left {
        width: 100%;
    }

    .order_list_right {
        width: 100%;
        margin-top: 10px;
    }

    .order_zt h3 {
        font-size: 12px;
        text-align: left;
    }
}






/*20180321*/
.none_img {
    text-align: center;
}

.none_img img {
    width: 20%;
}

/* team.html */
.team_box {
    padding: 80px 0 100px;
    background-color: #f8f8f8;
}

.team_sec1 {
    padding: 0 12%;
}

.team_sec1 h2 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}

.team_sec1_list {
    margin-top: 50px;
}

.team_sec1_list>li:nth-child(n+2) {
    margin-top: 30px;
}

.team_sec1_list h6 {
    font-size: 16px;
    color: #333333;
}

.team_sec1_list p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}

.team_designer_list {
    margin-top: 30px;
}

.team_designer_list li {
    float: left;
    font-size: 16px;
    color: #666666;
    padding: 0 10px;
    cursor: pointer;
    font-weight: 600;
}

.team_designer_list li:nth-child(n+2) {
    margin-left: 8%;
}

.team_designer_list li.active {
    font-size: 20px;
    color: #073c80;
    padding-bottom: 20px;
    border-bottom: 1px solid #a3a3a3;
    font-weight: 600;
}

.team_sec2 {
    margin-top: 40px;
}

.team_sec2_designer {}

.team_sec2_designer li {
    width: 32%;
    float: left;
    margin-right: 2%;
    padding: 2.2% 5%;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(180, 180, 180, 0.3);
    position: relative;
    text-align: center;
}

.team_sec2_designer li:last-child {
    margin-right: 0;
}

.team_sec2_tx {
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
    position: relative;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team_sec2_tx_bg {
    background-color: #eeeeee;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team_sec2_tx img {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.team_sec2_txt {
    margin-top: 20px;
}

.team_sec2_txt::after,
.team_sec2_txt::before {
    content: '';
    display: block;
    width: 14px;
    height: 12px;
    position: absolute;
    top: 55%;
}

.team_sec2_txt::before {
    left: 20px;
    background: url(../images/dian.png) center/cover no-repeat;
}

.team_sec2_txt::after {
    right: 20px;
    background: url(../images/dian2.png) center/cover no-repeat;
}

.team_sec2_txt h6 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #333333;
    text-align: center;
}

.team_sec2_txt p {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 0;
    text-align: left;
}

.team_sec2_designer li:first-child .team_sec2_txt p {
    padding-left: 14%;
}

.team_sec2_works {
    margin-top: 2%;
    padding: 4%;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(180, 180, 180, 0.3)
}

.team_sec2_works>li {
    width: 50%;
    float: left;
    padding: 0 3%;
}

.team_sec2_works>li>p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.works_left {
    width: 40.5%;
    float: left;
    margin-right: 2%;
}

.works_right {
    width: 57.5%;
    float: left;
}

.works_right>li {
    width: 49%;
    margin-right: 2%;
    float: left;
}

.works_right>li:nth-child(2n) {
    margin-right: 0;
}

.works_right>li:nth-child(3) {
    margin-right: 0;
    width: 100%;
    margin-top: 4%;
}

.team_sec2_works>li:nth-child(2) .works_left {
    width: 100%;
}

.team_sec2_works>li:nth-child(2) .team_sec2_img {
    width: 40.5%;
    float: left;
    margin-right: 2%;
}

.team_sec2_works>li:nth-child(2) .team_sec2_img:nth-child(2) {
    margin-right: 0;
}

.team_sec2_img {
    overflow: hidden;
}

.team_sec2_img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team_sec2_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team_sec2_box2 {
    padding: 80px 0 80px;
    background-color: #ffffff;
    box-shadow: 0 0 20px rgba(180, 180, 180, 0.3)
}

.team_sec2_swiper {
    width: 26%;
    float: left;
    position: relative;
    padding-right: 10px;
}

.team_sec2_swiper::after {
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    background-color: #e4e4e4;
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.team_sec2_swiper_box {
    text-align: center;
    position: relative;
}

.team_sec2_swiper_box::after,
.team_sec2_swiper_box::before {
    content: '';
    display: block;
    width: 1px;
    height: 10vh;
    margin: 0 auto;
    border: 1px dashed #a9a9a9;

    /*-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;*/
}

.team_sec2_swiper .swiper-slide {
    cursor: pointer;
}

.team_sec2_swiper .swiper-slide.active .team_sec2_tx {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.team_sec2_swiper .team_sec2_line {
    width: 50%;
    height: 1px;
    background-color: #093e8d;

    position: absolute;
    top: 50%;
    right: 0;

    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team_sec2_swiper .team_sec2_line::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: #093e8d;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;

    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    opacity: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team_sec2_swiper .swiper-slide.active .team_sec2_line,
.team_sec2_swiper .swiper-slide.active .team_sec2_line::after {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.team_sec2_swiper .swiper-slide.active .team_sec2_tx_bg {
    background-color: #093e8d;
}

.team_sec2_swiper .swiper-slide.active .team_sec2_swiper_box::after {
    background-color: #093e8d;
    border: 1px solid #093e8d;
}

.team_sec2_swiper .swiper-slide-active .team_sec2_swiper_box::before {
    opacity: 0
}

.team_sec2_swiper .swiper-slide.on .team_sec2_swiper_box::after {
    opacity: 0
}

.team_sec2_box2 {
    display: none;
}

.team_sec2_box2R {
    width: 64%;
    float: right;
}

.team_sec2_box2R_box {
    display: none;
}

.team_sec2_box2R_box:first-child {
    display: block;
}

.team_sec2_box2R_top {}

.team_sec2_box2R_top h6 {
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
    font-weight: bold;
}

.team_sec2_box2R_top p {
    font-size: 15px;
    color: #666666;
    line-height: 28px;
    margin: 40px 0 0;
    padding-right: 19%;
    position: relative;
}

.team_sec2_box2R_top p::after,
.team_sec2_box2R_top p::before {
    content: '';
    display: block;
    width: 14px;
    height: 12px;
    position: absolute;
}

.team_sec2_box2R_top p::after {
    top: 0;
    left: -6%;
    background: url(../images/dian.png) center/cover no-repeat;
}

.team_sec2_box2R_top p::before {
    bottom: 0;
    right: 10%;
    background: url(../images/dian2.png) center/cover no-repeat;
}

.team_sec2_box2R_bottom {
    margin-top: 40px;
}

.team_sec2_box2R_bottom h6 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 0;
}

.team_sec2_box2R_list {
    margin-top: 40px;
}

.team_sec2_box2R_list li:nth-child(n+2) {
    margin-top: 4%;
}

.team_sec2_box2R_img {
    width: 32%;
    float: left;
    margin-right: 4%;
    overflow: hidden;
}

.team_sec2_box2R_img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.team_sec2_box2R_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.team_sec2_box2R_txt {
    width: 26%;
    float: left;
    margin-left: 2%;
    padding-right: 8%;
    text-align: center;
    border-left: 1px dashed #c0c0c0;

    display: flex;
    justify-content: center;
    flex-direction: column;
}

.team_sec2_box2R_txt h6 {
    font-size: 30px;
    color: #333333;
}

.team_sec2_box2R_txt p {
    font-size: 16px;
    color: #333333;
    margin-top: 10px;
}

/* team.html */

/* product.html */
.comment_title {
    margin-bottom: 60px;
}

.comment_title h6 {
    font-size: 30px;
    color: #333333;
    text-align: center;
}

.product_box {
    margin: 80px 0 140px;
}

.product_img_box {
    width: 55%;
    float: left;
    position: relative;
}

.product_txt_box {
    width: 45%;
    float: left;
}

.product_txt {}

.product_txt h2 {
    font-size: 120px;
    color: rgba(243, 243, 243, 0.7);
    -webkit-transform: translateX(-1.5%);
    -ms-transform: translateX(-1.5%);
    -o-transform: translateX(-1.5%);
    transform: translateX(-1.5%);
    text-transform: uppercase;
}

.product_txt_con {
    width: 49%;
    padding-bottom: 4%;
    margin-left: 10%;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    border-bottom: 1px dashed #adadad;
}

.product_txt_con h6 {
    font-size: 30px;
    color: #333333;
    margin-bottom: 22%;
}

.product_txt_con p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 0;
}

.product_txt a {
    display: inline-block;
    width: calc(100% - 15px);
    max-width: 243px;
    text-align: center;
    font-size: 14px;
    font-family: SourceHanSansCN-Bold;
    line-height: 60px;
    color: #333;
    border: solid 2px #333;
    margin-left: 10%;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product_txt a:hover {
    color: #053a7f;
}

.product_img {
    z-index: 2;
    position: relative;
}

.product_box_con:nth-child(n+3) {
    margin-top: 140px;
}

.product_box_con:nth-child(odd) .product_txt_box {
    padding-left: 12%;

}

.product_box_con:nth-child(odd) .product_txt_con {
    width: 64%;
}

.product_box_con:nth-child(odd) .product_img_box::after,
.product_box_con:nth-child(even) .product_img_box::after {
    content: '';
    display: block;
    height: 60%;
    z-index: 3;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
}

.product_box_con:nth-child(odd) .product_img_box::after {
    left: 0;
    width: 10%;
}

.product_box_con:nth-child(even) .product_img_box::after {
    right: 0;
    width: 17%;
}

/* product.html */

/* product_inner.html */
.product_inner_sec1 {
    padding: 120px 0 110px;
    background-color: #f8f8f8;
}

.product_inner_sec1L {
    width: 34%;
    float: left;
}

.product_inner_sec1L h2 {
    font-size: 48px;
    color: rgba(181, 181, 181, 0.4);
}

.product_inner_sec1L h2 span {
    font-size: 70px;
}

.product_inner_sec1L h6 {
    font-size: 26px;
    color: #333333;
    margin-bottom: 4%;
}

.product_inner_sec1L .line {
    position: relative;
    top: 0;
    left: 0;
    width: 50px;
    height: 1px;
    background-color: #858585;
    margin-bottom: 4%;
}

.product_inner_sec1L p {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    margin-bottom: 0;
}

.product_inner_sec1R {
    width: 62%;
    float: left;
    margin-left: 4%;
    padding-top: 11%;
}

.product_inner_sec1R_img {
    width: 60%;
    float: left;
}

.product_inner_sec1R_txt {
    width: 40%;
    float: left;
    padding: 0 6%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product_inner_sec1R_txt img {
    margin-bottom: 16%;
}

.product_inner_sec1R_txt p {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
}

.product_inner_sec2 {
    position: relative;
}

.product_inner_sec2_box {
    width: 600px;
    height: 70%;
    padding: 24px;
    border: 3px solid rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product_inner_sec2_txt {
    height: 100%;
    padding-left: 120px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.8);

    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product_inner_sec2_txt p {
    font-size: 18px;
    color: #333333;
    line-height: 34px;
    margin-bottom: 0;
}

.product_inner_sec2_float {
    position: absolute;
    top: 0;
    left: 80px;
}

.product_inner_sec2_float p {
    font-size: 24px;
    color: #333333;
    text-transform: uppercase;

    transform: rotate(-270deg) translateX(-30%);
    -ms-transform: rotate(-270deg) translateX(-30%);
    -moz-transform: rotate(-270deg) translateX(-30%);
    -webkit-transform: rotate(-270deg) translateX(-30%);
    -o-transform: rotate(-270deg) translateX(-30%);
    transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -o-transform-origin: left bottom;
}

.product_inner_sec2_float h6 {
    font-size: 16px;
    color: #053a7f;
    letter-spacing: 10px;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    position: relative;
    top: 150px;
    right: 54px;
}

.product_inner_sec3 {
    padding: 80px 0;
}

.product_inner_sec3_img {
    width: 50%;
    float: left;
    overflow: hidden;
}

/*.product_inner_sec3_img img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.product_inner_sec3_img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
.product_inner_sec3_txt {
    width: 50%;
    float: left;
    padding: 0 0 0 6%;

    display: flex;
    justify-content: center;
    flex-direction: column;
}

.product_inner_sec3_txt h6 {
    font-size: 36px;
    color: #333333;
    margin-bottom: 6%;
}

.product_inner_sec3_txt h6 span {
    font-size: 16px;
    color: #333333;
    text-transform: uppercase;
    margin-left: 10px;
}

.product_inner_sec3_txt p {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    line-height: 28px;
    margin-bottom: 8%;
}

.product_inner_sec3_txt a {
    display: inline-block;
    width: 100px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 34px;
    letter-spacing: 1px;
    overflow: hidden;
    position: relative;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product_inner_sec3_txt a::after,
.product_inner_sec3_txt a::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #053a7f;
    position: absolute;
    left: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.product_inner_sec3_txt a::after {
    bottom: 0;
}

.product_inner_sec3_txt a::before {
    top: 0;
}

.product_inner_sec3_txt a:hover {
    color: #053a7f;
    border-color: #ffffff;
}

.product_inner_sec3_txt a:hover::after,
.product_inner_sec3_txt a:hover::before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.product_inner_sec3_box:nth-child(even) .product_inner_sec3_txt {
    padding: 0 6% 0 0;
}
.product_inner_back{
    width: 100;
    text-align: center;
}
.product_inner_back a{
    display: inline-block;
    width: calc(100% - 15px);
    max-width: 243px;
    border: solid 2px #434343;
    text-align: center;
    font-size: 16px;
    color: #151515;
    line-height: 60px;
}

/* product_inner.html */

/* case.html */
.case_box {
    padding: 40px 0;
}

.case_list {
    border: 1px solid #ececec;
    border-bottom: 1px dashed #ececec;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.case_list_title {
    float: left;
    width: 77px;
    font-size: 12px;
    color: #999999;
    background-color: #f8f8f8;
    line-height: 40px;
    text-align: center;
    border-right: 1px solid #eaeaea;
}

.case_list_ul {
    float: left;
    padding: 0 30px;
    width: calc(70% - 78px)
}
.choose_area {
    float: left;
    width: calc(40% - 98px);
    display: flex;
    align-items: center;
}
.choose_area select{
    padding: 5px 0;
    margin-right: 10px;
}
.choose_area .choose_btn{
    width: 20%;
    padding: 4px 0;
    border: 1px solid #053a7f;
    text-align: center;
}
.case_list_ul li {
    float: left;
    cursor: pointer;
}

.case_list_ul li a {
    font-size: 12px;
    color: #666666;
    line-height: 40px;
    padding: 0 20px;
}

.case_list_ul li.active a {
    color: #9D2027;
}

.case_content {
    margin-top: 40px;
}

.case_content li {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.case_content li:nth-child(4n) {
    margin-right: 0;
}

.case_content li:nth-child(n+5) {
    margin-top: 2%;
}

.case_img {
    overflow: hidden;
}

.case_img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.case_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.case_txt {
    text-align: center;
    padding-top: 10px;
}

.case_txt p {
    font-size: 20px;
    color: #333333;
}

.case_txt .case_line {
    width: 90px;
    height: 1px;
    background-color: #333333;
    margin: 0 auto;
}

.fr {
    text-align: center;
    margin-top: 40px;
}

.fr .pagination a,
.fr .pagination span {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    color: #2B2B2B;
    background-color: transparent;
    text-align: center;
    width: 50px;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
    border: 1px #2B2B2B solid;
    border-radius: 0 !important;
    cursor: pointer;
}

.fr .pagination>li.active a,
.fr .pagination>li.active span {
    color: #ffffff;
    background-color: #2B2B2B;
    border-color: #2B2B2B;
}

.fr .pagination>li>a:hover,
.fr .pagination>li>span:hover,
.fr .pagination>li>a:focus,
.fr .pagination>li>span:focus {
    color: #ffffff;
    background-color: #2B2B2B;
    border-color: #2B2B2B;
}

.fr .pagination>li:first-child a,
.fr .pagination>li:last-child a,
.fr .pagination>li:first-child span,
.fr .pagination>li:last-child span {
    color: #2B2B2B;
    background-color: transparent;
    border: 1px #2B2B2B solid;
}

/* case.html */

/* case_inner.html */
.case_inner_box {
    padding: 80px 0;
}

.case_inner_sec1L {
    width: 50%;
    float: left;
    padding-right: 3%;
}

.case_inner_sec1R {
    width: 50%;
    float: left;
}

.case_inner_img {
    overflow: hidden;
}

/*.case_inner_img img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.case_inner_img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);*/
}

.case_inner_sec1L h2 {
    font-size: 36px;
    color: #333333;
    letter-spacing: 2px;
}

.case_inner_sec1L h5 {
    font-size: 14px;
    color: #053a7f;
    margin-top: 30px;
}

.case_inner_sec1L h6 {
    font-size: 14px;
    color: #000000;
    margin-top: 40px;
}

.case_inner_sec1L p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    letter-spacing: 1px;
}

.case_inner_sec1L_list {
    margin-top: 40px;
}

.case_inner_sec1L_list li {
    float: left;
    margin-right: 20px;
    font-size: 12px;
    color: #999999;
}

.case_inner_sec1L_list li img {
    position: relative;
    bottom: 2px;
    margin-right: 8px;
}

.case_inner_sec2 {
    margin: 80px 0;
}

.case_inner_sec2L {
    width: 50%;
    float: left;
    position: relative;
}

.case_inner_sec2L_bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #e6e6e6;
    -webkit-transform: translate(10%, 10%);
    -ms-transform: translate(10%, 10%);
    -o-transform: translate(10%, 10%);
    transform: translate(10%, 10%);
}

.case_inner_sec2L_float {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    letter-spacing: 2px;

    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);

    position: absolute;
    right: -8%;
    bottom: 6%;
}

.case_inner_sec2R {
    width: 50%;
    float: left;
    padding-left: 11%;

    display: flex;
    justify-content: center;
    flex-direction: column;

    -webkit-transform: translateY(6%);
    -ms-transform: translateY(6%);
    -o-transform: translateY(6%);
    transform: translateY(6%);
}

.case_inner_sec2R h2 {
    font-family: 思源黑体 CN;
    font-size: 170px;
    color: rgba(245, 245, 245, 0.8);
}

.case_inner_sec2R h6 {
    font-size: 16px;
    color: #888888;
    letter-spacing: 1px;
}

.case_inner_sec2R .line {
    position: relative;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #d7d7d7;
}

.case_inner_sec2R h5 {
    font-size: 22px;
    color: #4b4b4b;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.case_inner_sec2R p {
    font-size: 13px;
    color: #999999;
    line-height: 28px;
    letter-spacing: 1px;
}

.case_inner_sec3 {
    padding-top: 80px;
}

.case_inner_sec3_title {}

.case_inner_sec3_title h6 {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
}

.case_inner_sec3_title .txt_line {
    width: 50px;
    height: 1px;
    background-color: #666666;
    margin-top: 20px;
}

.case_inner_sec3_list {
    margin-top: 40px;
}

.case_inner_sec3_list li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.case_inner_sec3_list li:nth-child(3n) {
    margin-right: 0;
}

.case_inner_sec3_list li:nth-child(n+4) {
    margin-top: 2%;
}

.case_inner_sec3_img {
    overflow: hidden;
}

.case_inner_sec3_img img {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.case_inner_sec3_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.case_inner_sec3_txt {
    margin-top: 20px;
}

.case_inner_sec3_txt p {
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-indent: 10px;
}

/* case_inner.html */

/* service.html */
.service_box {
    padding: 40px 0 80px;
}

.service_sec1_list {
    border: 1px solid #c9c9c9;
}

.service_sec1_list li {
    width: 25%;
    float: left;
    text-align: center;

    display: flex;
    justify-content: center;
    flex-direction: column;
}

.service_sec1_item img {
    width: 30%;
    max-width: 90px;
}

.service_sec1_img {
    overflow: hidden;
}

/*.service_sec1_img img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.service_sec1_img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
.service_sec1_txt {
    margin-top: 10%;
}

.service_sec1_txt p {
    font-size: 24px;
    color: #333333;
    letter-spacing: 1px;
}

.service_sec1_list li:nth-child(2) {
    width: 50%;
}

.service_sec1_list li:nth-child(3) {
    background-color: #053a7f;
}

.service_sec1_list li:nth-child(4),
.service_sec1_list li:nth-child(6) {
    background-color: #b4b4b4;
}

.service_sec1_list li:nth-child(3) .service_sec1_txt p,
.service_sec1_list li:nth-child(4) .service_sec1_txt p,
.service_sec1_list li:nth-child(6) .service_sec1_txt p {
    color: #ffffff;
}

.service_sec2_txt {
    width: 50%;
    float: left;
    padding-top: 5%;
}

.service_sec2_img {
    width: 50%;
    float: left;
}

.service_sec2_txt h2 {
    font-size: 36px;
    color: #333333;
    letter-spacing: 2px;
    margin: 0 0 6%;
}

.service_sec2_txt p {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    letter-spacing: 1px;
    padding-right: 10%;
    margin-bottom: 6%;
}

.service_sec2_txt h6 {
    font-size: 14px;
    color: #333333;
    margin: 0 0 20px;
}

.service_sec2_txt h6::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #044888;
    border-radius: 50%;
    margin-right: 10px;
}

.service_box2 {
    padding: 80px 0;
}

.service_box2_title {
    text-align: center;
}

.service_box2_title .txt_line {
    width: 1px;
    height: 50px;
    background-color: #333333;
    margin: 0 auto;
}

.service_box2_title h5 {
    font-size: 14px;
    color: #999999;
    letter-spacing: 1px;
    margin: 20px 0 0;
}
.service_box2_title h6 {
    font-size: 32px;
    color: #333333;
    letter-spacing: 4px;
    margin: 30px 0 0;
}


.service_box2_title p {
    font-size: 24px;
    color: #999999;
    letter-spacing: 2px;
    margin: 10px 0 0;
}

.service_box2_form {
    margin-top: 80px;
}

.service_box2_form .container {
    padding: 0 6%;
}

.service_box2_form .container>div {
    margin-bottom: 20px;
}

.service_box2_form .container>div:last-child {
    margin: 0;
}

.service_box2_form p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
}

.service_box2_form input {
    font-size: 14px;
    color: #333333;
    text-indent: 20px;
    width: 100%;
    height: 56px;
}

.service_box2_form input::placeholder {
    color: #999999;
}

.service_box2_form_btn {
    margin-top: 50px;
    text-align: center;
}

.service_box2_form textarea {
    width: 100%;
    height: 180px;
    padding: 20px;
    font-size: 14px;
    color: #333333;
}

.service_box2_form textarea::placeholder {
    color: #999999;
}

.service_box2_form_btn input {
    width: 286px;
    line-height: 42px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 0;
    background-color: #333333;
}

/* service.html */

/* complaint.html */
.complaint_box {
    padding: 80px 0 0;
}

.complaint_sec1 {
    padding-bottom: 80px;
}

.complaint_sec1_txt {
    width: 50%;
    float: left;
    padding-top: 2%;
}

.complaint_sec1_txt h2 {
    font-size: 36px;
    color: #333333;
    letter-spacing: 2px;
    margin: 0 0 5%;
}

.complaint_sec1_txt p {
    font-size: 14px;
    color: #999999;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.complaint_sec1_txt p::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #333333;
    position: relative;
    bottom: 3px;
}

.complaint_sec1_txt p span {
    font-size: 16px;
    color: #333333;
}

.complaint_sec1_img {
    width: 50%;
    float: left;
    overflow: hidden;
}

/*.complaint_sec1_img img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.complaint_sec1_img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/

.complaint_sec2 {
    padding: 80px 0;
}

.complaint_sec2_title {
    text-align: center;
}

.complaint_sec2_title .txt_line {
    width: 1px;
    height: 50px;
    background-color: #333333;
    margin: 0 auto;
}

.complaint_sec2_title h5 {
    font-size: 14px;
    color: #999999;
    letter-spacing: 1px;
    margin: 20px 0 0;
}

.complaint_sec2_title h6 {
    font-size: 32px;
    color: #333333;
    letter-spacing: 4px;
    margin: 30px 0 0;
}

.complaint_sec2_title p {
    font-size: 24px;
    color: #999999;
    letter-spacing: 2px;
    margin: 10px 0 0;
}

.complaint_sec2_form {
    margin-top: 80px;
}

.complaint_sec2_form .container {
    padding: 0 6%;
}

.complaint_sec2_form .container>div {
    margin-bottom: 20px;
}

.complaint_sec2_form .container>div:last-child {
    margin: 0;
}

.complaint_sec2_form p {
    font-size: 14px;
    color: #666666;
    letter-spacing: 1px;
}

.complaint_sec2_form input {
    font-size: 14px;
    color: #333333;
    text-indent: 20px;
    width: 100%;
    height: 56px;
}

.complaint_sec2_form input::placeholder {
    color: #999999;
}

.complaint_sec2_form_btn {
    margin-top: 50px;
    text-align: center;
}

.complaint_sec2_form textarea {
    width: 100%;
    height: 180px;
    padding: 20px;
    font-size: 14px;
    color: #333333;
}

.complaint_sec2_form textarea::placeholder {
    color: #999999;
}

.complaint_sec2_form_btn input {
    width: 286px;
    line-height: 42px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 2px;
    text-indent: 0;
    background-color: #333333;
}

/* complaint.html */

/* upmarket.html */
.upmarket_box {
    padding: 0 0 40px;
}

/* upmarket.html */

/* upmarket_inner.html */
.upmarket_inner_box {
    padding: 80px 0;
}

.upmarket_inner_sec1_txt {
    width: 50%;
    float: left;
}

.upmarket_inner_sec1_txt h2 {
    font-size: 36px;
    color: #333333;
    letter-spacing: 2px;
    margin: 20px 0 0;
}

.upmarket_inner_sec1_txt h5 {
    font-size: 14px;
    color: #053a7f;
    letter-spacing: 1px;
    margin: 30px 0 0;
}

.upmarket_inner_sec1_txt h6 {
    font-size: 14px;
    color: #333333;
    margin: 40px 0 0;
}

.upmarket_inner_sec1_txt p {
    font-size: 14px;
    color: #999999;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 14px 0 0;
}

.upmarket_inner_sec1_img {
    overflow: hidden;
    width: 46%;
    float: right;
}

/*.upmarket_inner_sec1_img img{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.upmarket_inner_sec1_img:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
.upmarket_inner_list {
    margin-top: 80px;
}

.upmarket_inner_list li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.upmarket_inner_list li:last-child {
    margin-right: 0;
}

.upmarket_inner_list .upmarket_inner_sec1_img {
    width: 100%;
}

.upmarket_container{
    width: 100%;
    position: relative;
   
}
.upmarket_container .swiper-container{
    width: 80%;
    margin: 0 auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url('/Public/Home/images/roll_right.png');
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url('/Public/Home/images/roll_left.png');
}
/* upmarket_inner.html */
/*new_acitivity*/
.n_a_ban{
	height: 60vh;
}
.n_a_main{
    width: 65%;
    margin: 0 auto;
    padding: 40px 0;
}
.n_a_main p{
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    text-align: center;
}
.n_a_main img{
	width: 100%;
}
.n_a_main img{
    margin: 20px 0;
}
/*new_acitivity*/
/* joinProcess.html */
.joinProcess_box {
    padding: 40px 0 0;
}
.join_box{
    width: 100%;
    background: #f8f8f8;
}
.joinProcess_sec1 {
    padding-top: 70px;
    padding-bottom: 80px;
   
}

.joinProcess_sec1_list {
    margin-top: 80px;
    padding: 0 6%;
}

.joinProcess_sec1_list li {
    width: 20%;
    float: left;
    cursor: pointer;
}

.joinProcess_sec1_list li:nth-child(n+6) {
    margin-top: 60px;
}

.joinProcess_sec1_list .list_number {
    position: relative;
}

.joinProcess_sec1_list .list_number::after {
    content: '';
    display: block;
    width: calc(90% - 60px);
    height: 1px;
    background-color: #dcdcdc;
    position: absolute;
    top: 50%;
    right: 5%;
}

.joinProcess_sec1_list .list_number_bg {
    font-size: 20px;
    color: #666666;
    text-align: center;
    width: 60px;
    height: 60px;
    border: 1px solid #053a7f;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.joinProcess_sec1_list .list_number_bg::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #053a7f;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.joinProcess_sec1_list .list_line {
    width: 20px;
    height: 1px;
    margin-top: 20px;
    background-color: #dcdcdc;

    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.joinProcess_sec1_list .list_txt {
    margin-top: 20px;

}

.joinProcess_sec1_list .list_txt p {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    width: 60%;
    height: 52px;
    margin: 0;
}

.joinProcess_sec1_list li:hover .list_number_bg {
    color: #ffffff;
    background: #053a7f;
}

.joinProcess_sec1_list li:hover .list_number_bg::before {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.joinProcess_sec1_list li:hover .list_line {
    width: 60%;
    background-color: #053a7f;
}

/* joinProcess.html */

/* joinCondition.html */
.joinCondition_sec1 {
    padding-bottom: 0;
}

.joinCondition_list {
    padding: 0 10%;
    margin-top: 80px;
}

.joinCondition_list li {
    width: 50%;
    float: left;
}

.joinCondition_list li:nth-child(n+3) {
    margin-top: 5%;
}

.joinCondition_list_number {
    font-size: 30px;
    color: #ffffff;
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    background-color: #093a7a;
}

.joinCondition_list_txt {
    margin-left: 10%;
    width: 50%;
    float: left;
    position: relative;
    top: 6px;
}

.joinCondition_list_txt p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}

.joinCondition_img {
    padding: 0 10%;
    margin-top: 40px;
    position: relative;
}

.joinCondition_img img {
    width: 24%;
}

.joinCondition_img img:nth-child(2) {
    width: 44%;
    float: right;
    -webkit-transform: translate(-14%, -30%);
    -ms-transform: translate(-14%, -30%);
    -o-transform: translate(-14%, -30%);
    transform: translate(-14%, -30%);
}

/* joinCondition.html */

@media(max-width:1400px) {
    .joinCondition_list_txt {
        width: 60%;
    }

    .joinCondition_list {
        padding: 0 6%;
    }

    .joinCondition_img {
        padding: 0 6%;
    }
}

@media(max-width:1200px) {
    .joinCondition_list_txt {
        width: 70%;
    }
}

/******11.21产品风格*******/
.pro_style_histroy{
    padding: 15px 0;
}
.pro_style_histroy a{
    color: #d2d2d2;
    font-size: 14px;
}
.pro_style_histroy a::after{
    content: ">";
    color: #d2d2d2;
    font-size: 14px;
    margin-left: 5px;
}
.pro_style_histroy a:last-child::after{
    display: none;
}
.pro_style .pro_tit img{
    width: 16px;
}
.pro_style .pro_tit{
    padding-left: 50px;
}
.pro_style .pro_top{
    border: 0;
    padding: 0;
}
.pro_style .pro_li_cot{
    display: block;
    padding-bottom: 5px;
}
.pro_style .pro_li_cot li h4{
    font-size: 14px;
    cursor: pointer;
    color: #777;
}
.pro_style .pro_jia{
    width: 14px;
    height: 14px;
}
.pro_style .pro_jia::after{
    height: 14px;
}
.pro_style .pro_jia::before{
    width: 14px;
}
.pro_style .pro_lis{
    border-bottom: 1px solid #dddfdf;
}
.pro_style .pro_lis:last-child{
    padding-bottom: 0;
    border: 0;
}
.pro_style .pro_style_right_img{
    float: left;
    width: 60%;
}
.pro_style .pro_style_right_img img{
    width: 100%;
}
.pro_style .pro_style_right_txt{
    float: left;
    width: calc(31% - 85px);
    margin-left: 85px;
}
.pro_style .pro_style_right_txt h4{
    font-size: 36px;
    color: #000;
    text-align: right;
    font-family: Calibri;
}
.pro_style .pro_style_right_txt h4 span{
    font-size: 32px;
    font-weight: 600;
    margin-right: 10px;
    font-family: Calibri;
}
.pro_style .pro_style_right_txt h5{
    text-align: right;
    font-size: 34px;
    color:#000;
}
.pro_style .pro_style_right_txt p{
    font-size: 16px;
    color: #888888;
    margin:15% 0 55%;
}
.pro_style .pro_style_right_txt a{
    display: inline-block;
    width: calc(100% - 15px);
    max-width: 243px;
    text-align: center;
    font-size: 16px;
    font-family: SourceHanSansCN-Bold;
    line-height: 60px;
    color: #333;
    border: solid 2px #333;
}
.pro_style_right_box{
    margin-bottom: 100px;
}
.pro_style_right_box:nth-child(even) .pro_style_right_txt{
    width: 40%;
    margin: 0;
    padding-right: 85px;
}
.pro_style_right_box:nth-child(even) .pro_style_right_txt h4{
    text-align: left;
}
.pro_style_right_box:nth-child(even) .pro_style_right_txt h5{
    text-align: left;
}
.pro_style_right_box:nth-child(odd)  .pro_style_right_txt{
    float: right;
    margin: 0;
    width: 40%;
    padding-left: 85px;
}

@media(max-width:991px) {
	.upmarket_inner_sec1_txt {
	    width: 100%;
	    float: initial;
	    margin-bottom: 35px;
	}
	.upmarket_inner_sec1_img{
		width: 100%;
		 float: initial;
	}
}
@media(max-width:768px) {
	.product_box {
	    width: 100%;
	    padding: 0 15px;
	    box-sizing: border-box;
	    margin: 40px 0 50px;
	}
	.product_img_box{
		width: 100%;
		margin-top: 40px;
	}
	.product_box_con:nth-child(odd) .product_img_box::after, .product_box_con:nth-child(even) .product_img_box::after{
		display: contents;
	}
	.product_txt_box{
		width: 100%;
	}
	.product_txt h2{
		font-size: 48px;
		transform: translateX(0);
		margin-top: 40px;
	}
	.product_txt_con{
		width: 100%;
		margin-left: 0;
	}
	.product_box_con:nth-child(odd) .product_txt_box{
	    padding-left: 0;
	}
	.product_box_con:nth-child(odd) .product_txt_con{
	    width: 100%;
	}
	.product_txt_con h6{
		margin-bottom: 15px;
	}
	.comment_title{
		margin-bottom: 0;
	}
	.product_box_con:nth-child(n+3){
		margin-top: 0;
	}
	.product_txt a{
		    display: block;
		    width: 50%;
		    max-width: 50%;
		    margin: 0 auto;
		    line-height: 40px;
		    margin-left: auto;
	}
	.comment_title h6{
		    margin-bottom: 0;
	}
	.product_box_con:nth-child(2) .product_img_box{
		margin-top: 23px;
	}
	.prolist{
		margin-top: 140px;
	}
	
	
	
	
	.service_box{
		padding: 100px 0 0;
	}
	.service_box2{
		    padding: 40px 0;
	}
	.service_sec1_list li{
		width: 50%;
	    height: auto!important;
	    margin-bottom: 2%;
	    padding: 4% 0;
	    box-sizing: border-box;
	}
	.service_sec2_txt{
		width: 100%;
	}
	.service_box2_title .txt_line{
		display: none;
	}
	.service_sec2_img{
		width: 100%;
	}
	.service_box2_form{
		margin-top: 30px;
	}
	.service_sec1_list{
		border: 1px solid #c9c9c9;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	}
	.service_sec1_txt p{
		font-size: 16px;
	}
	.service_sec2_txt h2{
		font-size: 30px;
	    margin: 4% 0 2%;
	}
	.service_box2_form .container{
		padding: 0;
	}
	
	
	
	.case_content li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 4%;
	}
	.case_content li:nth-child(2n){
		margin-right: 0;
	}
	.case_content{
		display: flex;
	   
	    flex-wrap: wrap;
	}
	.case_content li:nth-child(n+5){
		margin-top: 0;
	}
	
	.fr{
		margin-top: 0;
	}
	.pagination {
		margin: 0;
	}
	.case_content::before{
		display: none;
	}
	.case_txt p {
	    font-size: 16px;
	}
	
	
	/*新增产品详情*/
	.pro_style_right_box:nth-child(odd) .pro_style_right_txt{
	    width: 100%;
        padding-left: 0;
	}
	.pro_style .pro_style_right_img{
		width: 100%;
	}
	
	.pro_style_right_box:nth-child(even) .pro_style_right_txt{
		    width: 100%;
		    margin: 0;
		    padding-right: 0;
	}
	.pro_style .pro_style_right_txt h4{
		text-align: center;
		font-size: 30px;
	}
	.pro_style .pro_style_right_txt h5 {
	    text-align: center;
	    font-size: 28px;
	}
	.pro_style .pro_style_right_txt p {
	    margin: 20px 0 35px;
	    font-size: 14px;
	    line-height: 1.8;
	 }	
	.pro_style .pro_style_right_txt a {
	    display: block;
    	margin: 0 auto 45px;
	    height: 42px;
	    max-width: initial;
	    width: 30%;
	    line-height: 42px;
	    font-size: 14px;
	}
	.pro_style_right_box:nth-child(even) .pro_style_right_txt h4 {
	    text-align: center;
	        font-size: 30px;
	}
	.pro_style_right_box:nth-child(even) .pro_style_right_txt h5 {
	    text-align: center;
	}
	
	.pro_style_right_box {
	    margin-bottom: 35px;
	}
	
	
	.news_top .col-lg-8{
		width: 100%;
        padding: 0;
	}
	.newsd_cot p img{
		display: block;
	}
	
	.news_ml{
		margin-top: 30px;
		padding-top: 35px;
	}
	
	
	
	
}




.addone_btn{
	margin-bottom: 75px;
}



@media(max-width:991px) {
	.swiper-button-next, .swiper-button-prev {
	    width: 18px;
	    height: 30px;
	    margin-top: -15px;
	    background-size:18px 30px;
	}
}


@media(max-width:768px) {
	.swiper-button-next, .swiper-button-prev {
	    display: none;
	}
}




