﻿@charset "utf-8";
/*public */
body, div, dl, dt, dd, ul, ol, li, h1, h2,h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td,img {
    margin: 0;
    padding: 0;
}
body{
    color: #333;
    min-width: 1220px;
    background: #f8f8f8;
    color: #2c2c2c;
    font:14px/1.5 Roboto,Helvetica,Tahoma,Arial,"Microsoft YaHei";

}
input, textarea, keygen, select, button {

    font: 13.3333px Arial;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
em, i {
    font-style: normal;
}
a{
    text-decoration: none;
}
a:focus,a:hover {
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    border: none;
}
label{
    font-weight: normal;
    margin: 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.bg{
	background: #fff;
}
.chs-ul
{
    letter-spacing:-4px;
    }
.removeFile img
{
    border:none;
    margin-right:0;
    position: absolute;
    width: 20px;
    height: 20px;
    right: -7px;
    top: -7px;
    display:none;
    cursor:pointer;
    } 
.upload-box
{
    position: relative;
    width: 58px;
    height: 58px;
    display:none;
    float: left;
    margin-top: -45px;
    margin-left:6.5px
    }
.upload-box:hover .removeFile img
{
    display:block
    }           
/*content*/
.auto-w{
	width: 1200px;
    margin: 0 auto;
}
.header{
	padding-top: 10px;	
	width: 100%;
}
.header-box{
    height: 50px;
}
.logo{
	width: 154px;
	height: 49px;
}
.logo a{
	display: block;
}

.logo a img{
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.header-top-r ul li{
	float: left;
}
.header-top-r ul li a{
	display: block;
	margin-left: 25px;
	color: #888888;
}
.header-top-r ul li a:hover{
	color: #ff6d18;
}
.nav-list{
	display: inline-block;
	vertical-align: top;
	margin-top: 19px;
    font-size: 16px;
}
.nav-list li{
	display: inline-block;
	margin-right: 50px;
}
.nav-list li.active-sign{
	background:none;
	margin-right: 0;
}
.nav-list li:hover.active-sign{
	background:none;
}
.nav-list li a{
	display: inline-block;
	color: #333333;
	
}
.nav-list li a span,.sign{
	
}
.navbar-active{
	margin-top: 10px;
	margin-right: 92px;
}
.nav-list li.active-sign.active{
	background: none;
}
.nav-list li.active a{
	color: #1e5eb5;
	border-bottom: 2px solid #1e5eb5;
}
.nav-list li a:hover,.nav-list li span.join a:hover{
	color: #1e5eb5;
	border-bottom: 2px solid #1e5eb5;
}

.sign:after{
	content: '';
    position: absolute;
    height: 16px;
    top: 3px;
    left: 112%;
    border-right: 1px solid #5d5d5d;
}
.sign{
	position: relative;
	margin-right: 12.5px;
}
.Search {
    float: right;
    margin-top: 7px;
    width: 430px;
    position:relative;
    margin-right:-4px;
}
.SearchBorder {
    display: inline-block;
    position: relative;
    width: 88%;
    height: 43px;
    border: 1px solid #0f55ae;
    border-right: 0px;
    margin-right: -4px;
}
.SearchListDown {
    float: left;
    width: 28%;
    height: 41px;
    border-right: 1px solid #888888;
    line-height: 41px;
    cursor: pointer;
    text-align: center;
}
.SearchListDown span {
    font-size: 14px;
    color: #0f55ae;
    display: inline-block;
}
.SearchBorder ul {
    position: absolute;
    top: 41px;
    left: -1px;
    width: 28.3%;
    background: #fff;
    border: 1px solid #0f55ae;
    display: none;
    z-index: 20;
}
.SearchBorder ul li {
    padding-left: 16px;
    line-height: 24px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.SearchBorder ul li a {
    color: #0f55ae;
    display: block;
}
.Search input[type=text] {
    float: left;
    padding: 0 16px;
    width: 72%;
    height: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #333;
    border: 0px;
}
.Search input[type=button] {
   height: 43px;
    color: #fff;
    cursor: pointer;
    width: 12%;
    border: none;
    background:url(../images/search.png) center 7px no-repeat;
    background-color: #0f55ae;
    position:absolute;
    top:0px    
}
.Search input[type=button]:hover {
    background-color:#0b62d2;
}
.SearchListDown:hover,.SearchBorder ul li:hover{
	background: #ececec;
}
/*轮播图开始*/

#slideWrap{
    width: 100%;
    height: 638px;
    overflow: hidden;
    position: relative;
}
/*
#slideWrap ul.slide{
    width: 1600px;
    position: relative;
    left: 50%;
    margin-left: -800px;
}
*/
#slideWrap ul.slide{
    width: 100%;
    position: relative;
}
#slideWrap ul.slide li{
    position: absolute;
    top:0px;
    display: none;
    z-index: 0;
}
#slideWrap ul.num{
    position: absolute;
    bottom:20px;
   text-align: center;
   left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
}
#slideWrap ul.num li{
    width: 60px;
    height: 10px;  
    background: rgba(233,233,233,0.5);
    color: #ffffff;
    float: left;
    margin-right: 20px;
}
#slideWrap ul.num li:hover{
    cursor: pointer;
}
#slideWrap ul.num li.current{
    background: #fff;
}
#slideWrap ul.slide li img
{
    width:100%;
	height: 638px;
	
}

