@charset "utf-8";
/*reset*/

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0px;
	padding: 0px;
}
html {
	font-size: 62.5%;
}
body {
	background-color: #fff;
	font-family: "微软雅黑", "Microsoft Yahei","Arial";
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	overflow-x: hidden;
    word-wrap: break-word;
    min-width: 1230px;
    max-width: 1920px;
    font-size: 14px;
    margin: auto;
}

img {
	border: none;
	vertical-align: middle;
}
a{
    color: #333;
    text-decoration: none;
    text-decoration: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

input, textarea, select, button {
	outline: none;
	vertical-align: middle;
	font-size: inherit;
	font-family: inherit;
}
textarea {
	resize: none;
	overflow-y: auto;
}
input[type="submit"], input[type="reset"], input[type="button"], button {
	cursor: pointer;
	-webkit-appearance: none;
}
hr {
	height: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
	margin: 0;
	color: #ddd;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
}
ul, ol, li {
	list-style: none;
	-webkit-padding-start: 0
}
dt, dd {
	padding: 0;
	margin: 0;
	list-style: none;
}
i, em, cite {
    font-style: normal;
}


.clear{
	clear: both;
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
#think_page_trace_open{
    display: none;
}

/*header*/
.tel {
    text-align: left;
}
.header {
    height: 138px;
    background: #fff;
    z-index: 1300;
    position: relative;
}
.header a {
    color: #666;
}

.header a:hover {
    color: #b77046;
}
.header .block {
    position: relative;
    height: 100%;
    width: 100%;
    max-width:1400px;
    min-width: 1200px;
    margin: 0 auto;
}
.header .logo {
    position: absolute;
    left: 20px;
    top: 25px;
}
.header .logo img{
	height: 80px;
    padding-top:4px; 
}
.header .logo a.link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    outline: none;
}
.header .rt {
    position: absolute;
    right: 20px;
    top: 50px;
}
.header .rt .tel {
    float: left;
    font-size: 16px;
    font-family: Arial;
}
.header .rt .tel span {
    margin-left: 20px;
}
.header .rt .lang {
    font-size: 14px;
    float: left;
}
.header .rt .lang a{
	margin-left: 20px;
}
.header .nav_main2 {
    position: absolute;
    right: 20px;
    top: 84px;
    font-size: 18px;
    color: #474747;
    height: 54px;
}
.header .nav_main2 a {
    margin: 0 0 0 30px;
}
.header .nav_main2 ul li {
    float: left;
}

/*index页面*/
/*banner*/
.Ibanner img{
    width: 100%;
}
/*
.swiper-slide img{
	width: 100%;
}
*/

