﻿/*好兄弟，这样真的好吗？！*/




* {
    margin: 0px;
    padding: 0px;
    list-style: none;
}



body {
    background: url(/style/images/bj.jpg);
    margin: 0px;
}
.header {
    background: url(/style/images/topbj.png);
    border-bottom: 2px solid #F7D85D;
	background-size: 100% 100%;
}
.header_ys {
    width: 65%;
    margin: auto;
    overflow: hidden;
    padding-top: 1.8%;
}
.logo {
    float: left;
    width: 40%;
}
.logo img {
    width: 100%;
}
.Telephone {
    float: left;
    color: #f3e064;
    font-weight: 700;
    font-size: 21px;
    margin-top: 6%;
    text-align: center;
	width: 30%;
}
.entrance {
    float: right;
    margin-top: 4%;
	width: 30%;
}
.entrance a {
    float: left;
    margin-left: 10px;
    overflow: hidden;
    width: 43%;
    height: 60px;
}
a.entrance_yi {
    background: url(/style/images/entrance_yi.png);
	background-size: 100% 100%;
}
a.entrance_yi:hover {
    background: url(/style/images/entrance_yi_hov.png);
	background-size: 100% 100%;
}
a.entrance_er {
    background: url(/style/images/entrance_er.png);
	background-size: 100% 100%;
}
a.entrance_er:hover {
    background: url(/style/images/entrance_er_hov.png);
	background-size: 100% 100%;
}
.content {
    margin-top: 3%;
}
.main {
    width: 65%;
    margin: auto;
    overflow: hidden;
}
.Serve {
    width: 49%;
    float: left;
}
.Serve li {
    width: 45%;
    float: left;
    margin-left: 2%;
    margin-bottom: 4%;
	margin-right: 2%;
}
.Serve li img {
    width: 100%;
    border: solid 4px #F7D85D;
}
.Serve li img:hover {
    border: solid 4px #570e05;
}
.Introduction {
    float: right;
    width: 49%;
    background: url(/style/images/jianjiebj.png) no-repeat;
    color: #ffdd48;
    padding: 1%;
    font-size: 13px;
    padding-bottom: 5.5%;
    background-size: 100% 100%;
}
.Introduction_content {
    padding: 2%;
}
.Introduction_content h2 {
    margin-top: 0;
	margin-bottom: 2%;
    color: #d4b739;
}
.Introduction_content p {
    line-height: 22px;
    margin-bottom: 1.5%;
}
.dominant {
    color: #d4b739;
    width: 65%;
    margin: auto;
    background: #5d2001;
    margin-top: 2%;
    border: solid #F7D85D 2px;
    font-size: 13px;
}
.connect {
    border: solid #F7D85D 2px;
	overflow: hidden;
}
.connect strong {
    display: block;
    text-align: center;
    color: #f3e064;
    font-weight: 700;
    font-size: 18px;
	border-bottom: solid #F7D85D 2px;
	padding: 1%;
}
.connect_xt {
    width: 29%;
    float: left;
    margin: 2%;
}
.connect_xt img {
    width: 100%;
	border-radius: 5px;
}
.connect_xt img:hover {
    width: 98%;
}
.feature {
    overflow: hidden;
}
.feature .feature_content {
    width: 24.5%;
    float: left;
    border-left: solid 1px #F7D85D;
    padding-bottom: 5%;
    height: 50px;
    text-align: center;
}
.feature_content strong {
    margin-top: 8%;
    display: block;
    margin-bottom: 2%;
    color: #ffdc42;
    font-size: 14px;
}
.feature_content span {
    display: block;
}
.process {
    border-top: solid #F7D85D 1px;
}
.process img {
    width: 100%;
}
.footer {
    color: #d4b739;
    text-align: center;
    font-size: 13px;
    margin-top: 2%;
    margin-bottom: 2%;
}




/*自适应 1200px*/
@media(max-width:1200px) {
	
.header_ys {
    width: 80%;
}
.main {
    width: 80%;
}
.dominant {
    width: 80%;
}
}

/*自适应 1000px*/
@media(max-width:1000px) {
	
.header_ys {
    width: 90%;
}
.main {
    width: 90%;
}
.dominant {
    width: 90%;
}
}


/*自适应 800px*/
@media(max-width:800px) {
	
.header_ys {
    width: 100%;
}
.logo {
    width: 100%;
}
.main {
    width: 100%;
}
.dominant {
    width: 96%;
	font-size: 0.9em;
}
.Telephone {
    display: none;
}
.entrance {
    display: none;
}
.Serve {
    width: 100%;
}
.Introduction {
    width: 94%;
    font-size: 0.9em;
    margin: 2% 2%;
}
.dominant {
    font-size: 0.7em;
}
.tel {
    width: 95%;
    background: #dec13f;
}
.tel img {
    width: 80%;
    margin-left: 10%;
}
.tel img:hover {
    width: 78%;
}
.weix {
    width: 46%;
}
.qq {
    width: 46%;
}
.feature_content {
    width: 49%;
    height: 110px;
    border-bottom: solid 1px #F7D85D;
}
.feature .feature_content {
    width: 49%;
}
.process {
    padding: 2% 0%;
}
.content {
    margin-bottom: 4%;
}
.footer {
    margin-bottom: 65%;
}


}