@charset "utf-8";

/*mnav*/
@media only screen and (max-width: 1199px) {
	.main{display: none;}
	.nmain{width: 100%;max-width: 1100px;margin: 0 auto;overflow: hidden;}
	.nmain .content{width: 95%;margin: 0 auto;min-height: 400px;}
	.nmain h2{
		text-align: center;
		margin: 0 auto;
	    padding-bottom: 35px;
	    margin-bottom: 40px;
    }
    .nmain h2:after {
	    position: absolute;
	    background: #D2D2D2;
	    height: 2px;
	    width: 56px;
	    left: 50%;
	    margin-left: -28px;
	    content: " ";
	    bottom: 0;
	}
	.nmain .site{
		margin: 15px 25px 15px 0;
		    height: 60px;
    width: 380px;
    float: right;
    text-align: right;
    line-height: 60px;
    font-size: 30px;
	}
}
.mnav {
	display: none;
}

.list {
	width: 100%;
}

.list ul {
	list-style: none;
}

.list>ul>li {
	width: 100%;
	border-bottom: 1px solid #666;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	transition: .3s ease;
}
.list a,.list p{color: #fff !important;}
.list>ul>li p[class=title] {
	width: 100%;
	text-align: center;
	background: #108EE9;
	height: 80px;
	line-height: 80px;
	padding: 0;
	border: none;
	position: relative;
	font-size: 20px;
}

.list>ul>li p[class=title]>span {
	position: absolute;
	right: 10%;
}

.list-se {
	overflow: hidden;
	display: none;
}

.list-se>p {
	background: #444 !important;
	color: #ee4977;
}

.list-se>li {
	position: relative;
	right: -100%;
	-webkit-transition: right .5s;
	-moz-transition: right .5s;
	-o-transition: right .5s;
	transition: right .5s;
}

.list-se>li>p {
	background: #3b3b3b;
	color: #f0f0f0;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	line-height: 50px;
	border-left: 5px solid #3b3b3b;
	-webkit-transition: border .5s;
	transition: border .5s;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.list-se>li>p:hover {
	border-color: #EE4977;
	background: #5b5b5b;
}


/* banner */

.c-banner {
	width: 100%;
	position: relative;
}

.c-banner img {
	width: 100%;
}

.c-banner .banner ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.c-banner .banner ul li {
	position: absolute display: none;
	opacity: 0;
}

.c-banner .banner ul li:nth-child(1) {
	opacity: 1;
	display: block;
}

.c-banner .banner ul li img {
	width: 100%;
	position: absolute;
	top: 0px;
}

.c-banner .banner ul li:first-child img {
	position: relative;
}

.c-banner .nexImg,
.c-banner .preImg {
	padding: 25px 10px 25px 10px;
	position: absolute;
	top: 50%;
	margin-top: -53px;
	background: #000000;
	opacity: 0.5;
	border-radius: 5px;
	z-index: 10;
}

.c-banner .nexImg:hover,
.c-banner .preImg:hover {
	opacity: 0.8;
}

.c-banner .nexImg {
	right: 0px;
}

.c-banner .nexImg img,
.c-banner .preImg img {}

.c-banner .jumpBtn {
	width: 100%;
	position: absolute;
	bottom: 20px;
	text-align: center;
}

.c-banner .jumpBtn ul {
	margin-bottom: 0px;
	padding: 0px;
}

.c-banner .jumpBtn ul li {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: white;
	opacity: 0.9;
	margin-left: 10px;
}

.c-banner .jumpBtn ul li:first-child {
	margin-left: 0px;
}

@media screen and (max-width:768px) {
	.c-banner {
		width: 100%;
		height: 345px;
		overflow: hidden;
	}
	.c-banner .banner ul li img {
		width: 768px;
		height: 345px;
		position: absolute;
		left: 50%;
		margin-left: -384px;
	}
	.c-banner .nexImg,
	.c-banner .preImg {
		width: 15px;
	}
	.c-banner .jumpBtn ul li {
		width: 15px;
		height: 15px;
		border-radius: 50%;
		display: inline-block;
		background-color: white;
		opacity: 0.9;
		margin-left: 10px;
	}
	.pcabout>.fl,
	.pcabout>.fr {
		width: 90%;
	}
	.pcabout>.fl,
	.pcabout>.fr {
		width: 90%;
		margin: 0 auto;
	}
	.iprobg {
		width: 100%;
		margin: 50px auto;
	}
	.icase h3.tit {
		margin: 20px auto;
	}
	.iprobg {
		padding-top: 20px;
	}
	.wrap {
		width: 100%;
		margin: 0 auto;
	}
	.col-lg-6 {
		width: 100% !important;
	}
	.inews_l .list1 li a.img img {
		width: 100%;
		height: 298px;
		border-radius: 10px 10px 0 0;
	}
	.foot .wrap {
		text-align: center;
	}
	.ftlogo {
		margin: 0 auto;
		float: none;
		width: 50%;
		margin-top: 24px;
	}
	.copyright {
		margin-top: 25px;
		float: none;
		line-height: 30px;
		width: 100%;
	}
	.er {
		margin: 0 auto;
		width: 50%;
		float: none;
		text-align: center;
	}
}


/*nav list*/

.nav ul.navpanel {
	display: none;
	width: 100%;
	min-height: 62px;
	list-style: none;
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 9999;
}

.nav .ynav {
	width: 200px !important;
	float: left;
	text-align: center;
	background: none !important;
	height: 62px;
	position: relative;
}

.nav .ynav .navpanel .navson {
	width: 200px !important;
	text-align: center;
	background-color: #2e2e2e;
	height: 62px;
	line-height: 62px;
	color: #108ee9;
}

.nav .ynav .navpanel .navson:hover {
	background-color: #2e2e2e;
	color: #fff;
	transition: 0.5s;
}

.nav .ynav:hover .navpanel {
	display: block !important;
}

.nav .ynav .navpanel:hover {
	display: block !important;
}

.nav .ynav .navpanel .navson a {
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media only screen and (min-width: 1200px) {
	.pcabout {
		margin-top: 63px;
		width: 1200px;
	}
	.pcabout>.fl,
	.pcabout>.fr {
		width: 50%;
		margin: 0 auto;
		text-align: center;
	}
	.pcabout>.abo_img>img {
		width: 90%;
		margin: 0 auto;
		display: inline-block;
	}
	.list_box {
		width: 1200px;
		margin: 0px auto;
		margin-bottom: 60px;
		padding: 0 28px;
		overflow: hidden;
	}
	.in_caglog {
		width: 1200px;
		overflow: hidden;
		margin-top: 34px;
	}
	.col-sm-6 {
		width: 24%;
	}
	.iprobg {
		width: 1200px;
		margin: 50px auto;
	}
	.icase h3.tit {
		margin: 50px auto;
	}
	.iprobg {
		padding-top: 40px;
	}
	.inews_l .list1 li a.img img {
		height: 298px;
	}
}

.in_caglog {
	overflow: hidden;
	margin: 0 auto;
	margin-top: 34px;
}

.list_box {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 60px;
	overflow: hidden;
}

.list_box li {
	margin: 0 5px 10px 5px;
	border-right: 1px solid #e5e5e5;
	float: left;
}

.list_box li a {
	display: block;
	width: 100%;
}

.list_box li .pro-img {
	width: 98px;
	height: 98px;
	border-radius: 49px;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.5s ease-out;
}

.list_box li .pro-img img {
	width: 100%;
}

.list_box li .txt {
	background: #fff;
	text-align: center;
	margin-top: 25px;
}

.list_box li h2 {
	font-size: 20px;
	color: #404040;
	transition: all 0.5s ease-out;
}

.list_box li p {
	margin: 0 0 10px;
	color: #404040;
	font-size: 16px;
	padding: 10px 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

@media only screen and (max-width: 1199px) {
	.col-sm-6 {
		width: 45%;
	}
	.iprobg {
		width: 100%;
		margin: 50px auto;
	}
	.pcabout {
		margin-top: 63px;
		width: 100%;
	}
	.pcabout>.fl,
	.pcabout>.fr {
		width: 95%;
		margin: 0 auto;
		clear: both;
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	.pcabout>.abo_img>img {
		width: 80%;
		margin: 0 auto;
		display: inline-block;
	}
	.iabout .abo_txt h3 {
		margin-top: 10px;
		text-transform: uppercase;
		color: #333;
		font-size: 36px;
	}
	.icase h3.tit {
		margin: 50px auto;
	}
	.iprobg {
		padding-top: 40px;
	}
	.wrap {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		padding-top: 25px;
	}
	.header,
	.nav,
	.ss {
		display: none;
	}
	.iabout .abo_txt dd {
		padding: 0 40px;
		margin-top: 20px;
		
	}
	.iabout .abo_txt dd p {
		text-align: left;
		font-size: 18px;
    	line-height: 60px;
	}
	.iabout .abo_txt a.ck {
	    display: block;
	    width: 160px;
	    line-height: 50px;
	    border-radius: 6px;
	    text-align: center;
	    color: #fff;
	    background: #108ee9;
	    margin-top: 12px;
	    height: 50px;
	}
	.iabout .abo_txt a {
		margin: 10px auto;
		font-size: 24px;
	}
	.list_box li .pro-img {
	    width: 50%;
	    height: 50%;
	    border-radius: 49px;
	    overflow: hidden;
	    margin: 0 auto;
	    transition: all 0.5s ease-out;
	}
	.list_box li h2 {
	    font-size: 30px;
	    color: #404040;
	    transition: all 0.5s ease-out;
	}
	.list_box li p {
	    margin: 0 0 10px;
	    color: #404040;
	    font-size: 28px;
	     padding: 0; 
	    opacity: 0.8;
	    filter: alpha(opacity=80);
	}
	.inews .tit{font-size: 48px;}
	.inews .tit p{font-size:30px;}
	.inews .inews_l {
		border: 1px solid #d7d7d7;
		padding: 10px 29px 14px 17px;
		box-sizing: border-box;
	}
	.news_tit{font-size: 32px;}
	.news_tit .ck{font-size: 18px;}
	.col-lg-6 {
		width: 100% !important;
	}
	.inews_r .list3 li a.img {
		width: 30%;
	}
	.inews_r .list3 li a.img img {
		width: 100%;
		height: 140px;
	}
	.inews_r .list3 li .zi {
		width: 65%;
	}
	.pro {
		display: none !important;
	}
}