*,
*:before,
*:after {
    box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    line-height: 1.6;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

ins {
    text-decoration: none;
}

del {
    color: #8f8f8f;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: baseline;
}

sub {
    vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
    color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */

input[type="submit"],
input[type="reset"],
input[type="button"],
select,
button {
    -webkit-appearance: none;
}

a,
a:visited {
    color: #333;
    text-decoration: none;
    transition: all .3s ease-in-out 0s;
}

a:hover {
    color: #f37b1d;
    text-decoration: none;
}


img {
    max-width: 100%;
}

body {
    font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, 'Microsoft Yahei', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/**************************footer st *******************/
.footer {
    width: 100%;
    overflow: hidden;
    background-color: #23242c;
    padding: 30px 0;
}

.footer .footcont {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.footer .footcont .lft {
    width: 550px;
    float: left;
    padding-top: 6px;
}

.footer .footcont .rft {
    width: 380px;
    float: right;
}

.footmenu {
    overflow: hidden;
    border-bottom: 1px solid #535353;
    padding-bottom: 10px;
}

.footmenu a {
    font-size: 13px;
    color: #cccccc;
    display: inline-block;
    padding: 0px 10px;
}

.footmenu a:first-child {
    padding-left: 0px;
}

.footmenu a:hover {
    color: #fff;
}

.footmenu a::after {
    content: '|';
    position: relative;
    left: 10px;
}

.address {
    font-size: 13px;
    color: #cccccc;
    padding: 10px 0 0;
}

.address p {
    line-height: 24px;
}
.address p a{
    color: #ccc;
}
.address p a:hover{
    color: #f37b1d;
}

.tel {
    width: 230px;
    float: left;
    color: #cccccc;
}

.tel .gh {
    font-size: 32px;
    color: #cccccc;
}

.tel .time {
    font-size: 13px;
    text-indent: 18px;
    background: url('../images/biao.png') no-repeat scroll 0 50% /15px auto;
}

.qcodr {
    float: right;
    overflow: hidden;
    font-size: 0;
    text-align: right;
    background: url('../images/qcodrfg.jpg') no-repeat scroll 0 50%;
}

.qcodr img {
    width: 120px;
    display: inline-block;
    margin-left: 15px;
}

/**************************footer ed *******************/

/*************** top st  *********************/

/*hd st*/
.hd {
    width: 100%;
    height: 110px;
    background: url('../images/top_bg.png') scroll 0 50% no-repeat;
}

.hd .hd_container {
    width: 1200px;
    margin: 0 auto;
}

.hd_container .logo {
    width: 280px;
    float: left;
    margin-top: 22px;
}

.hd_container .nav {
    width: 920px;
    float: right;
}

.hd_container .nav .menu {
    width: 755px;
    float: left;
}

.hd_container .nav .tel {
    width: 160px;
    padding-top: 18px;
    float: right;
}

.hd_container .nav .menu ul {
    overflow: hidden;
}

.hd_container .nav .menu ul li {
    float: left;
    height: 110px;
    line-height: 110px;
    background: url('../images/navbg.png') right center no-repeat;
    padding: 0px 20px;
}

.hd_container .nav .menu ul li:first-child {
    padding: 0 30px;
}


.hd_container .nav .menu ul li:last-child {
    background: none;
}

.hd_container .nav .menu ul li.sel,
.hd_container .nav .menu ul li:hover {
    background: #f37b1d;
}

.hd_container .nav .menu ul li.sel a,
.hd_container .nav .menu ul li:hover a {
    display: block;
    color: #fff;
}

.hd_container .nav .tel p {
    color: #8b8b8b;
    font-size: 14px;
    text-align: right;
}

.hd_container .nav .tel p.tel_num {
    line-height: 25px;
    color: #f37b1d;
    font-size: 25px;
}


/*hd ed*/
/*************** top ed  *********************/
/*************** focus st ********************/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
}

/****************************focus ed *********************************/


/*fenye*/
#page {
    width: 100%;
    float: left;
    margin: 20px auto;
    overflow: hidden;
    padding-left: 10px;
}

#page ul {
    overflow: hidden;
}

#page li {
    display: inline-block;
    color: #666;
    font-size: 13px;
    margin-right: 0.3em;
    border: 1px solid #E0E0E0;
    background: #FFF;
}

#page li.active {
    background-color: #e23435;
}

#page li.active a {
    color: #fff;
}

#page li span {
    color: #cc3300;
    background: #FFF;
}

#page li a {
    padding: 0px 8px;
    display: block;
    height: 26px;
    line-height: 26px;
    FLOAT: left;
    color: #999;
    border: 0;
}

#page li a:hover {
    color: #999;
    background-color: #eee;
}

