body {
	color: #333;
	padding: 0px !important;
	margin: 0px !important;
	font-size: 14px;
	font-family: "微软雅黑";
}

a,a:hover,a:focus {
	text-decoration: none;
	outline: none;
}

::selection {
	background: #FA3534;
	color: #fff;
}

::-moz-selection {
	background: #FA3534;
	color: #fff;
}

h1,h2,h3,h4,h5,h6,p,ul,li { padding: 0; margin: 0;
}
li{ list-style-type: none;}
a {
	color: #333;
}

a:hover {
	color: #FA3534;
}

p {
	line-height: 22px
}
                    
.iconfont{font-size:50px;font-style:normal;}
.top{ background: #383838; color: #fff; height: 30px; line-height: 30px;}
.top .top-fl{ float: left;font-weight: 300;}
.top .top-fr{ float: right;font-weight: 300;color:wheat}
.top .top-fl .fa{font-weight: 300;color:wheat}

/*header*/
.header-frontend .navbar {
	margin-bottom: 0;
}

.navbar-default {
	border: none;
}

.navbar-brand {
	color: #bcc0cd;
	font-size: 30px;
	font-weight: 100;
	line-height: 30px;
	padding: 1px 0 0 1px;
}

.navbar-brand-word {
	color: red;
	font-size: 30px;
	font-weight: 100;
	line-height: 45px;
	padding: 15px 0 0 15px;
}

.navbar-brand span {
	color: #f25f5b;
}

.header-frontend .navbar-collapse ul.navbar-nav {
	float: right;
	margin-right: 0;
}

.header-frontend .navbar-default {
	background: url(/static/cmsFront/img/top_bg.jpg) center no-repeat;
}

.header-frontend .nav li a,
.header-frontend .nav li.active ul.dropdown-menu li a {
	color: #999;
	font-size: 14px;
	font-weight: 300;
	background: none;
}

.header-frontend .nav li a:hover,
.header-frontend .nav li a:focus,
.header-frontend .nav li.active a,
.header-frontend .nav li.active a:hover,
.header-frontend .nav li a.dropdown-toggle:hover,
.header-frontend .nav li a.dropdown-toggle:focus,
.header-frontend .nav li.active ul.dropdown-menu li a:hover,
.header-frontend .nav li.active ul.dropdown-menu li.active a {
	color: #fff;
	background-color: #FA3534;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.header-frontend .navbar-default .navbar-nav> .open> a,
.header-frontend .navbar-default .navbar-nav> .open> a:hover,
.header-frontend .navbar-default .navbar-nav> .open> a:focus {
	color: #fff;
	background-color: #FA3534;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.header-frontend .navbar-nav> li> a {
    line-height: 60px;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	padding-left: 23px;
	padding-right: 23px;
	color: #333;
    border: none;
    font-size: 16px;
  	font-family: "Microsoft Yahei";
}
.header-frontend .navbar-nav> li> a:hover {
    border: none;
}

.dropdown-menu li a:hover {
	color: #fff !important;
}

.header-frontend .nav .caret {
	border-bottom-color: #999;
	border-top-color: #999;
}

.dropdown-menu {
	box-shadow: none;
	border-radius: 0;
}

.header-frontend .nav li .dropdown-menu {
	padding: 0;
}

.header-frontend .nav li .dropdown-menu li a {
	line-height: 28px;
	padding: 3px 12px;
}

.theme-dropdown .dropdown-menu {
  display: block;
  position: static;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}
.biaoti{ margin-top: 20px;}
.biaoti h2 ,.biaoti p , .biaoti span{ text-align: center;}
.biaoti p{ color: #666; line-height: 35px;}
.biaoti span { border-bottom: 1px solid #949494; color: #666; font-weight: bold; font-size: 18px;}
.english{ text-align: center;}
.line{ border-bottom: 1px solid #ddd; margin-top: -1px;}
.mt{ margin-top: 2px;}
.biaotiproject{ margin-top: 10px; background:#f7f2eb; }
.biaotiproject h2 ,.biaotiproject p , .biaotiproject span{ text-align: center;}
.biaotiproject p{ color: #666; line-height: 35px;}
.biaotiproject span { border-bottom: 1px solid #949494; color: #666; font-weight: bold; font-size: 18px;}
.mtproject{ background:#f7f2eb; }
.f-box {
    background: #f4f4f4;
    padding:60px 20px;
    text-align: center;
    min-height: 380px;
    margin-bottom: 20px;
    transition-duration: 500ms;
    transition-property: width, background;
    transition-timing-function: ease;
    -webkit-transition-duration: 500ms;
    -webkit-transition-property: width, background;
    -webkit-transition-timing-function: ease;
}
.f-box h2{ margin-top: 20px;}
.f-box .yw{ color: #aaa; text-transform:uppercase; letter-spacing: 1px; font-size: 20px; margin: 10px 0;}
.f-box .f-text{ color: #666;}
.f-box u{ margin: 15px auto; width: 85px; height: 1px; background: #ddd; display: block;}
.recent-work-wrap img{ width: 100%;}
.recent-work-wrap{ border: 1px solid #ddd; margin-bottom: 20px;}
.recent-work-wrap img:hover{ opacity: .9;}
.more{ margin: 0 auto; display: block; width: 150px; height: 40px; text-align: center; line-height: 36px; color: #fff; background: #C18955; border: 2px solid #C18955; border-radius: 8px;transition: 0.3s ease;}
.more:hover{background: #fff;}
.news{ background: #fa3534; overflow: hidden;background:url(/static/cmsFront/img/index_news_bg.jpg) center no-repeat;}
.newtit{ 
	width: 220px;
	height: 59px;
	border: 2px solid #fa3534;
	margin: 0 auto;
}
.newtit h2{ line-height: 40px; font-size: 24px; color: #000; text-align: center;}
.newtit span{ width: 200px; margin: 0 auto; background: #fa3534; text-transform: uppercase; font-size: 20px; color: #fff; padding: 0 10px; text-align: center; display: block;}

.nav-tabs{ border: 0; }
.nav>li>a{ background: #fff; border: 2px solid #fff; color: #fa3534; border-radius:50px; padding: 5px 30px;}
.nav>li>a:hover{  background: #fff; border: 2px solid #fff; color: #fa3534;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{ background: #fa3534; border: 2px solid #fff; color: #fff;}
/**.tab-content{ margin-top: 30px;}*/
.tab-content{ }
.newstext{ text-align: center; color: #666; margin: 30px 0; font-size: 16px;}
.newslist li a{ color: #fff;}
.newslist li{ line-height: 30px; overflow: hidden;}
.newslist i{ float: left; width: 270px; height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-style: normal;}
.newslist span{ float: right;}
.newsul{margin: 0;width: auto;text-align: center;}
.newsul li{display: inline-block;margin-right: 0!important;float: unset;}
.newsul li + li{margin-left: 15px;}
.partner img{ width: 100%; border: 1px solid #ddd; margin: 10px 0;}
.add{ background: #f9f9f9; padding: 20px 0; }
.add img{ width: 100%;}
.add h2{ font-size: 24px; margin-bottom: 15px;}
.add p{font-size: 16px; line-height: 30px; font-weight: 300;}
.add .btn-default{ background: #fa3534; color: #fff; border: 2px solid #fff; margin-top: 15px; transition: ease 0.3s;}
.add .btn-default:hover{ background: #fff; border: 2px solid #fa3534; color: #fa3534;}
.contact{ margin-top: 60px;}
.copyright{
	 background: #383838;
	 background: url(/static/cmsFront/img/footer_bg.jpg) center no-repeat;
}
.copy-left { color: #fff; font-size: 20px;}
.copy-left .iconfont{ font-size: 32px;}
.copy-left p{ margin-top: 30px; text-align: center;}
.kf{ margin: 15px auto; font-size: 13px; color: #fff; border-radius:20px; background: #fa3534; border: 2px solid #fa3534; display: block; width: 100px; text-align: center; height: 30px; line-height: 26px; transition: ease 0.3s;}
.kf:hover{ background: transparent; border: 2px solid #fa3534;}
.copy-left{ float: left; margin-top: 15px;}
.copy-mid{ float: left; margin-left: 70px;}
.copy-mid a{ 
	color: #fff;
	font-weight: 500;
	text-align: center;
	display: block;
	line-height: 30px;
	font-size: 16px;
}
.copy-mid li{ float: left; width: 160px;}
.copy-mid h2{ text-align: center; color: #fff; font-size: 20px; line-height: 50px; font-weight: 300;}
.copy-right{ float: right; width: 150px; text-align: center;}
.copy-right p{ color: #fff; height: 55px; line-height: 50px; overflow: hidden; font-size: 20px; font-weight: 300;}
.copy{ line-height: 45px; background: #000; text-align: center; color: #999;}

@media (min-width: 768px) {
    .navbar-brand>img{ width: 100px;height: 70px;}
    .jSlider img{height: 600px;object-fit: cover;}
}

@media (min-width: 768px) and (max-width: 980px) {
    .col-4 .item {
        width: 47%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .product{ display: none;}
    .img{ display: none;}
    .copyright{ display: none;}
}

@media (max-width: 768px) {
    .jSlider img{height: 300px;object-fit: cover;}
	.productdetail img{ width: 100%;}
	.copy{ padding: 15px 0;}
	.newslist i{ width: 200px;}
	.nav>li>a{ padding: 5px 15px;}
	.nav>li{ margin-right: 18px;}
	.f-box{ padding: 20px 0; min-height: 220px; border-radius: 10px;}
	.f-box h2{ margin-top: 10px; font-size: 20px;}
	.f-box .yw{ font-size: 14px;}
	.biaoti h2{ font-size: 18px;}
	.iconfont{ font-size: 40px;}
	.f-box .f-text{ padding:0 5px ;}
    .navbar-brand{ display: block; margin-top: 5px;}
    .navbar-brand>img{ width: 120px;}
    .navbar-toggle {
        margin-top: 12px;
    }
    .header-frontend .navbar-collapse  ul.navbar-nav {
        float: none;
        margin-left: 0;
    }
    .header-frontend .navbar-nav> li> a{ line-height: 30px; border-radius: 5px;
    -webkit-border-radius: 5px;}
    .header-frontend .nav li a:hover,
    .header-frontend .nav li a:focus,
    .header-frontend .nav li a.dropdown-toggle:focus,
    .header-frontend .nav li a.dropdown-toggle .dropdown-menu li a:hover,
    .header-frontend .nav li.active a,
    .header-frontend .dropdown-menu li a:hover {
        color: #fff !important;
    }
    .header-frontend .navbar-nav > li {
        padding: 0;
        margin-bottom: 2px;
        line-height: 30px;
    }
    .header-frontend .nav li ul.dropdown-menu li a {
        margin-left: 0px;
        color: #999!important; ;
    }
    .header-frontend .nav li .dropdown-menu li a:hover, .header-frontend .nav li .dropdown-menu li.active a {
        color: #fff !important;
    }
    .purchase-btn, .about-testimonial {
        margin-top: 10px;
    }
    .breadcrumb.pull-right{
        padding: 0;
    }
    .search, .bx-controls-direction {
        display: none;
    }
    .tweet-box {
        margin-bottom: 20px;
    }
    .property img {
        width: 80%;
    }
    .purchase-btn, .about-testimonial {
        margin-top: 0;
    }
    .purchase-btn {
        line-height: 98px;
    }
    .social-link-footer li a {
        font-size: 16px;
        height: 40px;
        width: 40px;
    }
    .navbar-header {
        float: none;
        text-align: center;
        width: 100%;
    }
    .navbar-brand {
        float: none;
    }
    .carousel-control {
        font-size: 45px;
        line-height: 70px;
    }
    .btn, .form-control {
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .header-frontend .navbar {
        min-height: 60px;
    }
    .navbar-toggle {
        margin-right: -10px;
    }
    .header-frontend .nav li .dropdown-menu li a:hover {
        color: #f77b6f !important;
    }
    .navbar-brand {
        margin-top: 10px !important;
        float: left !important;
    }
    .col-4 .item {
        width: 100%;
        margin-right: 0%;
        margin-bottom: 2%;
    }
    .breadcrumb.pull-right{
        float: left !important;
        margin-top: 10px;
        padding: 0;
    }
    .carousel-control {
        font-size: 23px;
        line-height: 38px;
    }
}

.pst_bg{ width:100%; height:72px;}
.pst{ width:1100px; text-align:left; margin:0px auto; height:72px; line-height:72px; padding-left:24px; font-size:16px; color:#777;}
.pst a{ color:#777;}
.pst a:hover{ color:#006FBF;}
.pst .fa-home {font-size: 18px;}
.scd{ width:1100px; margin:0px auto;}
.scd .scd_l{ width:210px; float:left; position:relative; z-index:99; }
.scd_l .s_name{ width:210px; height:50px; line-height: 50px; background: #fa3534; position:relative; text-indent: 12px; font-size: 18px; color: #fff;}
.scd_l .s_name img{ vertical-align:top; margin-top:18px;}
.scd_l .s_name i{ display:block; width:30px; height:31px; position:absolute; right:-30px; bottom:-1px;}
.scd_l .s_nav{ width:210px; background: #f0f0f0; margin-bottom:20px;}
.scd_l .s_nav li{  margin: 0px 15px; height:45px; line-height:45px; border-bottom:1px solid #ddd;}
.scd_l .s_nav li a{ height:45px; line-height:45px; font-size:16px; display:block; *display:inline; zoom:1;}
.scd_l .s_nav li.now a,.scd_l .s_nav li a:hover{ color:#fa3534;}
.s_nav .now a{ color:#fa3534;}
.s_nav a:hover{color:#fa3534;}
.scd_l .s_nav li:last-child{ border-bottom: 0;}
.scd .scd_r{ width:855px; float:right; }
.scd_r .r_name{ width:100%; height:40px; border-bottom:1px solid #ddd; position:relative;}
.scd_r .r_name span{ display:inline-block; *display:inline; zoom:1; height:40px; line-height:40px; font-size:18px; color:#fa3534; border-bottom:1px solid #fa3534;}
.about{ width:100%; padding:30px 0; font-size:14px; color:#555555; line-height:255%; text-align:left;}
.about img{ max-width:100%; height:auto; vertical-align:top;}
.about > div > p {line-height: 40px;font-size: 16px;}
.pages{ width:100%; text-align:center; height:30px; line-height:30px; margin-bottom:10px;}
.pages a{ display:inline-block; *display:inline; zoom:1; height:30px; line-height:30px; vertical-align:top; font-size:16px; color:#555555; margin:0 3px;}
.pages .now{ color:#179EED;}
.pages .prev,.pages .next{ color:#FFF; background:#646464; padding:0 10px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;transition: ease 0.3s;}
.pages .prev:hover,.pages .next:hover{background:#fa3534;}
.new{ width:100%; padding:30px 0;}
.new dl{ width:100%; padding-bottom:15px; margin-bottom:15px; border-bottom:1px dashed #ddd;}
.new dl dt,.new dl dt img{ width:235px; height:135px; float:left; vertical-align:top;}
.new dl dt{ border:3px solid #eee;}
.new dl dd{ width:595px; float:right; text-align:left;}
.new dl dd .title{ width:100%; height:30px; line-height:30px; position:relative;}
.new dl dd .title p{ width:65%; height:30px; line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:14px; color:#fa3534;font-size:16px;}
.new dl dd .title em{ font-style: normal; display:block; text-align:right; position:absolute; right:0; top:0; font-size:14px; color:#888;}
.new dl dd .des{ width:100%; height:69px; font-size:14px; color:#555555; line-height:170%; overflow:hidden; text-indent:2em; margin-bottom:6px;}
.new dl dd .more1{ display:inline-block; *display:inline; zoom:1; width:82px; height:24px; border:1px solid #fa3534; background-color: #fff; text-align:center; line-height:24px; font-size:14px; color:#fa3534;transition: all ease .3s;}
.new dl dd .more1:hover{ background-color: #fa3534;color: #fff;border:1px solid #fa3534;}
.prods{ width:100%; padding:30px 0;}
.honor{ width:100%; padding:30px 0;}
.honor dl{ width:100%; padding-bottom:15px; margin-bottom:15px; border-bottom:1px dashed #ddd;}
.honor dl dt,.new dl dt img{ width:235px; height:135px; float:left; vertical-align:top;}
.honor dl dt{ border:3px solid #eee;}
.honor dl dd{ width:595px; float:right; text-align:left;}
.honor dl dd .title{ width:100%; height:30px; line-height:30px; position:relative;}
.honor dl dd .title p{ width:65%; height:30px; line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:14px; color:#fa3534;font-size:16px;}
.honor dl dd .title em{ font-style: normal; display:block; text-align:right; position:absolute; right:0; top:0; font-size:14px; color:#888;}
.honor dl dd .des{ width:100%; height:69px; font-size:14px; color:#555555; line-height:170%; overflow:hidden; text-indent:2em; margin-bottom:6px;}
.honor dl dd .more1{ display:inline-block; *display:inline; zoom:1; width:82px; height:24px; border:1px solid #fa3534; background-color: #fff; text-align:center; line-height:24px; font-size:14px; color:#fa3534;transition: all ease .3s;}
.honor dl dd .more1:hover{ background-color: #fa3534;color: #fff;border:1px solid #fa3534;}
.ques dl dd{ text-align:left; border-bottom: 1px dashed #979797;}
.ques dl dd .title{ width:100%; height:30px; line-height:30px; position:relative; top: 10px;}
.ques dl dd .title p{ width:65%; height:30px; line-height:30px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-size:14px; color:#fa3534;font-size:16px;}
.ques dl dd .title em{ font-style: normal; display:block; text-align:right; position:absolute; right:100px; top:0; font-size:14px; color:#888;}
.ques dl dd .title img{ float: right;}
.ques dl dd .des{ width:100%; font-size:14px; color:#555555; line-height:170%; overflow:hidden; text-indent:2em; margin-top: 15px;margin-bottom: 15px;}
.ques dl dd .more1{ display:inline-block; *display:inline; zoom:1; width:82px; height:24px; border:1px solid #fa3534; background-color: #fff; text-align:center; line-height:24px; font-size:14px; color:#fa3534;transition: all ease .3s;}
.ques dl dd .more1:hover{ background-color: #fa3534;color: #fff;border:1px solid #fa3534;}
.lianxi{ margin: 15px 0;}
.lianxi p{ line-height: 30px;}
.lianxi img{ margin: 15px 0; display: block;}
.sub{background: #f44234;color: #fff;border: 0;margin-top: 15px;}
.lianxi span{ color: red;}
.new dl .newcontent{ width: 855px;}
.new dl .newcontent .des{ height: 45px;}
.new dl dd .des a{ color: #555;}
.detail{ padding-bottom: 25px;}
.detail h2{ text-align: center; font-size: 18px; margin-top: 20px;}
.detail .lj {color: #666;text-align: center; margin-top: 8px; margin-bottom: 30px; font-size: 12px;}
.pagebox{ border-top: 1px dashed #ddd; margin-bottom: 50px;}
.pagebox a{ width: 50%; float: left; line-height: 45px;}
.pagebox .down{ float: right; text-align: right;}
@media screen and (max-width:770px){
	.scd .scd_r,.scd .scd_l{ width:100%;}
    .scd_l .s_name i{ display:none;}
   /* .scd .scd_l{ margin-top:25px;}*/
    .scd_l .s_name{ width:100%; background-size:100% 100%; text-align:left;}
    .scd_l .s_name img{ margin-left:30px;}
    .scd_l .s_nav{ width:480px;}
    .scd_l .s_nav li a{ width:450px;}
    .pst{ text-align:left; width: 480px;}
    .scd { width: 480px;}
    .new dl dd{ width:230px;}
    .new dl .newcontent{ width: 100%;}
    .detail img{ width: 100%;}
    .pagebox a{ width: 100%; }
    .pagebox .down{ text-align: left;}
    .pagebox{ margin-top: 20px;}
}
@media screen and (max-width:510px) {
	.scd_l .s_nav{ width:320px;}
    .scd_l .s_nav li a{ width:290px;} 
    .pst{ font-size:14px; width: 320px;}
    .scd { width: 320px;}
    .new dl dd{ width:100%;}
    .new dl dt, .new dl dt img{ width:314px; height:180px;}
    .lianxi img{ width: 100%;}
    .new dl .newcontent{ width: 100%;}
    .detail img{ width: 100%;}
    .pagebox a{ width: 100%; line-height: 30px;}
    .pagebox .down{ text-align: left;}
    .pagebox{ margin-top: 20px;}
}
#recent-works .col-xs-12.col-sm-4.col-md-4 {padding: 0;}
#recent-works {background-size: cover;padding-bottom: 70px;}
.recent-work-wrap {	position: relative; display: block;}
.recent-work-wrap img {	width: 100%;}
.recent-work-wrap .recent-work-inner {top: 0;	background: transparent; opacity: 1; width: 100%; border-radius: 0;	margin-bottom: 0;text-align: center;}
.recent-work-wrap .recent-work-inner h3 {margin: 10px 0;}
.recent-work-wrap .recent-work-inner h3 a {	font-size: 24px;color: #fff;}
.recent-work-wrap .overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0;border-radius: 0;background: #000;color: #fff;vertical-align: middle;-webkit-transition: opacity 500ms;-moz-transition: opacity 500ms;-o-transition: opacity 500ms;transition: opacity 500ms;padding: 30px;}
.recent-work-wrap .overlay .preview {bottom: 0;	display: inline-block;	height: 35px;	line-height: 35px;border-radius: 0;background: transparent;text-align: center;color: #fff;}
.recent-work-wrap:hover .overlay {opacity: 0.9;}

.scd_r .pro img{ width: 100%;}
.scd_r .pro p{ text-align: center; background: #F5F5F5; line-height: 30px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.scd_r .pro{ margin-bottom: 20px;}
.scd_r .pro a{  
  display:block
}
.scd_r .pro a:hover{  
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  overflow: hidden;
}
.scd_r .pro p:hover{  
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  overflow: hidden;
}

/*----slider----*/
#slider {
    width: 100%;
    margin: 0 auto;
}

/* responsive rules */
@media (max-width: 713px) {
    #slider {
        width: 100%;
        height: auto; /* reset slider height to automatically fix with the first image height. */
        border: none;
        margin-top: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
}
/*----/ slider----*/

/*----liuyan----*/
.liuyan label {font-weight: 300;}
/*----/ liuyan----*/

.xwz {
  max-width: 100%;
  margin: auto;
}
.xw22 {
  max-width: 100%;
}
.xw2 {
  max-width: 100%;
}
.xw2 li {
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 2px 2px 5px #dadada;
}
.xw2 h4 {
  color: #000;
  font-weight: normal;
  font-size: 18px;
  float: left;
  padding-left: 6px;
  word-wrap: break-word;
}
.xw2 span {
  font-size: 13px;
  line-height: 2;
  display: block;
  overflow: hidden;
  padding-left: 6px;
  float: left;
  color: #999;
}
.dt {
  font-size: 15px;
  line-height: 2;
  display: block;
  overflow: hidden;
  padding-left: 6px;
  color: #000;
  width: 405px;
  float: left;
}
/**abount**/
.juzhong {
  padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.w1200 {
  max-width: 100%;
  margin: 0 auto;
}
.jj{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width:100%; 
	background-position:center; 
	background-repeat:no-repeat; 
	background:url(/static/cmsFront/img/index_about_bg.jpg) center no-repeat;
	background-size:100% 100%;
}
.jj_l{ float:left;margin-top: 50px; width:566px; height:450px;}
.jj_t{ width:580px;}
.fl { float: left;}
.fr { float: right;}
.jj_b{ width:600px;}
.jj_t1{ }
.jj_t1 h1{ color:#7e0006; font-size:24px;margin-top: 45px;    margin-left: 49px;}
.jj_t1 h2{ color:#000; font-size:16px; font-weight:normal;text-transform: uppercase;margin-top: 15px;     margin-left: 60px;}
.jj_t1 span{ display:block; width:145px; height:2px; background-color:#7e0006;margin-top: 25px;}
.jj11 ul{margin-top: 80px;}
.jj11 li{ float:left; color:#000;writing-mode:tb-rl;margin: 0 35px;}
.jj11 li a{ display:block; color:#000; font-size:17px;}
.jj11 li a:hover{ color:#7e0006; font-weight:bold;}
.jj11 li:nth-child(1) a{ font-weight:bold; color:#7e0006;}

.jj1 img{ margin-top:20px;}
.jj2{}
.jj2 h1{ font-size:44px; color:#cc0000;text-transform: uppercase; margin-top:50px; font-weight:normal;}
.jj2 h1 img{ display:block; margin:0 auto;}
.jj2 h1 em{ font-size:31px; color:#000; font-weight:normal; margin-left:15px;}
.jj21 p{color:#d5d5d5; font-size:62px; line-height:1.4; text-transform:uppercase; margin-top:125px; background:url(../Img/jj1.png) left no-repeat;padding-left: 75px;}
.jj21 h3{color:#fff; font-size:25px; line-height:1.4; text-transform:uppercase; font-weight:bold; margin-top: 50px; margin-bottom:13px;}
.jj21 h1{ color:#FFF; font-size:13px; font-weight:normal;}
.jj21 h2{ color:#FFF; font-size:13px; font-weight:normal;  text-transform: uppercase;line-height: 25px; margin-top: 15px;}

.jj23 a{ display:block; width:125px; height:40px; line-height:40px; text-align:center; color:#FFF; background-color:#7e0006; overflow:hidden; font-size:16px;text-transform: uppercase; margin-top:15px;}
.jj23 a:hover{ display:block; background-color:#28282a;}
.jj23 p{ color:#6c6c6c; font-size:15px; margin-bottom: 15px; padding-top: 10px;}
.jj23 p a{ color:#FFF; font-size:16px;}
.jj3{ height:335px;margin-top: 57px;margin-right: 10px;}
.jj3 a{ display:block; text-align:center; line-height:110px; color:#FFF;}
.more a{ width:180px; height:45px; font-size:15px; text-align:center; display:block; text-align:center; line-height:45px; transition:all .2s ease; float:left; color:#a60000; background-color:#FFF; margin-top:30px;}
.more a:hover{ width:180px; height:45px; color:#fff; font-size:15px;transition:all .2s ease; display:block; border:#fff 1px solid; background-color:inherit; }

.ind_xwdt {
  
}
.ind_xwdt .xwdt {
  width: 100%;
  max-width: 1200px;
  padding: 2% 0 1.4%;
  overflow: hidden;
  margin: 0 auto;
}
.ind_xwdt .xwdt ul li {
  width: 45%;
  margin: 2.5%;
    margin-bottom: 2.5%;
  float: left;
  background-color: #fff;
  margin-bottom: 1%;
}
.ind_xwdt .xwdt ul li a {
  text-decoration: none;
  color: #333;
}
.ind_xwdt ul li .xwdt1_left {
    width: 72%;
    padding: 3%;
    float: left;
    border-right: 1px solid #ac7a4c;
}
.ind_xwdt ul li .xwdt1_left h4 {
  font-weight: bold;
  margin-bottom: 1%;
  color: #ac7a4c;
}
.ind_xwdt ul li .xwdt1_left p {
  font-size: 1.2rem;
  line-height: 2rem;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}
.ind_xwdt ul li .xwdt1_left .xwdt1_left_clolr {
  font-size: 1.5rem;
  color: #ac7a4c;
  margin-top: 2%;
}
.ind_xwdt ul li .xwdt1_right {
  width: 25%;
  padding: 5% 3% 0;
  height: 100%;
  float: right;
  text-align: center;
  color: #dec6af;
}
.ind_xwdt ul li .xwdt1_right .xwdt1_right_sj {
  font-size: 5rem;
  line-height: 4.5rem;
  border-bottom: 1px solid #dec6af;
}
.ind_xwdt ul li .xwdt1_right .xwdt1_right_sj2 {
  font-size: 2rem;
}
@media screen and (max-width: 768px){
	.ind_xwdt .xwdt ul .xwdt1 {
  		width: 96%;
  		margin-left: 2%;
  		float: left;
	}
}
/**首页产品**/
.product_bg{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width:100%; 
	background-position:center; 
	background-repeat:no-repeat; 
	background:url(/static/cmsFront/img/index_product_bg.jpg) center no-repeat;
	background-size:100% 100%;
	margin-top: 2px;
}
.box{
	position: relative;
 	overflow: hidden;
}
.box ul{
	width:2300px;
	list-style: none;
	/* 这里的animation属性是关键，调用创建的动画 */
	animation: move 15s linear infinite backwards;
}
@keyframes move{
	to{
		transform: translateX(-1400px);
		/* 注意是负的，要回走 ,而且是7张，不是10张的长度*/
	}
}
.box ul li{
	float: left;
	margin-right: 22px;
	margin-bottom: 10px;
	margin-top: 22px;
	background-color: #f1f1f1;
}
.box li .pro-pic {
  margin-top: 10px;
  margin-left: 9px;
  width: 267px;
  padding: 0px;
  background-color: #e5e5e5;
  overflow: hidden;
}
.box li .p1-t {
  margin: 0 auto;
  width: 96.6%;
  height: 45px;
  background-color: #FFF;
  margin-left: 9px;
}
.box li .p1-t h3 {
  display: block;
  float: left;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: #C18955;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 10px;
}
.box li .p1-t p {
  display: block;
  float: right;
  width: 86px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #C18955;
}
.box li .p2-t {
  margin: 0 auto;
  width: 96.6%;
  height: 45px;
  background-color: #FFF;
  margin-left: 9px;
}
.box li .p2-t h3 {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 800;
  text-align: center;
  color: #C18955;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0px;
  text-indent: 10px;
}
.box li .p2-t p {
  display: block;
  float: right;
  width: 86px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background-color: #C18955;
}

.box li .dianhu {
  width: 94.6%;
  height: auto;
}
.box li .dianhu p {
  display: block;
  margin-top: 5px;
  padding: 2px 0px 2px 10px;
  font-size: 15px;
  letter-spacing: 0px;
  transition: all 0.3s ease-out;
  color: #C18955;
}
.box li .dianhu span {
  display: block;
  padding: 2px 0px 10px 10px;
  margin-bottom: 10px;
  font-size: 15px;
  letter-spacing: 0px;
  transition: all 0.3s ease-out;
  color: #C18955;
}
.box ul:hover {
  animation-play-state:paused;
}
.box ul li:hover ~ .animation {
  animation-play-state: paused;
}
.box li:hover .pro-pic img{
  -webkit-transform: scale(1.1, 1.1); 
  -moz-transform: scale(1.1, 1.1); 
  transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.6s ease-out; 
  -moz-transition: all 0.6s ease-out; 
  transition: all 0.6s ease-out;
  overflow:hidden;
}
.box li:hover .p1-t h3{
	color: #fa3534; 
}
.box li:hover .p1-t { 
	transition: all 0.3s ease-out;
}
.box li:hover .dianhu span{
  color: #fa3534;
}
.box li:hover .dianhu p{
  color: #fa3534;
}
 .prodtype{
  display: block;
  display: inline;
  text-align: center;
  font-weight: normal;
  background-position: left;
  background-repeat: no-repeat;
  float: left;
  text-transform: uppercase;
  color: #FFF;
  height: 56px;
  text-align: center;
  line-height: 56px;
  margin: 8px 3px;
  overflow: hidden;
  background: url(/static/cmsFront/img/index_producttype_bg.jpg) center no-repeat;
  width: 16%;
}
.prodtype:hover{ color: #C18955;}
.bab{
	border: dashed 4px white;
}
.typebg{
	background: url(/static/cmsFront/img/index_prodtype_bg.jpg) center no-repeat;
}
/**首页车间**/
.workshop_bg{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width:100%; 
	background-position:center; 
	background-repeat:no-repeat; 
	background:url(/static/cmsFront/img/index_work_bg.jpg) center no-repeat;
	background-size:100% 100%;
	margin-top: 2px;
}
/**首页案例project**/
.project_bg{
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width:100%; 
	background-position:center; 
	background-repeat:no-repeat; 
	background:url(/static/cmsFront/img/index_project_bg.jpg) center no-repeat;
	background-size:100% 100%;
	margin-top: 2px;
}
.prodsmt{ margin-top: 20px;}
/**产品详情**/
.productDetail{ width:100%; padding:30px 0; font-size:14px; color:#555555; line-height:255%; text-align:center;}
.productDetail img{ max-width:100%; height:auto; vertical-align:top;height:80%;width:60%}
.prodDetailTitle{ text-align: center; font-size: 24px; color:#C18955; margin-top: 10px;}