@charset "utf-8";
/* CSS Document */
/*CSS重置*/
input{padding: 0;border: solid 1px;}
body{margin: 0;}
h1{margin: 0;font-size: 1em;font-weight: normal;}
a{text-decoration: none;color: black;}
ul{padding: 0;margin: 0;list-style-type: none;}
p{margin: 0;line-height: normal;}
img{display: block;}

/*公用*/
.clearfix{clear: both;}


body{max-width: 1920px;
		overflow-x:hidden;
		font-family:"微软雅黑"}



.banner{width: 1920px;
		position: relative;
		left: 50%;
		margin-left: -960px;}

.head .h_logo{
    width: 1200px;
    margin: 0 auto;
    height:110px;
    box-sizing: border-box;
}
.head .h_logo h1{
    float:left;
}
.head .h_logo h1 img{
    width:162px;
    height:60px;
    margin-top:25px;
	margin-left:25px;
}
.head .h_logo span.logo_h {
    width: 1px;
    border: solid 1px #dcdcdc;
    height: 50px;
    display: block;
    float: left;
    box-sizing: border-box;
    margin: 30px 25px 0 20px;
}
.head .h_logo img.slogen {
    margin-top: 43px;
	float:left;
}
.head .h_logo img.xcy{
    width:152px;
    height:27px;
    float:left;
    margin-top:41.5px;
    margin-left:25px;
}
.head .h_logo img.m_menu{
    display:none;
}
.head .h_logo .address{
    float:left;
    height:30px;
    line-height:30px;
    margin:40px 0 0 60px;
    cursor:pointer;
    position:relative;
    padding-bottom: 20px;
}
.head .h_logo .address .img_address{
    width:14px;
    height:18px;
    float:left;
    margin-top:6px;
}
.head .h_logo .address p{
    float:left;
    margin-left:8px;
}
.head .h_logo .address p a{
    font-size:18px;
    color:#888888;
}
.head .h_logo .address p a span{
    font-size: 18px;
    color: #888888;
}
.head .h_logo .address i{
    width:14px;
    height:8px;
    background: url(../imageszbbg/jiantou_xia.png) no-repeat center;
    background-size:14px 8px;
    float:left;
    margin-top:11px;
    margin-left:8px;
    transition: 0.3s;
}
.head .h_logo .address:hover i{
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    transition: 0.5s;
}
.head .h_logo .address .info{
    width:375px;
    height:130px;
    border: 2px solid #c9cbce;
    background-color: #ffffff;
    position:absolute;
    top:42px;
    display:none;
    transition: 0.3s;
    z-index:99;
}
.head .h_logo .address .info:before, .head .h_logo .address .info:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    position: absolute;
    left: 20px;
    z-index: 999999;
}
.head .h_logo .address .info:before{
    border-color: transparent transparent #ffffff;
    top: -17px;
    z-index: 9999999;
}
.head .h_logo .address .info:after{
    border-color: transparent transparent #c9cbce;
    top: -20px;
}

.head .h_logo .address .info p{
    width:100%;
    font-weight: bold;
    margin:4px 4px 14px 4px;
    padding-left: 10px;
    color: #666666;
}
.head .h_logo .address .info ul{
    width:100%;
    padding:0 15px;
    overflow: hidden;
}
.head .h_logo .address .info ul li{
    float:left;
    width: 60px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #666666;
    background-color: #f5f5f5;
    margin-right:10px;
	margin-bottom: 10px;
}
.head .h_logo .address .info ul li:hover a{
    color:#c7161c;
}
.head .h_logo .phone{
    width:240px;
    float: right;
    height:35px;
    margin-top:37.5px;
}
.head .h_logo form{
    float: right;
    height: 40px;
    margin-top: 35px;
}
.head .h_logo form input.so{
    width:333px;
    height:40px;
    border:solid 2px #c7161c;
    float:left;
    box-sizing: border-box;
    padding-left:20px;
}
.head .h_logo form p.tj{
    font-size:18px;
    width:90px;
    height:40px;
    float:left;
    background-color: #c7161c;
    color:#ffffff;
    text-align: center;
    line-height:40px;
    cursor:pointer;
}
.head .h_logo .phone{
	width:240px;
    float:right;
    height:50px;
    margin-top:28.5px;
}
.head .h_logo .phone img{
    float:left;
    margin-top:3.5px;
    margin-right:15px;
}
.head .h_logo .phone .cons{
    float:left
}
.head .h_logo .phone .cons span{
    display:block;
    font-size:14px;
    color:#282828;
}
.head .h_logo .phone .cons p{
	font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    color: #c7161c;
    margin-top: 2px;
}
.head .nav{
    width:1200px;
    margin:0 auto;
    height:40px;
}
.head .nav .menu{
    width:210px;
    height:40px;
    background-color: #c7161c;
    float:left;
    position:relative;

}
.head .nav .menu ul.yw{
    position:absolute;
    top:42px;
    width:210px;
    height:522px;
    background: rgba(0,0,0,0.8);
    z-index:30;
}
.head .nav .menu ul.yw li{
    width:210px;
    height:87px;
    box-sizing: border-box;
    background: url(../imageszbbg/menu_hr.png) no-repeat center bottom;
}
.head .nav .menu ul.yw li:hover{
    background-color: #ffffff;
}
.head .nav .menu ul.yw li img{
    float:left;
    top:40px;
    margin-left:40px;
    margin-top:27.5px;
}
.head .nav .menu ul.yw li span{
    line-height:87px;
    font-size:18px;
    color:#ffffff;
    margin-left:13px;
}
.head .nav .menu ul.yw li:hover span{
    color:#c7161c;
}
.head .nav .menu .menu_xf{
    width:990px;
    height:522px;
    background-color: #ffffff;
    margin:2px 0 0 210px;
    position:absolute;
    z-index:99;
    border-bottom:solid 1px #c7161c;
    border-right:solid 1px #c7161c;
    box-sizing: border-box;
    display:none;
}
.head .nav .menu .menu_xf .left{
    width:680px;
    height:522px;
    float:left;
    border-right:solid 1px #ededed;
    box-sizing: border-box;
}
.head .nav .menu .menu_xf .left .container{
    overflow: hidden;
    margin-top:20px;
}

