@charset "UTF-8";

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1300 {
    width: 1300px;
    margin: 0 auto;
}

.common_head_navbas .common_head_navbas_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.navMenu {
    display: flex;
    width: 62.75%;
    justify-content: space-around;
}

.navMenu .frist_floor {
    position: relative;
}

.navMenu .frist_floor p a {
    font-size: 16px;
    color: #333333;
}

.navMenu .frist_floor:hover p a {
    color: #e54512;
}

.navMenu .navMenu .frist_floor a {
    font-size: 16px;
    color: #333333;
}

.common_head_navbas_center .second_floor {
    display: none;
    position: absolute;
    padding-top: 33px;
    left: 0;
}

.navMenu .frist_floor:hover .second_floor {
    display: block;
}


.navMenu .frist_floor li a {
    height: 27px;
    line-height: 27px;
}

/*二级菜单*/
.navMenu .frist_floor .second_floor {
    display: none;
    background-color: #ffffff;
    z-index: 999;
    width: 150px;
}

.navMenu .frist_floor .second_floor li {
    padding-left: 15px;
	height:35px;
	line-height:35px;
}

.navMenu .frist_floor .second_floor li:hover a {
    color: #e54512;
    transition: 1s;
}

.navMenu .frist_floor .second_floor li:hover .third_layer li a {
    color: #333333;
}

.navMenu .frist_floor .second_floor li:hover {
    background-color: #eeeeee;
}

.common_head_navbas .iphone {
    font-size: 28px;
    color: #e54512;
    display: flex;
    align-items: center;
    width:21%;
    justify-content: space-between;
}

.common_head_navbas .iphone span {
    color: #666666;
    font-size: 14px;
}

.banner img {
    width: 100%;
}

.common_t {
    background-color: #e54512;
    padding: 45px 0;
    text-align: center;
}

.common_t h1 {
    font-size: 70px;
    color: #ffffff;
    opacity: 0.08;
}

.common_t h2 {
    font-size: 36px;
    color: #ffffff;
    margin-top: -90px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_t p {
    font-size: 16px;
    color: #ffffff;
}

.common_t h2 {
    display: flex;
    justify-content: center;
}

/* .common_t h2::after {
    display: block;
    content: '';
    width: 11px;
    height: 20px;
    background-image: url(../images/icon1.png);
    margin-left: 8px;
}

.common_t h2::before {
    content: '';
    display: block;
    width: 11px;
    height: 20px;
    background-image: url(../images/icon2.png);
    margin-right: 8px;

} */

.page_product_t::after {
    display: block;
    content: '';
    width: 38px;
    height: 27px;
    background-image: url(../images/icon3.png);
    margin: -2px auto;
}

.page_product_i {
    margin-top: 30px;
}

.page_product_i ol {
    display: flex;
    justify-content: center;
}

.page_product_i ol li {
    font-size: 15px;
    color: #444444;
    padding: 10px 20px;
}

.page_product_i ol li.on{
     background-color: #e54512;
    color: #fff;
}


.page_product_i ol li:hover {
    background-color: #e54512;
    color: #fff;
}

.page_product_m ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 40px;
}

