.pub_title {
    width: 100%;
    padding-top: 0;
}
.pub_title p {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    text-align: center;
    font-size: 36px;
    letter-spacing: 0.5px;
}
.other_title h3 {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #ffb615;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.text-center {
    text-align: center;
}
.pointer {
    cursor: pointer;
}
.absolute {
    position: absolute;
    z-index: 1;
}
.over {
    overflow: hidden;
}
.gray {
    background: #f6f6f6;
}
.trans-show {
    transition: all .5s;
    -webkit-transition: all .5s;
    opacity: 0;
    visibility: hidden;
}
.trans-show.visable {
    opacity: 1;
    visibility: visible;
}
.text-center {
    text-align: center;
}
.block {
    display: block;
}
body {
    position: relative;
}
.res_header {
    position: relative;
    width: 100%;
    background: #22272d;
    z-index: 100;
}
.res_header .header_in {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.res_header .header_in.np {
    background: #22272d url(../img/top_bg.jpg) no-repeat;
}
.res_header .header_in.fixed {
    position: fixed;
    left: 0;
    top: 0;
    height: 66px;
    z-index: 100;
    background: #22272d;
}
.res_header .header_in.fixed #nav {
    height: 66px;
}
.res_header .header_in.fixed #nav .nav_box .logo_box {
    margin-top: 16px;
}
.res_header .header_in.fixed #nav .nav_box .navbar .head-nav, 
.res_header .header_in.fixed #nav .nav_box .r_nav ul, 
.res_header .header_in.fixed #nav .nav_box .r_nav {
    height: 66px;
}
.res_header .header_in.fixed #nav .nav_box .navbar .default_nav_style .n_item > a {
    line-height: 70px;
}
.res_header.ab_header {
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    z-index: 10000;
}
#header {
    width: 100%;
    height: 94px;
}
#header #nav {
    z-index: 0;
}
#nav {
    width: 100%;
    height: 94px;
    position: relative;
    z-index: 1;
}
.ab_header #nav {
    border-bottom: 1px solid rgba(245, 245, 245, 0.2);
}
#nav .nav_box {
    width: 1280px;
    margin: 0 auto;
}
#nav .nav_box .logo_box {
    width: 200px;
    float: left;
    margin-top: 30px;
    margin-right: 8%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#nav .nav_box .logo_box .logo a {
    display: block;
    max-height: 61px;
}
#nav .nav_box .logo_box .logo a img {
    max-height: 70px;
}
#nav .nav_box .navbar {
    width: 68%;
    margin: 0 0 0 10%;
}
#nav .nav_box .navbar .head-nav {
    height: 95px;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.default_nav_style {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.default_nav_style .n_item {
    transition: all .1s;
}
.default_nav_style .n_item > a {
    font-family: 'bebas', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    line-height: 95px;
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    height: 100%;
    text-decoration: none;
    padding: 0;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ab_header .default_nav_style .n_item:hover {
    border-bottom: 2px solid #ffb615;
}
.default_nav_style .nav_sec {
    top: 102%;
}
.default_nav_style .small_nav_sec .nav_sec_item a, 
.default_nav_style .small_nav_sec .nav_sec_item dt a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
    text-transform: capitalize;
    text-decoration: none;
}
.default_nav_style .nav_sec a {
    text-decoration: none;
}
.default_nav_style .nav_sec .more {
    margin-top: 0;
}
#nav .nav_box .r_nav {
width: 190px;
  height: 94px;
  float: right;
  margin: 20px;
display: none;
}

#nav .nav_box .r_nav_s {
width: 190px;
  height: 94px;
  float: right;
  margin: 20px;
}
#nav .nav_box .r_nav_s ul {
    height: 94px;
    margin-top: 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#nav .nav_box .r_nav ul {
    height: 94px;
    margin-top: 0;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#nav .nav_box .r_nav ul li a p {
    font-size: 16px;
    color: #fff;
}
#nav .nav_box .r_nav ul li .h_icon {
    width: 20px;
    height: 100%;
    line-height: 72px;
    cursor: pointer;
}
#nav .nav_box .r_nav ul li .h_icon a {
    display: block;
    height: 100%;
}
#nav .nav_box .r_nav ul li .srch {
    position: relative;
    height: 100%;
    z-index: 1;
}
#nav .nav_box .r_nav ul li .srch .search_icon {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/icon_search.png") no-repeat center;
}
#nav .nav_box .r_nav ul li .srch form {
    opacity: 0;
    position: absolute;
    top: 123%;
    right: -10px;
    width: 250px;
    height: 42px;
    background: #fff;
    border-bottom: 1px solid #9cc6cd;
    transform: translateY(-50%);
}
#nav .nav_box .r_nav ul li .srch.open form {
    opacity: 1;
    pointer-events: auto;
}
#nav .nav_box .r_nav ul li .srch form input.text {
    padding-left: 10px;
    width: 80%;
    height: 100%;
    background: none;
    border: 0;
    box-sizing: border-box;
}
#nav .nav_box .r_nav ul li .srch form input.sub_btn {
    width: 15%;
    height: 100%;
    background: url("../img/search_black.png") no-repeat center / 50% auto;
    border: 0;
    cursor: pointer;
}
#nav .nav_box .r_nav ul li .inqu {
    height: 100%;
    width: 22px;
    background: url("../img/icon_inqu.png") no-repeat left center;
    cursor: pointer;
}
#nav .nav_box .r_nav ul li .inqu a, .sign span {
    display: block;
    line-height: 40px;
    height: 96px;
    font-size: 14px;
    color: #000;
}
#nav .nav_box .r_nav ul li .inqu span {
    margin: 0 5px;
}
#nav .nav_box .r_nav ul li .data {
    height: 100%;
    width: 22px;
    background: url("../img/icon_data.png") no-repeat center;
}
.res_header .header_in.fixed #nav .nav_box .lang {	
    margin-top: 23px;
}
#nav .nav_box .lang {
	display: inline-block;
    position: relative;
    float: right;
    color: #fff;
    margin-top: 37px;
    margin-left: 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#nav .nav_box .lang > a {
	display: block;
	width: 30px;
	height: 30px;
	text-align: left;
	line-height: 30px;
	position: relative;
}
#nav .nav_box .lang > a::after {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    right: -10px;
    margin-top: -5px;
    width: 6px;
    height: 6px;
    border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
}
#nav .nav_box .lang:hover .lang-box {
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	pointer-events: auto;
	opacity: 1;
}
#nav .nav_box .lang-box {
	position: absolute;
	left: 50%;
	top: 43px;
	width: 110px;
	background: #fff;
	padding: 12px 0 4px;
	-webkit-transform: translate(-50%, 10px);
	-ms-transform: translate(-50%, 10px);
	-o-transform: translate(-50%, 10px);
	transform: translate(-50%, 10px);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	pointer-events: none;
	opacity: 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
#nav .nav_box .lang-box::before {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 100%;
	height: 20px;
	background: none;
}
#nav .nav_box .lang-box a {
	display: block;
	text-align: center;
	line-height: 23px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 5px;
	margin-bottom: 6px;
	font-size: 14px;
}
#nav .nav_box .lang-box a:last-child {
	border-bottom:none;
	margin-bottom: 0;
}

#nav .nav_box .lang-box a:hover {
	color: #c00;
}

