/*

* @Author: bingjieyan

* @Date:   2019-03-25 16:41:43

* @Last Modified by:   YanB

* @Last Modified time: 2020-12-14 16:17:32

*/

img{max-width: 100%;}
ul,li{ padding:0;margin:0;list-style:none}

.page.cmscontent{

	padding: 0 35px;

	margin-bottom:100px;

	min-height:500px;

}

.page #dnn_ContentPane a {

    text-decoration: none;

    color: #ef9e41;

}



.page #dnn_ContentPane a:hover {

    color: #ef9e41;

    text-decoration: none;

}



/* .menubar a,

.menubannerp a,

.padbot10 a {

    text-decoration: none;

    color: #fff;

}

.menubar a:hover,

.menubannerp a:hover,

.padbot10 a:hover {

    color: #fff;

    text-decoration: none;

} */

.coltit{

	font-size: 24px;

	text-align: center;

	font-weight: 600;

	color: #ef9e41;

    margin: 25px 0;

}

.colp{

	margin-bottom: 15px;

}

.colul{

	margin-bottom: 15px;

}

.colul li{

	list-style: square;

	margin-left: 20px;

}

.colvideo{

	padding: 0 50px;

}

.fenlei{

	padding: 30px 0;

}

.coltit2{

	color: #ef9e41;

    font-size: 20px;

    font-weight: 600;

    padding-bottom: 10px;

    border-bottom: 3px solid #ef9e41;

    margin-bottom: 15px;

}

.fenlei p,.fenlei ul{

	padding: 0 15px;

	height: 100px;

    margin-bottom: 20px;

}



/* 媒体查询 */

@media only screen and (min-width: 1120px) {

	.fenlei p,.fenlei ul{

		height: 120px;

	}

}

/*mob*/

@media screen and (max-width:767px){



}

@media screen and (min-width:767px) and (max-width:1120px){

	

}