#container {
    width: 100%;
    height: 800px;
    overflow: hidden;
}

.sections,
.section {
    height: 100%;
}

#container,
.sections {
    position: relative;
}

.section {
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    color: white;
}

#section0 {
    background-image: url(../images/1.jpg);
}

#section1 {
    background-image: url(../images/2.jpg);
}

#section2 {
    background-image: url(../images/3.jpg);
}

#section3 {
    background-image: url(../images/4.jpg);
}

.pages li {
    list-style-type: none;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: white
}

.pages li:hover {
    box-shadow: 0 0 5px 2px white
}

.pages li.active {
    background-color: orange;
    box-shadow: 0 0 5px 2px orange
}

.pages {
    position: absolute;
    z-index: 999
}

.pages.horizontal {
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px
}

.pages.horizontal li {
    display: inline-block;
    margin-right: 10px
}

.pages.horizontal li:last-child {
    margin-right: 0
}

.pages.vertical {
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}

.pages.vertical li {
    margin-bottom: 10px
}

.pages.vertical li:last-child {
    margin-bottom: 0
}


/*鎴戜滑鐨勬湇鍔�*/

.service {
    background-image: url(../images/img/service.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 700px;
    background-size: cover;
}

.title {
    margin: 0 auto 0;
    padding: 65px 0 0 0;
    width: 100%;
    text-align: center;
}

.tcolor1 {
    color: #e72a10;
    font-size: 28px;
    font-weight: bolder;
}

.tcolor2 {
    color: #7a7381;
    font-size: 14px;
}
.tcolor2.title2{
	 font-size: 16px;
}

.tlinecolor1 {
   /*  background: #e72a10; */
}

.titleline {
    margin: 5px auto 5px;
    width: 135px;
    height: 1px;
}

.wapper {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.wapper ul {
    margin-top: 30px;
}

.wapper li {
    float: left;
    margin-left: 30px;
    width: 27%;
    height: 350px;
    background-color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    padding: 20px;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 10px #625B5B;
    /*firefox*/
    -webkit-box-shadow: 0px 0px 10px #625B5B;
    /*webkit*/
    box-shadow: 0px 0px 10px #625B5B;
    /*opera鎴杋e9*/
}

.wapper li .pic {
    margin: 15px 0 10px 0;
    text-align: center;
}

.wapper li .text {
    margin: 0 10px 2px;
    text-align: center;
}

.wapper li .text a {
    color: #5c5f66;
    font-weight: bolder;
}

.wapper li .desc {
    height: 165px;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    line-height: 24px;
    margin-top: 30px;
}

.wapper li .desc a {
    color: #6C7380;
}

.wapper li {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.wapper li:hover {
    transform: translate(0, -10px);
    /*鍚戜笂骞崇Щ10px*/
    -webkit-transform: translate(0, -10px);
    -moz-transform: translate(0, -10px);
    -o-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-box-shadow: 0px 0px 15px blue;
    -moz-box-shadow: 0px 0x 15px #B52929;
    box-shadow: 0px 0px 15px #B52929;
    color: #B52929;
}

.wapper li:hover .desc a,
.wapper li:hover .text a {
    color: #B52929;
}


/*鎴戜滑鐨勪骇鍝�*/

.product {
    width: 100%;
    height: 750px;
    background-color: #f5f7fa;
    background-image: url(../images/img/project-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.sytoptxt {
    position: absolute;
    width: 1000px;
    margin-top: 190px;
    left: 50%;
    margin-left: -540px;
    padding-left: 50px;
}

.sytopeng {
    font-size: 37px;
    color: #FFF;
}

.sytopcha {
    font-size: 25px;
    color: #FFF;
}

.sytoptxt p {
    margin-bottom: 10px;
}

.sytoptxt p {
    margin-top: 0px;
}

.sytoptxt img {
    margin-top: 240px;
}

.synews {
    position: relative;
    width: 100%;
    min-width: 1000px;
    width: expression_r(document.body.clientWidth < 1000 ? "1000px": "100%");
    height: 51px;
    background-color: #e6e7e9;
    left: 0%;
}

.synewscon {
    position: relative;
    width: 1000px;
    height: 51px;
    margin: 0 auto;
    overflow: hidden;
}

.synewsbt {
    padding: 0px;
    margin: 0px;
    padding-top: 15px;
    padding-left: 350px;
    color: #383839;
    vertical-align: top
}

.syconnews {
    position: absolute;
    top: 488px;
    *top: 423px;
    width: 100%;
    background-color: #dfe1e5;
    left: 0%;
    display: none;
    z-index: 10
}

.syconnewscon {
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0px;
    height: 195px;
    color: #717171;
}

.syconnewscon ul {
    float: left;
    color: #6f6f6f;
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

.syconnewscon a {
    color: #333;
    font-size: 13px;
}

.syconnewscon ul li {
    display: inline;
    list-style-type: none;
    padding-bottom: 10px;
    cursor: pointer;
}

.syconnewscon ul li:hover {
    border-bottom: 2px solid #f5c101;
}

.syconnewscon ul li a:hover,
.syconnewscon ul li:hover a {
    color: #000000;
}

.synewseng {
    font-family: "Arial";
    font-size: 10px;
}

.newsdq {
    color: #000;
    border-bottom: 2px solid #f5c101;
}

.newsdq a {
    color: #000000;
}

.newsst {
    padding-right: 60px;
    border-right: 1px dashed #696969;
    line-height: 20px;
    font-size: 13px;
    color: #333;
}

.newsst img {
    margin-right: 30px;
}

.newsst p {
    margin-top: 0px;
}

.newsst p a {
    font-size: 13px;
    color: #333;
}

.newsst a {
    font-size: 13px;
    color: #333;
}

.newsst .bt {
    font-size: 13px;
    color: #484357;
}

.newsclick {
    position: absolute;
    cursor: pointer;
    display: inline-block;
    width: 35%;
    zoom: 1;
    *display: inline;
}

.newsContent {
    position: relative;
    left: 35%;
    top: 0px;
    display: inline-block;
    width: 60%;
    zoom: 1;
    *display: inline;
}

.newsContent ul {
    width: 100%;
    height: 51px;
}

.newsContent li {
    float: left;
    height: 51px;
    line-height: 51px;
}

.day {
    color: #000;
    font-size: 10px;
    font-family: "Arial";
}

.syconnewscon .title {
    margin-left: 50px;
    margin-top: 0px;
}

.sycon {
    position: relative;
    width: 100%;
    min-width: 1000px;
    width: expression_r(document.body.clientWidth < 1000 ? "1000px": "100%");
    height: 448px;
    padding-top: 50px;
    padding-bottom: 35px;
    left: 0;
}

.move {
    float: right;
    width: 674px;
}

.sycontxt {
    width: 1000px;
    margin: 0 auto;
}

.sycontxt1 {
    position: relative;
    width: 325px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.sycontxt1 ul {
    list-style-type: none;
    position: absolute;
    top: 20px;
    left: 30px;
}

.sycontxt1 ul li {
    line-height: 33px;
}

.sycontxt1 .time {
    font-family: "Symbol";
    font-size: 30px;
    color: #423e51;
}

.sycontxt1 .title {
    font-family: "GDT";
    font-size: 37px;
    color: #423e51;
    margin-left: -3px;
}

.sycontxt1 .txt {
    font-family: "GDT";
    font-size: 13px;
    color: #8d92a0;
    margin-top: -10px;
}

.sycontxt2 {
    position: relative;
    float: left;
    margin-left: 10px;
    *margin-left: 10px!important;
    *margin-left: 5px;
    margin-bottom: 14px;
    *margin-bottom: 14px!important;
    *margin-bottom: 0px;
    height: 199px;
    overflow: hidden;
    cursor: pointer;
}

.sycontxt2 ul {
    list-style-type: none;
    margin-left: 30px;
    *margin-left: 30px!important;
    *margin-left: 30px;
    margin-top: -180px;
}

.sycontxt2 .time {
    font-family: "寰蒋闆呴粦";
    font-size: 18px;
    color: #000000;
}

.sycontxt2 .title {
    font-family: "Arial";
    font-size: 10px;
    color: #7a7a7a;
}

.hotels {
    position: relative;
    width: 1000px;
    margin: 30px auto;
    font-family: "寰蒋闆呴粦";
    color: #4d485c;
}

.hotels tr td {
    padding-left: 15px;
    border-right: 1px solid #dedede;
    vertical-align: top;
}

.hotels p {
    font-family: "Arial";
    color: #4d485c;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.hotels ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    color: #c6c6c6;
    line-height: 20px;
}

.hotels ul li {
    font-size: 12px;
}

.hotels ul a {
    color: #797878;
    font-size: 12px;
}

.hotels ul a:hover {
    color: #4d485c;
}

.firtitle {
    font-family: "AcmeFont";
    font-size: 20px;
    color: #98989a;
}

#newstitle a {
    color: #383839;
}

.firtitle a {
    font-family: "AcmeFont";
    font-size: 20px;
    color: #98989a;
}

.shade {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}

.sycontxt1_1 {
    width: 325px;
    height: 413px;
    position: absolute;
    background: rgba(77, 72, 92, 0.66)!important;
    background: #4d485c;
    filter: alpha(opacity=66);
}

.sycontxt1_1_1 {
    position: absolute;
    width: 325px;
    height: 400px;
    padding-left: 30px;
    *padding-left: 0px!important;
    *padding-left: 30px;
    padding-top: 20px;
    *padding-top: 24px!important;
    *padding-top: 26px;
}

.sycontxt1_1_1 img {
    margin-top: 9px;
    margin-left: 80px;
    *margin-left: 80px!important;
    *margin-left: 80px;
}

.sycontxt1_1_1 ul {
    padding: 0px;
    margin: 0px;
    margin-top: 20px;
    z-index: 99;
}

.sycontxt1_1_1 .time {
    color: #FFF;
}

.sycontxt2_1_1 .time a,
.sycontxt2_1_1 .txt1 a {
    color: #FFF;
}

.sycontxt2_1_1 .title a {
    color: #f5c101;
}

.sycontxt2_1_1 .txt a {
    color: #ffffff;
}

.sycontxt1_1_1 .title,
.sycontxt2_1_1 .txt {
    color: #f5c101;
}

.sycontxt1_1_1 .txt {
    font-size: 10px;
    margin-top: 15px;
}

.sycontxt1_1_1 .txt1 {
    font-size: 13px;
    color: #FFF;
}

.sycontxt2_1 {
    width: 327px;
    height: 200px;
    position: absolute;
    background: rgba(77, 72, 92, 0.66)!important;
    background: #4d485c;
    filter: alpha(opacity=66);
}

.sycontxt2_1_1 {
    padding-left: 30px;
    *padding-left: 0px!important;
    *padding-left: 30px;
    padding-top: 20px;
    *padding-top: 24px!important;
    *padding-top: 26px;
    position: absolute;
}

.sycontxt2_1_1 img {
    margin-top: 10px;
    margin-left: 0px;
    *margin-left: 30px!important;
    *margin-left: 0px;
}

.sycontxt2_1_1 ul {
    padding: 0px;
    margin: 0px;
}

.sycontxt2_1_1 .time {
    color: #FFF;
}

.sycontxt2_1_1 .title,
.sycontxt2_1_1 .txt {
    color: #f5c101;
}

.sycontxt2_1_1 .txt {
    font-size: 10px;
    margin-top: 15px;
}

.sycontxt2_1_1 .txt1 {
    font-size: 13px;
    color: #FFF;
}

.synews3,
.synews2 {
    display: none;
}


/*/鍙戝睍鍘嗙▼/*/

.tcolor1 {
    color: black;
    font-weight: normal;
}

.btn-t2m {
    width: 50px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    color: white;
    background-color: #e03f26;
}

.btn-t2m1 {
    margin-top: 50px;
}

.btn-t2m2 {
    margin-top: 0px;
}

.fanzhan-box .right-box {
    width: 49%;
}

.fanzhan-box .left-box {
    width: 50%;
}

.fanzhan-box .left-box {
    border-right: 2px solid #e3e3e3;
}

.fanzhan-box {
    height: 1530px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.left-box {
    padding-top: 45px;
}

.left-box .roud-red {
    position: relative;
    bottom: -5px;
}

.left-box .roud-red:after {
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e03f26;
    position: absolute;
    right: -19px;
    top: 5px;
}

.left-box .img-box1 {
    padding-right: 15px;
}

.left-box .img-box1 .left1 {
    padding: 10px;
    background-color: #e3e3e3;
    margin-bottom: 100px;
    margin-right: 15px;
}

.right-box {
    padding-top: 145px;
}

.right-box .img-box1 {
    padding-left: 15px;
}

.right-box .img-box1 .left1 {
    padding: 10px;
    background-color: #e3e3e3;
    margin-bottom: 100px;
    margin-left: 15px;
}

.right-box .roud-red {
    position: relative;
    bottom: -5px;
}

.right-box .roud-red:after {
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #e03f26;
    position: absolute;
    left: -19px;
    top: 5px;
}


/*//鍏徃姒傚喌*/

.profile-text {
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: 500;
    color: black;
}
.profile-text:after {
    content: '公司概况';
    border-bottom: 2px solid #e72a10;
    padding-bottom: 5px;
}
.profile-text-us:after {
    content: 'Company Profile';
    border-bottom: 2px solid #e72a10;
    padding-bottom: 5px;
}