@import url("./../alice/base.css");
@import url("./font/iconfont.css");
@import url("./../alice/grid.css");
@import url("./../alice/box.css");
@import url("./../alice/list.css");
@import url("./../alice/slide.css");
@import url("./../alice/paging.css");
@import url("./top.css");
@import url("./flooter.css");

/*@import url("./flooter.css");*/

body {
    color: #555;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    background: #FCFCFC;
}

body {
    width: 100%;
    overflow-x: hidden;
}


/* 正常链接 未访问 */

a {
    color: #555;
}


/* 鼠标悬停 */

a:hover {
    color: #f00;
    text-decoration: none;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    /*background:#efefef;*/
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mr11 {
    margin-right: 11px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr40 {
    margin-right: 40px;
}

.w570 {
    width: 570px;
}

.row1 ul {
    width: auto;
    margin: 0 -10px;
    padding-top: 25px;
    overflow: hidden;
}

.row1 ul li {
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
}

.row1 ul li .box {
    border: 1px solid #d8d8d8;
    border-bottom: 2px solid #4FB0CB;
    padding: 36px 20px 31px;
    position: relative;
}

.row1 ul li .box::before {
    position: absolute;
    top: -25px;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    content: '';
    background: #4FB0CB;
    border-radius: 50%;
    margin-left: -25px;
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
}

.row1 ul li .box1::before {
    content: '\e696';
}

.row1 ul li .box2::before {
    content: '\e620';
    text-indent: -2px;
}

.row1 ul li .box3::before {
    content: '\e60a';
}

.row1 ul li .box4::before {
    content: '\e6fb';
    line-height: 45px;
}

.row1 .box .title {
    line-height: 46px;
    font-size: 16px;
    color: #333;
    text-align: center;
}

.row1 .box .more {
    text-align: center;
    margin-top: 22px;
}

.row1 .box .more a {
    display: inline-block;
    font-size: 12px;
    background: #4FB0CB;
    color: #fff;
    line-height: 20px;
    padding: 0 6px;
}

.row1 .box .more a .iconfont {
    font-size: 12px;
}

.row1 li:hover .box {
    border-color: #FF602B;
}

.row1 li:hover .box::before {
    background: #FF602B;
}

.row1 li:hover .box .more a {
    background: #FF602B;
}

.row2 .wrap {
    margin: 30px auto 0;
    padding-top: 10px;
    border-top: 1px dotted #d8d8d8;
}

.row2 .picMarquee-left {
    overflow: hidden;
    position: relative;
}

.row2 .picMarquee-left .hd {
    overflow: hidden;
    height: 38px;
    margin-bottom: 10px;
}

.row2 .picMarquee-left .hd .title {
    line-height: 38px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

.row2 .picMarquee-left .hd .prev,
.row2 .picMarquee-left .hd .next {
    display: block;
    width: 24px;
    height: 24px;
    background: #4FB0CB;
    border-radius: 50%;
    float: right;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    color: #fff;
    text-indent: 0px;
    margin: 7px 5px 0;
}

.row2 .picMarquee-left .hd .next {
    text-indent: -2px;
}

.row2 .picMarquee-left .hd a .iconfont {
    line-height: 26px;
}

.row2 .picMarquee-left .hd a:hover {
    background: #FF602B;
}

.row2 .picMarquee-left .bd {
    /*padding: 10px;*/
}

.row2 .picMarquee-left .bd ul {
    width: 1000%;
    overflow: hidden;
    zoom: 1;
}

.row2 .picMarquee-left .bd ul li {
    margin: 0 10px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.row2 .picMarquee-left .bd ul li .pic {
    text-align: center;
    background: #fff;
    width: 214px;
    height: 214px;
    padding: 2px;
    border: 1px solid #ccc;
    position: relative;
}

.row2 .picMarquee-left .bd ul li .pic a {
    display: block;
}

.row2 .picMarquee-left .bd ul li .pic img {
    max-width: 214px;
    max-height: 214px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.row2 .picMarquee-left .bd ul li .title {
    font-size: 14px;
    text-align: center;
    line-height: 1.4em;
    padding: 0.6em 0;
    height: 4em;
    overflow: hidden;
}

.row2 .picMarquee-left .bd ul li:hover .pic a img {
    border-color: #FF602B;
}

.row2 .picMarquee-left .bd ul li:hover .title a {
    color: #FF602B;
}

.row3 .ui-box {
    border: none;
}

.row3 .ui-box-head {
    height: 35px;
    line-height: 35px;
    border: 1px solid #E2E2E2;
    margin: 0;
    padding: 0;
}

.row3 .ui-box-head-title {
    margin-left: 13px;
    padding-left: 28px;
    font-size: 14px;
    color: #333;
    background: url('../../images/en/icon-2.png') left center no-repeat;
}

.row3 .ui-box-head-more {
    width: 36px;
    height: 11px;
    background: url('../../images/en/icon-3.png') 0 0 no-repeat;
    margin-top: 12px;
    margin-right: 10px;
}

.row3 .ui-box-container {
    border: none;
    background: none;
}

.row3 .ui-box-content {
    padding: 0;
}

.row3 .ImgList {
    width: auto;
    overflow: hidden;
    padding-top: 20px;
}

.row3 .ImgList li {
    display: block;
    margin-bottom: 22px;
    width: auto;
    overflow: hidden;
}

.row3 .ImgList li .img {
    float: left;
    width: 117px;
    margin-left: 7px;
    font-size: 0;
}

.row3 .ImgList li .img a {
    display: block;
    font-size: 0;
    line-height: none;
}

.row3 .ImgList li .img img {
    max-width: 100%;
}

.row3 .ImgList li .info {
    margin-left: 143px;
    margin-right: 17px;
}

.row3 .ImgList li .title {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 12px;
}

.row3 .ImgList li .text {
    line-height: 20px;
    color: #8a8a8a;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
}

.row3 .NewsList {
    width: auto;
    overflow: hidden;
    padding-top: 30px;
}

.row3 .NewsList li {
    display: block;
    margin-bottom: 30px;
}

.row3 .NewsList li .date {
    float: left;
    padding-right: 5px;
    width: 53px;
    height: 37px;
    background: url('../../images/en/icon-4.png') no-repeat right 0;
}

.row3 .NewsList li .date .d {
    font-size: 22px;
    text-align: center;
    color: #464646;
    line-height: 20px;
}

.row3 .NewsList li .date .m {
    color: #464646;
    text-align: center;
    line-height: 17px;
}

.row3 .NewsList li .title {
    margin-left: 70px;
    line-height: 37px;
    height: 37px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}