.left {
    height: 100%;
}
.left .h-lang {
    height: 100%;
}
.left .h-lang .lang-on {
    width: 20px;
    height: 100%;
    line-height: 96px;
    font-size: 20.67px;
    color: #fff;
    text-transform: uppercase;
}
.left .h-user {
    font-size: 0;
}
.left .icon .layer {
    padding: 0 10px;
    width: 120px;
    background: #fff;
    top: 100%;
    left: -30px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    max-height: 690px;
    overflow-y: auto;
}
.left .icon .layer::-webkit-scrollbar {
    display: none;
}
.left .icon .layer a {
    line-height: 25px;
    font-size: 14px;
    color: #000;
    text-decoration: none !important;
    font-weight: bold;
    margin: 15px 0;
}
.left .icon .layer a + a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.left .icon .layer a:hover {
    text-decoration: underline;
}
.left .icon:hover .layer {
    opacity: 1;
    visibility: visible;
}
.hw_header .header {
    background: #000 !important;
    border-bottom: none !important;
}
.hw_header .header .func .btn {
    margin-left: 5% !important;
}
.hw_header .header .func .btn:first-child {
    background: url("../img/phone_img1.png") no-repeat center center / 100% !important;
}
.hw_header .header .func .btn.member_btn {
    background: url("../img/icon_member.png") no-repeat center center / 100% !important;
}
.hw_header .header .func .menu_btn {
    background: url("../img/phone_img2.png") no-repeat center center / 100% !important;
}
.hw_header .header .logo {
    padding: 13px 0 !important;
}
.hw_header .header .func .language_btn {
    color: #fff !important;
}
.banner_box {
    background-size: auto 100%;
    position: relative;
    top: 0px;
}
.bx-wrapper .bx-viewport .slidex div {
    margin-right: 0 !important;
}
.info_box {
	display: none;
    width: 1280px;
    margin: 0 auto;
    background: #fff;
    margin-top: -255px;
    transition: all .4s;
    position: relative;
    box-shadow: 29px 0 17px -34px rgb(224, 224, 224);
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.info_box .box1 {
    width: 25%;
    margin-top: 25px;
    padding-bottom: 50px;
    box-shadow: -28px 1px 15px -30px rgb(225 225 225);
}
.info_box .box1 a {
    text-decoration: none;
    transition: all .3s;
}
.info_box .box1 .box1_img {
    width: 72%;
    height: 235px;
    text-align: center;
    padding: 0 10%;
    margin: 15px auto;
}
.info_box .box1 .box1_img img {
    vertical-align: middle;
}
.info_box .box1 .info_title {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    overflow: hidden;
}
.info_box .box1 .info_title h3 {
    font-size: 18px;
    text-align: center;
}
.info_box .box1 .info_title h3 a {
    font-weight: 600;
}
.info_box .box1 .info_title h3 a:hover {
    color: #ffb615;
}
.info_box .box1 .word {
    height: 65px;
    overflow: hidden;
    margin-top: 18px;
    margin-left: 50px
}
.info_box .box1 .word p {
    width: 80%;
    font-size: 14px;
    color: #999;
    line-height: 1.5;
}
.products_box {
    width: 1280px;
    margin: 60px auto 0;
    transition: all .4s;
}
.products_box .carbox {
    width: 100%;
    margin-top: 42px;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.products_box .carbox .car {
    display: inline-block;
    width: calc(100% / 5 - 15px);
    text-align: center;
    overflow: hidden;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 5px 0 25px;
    margin: 0 5px 15px;
    transition: all .3s;
}
.products_box .carbox .car:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.products_box .carbox .car a .imgbox {
    width: 100%;
    max-height: 250px;
    text-align: center;
    display: table;
    position: relative;
    padding-top: 80%;
}
.products_box .carbox .car a .imgbox img {
    vertical-align: middle;
    margin-top: 5px;
    margin-bottom: 5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.products_box .carbox .car .car_a {
    font-size: 16px;
    text-decoration: none;
    transition: all .4s;
}
.products_box .carbox .car .price {
    font-size: 14px;
    margin-top: 5px;
}
.products_box .btn {
    text-decoration: none;
    background: #000;
    border: 2px solid #000;
    color: #fff;
    display: block;
    width: 210px;
    height: 45px;
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    margin: 38px auto 0px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.products_box .btn:hover {
    background: #fffaeb;
    border: 2px solid #ffba3f;
    color: #101010;
}
.more {
    margin: 75px auto 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.index .more {
    text-align: center;
}
.more img {
    -webkit-transition: all .5s;
    transition: all .5s;
}
.more:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.more .more_box {
    margin: 0 auto;
    width: 62.5%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 21%;
    right: 0;
    margin: auto;
    transition: all .4s;
}
.more .more_box .more_title {
    width: 35.83%;
    margin: 0px auto 0px;
}
.more .more_box .more_title .top_box {
    width: 97.674%;
    height: 40px;
    border: 4px solid #fff;
    border-bottom: none;
    margin: 0 auto;
}
.more .more_box .more_title p {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    font-size: 40px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    line-height: 50px;
    letter-spacing: 2px;
    margin-top: -6px;
}
.more .more_box .more_title .bottom_box {
    width: 97.674%;
    height: 40px;
    border: 4px solid #fff;
    border-top: none;
    margin: -10px auto;
}
.more .more_box .content {
    margin: 60px auto 50px;
}
.more .more_box .content p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 1.9;
}
.more .more_box a {
    width: 150px;
    color: #ffb615;
    font-size: 0.9375vw;
    text-decoration: none;
}
.apt_model_one {
    width: 1280px;
    margin: 60px auto 0px;
    transition: all .4s;
}
.apt_model_one .apt_model_con {
    width: 100%;
    margin-top: -13px;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.apt_model_one .apt_model_con .apt_common {
    width: 48.75%;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.apt_model_one .apt_model_con .apt_common .box3 img, .apt_model_one .apt_model_con .apt_common .box5 img {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.apt_model_one .apt_model_con .apt_common .box3:hover img, .apt_model_one .apt_model_con .apt_common .box5:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.apt_model_one .apt_model_con .apt_common .box3 {
    width: 100%;
    position: relative;
    margin-top: 55px;
    overflow: hidden;
    height: 398px;
}
.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.2s ease-in-out;
}
.apt_model_one .apt_model_con .apt_common .box3:hover .bg {
    background: rgba(0, 0, 0, .5);
}
.apt_model_one .apt_model_con .apt_common .box3 a p {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
    position: absolute;
    left: 0;
    top: 78%;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.apt_model_one .apt_model_con .apt_common .box3:hover .topp {
    top: 45%;
}
.apt_model_one .apt_model_con .apt_common .dump {
    width: 100%;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.apt_model_one .apt_model_con .apt_common .box5 {
    width: 47.5%;
    position: relative;
    margin-top: 33px;
    overflow: hidden;
}
.apt_model_one .apt_model_con .apt_common .box5:hover .bg {
    background: rgba(0, 0, 0, .5);
}
.apt_model_one .apt_model_con .apt_common .box5 a p {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 15%);
    position: absolute;
    left: 0;
    top: 70%;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.apt_model_one .apt_model_con .apt_common .box5:hover .topp {
    top: 42%;
}
.apt_model_two {
    width: 1280px;
    margin: 70px auto 0;
    transition: all .4s;
}
.apt_model_two .apt_con {
    width: 720px;
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    margin: 20px auto 0;
}
.apt_model_two .box6 {
    margin-top: 50px;
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.apt_model_two .box6 .box7 {
    width: 400px;
    overflow: hidden;
}
.apt_model_two .box6 .box7 a img {
    width: 100%;
    height: 13.88vw;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.apt_model_two .box6 .box7:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.apt_model_two .box6 .box7 .box8 {
    position: relative;
    width: 340px;
    background: rgba(255,255,255,0.86);
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    border-bottom: 3px solid #ffb615;
    border-left: 1px solid #f1f1f1;
    transition: all .4s;
    margin-top: -72px;
}
.apt_model_two .box6 .box7 .box8 .day {
    margin-left: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
}
.apt_model_two .box6 .box7 .box8 .day p {
    font-size: 14px;
    color: #999;
}
.apt_model_two .box6 .box7 .box8 a {
    text-decoration: none;
}
.apt_model_two .box6 .box7 .box8 a .apt_desc {
    width: 92%;
    height: 50px;
    overflow: hidden;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    margin-left: 20px;
    margin-bottom: 15px;
}
.index_con {
    width: 100%;
}
.index_con.our_adv {
    position: relative;
    height: 600px;
    margin-top: 90px;
    padding-top: 40px;
    background: url('../img/our_adv_bg.jpg') no-repeat center bottom;
    min-width: 1280px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.index_con {
    width: 100%;
}
.index_con .top_title {
    position: relative;
    width: 100%;
    height: 110px;
    margin-top: 30px;
}
.index_con .top_title.no_bg {
    background: none;
}
.index_con .top_title:before {
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 57px;
    height: 2px;
    margin-left: -28.5px;
    background: #e0e0e0;
}
.index_con .top_title .brief {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding-top: 8px;
    font-size: 18px;
    color: #666;
    text-align: center;
    font-weight: normal;
}
.index_con .top_title .con_title {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 40px;
    letter-spacing: 0.5px;
    color: #fe9b00;
    text-align: center;
}
.index_con .top_title .con_title span {
    color: #101010;
}
.index_con .our_adv_list {
    width: 1280px;
    margin: 50px auto 0;
}
.index_con .our_adv_list .item {
    float: left;
    position: relative;
    width: 308px;
    height: 355px;
    padding-left: 40px;
    margin-right: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.index_con .our_adv_list .item .item_icon {
    text-align: center;
    height: 204px;
    background: #ffba3f;
    margin-top: 0;
    padding: 3px;
    z-index: 10;
}
.index_con .our_adv_list .item .item_in {
    height: 35px;
    background: #fff;
    padding: 18px 20px 25px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
}
.index_con .our_adv_list .item .item_in .title:hover {
    color: #f9ac00;
}
/*.index_con .our_adv_list .item .item_in .title:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 58px;
    height: 1px;
    background: #d5d5d5;
}*/
.index_con .our_adv_list .item .item_in .brief {
    width: 100%;
    height: 110px;
    line-height: 22px;
    margin-top: 27px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}
.index_con .our_adv_list .bx-pager {
    width: 100%;
    height: 6px;
    text-align: center;
    outline: 0;
    display: none;
}
.index_con .our_adv_list .bx-pager .bx-pager-item {
    display: inline-block;
    width: 50px;
    height: 6px;
    margin-left: 10px;
}
.index_con .our_adv_list .bx-pager .bx-pager-item:first-child {
    margin-left: 0;
}
.index_con .our_adv_list .bx-pager .bx-pager-item a {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    font-size: 0;
}
.index_con .our_adv_list .bx-pager .bx-pager-item a.active {
    background: #fe9b00;
}
.footer {
    width: 100%;
    background: #283135;
    margin: 0 auto;
    transition: all .4s;
}
.footer .config_box {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .config_box .share_box {
    width: 380px;
    margin-top: 80px;
    transition: all .4s;
}
.footer .config_box .share_box p {
    width: 310px;
    color: #d9d9d9;
    font-size: 16px;
    line-height: 29px;
    margin-top: 32px;
    transition: all .4s;
}
.footer .config_box .share_box .shear {
    margin: 18.5px auto 0px;
}
.footer .config_box .share_box .foot_share .foot_share_box {
    width: 32px;
    margin-right: 4px;
    height: 32px;
}
.footer .config_box .share_box .foot_share a {
    transition: all .3s;
    background-color: #f8b31c;
    transform: scale(0.8);
    border-radius: 50%;
    margin-left: 0;
    margin-right: 1px;
    background-size: 32px;
}
.footer .config_box .share_box .foot_share a:hover {
    transform: translateY(-5px) scale(0.8)
}
.foot_share .Google {
    background-position: center -160px;
}
.foot_share .Twitter {
    background-position: center -32px;
}
.foot_share .YouTube {
    background-position: center -128px
}
.foot_share .Pinterest {
    background-position: center -64px;
}
.foot_share .Facebook {
    background-position: center 0px;
}
.foot_share .LinkedIn {
    background-position: center -96px;
}
.foot_share .Instagram {
    background-position: center -224px;
}
.footer .config_box .service_box, .contact_box, .lates_box {
    margin: 60px 0;
    transition: all .2s;
}
.footer .config_box .service_box ul {
    margin-top: 39px;
}
.footer .config_box .service_box {
    width: 230px;
}
.footer .config_box .service_box .other_title.cbk h3 {
    color: #283135;
}
.footer .config_box .service_box ul li {
    line-height: 2;
}
.footer .config_box .service_box ul li a {
    font-size: 14px;
    text-decoration: none;
    color: #d9d9d9;
    transition: all .2s;
}
.footer .config_box .service_box ul li a:hover {
    color: gray;
}
.footer .config_box .contact_box {
    width: 300px;
}
.footer .config_box .contact_box ul {
    margin-top: 39px;
}
.footer .config_box .contact_box ul li {
    margin-top: 15px;
    width: 95%;
}
.footer .config_box .contact_box ul li a {
    text-decoration: none;
}
.footer .config_box .contact_box ul li:nth-child(1) {
    background: url("../img/loaction.png") no-repeat 0 4px;
}
.footer .config_box .contact_box ul li:nth-child(2) {
    background: url("../img/message.png") no-repeat 0 4px;
    margin-top: 0;
}
.footer .config_box .contact_box ul li:nth-child(3) {
    background: url("../img/phone.png") no-repeat 0 4px;
    margin-top: 2px;
}
.footer .config_box .contact_box ul li:nth-child(4) {
    margin-top: 10px;
    margin-left: 22px;
}
.footer .config_box .contact_box ul li:nth-child(4) em:nth-child(1) {
    display: inline-block;
    height: 26px;
    margin-right: 5px;
}
.footer .config_box .contact_box ul li:nth-child(4) em:nth-child(2) {
    display: inline-block;
    height: 26px;
}
.footer .config_box .contact_box ul li:nth-child(5) {
    background: url("../img/look.png") no-repeat 0 4px;
}
.footer .config_box .contact_box ul li p {
    width: 100%;
    font-size: 14px;
    color: #d9d9d9;
    margin-left: 27px;
    transition: all .2s;
}
.footer .config_box .contact_box ul li p a {
    display: block;
    width: 200px;
    font-size: 14px;
    color: #d9d9d9;
    transition: all .2s;
}
.footer .config_box .contact_box ul li p a:hover {
    color: gray;
}
.footer .config_box .contact_box ul li p:first-child {
    line-height: 28px;
}
.footer .config_box .lates_box {
    width: 240px;
}
.footer .config_box .lates_box p {
    color: #d9d9d9;
    font-size: 16px;
    line-height: 28px;
    margin-top: 36px;
    transition: all .2s;
}
.footer .config_box .search {
    overflow: hidden;
    margin: 19px 0 0 0;
    width: 100%;
    text-align: left;
}
.footer .config_box .search form {
    position: relative;
}
.footer .config_box .search form .text {
    background: transparent;
    padding: 0px 7px;
    width: 63%;
    height: 44px;
    line-height: 34px;
    color: #747474;
    text-indent: 16px;
    border: 1px solid #333;
    border-right: none;
    -webkit-appearance: none;
    border-radius: 0px;
}
.footer .config_box .search form .sub {
    width: 90px;
    height: 46px;
    border: none;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    background: #ffb615;
    position: absolute;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0px;
}
.footer .config_box .social {
    width: 175px;
    float: right;
    margin-top: 35px;
}
.footer .config_box .social ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .copy {
    width: 100%;
    background: #22272d;
    border-top: 1px solid #273737;
    transition: all .4s;
}
.footer .copy p {
    color: #d9d9d9;
    font-size: 14px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 26px;
    letter-spacing: 0.5px;
    margin: 0 auto;
}
.footer .copy p a {
    color: #d9d9d9;
    text-decoration: none;
}
.footer .copy span::before {
    content: '|';
    font-size: 15px;
    padding: 0 10px;
}
.footer .config_box .box10 {
    width: 80%;
    margin: 76px auto;
    transition: all .4s;
}
.footer .config_box .box10 ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer .config_box .box10 ul li {
    float: left;
    width: 20%;
}
.in_ad {
    font-size: 0;
}
.pro_left {
    width: 20%;
}
.pro_cate {
    margin-bottom: 20px;
    width: 100%;
}
.pro_cate:last-child {
    margin-bottom: 60px;
}
.pro_cate .page_name {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
       line-height: 50px;
    position: relative;
    font-size: 22px;
    letter-spacing: 0.5px;
    color: #101010;
    background: #ffba3f;
    text-transform: uppercase;
    padding-top: 5px;
    padding-left: 18px;
    margin-bottom: 10px;
}
.pro_cate .first_cate {
    height: 63px;
    line-height: 63px;
    position: relative;
    padding-left: 16px;
    font-size: 14px;
    overflow: hidden;
    cursor: pointer;
}
.pro_cate .first_cate.son span {
    position: absolute;
    right: 10px;
    top: 50%;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30%;
}
.pro_cate .first_cate.son span:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 100%;
    width: 2px;
    height: 12px;
    background: #a7a7a7;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pro_cate .first_cate.son span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 92%;
    width: 12px;
    height: 2px;
    background: #a7a7a7;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.pro_cate .first_cate a {
    display: block;
    width: 80%;
    height: 63px;
    font-size: 16px;
    color: #101010;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-decoration: none;
    box-sizing: border-box;
}
.pro_cate .son_cate {
    display: none;
    padding-bottom: 15px;
}
.pro_cate .list.on .son_cate {
    display: block;
}
.pro_cate .list.on .first_cate.son span:before {
    transform: rotate(90deg);
}
.pro_cate .son_cate .item {
    position: relative;
    padding-left: 0;
    height: 38px;
}
.pro_cate .son_cate .item a {
    display: block;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    line-height: 40px;
    font-size: 15px;
    color: #666;
    box-sizing: border-box;
    transition: all 0.5s;
    overflow: hidden;
}
.pro_cate .son_cate .item a:hover {
    background: #f7f7f7;
    font-weight: normal;
}
.pro_cate .son_cate .item.on a {
    padding-left: 16px;
    background-position: left 1px center;
}
.pro_cate .son_cate .item.on a, .pro_cate .son_cate .subcate3 a.sia.on {
    background: #f7f7f7;
    color: #333;
}
.pro_cate .son_cate .subcate3 {
    margin-bottom: 10px;
}
.pro_cate .son_cate .subcate3 a.sia {
    display: block;
    padding-left: 32px;
    font-size: 16px;
    color: #7a7a7a;
    line-height: 30px;
}
.pro_cate .list {
    width: 100%;
    border-bottom: 1px solid #eee;
}
.pro_cate .list:first-child {
    margin-top: 0;
}
.pro_cate .list:last-child {
    border-bottom: none;
}
.pro_cate .list.cur .son a {
    color: #A00;
}
.pro_cate .list .row {
    padding: 10px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
.pro_cate .list .row:first-child {
    border-top: 0;
}
.pro_cate .list .row:last-child {
    border-bottom: none
}
.pro_cate .list .row .img {
    display: block;
    width: 25.5396%;
    max-height: 71px;
}
.pro_cate .list .row .row_txt {
    width: calc(100% - 30.9353%);
}
.pro_cate .list .row .row_txt .name {
    font-size: 14px;
    line-height: 1.3;
    color: #101010;
    overflow: hidden;
    padding-top: 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-decoration: none;
}
.wrap {
    width: 1280px;
    margin: 0 auto;
    zoom: 1;
}
.wrap-module {
    padding-top: 100px;
}
.wrap-module .hw_products_detail_review .review_form h1 {
    font-size: 30px;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 35px;
}
.wrap-module body .hw_position {
    margin-top: 8px;
    line-height: 40px;
    margin-bottom: 25px;
    border-color: #e6e6e6;
}
.contenter .hw_position {
    border-color: #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contenter .hw_position .title {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    text-transform: uppercase;
    width: 100%;
    height: 54px;
    line-height: 52px;
    font-size: 28px;
    letter-spacing: 0.5px;
    color: #101010;
}
.contenter .hw_position .title.bigsale {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    color: #d00;
}
.contenter .hw_position .position {
    display: none;
}
.contenter .hw_products_list {
    margin-top: 32px;
}
.contenter .hw_position .position a {
    font-size: 16px;
    color: #999;
}
.contenter .hw_position .position a:last-child {
    color: #999;
}
.npage-list .con {
    border: 1px solid #dfdfdf;
    box-shadow: 5px 5px 2px rgba(0, 0, 0, .02);
    padding: 40px 35px;
    margin-bottom: 60px;
}
.npage-list .con p {
    font-size: 16px;
    line-height: 1.7;
}
.menu-in-left {
    padding-top: 30px;
}
.menu-in-left .menu-wrap-style {
    width: 20%;
    float: left;
}
.contenter .hw_products_list .item {
    width: 31.3333%;
    border: 2px solid #eaeaea;
    border-radius: .5rem;
    background-color: #fff;
    margin-right: 3%;
    -webkit-transition: .2s;
    transition: .2s
}
.contenter .hw_products_list .item:nth-child(3n) {
    margin-right: 0;
}
.contenter .hw_products_list .item:hover {
    border-width: 2px;
    border-color: #f90;
    background-color: #fffaeb;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
}
.contenter .hw_products_list .item .pro {
    width: 100%;
}
.contenter .hw_products_list .item .info {
    width: 100%;
}
.contenter .hw_products_list .item .info .name {
    line-height: 1.3;
    padding: 0 5%;
}
.contenter .hw_products_list .item .info .name a {
    font-size: 14px;
    font-weight: 500;
    color: #101010;
    overflow: hidden;
    min-height: 35px;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.contenter .hw_products_list .item .info .des {
    font-size: 13px;
    color: #bababa;
    text-align: center;
    line-height: 1.5;
    padding: 0 20px 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}
.contenter .hw_image_list {
    margin: 30px 0 60px;
}
.contenter .hw_image_list .item {
    float: left;
    width: 31.5%;
    border: 2px solid #efefef;
    background-color: #fff;
    margin-right: 2%;
    margin-bottom: 2.2%;
    -webkit-transition: .2s;
    transition: .2s
}
.contenter .hw_image_list .item:nth-child(3n) {
    margin-right: 0;
}
.contenter .hw_image_list .item:hover {
    border-width: 2px;
    border-color: #f90;
    background-color: #fffaeb;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
}
.contenter .hw_image_list .item .pro {
    width: 100%;
}
.contenter .hw_image_list .item .pro .pic_box {
    width: 100%;
    height: 22.8vw;
    overflow: hidden;
}
.contenter .hw_image_list .item .info {
    width: 100%;
    padding-top: 8px;
}
.contenter .hw_image_list .item .info .name {
    line-height: 1.3;
    height: 55px;
    padding: 0 5%;
}
.contenter .hw_image_list .item .info .name a {
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #101010;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.contenter .hw_part_list {
    margin: 30px 0 60px;
}
.contenter .hw_part_list .item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3.5%;
    -webkit-transition: .2s;
    transition: .2s
}
.contenter .hw_part_list .item:nth-child(3n) {
    margin-right: 0;
}
.contenter .hw_part_list .item .pro {
    width: 100%;
}
.contenter .hw_part_list .item .pro .pic_box {
    width: 100%;
    height: 8vw;
    text-align: center;
    overflow: hidden;
}
.contenter .hw_team_list {
    margin: 30px 0 60px;
}
.contenter .hw_team_list .item {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    -webkit-transition: .2s;
    transition: .2s
}
.contenter .hw_team_list .item:hover {
    border-width: 2px;
    border-color: #f90;
    background-color: #fffaeb;
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 10%);
}
.contenter .hw_team_list .item:nth-child(3n) {
    margin-right: 0;
}
.contenter .hw_team_list .item .pro {
    width: 100%;
}
.contenter .hw_team_list .item .pro .pic_box {
    width: 100%;
    height: 11vw;
    text-align: center;
    overflow: hidden;
}
.contenter .cate_brief {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
body .hw_products_detail .description .title {
    padding: 50px 0 0;
}
.product-detail .hw_products_detail .description .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0 0;
    color: #555;
    overflow: hidden;
}
.hw_products_detail .description .title span {
    padding-left: 25px;
    font-size: 30px;
    color: #333;
    border-left: 5px solid #feb900;
    border-bottom: none !important;
    margin-bottom: 10px;
}
.hw_products_detail .description .title span:after {
    position: absolute;
    left: 100%;
    top: 13px;
    height: 1px;
    background: #e3e3e3;
    margin-left: 20px;
    content: '';
}
.product-list .wrap .wrap-righter-style {
    width: 76%;
    float: right;
}
.hw_case_list .item .info .name a {
    text-decoration: none;
}
.wrap .hw_case_list .hw_turn_page {
    text-align: right;
}
.wrap .hw_case_list .hw_turn_page.s1 > span {
    background: none;
}
.wrap .hw_case_list .hw_turn_page span {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: none;
    margin-right: 17px;
}
.wrap .hw_case_list .hw_turn_page span:first-child, .wrap .hw_case_list .hw_turn_page span.page_last {
    border: none;
    background: none;
}
.wrap .hw_case_list .hw_turn_page span:hover {
    color: #ffb615;
}
.wrap .hw_case_list .hw_turn_page span a {
    display: block;
    background: #f5f5f5;
}
.wrap .hw_case_list .hw_turn_page span .page_item_current {
    color: #ffb615;
    background: none;
}
.wrap .hw_case_list .hw_turn_page span a, .wrap .hw_case_list .hw_turn_page span font {
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
}
.wrap .hw_case_list .hw_turn_page span em {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
}
.wrap .hw_case_list .hw_turn_page span em.icon_page_prev {
    background: url("../img/prev_page.png") no-repeat center;
}
.wrap .hw_case_list .hw_turn_page span em.icon_page_next {
    background: url("../img/next_page.png") no-repeat center;
}
.banner .absolute .title {
    display: none;
}
.article-content .art-title {
    height: 35px;
    margin: 30px 0;
    font-size: 22px;
    color: #333;
    text-align: center;
}
.art-menu-wrap-style {
    margin-bottom: 5px;
}
.art-menu-wrap-style .menu {
    text-align: center;
}
.art-menu-wrap-style .menu ul li {
    display: inline-block;
    font-size: 15px;
    color: #222;
    margin: 0 25px;
}
.info-list .wrap .rightside .hw_position {
    width: 1280px;
    margin: 0 auto;
}
.info-list .wrap .rightside .hw_position .title {
    display: none;
}
.info-list .wrap .rightside .hw_position .position {
    text-align: left;
    line-height: 51px;
}
.info-list .wrap .rightside {
    width: 100%;
    float: right;
}
.info-list .wrap .rightside .contenter .hw_position .title {
    display: none;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page {
    text-align: right;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page.s1 > span {
    background: none;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page span {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: none;
    margin-right: 17px;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page span:first-child, .info-list .wrap .rightside .hw_info_list .hw_turn_page span.page_last {
    border: none;
    background: none;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page span:hover {
    color: #ffb615;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page span a {
    display: block;
    background: #f5f5f5;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page span .page_item_current {
    color: #ffb615;
    background: none;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page span a, .info-list .wrap .rightside .hw_info_list .hw_turn_page span font {
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page span em {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page span em.icon_page_prev {
    background: url("../img/prev_page.png") no-repeat center;
}
.info-list .wrap .rightside .hw_info_list .hw_turn_page span em.icon_page_next {
    background: url("../img/next_page.png") no-repeat center;
}
.info-detail .wrap .hw_position .position {
    text-align: left;
    line-height: 65px;
}
.wrap .hw_download_list .hw_turn_page {
    text-align: right;
}
.wrap .hw_download_list .hw_turn_page.s1 > span {
    background: none;
}
.wrap .hw_download_list .hw_turn_page span {
    width: 54px;
    height: 54px;
    line-height: 54px;
    background: none;
    margin-right: 17px;
}
.wrap .hw_download_list .hw_turn_page span:first-child, .wrap .hw_download_list .hw_turn_page span.page_last {
    border: none;
    background: none;
}
.wrap .hw_download_list .hw_turn_page span:hover {
    color: #ffb615;
}
.wrap .hw_download_list .hw_turn_page span a {
    display: block;
    background: #f5f5f5;
}
.wrap .hw_download_list .hw_turn_page span .page_item_current {
    color: #ffb615;
    background: none;
}
.wrap .hw_download_list .hw_turn_page span a, .wrap .hw_download_list .hw_turn_page span font {
    position: relative;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
}
.wrap .hw_download_list .hw_turn_page span em {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
}
.wrap .hw_download_list .hw_turn_page span em.icon_page_prev {
    background: url("../img/prev_page.png") no-repeat center;
}
.wrap .hw_download_list .hw_turn_page span em.icon_page_next {
    background: url("../img/next_page.png") no-repeat center;
}
.default_nav_style .nav_sec .nav_list {
    width: 100%;
}
.news {
    width: 100%;
    padding-bottom: 30px;
    padding-top: 40px;
}
.news .page_title {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 42px;
    font-weight: normal;
    color: #111;
    letter-spacing: 1px;
    text-align: center;
}
.news .cate_list {
    width: 100%;
    height: 50px;
    margin-top: 30px;
    text-align: center;
}
.news .cate_list .cate_item {
    display: inline-block;
    position: relative;
    width: 220px;
    height: 100%;
    line-height: 51px;
    margin: 0 4px;
    background: #e6e5e3;
    font-size: 16px;
    color: #666;
    border-radius: 5px;
}
.news .cate_list .cate_item .item_bg {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 17px;
    width: 17px;
    height: 8px;
    margin-left: -8.5px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}
.news .cate_list .cate_item:hover {
    background: #f8b80e;
    color: #121212;
}
.news .cate_list .cate_item:hover .item_bg {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.news .cate_list .cate_item.cur {
    background: #f8b80e;
    color: #121212;
}
.news .cate_list .cate_item.cur .item_bg {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
#news_list {
    margin: 60px 0 50px;
}
#news_list li {
    width: 100%;
    padding: 25px 0 20px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}
#news_list li:first-child {
    border-top: 1px solid #eaeaea;
}
#news_list li .item_in {
    padding: 0 40px;
    overflow: hidden;
}
#news_list li .item_in .time {
    width: 100px;
    height: 100%;
    padding-top: 15px;
}
#news_list li .item_in .time .date {
    width: 100%;
    height: 48px;
}
#news_list li .item_in .time .date span {
    font-size: 16px;
    color: #666;
    margin-top: 27px;
}
#news_list li .item_in .time .date span:first-child {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    height: 100%;
    font-size: 46px;
    font-weight: normal;
    color: #bbb;
    margin-top: 0;
    margin-right: 3px;
}
#news_list li .item_in .time .year {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #666;
    padding-top: 5px;
}
#news_list li .item_in .time .time_btn {
    display: block;
    width: 35px;
    height: 35px;
    margin-top: 35px;
    border: 1px solid #dfdfdf;
    background: url('../img/time_btn.png') no-repeat center;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#news_list li .item_in .text {
    width: 65%;
    height: 100%;
    margin-left: 40px;
}
#news_list li .item_in .text .title {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #111;
    font-weight: 500;
    overflow: hidden;
}
#news_list li .item_in .text .brief {
    width: 100%;
    height: 96px;
    line-height: 24px;
    font-size: 14px;
    color: #999;
}
#news_list li .item_in .img {
    display: block;
    width: 200px;
}
#news_list li:hover {
    background: #f8f8f8;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
#news_list li:hover .item_in .time .date span {
    color: #7c94aa;
}
#news_list li:hover .item_in .time .date span:first-child {
    color: #ffba3f;
}
#news_list li:hover .item_in .time .year {
    color: #101010;
}
#news_list li:hover .item_in .time .time_btn {
    border-color: #00315c;
    background: url('../img/time_btn_hover.png') no-repeat center;
}
#news_list li:hover .item_in .text .title {
    color: #fe9b00;
}
.news .more_btn {
    display: block;
    width: 80px;
    height: 80px;
    line-height: 14px;
    margin: 50px auto 0 auto;
    padding-top: 20px;
    border: 1px solid #666;
    background: url('../img/more_btn_icon.png') no-repeat center 54px;
    font-size: 14px;
    color: #666;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#news_detail {
    padding: 40px;
    margin: 5px 0 70px;
    background: #fff;
    border: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
    -webkit-box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
    box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
}
#news_detail .titleBox {
    padding: 10px 0 20px;
    border-bottom: 1px solid #ddd;
}
#news_detail .titleBox > h1 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
}
#news_detail .titleBox .time {
    text-align: center;
    font-size: 14px;
    color: #777;
    margin: 20px 0 10px;
}
#news_detail > .contents {
    padding-top: 30px;
	padding-bottom: 40px;
}
#news_detail > .contents, #news_detail > .contents p, #news_detail > .contents span {
    font-family: inherit !important;
    font-size: 15px !important;
    line-height: 1.8 !important;
    color: #333;
}
#news_detail > .contents img {
	max-width: 1200px;
	margin: 15px 0;
}
#news_detail .prevnext {
    border-top: 1px solid #ddd;
    padding-top: 25px;
    color: #666;
    font-size: 15px;
}
#news_detail .prevnext .arc-prev, #news_detail .prevnext .arc-next {
    line-height: 1.8;
}
#news_detail .prevnext .arc-prev a, #news_detail .prevnext .arc-next a {
    color: #666;
}
#news_detail .prevnext .arc-prev a:hover, #news_detail .prevnext .arc-next a:hover {
    color: #888;
}
#result_list {
    margin: 60px 0 50px;
}
#result_list li {
    width: 100%;
    padding: 25px 0 20px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}
