﻿.con1{ width:100%; padding-top:10px; height:100px; background:#FFF; border-bottom:1px dashed #9d9d9d;}
.con1_c{ width:1200px; margin:0 auto; display:block; overflow:hidden;}
.con1_c dl{ float:left; width:280px; margin-left:20px; background:url(../image/ic5.jpg) right no-repeat;}
.con1_c dl dd{ float:left; margin-right:10px;}
.con1_c dl dt p{ font-size:18px; line-height:35px; margin-top:5px; color:#202020;}
.con1_c dl dt span{ font-size:14px; color:#626262;}
.con1_c dl:last-child{ background:none;}

    
    /*加载效果*/
#loading{
    display:none;
    background-color: rgba(0, 0, 0, 0.7);
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 99999999;
	margin-top: 0px;
	top: 0px;
}
#loading-center{
	width: 100%;
	height: 100%;
	position: relative;
}
#loading-center-absolute {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 200px;
	width: 200px;
	margin-top: -100px;
	margin-left: -100px;
}
#object{
	width: 80px;
	height: 80px;
	background-color: #FFF;
	-webkit-animation: animate 1s infinite ease-in-out;
	animation: animate 1s infinite ease-in-out;
	margin-right: auto;
	margin-left: auto;
	margin-top: 60px;
}
@-webkit-keyframes animate {
  0% { -webkit-transform: perspective(160px); }
  50% { -webkit-transform: perspective(160px) rotateY(-180deg); }
  100% { -webkit-transform: perspective(160px) rotateY(-180deg) rotateX(-180deg); }
}

@keyframes animate {
  0% { 
    transform: perspective(160px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(0deg) rotateY(0deg); 
  } 50% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(0deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(0deg) ;
  } 100% { 
    transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
    -webkit-transform: perspective(160px) rotateX(-180deg) rotateY(-180deg);
  }
}
    /*加载效果*/



    /*footer*/
    .footer-collect {
        background: #9ac719;margin-top:30px;
        color: #ffffff;
       height:45px;
        width: 100%;
        z-index: 9999;
    }
	    .container {margin:0 auto;
   
        width: 1200px;  height:45px;  line-height:45px;
    }

    .dk-form-box {
        position: relative;
        display: inline-block;
        width: 175px;
        height: 35px;
        vertical-align: middle;
        background: #ffffff;
        color: #999999;
        overflow: hidden;
        margin-right: 30px;
        font-family: microsoft yahei;
    }

    .dk-form-box2 {
        position: relative;
        display: inline-block;
        width: 100px;
        height: 35px;
        vertical-align: middle;
        background: #ffffff;
        color: #999999;
        overflow: hidden;
        font-family: microsoft yahei;
    }
 .dk-form-box2 input[type="text"] {
        border: 0;
        width: 100px;
        height: 35px;
        padding: 0px 15px;
        line-height: 15px;
    }
	   
		.dk-form-box3 {
        position: relative;
        display: inline-block;
        width: 76px;margin-left:-2px;
        height: 35px;
        vertical-align: middle;
        color: #999999;
        overflow: hidden;
        font-family: microsoft yahei;
    }
	 .dk-form-box3 img[type="text"] {
        border: 0;
      float:right;
        height: 35px;
        line-height: 15px;
    }

    .selector {
        position: relative;
        width: 100% !important;
        background: #ffffff;
        border: 0;
        height: 35px;
        line-height: 35px;
        padding: 0 15px;
        color: #999999;
        border-radius: 10px;
    }

    .dk-form-box select {
        position: absolute;
        top: 0;
        padding-left: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 100%;
        background: #ffffff;
        border: 0;
        height: 35px;
        line-height: 35px;
        color: #999999;
        /* opacity: 0; */
        font-size: 14px;
        z-index: 10;
    }

    .dk-form-box .selector:after {
        content: "\e604";
        font-family: "iconfont";
        position: absolute;
        right: 10px;
        top: 3px;
        color: #9ac719;
    }

    .dk-form-box input[type="text"] {
        border: 0;
        width: 100%;
        height: 35px;
        padding: 0px 15px;
        line-height: 15px;
    }

    .dk-form-box input[type="checkbox"] {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }

    .dk-form-box label {
        display: block;
        height: 35px;
        width: 100%;
        line-height: 35px;
        padding-left: 15px;
        color: #999999;
    }

    .dk-form-box input[type="checkbox"]:checked + label {
        color: #9ac719;
    }

    .btn-submit {
        font-size: 16px;
        position: relative;
        display: inline-block;
        width: 132px;
        height: 35px;
        vertical-align: middle;
        background: #ffffff;
        color: #add251;
        /* border-radius: 10px; */
        overflow: hidden;
        border: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

        .btn-submit .iconfont {
            vertical-align: middle;
        }

    .dk-collect-t {
        display: inline-block;
        vertical-align: middle;
        font-size: 18px;
        margin-right: 20px;
        font-family: microsoft yahei;
    }

    .j_order {
        width: 1200px;
        margin: 0 auto;
        text-align: left;
    }

        .j_order input {
            outline: none;
        }

    .fixed {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
    }
	



div#showpages { 
padding:0px;
margin:10px 0px;
width:100%;
white-space: nowrap;
}

div#pagesinfo {
float:left;
padding-top:3px;
white-space: nowrap;
}

div#pages {
float:right;
white-space: nowrap;
}

div#pages ul{
margin:0;
padding:0;
}

div#pages a:link,div#pages a:visited,div#pages a:active{
color:#505050;
text-decoration: none;
}

div#pages a:hover{
color:#ff0000;
text-decoration: none;
}

div#pages li{
margin:3px;
padding:2px 3px;
list-style-type: none;
float:left;
font: 12px Verdana, Arial, Helvetica, sans-serif;
color:#505050;
border:1px #d5d5d5 solid;
white-space: nowrap;
}

div#pages li.pagesnow{
color:#505050;
background-color:#f0f0f0;
white-space: nowrap;
}

div#pages li.pbutton{
color:#505050;
background-color:#f7f7f7;
padding:3px 5px 1px 5px;
white-space: nowrap;
}

div#pages li.opt{
color:#505050;
padding:0px 2px;
white-space: nowrap;
border:0px;
}