.domain {
    display: block;
    overflow: hidden;
    clear: both;
    max-width: 1200px;
    margin: 45px auto 0px;
}

.layoutlist {
    width: 100%;
    display: block;
    overflow: hidden;
    clear: both;
    float: left;
    padding-left: 0;
}

.layoutlist li {
    float: left;
    /*width: 33.3%;*/
    width: 300px;
    position: relative;
    /*list-style: none;*/
    /*overflow: hidden;*/
    height: 235px;
    margin: 0 10px;
}
.picMarquee-left {
    margin: 50px 0;
}

.layoutlist li a {
    display: block;
}

.layoutlist li a .pic {
    display: block;
    width: 100%;
    height: 235px;
}

.layoutlist li a .pic img {
    display: block;
    width: 100%;
    height: 100%;
}

.layoutlist li a .txt {
    position: absolute;
    left: 0;
    bottom: -60%;
    width: 100%;
    height: 78px;
    padding-bottom: 0;
    background-color: #2F60AF;
    background-color: rgba(18, 82, 179, 0.8);
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -mz-transition: all 0.5s;
    transition: all 0.5s;
}

.layoutlist li a .txt h2 {
    padding: 7px 10px 0;
    font-size: 16px;
    line-height: 14px;
    height: 24px;
    /* padding-bottom: 12px; */
    color: #fff;
    font-weight: bold;
    margin: 0;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*text-align: center;*/
}

.layoutlist li a .txt p {
    padding: 0 10px;
    color: #fff;
    word-break: break-all;
    line-height: 22px;
    height: 44px;
    margin: 7px 0 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;/*行数*/
    -webkit-box-orient: vertical;
}

.layoutlist li:hover a .txt {
    height: 78px;
    padding-bottom: 8px;
    bottom: 0;
}

.iaboutlist {
    display: block;
    overflow: hidden;
    clear: both;
    width: 100%;
    margin: 34px 0 0 0;
    padding: 0;
}

.iaboutlist li {
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
    list-style: none;
}

.iaboutlist li img {
    display: block;
}

.iaboutlist li h2 {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    color: #343534;
    line-height: 45px;
    font-weight: bold;
}

.iaboutlist li a .txt {
    position: absolute;
    left: 0;
    bottom: -88%;
    width: 100%;
    height: 100%;
    padding-bottom: 0;
    background-color: #000;
    background-color: rgba(0, 0, 0,0.3);
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -mz-transition: all 0.5s;
    transition: all 0.5s;
    padding: 80px;
}

.iaboutlist li:hover a .txt {
    height: 100%;
    /* padding-bottom: 8px; */
    bottom: 0;
    padding: 80px;
}

.iaboutlist li a .txt p {
    color: #fff;
    word-break: break-all;
}

.about {
    position: relative;
    height: auto;
    background: #F3F3F3;
}
.about .wrap{
	max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0 60px;
}
.news {
    background: #fff;
}

.news .news_c {
    padding-top: 0px;
}

.news .newp {
    position: relative;
    width: 33%;
    float: left;
    padding: 0px 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.news .newp .outi {
    height: 250px;
    width: 100%;
    overflow: hidden;
}

.news .newp img {
    position: relative;
    width: 100%;
    height: 250px;
    /* bottom: 40px;
    min-height: 250px; */
}

.newp .title p {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: unset;
}

.newp p.summary {
    font-size: 14px;
    margin-top: 5px;
    height: 50px;
    color: #333;
    overflow: hidden;
}

.news .row {
    margin-right: -15px;
    margin-left: -15px;
}

.news .btn {
    display: inline-block;
    width: 230px;
    text-align: center;
    color: #fff;
    background: #004A90;
    line-height: 60px;
    font-size: 24px;
    margin-top: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #004A90;
    transition-duration: 1s;
    -moz-transition-duration:1s;
    -webkit-transition-duration:1s;
}
a.btn:hover {
    background: #FFF;
    color: #004A90;
    transition-duration: 1s;
    -moz-transition-duration:1s;
    -webkit-transition-duration:1s;
}

.news .title {
    width: calc(100% - 2px);
    position: relative;
    background: #fff;
    height: 150px;
    /* top: 10px; */
    border: 1px solid #d9d9d9;
    border-top: none;
    padding-top: 15px;
    margin-bottom: 10px;
}

.news .title2 {
    display: block;
    clear: both;
    margin: 30px 0 40px 0;
    border-left: 5px solid #0040a1;
    padding-left: 70px;
    /* border-bottom: 1px solid #f0f0f0; */
    font-size: 16px;
    color: #b4b4b4;
    position: relative;
    height: 26px;
}

.about .title2 {
    display: block;
    clear: both;
    margin: 20px 0 -25px 0;
    font-size: 16px;
    color: #b4b4b4;
    position: relative;
    text-align: center;
}

.domain .title2 {
    display: block;
    clear: both;
    margin: 15px 0 -10px 0;
    /* padding-left: 70px; */
    /* border-bottom: 1px solid #f0f0f0; */
    font-size: 16px;
    color: #b4b4b4;
    position: relative;
    /* height: 26px; */
    text-align: center;
}

.domain .title2 .bottom_hr {
    border-bottom: 2px solid #0040a1;
    width: 100px;
    display: inline-block;
    position: absolute;
    margin-left: 15.5%;
    margin-top: -10px;
}

.news .title2 h2 {
    /* font-size: 14px;
    color: #807D77;
    text-align: left; */
    font-weight: unset;
}

.about .title2 h2{
    font-size: 24px;
    color: #C6C3BD;
    font-weight: unset;
    display: inline-block;
    min-width:207px;
}
.news .title2 .title_hr {
    font-size: 16px;
    color: #aaa;
    text-align: left;
    margin-left: 50px;
    border-bottom: 1px solid #f0f0f0;
}

.domain .title2 h2 {
    font-size: 14px;
    /* color: #aaa; */
    /* text-align: left; */
    font-weight:unset;
}

.news .title2 h2 span {
    color: #4b4b4b;
    font-size: 24px;
    /* margin-right: 8px; */
    position: absolute;
    left: 0px;
    top: -6px;
    display: block;
    height: 28px;
    /* padding: 0 8px 0 10px; */
    padding-left: 10px;
    font-weight: bold;
}

.domain .title2 h2 span {
    /* color: #4b4b4b; */
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
    font-weight: bold;
}

.about .title2 h2 span {
    color: #004A90;
    /* background: #fff; */
    font-size: 32px;
    /* margin-right: 8px;
    position: absolute;left: 0px;
    top: -1px; */
    display: block;
    /* height: 28px;
    padding: 0 8px 0 10px; */
}

/* .domain .title2,.about .title2{padding-left: 120px;} */

.news .title .date {
    text-align: center;
    width: 100%;
    padding: 0px;
    border-top: 1px solid #ddd;
    margin: 20px 0px 0px 0px;
    padding-top: 10px;
}

.nav a.menu_item {
    padding: 31px 20px 30px 20px;
}

#nqrcode:hover+#qrcode {
    height: 170px;
}

