body {
    margin: 0px;
    padding: 0px;
    color: rgb(91, 91, 91);
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

/*html {
    cursor: url(Assets/images/logo.png), auto;
}

body {
    cursor: url(Assets/images/logo.png), auto;
}*/

/*input {
    color: rgb(91, 91, 91);
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

textarea {
    color: rgb(91, 91, 91);
    font-family: "Microsoft Yahei";
    font-size: 14px;
}

select {
    color: rgb(91, 91, 91);
    font-family: "Microsoft Yahei";
    font-size: 14px;
}
*/
.t_bg {
    background: rgb(231, 231, 231);
    width: 100%;
    height: 26px;
}

.t_bg .top {
    margin: 0px auto;
    width: 1000px;
    height: 26px;
    text-align: right;
    line-height: 26px;
}

.t_bg .top a {
    height: 20px;
    color: rgb(85, 85, 85);
    line-height: 20px;
    font-size: 14px;
    margin-top: 3px;
    vertical-align: top;
    display: inline-block;
    -ms-zoom: 1;
}

.t_bg .top i {
    height: 20px;
    color: rgb(85, 85, 85);
    line-height: 20px;
    font-size: 14px;
    margin-top: 3px;
    vertical-align: top;
    display: inline-block;
    -ms-zoom: 1;
}

.t_bg .top a:hover {
    color: rgb(0, 111, 164);
}

.t_bg .top i {
    padding: 0px 7px;
    font-style: normal;
}

.head {
    margin: 0px auto;
    width: 1000px;
    height: 297px;

}
.headbar{
	background:url("../images/123.jpg") no-repeat center / cover; 
	width: 100%; 
	height:297px;
}

.img_p {
    margin: 0px auto;
    opacity: 0;
}

.head .logo {
    width: 500px;
    height: 80px;
    margin-top: 0px;
    float: left;
}

.head .logo img {
    height: 220px;
    margin-top: 20px;
    margin-left: -320px;
    vertical-align: top;
}

.head .search {
    width: 328px;
    height: 35px;
    margin-top: 27px;
    margin-left: 150px;
    float: left;
    position: relative;
}

.head .search input[type='text'] {
    background: none;
    padding: 0px 20px;
    border-radius: 35px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    left: 0px;
    top: 0px;
    width: 278px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
}

.head .search input[type='submit'] {
    background: rgb(0, 96, 143);
    border: 1px solid rgb(0, 96, 143);
    border-image: none;
    top: 0px;
    width: 81px;
    height: 35px;
    text-align: center;
    right: 0px;
    color: rgb(255, 255, 255);
    line-height: 35px;
    font-size: 16px;
    position: absolute;
    z-index: 99;
    cursor: pointer;
}

.head .tel {
    width: 225px;
    height: 30px;
    text-align: right;
    margin-top: 30px;
    float: right;
}

.head .tel span {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
    -ms-zoom: 1;
}

.head .tel b {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    display: inline-block;
    -ms-zoom: 1;
}

.head .tel span {
    background: no-repeat left;
    color: rgb(51, 51, 51);
    padding-left: 30px;
    font-size: 14px;
}

.head .tel b {
    color: rgb(4, 104, 188);
    font-size: 18px;
    font-weight: normal;
}

.n_bg {
    background: lightslategray;
    width: 100%;
    height: 42px;
    position: relative;
}

.slidera {
    background: url("../images/timg.png") fixed no-repeat 0% 0% / cover;
    width: 100%;
    height: 230px;
    text-align: center;
    color: rgb(255, 255, 255);
}

.slidera h2 {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: 500;
}

.slidera p {
    line-height: 20px;
    font-size: 16px;
    font-weight: 300;
    margin-top: 45px;
}

.nav_m {
    margin: 0px auto;
    width: 1260px;
    position: relative;
}

.nav_m .nav {
    width: 100%;
}

.nav_m .nav li {
    width: 157px;
    float: left;
    position: relative;
}

.nav_m .nav li a {
    width: 180px;
    height: 42px;
    text-align: center;
    color: white;
    line-height: 42px;
    font-size: 16px;
    display: block;
}

.nav_m .nav li a i {
    left: 48px;
    top: 0px;
    width: 13px;
    height: 7px;
    display: none;
    position: absolute;
}

.nav_m .nav li.now a i {
    display: block;
}

.nav_m .nav li:hover a i {
    display: block;
}

.nav_m .nav li.now a {
    background: lightseagreen;
    animation: myone 0.5s linear forwards;
}

.nav_m .nav li:hover a {
    background: lightseagreen;
    animation: myone 0.5s linear forwards;
}

.nav_m .nav li .er {
    background: rgb(119, 136, 153);
    left: 0px;
    top: 42px;
    width: 180px;
    display: none;
    position: absolute;
    z-index: 9999;
    opacity: 0.8;
}

.nav_m .nav li .er a {
    width: 180px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    float: left;
}

.nav_m .nav li .er a:hover {
    color: darkblue;
}

.nav_m .nav li .er a.on {
    color: darkblue;
}

.nav_m .nav li:hover .er {
    display: block;
}

.nav_m .n_icon {
    background: url("../images/nav_ico.png") no-repeat left;
    top: 12px;
    height: 18px;
    color: rgb(255, 255, 255);
    line-height: 18px;
    padding-left: 25px;
    display: none;
    position: absolute;
    z-index: 9999;
    cursor: pointer;
    -ms-zoom: 1;
}

.banner {
    margin: 0px auto;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.i_ma {
    margin: 0px auto;
    width: 1115px;
}

.i_ma .tabBox_t {
    width: 100%;
    text-align: left;
}

.i_ma .tabBox {
    width: 100%;
    text-align: left;
}

.i_ma .tabBox .tabNav {
    padding: 40px 0px 20px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.i_ma .tabBox .tabNav li {
    background: rgb(6, 105, 206);
    margin: 0px 3px 20px;
    padding: 0px 18px;
    border-radius: 7px;
    height: 40px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    font-size: 16px;
    display: inline-block;
    cursor: pointer;
    -ms-zoom: 1;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
}

.i_ma .tabBox .tabCont {
    width: 100%;
    display: none;
}

.i_ma .ip_l {
    width: 1300px;
}

.i_ma .ip_l li {
    border-radius: 5px;
    border: 1px solid rgb(221, 221, 221);
    border-image: none;
    width: 195px;
    height: 195px;
    margin-right: 30px !important;
    margin-bottom: 30px;
    float: left;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.botm_big {
    background: url("../images/main_bg.png") no-repeat 0% 0% / cover;
    width: 100%;
}

.i_ma .ip_l li .tu {
    background: lightslategray;
    width: 200px;
    height: 195px;
    text-align: center;
}

.i_ma .ip_l li .tu img {
    width: 260px;
    height: 185px;
    margin-top: 10px;
    vertical-align: top;
}

.i_ma .ip_l li .tu .title {
    margin: 10px auto 0px;
    width: 260px;
    height: 35px;
    color: rgb(0, 84, 125);
    line-height: 35px;
    overflow: hidden;
    font-size: 16px;
    border-top-color: rgb(0, 84, 125);
    border-top-width: 1px;
    border-top-style: solid;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.i_ma .ip_l li .des {
    background: url("../images/bg_a.png");
    border-radius: 5px;
    transition: 0.7s;
    left: 0px;
    top: 0px;
    width: 298px;
    height: 248px;
    overflow: hidden;
    position: absolute;
    z-index: 99;
    opacity: 0;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-transition: 0.7s;
}

.i_ma .ip_l li:hover .des {
    opacity: 1;
}

.i_ma .ip_l li .des h6 {
    margin: 0px auto;
    width: 90%;
    height: 65px;
    text-align: center;
    line-height: 85px;
    overflow: hidden;
    font-weight: normal;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.i_ma .ip_l li .des h6 a {
    color: rgb(255, 255, 0);
    font-size: 18px;
}

.i_ma .ip_l li .des p {
    margin: 0px auto;
    width: 90%;
    height: 120px;
    color: rgb(255, 255, 255);
    line-height: 215%;
    overflow: hidden;
    font-size: 14px;
}

.i_ma .ip_l li .des .more {
    margin: 10px auto 0px;
    border: 1px solid rgb(255, 255, 255);
    border-image: none;
    width: 98px;
    height: 29px;
    text-align: center;
    color: rgb(255, 255, 0);
    line-height: 29px;
    font-size: 14px;
    display: block;
}

.bg_a {
    padding: 10px 0px;
    width: 100%;
    background-color: rgb(249, 249, 249);
}

.i_mb {
    margin: 0px auto;
    width: 1200px;
}

.i_mb dl {
    width: 290px;
    margin-right: 44px;
    float: left;
}

.i_mb dl dt {
    width: 100px;
    height: 100px;
    vertical-align: top;
    float: left;
}

.i_mb dl dt img {
    width: 100px;
    height: 100px;
    vertical-align: top;
    float: left;
}

.i_mb dl dd {
    width: 180px;
    text-align: left;
    float: right;
}

.i_mb dl dd .name {
    width: 100%;
    height: 80px;
    color: rgb(0, 0, 0);
    line-height: 100px;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.i_mb dl dd p {
    width: 100%;
    height: 38px;
    color: rgb(102, 102, 102);
    line-height: 175%;
    overflow: hidden;
    font-size: 16px;
}

.i_mb dl a:hover dd .name {
    color: rgb(0, 125, 185);
}

.i_mc {
    margin: 20px auto 0px;
    width: 1180px;
}


.i_mc .i_mcl {
    width: 580px;
    height: 420px;
    float: left;
}

.i_mc .i_mcr {
    width: 560px;
    float: right;
}

.i_mc .box_h {
    width: 100%;
    height: 42px;
    text-align: left;
    line-height: 42px;
    position: relative;
}

.i_mc .box_h a {
    top: 0px;
    right: 8px;
    color: orange;
    font-size: 16px;
    display: inline-block;
    position: absolute;
    -ms-zoom: 1;
}

.i_mc .box_h span {
    background: lightslategray;
    border-radius: 3px;
    width: 150px;
    height: 42px;
    display: inline-block;
    position: relative;
    -ms-zoom: 1;
}

.i_mc .box_h span:hover {
    animation: myone 0.5s linear forwards;
}

.i_mc .box_h span i {
    top: 15px;
    width: 6px;
    height: 11px;
    right: -6px;
    display: block;
    position: absolute;
}

.i_mc .box_h span em {
    height: 42px;
    color: rgb(255, 255, 255);
    line-height: 42px;
    /*padding-left: 51px;*/
    margin:0 35px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    /*width: 80px;*/
    -ms-zoom: 1;
}

.i_mc .box_m {
    padding: 20px 0px;
    width: 100%;
    height: 385px;
    overflow: hidden;
}

.i_mc dl {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
}

.i_mc .i_mcl dl {
    border: 0px currentColor;
    border-image: none;
    margin-bottom: 0px;
}

.i_mc dl dt {
    width: 200px;
    height: 124px;
    vertical-align: top;
    float: left;
}

.i_mc dl dt img {
    width: 200px;
    height: 124px;
    vertical-align: top;
    float: left;
}

.i_mc dl dd {
    width: 300px;
    text-align: left;
    float: right;
}

.i_mc dl dd .title {
    width: 100%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.i_mc dl dd .title a {
    color: rgb(0, 0, 0);
    font-size: 14px;
}

.i_mc dl dd .title a:hover {
    color: rgb(255, 95, 0);
}

.i_mc dl dd p {
    width: 100%;
    height: 70px;
    color: rgb(51, 51, 51);
    line-height: 200%;
    text-indent: 2em;
    overflow: hidden;
    font-size: 14px;
}

.i_mc dl dd p a {
    color: rgb(255, 95, 0);
}

.i_mc ul {
    width: 100%;
}

.i_mc ul li {
    /*background: url("../images/icon1.png") no-repeat left;*/
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    position: relative;
}

.i_mc ul li a {
    color: rgb(85, 85, 85);
    font-size: 16px;
}

.i_mc ul li a:hover {
    color: red;
}

.i_mc ul li p {
    width: 75%;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    margin-left: 18px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.i_mc ul li em {
    top: 0px;
    text-align: right;
    right: 0px;
    display: block;
    position: absolute;
}

.bg_b {
    background: rgb(0, 111, 165);
    padding: 15px 0px;
    width: 100%;
    margin-top: 20px;
}

.f_nav {
    margin: 0px auto;
    width: 1000px;
    text-align: left;
    color: rgb(255, 255, 255);
}

.f_nav .f_nl {
    width: 460px;
    float: left;
}

.f_nav .f_nl .name {
    width: 100%;
    height: 45px;
    text-align: left;
    color: rgb(255, 255, 255);
    line-height: 45px;
    font-size: 16px;
    border-bottom-color: rgb(110, 173, 204);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.f_nav .f_nl .frd {
    width: 100%;
    text-align: left;
    color: rgb(255, 255, 255);
    padding-top: 5px;
    font-size: 13px;
}

.f_nav .f_nl .frd a {
    height: 30px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    display: inline-block;
    -ms-zoom: 1;
}

.f_nav .f_nl .frd a:hover {
    color: rgb(255, 255, 0);
}

.f_nav .f_nr li .huang {
    color: rgb(255, 255, 0);
}

.f_nav .f_nr {
    width: 460px;
    text-align: center;
    float: right;
}

.f_nav .f_nr li {
    width: 112px;
    margin-left: 30px;
    float: right;
}

.f_nav .f_nr li .title {
    width: 100%;
    height: 30px;
    color: rgb(255, 255, 255);
    line-height: 30px;
    padding-top: 15px;
    font-size: 16px;
}

.f_nav .f_nr li img {
    width: 112px;
    height: 112px;
    vertical-align: top;
}

.f_nav .f_nr li p {
    width: 100%;
    height: 20px;
    color: rgb(255, 255, 255);
    line-height: 20px;
    font-size: 14px;
}

.bg_c {
    background: lightslategray;
    padding: 25px 0px;
    width: 100%;
    text-align: center;
}

.bq {
    margin: 0px auto;
    width: 1000px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 170%;
    font-size: 16px;
}

.banner_s {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.banner_s img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.scd {
    margin: 0px auto;
    width: 1000px;
}

.scd .scd_l {
    border-radius: 5px;
    width: 220px;
    float: left;
}

.scd .scd_l .name {
    width: 100%;
    height: 60px;
    text-align: center;
    color: black;
    line-height: 60px;
    font-size: 37px;
    font-weight: 500;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.scd .scd_l .s_nav {
    width: 100%;
    text-align: center;
}

.s_nav li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
}

.s_nav li a {
    width: 100%;
    height: 40px;
    text-align: center;
    color: rgb(51, 51, 51);
    line-height: 40px;
    font-size: 16px;
    display: block;
}

.s_nav li.now a {
    color: rgb(255, 255, 255);
}

.s_nav li:hover a {
    color: rgb(255, 255, 255);
}

.s_nav li.now {
    background: rgb(0, 114, 184);
}

.s_nav li:hover {
    background: rgb(0, 114, 184);
}

.scdpc .scd_r {
    width: 740px;

}
.scd_r {
    min-height: 500px;
}

.scd .scd_r {
    width: 740px;
    float: right;
}

.scd_r .dq {
    width: 100%;
    height: 35px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: relative;
}

.scd_r .dq span {
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    display: inline-block;
    -ms-zoom: 1;
}

.scd_r .dq a {
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    display: inline-block;
    -ms-zoom: 1;
}

.scd_r .dq .name {
    left: 0px;
    top: 0px;
    color: rgb(51, 51, 51);
    font-size: 18px;
    border-bottom-color: rgb(0, 114, 184);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
    z-index: 99;
}

.scd_r .dq .pst {
    top: 0px;
    width: 70%;
    text-align: right;
    right: 0px;
    color: rgb(136, 136, 136);
    font-size: 12px;
    position: absolute;
}

.scd_r .dq .pst a {
    color: rgb(136, 136, 136);
    font-size: 14px;
}

.scd_r .dq .pst a.on {
    color: rgb(0, 114, 184);
}

.scd_r .dq .pst a:hover {
    color: rgb(0, 114, 184);
}

.scdpc .scdpc_r {
    width: 100%;
    float: right;
}

.scdpc_r .dq {
    width: 100%;
    height: 35px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    float: right;
    position: relative;
}

.scdpc_r .dq span {
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    display: inline-block;
    -ms-zoom: 1;
}

.scd_r .dq a {
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    display: inline-block;
    -ms-zoom: 1;
}

.scdpc_r .dq .name {
    left: 0px;
    top: 0px;
    color: rgb(51, 51, 51);
    font-size: 18px;
    border-bottom-color: rgb(0, 114, 184);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
    z-index: 99;
}

.scdpc_r .dq .pst {
    top: 0px;
    width: 70%;
    text-align: right;
    right: 0px;
    color: rgb(136, 136, 136);
    font-size: 12px;
    position: absolute;
}
.pst span{
    line-height:12px; 
}

.scdpc_r .dq .pst a {
    color: rgb(136, 136, 136);
    font-size: 16px;
}

.scdpc_r .dq .pst a.on {
    color: rgb(0, 114, 184);
}

.scd_r .dq .pst a:hover {
    color: rgb(0, 114, 184);
}

.scd_m {
    width: 100%;
    text-align: left;
    color: rgb(51, 51, 51);
    line-height: 170%;
    font-size: 14px;
}

.service {
    width: 100%;
    padding-top: 30px;
}

.service h5 {
    text-align: center;
    color: rgb(0, 113, 183);
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}

.pages {
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 10px;
}

.pages a {
    margin: 0px 3px;
    height: 30px;
    color: rgb(85, 85, 85);
    line-height: 30px;
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
    -ms-zoom: 1;
}

.pages .now {
    color: rgb(23, 158, 237);
}

.pages .prev {
    background: rgb(100, 100, 100);
    padding: 0px 10px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.pages .next {
    background: rgb(100, 100, 100);
    padding: 0px 10px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.pages .prev:hover {
    background: rgb(0, 100, 159);
}

.pages .next:hover {
    background: rgb(0, 100, 159);
}

.news {
    width: 100%;
    min-height: 500px;
    padding-top: 10px;
    padding-bottom: 30px;
}

.case {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}

.news li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    position: relative;
}

.case li {
    width: 100%;
    height: 48px;
    line-height: 48px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    position: relative;
}

.news li p {
    width: 70%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    margin-left: 22px;
    white-space: nowrap;
    font-size: 16px;
    -ms-text-overflow: ellipsis;
}

.news li em {
    top: 0px;
    text-align: right;
    right: 0px;
    display: block;
    position: absolute;
}

.news li a {
    color: rgb(85, 85, 85);
    font-size: 16px;
}

.news li a:hover {
    color: rgb(0, 113, 183);
}

.contact {
    width: 100%;
    padding-top: 10px;
    background-color: rgba(255,255,255,.4);
}

.contact .map {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.contact .map img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.contact dl {
    margin: 20px 0px;
    width: 100%;
}

.contact dl dt {
    width: 265px;
    text-align: center;
    float: right;
}

.contact dl dt img {
    width: 128px;
    height: 137px;
    vertical-align: top;
}

.contact dl dd {
    width: 440px;
    text-align: left;
    float: left;
}

.contact dl dd p {
    width: 100%;
    color: rgb(85, 85, 85);
    line-height: 255%;
    font-size: 14px;
}

.case li {
    background: none;
}

.case li:hover {
    background: none;
}

.case li p {
    width: 70%;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
}

.case li p a {
    color: rgb(85, 85, 85);
    font-size: 14px;
}

.case li p a b {
    color: rgb(0, 0, 0);
    font-weight: normal;
}

.case li em {
    top: 0px;
    width: 115px;
    height: 48px;
    text-align: left;
    right: 0px;
    line-height: 48px;
    display: block;
    position: absolute;
}

.case li em a {
    color: rgb(0, 94, 152);
    font-size: 14px;
}

.case li p a:hover {
    color: rgb(0, 94, 152);
    font-size: 14px;
}

.log {
    width: 100%;
    text-align: left;
    color: rgb(85, 85, 85);
    line-height: 200%;
    font-size: 16px;
}

.log h6 {
    padding: 20px 0px;
    width: 100%;
    text-align: center;
    color: rgb(0, 114, 183);
    font-size: 18px;
    font-weight: normal;
}

.log .black {
    color: rgb(0, 0, 0);
}

.log .hui {
    color: rgb(51, 51, 51);
}

.pro {
    width: 100%;
    padding-top: 5px;
}

.pro li {
    width: 369px;
    height: 660px;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    float: left;
}

.pro li .title {
    padding: 20px 0px;
    width: 100%;
    text-align: center;
    color: rgb(0, 114, 183);
    font-size: 18px;
}

.pro li img {
    width: 100%;
    height: auto;
    vertical-align: top;
    max-height: 350px;
}

.pro li .des {
    margin: 0px auto 10px;
    width: 90%;
    height: auto;
    text-align: left;
    color: rgb(85, 85, 85);
    line-height: 230%;
    font-size: 13px;
    max-height: 230px;
}

.pro li.chang {
    border: 0px currentColor !important;
    border-image: none !important;
    width: 100%;
    height: auto;
}

.scd_m img {
    width: 100%;
    height: auto;
}
