@charset "utf-8";
/* CSS Document */
body{padding:0; font-size:12px; font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"微软雅黑"; overflow-x:hidden; max-width: 750px; margin: 0 auto; background: #fff;}
div,ul,li,p,form,h1,h2,h3,h4,h5,h6,dt,dd,dl{padding:0;margin:0; font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"微软雅黑";}
a{ text-decoration:none; color:#000;}
img{border:none; vertical-align: middle; display: block; max-width: 100%; height: auto;}
ul,li{list-style:none;}
*{padding:0;margin:0;/* -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;*/}
table{border-collapse:collapse;}
.wrap{ width:100%; height:auto;}

input::-webkit-input-placeholder {color: #999;}
input::-moz-placeholder {color: #999;}
input:-moz-placeholder {color: #999;}
input:-ms-input-placeholder {color: #999;}

.clearfix:before,.clearfix:after {clear: both; content: "."; display: block; height: 0; overflow: hidden; visibility: hidden;}
.clearfix{zoom:1}

/*banner*/
.ban {width: 100%; margin: 0 auto; position: relative;}
.ban img {width: 100%; height: auto;}
.ban_logo {width: 24%; position: absolute; top: 3%; left: 2%;}
.ban_logo img {width: 100%; height: auto;}

.one {width: 100%; margin: 0 auto; padding: 10px 0 30px; background: #fff;}
.one_cen {width: 100%; margin: 0 auto; background: url(../images/one_001.png) center no-repeat; background-size: 89% auto; text-align: center;}
.one_p {width: 100%; font-size: 1.3em; color: #666; line-height: 2.2em;}
.one_p2 {width: 100%; margin: 10px auto 0;}
.one_p2 a {display: inline-block; width: 36%; margin: 0 1%; background: url(../images/botton_bg.png) center repeat-y; background-size: 100% auto; font-size: 1.3em; color: #fff; line-height: 2.2em; border-radius: 1.2em; -webkit-box-shadow: 0 0 10px rgba(249, 92, 57, .2); -moz-box-shadow: 0 0 10px rgba(249, 92, 57, .2); box-shadow: 0 0 10px rgba(249, 92, 57, .2);}
.one_p2 a img {display: inline-block; width: auto; height: 1em; vertical-align: top; margin: .6em 6px 0 0;}

.two {width: 100%; background: url(../images/two_bg.jpg) center no-repeat; background-size: 100% 100%; padding: 8% 0; text-align: center;}
.two_p {width: 100%; background: url(../images/two_001.png) center no-repeat; background-size: 84% auto; font-size: 1.4em; color: #fff; line-height: 1.6em;}
.two_p2 {width: 100%; margin: 4% auto 0;}
.two_p2 a {display: inline-block; width: 36%; margin: 0 1%; background: #fff; font-size: 1.3em; color: #eb2c23; line-height: 2.2em; border-radius: 1.2em; -webkit-box-shadow: 0 0 10px rgba(127, 24, 1, .2); -moz-box-shadow: 0 0 10px rgba(127, 24, 1, .2); box-shadow: 0 0 10px rgba(127, 24, 1, .2);}
.two_p2 a img {display: inline-block; width: auto; height: 1em; vertical-align: top; margin: .6em 6px 0 0;}

.popup {width: 80%; max-width: 500px; background: #FFF; padding: 0 0 20px; position: fixed; top: 20%; left: 10%; z-index: 3; display: none;}
.popup .close {display: block; width: 20px; height: 20px; position: absolute; top: 4px; right: 4px;}
.popup_p {width: 100%; margin: 0 auto; text-align: center; background: #eb2c23; font-size: 1.6em; color: #fff; line-height: 2.4em; font-weight: bold;}
.popup_img {width: 60%; margin: 15px auto 0;}
.popup_img img {width: 100%; height: auto;}
.zhezhao {width: 100%; height: 100%; background: rgba(0, 0, 0, .8); position: fixed; top: 0; left: 0; z-index: 2; display: none;}

@media only screen and (min-width:980px) {
body {font-size: 18px;}
.popup {width: 500px; left: 50%; margin-left: -250px;}
}
