﻿
/* 全局样式 */
.w{
	width: 1220px;
	margin: 0 auto;
}
.w a{
	color: #454545;
}
.w a:hover{
	/*color: #777;*/
}
h3{
	margin: 0;
}
.ilike-blue-container {
    color: #ffebee;
}
button.g-yellow{
	background-color: #773417;
	border-radius: 0;
}
button.g-yellow:hover,
button.g-yellow:focus{
	background-color: #d1a259;
}
input.g-yellow{
	border: 1px solid #773417!important;
}
input.g-yellow:focus{
	border: 1px solid #773417!important;
	box-shadow: 0 1px 0 0 #773417!important;
}
input.g-black{
	border: 1px solid #773417!important;
}
input.g-black:focus{
	border: 1px solid #773417!important;
	box-shadow: 0 1px 0 0 #773417!important;
}

.ban1,
.ban2,
.ban3{
	width: 100%;
	height: 200px;
	text-align: center;
}
.ban1{
	background: #000 url(../c_images/ban1.jpg) no-repeat center;
}
.ban2{
	background: #000 url(../c_images/ban2.jpg) no-repeat center;
}
.ban3{
	background: #000 url(../c_images/ban3.jpg) no-repeat center;
}
.ban1 span,
.ban2 span,
.ban3 span{
	display: inline-block;
	margin-top: 120px;
	line-height: 28px;
	font-size: 20px;
	letter-spacing: 2px;
	color: #fff;
}



/* head */
.head{

}
.top{
	padding: 30px 0;
	background-color: #fff;
}
.top-l{
	float: left;
}
.top-l img{
	width: 430px;
	height: auto;
}
.head .top-sou input{
	float: left;
	width: 405px;
	height: 40px;
	line-height: 40px;
}
.head .top-sou button{
	float: left;
	height: 42px;
	line-height: 42px;
	padding: 0 30px;
	font-size: 20px;
}
.top-r{
	float: right;
	padding-top: 15px;
}
.top-r p{
	font-size: 12px;
}
.top-r p a{
	margin-right: 5px;
}
.top-r p span{
	font-size: 14px;
	float: right;
}

