@charset "utf-8";
/* CSS Document */
body{
	color:#000;
	font-family:"微软雅黑";
	font-size:14px;
	background:#fff;
}
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote,th, td span{
	margin:0;
	padding:0;
}
figure{ margin:0;}
fieldset, img {
	border:0;	
}
li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input{
	vertical-align:middle;
}

a{
	text-decoration:none;
	color:#000;
} 


.wrapper{
	margin:0 auto;
	overflow:hidden;
}

/*首页头部样式*/
.top1{
	background: rgba(51,51,51,0);
	position:fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
height: 80px;
	transition: background .3s;
}
.top1.fixed {
    background: rgba(51,51,51,1);
    -webkit-box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
    box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
}
.top1 .logo1 {
    z-index: 5;
    left: 6.9%;
    top: 50%;
    width:88px;
    height:58px;
    margin-top:10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(http://sdjurassic.com/Views/PC/Default/statics/images/logo_03.png) ;
}
.top1.fixed .logo1 {
    background-image: url(http://sdjurassic.com/Views/PC/Default/statics/images/logo_03.png);
}
.top-box1{
	width:1200px;
	margin:0 auto;
}
.logo1{
	float:left;
	margin:10px 0;
}
.nav1{
	float:right;
	padding:25px 0;
}
.nav1 li{
	width:88px;
	float:left;
	    text-align: right;
    margin-left: 110px;
}
.nav1 li a{
	color:#fff;
	font-size:20px;
}
.nav1 li a:hover{
	width:66px;
	border-bottom:1px #fff solid;transition-duration: .5s
}


/*内页头部样式*/
.top{
	background: rgba(51,51,51,0);
	position:fixed;
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
height: 80px;
	transition: background .3s;
}
.top.fixed {
    background: rgba(51,51,51,1);
    -webkit-box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
    box-shadow: 0 14px 56px -15px rgba(10, 25, 48, 0.2);
}
.top .logo {
    z-index: 5;
    left: 6.9%;
    top: 50%;
    width:88px;
    height:58px;
    margin-top:10px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(http://sdjurassic.com/Views/PC/Default/statics/images/logo_03.png) ;
}
.top.fixed .logo {
    background-image: url(http://sdjurassic.com/Views/PC/Default/statics/images/logo_03.png);
}
.top-box{
	width:1200px;
	margin:0 auto;
}
.logo{
	float:left;
	margin:10px 0;
}
.nav{
	float:right;
	padding:25px 0;
}
.nav li{
	width:88px;
	float:left;
	    text-align: right;
    margin-left: 110px;
}
.nav li a{
	color:#fff;
	font-size:20px;
}
.nav li a:hover, .nav li a.cur{
	width:66px;
	border-bottom:1px #fff solid;    transition-duration: .5s;
}




.banner{
	margin:0 auto;position:relative;
}
.banner1{
	margin:0 auto;height:500px;
}
.about{
	background:#f2f2f2;
	overflow:hidden;
}
.about-box{
	width:1200px;
	padding:113px 0;
	overflow:hidden;
	margin:0 auto
}
.about-box img{
	float:left;
}
.about-box dl{
	float:right;
	width:645px;
}
.about-box dl h1{
	font-size:30px;
	color:#333;
	font-weight:bold;
	padding-bottom:14px;
}
.about-box dl h2{
	font-size:18px;
	color:#656565;
}
.about-box dl p{
	margin-top:0px;
	line-height:30px;
	color:#656565;
	font-size:16px;
}
.fuwu{
	padding:70px 0;
	overflow:hidden;
}
.fuwu-box{
	width:1200px;
	margin:0 auto;
}
.fuwu-box h1{
	font-size:30px;
	color:#333;
	text-align:left;
	font-weight:bold;
	padding-bottom:14px;
}
.fuwu-box h2{
	font-size:18px;
	text-align:left;
	color:#656565;
}
/*产品页 图片滑动*/
/*图片逐渐放大效果*/
.delay{ -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; overflow:hidden;}
.delay:hover{ transform: scale(1.08,1.08); -moz-transform: scale(1.08,1.08); -ms-transform: scale(1.08,1.08); -webkit-transform: scale(1.08,1.08); -o-transform: scale(1.08,1.08);}

.w-big{max-width: 86.2%;margin: 0 auto;position: relative;}
.w-mid{margin: 0 auto;position: relative;}
.w-sml{max-width: 1080px;margin: 0 auto;position: relative;}
.mt-sml{margin-top: 30px;}
.t-big{font-size: 24px;}
.t-mid{font-size: 18px;}
.t-sml{font-size: 14px;}
.ovf{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.ovfMore{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;}
.transition-t5{transition: all .5s;}
.font-white{color: white;}
.disNo{display: none;}
.mask{position: relative;}
.mask::after{content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0, 0, 0, 0.1);transition: all .5s;}
.trans-3{-webkit-transition: all .3s; transition: all .3s;}

/* product */
.product{
    background: url("http://sdjurassic.com/Views/PC/Default/statics/images/product-bg_15.jpg") no-repeat;
	overflow:hidden;
    padding-top: 1px;
}
.product .content{
    margin-left: -15px;
}
.product .product-show{
    width:23%;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    float: left;
    padding-left: 15px;
}
.product .product-show img{
    width: 100%;
}
.product .product-show .text-wrap{
    display: block;
    position: absolute;
    top: 20px;
    left: 35px;
	right: 20px;
	bottom: 20px;
	padding: 10px;
    border: 1px solid transparent;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}
.product .product-show figcaption{
    position: relative;
    margin-bottom: -.7rem;
	margin-top:30%;
	padding-bottom: 3.16rem;
    font-size: 20px;
	line-height: 24px;
}
.product .product-show p{
    margin-top: .5rem;
    opacity: 0;
    font-size: 14px;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .product-show .text-wrap .more{
    margin-top:-4.7rem;
    opacity: 0;
    font-size: 16px;
    text-transform: uppercase;
}

.product .product-show:hover .text-wrap{
    border-color: rgba(255,255,255,.5);
}
.product .product-show figcaption::after{
    content: "";
    background: transparent;
    transition: all .5s;
    width: 2em;
    height: 2px;
    position: absolute;
    left: 50%; 
    bottom: -.1rem;
    margin-left: -1em;
}
@media (max-width: 1440px){
	.product .product-show p{
		height: 90px;
	}
}
@media (max-width: 1199px){
	.product .product-show .text-wrap{
		top: 15px;
		left: 30px;
		right: 15px;
		bottom: 15px;
		border-color: rgba(255,255,255,.5);
	}
	.product .product-show p, .product .product-show .text-wrap .more{
		display: none;
	}
	.product .product-show figcaption{
		margin-top: 0;
		margin-bottom: 0;
	}
}
@media (min-width: 1200px){
	.product .product-show:hover figcaption{
		margin-bottom: 0;
		margin-top: 0;
	}
	.product .product-show:hover figcaption::after{
		bottom: 0;
		background: #fff;
	}	
	.product .product-show:hover p,.product .product-show:hover .more{
		opacity: 1;
	}	
}





/* product */
.radius-5{-webkit-border-radius: 5px; border-radius: 5px;}
.radius-half{-webkit-border-radius: 50%; border-radius: 50%;}
input::-webkit-input-placeholder{color: #999;} 
input:-moz-placeholder{color: #999;} 
input::-moz-placeholder{color: #999;} 
input:-ms-input-placeholder{color: #999;} 
.search-box, .search-box .weui-cell__bd, .search-box .weui-cell__bd input{height: 100%;}
.search-box .weui-cell__bd input{padding-left: .4rem; padding-right: .4rem; font-size: .24rem; color: #999; font-family: "BarlowSemiCondensed-Regular";}
.search-box .weui-cell__ft{display: flex; height: 100%; width: 25%;}
.search-box .weui-cell__ft input{height: 100%; width: 100%; text-align: center; background: #27c940; color: #fff; font-size: .26rem;}
.probox{padding-bottom: .9rem;}
.probox-hd .weui-cell__hd{position: relative; width: 24px; height: 24px; background: #27c940;}
.probox-hd .weui-cell__hd span{position: absolute; display: block; top: 50%; left: 50%; margin-top: -4px; margin-left: -5px; width: 8px; height: 8px; border-top: 2px solid #fff; border-right: 2px solid #fff; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
.probox-hd .weui-cell__hd i{position: absolute; display: block; left: 50%; top: 50%; width: 8px; height: 2px; margin-top: -1px; margin-left: -4px; background: #fff;}
.probox-hd .weui-cell__hd i:nth-of-type(2){-webkit-transform: rotate(90deg); transform: rotate(90deg);}
div.probox-hd p{margin-left: 18px; font-size: 18px; font-weight: bold; text-transform: uppercase;}
a.probox-hd p{margin-left: 10px; font-size: 14px; color: #27c940; text-transform: uppercase;}
.probox-btn{margin-left: -10px; margin-right: -10px;}
.probox-btn .col-xs-12{margin-bottom: 18px; padding-left: 10px; padding-right: 10px;}
.probox-btn a{display: block; padding: 7px; color: #666; text-align: center; border: 1px solid #d4d4d4; -webkit-border-radius: 3px; border-radius: 3px;}
.probox >.row{margin-left: -19px; margin-right: -19px;}
.probox >.row >.col-xs-12{padding-left: 19px; padding-right: 19px;}
.probox-item{position: relative; top: 0; margin-bottom: .48rem; padding: 30px 20px; background: #fff; -webkit-transition: top .3s; transition: top .3s; -webkit-box-shadow: 0 0 10px rgba(204,204,204,.2);box-shadow: 0 0 10px rgba(204,204,204,.2);}
.probox-item .imgbox{margin-top: 27px; margin-bottom: 30px;}
.probox-item .imgbox img{width: 100%; height: 100%; object-fit: cover;}
.probox-item:hover{top: -10px;}

/*底部样式*/
.footer{min-width:1200px;background-color:#1b1b1b}
.footer-wrap{width:1200px;padding:37px 0 0 0;margin:0 auto;overflow:hidden}
.footer-wrap dl dt{font-size:16px;color:#fff;border-bottom:#3b3b3b solid 1px;padding:0 0 12px 0;position:relative}
.footer-wrap dl dt:before{background:#3b3b3b;position:absolute;left:0;bottom:-2px;font-size:0;width:26px;height:3px;display:block;content:""}
.footer-wrap dl dt span{font-size:12px;color:#666;padding:0 0 0 12px;font-family:Verdana}
.footer-wrap .linkcon{padding:16px 0 0 0}
.footer-wrap .linkcon a{color:grey;font-size:14px;white-space:nowrap;margin:0 12px 10px 0;float:left}
.footer-wrap .footer-otherlink{width:330px;float:left}
.footer-wrap .footer-outdoorinfo{width:170px;float:left;margin-left:80px}
.footer-wrap .footer-mobile,.footer-wrap .footer-wechat{width:232px;float:left;margin-left:78px}
.footer-wrap .footer-mobile dd,.footer-wrap .footer-wechat dd{padding:16px 0 0 0}
.footer-wrap .footer-mobile dd img,.footer-wrap .footer-wechat dd img{width:80px;height:80px;border-bottom:#e86c43 solid 1px;float:left;margin:0 20px 0 0}
.footer-wrap .footer-mobile dd p,.footer-wrap .footer-wechat dd p{color:grey;font-size:14px;line-height:2;margin:0;padding:10px 0 0 0}
.footer-copyright{width:1200px;margin:0 auto;padding:35px 0 35px 0;overflow:hidden;text-align:center;color:#444; font-size:12px;}

/*内页*/
.ny-main{
	width:1200px;
	margin:0 auto;
	padding:36px 0 30px;
}
.xl-box{
	width:1200px;
	margin:0 auto;
}
.xl-box h1{
	font-size:30px;
	color:#333;
	text-align:left;
	font-weight:bold;
	padding-bottom:14px;
}
.xl-box h2{
	font-size:18px;
	text-align:left;
	color:#656565;
	margin-bottom:36px;
}
.xlimg-box{
	overflow:hidden;
	border-bottom:2px dashed #b1b1b1;    margin-bottom: 4px;
	
}
.xl-box p{
	font-size:15px;
	line-height:25px;
}
.xlimg-left{
	float:left;
	position:relative;
}
.xlimg-left img{
	    width: 813px;
            height: 382px;
}   
.logo-bg{
	position:absolute;
	left:30px;
	top:30px;
	
	padding:10px;
}
.logo-bg img{
	float:left;
	width:78px;
	height:48px;
}
.logo-bg h1{
	float:left;
	font-size: 20px;
    padding-top: 10px;
	color:#fff;
}
.xlimg-box ul{
	float:right;
	background:rgba(0,0,0,0.8);
	color:#fff;
        padding: 20px 13px;   
	width:360px;
        height: 342px;
	
	-webkit-writing-mode:vertical-rl;/*垂直方向自右而左的书写方式*/    
	}
.xlimg-box ul li{
	display: table-cell;
        text-align-last: left; /*最后一行向左对齐*/
        font-size:20px;
	line-height:30px;
        width: 510px;height: 340px;font-family: "楷体","楷体_GB2312";
	}
	
.yy-box{
	overflow:hidden;
}
.yy-box li{
	width:390px;
	float:left;
	margin:0 10px 10px 0;
}
.yy-box li img{
	width:100%;
}
.yy-box li span{
	display:block;
	background:#e2e2e2;
	padding:12px 0;
	text-align:center;
}
.yy-box li span a{
		color:#333;
	}

/*关于*/

.about-main{
	width:1200px;
	margin:0 auto;
	}
.about-box1{
	padding:50px 0;
	overflow:hidden;
	width:1200px;
	margin:0 auto;
}
.about-left{
	width:650px;
	float:left;
}
.about-left h1{
	font-size:24px;
	font-weight:bold;
	width:96px;
	border-bottom:1px solid #000;
	padding-bottom:13px;
}
.about-left p{
	line-height:26px;
	font-size:15px;
	color:#424242;
	padding-top:18px;
}
.about-box1 img{
	float:right;
}
/*合作*/
.hezuo{
	background:#edf2f5;
	padding-bottom:33px;
	overflow:hidden;
}
.hezuo-box{
	width:1200px;
	margin:0 auto;
	background:url(http://sdjurassic.com/Views/PC/Default/statics/images/hezuo_05.gif) right no-repeat;
	height:411px;
}
.hezuo-box h1{
	font-size:24px;
	margin:50px 0 18px;
	font-weight:bold;
	width:96px;
	border-bottom:1px solid #000;
	padding-bottom:13px;
}
.hezuo-box span{
	width:625px;
	height:75px;
	line-height:75px;
	background:#87c494;
	font-size:18px;
	color:#fff;
	padding-left:25px;    display: block;
    margin-top: 35px;
}
/*联系*/
.lixi-box{
	height:376px;
	background:url(http://sdjurassic.com/Views/PC/Default/statics/images/lixi-box.jpg) no-repeat center;
}
.lixi-b{
	width:1200px;
	margin:0 auto;
	color:#fff;
}
.lixi-b h1{
	font-size:24px;
	padding-top: 50px;
	font-weight:bold;
	width:96px;
	border-bottom:1px solid #fff;
	padding-bottom:13px;
	color:#fff;
}

.lixi-b ul{
	overflow: hidden;
	padding-top:50px;
}
.lixi-b ul li{
	width:290px;
	float:left;
	text-align:center;
    margin-right: 110px;
}
.lixi-b ul li strong{
	display:block;
	font-size:16px;
	padding:16px 0;
}
.lixi-b ul li span{
	font-size:14px;
}

/*分页样式*/
.xypg-pagination{text-align:right;margin:15px auto}
.xypg-pagination .pageBox{display:inline-block}
.xypg-pagination a, .xypg-pagination span{background:#fff;vertical-align:middle;border:1px solid #eee;color:#444;padding:5px 8px;margin:0 3px;font-size:12px}
.xypg-pagination a:hover{background:#eee;color:#00641c}
.xypg-pagination span.current{background:#0d60a9;color:#fff}
.xypg-pagination span.disable{background:#f2f2f2;color:#999}