.page_product_m ul li {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.page_product_m ul li a,
em {
    display: block;
}

.page_product_m ul li em:nth-of-type(1) {
    width: 270px;
    height: 367px;
    border: solid 1px #e5e5e5;

}

.page_product_m ul li em:nth-of-type(2) {
    background-color: #ffffff;
    box-shadow: 3px 4px 18px 0px rgba(217, 217, 217, 0.62);
    top: 22px;
    left: -18px;
    position: absolute;

}

.page_product_m ul li .text {
    display: flex;
    margin-top: 25px;
    justify-content: space-between;
    align-items: center;
}

.page_product_m ul li .text span:nth-of-type(1) {
    font-size: 16px;
    color: #666666;
    line-height: 56px;
}

.page_product_m ul li .text span:nth-of-type(2) {
    width: 39px;
    height: 39px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 39px;
    border-radius: 100%;
}

.page_product_m ul li:hover .text span:nth-of-type(1) {
    color: #e54512;
}

.page_product_m ul li:hover .text span:nth-of-type(2) {
    background-color: #e54512;
    color: #fff;
}

.page_about {
    background: url(../images/page_about.jpg) no-repeat top center scroll;
    background-size: cover;
    padding: 50px 0;
}

.page_about_m {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page_about_m .left {
    width: 500px;
}

.page_about_m .left .tu {
    display: flex;
}

.page_about_m .left span {
    font-size: 18px;
    color: #e54512;
    writing-mode: tb-rl;
    margin-top: 40px;
    line-height: 36px;
}

.page_about_m .left .videos1 {
    margin-top:15px;
}

.page_about_m .right {
    width: 610px;
}

.page_about_m .right h2 {
    font-size: 48px;
    color: #e54512;
}

.page_about_m .right h1 {
    font-size: 32px;
    color: #e54512;
}

.page_about_m .right p {
    font-size: 15px;
    line-height: 28px;
    color: #666666;
}

.page_about_m .right p a {
    color: #e54512;
}

.page_about_m .right ul {
    display: flex;
    justify-content: space-between;
}

.page_project_c {
    display: flex;
    justify-content: space-between;
}

.page_project_c ul li {
    width: 49%;
    position: relative;
    overflow: hidden;
    margin-bottom: 2px;
}


.page_project_c ul li .text {
    position: absolute;
    z-index: 999;
    transform: translate(-50%);
    text-align: center;
    bottom: 2px;
    left: 50%;
    line-height: 40px;
    width: 100%;
    background-color: #000000;
    opacity: 0.45;
    color: #fff;
}


.page_project_c ul li .text p {
    font-size: 14px;
    color: #ffffff;
    opacity: 1 !important;

}

.page_project_c ul li a {
    display: block;
    width: 100%;
}

.page_project_c ul {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 527;
}

.page_project_c ul li em img {
    width: 100%;
    overflow: hidden;
    transition: all 1.2s;
    cursor: pointer;
    z-index: -1;
}

.page_project_c ul:nth-of-type(1) {
    width: 673px;
}

.page_project_c ul:nth-of-type(2) {
    width: 526px;
}

.page_project_c ul:nth-of-type(1) li {
    width: 100%;
}

.page_project_c ul li:hover em img {
    transform: scale(1.2);
}

.page_project_c ul li .text {
    margin: auto;
}

.page_project_c ul li .info {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #e54512;
    opacity: 0.74;
    pointer-events: none;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);

}

.page_project_c ul li:nth-of-type(4) .info {
    transform: translateY(0%);
}

.page_project_c ul li:hover .info {
    transform: translateY(0%);
}

.page_project_c ul li:hover .text {
    display: none;
}

.page_project_c ul li .info .text1 {
    position: absolute;
    z-index: 999;
    top: 35%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 100%;
}

.page_project_c ul li .info .text1 .jia {
    width: 39px;
    height: 39px;
    background-color: #ffffff;
    text-align: center;
    line-height: 35px;
    font-size: 35px;
    color: #e54512;
    margin: 10px auto;
    border-radius: 100%;
}

.page_project_c ul li .info .text1 p {
    font-size: 16px;
    color: #ffffff;
}

.page_news {
    background-color: #f5f5f5;
    padding: 50px 0;
}

.page_news_i ol {
    display: flex;
    justify-content: center;
}

.page_news_i ol li {
    padding: 10px 20px;
    color: #666666;
}

.page_news_i ol li:hover {
    background-color: #e54512;
    color: #fff;
}

.page_news_m {
    padding: 20px 0;
    background-color: #ffffff;
    margin-top: 30px;
}

.page_news_m ul {
    display: flex;
    justify-content: space-around;
}

.page_news_m ul li span {
    font-size: 14px;
    color: #999999;
}

.page_news_m ul li h1 {
    font-size: 18px;
    color: #333333;
}

.page_news_m ul li {
    padding: 40px 30px;
    width: 33.33%;
}

.page_news_m ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

.page_news_m ul li .tu {
    display: none;
}

.page_news_m ul li a {
    display: block;
    font-size: 15px;
    color: #666666;
    margin-top:10px;
}

.page_news_m ul li:hover {
    width: 45%;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.page_news_m ul li:hover span {
    color: #333333;
    font-size: 24px;
}

.page_news_m ul li:hover h1 {
    font-size: 26px;
    color: #e54512;
}

.page_news_m ul li:hover p {
    display: none;
}

.page_news_m ul li:hover .tu {
    display: block;
}

.message {
    background: url(../images/message.jpg) no-repeat center center scroll;
    background-size: cover;
    padding: 50px 0;
}

.message_m {
    margin-top: 40px;
}

.message_m form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.message_m form input {
    width: 386px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 0 15px;
    outline: none;
}

.message_m form textarea {
    width: 1200px;
    height: 124px;
    border-radius: 5px;
    outline: none;
    padding-left: 15px;
    padding-top: 10px;
}

.message_m form .validation {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
    align-items: center;
}

.message_m form .validation .left {
    display: flex;
    align-items: center;
}

.message_m form .validation .left input {
    width: 174px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 0;
}

.message_m form .validation .left img {
    margin-left: 10px;
}

.message_m form .validation .submit input {
    width: 207px;
    height: 38px;
    background-color: #ffffff;
    border-radius: 5px;
    line-height: 38px;
}

.bottom {
    background-color: #323232;
}

.bottom .link {
    padding: 35px 0;
    border-bottom: 1px solid #4b4b4b;
}

.bottom .link ol {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom .link ol li {
    font-size: 15px;
    color: #ffffff;
    opacity: 0.6;
}

.bottom .bottom_main {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.bottom .bottom_main dl dd {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 15px;
}

.bottom .bottom_main dl dd:nth-of-type(1) {
    margin-bottom: 30px;
}

.bottom .bottom_main dl dd span {
    font-size: 18px;
    color: #fff;
    opacity: unset;
}

.bottom .bottom_main dl dd em {
    margin-right: 10px;
}

.bottom .bottom_main .items {
    width: 195px;
}

.bottom .bottom_main .items h1 {
    font-size: 18px;
    color: #ffffff;
}

.bottom .bottom_main .items ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bottom .bottom_main .items ul li {
    width: 50%;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    opacity: 0.5;
}

.bottom .bottom_main .code {
    display: flex;

}

.bottom .bottom_main .code1 {
    margin: 0 10px;

}

.bottom .bottom_main .code h1 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 30px;
}

.bottom_b {
    background-color: #1b1b1b;
    padding: 25px 0;
    color: #ffffff;
    opacity: 0.4;
    font-size: 14px;
}

/* 关于我们 */
.about_us {
    margin: 60px 0;
}

.tabs {
    display: flex;
    justify-content: space-between;
}

.tabs .left {
    width: 22.83%;
}

.tabs .left .phone {
    background-color: #e54512;
    padding: 20px 0;
}

.tabs .left .phone p {
    font-size: 18px;
    color: #ffffff;
    display: flex;
    justify-content: center;
}

.tabs .left .phone p::before {
    content: '';
    width: 40px;
    height: 31px;
    background-image: url(../images/contact_phone.png);
    background-repeat: no-repeat;
}

.tabs .left .phone h4 {
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.tabs .right {
    width: 75.66%;
}

.tabs .left a {
    display: block;
}

.tabs .cont {
    overflow: hidden;
    display: none;
}

.tabs .left h3 {
    height: 62px;
    background-color: #e54512;
    text-align: center;
    line-height: 62px;
    font-size: 28px;
    font-weight: bold;
    color: #ffffff;
}

.tabs .left nav {
    border: solid 1px #e5e5e5;
}

.tabs .left nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    /* margin-left: 20px;
    margin-right: 20px; */
    margin: 10px 20px 10px 20px;
    padding: 0 20px;
    line-height: 50px;
    font-size: 18px;
    color: #333333;
    border-radius: 20px;
    position: relative;
    border: 1px solid #efefef;
}

.tabs .left nav a:last-of-type {
    margin-bottom: 9px;
}

.tabs .left nav a::after {
    width: 0;
    cursor: pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #e54512;
    transition: 0.6s linear;
    border-radius: 20px;
}

.tabs .left nav a:hover {
    color: #ffffff;
    z-index: 2;
}

.tabs .left nav a:hover:after {
    width: 100%;
}

.tabs .right .center .center_top {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
}

.tabs .right .center .center_top ul {
    display: flex;
}

.tabs .right .center .center_top ul li {
    color: #888888;
    font-size: 14px;
}

.tabs .right .center .center_top h2 {
    font-size: 24px;
    color: #e54512;
}

.tabs .right .center .center_top h2::after {
    content: '';
    width: 142px;
    height: 3px;
    display: block;
    margin-top: 7px;
    background-color: #e54512;
}

.tabs .right .center p {
    font-size: 15px;
    line-height: 30px;
    color: #666666;
    margin-top: 24px;
    margin-bottom: 24px;
}

.tabs .right .center .pric ul {
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.tabs .right .center .pric ul li {
    width: 32.33%;
    margin-top: 25px;
    margin-right: 1%;
}

.tabs .right .center .pric ul li a {
    display: inline-block;
    text-align: center;
    border: 1px solid #e5e5e5;
    width: 100%;
    overflow: hidden;

}

.tabs .right .center .pric ul li p {
    font-size: 16px;
    color: #444444;
    text-align: center;
    background-color: #eff2f6;
}

.tabs .right .center .pric ul li:hover p {
    background-color: #e54512;
}

.tabs .right .center .pric ul li:hover p {
    color: #ffffff;
}

.tabs .right .center .pric ul li a img {
    width: 100%;
}

.tabs .left nav .item2 p a {
    padding-left: 40px;
}

.tabs .left nav .item1 .item2 {
    display: none;
}

.tabs .left nav .item1:hover .item2 {
    display: block;
}

.tabs .right .center .pric ul li a img {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
    transition: all 1.5s;

}

.tabs .right .center .pric ul li a img:hover {
    transform: scale(1.1);
}

.tabs .right .center .link h2 {
    font-size: 18px;
    color: #e54512;
    font-weight: bolder;
}

.tabs .right .center .link {
    padding-top: 20px;
    padding-left: 20px;
}

.item1 .items6 p {
    display: none;
}

.item1 .items6:hover p {
    display: block;
}

.product_details {
    margin-top: 20px;
}

.product_details .pric {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product_details .pric .left {
    width: 390px;
}

.product_details .pric .left img {
    width: 100%;
}

.product_details .pric .right {
    width: 390px;
}

.product_details .pric .right h4 {
    font-size: 1.2rem;
    font-weight: bolder;
}

.product_details .pric .right p {
    margin-top: 20px;
    line-height: 26px;
    font-size: 15px;
}

.product_details .pric .right p span {
    font-size: 25px;
}

/* 新闻 */
.news {
    margin-top: 60px;
}

.tabs .right .center .news_dynamic {
    margin-top: 23px;
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
    border-top: 1px dashed #e5e5e5;
    position: relative;
}

.tabs .right .center .news_dynamic::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #e54512;
    transition: all ease .4s;
}

.tabs .right .center .news_dynamic:hover::after {
    width: 100%;
}


.tabs .right .center .news_dynamic .news_dynamic_center {
    display: flex;
    background-color: #f8f8f8;
    align-items: center;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul {
    margin-left: 48px;
    padding: 28px 0;
    padding-right: 40px;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li h3 {
    font-size: 18px;
    color: #444444;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li p {
    font-size: 15px;
    color: #737373;
    margin-top: 10px;
    line-height: 24px;
}

.tabs .right .center .news_dynamic .news_dynamic_center ul li a {
    display: block;
    font-size: 14px;
    color: #e54512;
    margin-top:0px;
}

/*分页*/
.pagev{
	text-align:center;
	color:#666;
	clear:both;
}
.pagev span{
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
}
.fonts{
	color:#fff;
	background-color:#625340;
	border:1px solid #625340;
}
.pagev span a{
	background-color:#fff;
	color:#666;
	border:1px solid #D9D9D9;
	line-height:24px;
	padding:0px 9px;
	display: inline-block;
	text-decoration:none;
	margin:1.5em 0;
}
.pagev span a:hover{
	color:#fff;
	background-color:#2d9aea;
	border:1px solid #2d9aea;
}

/*客户留言*/
.liuyanform{
	
}
.form-group{
	margin-bottom:20px;
}
.form-group label{
	float: left;
	width:10%;
	font-size:16px;
	color:#666;
	line-height:40px;
	text-align: right;
    margin-right:1%;
}
.form-group input{
	line-height:38px;
	border:1px solid #ccc;
	border-radius:5px;
	outline:none;
	width:70%;
	padding-left: 15px;
	font-family:"微软雅黑";
}
.form-group textarea{
	line-height:25px;
	border:1px solid #ccc;
	border-radius:5px;
	outline:none;
	resize:none;
	width:70%;
	padding-left: 15px;
	font-family:"微软雅黑";
}
.form-group1 input{
	display:block;
	width:200px;
	float:left;
	margin-left:96px;
	line-height:45px;
	background-color:#E54512;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-family:"微软雅黑";
}


.prv_all{ width:100%; overflow:hidden; border-top:1px dashed #999;margin-top:40px;}
.prv_next{ width:70%; overflow:hidden; float:left; line-height:180%; margin-top:10px;}
.go_back{ width:30%; overflow:hidden; float:right; line-height:180%;margin-top:20px; text-align:right;}