*{
    margin: 0;
    padding: 0;
}

.clear{
    clear: both;
}
a{
    cursor:pointer;
    text-decoration:none;
    outline:none;
}
ul>li{
    list-style:none;
}
a:hover{ text-decoration:none !important;}
.w1200{
    width: 1200px;
    margin: 0 auto;
}

@font-face {font-family: "iconfont";
            src: url('../fonts/iconfont.eot'); /* IE9*/
            src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
                url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
                url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
                url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

/*头部*/
header{
    width: 100%;
    position: fixed;
    z-index: 999;

}
.head-top{
    width: 100%;
    background-color: #333333;
    height: 35px;
    line-height: 35px;
}
.head-top-left{
    color: #ffffff;
    font-size: 12px;
    float: left;
}
.head-top-left>img{
    vertical-align: middle;
}
.head-top-left>span{
    margin-left: 30px;
}
.head-top-right{
    float: right;
}
.head-top-right>ul>li{
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.head-top-right>ul>.wx-btn{
    position: relative;
}
.head-top-right>ul>.wb-btn{
    position: relative;
}
.head-top-right>ul>.wx-btn>.wx{
    position: absolute;
	left:-75px;
    z-index: 99;
    display: none;
}
.head-top-right>ul>.wx-btn>.wx>img,
.head-top-right>ul>.wb-btn>.wx>img{
	width:178px;
	height:191px;
}
.head-top-right>ul>.wb-btn>.wx{
	position: absolute;
	left:-75px;
    z-index: 99;
    display: none;
}
.head-top-right>ul>li>img{
    vertical-align: middle;
}
.ts-logo{
    float: left;

}
.ts-logo>img{
    vertical-align: middle;
}
.head-nav{
    border-bottom: 1px solid #999999;
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #ffffff;
}
.head-nav-list{
    float: right;
}
.head-nav-list>ul>li{
    position: relative;
    float: left;
    width: 120px;
    text-align: center;
}

.head-nav-list>ul>li>a{
    font-size: 14px;
    color: #333333;
}
.head-nav-list>ul>li:hover .nav-li{
    color: #e40807;
}
.nav-down{
    position: absolute;
    /*  position: relative;*/
    width: 120px;
    height: auto;
    text-align: center;
    left: 0;

}
.nav-down:before{
    /* position: absolute;*/
    content: "";
    width: 71px;
    height: 3px;
    background-color: #e40807;
    display: block;
    margin:0 auto;
    /*  top: -3px;
      left: 0;
      right: 0;*/
}
.nav-down{
    display: none;
    z-index: 10;
    background-color: #ffffff;
}
.nav-down>ul{
    margin-top: 10px;
}
.nav-down>ul>li{
    line-height: 35px;
}
.nav-down>ul>li:hover a{
    color: red;
}
.nav-down>ul>li>a{
    font-size: 14px;
    color: #666666;
}
.nav-arrow{
    color: #ffffff;
}
.home-banner,.swiper-container{
    width: 100%;
}
.home-jj{
    height: auto;
    padding-bottom: 70px;
    background-position: center  80px;
    background-repeat: no-repeat;
    background-image: url("../imgs/tongsheng.png");

}
.home-jj>.p1{
    color: #333333;
    font-size: 28px;
    text-align: center;
    margin-top: 140px;
    letter-spacing: 5px;
}
.home-jj>.p2{
    color: #666666;
    font-size: 16px;
    padding: 0 202px;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
}
.home-cc{
    border: 1px solid #666666;
    position: relative;
    width: 240px;
    height: 50px;
    margin: 0 auto;
    margin-top: 50px;
}
.home-ck{
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 50px;

    margin: 0 auto;
    line-height: 50px;
    cursor: pointer;
    /* transition:background-color 2s;
     -webkit-transition:background-color 2s; /!* Safari *!/*/
    z-index: 2;
}
.home-ck2{

    position: absolute;
    background-color: red;
    top: 0;
    left: 0;
    width: 240px;
    height: 50px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transform-origin: left;
    -webkit-transform-origin: left;
    -moz-transform-origin: left;
    -ms-transform-origin: left;
    z-index: 1;
}
.home-cc:hover .home-ck2{
    transform: scaleX(1);
}
.home-cc:hover{
    border: 1px solid red;
}
/*.home-ck:hover{
    color: #ffffff;
    background-color: red;
}*/
.home-ck:hover span,.home-ck:hover i{
    color: #ffffff;
}
.home-ck>span{
    float: left;
    margin-left: 30px;
    line-height: 50px;
    font-size: 16px;
    color: #666666;
}
.home-jiantou{
    float: right;
    margin-right: 20px;

}
.home-jj>.movies{
    position: relative;
    width: 930px;
    height:193px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 80px;
    background-image: url("../imgs/bf-bg.png");
    margin: 0 auto;
    cursor: pointer;
}
.home-jj>.movies>img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
/*同昇项目*/
.home-manager{
    width: 100%;
    height: 650px;
    background-color: #f6f6f6;
    background-position: center  250px;
    background-repeat: no-repeat;
    background-image: url("../imgs/tongsheng.png");
    padding-top: 1px;
}
.home-manager-left{
    float: left;
    width: 380px;
    height: auto;
    margin-top: 50px;
    display: none;
}
.home-manager-left>.p1{
    font-size: 28px;
    color: #474747;
    text-align: center;

}
.home-manager-left>.p2{
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin-top: 40px;
}
.home-manager-right{
    float: right;
    width: 645px;
    margin-top: 50px;
}
.home-manager-right>.home-cont{
    float: right;
}
.home-manager-right>.home-cont>ul>li{
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    cursor: pointer;

}
.home-cont>ul>li>img{
    width: 100%;
    height: 100%;
}
/*.home-cont>ul>li>p{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom:0;
    margin: auto;
    color: #ffffff;
    font-size: 24px;
    z-index: 10;
    text-align: center;
}*/
.manager-mb{
    position: absolute;
    top: 0;left: 0;
    width: 200px;
    height: 200px;
    background: rgba(0,0,0,.5);
}
.manager-mb2,
.manager-mb2>.p1,
.manager-mb2>.p2{
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
}
.manager-mb2{
    /*  display: none;*/
    text-align: center;
    width: 90%;
    height: 90%;
    margin: 10px 10px;
    position:relative;
}
.manager-mb2>.p1{
    margin-top: 30px;
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 30px;
    opacity: 0;
}
.manager-mb2>.p2{
    color: #ffffff;
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 80px;
}
.manager-mb2:hover{
    border: 1px solid #ffffff;
}
.manager-mb2:hover .p1{
    opacity: 1;
}
.manager-mb2:hover .p2{
    top: 100px;
}



/*精品项目*/
.home-good{
    width: 100%;
    height: auto;
    padding-bottom: 70px;
    background-position: right  120px;
    background-repeat: no-repeat;
    background-image: url("../imgs/tongsheng.png");
    border-bottom: 1px solid #ebebeb;
}
.good-head{
    text-align: center;
    margin-top: 100px;
}
.good-head>.p1{
    font-size: 28px;
    color: #333333;
}
.good-head>.p2{
    font-size: 16px;
    color: #999999;
    line-height: 45px;
}
.good-main{
    margin-top: 20px;
}
.good-main>ul>li{
    position: relative;
    width: 390px;
    height: 272px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}
.good-main>ul>li:nth-of-type(3){
    margin-right: 0;
}
.good-main>ul>li:nth-of-type(6){
    margin-right: 0;
}
.good-main>ul>li:nth-of-type(9){
    margin-right: 0;
}
.good-main>ul>li>img{
    width: 100%;
    height: 100%;
}
.good-mb{
    position: absolute;
    top: 0;
    left:0 ;
    width: 390px;
    height: 272px;
    transition: all 0.3s;
}
.good-mb2{
    opacity: 0;
    color: #fff;
    margin: 15px 25px;
    padding: 20px 15px;
    height: 75%;
    border: 1px solid #fff;
    margin-top: 34px;
    transition: all 0.3s;
}
.good-mb:hover{
    background: rgba(0,0,0,.6);
}
.good-mb:hover .good-mb2{
    opacity: 1;
}
.good-mb:hover .new_title{
    opacity: 0;
}
.good-mb2>span{
    font-size: 25px;
    color: #ffffff;
}
/* .good-mb2>.p1{
    text-align: right;
    font-size: 18px;
    color: #ffffff;
    margin-top: 40%;
    line-height: 40px;
} */

.good-mb2>.p1 {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    /* margin-top: 40%; */
    line-height: 40px;
    margin-top: -10.8%;
}

/* .good-mb2>.p2{
    text-align: right;
    font-size: 12px;
    color: #ffffff;
} */

.good-mb2>.p2 {
    text-align: left;
    font-size: 12px;
    color: #ffffff;
    margin-left: 5px;
}

/*新闻*/
.news{
    height: auto;
    padding-bottom: 70px;
    background-position: right  150px;
    background-repeat: no-repeat;
    background-image: url("../imgs/tongsheng.png");
    border-bottom: 1px solid #ebebeb;
}
.news-nav{
    width: 530px;
    margin: 0 auto;
    margin-top: 40px;
}
.news-nav>ul>li{
    float: left;
    width: 110px;
    height: 40px;
    border: 1px solid #d2d2d2;
    text-align: center;
    line-height: 40px;
    margin-right: 20px;
}
.news-nav>ul>li:nth-of-type(4){
    margin-right: 20px;
}
.news-nav>ul>li>a{
    font-size: 14px;
    color: #000000;
}
.news-main{
    float: left;
    margin-top: 50px;
    display: none;
}
.news-main>ul>li{
    position: relative;
    float: left;
    margin-right: 30px;
    width: 380px;
    height: 250px;
}
.news-main>ul>li:nth-of-type(3){
    margin-right: 0;
}
.news-main>ul>li>img{
    width: 100%;
    height: 100%;
}
.news-main>ul>li>.p1{
    color: #666666;
    font-size: 16px;
    margin-top: 15px;
}
.news-main>ul>li>.p2{
    color: #999999;
    font-size: 16px;
    line-height: 35px;
}
.news-mb{
    position: absolute;
    top: 0;
    left: 0;
    width: 380px;
    height: 250px;
    transition: all 0.2s;
}
.news-mb2{
    display: none;
    color: #fff;
    margin: 15px 25px;
    padding: 20px 15px;
    height: 75%;
    border: 1px solid #fff;

}
.news-mb:hover{
    background: rgba(0,0,0,.6);
}
.news-mb:hover .news-mb2{
    display: block;
}
.news-mb:hover .p1{
    color: #e40807;
}
.news-mb2>span{
    display: inline-block;
    font-size: 45px;
    color: #ffffff;
    margin-top: 35%;
}
.news-mb2>p{
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-nav>ul>.i-active{
    background-color:  #e40807;
    border: 1px solid #e40807;
}
.news-nav>ul>li>.i-active2{
    color: #ffffff;

}
/*悬浮*/
.fix-box{
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 200px;
}
.fix{
    float: right;
    width: 50px;
    height: 250px;
}
.fix>ul>li{
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #000000;
}

.fix>ul>li:hover{
    background-color: #e40807;
}
.fix>ul>li>img{
    width: 29px;
    height: 29px;
    margin-top: 13px;
}
.fix-main{
    position: absolute;
    display: none;
    width: 190px;
    height: 250px;
    right: 50px;
    cursor: pointer;
    border-radius: 20px;
}
.fix1{
    top: 0;
}
.fix2{
    top: 50px;
}
.fix3{
    top: 100px;
}
/*.fix-main>ul{
    margin-top: 40px;
}*/
.fix-main>ul>li>span{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #e40807;
    line-height: 35px;
    margin-right: 15px;
    margin-left:10px;
}
.fix-main>div{
    width: 190px;
    height: 40px;
    background-color: #e40807;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;

}
.fix-main>ul>li{
    width: 190px;
    height: 40px;
    font-size: 13px;
    color: #999999;
    line-height: 40px;
    background-color: #ffffff;
    text-align:left;
}
.fix-main>ul>li:hover{
    color: #e40807;
}
/*底部*/
.footer{
    width: 100%;
    /*height: 400px;*/
    background-color: #f4f4f4;
}
.foot-logo{
    float: left;
    margin-top: 40px;
}
.foot-left{
    display: inline-block;
    float: left;
}
.foot-left>p{
    margin-top: 80px;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
}
.foot-main{
    float: left;
    margin-top: 40px;
    margin-right: 64px;
}
.foot-main>p{
    font-size: 18px;
    color: #333333;
}
.foot-main>ul>li{
    cursor: pointer;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.foot-right{
    width: 238px;
    margin-right: 40px;
    float: right;
    margin-top: 40px;
}
.foot-right>.p1{
    float: left;
    font-size: 18px;
    color: #333333;
}
.foot-right>.p2{
    float: left;
    font-size: 14px;
    color: #999999;
    line-height: 30px;
}
.foot-qq{
    margin-top: 30px;
}
.foot-qq>ul>li{
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
/*媒体中心*/
.mt-banner{
    width: 100%;
    height: auto;
}
.mt-banner>img{
    width: 100%;
    height: auto;
}
/*媒体中心*/
.mt-box{
    width: 1200px;
    border-bottom:2px solid #c60412;
}
.mt-nav{
    float: left;
}
.mt-nav>ul>li{
    float: left;
    font-size: 12px;
    color: #666666;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.mt-nav>ul>.mt-active{
    background-color:#c60412 ;
    color: #ffffff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.mt-box>p{
    line-height: 40px;
    float: right;
    font-size: 10px;
    color: #666666;
}
.mt-box>p>img{
    margin-right: 15px;
    vertical-align: middle;
}
.mt-main{
    display: none;
}
.mt-head{
    width: 38%;
    height: 50px;
    margin: 40px auto;
}
.mt-head>.mt-head-btn{
    float: left;
    width: 180px;
    height: 50px;
    border: 1px solid #999999;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
}
.mt-head>.mt-head-active{
    background-color:#c60412 ;
    color: #ffffff;
    border: 1px solid #c60412;
}
.mt-bf{
    width: 973px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #ffffff;

    margin-bottom: 20px;
}
.mt-bf>.tu{
    position: relative;
    float: left;
/*    background-repeat: no-repeat;
    background-image: url("../imgs/mt-bf.png");*/
    width: 973px;
    height: 320px;
}
.mt-bf>.tu>img{
    display: block;
/*    width: 973px;
    height: 320px;*/
    margin: 0 auto;
    /*margin-top: 100px;*/
    cursor: pointer;
}
.mt-xq{
    position: absolute;
    width: 100%;
    height: 75px;
    background: rgba(0,0,0,.4);
    bottom: 0px;
    left: 0;

}
.mt-xq-left{
    float: left;
    margin-left: 20px;
    margin-top: 15px;
}
.mt-xq-left>.p1{
    color: #ffffff;
    font-size: 18px;

}
.mt-xq-left>.p2{
    line-height: 25px;
    color: #ffffff;
    font-size: 13px;
}
.mt-xq-left>.p2>img{
    vertical-align: middle;
}
.mt-xq-right{
    float: right;
    margin-right: 20px;
    line-height: 75px;
    font-size: 12px;
    color: #ffffff;
}
.mt-js{
    width: 100%;
    /*margin-top: 75px;*/
    height: 55px;
    background-color: #ececec;
}
.mt-js>p{
    font-size: 14px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-left: 20px;
    line-height: 55px;
    padding-right: 200px;
}
.bf-main{
    width: 1037px;
    margin: 0 auto;
}
.bf-box{
    position: relative;
    float: left;
    width: 100%;
    height: 621px;
    background-repeat: no-repeat;
    background-image: url("../imgs/bf-a.png");

}
.bf-box>img{
    display: block;
    margin: 0 auto;
    margin-top: 200px;
    cursor: pointer;
}
.bf-main>.txt>p{
    width: 95%;
    height: 40px;
    float: left;
    font-size: 11px;
    color: #666666;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 20px;
    /* margin-right: 50px;*/
}
.bf-main>.txt>.zk{
    float: right;
    margin-right: 15px;
    font-size: 16px;
    color: red;
}
.bf-main>.txt>.zk2{
    opacity: 0;
}
.bf-main>.txt>.txt2{
    height: auto;
}
/*.bf-main>.qita{
    border-bottom: 2px solid  #cbcbcb;
}*/
.bf-main>.qita>p{
    display: inline-block;
    border-bottom: 2px solid red;

    margin-top: 30px;
    line-height: 45px;
    font-size: 18px;
    color: #666666;
}
.bf-main>.slide{
    width: 100%;
    height: 500px;
    border: 1px solid red;
}

.p_one{
    background: #fbfbfb url(../image/p_bg1.jpg) no-repeat right center;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    padding: 40px 20px;
    border-bottom: 3px solid #2d588d;
    margin-top: 40px;
}
.p_one h3{
    color: #2d588d;
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.p_one h3 span{
    color: #e5e5e5;
    font-size: 50px;
    font-weight: normal;
    vertical-align: -3px;
}
.p_one .img{
    width: 490px;
    height: 451px;
    box-shadow: 5px 5px 0 #616367;
}
.p_one .img img{
    width: 100%;
    height: 100%;
}
.p_one .tet{
    width: 608px;
}
.p_one .tet h4{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}
.p_one .tet ul li{
    width: 100%;
    background: url(../images/p_bg2.png) no-repeat left center;
    padding-left: 15px;
    color: #666666;
    font-size:14px;
    margin-top: 20px;
}
.p_one h2{
    color: #333333;
    font-size: 16px;
    margin-top: 20px;
    margin-left: 20px;
}
.p_two .img{
    width: 300px;
    height: 339px;
}
.p_two{
    margin-top: 20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    background: #FBFBFB;
    padding-right: 20px;

}
.p_two .tet{
    width: 830px;
    position: relative;
}
.p_two .img img{
    width: 100%;
    height: 100%;
}
.p_two .tet h3{
    color: #2d588d;
    font-size: 32px;
    font-weight: bold;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 20px;
    margin-top: 20px;
}
.p_two .tet h4{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
}
.p_two .tet ul li{
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
}
.p_two .tet h2{
    color: #2d588d;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 10px;
}
.p_three ul li{
    width:579px;
    height: 449px;
    background: #fbfbfb;
    box-shadow: 5px 5px 5px rgba(0,0,0,.2);
    position: relative;
    float: left;
    margin: 20px 0 0 40px;
}
.p_three ul li:nth-child(2n+1){
    margin-left: 0;
}
.p_three ul li .img{
    width: 500px;
    height: 339px;
}
.p_three ul li .img img{
    width: 100%;
    height: 100%;
}
.p_three ul li h3{
    color: #e5e5e5;
    position: absolute;
    right: -131px;
    top: 164px;
    font-size: 32px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.p_three ul li h4{
    color: #2d588d;
    position: absolute;
    right: 34px;
    top: 30px;
    font-size: 28px;
    font-weight: bold;
    z-index: 1;
    width: 28px;
    line-height: 35px;
}
.p_three ul li h5{
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
    margin-top: 10px;
}
.p_three ul li p{
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
/*社会责任*/
.mt-slide-box{
    display: none;
    width: 1200px;
    margin-top: 40px;
    background-color: #f6f6f6;
}
.mt-slide{
    float: left;
    margin: 5px;
    width: 601px;

}
.mt-slide-txt{
    display: none;
    float: right;
    /* border: 1px solid red;*/
    width: 575px;
    height: 451px;
    margin: 5px;
    text-align: center;
}
.mt-slide-txt>.p1{
    margin: 0 20px;
    margin-top: 30px;
    font-size: 18px;
    color: #666666;
    line-height: 45px;
    border-bottom: 1px solid #cbcbcb ;
}

.mt-slide-txt>.p2{
    margin-top: 50px;
    text-indent: 2em;
    font-size: 12px;
    color: #666666;
    line-height: 25px;
    padding: 0 100px;
    letter-spacing: 2px;
}
.nav-down{
    background-color: rgb(244, 244, 244);
}


/*新增详情页*/
.xq-nav{
    width: 1200px;
    margin: 0 auto;
    border-bottom:2px solid #c60412;
    margin-top: 20px;

}
.xq-main1{
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    margin: 15px 0;
    background-color: #fafafa;
    padding-top: 1px;
}
.xq-main1:hover{
    box-shadow: 0 10px 10px #ebebeb;
}
.xq-main2:hover{
    box-shadow: 0 10px 10px #ebebeb;
}
.xq-main1>img{
    display: block;
    margin: 50px auto;

}
.p-header{
    font-size: 12px;
    color: #c60412;
    border-left: 5px solid #c60412;
    padding-left: 10px;
   margin: 0 35px;
   margin: 20px 30px;
}
.xq-main1-p1{
    margin: 10px 35px;
    font-size: 10px;
    color: #666666;
    border-bottom: 1px solid #e4e3e3;
    padding-bottom: 20px;
}
.xq-main1-p2{
    margin: 10px 35px;
    font-size: 16px;
}
.xq-main1-p2>img{
    vertical-align: middle;
}
.xq-main2{
    padding-top: 1px;
    width: 100%;
    /*height: 500px;*/
    padding-bottom: 30px;
    margin: 15px 0;
    background-color: #fafafa;
}
.map{
    width: 600px;
    height: 500px;
    background-color: #00a0e9;
    margin: 10px 35px;
    float: left;
}
.xq-nav2{
    position: fixed;
    background-color:#333333;
    width: 60px;
    top: 185px;
    left: 20px;
    display: none;
}
.xq-nav2>ul>li{
    width: 60px;
    line-height: 38px;
    text-align: center;
    color:#fff;
    font-size: 10px;
    cursor: pointer;
    border-bottom: 1px solid #ffffff;
}
.xq-nav2 ul li.active{
    background:#c60412;
   /* color:#fff;*/
}