/*公告*/
.index_notice {
    line-height: 50px;
    background-color: #fff;
    border-bottom: 2px #e1e1e1 solid;
    margin-top: 12px;
    /*padding-left: 20px;*/
    color: #333333;
    font-size: 15px;
}
.index_notice ul {
    width: 1200px;
    list-style: none;
    margin: 0 auto;
    height: 50px;
    overflow: hidden;
}
.notice-title {
    display: block;
    width: 80px;
    float: left;
    line-height: 50px;
}
.index_notice li {
    display: block;
    line-height: 50px;
    padding-left: 25px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index_notice li:nth-of-type(1){
    padding-left: 0;
}
.index_notice li a:hover {
    text-decoration: none;
    color: #b77046;
}

/*项目*/
.new_service {
    width: 100%;
    height: auto;
    display: table;
    padding-top: 45px;
}
.new_service_con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.new_ser_title {
    text-align: center;
    font-size: 36px;
    color: #b77046;
    line-height: 70px;
}
.new_service_line {
    width: 150px;
    height: 1px;
    background: #ccc;
    margin: 0 auto;
}
.new_service_line i {
    display: block;
    margin: -0.5px auto;
}
.new_ser_title1 {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    margin-top: 5px;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;
}
.new_serTit {
    font-size: 20px;
    color: #333;
}
.new_ser_title1 a {
    color: #000;
}
.new_ser_pic {
    height: auto;
    margin-top: 20px;
}
.new_ser_pica {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.new_ser_pica:hover{
    box-shadow: 0 0 30px #ccc;
    margin-top: -10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.new_ser_pic1 {
    width: 214px;
    height: auto;
    margin-right: 10px;
    float: left;
    border: 1px #ccc solid;
    padding: 30px 4px 20px;
}
.new_ser_pic1 .pic1 {
    width: 120px;
    margin: 10px auto;
}
.new_ser_pic1 .pic1 img {
    width: 120px;
}
.new_ser_pic1 h1 {
    text-align: center;
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 40px;
}
.new_ser_pic1 h1 a {
    color: #000;
}
.new_ser_pic1 p {
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 7px;
    color: #666;
}
.new_ser_pic2 {
    width: 214px;
    height: auto;
    margin: 0 10px;
    float: left;
    border: 1px #ccc solid;
    padding: 30px 4px 20px;
}
.new_ser_pic2 .pic2 {
    width: 120px;
    margin: 10px auto;
}
.new_ser_pic2 .pic2 img {
    width: 120px;
}
.new_ser_pic2 h1 {
    text-align: center;
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 40px;
}
.new_ser_pic2 h1 a {
    color: #000;
}
.new_ser_pic2 p {
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 7px;
    color: #666;
}
.new_ser_pic3 {
    width: 214px;
    height: auto;
    margin-left: 10px;
    float: left;
    border: 1px #ccc solid;
    padding: 30px 4px 20px;
}
.new_ser_pic3 .pic3 {
    width: 120px;
    margin: 10px auto;
}
.new_ser_pic3 .pic3 img {
    width: 120px;
}
.new_ser_pic3 h1 {
    text-align: center;
    display: block;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 500;
    line-height: 40px;
}
.new_ser_pic3 h1 a {
    color: #000;
}
.new_ser_pic3 p {
    text-align: center;
    display: block;
    font-size: 13px;
    line-height: 26px;
    padding: 10px 7px;
    color: #666;
}

/*商品展示*/
.inPro{
    width: 1200px;
    margin: 0 auto;
    padding-top:84px;
    overflow: hidden;
}
.inPro .inProTtitle{
    font-size:36px;
    font-weight: 300;
    color: #000;
    text-align: center;
    margin-bottom: 11px;
}
.inPro .inProSogan{
    padding: 0 10%;
    font-weight: 300;
    font-size: 16px;
    color: #727272;
    text-align: center;
}
.inPro .inProMenuBox{
    margin: 30px auto;
}
.inPro .inProMenu{
    display: flex;
    justify-content:center;
}
.inPro .inProMenu .menuItem h3{
    font-size: 14px;
    padding:5px 20px;
    background: #fff;
    color: #727272;
    cursor: pointer;
    font-weight: 300;
    transition: all 0.5s;
}
.inPro .inProMenu .menuItem h3.onMenu{
    background: #b77046;
    color:#ffffff;
}
.inProBox{
    height: 708px;
}
.inPro .inProBox .inProContent{
    text-align: center;
    display: none;
}
.inPro .inProBox .inProContent .inProItem{
    width:292.5px;
    margin:0 10px 10px 0;
    float:left;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.inPro .inProBox .inProContent .inProItem:nth-of-type(4n){
    margin:0 0 10px 0;
}
.inPro .inProBox .inProContent .inProItem .inProItemImg{
    width: 100%;
    overflow: hidden;
}
.inPro .inProBox .inProContent .inProItem .inProItemImg a{
    width: 100%;
    display: block;
}
.inPro .inProBox .inProContent .inProItem .inProItemImg a img{
    width: 100%;
    transform:scale(1,1);
    transition:transform 0.5s;
}
.inPro .inProBox .inProContent .inProItem .inProItemTitle {
    padding: 12px 18px;
    font-size: 18px;
    text-align: center;
}
.inPro .inProBox .inProContent .inProItem .inProItemTitle a{
    font-weight: 300;
    display:block;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap;
}
.inPro .inProBox .inProContent .inProItem:hover a{
    color: #b77046;
}
.inPro .inProBox .inProContent .inProItem:hover img{
    transform:scale(1.05,1.05) !important;
}
.inPro .inProBox .inProContent .inProItem .inProItemTitle p{
    font-weight: 300;
    color: #f96868;
}

/*分割段*/
.index_6 {
    width: 100%;
    margin-top: 52px;
    text-align: center;
    background: url(../images/inbg.jpg) no-repeat center center;
    background-size: 100% 100%;
    box-sizing: border-box; 
    font-size: 100px;
    height: 6.5em;
}
.index_6 p{
    color: #fff;
    letter-spacing: 0.1em;
}
.index_6 p:nth-of-type(1){
    font-size: 1em;
    width: 5.5em;
    margin:0 auto; 
    border-bottom: 0.04em solid #fff;
    line-height: normal;
    padding-top: 0.58em;
    margin-bottom: 0.04em;
    padding-bottom: 0.12em;
}
.index_6 p:nth-of-type(2){
    font-size: 0.6em;
    margin-bottom: 0.2em;
}
.index_6 p:nth-of-type(3){
    font-size: 0.6em;
    width: 8.3em;
    margin:0 auto;
    height: 1.2em;
    line-height: 1.2em;
    color: #000;
    background:#fff; 
    margin-bottom:0.33em; 
}
.index_6 p:nth-of-type(4),.index_6 p:nth-of-type(5){
    font-size: 0.6em;
    width: 11em;
    margin:0 auto;
}
.index_6 p:nth-of-type(4) span,.index_6 p:nth-of-type(5) span{
    width: 44%;
    display: inline-block;
    text-align: left;
}
.index_6 p:nth-of-type(4) span:nth-of-type(2),.index_6 p:nth-of-type(5) span:nth-of-type(2){
    margin-left: 12%;
}

/*合作伙伴*/
.idx_tit1 {
    text-align: center;
    margin-top: 86px;
}
.idx_tit1 b {
    color: #595757;
    font-size: 36px;
    line-height: 40px;
    position: relative;
    font-weight: normal;
    border-bottom: 1px solid #898989;
    padding-bottom: 15px;
    margin-top: 22px;
}
.idx_tit1 p {
    margin-top: 34px;
    font-size: 18px;
    color: #666;
}
.index_customer ul {
    width: 1200px;
    margin: 30px auto;
}
.index_customer ul li {
    width: 200px;
    float: left;
    overflow: hidden;
}
.index_customer ul li a{
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    cursor: default;
    border: 1px #eee solid;
}
.index_customer ul li img {
    display: block;
    width: 198px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.index_customer ul li a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*经历*/
.index_number {
    width: 100%;
    margin: 20px auto;
    text-align: left;
    background: #272727;
    overflow: hidden;

}
.main_red {
    width: 100%;
    height: 220px;
    background-size: cover;
    padding: 30px;
    box-sizing: border-box;
}
.time_bg {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 20px 0;
}
.time_bg ul li {
    float: left;
    width: 300px;
    position: relative;
}
.xyNumber {
    font-size: 80px;
    margin: 0;
    text-align: center;
    line-height: 90px;
    font-family: "KaiTi";
    font-weight: normal;
}
.time_bg ul li span {
    position: absolute;
    top: 10px;
    right: 75px;
    font-size: 30px;
    display: block;
}
.index_number p {
    font-size: 18px;
    text-align: center;
    margin: 10px;
    display: block;
}
.time_bg ul li span.xyj3 {
    right: 25px;
}

/*新闻*/
.new_news {
    width: 100%;
    height: auto;
    display: table;
    padding-bottom: 30px;
    border-bottom: 2px #ccc solid;
}
.new_news .idx_tit1 p a{
    display: inline-block;
    line-height: 35px;
    padding: 0 15px;
    font-size: 16px;
    margin: 0 2px;
}
.new_news .idx_tit1 p a.tabon{
    background: #b77046;
    color: #fff;
}
.addtabcur {
    background: #ff7300 !important;
    color: #fff !important;
}
.new_news_con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.n_p {
    margin-bottom: 45px;
}
.n_p ul{
    display: none;
    min-height: 230px;
}
.n_p ul li {
    width: 370px;
    float: left;
    margin: 20px 30px 0 0;
}
.n_p ul li i {
    float: left;
    width: 75px;
    height: 68px;
    padding-top: 7px;
    background: #b77046;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.n_p ul li i b {
    font-size: 40px;
    line-height: 33px;
    color: #fff;
    font-weight: normal;
}
.n_p ul li p {
    float: left;
    width: 275px;
    margin-left: 20px;
    font-size: 14px;
}
.n_p ul li p a {
    color: #666;
    display: block;
    font-size: 16px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.n_p ul li p span {
    color: #999;
    display: block;
}
.n_p ul li:after {
    display: block;
    content: ".";
    overflow: hidden;
    height: 0;
    clear: both;
}
.caseMore {
    display: block;
    line-height: 40px;
    width: 233px;
    margin: 30px auto 0;
    font-size: 22px;
    border: 1px #666 solid;
    color: #666;
    text-align: center;
}
.caseMore:hover {
    border: 1px #b77046 solid;
    background: #b77046;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*底部一*/
.foot_01 {
    font-size: 12px;
    width: 100%;
    height: auto;
    background: #fff;
    margin-top: 50px;
    text-align: center;
    border-top:2px solid #b5b5b5;
}
.f01 {
    width: 1200px;
    margin: 0 auto;
}
.f01 .fp1 {
    padding-top: 5em;
}
.f01 .fp2 {
    font-size: 2.3em;
    line-height: 2.2em;
    word-spacing: 2px;
    letter-spacing: 2px;
}
.f01 .fp3 {
    font-weight: bold;
    color: #b77046;
}
.f01 .fp4 {
    font-size: 1.5em;
    color: #696969;
    margin-top: 0.8em;
}
.f01 .fp5 {
    font-size: 1.5em;
    color: #696969;
    margin-bottom: 3.5em;
}

/*底部二*/
.foot_02 {
    font-size: 12px;
    border-top: 2px solid #b5b5b5;
    width: 100%;
    height: auto;
    display: table;
    margin-bottom: 3em;
}
.foot_02 .f02_main {
    width: 57.8%;
    height: auto;
    margin: 0 auto;
    display: table;
    min-width: 1100px;
}

.f02left {
    width: 97%;
    margin-top: 3em;
}
.foot_02 .f02_main .f02list {
    float: left;
    padding: 17px;
    width: 90px;
}
.foot_02 .f02_main .f02list .f02c {
    font-size: 1.7em;
    line-height: 1.5em;
    text-align: center;
    word-spacing: 3px;
    letter-spacing: 3px;
}
.foot_02 .f02_main .f02list .f02cb {
    text-align: center;
    color: #b77046;
}
.foot_02 .f02_main .f02list ul {
    margin-top: 0.3em;
}
.foot_02 .f02_main .f02list ul li {
    text-align: center;
    line-height: 2em;
}
.foot_02 .f02_main .f02list ul li a {
    font-size: 1.2em;
}
.foot_02 .f02_main .f02cont {
    width: 30%;
    float: left;
    padding: 20px;
    margin-left: 9%;
    border-left: 2px solid #acacac;
}
.foot_02 .f02_main .f02cont .f02co1 {
    font-size: 2.5em;
    word-spacing: 3px;
    letter-spacing: 3px;
}
.foot_02 .f02_main .f02cont .f02co1 e {
    color: #b77046;
}
.foot_02 .f02_main .f02cont .f02co2 {
    margin-top: 1em;
    color: #b9b8b8;
    word-spacing: 1px;
    letter-spacing: 1px;
}
.foot_02 .f02_main .f02cont .f02co3 {
    margin-top: 2.2em;
    font-size: 1.2em;
    color: #696969;
}
.foot_02 .f02_main .f02cont .f02co4 {
    margin-top: 0.2em;
}

/*底部三*/
.foot_03 {
    font-size: 12px;
    line-height: 22px;
    width: 100%;
    border-bottom: 2px solid #bdbcbc;
    padding: 44px 20px;
    background: #272727;
    color:#ccc;
    box-sizing: border-box;
}
.foot_03 .f03main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.foot_03 .f03main .f03l {
    width: 61%;
    float: left;
}
.f03l a{
    color: #ccc;
}
.foot_03 .f03main .f03l .f03l1 {
    font-size: 42px;
    word-spacing: 1px;
    letter-spacing: 1px;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 6px;
}
.f03l2{
    font-size: 16px; 
}
.foot_03 .f03main .f03l .f03l1 e {
    font-size: 16px;
    word-spacing: 1px;
    letter-spacing: 1px;
    font-weight: normal;
}
.foot_03 .f03main .f03l ul {
    font-size: 14px;
}
.foot_03 .f03main .f03l ul li {
    
    word-spacing: 1px;
    letter-spacing: 1px;
}
.foot_03 .f03main .f03r {
    width: 35%;
    float: left;
    margin-left: 4%;
}
.foot_03 .f03main .f03r .f03r1 {
    float: right;
    font-size: 1.5em;
}
.foot_03 .f03main .f03r ul {
    float: right;
    margin-top: 1.8em;
}
.foot_03 .f03main .f03r ul li{
    width: 60px;
    float: left;
    margin-left: 30px;
    transition: all 1s;
    transform: rotate(0);
}

.foot_03 .f03main .f03r ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.foot_03 .f03main .f03r ul li i{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 56px;
    font-size: 30px;
    text-align: center;
    box-sizing: border-box;
    color: #ccc;
    border: 2px solid #ccc;
    border-radius: 50%;
}
.foot_03 .f03main .f03r ul li:first-child {
    margin-left: 0%;
}
.foot_03 .f03main .f03r ul li:hover a{
    transform: rotate(360deg);
}
.foot_03 .f03main .f03r ul li a{
    transition: 1s;
}
.foot_03 .f03main .f03r ul li a img{
    width: 100%;
}
@media(max-width:1280px){
.index_1 ul {width: 49%;}
.nav li a{width:91px;}
.index_8 .index_8_main{width:75%;}
.newli_l{width:104px;height:104px;}
.newli_l .newli_l_2{font-size:3.7em;}
.f01{width:45%;}
.newli_r{width:342px;}
.index_3 ul li .li_con p{top:35%;left:28%;}
.index_3 ul li .li_con2{line-height:2em;}

.scroll{width:78%;}
.index_7 .k1 .k1_1{left:8.5%;}

}

/*关于我们页面*/

.abBanner img{
    width: 100%;
}
.abMenu{
    border-bottom: 1px solid #f0f2f5;
}
.abMenu ul{
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.abMenu ul li a{
    font-size: 14px;
    font-weight: 300;
    padding: 14px;
    display: block;
    color: #90939b;
}
.abMenu ul li a:hover{
    font-size: 14px;
    font-weight: 300;
    padding: 14px;
    display: block;
    color: #7bc91e;
}
.aboutUs{
    text-align: center;
   /* width: 1200px;
    margin: 0 auto;*/
    padding: 60px 0;
}
.aboutUs .aboutUsText h3{
    font-size: 24px;
    margin: 22px 0 11px;
    line-height: 1.2;
}
.aboutUs .aboutUsI{
    width: 100%;
  /*  margin:0 auto; */
    padding:80px 0 56px;
}
.aboutInfo{
    width: 33%;
    float: left;
    position: relative;
}
.aboutInfo:before{
    content: "";
    display: block;
    position: absolute;
    border-right:1px solid #e5e5e5;
    right: 0;
    top: 8px;
    bottom: 16px;
}
.aboutInfo:nth-of-type(3):before{
    content: "";
    display: none;
}
.aboutInfo p{
    font-family: "微软雅黑";
    text-align: center;
    font-weight: 300;
}
.aboutInfo p:nth-of-type(1){
    color: #777777;
    font-size: 74px;
    line-height: 80px;
}
.aboutInfo p:nth-of-type(2){
    font-size:26px;
    color: #e2e2e2;
    line-height: 40px;
}
.aboutUs .aboutUsText p{
    line-height: 2;
    font-size: 14px;
    margin-bottom: 11px;
    font-weight: 300;
}
.aboutUsImg{
    width:1200px;
    padding-top: 20px;
}

/*产品列表页*/
.proBanner img{
    width: 100%;
}
.proNavBox{
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 10px;
}
.proNavBox .proNav ul{
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.proNavBox .proNav ul li a{
    display: block;
    padding: 5px 10px;
    font-size: 16px;
}
.proNavBox .proNav ul li a:hover{
    color:#b77046;
}
a.proMenuOn{
    color:#b77046 !important;
}
.proNavBox .proSearch{
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.proNavBox .proSearch .proSeaInp{
    font-size: 14px;
    width: 100%;
    border-radius: 200px;
    box-sizing: border-box;
    height: 36px;
    transition: all 0.25s;
    border-color: #e4eaec;
    line-height: 36px;
    display: block;
    padding: .429rem .929rem;
    padding-right: 50px;
    color: #76838f;
    border: 1px solid #e4eaec;
    background-color: #fff;
}
.proNavBox .proSearch .proSeaInp::placeholder{
    font-size: 14px;
    color: #a5afc4;
}

.proNavBox .proSearch .proSeaInp:focus{
    border-color:#b77046;
}
.proNavBox .proSearch .proSub{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 12px 0 10px;
    border: none;
    border-radius: 0 200px 200px 0;
    background: 0 0;
}
.proNavBox .proSearch .proSub i{
    font-size:15px;
    color: #333;
    font-weight: bold;
}
.proContainer{
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
}
@media(min-width: 1600px){
    .proContainer{
        width: 1310px;
    }
}
.proContainer .proScreen{
    padding:50px 0; 
}
.proContainer .proScreen ul{
    padding-left:14px; 
}
.proContainer .proScreen ul li{
    float: left;
}
.proContainer .proScreen ul li a{
    display: block;
    padding: 5px 10px;
    margin-right:10px;
    font-size: 14px;
    color: #333;
    line-height: normal;
}
.proContainer .proScreen ul li a:hover{
    color: #b77046;
}
.proContainer .proContentBox{
    padding: 30px 0 0;
}
.proContent{
    min-height: 696px;
}
.proContainer .proContentBox .proContent .proItem{
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 15px;
}
.proContainer .proContentBox .proContent .proItem:nth-of-type(4n+1){
    clear: both;
}
.proContainer .proContentBox .proContent .proItem .proItemImg{
    width: 100%;
}
.proContainer .proContentBox .proContent .proItem .proItemImg a{
    display: block;
    width: 100%;
}
.proContainer .proContentBox .proContent .proItem .proItemImg a img{
    width: 100%;
}
.proContainer .proContentBox .proContent .proItem .proItemTitle{
    padding: 12px 20px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom:30px;
}
.proContainer .proContentBox .proContent .proItem:hover a{
    color:#b77046;
}
.proContainer .proContentBox .proContent .proItem .proItemTitle p{
    color:#f96868;
}
.page{
    text-align: center;
    margin-top: 20px;
}
.page a{
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid #e4eaec;
    border-right:none;
    background: #fff;
    text-align: center;
    color: #76838f;
}
.page a:hover{
    background: #f5f5f5;
}
.page a:last-child{
    border-right: 1px solid #e4eaec;
}
.page .nonePage,.page .nonePage:hover{
    background: #fff;
    color: #ccd5db;
    cursor: default;
}
.page .onPage,.page .onPage:hover{
    background: #f5f5f5;
    color: #76838f;
    cursor: default;
}
.prosearchNo{
    margin-bottom: 20px;
}


/*产品详情页*/
.newContainer .newList .newArticleTitle  h1.proArticleTitle{
    margin-bottom: 20px;
}
.newList ul.nlS{
    min-height: 500px;
}
.newContainer .newAside .newAsideCon .newRec ul li a img{
    width: 100%;
}
.newContainer .newAside .newAsideCon .newRec ul li a p.proTitle{
    margin-top: 10px;
}

/*新闻页*/
.newBody{
    background:#f6f6f6;
}
.newsBanner{
    width: 100%;
}
.newsBanner img{
    width: 100%;
}
.newContainer{
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    position: relative;
}
.newContainer .newList{
    width: 75%;
    box-sizing: border-box;
    min-height: 500px;
    padding: 30px;
    float: left;
    background:#fff; 
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);

}
.newContainer .newList>ul li{
   padding-bottom:30px;
   margin-bottom: 30px;
   border-bottom: 1px solid #f0f2f5; 
}
.newContainer .newList>ul li .newListImg{
    display: table-cell;
    padding-right: 20px;
}
.newContainer .newList>ul li .newListImg a img{
    width: 160px;
    height: 110px;
}
.newContainer .newList>ul li .newListText{
    display: table-cell;
    vertical-align: top;
    text-align: justify;
    font-weight: 300;
}
.newContainer .newList>ul li .newListText h4{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 300;
}
.newContainer .newList>ul li .newListText h4 a:hover{
    color: #b77046;
}
.newContainer .newList>ul li .newListText p.des{
    color: #76838f;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 10px;
    line-height: 1.5;
}
.newContainer .newList>ul li .newListText p.info{
    color: #a3afb7;
    font-size: 13px;
    font-weight: 300;
}
.newContainer .newList>ul li .newListText p.info span{
    margin-right: 10px;
    display: inline-block;
}
.newContainer .newList>ul li .newListText p.info span i{
    font-size: 13px;
    margin-right: 5px;
    display: inline-block;
}

.newContainer .newAside{
    width: 25%;
    float: left;
}

.newContainer .newAside .newAsideCon{
    margin-left: 30px;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    padding: 20px;
}

.newContainer .newAside .newAsideCon .newSearch{
    max-width: 500px;
    margin: 0 auto;
    position: relative;
}
.newContainer .newAside .newAsideCon .newSearch .newSeaInp{
    font-size: 14px;
    width: 100%;
    /*border-radius: 200px;*/
    box-sizing: border-box;
    height: 36px;
    transition: all 0.25s;
    border-color: #e4eaec;
    line-height: 36px;
    display: block;
    padding: .429rem .929rem;
    padding-right: 50px;
    color: #76838f;
    border: 1px solid #e4eaec;
    background-color: #fff;
}
.newContainer .newAside .newAsideCon .newSearch .newSeaInp::placeholder{
    font-size: 14px;
    color: #a5afc4;
}
.newContainer .newAside .newAsideCon .newSearch .newSeaInp:focus{
    border-color:#b77046;
}
.newContainer .newAside .newAsideCon .newSearch .newSub{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding: 0 12px 0 10px;
    border: none;
    border-radius: 0 200px 200px 0;
    background: 0 0;
}
.newContainer .newAside .newAsideCon .newSearch .newSub i{
    font-size:15px;
    color: #333;
    font-weight: bold;
}
.newContainer .newAside .newAsideCon .newRec{
    margin: 20px 0 0;
    padding: 12px 0 0;
    border-top: 1px solid #f0f2f5;
    /*border-bottom: 1px solid #f0f2f5;*/
}
.newContainer .newAside .newAsideCon .newRec h3{
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding-left: 2px;
}
.newContainer .newAside .newAsideCon .newRec ul{
    margin-top: 10px;
}
.newContainer .newAside .newAsideCon .newRec ul li{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #e4eaec;
}
.newContainer .newAside .newAsideCon .newRec ul li a{
    color: #2a333c;
    font-size: 15px;
    display: block;
    overflow:hidden; 
    text-overflow:ellipsis;
    white-space:nowrap; 
    font-weight: 300;
}
.newContainer .newAside .newAsideCon .newRec ul li a:hover{
    color:#b77046;
}
.newContainer .newAside .newAsideCon .newType{
    margin-bottom: 20px;
}
.newContainer .newAside .newAsideCon .newType ul{
    /*padding-top: 10px;*/
}
.newContainer .newAside .newAsideCon .newType ul li{
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-color: #e4eaec;
}
.newContainer .newAside .newAsideCon .newType ul li a{
    font-weight: 300;
    font-size: 14px;
}
.newContainer .newAside .newAsideCon .newType ul li a.newOn{
    color:#b77046;
}
.newContainer .newAside .newAsideCon .newType ul li a:hover{
    color:#b77046;
}

/*新闻详情页*/
.newContainer .newList .newArticleTitle{
    border-bottom: 1px solid #f0f2f5;
}
.newContainer .newList .newArticleTitle  h1{
    font-size: 20px;
    margin-bottom: 5px;
}
.newContainer .newList .newArticleTitle  p.info{
    color: #a3afb7;
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 20px;
}
.newContainer .newList .newArticleTitle  p.info span{
    margin-right: 10px;
    display: inline-block;
}
.newContainer .newList .newArticleTitle  p.info span i{
    font-size: 13px;
    margin-right: 5px;
    display: inline-block;
}
.newContainer .newList .newArticleContent{
    padding: 30px 0;
    box-sizing: border-box;
    min-height: 500px;
}
.newContainer .newList .newArticleContent p{
    line-height: 2;
    font-size: 14px;
    font-weight: 300;
    color: #222;
    text-align: justify;
}
.newContainer .newList .newArticleContent p img,.newContainer .newList .newArticleContent img{
    display: block;
    max-width: 100% !important;
    text-align: center;
    margin:0 auto; 
}
.newContainer .newList .newArticleCTP{
    border-top: 1px solid #f0f2f5;
    padding-top: 20px;
}
.newContainer .newList .newArticleCTP ul li:first-child{
    float: left;
}
.newContainer .newList .newArticleCTP ul li:last-child{
    float: right;
}
.newContainer .newList .newArticleCTP ul li a{
    float: left;
    display: block;
    padding: 10px 20px;
    color: #76838f;
    transition: all .2s ease;
    border: 1px solid #e4eaec;
    border-radius: 1000px;
}
.newContainer .newList .newArticleCTP ul li a:hover{
    border-color: #b77046;
    color: #b77046;
}   
.newContainer .newList .newArticleCTP ul li a.newNo,.newContainer .newList .newArticleCTP ul li a.newNo:hover{
    color: #ccd5db;
    border: 1px solid #e4eaec;
}

/*联系我们*/
.contactContainer{
    width: 1200px;
    margin:0 auto;
    margin-top: 20px;
    padding-bottom: 30px;
    background:url(../images/aboutus.png) no-repeat 124px 310px;
    
}
.contactContainer .contactLfet{
    width: 570px;
    float:left;
}
.contactContainer .contactLfet .contactLeftTitle{
    font-size: 26px;
    margin: 10px 0;
    font-family: inherit;
    font-weight: 300;
    color: #b77046;
    text-rendering: optimizelegibility;
}
.contactContainer .contactLfet .contactLeftInfo {
    width: 270px;
    float: left;
}
.contactContainer .contactLfet .contactLeftInfo:nth-of-type(2){
    margin-left:20px;
}
.contactContainer .contactLfet .contactLeftInfo h4{
    font-size: 18px;
    margin: 10px 0;
    font-family: inherit;
    font-weight: 300;
    line-height: 26px;
    color: #b77046;
    text-rendering: optimizelegibility;
}
.contactContainer .contactLfet .contactLeftInfo p{
    font-size: 16px;
    line-height: 30px;
}
.contactContainer .contactLfet .contactQQ .contactQQDes{
    font-size: 16px;
}
.contactContainer .contactLfet .contactQQ .contactQQLink{
    margin-top: 15px;
    box-sizing: border-box;
}
.contactContainer .contactRight{
    float:left;
    width: 560px;
}
.contactContainer .contactRight .contactRightTitle{
    font-size: 26px;
    margin: 10px 0;
    font-family: inherit;
    font-weight: 300;
    color: #b77046;
    text-rendering: optimizelegibility;
}
.form-light{
    
}
.form-group{
    width: 270px;
    float:left;
}
.form-group:nth-of-type(2){
    margin-left:20px;
}
.form-group label{
    font-size: 16px;
    display: block;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
}
.form-group input{
    margin-top: 10px;
    height: 40px;
    width: 256px;
    padding: 6px 6px;
    text-indent: 1px;
    background-color: #fff;
    border: 1px solid #bbb;
    transition: border linear .2s, box-shadow linear .2s;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 4px;
}
.form-group input::placeholder{
    color:#acacac;
}
.form-groupT label{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
}
.form-groupT textarea{
    margin-top: 10px;
    height: 100px;
    width: 100%;
    padding: 6px 6px;
    text-indent: 1px;
    background-color: #fff;
    border: 1px solid #bbb;
    transition: border linear .2s, box-shadow linear .2s;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 4px;
}
.form-groupT textarea::placeholder{
    color:#acacac;
}
.form-VerIn{
    width: 270px;
    float:left;
}
.form-VerIn label{
    font-size: 16px;
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    line-height: 20px;
    cursor: pointer;
}
.form-VerIn input{
    margin-top: 10px;
    height: 40px;
    width: 256px;
    padding: 6px 6px;
    text-indent: 1px;
    background-color: #fff;
    border: 1px solid #bbb;
    transition: border linear .2s, box-shadow linear .2s;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 4px;
}
.form-VerIn input::placeholder{
    color:#acacac;
}
.form-Ver img{
    margin-top:38px;
}
.btn {
    margin-top: 6px;
    border-radius: 4px;
    padding: 7px 12px;
    text-shadow: none;
    background-image: none;
    border: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    background-color: #b77046;
}
.map-canvas{
    width: 1200px;
    margin: 0 auto 30px;
}

/*定制页*/
.pi_1{
    margin-top: 50px;
    margin-bottom: 78px;
}
.pi_1 p {
    text-align: center;
    margin: 0 auto;
}
.pi_1 .pi_1_2 {
    margin-top: 1.1em;
}
.pi_1 .pi_1_1 {
    font-size: 28px;
    color: #3e3a39;
    letter-spacing: 3px;
    word-spacing: 3px;
    border-bottom: 2px solid #bdbcbc;
    width: 200px;
    line-height: 2em;
    text-align: center;
}
.pi_main{
    width: 100%;
    margin: 0 auto;
}
.pi_min{
    width: 79%;
    margin: 0 auto;
    padding-bottom: 50px;
}
.pi_min ul li {
    float: left;
    width: 33.3%;
    position: relative;
    overflow: hidden;
}
.pi_min ul li:hover .li_con{
    top: 0;
}
.pi_min ul li:hover .li_con2{
    left:0;
}
.pi_min ul li img{
    width: 100%;
}
.pi_min ul li .li_con {
    width: 100%;
    height: 100%;
    background: rgba(128, 230, 215, 0.6);
    position: absolute;
    left: 0;
    top:-100%;
    z-index: 2;
    cursor: pointer;
    transition:all 0.3s linear;
}
.pi_min ul li .li_con > div {
    color: #fff;
    /* position: absolute;
    width: 100%;
    top: 41%;
    left: 50%;
    margin-left:-60px; */
    /*border: 1px solid #fff;*/
    /* height: 1.5em; */
    /* line-height: 1.5em; */
    font-size: 1.4em;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.pi_min ul li .li_con2 {
    text-align: center;
    width: 100%;
    height: 15%;
    background: rgba(2,2,2,0.7);
    /* position: absolute; */
    left: -100%;
    bottom: 0;
    color: #fff;
    line-height: 3em;
    font-size: 19px;
    z-index: 3;
    transition:all 0.3s linear;
}

.particletext {
  position: relative;
}
.particletext.bubbles > .particle {
  opacity: 0;
  position: absolute;
  background-color: rgba(210, 210, 210, 0.5);
  -webkit-animation: bubbles 3s ease-in infinite;
          animation: bubbles 3s ease-in infinite;
  border-radius: 100%;
}

@-webkit-keyframes bubbles {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -1000%);
            transform: translate(0, -1000%);
  }
}

@keyframes bubbles {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
    -webkit-transform: translate(0, -20%);
            transform: translate(0, -20%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, -1000%);
            transform: translate(0, -1000%);
  }
}
.goBack{
    background: rgba(204,204,204,0.8);
    position: fixed;
    bottom: 30px;
    right: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    z-index: 9999;
}
.goBack:hover{
    background: rgba(204,204,204,1);
}
.goBack i{
   color: #fff;
   line-height: 40px;
   font-size: 24px;
}
.proTaobaoLink{
    float: right;
}
.proTaobaoLink a{
    color: #ffaf40;
}
.proTaobaoLink a:hover{
    color: #ff5000;   
}
.taobaoAlter{
    width: 300px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin:-150px 0 0 -150px;
    background:#ff0000;
    z-index: 4;
}
.taobaoAlterclose{
    position: absolute;
    right: 0;
    top: 0;
}
.g_out{
    display: none;
}
.g_img:hover .g_out{
    display: block;
}
.li_divf{
    position: relative;
}
.li_divs{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
}
.f03r_ul{
    display: flex;
    justify-content: space-between;
}
.f03r_ul li{
    margin-left: 0!important;
}

.home_video{
    position: relative;
}
.home_video_mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.home_video_mask_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home_video_play_icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
}
.home_video_play_icon>img{
    display: block;
    margin: auto;
    cursor: pointer;
}
.enlarge{
    overflow:hidden
}

.enlarge img{
    transition: all 0.6s;
}
.enlarge img:hover{
    transform: scale(1.1);
}