@charset "utf-8";
/* CSS Document */
/*@import url("media.css");*/
.renzheng{padding-top:10px;}
body{
	padding:0;
	margin:0;
	width:100%;
	height:auto;
	font-family:"微软雅黑";
	font-size:12px;
	color:#333;
}
#clear{
	clear:both;
}
img{
	border:0;
}
ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
a{
	text-decoration:none;
}


/******************************ptpp******************************/
/****************************pc*********************************/
@media only screen and (min-width: 1180px){
	#ptpp_bghui{
		width:100%;
		height:auto;
		background:#eee;
	}
	#ptpp{
		width:1134px;
		margin:0 auto;
		padding:30px 0;
	}
	.ptpp_dan{
		width:230px;
		float:left;
	}
	.ptpp_dan_left{
		width:61px;
		float:left;
	}
	.ptpp_dan_right{
		width:160px;
		float:right;
	}
	.ptpp_dan_right_title{
		font-size:18px;
		font-weight:bold;
		margin-top:5px;
	}
	.ptpp_dan_right_txt{
		margin-top:8px;
	}
	.ptpp_kong{
		width:70px;
		height:10px;
		float:left;
	}

}
/************************************* iPhone********************************/
@media only screen and (max-width: 840px){

	#ptpp_bghui{
		width:100%;
		height:auto;
		background:#eee;
	}
	#ptpp{
		width:100%;
		margin:0 auto;
		padding:30px 0 30px 0;
	}
	.ptpp_dan{
		width:100%;
		margin-bottom:20px;
	}
	#ptpp_center{
		width:250px;
		margin:0 auto;
	}
	.ptpp_dan_left{
		margin-right: 20px;
		float:left;
	}
	.ptpp_dan_right{
		width:160px;
		float:left;
	}
	.ptpp_dan_right_title{
		font-size:18px;
		font-weight:bold;
		margin-top:5px;

	}
	.ptpp_dan_right_txt{
		margin-top:8px;
	}
	.ptpp_kong{
		width:70px;
		height:10px;
		float:left;
	}
	#notkong{
		display:none;
	}

}
/************************************* iPad ******************************/
@media only screen and (min-width: 841px) and (max-width: 1179px){
	#ptpp_bghui{
		width:100%;
		height:auto;
		background:#eee;
	}
	#ptpp{
		width:100%;
		margin:0 auto;
		padding:30px 0;
	}
	.ptpp_dan{
		width:50%;
		float:left;
	}
	#ptpp_dan_small{
		width:40%;
		float:left;
	}
	#ptpp_dan_center{
		width:40%
	}
	.ptpp_dan_left{
		width:80px;
		float:left;
	}
	.ptpp_dan_right{
		width:160px;
		float:left;
	}
	.ptpp_dan_right_title{
		font-size:18px;
		font-weight:bold;
		margin-top:5px;

	}
	.ptpp_dan_right_txt{
		margin-top:8px;
	}
	.ptpp_kong{
		width:70px;
		height:10px;
		float:left;
		display:none;
	}
	#notkong{
		display:none;
	}
	#ptpp_center{
		width:250px;
		margin: 0 auto;
	}
}

/******************************footer******************************/
.footer{
	width:100%;
	height:auto;
}