.head .nav .menu .menu_xf .left .container h4{
    width:140px;
    font-size:16px;
    float:left;
    font-weight:bold;
    text-align: center;
    margin-top:10px;
}
.head .nav .menu .menu_xf .left .container h4 a{
	font-size:16px;
	font-weight:bold;
}
.head .nav .menu .menu_xf .left .container ul{
    width:539px;
    float:left;
    border-bottom:solid 1px #ededed;
    padding-bottom:20px;
 }
.head .nav .menu .menu_xf .left .last ul{
    border-bottom:none;
}
.head .nav .menu .menu_xf .left .container ul li{
    float:left;
    margin-right:40px;
    margin-top:10px;
}
.head .nav .menu .zzsp .left{
    width:990px;
}
.head .nav .menu .zzsp .left .first{
    margin-top:15px;
}
.head .nav .menu .zzsp .left .container{
    margin-top:6px;
}
.head .nav .menu .zzsp .left  .container ul{
    width:849px;
    padding-bottom:10px;
}
.head .nav .menu .zzsp .left  .container ul li{
    margin-right:25px;
}
.head .nav .menu .menu_xf .left .container ul li a{
	cursor:pointer;
}
.head .nav .menu .menu_xf .left .container ul li.first a{
    color:#c7161c;
}
.head .nav .menu .menu_xf .left .container ul li:hover a{
    color:#c7161c;
}
.head .nav .menu .menu_xf .right{
    width:309px;
    height:522px;
    float:left;
    background: url(../imageszbbg/kzq.png) no-repeat 136px center;
}
.head .nav .menu .menu_xf .right .box{
    width:100%;
    height:174px;
    box-sizing: border-box;
    border-bottom:solid 1px #ededed;
    overflow: hidden;
}
.head .nav .menu .menu_xf .right .last{
    border-bottom:none;
}
.head .nav .menu .menu_xf .right .box img{
    margin:43px 0 0 42px;
    float:left;
}
.head .nav .menu .menu_xf .right .box span{
    font-size:18px;
    color:#999999;
    display:block;
    width:80px;
    float:left;
    text-align: center;
    margin:63px 0 0 20px;
}
.head .nav .menu p{
    font-size:18px;
    color:#ffffff;
    text-align: center;
    line-height:40px;
}
.head .nav .dh{
    width:990px;
    overflow: hidden;
    float:left;
}
.head .nav .dh li {
    float: left;
    margin: 0 50px;
    line-height: 0;
    position: relative;
}
.head .nav .dh li.hot:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    right: -7px;
    z-index: 1;
    width: 22px;
    height: 14px;
    background: url(../imageszbbg/hot.png) no-repeat center;
    -webkit-animation: Hot 0.3s ease alternate infinite;
    animation: Hot 0.3s ease alternate infinite;
}

/*标题*/
.bthz{margin-top: 100px;}
.btwz{font-size: 30px;
		font-weight: bold;
		text-align: center;
		letter-spacing: 6px;}
.btzm{font-size: 22px;
		text-align: center;
		margin-top: 20px;
		letter-spacing: 8px;}