#page li.pages_input {
    padding: 0;
    border: 1px solid #A0A0A0;
}

#page li.pages_input input {
    width: 18px;
    font-size: 14px;
    border: 1px;
    padding: 0px 3px;
    margin: 0px 3px;
    text-align: center;
}

#page .on {
    padding: 0px 5px;
    color: red;
    font-weight: bold;
}

#page select option {
    padding: 0px;
}

/*fenye end*/
/*************** column_header st *********************/
.column_header {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    color: #3e342e;
}

.column_header .en,
.column_header_white .en {
    font: normal 80px "Vladimir Script";
    line-height: 80px;
    text-align: center;
}

.column_header .title {
    background: url('../images/column_header_bg.png') no-repeat center center;
    margin-top: 12px;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
}

.column_header_white {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0;
    color: #fff;
}

.column_header_white .title {
    background: url('../images/column_header_bg_white.png') no-repeat center center;
    margin-top: 12px;
    font-size: 24px;
    text-align: center;
    line-height: 24px;
}

/*************** column_header ed *********************/

/*************** aboutus st *********************/
.aboutus {
    width: 100%;
    height: 700px;
    background: url('../images/aboutus_bg.jpg') center top no-repeat;
    background-size: cover;
}

.aboutus .container {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.aboutus .company {
    width: 430px;
    height: 323px;
    float: left;
    overflow: hidden;
}

.aboutus .overview {
    width: 760px;
    height: 323px;
    float: right;
    color: #333;
    overflow: hidden;
    padding-left: 50px;
}

.aboutus .overview .tit {
    margin-top: 20px;
    font-size: 24px;
    line-height: 26px;
}

.aboutus .overview .content {
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
}

.aboutus .overview .more {

    margin-top: 20px;
}

.aboutus .overview .more a {
    display: block;
    width: 128px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 10px;
    background-color: #f37b1d;
    color: #fff;
    font-size: 13px;
}

.aboutus .overview .more a:hover {
    background-color: #fca058;
}

/*************** aboutus ed *********************/
/*************** pro_cate st *********************/
.pro_cate {
    width: 100%;
    height: 840px;
    background: url('../images/pro_cate_bg.jpg') center top no-repeat;
    background-size: cover;
}

.pro_cate ul {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}

.pro_cate ul li {
    width: 375px;
    height: 237px;
    float: left;
    margin: 0px 28px 28px 0px;
    position: relative;
}

.pro_cate ul li a {
    color: #fff;
    display: block;
}

.pro_cate ul li:nth-child(1) {
    width: 353px;
    height: 502px;
    float: left;
    margin-left: 21px;
    margin-right: 26px;
}

.pro_cate ul li:nth-child(2) {
    width: 375px;
    height: 237px;
    float: left;
}

.pro_cate ul li:nth-child(3) {
    width: 375px;
    height: 237px;
    float: left;
    margin-right: 0px;
}

.pro_cate ul li:nth-child(4) {
    width: 375px;
    height: 237px;
    float: left;
}

.pro_cate ul li:nth-child(5) {
    width: 375px;
    height: 237px;
    float: left;
    margin-right: 0px;
}

.pro_cate ul li p {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 50px;
    display: none;
}

.pro_cate ul li:hover p {
    display: flex;
}

/*************** pro_cate ed *********************/
/*************** new_product st *********************/
.new_product {
    width: 100%;
    background-color: #fffaf4;
}

.new_product ul {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.new_product ul li {
    width: 282px;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
    position: relative;
}

.new_product ul li .title {
    line-height: 30px;
}

.new_product ul li:nth-child(4n) {
    margin-right: 0;
}

.new_product ul li img {
    width: 282px;
    height: 424px;
    overflow: hidden;
    display: block;
    transition: all .2s ease-in-out;
}

.new_product ul li .hover_img {
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    visibility: hidden;
    transform: scale(1.03);
    transition: all .2s ease-in-out;
}

.new_product ul li:hover img.hover_img {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

/*************** new_product ed *********************/
/*************** in_banner st *********************/
.in_banner {
    width: 100%;
    height: 250px;
    line-height: 42px;
    position: relative;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
    background-size: cover;
}

.column {
    width: 1200px;
    margin: 0 auto;
}

.column h2 {
    font-size: 34px;
    padding: 70px 0 6px;
}

.column .eng {
    font-family: arial;
    font-size: 32px;
}

.column .line {
    width: 50px;
    height: 2px;
    display: block;
    background: #fff;
}

/*************** in_banner ed *********************/
/*************** sub_menu st *********************/
.sub_menu {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.sub_menu ul {
    width: 1200px;
    margin: 0 auto;
}

.sub_menu li {
    width: 200px;
    height: 60px;
    float: left;
    text-align: center;
    border-right: 1px solid #dddddd;
    position: relative;
    transition: all .3s ease-in-out 0s;
}

.sub_menu li:first-child {
    border-left: 1px solid #ddd;
}

.sub_menu li a {
    display: block;
    font-size: 18px;
}

.sub_menu li a:hover,
.sub_menu li.sel a {
    color: #fff;
}

.sub_menu li:hover,
.sub_menu li.sel {
    background: #f37b1d;
}

.sub_menu li a span {
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    /* 三角形宽度的一半 */
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #f0f0f0;
    opacity: 0;
    /* 初始状态设置为透明 */
    transition: opacity 0.3s ease, border-top-color 0.3s ease;
    /* 下三角的过渡效果 */

}

.sub_menu li:hover a span,
.sub_menu li.sel a span {
    opacity: 1;
    /* 鼠标悬停时设置为不透明 */
    border-top-color: #f37b1d;
    /* 鼠标悬停时改变三角形颜色 */
}

/*************** sub_menu ed *********************/
/*************** nav st *********************/
.breadcrumbs {
    width: 1200px;
    margin: 0 auto;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
}

.breadcrumbs span {
    background: url('../images/sprite.png') no-repeat;
    background-position: 0 0;
    width: 18px;
    height: 19px;
    padding-left: 30px;
}

/*************** nav ed *********************/
/*************** content st *********************/
.content {
    width: 100%;
    min-height: 285px;
    background-color: #fffaf4;
    padding: 0 0 40px;
}

.aboutpage {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 40px;
    color: #333;
    line-height: 28px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/*************** content ed *********************/
/*************** productPage st *********************/
.productPage {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.productPage ul {
    overflow: hidden;
}

.productPage ul li {
    width: 282px;
    float: left;
    margin-right: 24px;
    margin-bottom: 24px;
    position: relative;
}

.productPage ul li .title {
    line-height: 30px;
}

.productPage ul li:nth-child(4n) {
    margin-right: 0;
}

.productPage ul li img {
    width: 282px;
    height: 424px;
    overflow: hidden;
    display: block;
    transition: all .2s ease-in-out;
}

.productPage ul li .hover_img {
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    visibility: hidden;
    transform: scale(1.03);
    transition: all .2s ease-in-out;
}

.productPage ul li:hover img.hover_img {
    opacity: 1;
    transform: scale(1);
    visibility: visible
}

/*************** productPage ed *********************/
/*************** detail st *********************/
.detail {
    width: 1200px;
    margin: 0 auto;
    padding: 40px;
    overflow: hidden;
    background-color: #fff;
    color: #333;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.detail h2 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
}

.detail .mark {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 15px 0 20px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
}
.detail .mark span
{
  margin: 0 10px;
  font-size: 12px;
  color: #666;
}
.detail .detail_cont{
    overflow: hidden;
}

/*************** productDetail ed *********************/

/*news st*/
.news{
    width:1200px;
    margin:0px auto 30px;
}
.news ul li{
   border-bottom:1px solid #dddddd;
}
.news ul li .nlrec{
    display:block;
   overflow: hidden;
    padding: 30px 20px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.news ul li .nlrec:hover{
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.news ul li .nlrec .cont{
    overflow:hidden;
}
.news ul li .nlrec .cont .img{
    width:200px;
    overflow:hidden;
    float:left;
    font-size:0px;
}
.news ul li .nlrec .cont .info{
    float:left;
    overflow:hidden;
    width:900px;
    margin-left:40px;
    height: 153px;
    position: relative;
}
.news ul li .nlrec .cont .info .tit{
   font-size: 20px;
    font-weight: bold;
    text-align:left;
    margin-bottom: 5px;
}
.news ul li .nlrec .cont .info .art{
    line-height:1.8em;
    overflow:hidden;
}
.news ul li .nlrec .cont .info .hits{
    height:40px;
    line-height:40px;
    text-align:left;
    position: absolute;
    bottom: 0;
    font-size: 14px;
}

/*news end*/
/*mainCont st*/
.mainCont {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 40px;
    color: #333;
    line-height: 28px;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
/*mainCont ed*/


/**************** contact st *************************/

.contact {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 50px 40px 10px;
}
.contact ul {
    overflow: hidden;
}
.contact ul li{
    overflow: hidden;
    margin-bottom: 30px;
}
.contact ul li .img{
    width: 60px;
    float: left;
}
.contact ul li .dec{
    width: 760px;
    float: left;
}
.contact ul li .dec .zh{
    line-height: 40px;
    font-size: 18px;
    color: #555;
}
.contact ul li .dec .en{
    font-size: 14px;
    color: #8b8b8b;
}
/**************** contact ed *************************/