/***********footer_shang***********/
/****************************pc*********************************/
@media only screen and (min-width: 1180px) {
    .foot_top_main {
        width: 100%;
        background: #575757;
    }

    .foot_top {
        margin: auto;
        width: 1134px;
        padding: 20px 0px 10px 20px;
        position: relative;
    }

    .foot_top_right {
        margin-left: 20px;
        padding-top: 20px;
    }

    .foot_top_right a {
        margin-right: 30px;
        color: #c5c5c5;
    }

    .foot_top_right a:hover {
        color: #e33c1f;
    }

    .foot_top_right .active {
        margin: 0px !important;
    }

    .foot_top_fu {
        height: 10px;
        width: 65px;
        background: #e33c1f;
        position: absolute;
        top: 90px;
        left: 29px;
    }

    .foot_mid_main {
        width: 100%;
        background: #575757;
        border-top: 1px solid #8a8a8a;
    }

    .foot_mid {
        margin: auto;
        width: 1134px;
        padding: 40px 0px 10px 90px;
    }

    .foot_mid {
        color: #c5c5c5;
    }

    .foot_mid h2 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 7px;
    }

    .foot_mid ul li {
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .foot_mid a {
        color: #c5c5c5;
        font-size: 14px;
    }

    .foot_mid a:hover {
        color: #e33c1f;
    }

    .foot_mid .active {
        margin-right: 45px !important;
    }

    .foot_mid p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .foot_bot {
        text-align: center;
        background: #2b2b2b;
        padding: 20px 0px;
        color: #c5c5c5;
    }

    .foot_mid_right {
    }

    .foot_mid_left {
        float: left;
    }

    .foot_top_right_left {
        float: left;
    }

    .foot_top_right_right {
        float: right;
    }
}
/************************************* Phone********************************/
@media only screen and (max-width: 960px) {
    .foot_top_main {
        width: 100%;
        background: #575757;
    }

    .foot_top {
        display: none;
        margin: auto;
        width: 320px;
        padding: 20px 0px 10px 20px;
        position: relative;
    }

    .foot_top_right_left {
        padding-top:20px;
    }
    .foot_top_right {
        margin-left: 20px;
    }

    .foot_top_right a {
        margin-right: 10px;
        color: #c5c5c5;
    }

    .foot_top_right a:hover {
        color: #e33c1f;
    }

    .foot_top_right .active {
        margin: 0px !important;
    }

    .foot_top_fu {
        height: 60px;
        width: 5px;
        background: #575757;
        position: absolute;
        top: 20px;
        left: 175px;
    }

    .foot_mid_main {
        width: 100%;
        background: #575757;
        border-top: 1px solid #8a8a8a;
    }

    .foot_mid {
        margin: auto;
        width: 300px;
        padding: 40px 0px 10px 20px;
    }

    .foot_mid {
        color: #c5c5c5;
    }

    .foot_mid h2 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 7px;
    }

    .foot_mid ul li {
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .foot_mid a {
        color: #c5c5c5;
        font-size: 14px;
    }

    .foot_mid a:hover {
        color: #e33c1f;
    }

    .foot_mid .active {
        margin-right: 10px;
    }

    .foot_mid p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .foot_bot {
        text-align: center;
        background: #2b2b2b;
        padding: 20px 0px;
        color: #c5c5c5;
    }

    .foot_mid_right {
        display: none;
    }

    .foot_mid_left {
        margin: auto;
    }
}
/************************************* iPad ******************************/
@media only screen and (min-width: 961px) and (max-width: 1179px) {
    .foot_top_main {
        width: 100%;
        background: #575757;
    }

    .foot_top {
        margin: auto;
        width: 940px;
        padding: 20px 0px 10px 20px;
        position: relative;
    }

    .foot_top_right {
        margin-left: 20px;
        padding-top: 10px;
    }
    .foot_top_right_left {
        padding-top:10px;
    }
    .foot_top_right a {
        margin-right: 30px;
        color: #c5c5c5;
    }

    .foot_top_right a:hover {
        color: #e33c1f;
    }

    .foot_top_right .active {
        margin: 0px !important;
    }

    .foot_top_fu {
        height: 10px;
        width: 65px;
        background: #e33c1f;
        position: absolute;
        top: 90px;
        left: 29px;
    }

    .foot_mid_main {
        width: 100%;
        background: #575757;
        border-top: 1px solid #8a8a8a;
    }

    .foot_mid {
        margin: auto;
        width: 940px;
        padding: 40px 0px 10px 20px;
    }

    .foot_mid {
        color: #c5c5c5;
    }

    .foot_mid h2 {
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 7px;
    }

    .foot_mid ul li {
        padding-left: 10px;
        margin-bottom: 5px;
    }

    .foot_mid a {
        color: #c5c5c5;
        font-size: 14px;
    }

    .foot_mid a:hover {
        color: #e33c1f;
    }

    .foot_mid .active {
        margin-right: 10px;
    }

    .foot_mid p {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .foot_bot {
        text-align: center;
        background: #2b2b2b;
        padding: 20px 0px;
        color: #c5c5c5;
    }

    .foot_mid_left {
        float: left
    }

    .foot_top_right_right {
        margin-top: 5px;
    }
}

@media only screen and  (max-width: 1179px) {
    #newBridge {
        display: none !important;
    }

}
.checkBox{
    display: flex !important;
    justify-content:space-between;
}
.checkBox input{
    display: flex;
    flex-grow: 1;
    max-width: 264px;
}
.checkBox .yanzheng{
    margin-left: 20px;
    width: 130px;
    box-sizing: initial;
}
.checkBox .yanzheng img
{
    width: 130px;
    height: 100%;
}