
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}/*min-width的宽度根据项目页面宽度决定*/
*,*: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;border: 0;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#333;}/*颜色根据通用信息列表的文字颜色决定*/
.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:微软雅黑;}
html,body {
    width: 100%;
    height: 100%;
}
a {
    font-size: inherit;
    color: inherit;
}
.center {
    width: 100%;
    height: auto;
}
.center .center_con {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 52px;
}
.center_con .center_con_left {
    width: 750px;
    height: auto;
    padding-right: 26px;
}
.center_con_left .theme_service {
    width: 726px;
    height: 300px;
    margin-bottom: 30px;
    overflow: hidden;
}
.theme_service a {
    display: block;
    height: 100%;
    position: relative;
}

.theme_service img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.center_left_bottom li {
    width: 335px;
    height: 285px;
    overflow: hidden;
}
.center_left_bottom li a {
    display: block;
    width: 335px;
    height: 285px;
    position: relative;
    overflow: hidden;
}
.center_left_bottom li img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.center_con .center_con_right {
    width: 450px;
    height: auto;
    padding-left: 39px;
    border-left: 1px solid #cfcfcf;
}
/* .center_con_right .center_right_box {
    margin-bottom: 20px;
} */
.center_right_box li{
    width: 411px;
	height: 72px;
    background-color: #f3f5f4;
    font-size: 24px;
    color: #333333;
    line-height: 72px;
    padding-left: 80px;
}
.center_right_box li:hover {
    color: #ffffff;
}
.center_right_box .li1 {
    background: #f3f5f4 url(../image/2007291733093578708.png) no-repeat 34px center;
}
.center_right_box .li2 {
    background: #f3f5f4 url(../image/2007301455022231244.png) no-repeat 32px center;
}
.center_right_box .li3 {
    background: #f3f5f4 url(../image/2008211035595111755.png) no-repeat 29px center;
    background-size: 29px;
}
.center_right_box .li4 {
    background: #f3f5f4 url(../image/2008261848418468067.png) no-repeat 29px center;
}
.center_right_box .li1:hover {
    background: #619C4A url(../image/2008182114451092194.png) no-repeat 34px center;
}
.center_right_box .li2:hover {
    background: #619C4A url(../image/2008182114449964549.png) no-repeat 32px center;
}
.center_right_box .li3:hover {
    background: #619C4A url(../image/2008211035594447214.png) no-repeat 29px center;
    background-size: 29px;
}
.center_right_box .li4:hover {
    background: #619C4A url(../image/2008261848418018640.png) no-repeat 29px center;
}
.center_right_box li img {
    margin-right: 23px;
}
.center_right_box li + li {
    margin-top: 16px;
}