.bth{width: 100px;
		height: 6px;
		background-color: #3d78ff;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 50px;}


.jieshao{font-size: 24px;
			text-align: center;
			line-height: 50px;}



/*文网文可以做什么*/
.zsmhezi{width: 734px;
			height: 370px;
			position: relative;
			left: 50%;
			margin-left: -367px;}
.zsm1{width: 268px;
		margin-top: 57px;
		float: left;}
.zsmxhzz{width: 350px;
		height: 370px;
		float: left;
		margin-left: 116px;}
.zsmxhz{float: left;
		margin-bottom: 20px;}
.zsmxhz1{float: left;
			margin-right: 84px;}
.zsmx1{width: 133px;}
.zsmxhz:hover .zsmx1{width: 133px;
				transform: scale(1.1);
				transition-duration:500ms;}
.zsmxhz1:hover .zsmx1{width: 133px;
				transform: scale(1.1);
				transition-duration:500ms;}
.zsmz{font-size: 20px;
		text-align: center;
		margin-top: 20px;}



/*办理文网文的好处*/
.haochu{width: 956px;
		position: relative;
		left: 50%;
		margin-left: -478px;
		margin-top: 60px;}



/*预约办理400电话*/
.biankuang{width: 688px;
			height: 68px;
			border: 2px #fd7851 solid;
			border-radius: 50px;
			background-color: #FFFFFF;
			position: relative;
			left: 50%;
			margin-left: -344px;
			margin-top: 80px;}
.tingtong{width: 25px;
			margin-top: 23px;
			float: left;
			margin-left: 36px;}
.heizi{font-size: 24px;
		color: #000000;
		line-height: 68px;
		float: left;
		margin-left: 20px;
		letter-spacing: 4px;}
.chengzi{font-size: 24px;
			color: #FD7851;
			font-weight: bold;
			float: left;
			line-height: 68px;
			margin-left: 10px;
			letter-spacing: 4px;}
.yuyue{width: 238px;
		height: 68px;
		background-color: #FD7851;
		display: block;
		float: right;
		border-radius: 50px;
		font-size: 24px;
		color: #FFFFFF;
		text-align: center;
		line-height: 68px;
		letter-spacing: 10px;}
.biankuang:hover .tingtong{display: none;}
.biankuang:hover .heizi{display: none;}
.biankuang:hover .chengzi{display: none;}
.biankuang:hover .yuyue{width: 688px;
						height: 68px;
						background-color: #FD7851;
						display: block;
						float: right;
						border-radius: 50px;
						font-size: 24px;
						color: #FFFFFF;
						text-align: center;
						line-height: 68px;
						letter-spacing: 10px;
						transition-duration: 1000ms;}




/*申请条件*/
.tiaojiankuang{width: 900px;
				height: 465px;
				position: relative;
				left: 50%;
				margin-left: -450px;}
.lankuang{width: 260px;
			height: 465px;
			background-color: #5a789e;
			border-radius: 30px;
			float: left;}
.tiaojiantu{width: 88px;
			margin: auto;
			margin-top: 38px;
			}
.tjbt{font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		margin-top: 25px;}
.tjnr{margin-top: 40px;
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
		line-height: 34px;}
.ljzx{display: block;
		width: 166px;
		height: 38px;
		border: 1px #ffffff solid;
		border-radius: 20px;
		color: #FFFFFF;
		font-size: 22px;
		line-height: 38px;
		text-align: center;
		margin: auto;
		margin-top: 60px;}


.baikuang{width: 260px;
			height: 465px;
			background-color: #f6f6f6;
			border-radius: 30px;
			float: left;
			margin-left: 60px;
			margin-right: 60px;}
.tjbtb{font-size: 24px;
		font-weight: bold;
		text-align: center;
		color: #5a789e;
		margin-top: 25px;}
.tjnrb{margin-top: 40px;
		font-size: 18px;
		color: #5a789e;
		text-align: center;
		line-height: 34px;}
.ljzxb{display: block;
		width: 166px;
		height: 40px;
		background-color: #5a789e;
		border-radius: 20px;
		color: #FFFFFF;
		font-size: 22px;
		line-height: 38px;
		text-align: center;
		margin: auto;
		margin-top: 60px;}

.lankuang:hover .tiaojiantu{transform: scale(1.1);
							transition-duration:500ms;}
.baikuang:hover .tiaojiantu{transform: scale(1.1);
							transition-duration:500ms;}


.ziliao{width: 928px;
			position: relative;
			left: 50%;
			margin-left: -464px;
			margin-top: 60px;}
.tixing{font-size: 18px;
		font-weight: bold;
		text-align: center;
		margin-top: 80px;}


/*合作流程*/
.hzlc{width: 1200px;
		position: relative;
		left: 50%;
		margin-left: -600px;
		margin-top: 100px;}



/*我们还可以做*/
.hkyz{width: 1200px;
		height: 530px;
		background-color: #efefef;
		position: relative;
		left: 50%;
		margin-left: -600px;}
.hkyxzz{width: 820px;
		height: 146px;
		position: relative;
			left: 50%;
			margin-left: -410px;}
.hkyxz{width: 100px;
		display: block;
		float: left;
		margin-right: 80px;}
.hkyxt{width: 80px;
		margin: auto;}
.hkyxz{font-size: 22px;
		text-align: center;
		margin-top: 30px;}
.hkyh{width: 20px;
		height: 3px;
		background-color: #5a789e;
		margin: auto;
		margin-top: 8px;}
.hkyxz:hover .hkyxt{transform: scale(1.1);
					transition-duration:500ms;}




/*天佑的产品优势*/
.cpysz{width: 930px;
		height: 210px;
		position: relative;
		left: 50%;
		margin-left: -465px;}
.cpysxz{float: left;
		width: 180px;
		margin-right: 70px;}
.cpysxz:hover .cpyst{transform: scale(1.1);
					transition-duration:500ms;}
.cpyst{width: 160px;
		margin: auto;}
.cpyszz{font-size: 22px;
		text-align: center;
		margin-top: 20px;}



/*天佑的服务优势*/
.fwysz{width:1030px;
		height: 740px;
		position: relative;
		left: 50%;
		margin-left: -515px;}
.fwysxz{float: left;
		width: 280px;
		margin-right: 90px;
		margin-bottom: 60px;}
.fwysxz:hover .fwyst{transform: scale(1.1);
					transition-duration:500ms;}
.fwyst{width: 260px;
		margin: auto;}
.fwyszi{font-size: 22px;
		text-align: center;
		line-height: 40px;
		margin-top: 20px;}




/*实力铸就品质*/
.shili{background-image: url(../imageszbbg/shili.png);
		background-size: 1200px;
		width: 1200px;
		height: 80px;
		position: relative;
		left: 50%;
		margin-left: -600px;
		margin-top: 100px;
		padding-top: 420px;}
.ljzxx{display: block;
		width: 176px;
		height: 46px;
		border: 2px #ffffff solid;
		font-size: 30px;
		line-height: 46px;
		text-align: center;
		color: #FFFFFF;
		margin: auto;}

.head .nav .dh li a {
    font-size: 16px;
    color: #666666;
}


.footer{
    width:100%;
    background-color: #282828;
    overflow: hidden;
}
.footer .container{
    margin-top:55px;
    overflow: hidden;
}
.footer .container .left{
    width:290px;
    float:left;
    border-right:solid 1px #3b3b3b;
    box-sizing:border-box;
}
.footer .container .left .con{
    width:220px;
}
.footer .container .left .con span{
    font-size:14px;
    color:#888888;
    display:block;
    text-align: center;
    line-height:40px;
}

.footer .container .right ul.yw{
    overflow: hidden;
    width:100%;
}
.footer .container .right ul.yw li {
    width: 84px;
    float: left;
    border-right: solid 1px #888888;
    height: 18px;
    padding: 0 20px;
}.footer .container .right ul.yw li:hover a{
    color:#c7161c;
 }

.footer .container .right ul.yw li.last{
    border-right:none;
}
.footer .container .right ul.yw li a{
    display:block;
    width:100%;
    text-align: center;
    font-size:12px;
    color:#888888;
    line-height:18px;
	cursor:pointer;
}
.footer .container .right .lx{
	width:215px;
    height:40px;
    border-radius:20px;
    background-color: #3d3d3d;
    margin:25px auto 0 auto;
    padding-right:10px;
}
.footer .container .right .lx span{
    font-size:20px;
    color:#ffffff;
    float:left;
    line-height:40px;
    margin-left:10px;
}
.footer .container .right .lx img{
    margin:7px 0 0 20px;
    float:left;
}
.footer .container .right .address{
    font-size:16px;
    color:#888888;
    margin:30px 0 0 10px;
	text-align: center;
}
.footer .container .right .friendlinks{
    width:839px;
    overflow: hidden;
    margin:25px 0 0 10px;
}
.footer .container .right .friendlinks li{
    float:left;
    font-size:18px;
    color:#888888;
    margin-right:10px;
    height:30px;
}
.footer .container .right .friendlinks li span{
    font-size:14px;
    color:#888888;
}
.footer .container .right .friendlinks li a{
    font-size:16px;
    color:#888888;
    line-height:30px;
}
.footer .icp{
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    text-align: center;
    border-top:dashed 1px #888888;
    margin:20px 0 ;
    padding-top:10px;
}
.footer .zx{
    display:none;
}




