@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: 'montserratlight';
    src: url('montserrat-light-webfont.eot');
    src: url('montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('montserrat-light-webfont.woff2') format('woff2'),
    url('montserrat-light-webfont.woff') format('woff'),
    url('montserrat-light-webfont.ttf') format('truetype'),
    url('montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('montserrat_semi_bold-webfont.eot');
    src: url('montserrat_semi_bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('montserrat_semi_bold-webfont.woff2') format('woff2'),
    url('montserrat_semi_bold-webfont.woff') format('woff'),
    url('montserrat_semi_bold-webfont.ttf') format('truetype'),
    url('montserrat_semi_bold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Conv_Montserrat-Hairline';
    src: url('fonts/Montserrat-Hairline.eot');
    src: local('☺'), url('fonts/Montserrat-Hairline.woff') format('woff'), url('fonts/Montserrat-Hairline.ttf') format('truetype'), url('fonts/Montserrat-Hairline.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Montserrat-Bold';
    src: url('fonts/Montserrat-Bold.eot');
    src: local('☺'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype'), url('fonts/Montserrat-Bold.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_Montserrat-Black';
    src: url('fonts/Montserrat-Black.eot');
    src: local('☺'), url('fonts/Montserrat-Black.woff') format('woff'), url('fonts/Montserrat-Black.ttf') format('truetype'), url('fonts/Montserrat-Black.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*common-css*/
body {
    overflow-x: hidden
}

* {
    list-style: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'montserratlight';
}

h1,h2,h3,h4{font-family: 'Conv_Montserrat-Bold';}
img {
    border: none
}

input, button {
    border: none;
    outline: none;
}

a, a:hover, a:focus {
    text-decoration: none;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pdr-0 {
    padding-right: 0;
}

.pdl-0 {
    padding-left: 0;
}

.clearfix {
    clear: both
}

.left {
    float: left
}

.right {
    float: right
}

/*----------------------------------------------------
/  Header
------------------------------------------------------*/
header {
    position: fixed;
    background: #151515;
    height: 87px;
    z-index: 99;
}

header .logo {
    display: block;
    float: left;
}

header .logo img {
    display: block;
    width: 100%;
}

header nav {
    float: left;
    text-align: center;
    margin-left: 5%;
}

header nav ul li {
    display: inline-block;
    position: relative;
}

header nav ul li a {
    position: relative;
    display: inline-block;
    padding: 31px;
    color: #fff;
    text-transform: uppercase;
    transition: all .5s ease;
}

header nav ul li a:after {
    position: absolute;
    width: 0;
    height: 1px;
    content: '';
    background: #151515;
    left: 0;
    right: 0;
    bottom: -5px;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

header nav ul li a:hover {
    color: #fcb814;
    text-decoration: none;
}

header nav ul li i {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 15px;
}

header nav .sub_menu {
    background: #fcb814;
    width: 200px;
    z-index: 9;
    text-align: left;
    padding: 25px 20px 13px;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    margin: auto;
    position: absolute;
    right: 0;
    top: 100px;
    transform: translateX(-50%);
}

header nav .sub_menu:before {
    content: '';
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fcb814;
    z-index: 10;
}

header nav .sub_menu li {
    margin: 0;
    padding: 0 0 13px;
    display: block;
}

header nav .sub_menu li a {
    font-size: 14px;
    line-height: 1.5;
    display: inline-block;
    color: #151515;
    text-align: left;
    padding: 0;
}

header nav .sub_menu li:hover a {
    color: #fff;
}

header nav ul li:hover .sub_menu {
    visibility: visible;
    opacity: 1;
    top: 87px;
}

header .nav_right {
    float: right;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 87px;
    margin-right: 5%;
}

header .nav_right a {
    display: inline-block;
    font-size: 14px;
    background: #fcb814;
    color: #151515;
    padding: 10px 24px;
    border-radius: 3px;
    transition: all .5s ease;
}

header .nav_right a:hover {
    background: #e5a612;
}

header .nav_right span {
    color: #fff;
    margin: 0 30px;
}

header .nav_right span i {
    color: #fcb814;
    margin-right: 10px;
}

header .nav_right form {
    position: relative;
}

header .nav_right input {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    background: none;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
    font-weight: 300;
}

header .nav_right button {
    padding: 0 0;
    outline: none;
    border: none;
    background: transparent;
    font-size: 16px;
    line-height: .9;
    color: #fcb814;
    position: absolute;
    height: 100%;
    text-transform: uppercase;
    right: 10px;
    top: -6px;
    text-align: center;
    cursor: pointer;
    transition: all ease 400ms;
    -webkit-transition: all ease 400ms;
    -moz-transition: all ease 400ms;
}

header .language {
    position: absolute;
    right: 0;
}

header .language .cn {
    display: none;
    position: absolute;
    padding: 15px;
    background: #2e2e2e;
    color: #fff;
}

header .language span {
    position: relative;
    display: inline-block;
    line-height: 87px;
    padding: 0 15px;
    background: #2e2e2e;
    color: #fff;
}

header .language span i {
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: 15px;
    color: #fcb814;
}

.header .menu-icon {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 25px;
    right: 4%;

    transition: all .5s ease;
}



header .mobile-menu .sub_menu li {
    border: none;
    padding: 0;
    background: transparent;
}

header nav.mobile-menu ul li i {
    bottom: 2px;
}

.seat {
    height: 87px;
}


.menu-icon img.menu-close {
    display: none;
}
/*----------------------------------------------------
/  index_product
------------------------------------------------------*/
#banner1{ display:none}
.index-banner-text{ position:absolute; width:1200px; margin-left:-600px; left:50%; top:195px; text-align:center}
.banner-text-title{ font-size:36px; display:inline-block; text-transform:uppercase; color:#151515;font-family: 'Conv_Montserrat-Bold'; background:#fcb814; line-height:51px; padding:0 10px; margin-bottom:20px}
.index-banner-text p{
	font-size: 24px;
	display: inline-block;
	color: #fff;
	background: #151515;
	line-height: 26px;
	padding: 0 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.index-banner-text a{
    transition: all .5s ease;
    display:block;
    padding: 10px 0px;
    background: #fcb814;
    color: #151515;
   margin:45px auto 0; width:170px; text-align:center
}
.index-banner-text a:hover{ color:#fff;}
.bg-grey h2 {
    position: relative;
    padding-bottom: 15px;
}

.bg-grey h2:after {
    content: '';
    left: 50%;
    margin-left: -50px;
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 4px;
    background: #151515;
}

.bg-grey p {
    color: #151515;
    font-weight: bold;
    margin-top: 15px;
}

/*----------------------------------------------------
/  index_about
------------------------------------------------------*/
.index_about {
    text-align: center;
    background: url("../images/videoBg.jpg") no-repeat center;
    background-size: cover;
    padding: 50px 0;
}

.index_about .about-item {
    padding: 80px 0;
}

.index_about .about-item .about-title {
    position: relative;
    font-size: 30px;
    
    text-transform: uppercase;
    color: #fcb814;
    text-align: center;
    padding-bottom: 15px;
    line-height: 30px;font-family: 'Conv_Montserrat-Bold';
}

.index_about .about-item .about-title:after {
    content: '';
    left: 50%;
    margin-left: -30px;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #151515;
}

.index_about .about-item p {
    text-align: center;
    margin-top: 20px;
}

.index_about .readMore {
    transition: all .5s ease;
    display: inline-block;
    padding: 10px 25px;
    background: #fcb814;
    color: #151515;
    text-transform: uppercase;
}

.index_about .readMore:hover {
    background: #e5a612;
    color: #fff;
}

/*----------------------------------------------------
/  index_video
------------------------------------------------------*/
.index_video {
    padding: 0;
}

.index_video .company_video {
    position: relative;
}

.index_video .company_video .company_video_title {
    position: absolute;
    text-transform: uppercase;
    width: 66%;
    top: 60px;
    height: 80px;
    line-height: 80px;
    background: #fcb814;
    color: #151515;
    font-size: 30px;
    font-family: 'Conv_Montserrat-Bold';
    text-align: center;
}

.index_video .company_video .company_video_title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 80px 80px 0;
    border-style: solid;
    border-color: #fcb814 transparent transparent;
    position: absolute;
    top: 0;
    right: -80px;
}

.index_video .company_video .fa {
    color: #fcb814;
    font-size: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -50px;
}

.index_video .index_news {
}

.index_video .index_news .index_news_text {
    position: absolute;
    top: 50px;
    width: 80%;
    padding-left: 50px;
    text-align: left;
}

.index_video .index_news span {
    color: #fcb814;
}

.index_video .index_news h4 {
    color: #fcb814;
}

.index_video .index_news p {
    color: #fff;
}

.index_video .index_news .index_news_title {
    position: absolute;
    text-transform: uppercase;
    width: 66%;
    bottom: 60px;
    right: 0;
    height: 80px;
    line-height: 80px;
    background: #fcb814;
    color: #151515;
    font-size: 30px;
   font-family: 'Conv_Montserrat-Bold';
    text-align: center;
}

.index_video .index_news .index_news_title:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 80px 80px 0;
    border-style: solid;
    border-color: #fcb814 transparent transparent;
    position: absolute;
    top: 0;
    left: -80px;
}
.company_video_title br,.index_news_title br{ display:none}
/*----------------------------------------------------
/  footer
------------------------------------------------------*/
.footer {
    background: #151515;
    border-top: 3px solid #fcb814;
    padding-bottom: 0;
}

.footer .footer_contact {

}

.footer .footer_contact ul {
    margin-top: 30px;
}

.footer .footer_contact ul li {
    font-size: 14px;
    color: #d0d0d0;
    line-height: 24px;
    display: block;
    margin-bottom: 15px;
    padding-left: 28px;
    background-position-x: left;
    background-position-y: 5px;
}

.footer .footer_contact ul li.footer_map {
    background: url(../images/footer_map.png) no-repeat left center;
}

.footer .footer_contact ul li.footer_mobile {
    background: url(../images/footer_mobile.png) no-repeat left center;;
}

.footer .footer_contact ul li.footer_tel {
    background: url(../images/footer_tel.png) no-repeat left center;;
}

.footer .footer_contact ul li.footer_email {
    background: url(../images/footer_email.png) no-repeat left center;;
}

.footer .footer_contact img {
    margin-top: -15px;
}


.footer .footer_catalog h3,
.footer .footer_follow h3 {
    color: #fcb814;
    font-weight: bold;
    text-transform: uppercase;
}

.footer .footer_catalog ul li {
    line-height: 2;
}

.footer .footer_catalog ul li a {
    color: #c2c2c2;
    text-decoration-line: underline;
}

.footer .footer_follow ul {
    text-align: left;
}

.footer .footer_follow ul li {
    display: inline-block;
    margin: 10px;
}

.footer .footer_follow ul li a {
    color: #fcb814;
    font-size: 30px;
}

.footer .footer_copyRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #fcb814;
    margin-top: 15px;
    font-size: 13px;
}

.footer .footer_copyRight p {
    color: #fcb814;
}

.footer .footer_copyRight a {
    color: #6c6c6c;
}

/*----------------------------------------------------
/  about
------------------------------------------------------*/

.public_banner {
    padding: 100px 0;
}

.about_banner {
    background: url("../images/about_banner.png") no-repeat center;
    background-size: 100% 100%;
}

.public_banner .public_text {
    padding: 60px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.public_banner .public_text .public_title {
    font-size: 40px;
    font-family: 'Conv_Montserrat-Bold';
    color: #151515;
    padding: 10px;
    display: inline-block;
    background: #fcb814;
    margin-bottom: 15px;
}

.public_banner .public_text p {
	display: inline-block;
	color: #fff;
	margin: 5px auto;
	font-size: 16px;
	background: #151515;
	text-transform: uppercase;
}

.about_company {
	background: url("../images/about_company_bg.jpg") no-repeat center;
	background-size: 100% 100%;
}

.about_text_title {
    position: relative;
    font-size: 30px;
    color: #fcb814;
  font-family: 'Conv_Montserrat-Bold';
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.about_text_title:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #151515;
}

.about_text p {
    color: #151515;
}

.about_company .about_video {
    position: relative;
}

.about_company .about_video i {
    color: #fcb814;
    font-size: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

.introduction h4 {
    margin-top: 20px;
}

.introduction p {
    color: #151515;
    padding-right: 50px;
}

.about_contact {
    padding-top: 0;
}

.about_contact_text {
    background: #fcb814;
    padding: 30px 0;
    text-align: center;
}

.about_contact_text .about_contact_title {
    width: 60%;
    margin: auto;
    text-transform: uppercase;
    font-size: 30px;
    color: #fff;
    text-align: center;font-family: 'Conv_Montserrat-Bold';
}

.about_contact_text a {
    transition: all .5s ease;
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.about_contact_text a:hover {
    background: #fff;
    color: #fcb814;
}

/*----------------------------------------------------
/  product
------------------------------------------------------*/

.product {
    padding-top: 0; border-top:3px solid #fcb814
}

.product_bg {
    background: url("../images/product_banenr.png") no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0;
}

.product_bg .product_title {
    position: relative;
    display: inline-block;
    padding: 25px 0;
    text-transform: uppercase;
    font-size: 30px;
    color: #fcb814;
    font-family: 'Conv_Montserrat-Bold';
}

.product_bg .product_title:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #151515;
}

.product_desc_bg {
    background: url("../images/product_list_bg.jpg") no-repeat center;
    background-size: 100% 100%;
    padding: 50px 0;
}

.product_desc_bg .product_desc {
    padding: 50px 0;
}

.product_desc_bg .product_desc p {
    color: #000;
}

.product_item .product_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
}

.product_item .product_tab span {
    color: #151515;
    text-transform: uppercase;
}

.product_item .product_tab .select {
    position: relative;
}

.product_item .product_tab .selectpicker {
    width: 300px;
    height: 40px;
    text-indent: 15px;
    border: 1px solid #151515;
    outline: none; background:url(../images/select_bg.jpg) no-repeat right center
}

.product_item .product_tab .selectpicker option {
    text-indent: 15px;
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

select::-ms-expand {
    display: none;
}

.product_item .product_tab .fa {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #151515;
    color: #151515;
    text-align: center;
}

.product_text {
    background: #ebebeb;
    padding: 10px;
}

.list_item {
    margin-bottom: 30px;
}

.list_item img {
    width: 100%;
    display: block;
    border: 1px solid #ebebeb;
}

.product_text h5 {
    color: #151515;
    margin-bottom: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product_text p {
    font-size: 13px;
    color: #b2a9a5;
}

.list_item:hover img {
    border: 1px solid #fcb814;
}

.list_item:hover .product_text {
    background: #fcb814;
}

.list_item:hover .product_text h5 {
    color: #fff;
}

.list_item:hover .product_text p {
    color: #fff;
}

.more-page {
    text-align: center;
    margin: 50px 0;
}

.more-page a {
    line-height: 46px;
    height: 46px;
    width: 30px;
    text-align: center;
    display: inline-block;
    font-family: 'Conv_AvenirNextLTPro-Regular';
    color: #000;
    font-size: 22px;
}

.more-page a.page-prev, .more-page a.page-next {
    width: 54px;
    background: #fff;
    color: #444;
    font-size: 40px;
    font-family: "宋体";
    font-style: normal;
    height: 54px;
    line-height: 54px;
    margin-right: 40px;
    border: 2px solid #000
}

.more-page a.page-next {
    margin-left: 40px;
    margin-right: 0px;
}

.more-page a.current-page {
    color: #767676;
    text-decoration: underline;
}

.more-page a.page-prev:hover, .more-page a.page-next:hover {
    background: #000;
    color: #fff;
    transition: 0.5s;
}

.more-page a:hover {
    color: #767676;
    transition: 0.5s;
}

/*----------------------------------------------------
/  product_detail
------------------------------------------------------*/

.product_detail {
    background: url("../images/product_desc_bg.jpg") no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 130px; padding-top:50; border-top:3px solid #fcb814
}

.product_desc_img img {
    display: block;
    width: 100%;
}

.product_desc_title {
    font-size: 30px;
    font-family: 'Conv_Montserrat-Bold';
    text-transform: uppercase;
    color: #151515;
    margin-bottom: 25px;
}

.product_desc_title span {
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    color: #fcb814;
    margin-right: 25px;
}

.product_desc_title span:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #151515;
}

.product_desc_text h4, .product_desc_text p {
    color: #151515;
}

.product_desc_text ul {
    text-align: left;
    margin-top: 25px;
}

.product_desc_text ul li {
    display: inline-block;
    padding: 10px 25px;
    margin-right: 20px;
    background: #fcb814;
    color: #fff;
}

.product_desc_text ul li:nth-child(2) {
    background: #151515;
}

.product_desc_text ul li a {
    float: right;
    display: block;
    margin-left: 10px;
    color: #fff;
}

.product_desc_text ul li .fa {
    font-size: 20px;
}

.product_second_desc {
    padding-top: 0;
}

.product_second_title {
    height: 70px;
    line-height: 70px;
    background: #fcb814;
    color: #151515;
    margin-bottom: 40px;
    margin-top: -35px;
}

.product_detail_desc {
    padding-bottom: 50px;
}

.product_second_title h3 {
    line-height: 73px;
    text-indent: 30px;
}

.product_detail_desc p {
    color: #151515;
}

.product_detail_desc p.strong {
    color: #151515;
    font-weight: bold;
    margin: 50px 0;
}

/*----------------------------------------------------
/  news
------------------------------------------------------*/
.news_banner {
    background: url("../images/news_banner.jpg") no-repeat center;
    background-size: 100% 100%;
}

.news_item {
    margin-bottom: 30px;
}

.news_item .news_title:hover h5 {
    color: #fcb814;
}

.news_item .news_img img {
    display: block;
    width: 100%;
}

.news_item .news_text span {
    font-size: 12px;
    color: #919191;
}

.news_item .news_text p {
    color: #151515;
    font-size: 13px;
}

.news_item .news_text a {
    display: inline-block;
    padding: 8px 24px;
    border: 1px solid #151515;
    color: #151515;
    margin-top: 15px;
    font-size: 14px;
    text-transform: uppercase;
}

.news_item .news_text a:hover {
    border: 1px solid #fcb814;
    background: #fcb814;
    color: #fff;
}

/*----------------------------------------------------
/  news_detail
------------------------------------------------------*/
.news_detail {
    padding-bottom: 100px;
}

.news_detail_title {
    padding-bottom: 10px;
    border-bottom: 3px solid #151515;
}

.news_detail_title h3 {
    text-align: center;
    margin-bottom: 10px;
}

.news_detail_title span {
    display: block;
    text-align: center;
    color: #919191;
    font-size: 13px;
}

.news_detail p {
    margin-top: 30px;
    font-size: 14px;
    color: #151515;
}

.news_detail img {
    display: block;
    width: 60%;
    margin: auto;
    margin-top: 50px;
}

/*----------------------------------------------------
/  contact
------------------------------------------------------*/
.contact_banner {
    background: url("../images/contact_banner.jpg") no-repeat center;
    background-size: 100% 100%;
}

.contact {
    background: url("../images/product_desc_bg.jpg") no-repeat center;
    background-size: 100% 100%;
}

.contact h2 {
    position: relative;
    text-transform: uppercase;
    color: #fcb814;
    text-shadow: inherit;
    padding-bottom: 15px;
    margin-bottom: 50px;
}

.contact h2:after {
    content: '';
    left: 0;
    position: absolute;
    bottom: 0;
    width: 60px;
    height: 4px;
    background: #151515;
}

.contact .contact_info {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #151515;
}

.contact .contact_message {
    font-size: 16px;
    font-weight: bold;
    color: #151515;
}

.contact h4 {
    color: #fcb814;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #151515;
}

.contact p {
    font-size: 16px;
    color: #151515;
    font-weight: bold;
}
