.inside-banner {
    position: relative;
    overflow: hidden;
}

.inside-banner img {
    display: block;
    width: auto;
    max-width: none;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

@media (max-width: 414px) {
    .inside-banner img {
        max-height: 120px;
    }
}


    .full-inside-subnav {
        overflow: hidden;
		background-color: #ffffff;
    	border-bottom: 1px solid #e0e0e0;
    }

    .full-inside-subnav .channel-title {
        display: none;
    }

    .full-inside-subnav .subnav {
        display: block;
        position: static;
        background-color: transparent;
        padding-bottom: 0;
        border-top: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .full-inside-subnav .subnav ul {
        height: 60px;
    }

    .full-inside-subnav .subnav li {
        width: auto;
        display: inline-block;
        -webkit-flex-shrink: 0;
        -ms-flex: 0 0 auto;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        height: 100%;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        margin-right: 25px;
    }

    .full-inside-subnav .subnav li:hover a, .full-inside-subnav .subnav li.cur a {
        color: #e60015;
    }

    .full-inside-subnav .subnav li:hover a:after, .full-inside-subnav .subnav li.cur a:after {
        left: 0;
        right: 0;
        z-index: 1;
    }

    .full-inside-subnav .subnav a {
        float: left;
        display: block;
        line-height: 60px;
        border-bottom: 0;
        padding: 0;
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
        position: relative;
    }

    .full-inside-subnav .subnav a:after {
        content: "";
        height: 3px;
        position: absolute;
        bottom: 0;
        left: 51%;
        right: 51%;
        z-index: -1;
        background-color: #e60015;
        -o-transition-property: left, right;
        -moz-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-property: left, right;
        -moz-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-duration: 0.3s;
        -moz-transition-timing-function: ease-out;
        -o-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transition-timing-function: ease-out;
    }

    .full-inside-subnav .subnav .sub-btn {
        width: 44px;
        height: 100%;
        cursor: pointer;
        z-index: 10;
        background-color: #ffffff;
        position: absolute;
        z-index: 3;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
    }

    .full-inside-subnav .subnav .sub-btn:before {
        display: block;
        content: "";
        width: 16px;
        height: 16px;
        border-left: 2px solid #848484;
        border-bottom: 2px solid #848484;
    }

    .full-inside-subnav .subnav .sub-btn.sub-prev {
        left: 0;
    }

    .full-inside-subnav .subnav .sub-btn.sub-prev:before {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        margin: 22px 0 0 17px;
    }

    .full-inside-subnav .subnav .sub-btn.sub-next {
        right: 0;
    }

    .full-inside-subnav .subnav .sub-btn.sub-next:before {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        margin: 22px 0 0 8px;
    }

    .full-inside-subnav .inside-subnav {
        width: 75%;
        float: left;
    }

    .full-inside-subnav .crumb {
        position: relative;
        float: right;
        max-width: 27%;
        padding-left: 28px;
        display: block;
        color: #737373;
        font-size: 0;
        line-height: 60px;
        border-left: 1px solid #e0e0e0;
    }

    .full-inside-subnav .crumb .crumbinner {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        text-align: right;
    }

    .full-inside-subnav .crumb a {
        position: relative;
        z-index: 3;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
        color: #737373;
        font-size: 14px;
    }

    .full-inside-subnav .crumb a:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 0;
        height: 0;
        margin: -2px 4px 0 8px;
        border: 3px solid rgba(255, 255, 255, 0);
        border-left-color: #757575;
    }

    .full-inside-subnav .crumb a:hover {
        color: #e60015;
    }

    .full-inside-subnav .crumb span {
        position: relative;
        z-index: 3;
        font-size: 13px;
        display: inline-block;
        vertical-align: top;
        *display: inline;
        *zoom: 1;
    }

    .full-inside-subnav .crumb .home {
        padding-left: 14px;
        vertical-align: middle;
        background: url("../images/homeico.png") no-repeat 0 center;
    }

    .common-clumb {
        padding: 12px 0 0 0;
    }

    .common-clumb a {
        padding: 6px 20px;
    }

    .common-clumb-box .sub-btn {
        width: 44px;
        height: 38px;
        cursor: pointer;
        position: absolute;
        z-index: 3;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
    }

    .common-clumb-box .sub-btn:before {
        display: block;
        content: "";
        width: 14px;
        height: 14px;
        border-left: 2px solid #666666;
        border-bottom: 2px solid #666666;
    }

    .common-clumb-box .sub-btn:hover:before {
        border-color: #e60015;
    }

    .common-clumb-box .sub-btn.sub-prev {
        left: 0;
    }

    .common-clumb-box .sub-btn.sub-prev:before {
        transform: rotate(40deg);
        -webkit-transform: rotate(40deg);
        -moz-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
        -o-transform: rotate(40deg);
        margin: 18px 0 0 17px;
    }

    .common-clumb-box .sub-btn.sub-next {
        right: 0;
    }

    .common-clumb-box .sub-btn.sub-next:before {
        transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -moz-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        margin: 18px 0 0 8px;
    }

    .common-clumb-min {
        padding-top: 40px;
    }

    .common-clumb-min .clumb-title.fl {
        max-width: 50%;
    }

    .common-clumb-min .common-clumb-box.fr {
        max-width: 50%;
    }



	.common-clumb-min {
		padding-top: 40px;
	}
	 .common-clumb-min .clumb-title.fl {
        max-width: 50%;
    }

    .common-clumb-min .common-clumb-box.fr {
        max-width: 50%;
    }
	.clumb-title .en {
		color: #e60015;
		text-transform: uppercase;
		font-family: Rubik;
	}
	
	.clumb-title .cn {
		color: #34364b;
		padding: 0 0 4px 0;
	}
	.font24 {
        font-size: 24px;
    }

    .font22 {
        font-size: 22px;
    }
.Pledge-min {
    padding-top: 49px;
    padding-bottom: 52px;
    background-position: 100% 49px;
	 color:#787878;
}
.Pledetext{ line-height:30px;}
@media (min-width: 1199px){
	.common-clumb-min {
		padding-top: 77px;
	}
}

.lx {}
		
.lx h2,
.lx1 h2 {
	font-size: 34px;
	font-weight: normal;
	text-align: center;
	margin: 50px auto 40px;
	color: #333;
}

.lx p {
	background:url(../images/contact_bg.jpg) no-repeat;
	height: 181px;
	padding: 20px 20px 0px 250px;
}

.lx p b {
	font-size: 24px;
	color: #e60015;
	display: block;
	margin: 17px auto;
	font-weight: normal;
}

.lx p em {
	font-style: normal;
	color: #000;
}

.lx li {
	float: left;
	border: 1px solid #eee;
	width: 263px;
	height: 190px;
	text-align: center;
	margin-right: 20px;
	color: #666;
	line-height: 160%;
	padding: 0 10px;
	font-family: 微软雅黑;
}

.lx li.last {
	float: right;
	margin-right: 0px
}

.lx li img {
	margin-top: 20px;
	width: 52px;
}

.lx li i {
	display: block;
	font-size: 18px;
	color: #222;
	padding-bottom: 8px;
	font-style: normal;
	padding-top: 10px;
}

.lx li span {
	display: block;
	font-size: 16px;
	color: #333;
	margin-top: 5px;
}

.lx li.last span {
	font-size: 15px;
}

.contactmap{ margin-top:30px;}

.Honors-min {
	padding-top: 48px;
	padding-bottom: 48px;
	
	position:relative;
}

.Honor-list ul {
	margin: 0 -15px;
	padding-bottom: 36px;
}

.Honor-list li {
	padding: 0 15px;
	margin-bottom: 48px;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

.Honor-list .elc-text {
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	margin-top: 27px;
}
.Honor-list a {
    display: block;
}

.Honor-list a img {
    display: block;
    margin: 0 auto;
    width: 100%;
	height:120px;
}

.Honor-list .elc-text {
    text-align: center;
    margin: 5px 0 0 0;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
	height:40px;
    color: #4c4c4c;
}
.Honor-list li:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}

.Honor-list li:hover .elc-text {
	color: #d82019;
}

.Honor-list .elc-img {
	overflow: hidden;

}
.Honor-list .elc-img img {
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}

.row-main{overflow: hidden;padding-top: 60px; width:1200px;margin: 0 auto;}
.row-main .col-l{width: 800px; float: left;}
.row-main .col-r{overflow: hidden;float: none;padding-left: 60px;}
.m-tab2{overflow: hidden;padding-top: 5px;}
.m-tab2 ul{border-bottom: 1px solid #e5e5e5;}
.m-tab2 li{float: left;margin-right: 35px;}
.m-tab2 li a{font-size: 20px;color: #000;position: relative;
	padding-bottom: 15px;display: block;
}
.m-tab2 li a:after{content: '';position: absolute;left: 0;right: 0;bottom: -1px;height: 1px;
	background-color: #e5e5e5;
}
.m-tab2 li.on a,.m-tab2 li:hover a{color: #e11c1c;}
.m-tab2 li.on a:after{background-color: #e11c1c;}
.m-list11{padding-top: 30px;}
.m-list11-1{padding-top: 0;}
.m-list11 li{border-bottom: 1px dotted #e5e5e5;}
.m-list11 .con{display: block;overflow: hidden;padding: 24px 0;}
.m-list11 .date{float: left;width: 76px;border: 1px solid #e8e8e8;
	font-family: arial;text-align: center;color: #999;padding: 15px 0 17px;
	background: #fff;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	transition: .5s;
	-ms-transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
}
.m-list11 .date em{font-size: 36px;display: block;line-height: 1.1;margin-bottom: 2px;}
.m-list11 .txt{padding-left: 24px;overflow: hidden;}
.m-list11 h4{font-size: 20px;font-weight: normal;margin-top: -2px;margin-bottom: 17px;}
.m-list11 .desc{font-size: 14px;line-height: 26px;color: #666;height: 52px;margin-bottom: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.m-list11 .bot{overflow: hidden;}
.m-list11 .lab{float: left;width: 113px;height: 30px;border: 1px solid #d7d7d7;margin-right: 5px;
	text-align: center;line-height: 28px;border-radius: 30px;font-size: 14px;color: #e11c1c;
}
.m-list11 .lab i{width: 12px;height: 12px;display: inline-block;vertical-align: middle;
	position: relative;top: -1px;margin-right: 4px;
	background: url(../images/i-14.png) no-repeat center center;
}
.m-list11 .n-logo{float: right;height: 35px;}
.m-list11 .n-logo img{max-width: 100%;max-height: 100%;}
.m-list11 .con:hover .date{color: #fff;background: url(../images/i-bg1.png) no-repeat center center;}

.soBox{position: relative;margin-bottom: 27px;}
.soBox .inp{width: 100%;height: 55px;border: 1px solid #d6d6d6;
	border-radius: 15px;padding: 0 110px 0 25px;font-size: 16px;color: #000;
}
.soBox .btn{width: 92px;height: 53px;position: absolute;top: 1px;right: 1px;bottom: 1px;
	border-top-right-radius: 15px;border-bottom-right-radius: 15px;cursor: pointer;
	background: #e11c1c url(../images/i-so2.png) no-repeat center center;border: 0;
}
.m-t5{margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
}
.m-t5 span{font-size: 20px;font-weight: normal;color: #000;display: inline-block;
	padding-bottom: 13px;position: relative;
}
.m-t5 span:after{content: '';position: absolute;left: 0;right: 0;bottom: -1px;
	height: 1px;background-color: #e11c1c;
}
.ul-lab2{overflow: hidden;margin-right: -8px;margin-bottom: 19px;}
.ul-lab2 li{float: left;margin-right: 8px;margin-bottom: 13px;}
.ul-lab2 li a{display: block;height: 40px;line-height: 40px;border: 1px solid #d7d7d7;
	text-align: center;font-size: 14px;color: #333;padding: 0 15px;
	border-radius: 40px;
}
.ul-lab2 li:hover a{background-color: #e11c1c;color: #fff;border-color: #e11c1c;}
.m-list12{}
.m-list12 li{border-bottom: 1px dotted #eee;padding-bottom: 16px;margin-bottom: 13px;}
.m-list12 .con{display: block;overflow: hidden;}
.m-list12 .pic{float: left;width: 140px;height: 94px;}
.m-list12 .pic img{width: 100%;height: 100%;display: block;}
.m-list12 .txt{overflow: hidden;padding-left: 30px;color: #333;font-size: 16px;}
.m-list12 .txt h4{font-weight: normal;margin-bottom: 4px;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.m-list12 .txt .type{line-height: 27px;margin-bottom: 7px;}
.m-list12 .txt .time{padding-left: 24px;font-family: arial;
	background: url(../images/i-time.png) no-repeat left center;
}




.newscenter-detail{
    overflow: hidden;
    margin-top: 40px;
}
.newscenter-detail .wbt{
    text-align: center;
    height: 85px;
    border-bottom: 1px #eaeaea solid;
}
.newscenter-detail .wbt h3{
    font-size: 24px;
    color: #333333;
    font-weight: 200;
    line-height: 30px;
}
.newscenter-detail .wbt p{
    font-size: 13px;
    color: #aaaaaa;
    line-height: 35px;
}
.newscenter-detail .zwxq{
    margin-top: 20px;
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}
.newscenter-detail .zwxq p{
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}

.news-detail-foot dl {
    border-top: 1px solid #ebebeb;
    font-size: 14px;
    padding: 10px 0;
}

.news-detail-foot dl span {
    display: inline-block;
    line-height: 27px;
    padding: 0 10px 0 0;
}

.news-detail-foot dl a {
    color: #666666;
}

.news-detail-foot dl dd, .news-detail-foot dl dt {
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-detail-foot dl dd:hover a, .news-detail-foot dl dt:hover a {
    color: #d82019;
}


.probg {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background: black;
    z-index: 90;
    display: none;
    opacity: 0.7;
	z-index: 99998;
}

.thumb-popup {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}

.thumb-wraper {
    width: 80%;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    word-wrap: break-word;
    line-height: 28px;
    z-index: 9;
}

.thumb-copy-wrapper {
    position: relative;
    overflow: hidden;
}

.thumb-popup .swiper-wrapper {
    width: 100%;
}

.thumb-popup .swiper-wrapper li {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}

.thumb-popup .swiper-wrapper li img {
    display: block;
    max-width: 100%;
    max-height: 90%;
    position: relative;
    top: 50%;
    left: 50%;
    -moz-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
}

.thumb-popup .close {
    width: 35px;
    height: 35px;
    position: fixed;
    display: block;
    top: 20px;
    right: 3%;
    background-image: url(../images/winco04.png);
    background-position: center center;
    background-repeat: no-repeat;
    -o-background-size: 12px auto;
    background-size: 12px auto;
    cursor: pointer;
    z-index: 99999;
    background-color: #d82019;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.banner-btn {
    cursor: pointer;
}

.swiper-left {
    left: -40px;
}

.swiper-right {
    right: -40px;
    background-position: right 0;
}

.popup-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1000;
}

.popup-btn:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swiper-left:after {
    border-right: 15px solid #fff;
}

.swiper-right:after {
    border-left: 15px solid #fff;
}

.popup-btn:hover {
    border-color: #fff;
}

.thumb-text {
    text-align: center;
    font-size: 16px;
    padding: 20px 0;
    color: #fff;
    bottom: 20%;
    width: 100%;
    left: 0;
    position: absolute;
    left: 50%;
    max-width: 1200px;
    transform: translateX(-50%);
}


.pro-min {
	padding-top: 48px;
	padding-bottom: 48px;
	overflow:hidden;
}

.pro-list ul {
	margin: 0 -15px;
	padding-bottom: 36px;
}

.pro-list li {
	padding: 0 15px;
	margin-bottom: 48px;
	margin: 0 0 20px 0;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
	padding-bottom:40px;
	
}
.probox{
	position:relative;
	border:1px solid #f3f3f3;
	padding-bottom:40px;
}
.pro-list li .probox:hover{-webkit-box-shadow:0 0 10px rgba(0,0,0,0.7);-moz-box-shadow:0 0 10px rgba(0,0,0,0.7);box-shadow:0 0 10px rgba(0,0,0,0.7)}


.pro-list a {
    display: block;
}

.pro-list a img {
    display: block;
    margin: 0 auto;
    width: 100%;
	height:250px;
}
.pro-list li .bottom {
    position: absolute;
    left: 0;
    bottom: 00px;
    padding: 10px 0;
    text-align: center;
    background: #999;
    color: #fff;
    width: 100%;
}
.pro-list li .bottom>p a {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color:#fff;
}

.pro-list li img {
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}

.downlist{ padding:30px 0px;}

.downlist .pxz_fenlei{float: left;width:140px;text-align: center;}
.downlist .pxz_fenlei ul{width: 140px;   z-index: 10;  background:#fff; box-shadow: 0px 0px 5px rgba(0,0,0,0.2); }
.downlist .pxz_fenlei ul li{text-align: center; width: 100%; font-size: 18px;  border-bottom: 1px dashed #ccc; }
.downlist .pxz_fenlei ul li:nth-child(1){background: #595656; color: #fff; padding:7px 0px;  border: none; }
.downlist .pxz_fenlei ul li:last-child{border:none;}
.downlist .pxz_fenlei ul li a{display: block; text-align: center; font-size: 14px; color: #666; line-height: 40px; }
.downlist .pxz_fenlei ul li a:hover{color: #fff;background: #DA251D;}
.downlist .pxz_fenlei ul li.on a{color: #fff; background: #DA251D;}

.downlistBox{ float:right; width:1030px;}

.downlistBox ul{ }
.downlistBox li{padding: 35px 10px; border-bottom: 1px solid #d9d9d9; overflow: hidden; }
.downlistBox li:hover{background-color: #F0F1F5;}
.downlistBox li span,.downlistBox li a{display: block;float: left;line-height: 1em;}
.downlistBox li a{font-size: 16px; color: #333;}
.downlistBox li a.pxz_bnr{width:710px; height: 16px;  }
.downlistBox li a i{font-style: normal; font-size: 10px!important; color: #fff; background-color:#da251d; line-height: 1em;
margin-right: 15px; padding:1px 3px;}
.downlistBox li .pxz_blx{font-size: 18px; color: #808080;  display: block; width: 100px; float: left;}
.downlistBox li .pxz_bxz{float: right; color:#b6000f; font-size: 16px; padding-right: 25px; background: url(../images/xiazia.png) no-repeat right bottom;}
.downlistBox li .pxz_brq{font-size: 16px; color: #808080; margin-right: 60px; float: right;}

.caseclass{ position:absolute; left:-120px; z-index:99999; width:100px; top:40px;}
.caseclass h3{ height:45px; line-height:40px; background-color:#f3f3f3; border-bottom:3px solid #e60015; text-align:center; font-weight:bold;}
.caseclass ul li{ line-height:40px; text-align:center; border:1px solid #ddd; border-top:0; background-color:#fff;}


.pageContact{ width: 100%; padding: 0 ; margin:4.375rem auto;}
.pageContact .title{ width: 100%; text-align: center; font-size: 16px; color: #999;}
.pageContact .title p{ font-size: 46px; color: #333; margin-bottom: 10px;}
/* .pageContact .list{ width: 80%; margin: 60px auto;}
.pageContact .list dl{ float: left; width: 25%; padding: 0 4%;}
.pageContact .list dl dt{ width: 45px; height: 44px; margin: 0; transition: 400ms; -webkit-transition: 400ms;transition: 0.4s 0s; -webkit-transition: 0.4s 0s;}
.pageContact .list dl:nth-child(1) dt{ background: url(../images/contact/contacticon1.png) center center no-repeat;}
.pageContact .list dl:nth-child(2) dt{ background: url(../images/contact/contacticon2.png) center center no-repeat;}
.pageContact .list dl:nth-child(3) dt{ background: url(../images/contact/contacticon3.png) center center no-repeat;}
.pageContact .list dl:nth-child(4) dt{ background: url(../images/contact/contacticon4.png) center center no-repeat;}
.pageContact .list dl dd{ width: 100%; text-align: left; margin: 0 auto; font-size: 14px; color: #666; line-height: 26px;}
.pageContact .list dl dd p{ font-size: 20px; font-weight: bold; color: #000; margin: 20px auto 10px;}
.pageContact .list dl:hover dd,.pageContact .list dl:hover dd p{ color: #e11c1c;}
.pageContact .list dl:nth-child(1):hover dt{ background: url(../images/contact/contacticon1-1.png) center center no-repeat;}
.pageContact .list dl:nth-child(2):hover dt{ background: url(../images/contact/contacticon2-1.png) center center no-repeat;}
.pageContact .list dl:nth-child(3):hover dt{ background: url(../images/contact/contacticon3-1.png) center center no-repeat;}
.pageContact .list dl:nth-child(4):hover dt{ background: url(../images/contact/contacticon4-1.png) center center no-repeat;}
.pageContact .list dl:hover dt{ opacity: 1;  transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg); }
 */
 .aboutCon{ line-height: 35px; font-size: 16px; width:1200px; margin: 0px auto; color: #333; margin-top: 30px;}
 .about_img{ width:1200px; margin: 0px auto;margin-top: 30px;;}
 .about_img ul li{ float: left;  height: 240px; overflow: hidden; width: 33.33%;}
 .about_img ul li img{ width: 100%; padding: 10px;}

/* pageMap */
.pageMap{ width: 100%; height: 820px; background-color: #f5f5f5; position: relative; }
.pageMap #mapall { height:640px; position: relative; z-index: 1; width: 100%;}
.pageMap .list{ width: 80%; left: 50%; margin-left: -40%; bottom: 80px; position: absolute; z-index: 2; background-color: #fff; height: 160px; padding: 30px 0; -webkit-box-shadow:0 0 10px rgba(0,0,0,0.05); -moz-box-shadow:0 0 10px rgba(0,0,0,0.05); box-shadow:0 0 10px rgba(0,0,0,0.05);}
.pageMap .list dl{ float: left; width: 30%; height: 60px;  border-left: solid 1px #f5f5f5; }

.pageMap .list dl:first-child{ border-left: 0; }
.pageMap .list dl:nth-child(2){width: 20%;}
.pageMap .list dl:nth-child(3){width: 20%;}
.pageMap .list dl dt{ float: left; width:88%; line-height: 35px; font-size: 20px; color: #000; font-weight: bold; padding-left: 12%; background: url(../images/car.png) left center no-repeat;}
.pageMap .list dl dd{ float: left; width:88%; padding-left: 12%; margin-top: 8px; line-height: 26px; font-size: 14px; color: #333;}
	

