.w{
	max-width: 1200px;
	width: 1200px;
}
body{
	background:url(../images/body-bg.jpg) repeat center;
}
#topbar{
	border-top: solid 9px #0189e7;
	height: 0;
}
#tophead .logo{
	background: url(../images/logo.png) no-repeat center;
	width:625px;
	height:125px;
	margin:0;
}
#tophead {
    height: 125px;
    padding: 0;
}
#topnav {
    background: none;
    border-top: 1px solid #999;
}
#topnav .w ul .hover a,
#topnav .w ul li:hover a{
	background: none;
	color: #d01818;
	padding: 0 25px;
	font-size: 18px;
}
#tophead form{
	margin-top: 40px;
}
#topnav .w ul li a{
	padding: 0 25px;
	font-size: 18px;
}
#topnav .w ul li dl{
	width:200px;
}
#topnav .w ul .hover dl dt a{
	background:#ffffff !important;
	border-bottom:1px solid #f9f9f9;
	color:#666;
}
#bg_foot_nav{
	background: #000;
}
#bg_copyright{
	background:none;
}
#position{
	display:none;
}
.righter .container{
	font-size:14px;
	color:#ffffff;
}
.left_border{
	background: #f3f3f3;
}
td,a{
	color:#ffffff;
}
.righter {
    float: right;
    width: 895px;
}
.lefter {
    width: 274px;
    float: left;
}
.leftnav::after{
	display: inline-block;
    width: 47px;
    height: 2px;
    background: #fff;
    content: "";
    position: absolute;
    bottom: 35px;
    left: 25px;
}
.leftnav{
    font-size: 40px;
    padding: 25px;
    position: relative;
    height: 80px;
}
.lefter .subnav li a{
	line-height:46px;
	font-weight:normal;
	background:url("../images/ctitle1-icon.png") no-repeat 23px center #e8e8e8;
	padding-left: 50px;
	height:46px;
	color:#646464;
	border-bottom:1px solid #000000;
}
.lefter .subnav li a:hover{
	color:#1F92D1;
}
.artshow .title{
	color:#ffffff;
}
.lefter,.righter{
	margin-top:50px;
}
.index_page .w{
	background:url("../images/index-main.jpg") repeat;
	margin:0 auto;
	padding-top:50px;
}
.index_page .pro_width{
	width: 1200px;
	height:auto;
}
.prolist {
    width: auto;
    padding: 0 20px 60px;
	margin: 50px 0 0 0;
}
.prolist li {
    float: left;
    width: 250px;
    margin: 0 20px 30px;
	background: #ffffff;
}
.prolist li a {
    border: 0px solid #eee;
    display: block;
    padding: 0;
}
.prolist li a:hover{
	border:0;
}
.prolist li .img img{
	width:100%;
	height:auto;
	border:0;
	cursor:pointer;
	transform:
}
.prolist li .img{
	overflow:hidden;
}
.prolist li .img img{
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}
.prolist li .img img:hover{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.index_page .subject{
	background:url("../images/title-bg.png") no-repeat center;
	text-align: center;
	border: 0;
}
.index_page .subject b{
	color: #d01817;
    font-size: 28px;
	border: 0;
	display: block;
}

#banner,
#full-screen-slider,
#slides{
	height:522px;
}
.ind_about .about_info,.ind_about .about_img {
    width: 48%;
}

.about_con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 40px 30px;
}

.about_img img {
    width: 100%;
    height: auto;
}

.ind_about .about_info {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}
.ind_about strong {
    display: block;
    font-size: 26px;
    padding-bottom: 15px;
    color: #1562ba;
}
.ind_about em {
    color: red;
    font-style: normal;
    font-size: 20px;
    padding: 20px 0;
    display: inline-block;
}
@keyframes fadeInBig{
    from{opacity: 0;transform: scale(2.5);}
        to{opacity: 1;transform: scale(1);}
}
.page2_p4{
	width: REM(164);
	height: REM(114);
	margin-left: REM(-58);
	opacity: 0;
	animation: fadeInBig 1.5s 2s linear forwards;
	-webkit-animation: fadeInBig 1.5s 2s linear forwards;
}
.choose{
	background:url("../images/ad-title.png") no-repeat center center;
	height:183px;
}
.img .dask span {
    color: #ffffff;
    font-size: 28px;
    border: 1px solid #ffffff;
    border-radius: 28px;
    width: 30px;
    height: 30px;
    text-align: center;
	line-height: 25px;
}
.img .dask {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
}

.prolist li .img {
    overflow: hidden;
    position: relative;
}
.prolist li a:hover .dask{
	display:flex;
}
.pro_list li {
    float: left;
    width: 283px;
    margin: 0 13px 33px 0;
    background: #ffffff;
    text-align: center;
}
.prowidth {
    width: 890px;
    overflow: hidden;
}