/*初始化样式*/
html{margin:0;padding:0;border:0;}
body,div,span,object,iframe,h1,h2,h3,h4,p,blockquote,pre,a,address,code,b,em,img,
dl,dt,dd,ol,ul,li,fieldset,form,label,footer,
header,hgroup,navs,section
{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;position:relative;font:12px/1.5 Microsoft YaHei,arial,宋体,sans-serif;vertical-align:baseline;width:100%;overflow-x:hidden;}
a{text-decoration:none;outline:none;}
a:link{color:#333;}
a:hover,a:active,a:focus{text-decoration:none;outline:none;}


input{padding:0;margin:0;font-family:'Microsoft YaHei';}
img{border:none;background:none;vertical-align:middle;}
ul,ol,li{list-style-type:none;}
select,input,img,select{vertical-align:middle;}
table{border-collapse:collapse;border-spacing:0}
table, th, td {vertical-align: middle}
.clearfix:after{content: ".";display: block;height: 0;clear: both;overflow: hidden;visibility: hidden;}
.clearfix{zoom:1}
.clearboth{height:0px;line-height:0px;overflow:hidden;clear:both;font-size:0px;}

h1,h2,h3,h4{font-size:12px;font-weight:bold;}
hr {border: 0;border-top:1px solid #ccc;height:0;}




/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


/*滚动*/
#demo{overflow:hidden;width:100%;margin:0 auto;}
#indemo {float: left;width:800%!important;}
#demo1 {float: left;}
#demo2 {float: left;}

#m_demo{overflow:hidden;width:92%;margin:0 auto;}
#m_indemo {float: left;width:800%!important;}
#m_demo1 {float: left;}
#m_demo2 {float: left;}


.wh{width:1240px;margin:0 auto;}
.pos{position: relative;width:1920px;left:50%;margin-left:-960px;}

.com-img{ display:inline; overflow:hidden;margin:0 auto;display: table;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}



.roll_product {float: left;}

.plist{margin-top: 56px;}
.plist li{margin-right: 15px;margin-bottom: 15px;}
.plist li:nth-child(3n){margin-right: 0;}
.plist li a.img{border:1px solid #e5e5e5;display: block;}
.plist li a.img img{width: 388px;height: 388px;}
.plist li h3 a{display: block;color: #fff;font-size: 16px;font-weight: normal;}

/*头部样式*/
.top1{/*background:url(../images/head.png) repeat-x top center;*/height: 92px;/*position: absolute;top: 0;left: 0;right:0;margin-bottom: 1px;*/z-index:99;background:#fff;}

.logo{float:left;line-height:90px;}




.topLink{float:right;text-align:right;position: relative;z-index: 9999;}
.topLink .k1 a{color: #595959;}
.topLink .k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}


/*热门搜索*/
.sou{margin: 15px 0;}
#formsearch{float:right;}
.hotSearch{float:left;height:24px;line-height:24px;font-weight:normal;}
#search-type{float: left;width:100px;height: 24px;border: 1px solid #c8c8c8;margin-right: 5px;}


/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;}
#formsearch input{height:22px;background:#fff;border:1px solid #c8c8c8;line-height:22px;}
#formsearch input#keyword{height:22px;line-height:22px;padding-left:4px;color:#666;}
#formsearch input#s_btn{width:46px;height:24px;line-height:24px;text-align:center;background-color:#666666;color:#fff;border:none;cursor:pointer;font-size: 12px;}

#formsearch input::-webkit-input-placeholder {color:#ffffff;}
#formsearch textarea::-webkit-input-placeholder {color: #ffffff;}

.search {
    position: relative;
    float: right;
    width:50px;
    height: 90px;
    cursor: pointer;
    z-index: 99;
    right: 0;
}

.search1 {
    width: 20px;
    height: 90px;
    background: url(../images/sou.png) no-repeat center center;
}

#formsearch1 {
    position: absolute;
    z-index: 20;
    top:92px;
    right:0;
    display: none;
    width: 350px;
    margin-left: -20px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    background: #fff;
}

#formsearch1 input {
    position: absolute;
    top: 1px;
    width: 100%;
    height: 34px;
    -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

#formsearch1 input:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.sinput {
    position: relative;
    height: 36px;
}

#formsearch1 input#keyword {
    outline: none;text-indent:6px;
}

#formsearch1 input#s_btn {
    position: absolute;
    z-index: 2;
    top: 1px;
    right: -1px;
    width: 39px;
    height: 34px;
    border: 0;
   outline:none;color:#fff;background:#005ea6;
    cursor: pointer;font-size:13px;
}