/*Characteristic service*/
.section-h3{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 25px;
	font-weight: 600;	
}
.chs-ul li{
	display: inline-block;
	width: 25%;
	padding: 50px 25px;
	vertical-align: top;
	text-align: center;
	position: relative;	
	letter-spacing: 0;
}
.chs-ul li span{
	display: block;
	font-size: 18px;
	color: #333333;
	margin-top: 10px;
    margin-bottom: 25px;
    font-weight: 600;
}
.chs-ul li p{
	text-align: left;
	color: #888888;
}
.chs-ul li:after{
	content: '';
    position: absolute;
    height: 160px;
    top: 120px;
    left: 100%;
    border-right: 1px solid #ededed;
}
.chs-ul li:last-of-type:after{
	border-right:none
}
.chs-ul li:hover img {
	transform: translate(0,-5px);
    -webkit-transform: translate(0,-5px);
    transition: all 0.3s ease;
}
.chs-ul li:hover span{
	color: #ff6d18;
    transition: all 0.3s ease;
}
.hover{
	position: absolute;
	left: 0;
	top:0;
	background: rgba(30,85,177,0.8);
	width: 100%;
    height: 100%;
    padding-left: 40px;
    padding-top: 35px;
    box-shadow: 1px 10px 15px #d8d7d7;
     transition: all 1.5s ease;
     transition:opacity 1.5s;
     -moz-transition:opacity 1.5s; /* Firefox 4 */
     -webkit-transition:opacity 1.5s; /* Safari and Chrome */
     -o-transition:opacity 1.5s; /* Opera */
     visibility: hidden;
     opacity: 0
}
.specil-ul>li:hover .hover{
	 visibility: visible;
     opacity: 1
}
.specil{
	margin-top: 25px;
}
.specil-ul{
	border: 1px solid #ededed;
	letter-spacing: -4px;
}
.specil-ul>li{
	display: inline-block;
	width: 20%;
	position: relative;
	letter-spacing: 0;
	
}
.specil-ul>li:after{
	content: '';
    position: absolute;
    height: 327px;
    top:0px;
    left: 100%;
    border-right: 1px solid #ededed;
}
.specil-ul>li:last-of-type:after{
	border-right: none;
}
.specil-ul>li .exhibition{
	text-align: center;
	padding: 40px 20px 20px 20px;
}
.specil-ul>li .exhibition img{
	width: 200px;
	height: 200px;
}
.specil-ul>li .exhibition p{
	font-size: 18px;
	color: #333;
	margin-bottom: 40px;
}
.hover-ul li a{
	color: #fff;
	display: block;
	height: 40px;
}
.hover-ul li a:hover{
	color: #faa61a;
	transform: translate(3px,0);
    -webkit-transform: translate(3px,0);
    transition: all 0.3s ease;
}
/*img-tabs*/
.sP-Perv {
    position: absolute;
    left: 35px;
    top: 142px;
    padding: 10px;
    width: 30px;
    height: 27px;
    background: url(../images/sP-Prev.png) center center no-repeat;
    display: block;
}
.sP-Perv:hover {
    background: url(../images/sP-PrevHv.png) center center no-repeat;
}
.sP-Next:hover {
    background: url(../images/sP-NextHv.png) center center no-repeat;
}
.sP-Next {
    position: absolute;
    right: 35px;
    top: 142px;
    padding: 10px;
    width: 30px;
    height: 27px;
    background: url(../images/sP-Next.png) center center no-repeat;
    display: block;
}
.sP-srcollMain {
    margin: 20px auto 0 auto;
    position: relative;
    width: 96%;
    height: 270px;
    overflow: hidden;
    display: block;
}
.nowSpace{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	 padding-left: 0px;
	 overflow: hidden;
     text-overflow:ellipsis;
     white-space: nowrap;
     display: block;
}
.clear {
    margin: 0px;
    padding: 0px;
    clear: both;
}
.sP-srcollPos {
    position: absolute;
    left: 0px;
    top: 0px;
    width: auto;
    height: 270px;
    width: 100%;
}
.sP-srcollPos li {
    float: left;
}
.featureCompanyName span{
	font-size: 12px;
    color: #888888;
}
.featureCompanyName{
	padding-left: 0px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.sP-Boxli {
	height: 270px;
    float: left;
    margin: 0 31px;
    width: 200px;
}
.ProImg {
    text-align: center;
    width: 100%;
    overflow: hidden;
}
.ProInf {
    margin: 6px 0 6px;
    width: 100%;
    font-weight: bold;
}
.box{
	position: relative;
    padding: 40px;
    border-top: 3px solid #0b4ab3;
}
.cc-120 img {
    width: 200px;
    height: 200px;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
    overflow: hidden;
}
.cc-120 img:hover{
	transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -ms-transform:scale(1.05);
}
.nowSpace:hover,.more a:hover{
	color:#ff6d18;
}
.ProPrice,.ProOrder{
	font-size: 12px;
	color: #ff6d18;
}
.ProPrice span.ms,.ProOrder span.ms{
	color: #888888;
	padding-left: 5px;
}
.more{
	position: absolute;
    right: 20px;
    top: 15px;
}
.more a{
	color: #0f55ae;
}
/*safebuy-order*/
.order-box{
	position: relative;
}
.safebuy-order{
	width: 455px;
	background: rgba(29,41,77,0.9);
	position: absolute;
	z-index: 666;
	top:-470px;
	right: 0px;
}
.safebuy-order{
	padding: 20px 30px;
}
.popups-bottom-form2{
	padding-left: 0;
}
input.input-w2,select.input-w2{
	width: 48%;
    height: 36px;
    padding-left:6px;
    margin-bottom: 10px;
    font-size: 12px;
}
.price2{
	width: 48%;
    height: 36px;
}
input.price-sl3{
	height: 36px;
	width: 53%;
	padding-left: 6px;
}
select.price-sl4{
	width: 48%;
	height: 36px;
	font-size: 12px;
}
.form-control{
	border-radius: 0;
}
.order-title{
	font-size: 18px;
    color: #fff;
    margin-bottom: 15px;
}
.upload-img2{
	width: 100%;
}
.upload-file2{
	width: 100%
}
.file-span2{
	padding-left: 15%;
}
.file2{
	width: 50%;
	text-align: center;
}
.file-span3{
	padding-left: 6%;
}
.upload{
	background: #fff;
}
.file-after2:after{
	content: '';
    position: absolute;
    height: 26px;
    top: 5px;
    left: 100%;
    border-right: 1px solid #4eac10;
}
select.cunt{
	padding-left:4px ;
}
.more-p{
	color: #fff;
}
.icon-th {
    background-position: -240px 0;
}
[class^="icon-"], [class*=" icon-"]{
	display: inline-block;
}
.input-append .add-on, .input-prepend .add-on{
	display: inline-block;
    width: auto;
    padding: 4px 5px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc;
}
input.input-win2{
	height: 36px;
    padding-left: 6px;
    width: 86%;
}

.more-content-down2 p{
	color: #fff;
}
.checkbox label{
	color: #fff;
}
.order-submit2{
	margin-top: 15px;
}
.checkbox2{
	margin-top: 0;
	margin-bottom: 0;
}
span.add-on2{
	height: 36px !important;
    vertical-align: top;
    display: inline-block;
}
.more-content-box2{
	width: 50%;
	margin-right: 0;
	margin-top: 0;
}
.datetimepicker{
	width: 208px!important;
}
.more2{

}
.icon-arrow-left {
    background-position: -240px -96px;
}
.icon-arrow-left,.icon-arrow-right{
	width: 14px;
	height: 14px;
}
.icon-arrow-right {
    background-position: -264px -96px;
}
.hotpdt{
	margin-bottom: 30px;
}
.order-box
{
    z-index:2;
    }
.fixedNav
{
    position: fixed;
    top: 0px;
    z-index: 999;
    width: 100%;
    box-shadow: 1px 2px 3px #dcdcdc;
    }    
/*media*/
@media screen and (min-width: 1460px){
    .auto-w{
    	width: 1440px;
    }
	.navbar-active{
	margin-right: 110px;
    }	
    .nav-list li{
	display: inline-block;
	margin-right:60px ;
    }
    .sign{
	position: relative;
	margin-right: 15px;
}
.sign:after{
    left: 114%;
}	
.Search {
    width: 518px;
}
.SearchBorder ul {
	width: 28.2%;
}
.SearchBorder ul li {
	    padding-left: 25px;
}
.chs-ul li{
	padding: 50px 45px;
}
  }




.CheckError
{
    border-color: red !important;
}

.SubmitOK
{
     background-color: #4eac10 !important;
}

