@charset "utf-8";

/* CSS Document */

@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_1460596702_8753145.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/font_1460596702_8753145.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/font_1460596702_8753145.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/font_1460596702_8753145.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/font_1460596702_8753145.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
    font-family: "iconfont";
    margin-right: 7px;
    vertical-align: 0px;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.FR{float:right;}
*{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.time3 {
    transition: all ease-out .3s 0s;
    -webkit-transition: all ease-out .3s 0s;
    -moz-transition: all ease-out .3s 0s;
    -o-transition: all ease-out .3s 0s;
}
/*header*/
.inner{width: 1200px;margin: 0 auto; min-height:490px;}
.header{height: 80px;width: 100%;background: white;}
.header .logo{width:229px;float: left;}
.header .navList{ float:right; padding-right:0px; display:inline;}
.header .navList a{
	width: 84px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #666666;
}
.header .navList a:hover,
.header .navList a.active{
	color: white;
	background: #1D3073;
}
.header .searchBox{
	border: 1px solid #999999;
	width: 150px;
	height: 28px;
	border-radius: 15px;
	padding-left: 15px;
	margin-top: 28px;
	display: inline-block;
}
.header .searchBox input{
	height: 26px;
	width: 105px;
}
.header .searchBtn{
	width: 20px;
	float: right;
	margin-top: 2px;
	margin-right: 7px;
	cursor: pointer;
}
.header .hBtn{
	display: inline-block;
	color: #eb1c24;
	font-size: 16px;
	height: 16px;
	line-height: 1;
	padding: 0 10px;
	border-right: 1px solid #9a9a9a;
	font-family: "微软雅黑";
}
.header .hBtn:last-child{
	border-right: none;
}
/*header-end*/
/*index*/
.indexContainer{ clear:both;
	padding-top: 60px;
	padding-bottom: 30px;
}
.guideHead{
	width: 100%;
	padding-top: 15px;
}
.guideHead .title{
	/*display: inline-block;*/
	border-left: 3px solid #1D3073;
	padding-left: 5px;
	height: 50px;
	line-height: 50px;
}
.gudCly{
	float: right;
}
.gudCly li{
	display: inline-block;
	height: 50px;
	line-height: 50px;
	margin-left: 10px;
}
.gudCly li a{
	color: #978679;
}
.guideContent{
	background: #efefef;
	padding-top: 1px;
	margin-bottom: 30px;
}
.guideContent .guiItem{
	background: white;
	float: left;
	display: block;
	height: 324px;
	width: 298px;
	margin: 0 0 1px 1px;
	
}
.guideContent .guiItem:hover{
	-webkit-box-shadow: inset 0 0 0 2px #1D3073;
	box-shadow: inset 0 0 0 2px #1D3073;
}
.guideContent .guiItem.fisrt{
	padding: 42px 0 0 49px;
	width: 597px;
	
}
.guideContent .guiItem.fisrt .fIMG{
	width: 210px;
	height: 210px;
	overflow: hidden;
	display: block;
	float: left;
}
.guideContent .guiItem.fisrt .fName{
	font-size: 14px;
	padding-left: 250px;
	margin-top: 25px;
	padding-right: 50px;
	height: 80px;
}
.guideContent .guiItem.fisrt .fDes{
	font-size: 14px;
	color: #aaa;
	height: 80px;
	padding-left: 250px;
	padding-right: 50px;
}
.guideContent .guiItem.fisrt .fPrice{
	font-size: 14px;
	color: #aaa;
	padding-left: 250px;
	padding-right: 50px;
	color: #ca151e;
}
.guideContent .guiItem.fisrt .fPrice span{
	display: inline-block;
	color: white;
	border-radius: 4px;
	border: 1px solid #1D3073;
	background: #1D3073;
	width: 80px;
	height: 32px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	float: right;
	margin-right: 50px;
	cursor: pointer;
}
.guideContent .guiItem .IMG{
	width: 168px;
	height: 168px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 42px;
}
.guideContent .guiItem .name{
	text-align: center;
	color: #333;
	font-size: 14px;
	margin-top: 10px;
}
.guideContent .guiItem .des{
	text-align: center;
	font-size: 14px;
	color: #b0b0b0;
	margin-top: 5px;
}
.guideContent .guiItem .price{
	text-align: center;
	font-size: 14px;
	color: #ca151e;
	margin-top: 5px;
}
/*index-end*/
/*aboutUs*/
.abgUs{
	
}
.abtHead{
	background:#1D3073;
	height: 48px;
	line-height: 48px;
	color: white;
	font-size: 18px;
}
.abtContet{
	padding: 20px 0;
}
.abtContet .text{
	color: #666666;
	font-size: 14px;
	line-height: 37px;
	padding: 45px 0;
}
.abtContet .text img{ width:auto;}
/*aboutUs-end*/
/*allSearch*/
.schHead .schTitle{
	color: #777777;
	height: 62px;
	line-height: 62px;
	background: #f5f5f5;
}
.schHead .schClyBox{
	background: white;
	padding: 0 20px;
}
.schHead .schClyDiv{
	padding: 20px 0;
	color: #777777;
	border-bottom: 1px solid #eaeaea;
}
.schHead .schClyDiv:last-child{
	border-bottom: none;
}
.schHead .schClyDiv .cly{
	color: #333;
}
.schHead .schClyUl{
	display: inline-block;
}
.schHead .schClyUl li{
	display: inline-block;
	margin: 0 10px;
}
.schHead .schClyUl li a{
	color: #777777;
}
.schHead .schClyUl li a:hover{
	color: #db181f;
}
.schHead .sort{
	display: inline-block;
	position: relative;
	padding-right:15px;
}
.schHead .sort .arrTop{
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(../img/arrTop.png) no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 3px;
	right: 0;
	cursor: pointer;
}
.schHead .sort .arrBot{
	display: inline-block;
	width: 10px;
	height: 6px;
	background: url(../img/arrBot.png) no-repeat;
	background-position: 0 0;
	position: absolute;
	bottom: 3px;
	right: 0;
	cursor: pointer;
}.schHead .sort .arrBot:hover,
.schHead .sort .arrBot.active,
.schHead .sort .arrTop.active,
.schHead .sort .arrTop:hover{
	background-position: -10px 0;
}
.schHead .moren{
	color: #777777;
}
.schHead .moren.active,
.schHead .moren:hover
{
	color: #db181f;
}
.schContent{
	margin-top: 35px;
	margin-bottom: 35px;
}
.schContent .schLi{
	width: 299px;
	height:400px ;
	background: white;
	display: inline-block;
	float: left;
	margin-left: 1px;
	margin-bottom: 1px;
}
.schContent .schLi:hover{
	-webkit-box-shadow: inset 0 0 0 2px #1D3073;
	box-shadow: inset 0 0 0 2px #1D3073;
}

.schContent .schLi a.IMG{
	display: block;
	width:215px;
	height: 215px;
	margin: 45px auto;
}
.schContent .schLi .name{
	text-align: center;
	font-size: 18px;
}
.schContent .schLi .name a{
	text-align: center;
	color: #333333;
}
.schContent .schLi .des{
	text-align: center;
	color: #999999;
	font-size: 12px;
}
.schContent .schLi .price{
	text-align: center;
	color: #db181f;
	font-size: 20px;
}
/*allSearch-end*/
/*pdtDetail*/
.pdtHead{
	background: #1D3073;
	font-size: 18px;
	color: white;
	height: 48px;
	line-height: 48px;
}
.pdtDetail{
	padding-bottom: 150px;
}
.pdtDetail .pdtShopImg{
	width: 500px;
	height: auto;
	float: left;
	margin-top: 15px;
	margin-bottom:15px;
}
.pdtDetContent{
	padding-left: 520px;
	background: white;
	padding-top: 45px;
}
.pdtDetContent .name{
	color: #333333;
	font-size: 24px;
	height: 40px;
	line-height: 40px;
}
.pdtDetContent .des{
	color: #777777;
	font-size: 16px;

	line-height: 40px;
	border-bottom: 1px solid #eaeaea; margin-bottom:5px;
}
.pdtDetail .choosePart .ChooseTitle{
	height: 50px;
	line-height: 50px;
}
.pdtDetail .choosePart .title{
	color:#666666 ;
	font-size: 14px;
}
.pdtDetail .choosePart .txt{
	color:#999999 ;
	font-size: 12px;
}
.pdtDetail .choosePart .chooseItem{
	display: inline-block;
	width: 154px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #666666;
	border: 1px solid #dadada;
	cursor: pointer;
	margin-right: 2px;
}
.pdtDetail .choosePart .chooseItem.active{
	color: #db181f;
	border: 1px solid #db181f;
}
.pdtDetail .choosePart .chooseItem.noallow{
background-color: #f6f6f6;
border: 1px dashed #e6e6e6;
color: #bbb;
cursor: not-allowed;
}
.pdtDetail .choosePart .loginPrice{
	display: inline-block;
	width: 230px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #db181f;
	font-size: 24px;
	border: 1px solid #dadada; 
	vertical-align: middle;
}
.pdtDetail .choosePart .loginPrice span{
	font-size: 18px;
	vertical-align: middle;
}
.pdtDetail .choosePart .nonLoginPrice{
	display: inline-block;
	width: 230px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #aeaeae;
	background: #ededed;
	border: 1px solid #dadada; 
	vertical-align: middle;
	font-size: 18px;
}
.pdtDetail .choosePart .chooseColor{
	display: inline-block;
	width: 72px;
	overflow: hidden;
}
.pdtDetail .choosePart .chooseColor.active .IMG{
	border: 1px solid #db181f;
}
.pdtDetail .choosePart .chooseColor .IMG{
	width: 72px;
	height: 72px;
	border: 1px solid #cccccc;
	overflow: hidden;
	cursor: pointer;
}
.pdtDetail .choosePart .chooseColor .color{
	text-align: center;
	height:20px;
	color: #333333;
}
.Spinner2{display:block;overflow:hidden;}
.Spinner2 .Amount{font-size:15px;width:110px;height:40px;line-height:40px;border-width:1px 0;border-style:solid;border-color:#d9d9d9;float:left;text-align:center;color:#565656;border: 1px solid #d9d9d9;outline:0;margin: 0 10px;}
.Spinner2 a{display:inline-block;width:40px;height:40px;border:1px solid #d9d9d9;background-color:#fff;float:left;cursor:pointer;outline:0;}
.Spinner2 a i{font-style:normal;background:url(../img/BuynBtn.png) no-repeat;display:block;width:9px;height:12px;text-indent:999999%;overflow:hidden;margin: 15px 0 0 15px;}
.Spinner2 .Decrease i{background-position:-9px -9px;}
.Spinner2 .Increase i{background-position:-9px -0px;}
.Spinner2 .DisDe i{background-position:-0px -9px;}
.Spinner2 .DisIn i{background-position:-0px -0px;} 
.pdtDetail .pdtRP{
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 22px;
	text-align: center;
	display: inline-block;
	border: 1px solid #dadada;
	vertical-align: middle;
	cursor: pointer;
}
.pdtDetail .iptNum{
	display: inline-block;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #dadada;
	vertical-align: middle;
	font-size: 16px;
	color: #666;
}
.pdtDetail .chooseBtn{
	display: inline-block;
	width: 194px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
	cursor: pointer;
}
.pdtDetail .chooseBtn.toCart{
	color: white;
	background:#db181f ;
}
.pdtDetail .chooseBtn.toOrder{
	color: #db181f;
	background: #fff6f6;
	border: 1px solid #db181f;
}
/*pdtDetail-end*/
/*弹窗*/
.header .modal .modal-content {
	width: 435px;
	font-family: "microsoft yahei";
	margin: 0 auto;
	padding-bottom: 45px;
	background: #f2f2f2;
}

.header .modal .modal-header {
	background: url(../images/login_bg3.png)repeat-x;
	padding: 20px 25px;
	border-bottom: none;
	border-radius: 8px 10px 0 0px;
}

.header .modal .modal-header h1 {
	color: #a38b78;
	font-size: 18px;
}

.header .modal .modal-header span {
	font-size: 23px;
}

.header .modal .modal-body {
	padding: 20px 40px;
	padding-top: 30px;
}

.header .modal .modal-body .input-group {
	margin-bottom: 20px;
}

.header .modal .modal-body .input-group span {
	border: 1px solid #c2b3a7;
	border-right: none;
	background: #fff;
	border-radius: 10px 0 0 10px;
	font-size: 29px;
	color: #b1b1b1;
	padding:6px;
}

.header .modal .modal-body .input-group input {
	border: 1px solid #c2b3a7;
	border-left: none;
	border-radius: 0px 10px 10px 0px;
	padding: 16px 10px;
	width: 100%;
	color:#595656;
	font-size:16px;
}


.header .modal .modal-body button {
	background: #bbafa6;
	color: #fef5e8;
	text-align: center;
	width: 100%;
	font-size: 20px;
	padding: 12px 0px;
	border-radius: 10px;
	border: none;
	outline: none;
}

.header .modal .modal-body button:hover {
	background: #ea5413;
}

.header .modal .text {
	text-align: right;
	margin-right: 34px;
	line-height: 22px;
}

.header .modal .text a {
	display: block;
	font-family: "宋体";
	font-size: 12px;
	color: #818181;
}

.header .modal .text .apply {
	color: #a38b78;
}

.modal-content .close {
	position: absolute;
	right: -21px;
	top: -13px;
	color: #ea5413;
	font-size: 0px;
	width: 38px;height: 38px;border:none;
	opacity: 1;

	border-radius: 100%;
	z-index: 99;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
background: url(../images/close.png) no-repeat center;
}

.nd-time {
	transition: all ease-out .2s 0s;
	-webkit-transition: all ease-out .2s 0s;
	-moz-transition: all ease-out .2s 0s;
	-o-transition: all ease-out .2s 0s;
}

.f-bt {
	border-top: 1px solid #cccccc;
}
.apply-modal .code input {
	width: 175px!important;
}

.apply-modal .code a {
	padding: 20px 27px;
border: 1px solid #A38B78;
border-radius: 10px;
color: #A38B78;
font-size: 12px;
font-family: "宋体";
background: #fff;margin-left: 10px;
vertical-align: text-bottom;background: url(../images/login_bg2.png) repeat-x;
}
.apply-modal .var{text-align: center;border-bottom:1px solid #d3d3d3;font-family: "宋体";padding:20px 0px;font-size:12px;color:#818181;}
.apply-modal .var input{vertical-align: text-bottom;}
.apply-modal .var a{color:#a38b78;}
.apply-modal .apply-text{text-align: center;}
.apply-modal .apply-text a{color:#818181;margin: 0 5px;font-size:12px;font-family: "宋体";}
.apply-modal .apply-text a:hover{	color: #ea5413;}

.password-modal .code input {
	width: 175px!important;
}

.password-modal .code a {
	padding: 20px 27px;
border: 1px solid #A38B78;
border-radius: 10px;
color: #A38B78;
font-size: 12px;
font-family: "宋体";
background: #fff;margin-left: 10px;
vertical-align: text-bottom;background: url(../images/login_bg2.png) repeat-x;
}
.password-modal .title{text-align: center;font-size: 18px;color:#595656;margin-bottom: 20px;}
.modify-modal .input-group{width: 100%;}
.header .modify-modal .modal-body .input-group input{border-left: 1px solid #c2b3a7;border-radius: 10px;}
.success-modal .succ-img{text-align: center;margin-top: 20px;margin-bottom: 40px;}
.cm1{ clear:both;}
.cm1 td{ padding:5px;}
.news_cm{ width:1200px; float:left; clear:both;}
.news_cm ul{ list-style-type:none;}
.news_cm li{ width:586px; height:126px; float:left; margin:8px 0 0 8px; display:inline;border:solid 1px #eaeff0;font-family: "微软雅黑"; }
.news_cm li:hover{background:#eaeff0;border:solid 1px #ccc;}
.news_cm li .wz1{ width:570px; height:40px; float:left; margin-left:8px; display:inline; clear:both; font-size:18px; line-height:40px; overflow:hidden; color:#000;}
.news_cm li:hover .wz1{color:#ef5b62;}
.news_cm li .wz2{ width:570px; height:20px; font-family: "宋体";float:left;margin-left:8px; display:inline; clear:both; font-size:12px; line-height:20px; overflow:hidden; color:#ccc;}
.news_cm li:hover .wz2{ color:#666;}
.news_cm li .wz3{ width:570px; height:60px;font-family: "宋体"; float:left;margin-left:8px; display:inline; clear:both; font-size:12px; line-height:20px; overflow:hidden; color:#818181;}

.news_cm2{ width:1200px; float:left; clear:both;}
.news_cm2 ul{ list-style-type:none;}
.news_cm2 li{ width:586px; height:126px; float:left; margin:8px 0 0 8px; background:#2c2c2c; display:inline;border:solid 1px #2c2c2c;font-family: "微软雅黑"; overflow:hidden;}
.news_cm2 li:hover{background:#eaeff0;border:solid 1px #ccc;}
.news_cm2 li .wz1{ width:570px; height:40px; float:left; margin-left:8px; display:inline; clear:both; font-size:18px; line-height:40px; overflow:hidden; color:#000;}
.news_cm2 li:hover .wz1{color:#ef5b62;}
.news_cm2 li .wz2{ width:570px; height:20px; font-family: "宋体";float:left;margin-left:8px; display:inline; clear:both; font-size:12px; line-height:20px; overflow:hidden; color:#ccc;}
.news_cm2 li:hover .wz2{ color:#666;}
.news_cm2 li .wz3{ width:570px; height:60px;font-family: "宋体"; float:left;margin-left:8px; display:inline; clear:both; font-size:12px; line-height:20px; overflow:hidden; color:#818181;}

/*招聘部分2*/
.job_tb1{background-color:#ccc; text-align:justify; border-collapse:collapse;}
.job_tb1 td{background-color:#fff;height:25px;vertical-align:middle;padding:0 0 0 8px; border-collapse:collapse;}
.job_tb1 .job_top_title{background-color:#f0f0f0;}
.job_tb1 .job_top_title2{background-color:#eee;}
.job_tb1 .job_title{text-align:right;padding:0 0 0 0; line-height:150%;}
.job_tb1 .job_content{word-wrap:break-word;line-height:134%;}


.in_b1_qt{ width:1197px; margin:0 auto; clear:both;}
.in_b1_qt .in_b1_l{ width:500px; height:128px; float:left; margin-top:20px; display:inline; background:url(../img/in_tp1.jpg) no-repeat center center;}
.in_b1_qt .in_b1_r{width:570px; height:40px; float:right; margin:23px 24px 0 0;display:inline;}
.in_b1_qt .in_b1_r ul{ list-style-type:none;}
.in_b1_qt .in_b1_r li{ width:586px; height:126px; float:left; margin:8px 0 0 8px; display:inline;border:solid 1px #eaeff0;font-family: "微软雅黑";}
.in_b1_qt .in_b1_r li:hover{background:#eaeff0;border:solid 1px #ccc;}
.in_b1_qt .in_b1_r li .wz1{ width:570px; height:40px; float:left; margin-left:8px; display:inline; clear:both; font-size:18px; line-height:40px; overflow:hidden; color:#000;}
.in_b1_qt .in_b1_r li:hover .wz1{color:#ef5b62;}
.in_b1_qt .in_b1_r li .wz2{ width:570px; height:20px; font-family: "宋体";float:left;margin-left:8px; display:inline; clear:both; font-size:12px; line-height:20px; overflow:hidden; color:#ccc;}
.in_b1_qt .in_b1_r li:hover .wz2{ color:#666;}
.in_b1_qt .in_b1_r li .wz3{ width:570px; height:60px;font-family: "宋体"; float:left;margin-left:8px; display:inline; clear:both; font-size:12px; line-height:20px; overflow:hidden; color:#818181;}


.ab_r{ width:770px; margin:0 auto; clear:both;}
.pro_nr2{width:770px;height:30px;float:right;margin-top:20px;display:inline;text-align:center;clear:both;font:20px/30px "微软雅黑";font-weight:bold;color:#084b92;}
.pro_nr1{width:770px;float:right;margin-top:8px;display:inline;text-align:center;clear:both;}
.pro_nr1 img{max-width:770px;height:auto;float:left;border:0;}
.pro_nr4{width:770px;float:right;font:12px/24px "微软雅黑";color:#666;}
.pro_nr4 a{color:#666;}
.pro_nr4 a:hover{color:#F00;}
.pro_nr3{width:770px;float:right;margin-top:10px;display:inline;clear:both;color:#ccc;font:12px/24px "微软雅黑";}
.pro_nr3 a{color:#084b92;padding-left:8px;}
.pro_nr3 a:hover{color:#F00;}
.pro_nr5{width:770px;height:30px;float:right;font:12px/30px "宋体";color:#ccc;text-align:center;}
.pro_nr5 a{color:#666;}
.pro_nr5 a:hover{color:#F00;}

/*招聘部分*/
.job_tb{margin-top:6px;background-color:#ccc; text-align:justify; border-collapse:collapse;}
.job_tb td{background-color:#fff;height:25px;vertical-align:middle;padding:0 0 0 8px; border-collapse:collapse;}
.job_tb .job_top_title{background-color:#f0f0f0;}
.job_tb .job_top_title2{background-color:#eee;}
.job_tb .job_title{text-align:right;padding:0 0 0 0; line-height:150%;}
.job_tb .job_content{word-wrap:break-word;line-height:160%;}
.job_view{width:640px;}

.news_cm1{ width:1200px; float:left; clear:both;}
.news_cm1 ul{ list-style-type:none;}
.news_cm1 li{ width:1184px; height:71px; float:left; margin:8px 0 0 8px; display:inline;border:solid 1px #eaeff0;font-family: "微软雅黑"; }
.news_cm1 li:hover{background:#eaeff0;border:solid 1px #ccc;}
.news_cm1 li .wz1_qt{ width:1013px; float:left;}
.news_cm1 li .wz1{ width:570px; height:40px; float:left; margin-left:8px; display:inline; clear:both; font-size:18px; line-height:40px; overflow:hidden; color:#000;}
.news_cm1 li:hover .wz1{color:#ef5b62;}
.news_cm1 li .wz2{ width:570px; height:20px; font-family: "宋体";float:left;margin-left:8px; display:inline; clear:both; font-size:12px; line-height:20px; overflow:hidden; color:#ccc;}
.news_cm1 li:hover .wz2{ color:#666;}
.news_cm1 li .wz3{ width:100px; height:28px; float:right; margin:21px 21px 0 0; display:inline; background:url(../img/an1.png) no-repeat; cursor:pointer;}
.in_hen1{width:100%;height:40px;float:left;clear:both;}