/* 初始化css */
body {
    font-family: 微软雅黑;
    color: #333;
}
html,body{
    font-size: initial;
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

input {
    margin: 0;
    padding: 0;
    outline: none;
}

li {
    list-style: none;
}

a,
ins {
    text-decoration: none;
}

*:focus {
    outline: none;
}

a {
    color: #333;
}

/*颜色根据通用信息列表的文字颜色决定*/
.more a {
    color: #999;
}

/*颜色根据通用更多的文字颜色决定*/
a:hover {
    color: #2d6fcd;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.more a:hover {
    color: #2d6fcd;
}

/*颜色根据psd主色调决定，比如很多都是蓝色*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.block {
    display: block;
}

textarea,
input {
    font-family: 微软雅黑;
}






/* 内容 */
.content {
    width: 1200px;
    margin: auto;
}



/* banner */
.banner {
    width: 100%;
    height: 239px;
    margin: auto;
    background: url(banner.jpg) top center;
    background-repeat: no-repeat;
    /* background-position: center; */
}




/* 企业常用服务 */
.qycyfw {
    width: 1200px;
    height: 330px;
}


/* 企业常用服务标题 */
.qycyfw_title {
    height: 100px;
    font-size: 28px;
    color: #666;
    border-bottom: 2px solid #000000;
    line-height: 100px;
    margin-bottom: 32px;
}


/* 企业常用服务list */
.qycyfw_list>li {
    width: 286px;
    height: 88px;
    background-color: #fff;
    box-shadow: 2px 2px 10px #ddd;
    margin-right: 14px;
    margin-bottom: 10px;
    float: left;
}

.qycyfw_list>li>a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.qycyfw_list>li>a>img {
    margin-left: 20px;
}

.qycyfw_list>li>a>p {
    font-size: 16px;
    color: #333;
    margin-left: 15px;
}

.qycyfw_list>li>a:hover {
    background-color: #007aff;
}

.qycyfw_list>li>a:hover p {
    color: #fff;
}





/* 优化营商环境 */
.yhyshj {
    width: 1200px;
    height: 480px;
}


/* 优化营商环境标题 */
.yhyshj_title {
    height: 100px;
    font-size: 28px;
    color: #666;
    border-bottom: 2px solid #000000;
    line-height: 100px;
    margin-bottom: 32px;
}


/* 优化营商环境list */
.yhyshj_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yhyshj_list>li {
    width: 277px;
    height: 284px;
    box-shadow: 2px 2px 10px #ddd;
}

.yhyshj_list>li>a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.yhyshj_list>li>a>p {
    width: 277px;
    height: 124px;
    font-size: 18px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.yhyshj_list>li>a:hover {
    background-color: #007aff;
}

.yhyshj_list>li>a:hover p {
    color: #fff;
}


.bigpic .pc-img {
    width: 100%;
    display: block;

}

.bigpic .app-img {
    display: none;
}

@media only screen and (max-width: 768px) {

    .bigpic .pc-img {
      display: none;
    }
  
    .bigpic .app-img {
      width: 100%;
      display: block;
    }
    
    .content{
        padding: 0.3rem 3% 0.3rem 3%;
    }
    .content,.qycyfw,.yhyshj{
        width: 100%;
        height: auto;
    }
    .qycyfw_title{
        font-size: 0.4rem;
        line-height: 0.8rem;
        font-weight: bold;
        height: auto;
        margin-bottom: 3%;
    }
    .qycyfw_list>li{
        width: 100%;
        height: auto;
        padding: 1%;
    }
    .qycyfw_list>li>a>img{
        width: 15%;
    }
    .qycyfw_list>li>a>p{
        font-size: 0.32rem;
        margin-left: 7%;
    }
    .yhyshj_title{
        font-size: 0.4rem;
        line-height: 0.8rem;
        font-weight: bold;
        height: auto;
        margin-bottom: 3%;
    }
    .yhyshj_list{
        display: block;
    }
    .yhyshj_list>li{
        width: 100%;
        float: left;
        height: auto;
        margin-bottom: 4%;
        padding: 4%;
    }
    .yhyshj_list>li>a>p{
        width: 100%;
        height: auto;
        font-size: 0.32rem;
        line-height: 0.64rem;
        text-align: center;
    }

  }