#result_list li:first-child {
    border-top: 1px solid #eaeaea;
}
#result_list li .item_in {
    padding: 0 30px;
    overflow: hidden;
}
#result_list li .item_in .time {
    width: 100px;
    height: 100%;
    padding-top: 15px;
}
#result_list li .item_in .time .date {
    width: 100%;
    height: 48px;
}
#result_list li .item_in .time .date span {
    font-size: 16px;
    color: #666;
    margin-top: 27px;
}
#result_list li .item_in .time .date span:first-child {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    height: 100%;
    font-size: 46px;
    font-weight: 600;
    color: #bbb;
    margin-top: 0;
    margin-right: 3px;
}
#result_list li .item_in .time .year {
    width: 100%;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    color: #666;
    padding-top: 5px;
}
#result_list li .item_in .time .time_btn {
    display: block;
    width: 35px;
    height: 35px;
    margin-top: 35px;
    border: 1px solid #dfdfdf;
    background: url('../img/time_btn.png') no-repeat center;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
#result_list li .item_in .text {
    width: 80%;
    height: 100%;
}
#result_list li .item_in .text .title {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    color: #111;
    font-weight: 600;
    overflow: hidden;
}
#result_list li .item_in .text .brief {
    width: 100%;
    height: 96px;
    line-height: 2;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #999;
}
#result_list li .item_in .text .brief p:last-child a {
    color: #006d20;
}
#result_list li .item_in .img {
    display: block;
    height: 135px;
}
#result_list li:hover {
    background: #f8f8f8;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