.head nav{
	height: 50px;
	line-height: 50px;
	background-color: #333;
}
.nav{
	background-color: #333;
}
.nav-l{
	float: left;
	width: 265px;
	height: 50px;
	text-align: center;
	background-color: #773417;
	position: relative;
}
.nav-l span{
	font-size: 22px;
	margin-left: 3px;
}
.nav-l img{
	position: relative;
	top: -3px;
}
.nav-l-hd{
	cursor: pointer;
}
.nav-sub{
	display: none;
	position:absolute; 
	left:0; 
	top:50px;
	width: 265px;
	height: 600px;
	background-color: rgba(255,255,255,.8);
	z-index: 10;
}
.nav-sub li{
	width: 100%;
	padding: 18px 0 18px 65px;
	border-bottom: 1px dashed #773417;
	position: relative;
}
.nav-sub li.last{
	border-bottom: none;
}
.nav-sub li img{
	position: absolute;
	top: 20px;
	left: 32px;
	width: 25px;
	height: auto;
}
.nav-sub li h3{
	line-height: 28px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.nav-sub li p{
	line-height: 26px;
	text-align: left;
}
.nav-sub li p a{
	display: inline-block;
	padding: 0;
	font-size: 14px;
	color: #666;
}
.nav-sub li p span{
	display: inline-block;
	padding: 0 8px;
	font-size: 14px;
	color: #666;
}







.nav-r{
	float: right;
	text-align: center;
}
.nav-r li{
	display: inline;
	line-height: 50px;
}
.nav-r li a{
	float: left;
	display: block;
	padding: 0 25px;
	font-size: 18px;
	color: #959595;
}
.nav-r li a:hover{
	color:#fff;
}
.nav-r li span{
	float: left;
	display: block;
}

.banner{
	background-color: #000;
}
.banner .w{
	position: relative;
}
.banner-bj img{
	width: 100%;
	height: auto;
	text-align:center
}
.biao{
	width: 393px;
    height: 393px;
    position: absolute;
    top: 48px;
    left: 30px;
    background: url(../c_images/biao-bj.png) no-repeat center center;
}
.biao div{
	width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.biao .sz{background: url(../c_images/sz.png);animation: zhuan 60s linear infinite;-moz-animation: zhuan 60s linear infinite;-ms-animation: zhuan 60s linear infinite;-webkit-animation: zhuan 60s linear infinite;-o-animation: zhuan 60s linear infinite;}
.biao .fz{background: url(../c_images/fz.png);animation: zhuan 15s linear infinite;-moz-animation: zhuan 15s linear infinite;-ms-animation: zhuan 15s linear infinite;-webkit-animation: zhuan 15s linear infinite;-o-animation: zhuan 15s linear infinite;}
@keyframes zhuan{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
@-webkit-keyframes zhuan{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
@-moz-keyframes zhuan{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
@-ms-keyframes zhuan{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}

@keyframes nzhuan{
	0%{transform: rotate(360deg);}
	100%{transform: rotate(0deg);}
}
@-webkit-keyframes nzhuan{
	0%{transform: rotate(360deg);}
	100%{transform: rotate(0deg);}
}
@-moz-keyframes nzhuan{
	0%{transform: rotate(360deg);}
	100%{transform: rotate(0deg);}
}
@-ms-keyframes nzhuan{
	0%{transform: rotate(360deg);}
	100%{transform: rotate(0deg);}
}

.banner-txt{
	width: 570px;
	height: 180px;
	text-align: center;
	color: #fff;
	position: absolute;
	right: 110px;
	top: 365px;
}
.banner-txt span{
	display: block;
	line-height: 32px;
	font-size: 18px;
}
.banner-txt h3{
	margin: 0;
	line-height: 58px;
	letter-spacing: -1px;
	font-size: 52px;
	font-weight: bold;
}
.banner-txt .p1{
	line-height: 32px;
	font-size: 18px;
}

.g-zxjj{
	display: none;
}
.g-zxjj p{
	line-height: 28px;
	text-indent: 2em;
	margin-bottom: .2rem;
}


.fwxm{
	padding: 20px 0;
	background-color: #fff;
}
.title{
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.title h3{
	line-height: 58px;
	font-size: 48px;
	color: #000;
}
.title p{
	line-height: 26px;
	font-size: 18px;
	color: #777;
}
.fwxm ul{
	width: 1250px;
}
.fwxm li{
	float: left;
	width: 210px;
	height: 417px;
	margin-right: 20px;
	padding: 30px;
	text-align: center;
}
.fwxm li p.p1{
	text-align: center;
}
.fwxm li p.p1 span{
	display: inline-block;
	width: 100%;
	line-height: 32px;
	background-color: #eee;
}
.fwxm li p{
	line-height: 40px;
}

.hoverable{transition:box-shadow .25s;box-shadow:0}
.hoverable:hover p.p1 span{ background-image:url(../c_images/nav_bj.jpg); color:#FFF}
.hoverable:hover{ background-image:url(../c_images/hover.jpg)}


/* 服务支持模块 */
.fwzc{
	width: 600px;
	margin: 40px auto 20px;
	text-align: center;
	background-color: #fff;
}
.fwzc-l{
	float: left;
}
.fwzc-l .input{
	border: 1px solid #000;
}
.fwzc-l i{
	display: block;
	float: left;
	margin-right: 5px;
}
.fwzc-l img{
	display: block;
	float: left;
	width: 40px;
	height: 40px;
	padding-top: 5px;
}
.fwzc-l .input{
	display: block;
	float: left;
	padding: 0 20px;
	height: 52px;
	background-color: #eee;
}
.fwzc-l .input input{
	float: left;
	display: block;
	width: 260px;
	line-height: 45px;
	font-size: 20px;
	background-color: #eee;
	color: #666;
	border: none;
}
.fwzc-l .input input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #666;
}
.fwzc-l .input input:-moz-placeholder, textarea:-moz-placeholder {
　　color:#666;
}
.fwzc-l .input input::-moz-placeholder, textarea::-moz-placeholder {
　　color:#666;
}
.fwzc-l .input input:-ms-input-placeholder, textarea:-ms-input-placeholder {
　　color:#666;
}
.fwzc-l .input input[type=text]:focus:not([readonly]){
	border-bottom: 1px solid #773417;
    box-shadow: 0 1px 0 0 #773417;
}
.fwzc-l span{
	float: left;
	display: block;
	width: 95px;
	line-height: 52px;
	font-size: 20px;
	color: #fff;
	background-color: #333;
}
.fwzc-c{
	display: block;
	float: left;
}
.fwzc-r{
	display: block;
	float: left;
	margin-left: 10px;
	padding: 0 25px;
	font-size: 20px;
	color: #fff;
	background-color: #773417;
}
.fwzc-r a{
	display: block;
	font-size: 20px;
	color: #fff;
}
button.fwzc-r{
	height: 52px;
	line-height: 52px;
}

.fwpp{
	padding: 30px 0;
}
.fwpp-box{
	padding: 20px 10px;
	background:url(../c_images/bg_hover.jpg);
	position: relative;
}

.fwpp-box ul{
	margin-left:20px;
}
.fwpp-box li{
	float: left;
	padding: 3px;
	margin: 3px;
	text-align: center;
	border: 1px solid #ccc;
}
.fwpp-box li.last{
	width: 133px;
	height: 100px;
	line-height: 97px;
}
.fwpp-box li img{
	width: 125px;
	height: auto;
}
.fwpp-box li span{
	display: block;
}



.fwlc{
	padding: 30px 0;
}
.fwlc-box-span{
	line-height: 50px;
	text-align: center;
}

.fwlc-box-span span{
	display: inline-block;
	margin: 0 40px;
	padding: 0 100px;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background: #333333;
	position: relative;
}
.fwlc-box-span span i{
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -7px;
	z-index: 1;
	background: url(../c_images/ico-xsj2.jpg) no-repeat;
}
.fwlc-box-span span.on i{
	bottom: -15px;
	background-image: url(../c_images/ico-xsj.jpg);
}
.fwlc-box-span span.on{
	background-color: #a04e20;
}
.fwlc-box-div > div{
	display: none;
}
.fwlc-box-div .hd{
	margin-bottom: 70px;
	border-bottom: 1px dashed #773417;
}
.fwlc-box-div .hd ul{
	margin-left: 50px;
}
.fwlc-box-div .hd li{
	float: left;
	width: 135px;
	height: 120px;
	text-align: center;
	cursor: pointer;
	background: url(../c_images/ico-fwzx.png) no-repeat center bottom;
	background-position: 60px 106px;
	position: relative;
	bottom: -10px;
}
.fwlc-box-div .hd li.on{
	float: left;
	width: 135px;
	height: 120px;
	text-align: center;
	cursor: pointer;
	background: url(../c_images/ico-fwzx.png) no-repeat center bottom;
	position: relative;
	bottom: -10px;
	background-image: url(../c_images/ico-fwzx-on.png);
}
.fwlc-box-div .hd li i{
	display: block;
	font-size: 20px;
	position: relative;
	bottom: -52px;
}
.fwlc-box-div .hd li.on i{
	color: #fff;
}
.fwlc-box-div .hd li span{
	display: block;
	line-height: 24px;
	font-size: 14px;
	position: relative;
	bottom: -110px;
	color: #773417;
}

.fwlc-box-div .bd{
	position: relative;

}
.fwlc-box-div .bd li{
	display: none;
	height:300px;
	width:100%;
	position:relative;
	background:url(../c_images/pic.jpg) no-repeat right 0;
}

.fwlc-box-div .bd li > img{
	position:absolute;
	right:102px;
	top:14px;
	width: 272px;
	height: 272px;
	border-radius:50%;
}
.fwlc-box-div .bd li .txt{
	width:470px;
	margin-left:95px;
}
.fwlc-box-div .bd li .txt p{
	line-height: 26px;
}

.fwlc-box-div .bd > span{
	position: absolute;
	top: 50%;
	cursor: pointer;
	width:35px;
	height:150px;
	margin-top:-75px;
	cursor:pointer
}
.fwlc-box-div .bd > span img{ display:none}
.fwlc-box-div .bd > span.prev{
	right:404px;
}
.fwlc-box-div .bd > span.next{
	right:36px;
}
.fwlc-box-div .bd > span img{
	width: 50px;
	height: 120px;
}
.fwlc-box-div-on{
	display: none;
}

.fwpp-box-div-title h3{
	line-height: 42px;
	display: inline-block;
	font-size: 36px;
	color: #773417;
	margin-right: 25px;
}
.fwpp-box-div-title span{
	line-height: 42px;
	display: inline-block;
	font-size: 18px;
}
.fwpp-box-div-title i{
	display: block;
	margin-bottom: 20px;
	width: 95px;
	height: 8px;
	background-color: #773417;
	border-radius: 5px;
}
.fwlc-box-div .bd .txt{
	padding-top: 35px;
}
.fwlc-box-div .bd .txt p{
	font-size: 18px;
	color: #888;
}


.ddzn{
	padding: 35px 0;
}
.ddzn-box-l{
	float: left;
/*	width: 670px;
	height: 300px;*/
	padding: 10px;
	border: 1px solid #ccc;
}
#dituContent {
    width: 650px;
	height: 300px;
}
.ddzn-box-r{
	float: right;
	width: 520px;
}
.ddzn-box-r p{
	line-height: 24px;
    font-size: 14px;

}
.ddzn-box-r .p1,
.ddzn-box-r .p2{
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	background-color: #773417;
}
.ddzn-box-r .p1 .img1,
.ddzn-box-r .p2 .img1{
	display: block;
	float: left;
	width: 40px;
	height: auto;
	position: relative;
	top:6px;
}
.ddzn-box-r .p1 .img2,
.ddzn-box-r .p2 .img2{
	display: block;
	float: right;
	width: 110px;
	height: 35px;
	position: relative;
	top:8px;
}
.ddzn-box-r .p1 span,
.ddzn-box-r .p2 span{
	display: inline-block;
	float: left;
	margin-left: 10px;
	font-size: 20px;
	color: #fff;
}
.ddzn-box-r-txt{
	line-height: 28px;
	padding: 10px 30px 20px;
	background-color: #f3f3f3;
}
.ddzn-box-r-txt img{
	width: 40px;
	height: auto;
}
.ddzn-box-r-txt span{
	font-size: 14px;
}


.foot{
	background-color: #333;
	text-align:center;

}


.foot .czfwzx{
	background-color: #333;
}


.czfwzx-l{
	float: left;
}
.foot-logo{
	height: 140px;
	line-height: 140px;
	text-align: center;
	background: url(../c_images/logo-bg.png) repeat-x center center;
}
.foot img{
	display:block;
		margin-top:55px;
	margin-bottom:40px;
}
.foot-txt{
	padding: 60px;
}
.foot-txt p{
	line-height: 32px;
	text-align: center;
	font-size: 18px;
	color: #773417;
}




/* 查找服务中心 */
.czfwzx{
	margin-top: 10px;
	margin-bottom: 20px;
	line-height: 50px;
	border-bottom: 1px solid #773417;
	position: relative;
}
.czfwzx-l{
	font-size: 18px;
	color: #773417;
}
/* 下拉 */
.czfwzx-r{
	position: absolute;
    right: 20px;
    top: 13px;
    width: 120px;
}
.czfwzx-r dl{
    padding: 5px;
    cursor: pointer;
    background-color: #444;
}
.czfwzx-r dl dt,
.czfwzx-r dl dd{
    line-height: 24px;
    color: #773417;
    font-size: 16px;
}
.czfwzx-r dl dd{
    line-height: 30px;
}
.g-ft-fwzx-dl{
    position: relative;
}
.g-ft-fwzx-dl i img{
    position: absolute;
    width: 26px;
    height: auto;
    top: 5px;
    right: 5px;
}
.g-ft-fwzx-dl2{
    display: none;
    height: 150px;
}
/* 滚动条 */
.g-ft .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
    width: 6px;
    background-color: #efc887;
}



/* 底部漂浮 */
.foot-pf{
	width: 100%;
	padding: 35px 0;
	background-color: #222;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999
}
.foot-pf .w{
	padding-left: 50px;
}
.foot-pf input{
	float: left;
	width: 435px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 0;
	padding: 0 10px;
	background-color: #fff;
}

.foot-pf input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
 /* WebKit browsers */ 
color: #666; 
} 
.foot-pf input:-moz-placeholder, textarea:-moz-placeholder { 
/* Mozilla Firefox 4 to 18 */ 
color: #666; 
} 
.foot-pf input::-moz-placeholder, textarea::-moz-placeholder { 
 /* Mozilla Firefox 19+ */ 
color: #666; 
} 
.foot-pf input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
 /* Internet Explorer 10+ */ 
color: #666; 
} 
.foot-pf input[type=text]:focus:not([readonly]){
	border-bottom: 1px solid #773417;
    box-shadow: 0 1px 0 0 #773417;
}

.foot-pf button{
	float: left;
	margin-left: 6px;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	font-size: 18px;
	color: #fff;
}
.foot-pf i{
	float: left;
	width: 1px;
	height: 40px;
	margin: 0 25px 0 35px;
	color: #773417;
	border-right: 1px solid #773417;
}
.foot-pf img{
	float: left;
	width: 35px;
	height: auto;
	position: relative;
	top:4px;
}
.foot-pf span{
	float: left;
	line-height: 40px;
	font-size: 22px;
	color: #773417;
}