.search .triangle {
    position: absolute;
    top: -15px;
    right: 0;
    display: none\9;
    overflow: hidden;
    width: 320px;
    height: 15px;
}




/*首页banner*/
.banner{width:1920px;margin:0 auto;position:relative;left:50%;margin-left:-960px;height:500px;}
.banner ul.bb{position:relative;padding:0px;margin:0px;z-index:5;}
.banner ul.bb li{position:absolute;display:none;}
.banner .num{position:absolute;right:46%;bottom:10px;z-index:100;}
.banner .num li{width:18px;height:18px;display:inline-block;margin:0 4px;background:#fff;line-height:18px;
	text-indent:-100px;overflow:hidden;border-radius:10px;}
.banner .num li.num_hover{background-color:#ff7c00;}
.banner .num li.num_hover a{color:#fff;}
.banner .num li a{float:left;display:block;text-align:center;color:#666;text-decoration:none;cursor:pointer;width:18px;height:18px;line-height:18px;}



/*首页banner*/
.xyin-banner {
	position: relative;
	width:1920px;
	left: 50%;
	margin-left: -960px;
}
.xyin-banner::before{
	content: "";
	position: absolute;
	width:620px;
	height:2px;
	background: #fff;
	left: 0;
	bottom: 124px;
	z-index: 999;
}
.slick-banner {
    position: relative;
}
.pagingInfo {
    left: 654px;
    position: absolute;
    z-index: 999;
    color: #fff;
    text-align: right;
    font-size: 44px;
    bottom: 100px;
    font-weight: 600;
}

.slick-banner .slick-arrow {
    position: absolute;
    z-index: 99;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    top: 50%;
    cursor: pointer;
    outline: none;
    border: none;
    font-size: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.slick-banner .slick-arrow.slick-prev {
    left: 7.8125%;
    background: url(../images/left1.png)no-repeat;
}

.slick-banner .slick-arrow.slick-next {
    right: 7.8125%;
    background: url(../images/right1.png) no-repeat;
}



.slick-banner .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: 60px;
}

.slick-banner .slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin:0 6px;
    border-radius: 50%;
    background: #0d9786;
    cursor: pointer;
}

.slick-banner .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.slick-banner .slick-dots li.slick-active {
    background: none;;
    width:12px;
    height:12px;
    margin-top:0;
    border:1px solid #0d9786;
    border-radius:50%;
}

.slick-banner .img img {
	width: 1920px;
	height: 824px;
}

.slick-banner .slick-con {
    position: relative;
}





/*导航栏样式*/
.nav1{width:850px;}
#menu{}

.navs li{text-align:center;float:left;position:relative;z-index:999;width:137px;}

.navs li a{display:block;line-height:90px;color:#000;height:90px;padding:0;font-size:18px;padding:0;}
.navs li a:hover{color:#fff;text-decoration:none;background-color:#e15616;}


.navs .sec{height:0;background:#009b4c;color:#fff;overflow:hidden;z-index:9999;position:absolute;top:90px;left:0px;width: 100%;}
.navs .sec a{background:#009b4c;color:#fff;height:38px;line-height:38px;font-size: 14px;}
.navs .sec a:hover{background:#e15616;text-decoration:none;}




.product_list1{margin-top:38px;}
.product_list1 li{float:left;margin-right:57px;margin-bottom:28px;}
.product_list1 li:nth-child(4n){margin-right:0;}
.product_list1 li img{width:257px;height:293px;}
.product_list1 li h3{text-align:center;font-weight:normal;color:#3f3f3f;font-size:20px;}




.about-index{
    padding-top: 59px;
    background: url(../images/abbj.jpg) no-repeat center;
    min-height: 646px;
    background-size: cover;
}

.about-left{
    width:540px;
}
.about-title{
    font-size: 36px;
    color: #333333;
    text-transform: uppercase;
}

.about-title1{
    font-size: 20px;
    color: #666666;
    display:none;
}

.about-con{
    font-size: 15px;
    line-height: 2;
	margin-top: 35px;
	color: #666666;
}

.about-con p{
    
}

.about-more{
	width:148px;
	height:44px;
	border:1px solid #cccccc;
	margin-top: 68px;
}
.about-more a{
	display: block;
	font-size: 13px;
	color: #666666;
	line-height: 44px;
	text-align: center;
}
.about-right{
    widows: 598px;
    height: 400px;
}


.box2{padding-top: 75px;background:url(../images/box2bj.jpg) no-repeat center;min-height: 345px;background-size: cover;}
.c2-con ul{text-align:center;}
.c2-con ul li{width: 300px;border-right: 1px solid #dddddd;position: relative;float: left;height: 156px;padding-top: 15px;}
.c2-con ul li:last-child{border-right: 0;}
.c2-con ul li .count-title{font: bold 60px/50px "Impact";color: #cc3333;display:inline-block;}
.c2-con ul li dt{font-size:14px;color: #666666;display:inline-block;padding-left: 15px;font-weight: normal;}
.c2-con ul li p{font: normal 16px/32px "Microsoft YaHei";color: #666666;text-align: center;/*text-indent:70px;*/margin-top: 30px;}

.box3{
	background: url(../images/bj2.jpg) no-repeat top center;
/*	height: 785px;*/
	height: 1050px;
	position: relative;
	left:50%;
	margin-left: -960px;
	width:1920px;
	/* margin-top: 80px; */
	/* overflow: hidden; */
	    background-size: cover;
}

.box3 .title1{
	font-size: 36px;
	color:#333333;
	text-align: center;
	padding-top: 50px;
}
.box3 .title1 p{
	font-size: 16px;
	color: #999999;
}

.sort1{
	margin: 0 -8px;
	margin-bottom: 16px;
	margin-top: 40px;
}

.sort1 li{
	float: left;
	width: 255px;
	height: 268px;
	height: 383px;
	margin: 0 70px;
	position: relative;
	margin-bottom: 16px;
}

.sort1 li img{
	width:255px;
	height:330px;

}

.sort1 li .wenzi{
	position: absolute;
	top: 322px;
	width: 200px;
	/* height: 90px; */
	background: rgba(255,255,255,0);
	left: 50%;
	margin-left: -103px;
}
.sort1 li .wenzi a{
	display: block;
	font-size: 24px;
	color: #333333;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
}
.sort1 li .wenzi a span{
	display: block;
	font-size: 14px;
	color: #333333;
	font-family: "Arail";
}



.box4 .title1{
	font-size: 36px;
	color:#333333;
	text-align: center;
	padding-top: 50px;
}
.box4 .title1 p{
	font-size: 16px;
	color: #999999;
}
.ads1{
	margin:0 -17px;
	margin-top: 40px;
}
.ads1 li{
	float: left;
	position: relative;
	margin: 0 7px;
	margin-bottom: 28px;
}

.ads1 li h3{
	position: absolute;
	height: 40px;
	background: rgba(0,0,0,.5);
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 40px;
}


.box5{
	background: url(../images/bj3.jpg) no-repeat top center;
	height: 630px;
	position: relative;
	left:50%;
	margin-left: -960px;
	width:1920px;
	margin-top: 70px;
	overflow: hidden;
}

.box5 .title1{
	font-size: 36px;
	color:#333333;
	text-align: center;
	padding-top: 50px;
}
.box5 .title1 p{
	font-size: 16px;
	color: #999999;
}

.box6{
    background:#fff;
    padding-bottom:84px;
}

.box6 .bd{
    position:relative;
}
.box6 .bd .img{
    width:299px;
}
.box6 .bd img{
    max-width:100%;
    height:auto;
        padding-right: 15px;
}

.news-con{
	margin-top: 50px;
	background: #fff;
	padding: 40px 30px;
}

.news1{
	width: 300px;
	
}

.news2{
	width: 365px;
	
}
.news-title{
	font-size: 18px;
	color: #333333;
	border-bottom: 1px solid #cccccc;
	height: 40px;
}

.news-title span{
	font-size:12px;
	color:#999999;
	font-family: "Arail";
	font-weight: normal;
	padding-left:10px;

}

.news11{

}

.news11 li img{
	width:300px;
	height: 248px;
}

.news11 li a{
	display: block;
	background: url(../images/more.jpg) no-repeat right center;
}

.news11 li span{
	display: block;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
}


.news-list1 li a{
	display: block;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	padding-top: 20px;
}
.news-list1 li p{
	padding-top: 15px;
}
.news-list1 li h2{
	width: 22px;
	height: 2px;
	background: #cc3333;
	margin-top: 15px;
}
.news-list1 li span{
	display: block;
	font-size: 12px;
	color: #999999;
	font-family: "Arial";
	margin-top: 12px;;
}


/*友情链接*/
.f_link{width:1200px;line-height:40px;margin:0 auto;background: url(../images/link.png) no-repeat left;}
.f_link a{
    color:#000;
    padding-right:6px;
}

/*页面底部*/
#footer{height:321px;background:#009b4c;}
.ff_er{width:324px;height: 304px;background:#009b4c;}
.ff_er h3{font-weight: normal;color: #fff;font-size: 24px;padding-top:42px;}
.ff_er .er{margin-top:30px;text-align: center;font-size: 20px;color: #fff;line-height:50px;}
.ff_cont h3{color: #fff;font-size: 24px;font-weight: normal;margin-bottom: 6px;}
.ff_cont{width: 414px;padding-right: 65px; background: url(../images/line2.png) no-repeat right top;margin-top: 42px;color: #fff;font-size: 14px;line-height: 26px;border-right: 1px solid #d8e1dd;padding-bottom: 20px;}
.ff_cont a{color: #fff;font-size: 14px;}
.navs_foot{width: 395px;margin-top: 65px;line-height: 39px;}
.navs_foot a{color: #fff;font-size: 14px;}
.copyright{text-align:center;line-height:24px;}

.x-layout{
	background: #333333;
	padding:0;
	padding-top: 35px;
	padding-bottom: 35px;
}

.x-layout-menu dl{
	width:190px;
	text-align: left;
}

.x-layout-menu dl dt{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
}

.x-layout-menu dl dd a{
	font-size: 13px;
	color:#cccccc;
	line-height: 26px;
}

.ff2 .f-title{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}
.ct{
	font-size: 13px;
	color:#cccccc;
	line-height: 26px;
}
.erq{
	text-align: center;
	width:220px;
	color: #cccccc;
	line-height: 40px;
	font-size: 13px;
}

.foot2{
	background: #333333;
	height: 74px;
	border-top: 1px solid #cccccc;
}


.cop{
	width:1070px;
	color: #cccccc;
	font-size:13px;
	line-height: 74px;
}
.cop a{
	color: #cccccc;
	font-size:13px;
}

.yqlj{
	width:170px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	color: #cccccc;
	font-size:13px;
	line-height: 74px;
	background: url(../images/link.png) no-repeat 130px center;
	padding-left: 26px;
}
.x-footer{
	background: #333333;
	color: #ccc;
	padding: 10px 0;
	border-top:1px solid #cccccc;
}

.x-footer a{
	color: #ccc;
}
.x-copyright{
	margin:0;
}

/*内页左侧样式*/


.container{width: 1200px!important;margin: 0 auto;padding: 0;}

/*.left{width: 225px;float: left;}
.right{width: 940px;float: right;}
.xypg-case-list li{width:300px;}
.xypg-product-list li{width: 293px;}
.xypg-product-list li .img img{width: 271px;height: 205px;}
.relate-product-slick .owl-item .img img{    width: 213px;height: 159px;}
.xypg-case-list li .img img{width: 300px;height: 300px;}
.page-product-inquiry a{color: #fff;}
.page-mob-tool{display: none;}*/
.page-product-inquiry a{color: #fff;}