#qrcode {
    width: 160px;
}

#qrcode img {
    width: 140px;
}

.nav .moremenu {
    width: 100%;
    height: 0px;
    clear: both;
    position: absolute;
    background: #fff;
    top: 80px;
    left: 0px;
    text-align: center;
    border-bottom: 0px solid #ccc;
    overflow: hidden;
    transition: all .3s;
    border-bottom: 1px solid #ddd;
}

#aboutm {
    width: 116px;
}

#domainm {
    line-height: 30px;
}

#domainm ul.zul {
    max-width: 600px;
    margin: 0 auto;
    list-style: none;
}

#domainm ul.zul li {
    width: 200px;
    float: left;
    list-style: none;
}

#domainm ul.zul li span {
    margin-bottom: 10px;
    display: block;
}

#domainm ul.zul li a {
    display: block;
    font-size: 14px;
}

#nabout:hover+#aboutm,
#aboutm:hover {
    height: 200px;
}

#ndomain:hover+#domainm,
#domainm:hover {
    height: 230px;
}

.nav-down-style {
    height: 0px;
    position: absolute;
    /* background: #282828; */
    width: 420px;
    box-sizing: border-box;
    text-align: left;
    z-index: 100;
    overflow: hidden;
    transition: all .3s;
}

.nav-down-style.down {
    background: #ffffff;
}

.nav-down-style.down .nav-down-menu {
    border-right: 1px solid #dddddd;
}

.nav-down-style.down .nav-down-menu li a {
    color: #333333;
}

.nav-down-style li {
    display: block;
    float: none
}

.nav-down-style li a {
    color: #999;
    font-size: 14px;
    white-space: nowrap;
    line-height: 30px
}

.nav-down-style li a:hover {
    color: #008bff
}

.nav-down-style .nav-down-list {
    white-space: nowrap;
    margin: 15px 0 25px;
    font-size: 0
}

.nav-down-style .nav-down-menu {
    display: table-cell;
    vertical-align: top;
    border-right: 1px solid #2E3032;
    padding-left: 10px;
    padding-right: 10px
}

.nav-down-style .nav-down-menu ul {
    display: inline-block;
    vertical-align: top
}

.nav-down-style .nav-down-menu .menu-title {
    color: #888;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    line-height: 40px
}

.nav-down-style .nav-down-menu li a {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    display: block;
    min-width: 4em;
    color: #fff
}

.nav-down-style .nav-down-menu li a:hover {
    color: #27ae61;
}

.nav-down-style .nav-down-menu .menu-title img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.nav-down-style .nav-down-menu.last {
    border-right: none;
    margin-right: 0
}
/* 
.footer {
    height: 300px;
}

.footer .ft {
    height: 35px;
}

.footer p {
    margin-bottom: 10px;
}

.footer img {
    width: 40px;
    max-height: 44px;
} */

.contact {
    min-height: calc(100vh - 140px);
    padding-top: 80px;
}

.nav {
    transition: all .3s;
}

.nav a {
    color: #a0a0a0;
}

.nav.white:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: transparent;
    -webkit-transition: height .2s, background-color .2s;
    transition: height .2s, background-color .2s;
}

/* .nav.white:hover:before {
    height: 100%;
    background-color: #ffffff;
    -webkit-transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    transition-timing-function: cubic-bezier(.2, 1, .3, 1);
    border-bottom: 2px solid #ffffff;
} */

.company {
    position: relative;
    padding: 80px 0px;
    min-height: calc(100vh - 150px);
}

.company .img {
    height: 400px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}

.company .img img {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}

.company .content {
    margin-top: 40px;
}

.company .content h2 {
    font-weight: 400;
    margin-bottom: 60px;
}

.company .content p {
    margin: 10px 0px;
    width: 900px;
    text-align: left;
    text-indent: 2em;
    line-height: 28px;
}
.title-desc-cp{
    width: 90%;
    margin: 0 auto;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;
}