#result_list li:hover .item_in .time .date span {
    color: #7c94aa;
}
#result_list li:hover .item_in .time .date span:first-child {
    color: #ffba3f;
}
#result_list li:hover .item_in .time .year {
    color: #101010;
}
#result_list li:hover .item_in .time .time_btn {
    border-color: #00315c;
    background: url('../img/time_btn_hover.png') no-repeat center;
}
#result_list li:hover .item_in .text .title {
    color: #fe9b00;
}
.con_top {
    padding: 40px 0;
}
.con_top .title {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    width: 100%;
    font-size: 36px;
    color: #101010;
    letter-spacing: 1px;
    text-align: center;
}
.con_top .title span {
    color: #333;
}
.con_top .brief {
    width: 100%;
    line-height: 1.7;
    margin-top: 25px;
    font-size: 15px;
    text-align: center;
    color: #888;
}
.con_top ul.fix {
    text-align: center;
    margin: 0 auto;
    padding-bottom: 40px;
}
.con_top ul.fix li {
    float: left;
    font-size: 16px;
    ;
    margin-right: 15px;
    background: #fffaeb;
    border: 1px solid #dedede;
    border-radius: 5px;
    overflow: hidden;
}
.con_top ul.fix li.cur {
    background: #ffba3f;
}
.con_top ul.fix li a {
    display: block;
    padding: 10px 30px;
}
.con_top ul.fix li:hover {
    border: 1px solid #ffba3f;
}
.about_con {
    background: #f6f6f6;
    padding: 60px 0 70px;
}
.about_con .about_item {
    background: #fff;
    border: 1px solid #eee;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
    -webkit-box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
    box-shadow: 5px 5px 0 rgb(0 0 0 / 2%);
}
.about_con .title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.about_con .title h2 {
    font-family: 'bebas', 'Din-Medium';
    font-size: 32px;
    font-weight: normal;
    color: #464646;
    position: relative;
    width: 100%;
    padding: 40px 0 50px;
    letter-spacing: 1px;
}
.about_con .title h2::after {
    position: absolute;
    content: '';
    width: calc(100% - 80px);
    height: 1px;
    background: rgba(222, 222, 222, 0.5);
    bottom: 16px;
    left: 40px;
}
.about_con .title h2::before {
    position: absolute;
    content: '';
    width: 124px;
    height: 3px;
    background: #ffba3f;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.about_con .title p {
    font-size: 16px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.about_con .con {
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    padding: 0 50px 50px;
}
.about_con .con p {
    padding: 0;
    margin: 0;
    ;
}
.about_con .con .video {
    margin: 20px auto;
}
.about_con .con img {
    text-align: center;
    max-width: 1024px;
    margin: 10px auto;
}
.about_con .con ul {
    display: flex;
}
.about_con .con ul li {
    font-size: 15px;
    line-height: 1.8;
    width: 30%;
    border-right: 1px solid #eaeaea;
    padding-right: 2%;
    margin-right: 3%;
}
.about_con .con ul li:last-child {
    border-right: none;
    margin-right: 0;
}
.about_con .con ul li .text {
    width: 100%;
    padding-top: 10px;
}
.about_con .con ul li .text h3 {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 10px;
}
.about_con .con ul li img {
    height: 300px;
}
.about_con .con .showcatalog {
    padding-bottom: 30px;
}
.about_con .con .showcatalog ul li {
    width: 50%;
    padding-left: 0;
    padding-right: 3.5%;
    margin-right: 3.5%;
}
.about_con .con .showcatalog ul li img {
    width: 100%;
}
.about_con .con .showcatalog ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.about_item:nth-child(2) {
    margin-top: 42px;
}
.about_item:nth-child(3) {
    margin-top: 46px;
    margin-bottom: 85px;
}
.about_item .title {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
}
.about_item .con_outer {
    width: 100%;
    margin-top: 21px;
    background: #05c3a2;
}
.about_item.ab_1 .con {
    margin-top: 19px;
    padding: 40px;
    box-sizing: border-box;
}
.about_video {
    width: 50%;
    float: left;
}
.about_item.ab_1 .r_con {
    width: 46%;
    padding-left: 4%;
    float: left;
}
@media (max-width:991px) {
    .about_video {
        width: 100%;
        float: none;
        text-align: center;
    }
    .about_item.ab_1 .r_con {
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .about_item.ab_1 .con {
        padding: 5%;
    }
}
.honor-list .content {
    margin-top: 0.6rem;
}
.honor-list .rect-71 {
    padding-bottom: 71%;
}
.honor-list ul li {
    margin: 0.15rem 0;
    cursor: pointer;
}
.honor-list ul li:nth-child(4n) {
    margin: 0.15rem 0;
    cursor: pointer;
}
.honor-list ul li .cover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: url("../img/honor-list_3.png");
    transition: .5s ease;
}
.honor-list ul li .cover .icon {
    position: absolute;
    width: 65px;
    height: 65px;
    background: url("../img/honor-list_2.png") no-repeat center;
    top: 50%;
    margin-top: -32px;
    left: 50%;
    margin-left: -32px;
}
.honor-list ul li:hover .cover {
    opacity: 1;
    visibility: visible;
}
.honor-list ul li .intro {
    background: #aaa;
    color: #fff;
    transition: .5s ease;
}
.honor-list ul li .intro .box {
    padding: 0.15rem;
}
.honor-list ul li .intro .box .t {
    font-size: 0.16rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.honor-list ul li:hover .intro {
    background: #ea5404;
}
.caselist {
    margin: 30px 0 0;
    padding-bottom: 30px;
    clear: both;
}
.caselist .img_box {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2.1%;
}
.caselist .img_box:nth-child(3n) {
    margin-right: 0;
}
.caselist .img_box a:hover .name {
    height: 128px;
}
.caselist .img_box a:hover .name .name_t {
    color: #ffb615;
}
.caselist .img_box .name {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 45px;
    background: url("../img/black80.png") repeat;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.3px;
    overflow: hidden;
    padding: 4% 5%;
}
.caselist .img_box .name .name_t {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    height: 48px;
    line-height: 1.3;
    font-weight: bold;
}
.caselist .img_box .name .text {
    height: 68px;
    font-size: 13px;
    line-height: 22px;
    overflow: hidden;
    padding-top: 10px;
}
.rect-667 {
    padding-bottom: 66.6667%;
}
.imgZoom {
    overflow: hidden;
}
.imgZoom img {
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s
}
.imgZoom:hover img {
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}
.trans {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
}
*[class*="rect-"] ._full {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    *height: auto;
}
.custmess {
    margin: 0 auto;
}
.custmess .vfile {
	width: 960px;
    margin: 0 auto;
}
.custmess .mess {
    padding: 35px 0 0;
}
.custmess .mess img {
    margin: 15px 0;
}
.enter_chart_content15 {
    width: 100%;
    margin: 0 auto;
    padding: 15px 0;
    box-sizing: border-box;
    color: #999
}
.enter_chart_content15 .marg-lg-b30 {
    margin-bottom: 30px
}
.enter_chart_content15 .row {
    margin-left: -17px;
    margin-right: -17px
}
.enter_chart_content15 .row::after {
    content: "";
    display: table;
    clear: both
}
.enter_chart_content15 *, ::after, ::before {
    box-sizing: inherit
}
.enter_chart_content15 .plr-16 {
    padding: 0 6px
}
.enter_chart_content15 .steps {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.enter_chart_content15 .step:last-of-type {
    margin-bottom: 0
}
.enter_chart_content15 .step {
    width: 100%;
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding: 25px 50px 25px 60px
}
.enter_chart_content15 .step__title {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    font-size: 24px;
    margin-bottom: 10px;
    color: #333;
    font-weight: normal;
}
.enter_chart_content15 .step__content {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 0
}
.enter_chart_content15 .step__number {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    position: absolute;
    background-color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 58px;
    width: 60px;
    height: 60px;
    top: 30px;
    left: -30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 2px 10px rgba(0, 0, 0, .15);
    border-top: 3px solid #fec303;
    transition: all .1s ease-out
}
.enter_chart_content15 .step__number {
    border-top: 3px solid #fec303
}
.enter_chart_content15 .step__number::before {
    position: absolute;
    content: '';
    left: 0;
    top: -3px;
    width: 0;
    height: 3px;
    background-color: #ccc;
    transition: all .2s ease-out
}
.enter_chart_content15 .step:hover .step__number {
    color: #333
}
.enter_chart_content15 .step:hover .step__number::before {
    width: 100%;
    background-color: #FFBE00 !important
}
.enter_chart_content15 .font-color3 {
    color: #333
}
.contactus {
    width: 1280px;
    margin: 0 auto;
}
.contactus .title {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.contactus .title h2 {
    font-family: 'bebas', 'Din-Medium';
    font-size: 32px;
    font-weight: normal;
    color: #464646;
    position: relative;
    width: 100%;
    padding: 40px 0 50px;
    letter-spacing: 1px;
}
.contactus .title h2::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: rgba(222, 222, 222, 0.5);
    bottom: 16px;
    left: 0;
}
.contactus .title h2::before {
    position: absolute;
    content: '';
    width: 124px;
    height: 3px;
    background: #ffba3f;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
}
.contactus .title p {
    font-size: 16px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.contactus .cont_con {
    float: none;
    width: 100%;
}
.cont_con {
    float: left;
    width: 76%;
    margin: 20px auto 60px;
}
.cont_left {
    width: 695px;
}
#map {
    width: 100%;
    height: 450px;
}
.cont_right {
    width: calc(100% - 797px);
    height: 350px;
    background: #ffba3f;
    padding: 70px 50px 30px;
}
.cont_right h3 {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    color: #101010;
    font-size: 28px;
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 40px;
}
.right_txtx {
    line-height: 1.8;
    margin-bottom: 10px;
    font-size: 15px;
}
.right_txtx .img {
    width: 30px;
}
.right_txtx .img img {
    vertical-align: middle;
}
.right_txtx .txt {
    width: 100%;
    padding-left: 30px;
}
.right_txtx p {
    color: #101010;
    font-size: 15px;
}
.float-right-box {
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 0px;
    z-index: 1000;
    transition: width 0.3s ease 0s;
    font-size: 0;
    /* display: none; */
}
.float-right-box li {
    width: 100%;
    height: 60px;
    background: #999;
    margin-bottom: 1px;
    text-align: center;
    cursor: pointer
}
.float-right-box li p {
    font-size: 12px;
    line-height: 2;
    color: #fff
}
.float-right-box li a {
    display: block;
    height: 100%;
}
.float-right-box li img {
    padding-top: 13px;
}
.float-right-box li:nth-child(1) img {
    padding-top: 15px;
}
.float-right-box li:hover {
    background: #fe9b00
}
.float-right-box .ewm {
    width: 133px;
    height: 133px;
    position: absolute;
    top: 0;
    right: 61px;
    display: none;
    animation: fadeInUp 0.6s;
}
.float-right-box .ewm img {
    width: 100%
}
.float-right-box .call {
    font-family: 'bebas', 'inter', 'Roboto', 'Microsoft YaHei', Arial, Verdana, Helvetica, Sans-serif;
    width: 160px;
    height: 60px;
    position: absolute;
    top: 61px;
    right: 60px;
    letter-spacing: 1px;
    background: #fe9b00;
    animation: fadeInUp 0.5s;
    display: none
}
.float-right-box .call p {
    color: #fff;
    line-height: 62px;
    font-size: 16px;
    text-align: center;
    font-weight: bold
}
.popwin {
    margin: 0;
    display: none;
}
#popwin form {
    padding: 3.5% 5% 0
}
#popwin form li {
    display: block;
    float: left;
    width: 49%;
    margin: 0 2% 2% 0
}
#popwin form li:nth-last-child(1), #popwin form li:nth-last-child(2) {
    width: 100%
}
#popwin form li:nth-child(even) {
    margin-right: 0
}
#popwin form li:nth-child(6) {
    color: #777;
    text-indent: 2px;
    line-height: 2.6;
}
#popwin form li label span {
    color: #ffba3f;
    margin-left: 5px;
    font-size: 17px
}
#popwin form li input {
    display: inline-block;
    width: calc(100% - 22px);
    padding: 8px;
    color: #444;
    font-size: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
}
#popwin form li select {
    display: inline-block;
    width: calc(100% - 4px);
    padding: 9px 8px 7px;
    color: #777;
    font-size: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNS42NTciIGhlaWdodD0iMTkuODI4IiB2aWV3Qm94PSIwIDAgMzUuNjU3IDE5LjgyOCI+CiAgPHBhdGggaWQ9Iui3r+W+hF84OTUiIGRhdGEtbmFtZT0i6Lev5b6EIDg5NSIgZD0iTTg2OS41ODYsNDEzLjU1MWwtMTUsMTUtMTUtMTUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC04MzYuNzU3IC00MTAuNzIzKSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNzY3Njc2IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgc3Ryb2tlLXdpZHRoPSI0Ii8+Cjwvc3ZnPgo=) no-repeat scroll 100% transparent;
    background-size: 13px auto;
    background-position-x: calc(100% - 12px);
	-webkit-appearance: none;
}
#popwin form li textarea {
    height: 68px;
    width: calc(100% - 22px);
    line-height: 1.6;
    padding: 8px;
    color: #444;
    font-size: 15px;
    border: 2px solid #ddd;
    border-radius: 5px;
}
#popwin form li input:hover, 
#popwin form li textarea:hover {
    background: #fdfdfd;
    border: 2px solid #ffba3f;
}
#popwin form li:last-child {
    width: 100%;
    clear: both;
    margin: 0;
    text-align: center
}
#popwin form li #submit, 
#popwin form li #submitId {
    border: 0 none;
    background: #ffba3f;
    padding: 9px 0 7px;
    color: #101010;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.5px;
    border: 2px solid #ffba3f;
    border-radius: 5px;
    cursor: pointer;
    min-width: 220px;
    text-shadow: rgb(255 255 255 / 30%) 1px 0 1px;
}
#popwin form li #submit:hover, 
#popwin form li #submitId:hover {
    background: #fffaeb;
    border: 2px solid #ffba3f;
}
.layer .layui-layer-content .service {
    color: #ffba3f;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
    margin: 0 auto;
    clear: both
}
.popwin .service {
    color: #d00;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding-top: 16px;
    margin: 0 auto;
    clear: both
}
@media screen and (max-width:1700px) {
    .info_box {
        margin-top: -200px;
    }
    .more .more_box {
        top: 20%;
    }
    .more .more_box {
        width: 90%;
    }
    .more .more_box .more_title {
        width: 30%;
    }
    .more .more_box .more_title .top_box {
        height: 36px;
    }
    .more .more_box .more_title p {
        font-size: 32px;
        margin-top: -12px;
    }
    .more .more_box .more_title .bottom_box {
        height: 36px;
        margin: -14px auto;
    }
    .more .more_box .content {
        margin: 50px auto 35px;
    }
}
@media screen and (max-width:1440px) {
    #nav .nav_box {
        width: 83.2%;
    }
    .info_box {
        width: 83.2%;
        margin-top: -145px;
    }
    .products_box {
        width: 83.2%;
    }
    .products_box .carbox {
        width: 100%;
    }
    .more .more_box {
        top: 20%;
    }
    .more .more_box .more_title p {
        margin-top: -10px;
        line-height: 45px;
    }
    .more .more_box .more_title .bottom_box {
        margin: -19px auto;
    }
    .more .more_box .content {
        margin: 43px auto 28px;
    }
    .apt_model_one {
        width: 83.2%;
    }
    .apt_model_one .apt_model_con .apt_common .box5 a p {
        top: 68%;
    }
    .apt_model_two {
        width: 83.2%;
    }
    .apt_model_two .apt_con {
        width: 83.2%;
    }
    .apt_model_two .box6 .box7 {
        width: 31.7%;
    }
    .apt_model_two .box6 .box7 .box8 {
        width: 85%;
        margin-left: -1px;
    }
    .footer .config_box {
        width: 83.2%;
    }
    .footer .config_box .share_box {
        width: 30%;
    }
    .footer .config_box .service_box {
        width: 17%;
    }
    .footer .config_box .contact_box {
        width: 18%;
    }
    .footer .config_box .lates_box {
        width: 23%;
    }
    .wrap {
        width: 95%;
    }
}
@media screen and (max-width:1200px) {
    #nav .nav_box {
        width: 90%;
    }
    #nav .nav_box .navbar {
        width: 66.5%;
    }
    #nav .nav_box .r_nav {
        width: 17%;
    }
    .info_box {
        width: 90%;
        margin-top: -120px;
    }
    .products_box {
        width: 90%;
    }
    .more .more_box {
        width: 72.5%;
        top: 17%;
    }
    .more .more_box .more_title p {
        line-height: 39px;
    }
    .more .more_box .more_title {
        width: 30.83%;
    }
    .apt_model_one {
        width: 90%;
    }
    .apt_model_one .apt_model_con .apt_common .box5 {
        margin-top: 20px;
    }
    .apt_model_two {
        width: 90%;
    }
    .apt_model_two .apt_con {
        width: 90%;
    }
    .apt_model_two .box6 .box7 {
        width: 31.7%;
    }
    .apt_model_two .box6 .box7 .box8 {
        margin-top: -60px;
    }
    .footer .config_box {
        width: 90%;
    }
    .footer .config_box .service_box {
        width: 15%;
    }
    .footer .config_box .contact_box {
        width: 31%;
    }
    .footer .config_box .lates_box {
        width: 100%;
    }
    .footer .config_box .form_one div {
        width: 50%;
        height: 44px;
    }
    .footer .config_box .box10 {
        width: 100%;
    }
}
@media screen and (max-width:1000px) {
    .info_box {
        width: 90%;
        margin-top: -100px;
    }
    .info_box .box1 .box1_img {
        margin-left: 30px;
    }
    .info_box .box1 .info_title {
        max-width: 90%;
        transition: all .4s;
    }
    .info_box .box1 .info_title h3 {
        margin-left: 30px;
    }
    .info_box .box1 .word {
        margin-left: 30px
    }
    .products_box {
        width: 90%;
    }
    .more .more_box {
        top: 13%;
    }
    .more .more_box .more_title .top_box {
        height: 24px;
    }
    .more .more_box .more_title p {
        line-height: 34px;
    }
    .more .more_box .more_title .bottom_box {
        height: 24px;
    }
    .apt_model_one .apt_model_con .apt_common .box3 a p {
        font-size: 28px;
        top: 75%;
    }
    .apt_model_one .apt_model_con .apt_common .box5 a p {
        font-size: 21px;
        top: 65%;
    }
    .apt_model_two .box6 .box7 .box8 {
        width: 85%;
        margin-left: -1px;
        margin-top: -50px;
    }
    .apt_model_two .box6 .box7 .box8 .day {
        margin-left: 20px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .footer .config_box .share_box {
        width: 30%;
    }
    .footer .config_box .share_box p {
        width: 100%;
    }
    .footer .config_box .service_box {
        width: 22%;
    }
    .footer .config_box .contact_box {
        width: 30%;
    }
    .footer .config_box .form_one div {
        width: 60%;
        height: 44px;
    }
}
@media screen and (max-width:991px) {
    .banner_box {
        top: 0px;
    }
    .more .more_box .content {
        height: 46px;
    }
    .menu-in-left .wrap-righter-style {
        width: 100%;
    }
    .product-list .contenter #plist .contents .blk {
        width: 31%;
        margin: 0 1% 25px;
    }
    .banner {
        margin-top: 0px;
    }
    .info_box .box1 .info_title h3 a:hover {
        color: #000;
    }
    .products_box .carbox .car:hover {
        box-shadow: none;
    }
    .more:hover img {
        -webkit-transform: none;
        transform: none;
    }
    .apt_model_one .apt_model_con .apt_common .box3:hover .bg {
        background: none;
    }
    .apt_model_one .apt_model_con .apt_common .box5:hover .bg {
        background: none;
    }
    .apt_model_one .apt_model_con .apt_common .box3:hover .topp {
        top: 75%;
    }
    .apt_model_one .apt_model_con .apt_common .box5:hover .topp {
        top: 65%;
    }
    .apt_model_two .box6 .box7:hover img {
        -webkit-transform: none;
        transform: none;
    }
    .footer .config_box .service_box ul li a:hover {
        color: #d9d9d9;
    }
}

#translate > .translateSelectLanguage {
display:none;
    position: fixed;
    right: 50%;
    top: 32px;
    width: 135px;
    font-size: 14px;
    margin-right: -550px;
    padding: 5px 10px 4px;
    border: 1px solid #eee;
    background: none;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
    transition: all 0.3s;
    /* background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 18px) 1em, calc(100% - 13px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat; */
}
.header_in.fixed #translate > .translateSelectLanguage {
    position: fixed;
    top: 19px !important;
}
#translate > .translateSelectLanguage option {
    color: #666;
}
/* select:focus {
    background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
    background-size: 5px 5px, 5px 5px, 1px 1.35em;
    background-repeat: no-repeat;
    border-color: green;
    outline: 0;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
} */
@media screen and (max-width:1440px) {
    #translate > .translateSelectLanguage {
        width: 100px;
        margin-right: -480px;
    }
}