@charset "utf-8";
/*公共样式*/
.in_main{padding-top: 30px;padding-bottom: 80px;box-sizing: border-box;}
.in_title{margin-bottom: 45px;font-size: 28px;text-align: center;}
.banner_in{width: 100%;}
.banner_in img{display: block;width: 100%;}
.m_banner{display: none;width: 100%;}
.m_banner img{display: block;width: 100%;}
.in_nav ul li{float: left;width: 16.666%;background: #f9fafb;height: 50px;line-height: 50px;text-align: center;margin-bottom: 50px;position: relative;}
.in_nav ul li:after{content: "";border: 8px solid transparent;border-bottom: 8px solid #fff;position: absolute;bottom: 0;left: calc(50% - 8px);display: none;}
.in_nav ul li a{display: block;}
.in_nav ul li:hover{background: #832438;}
.in_nav ul li:hover:after{display: block;}
.in_nav ul li:hover a{color: #fff;}
@media only screen and (max-width: 768px){
	.in_main{padding-bottom: 40px;}
	.in_title{margin-bottom: 20px;font-size: 24px;}
	.banner_in{display: none;}
	.m_banner{display: block;}
	.in_nav{display: none;}
}

/*面包屑*/
.crumbs{border-bottom: 1px #e5e7eb dashed;height: 50px;line-height: 50px;padding-top: 20px;color: #666;}
.crumbs_bg{background: #f9fafb;}
.crumbs i{display: block;width: 5px;height: 18px;background: #832438;float: left;margin-top: 16px;margin-right: 10px;}
.crumbs a{color: #666;}
.crumbs a:hover{color: #832438;}
.m_crumbs{width: 100%;background: #f3f4f6;height: 50px;line-height: 50px;display: none;position: relative;overflow: hidden;}
.m_crumbs ul{list-style-type: none;display: flex;flex-wrap: nowrap;justify-content: space-between;overflow: auto;}
.m_crumbs a{display: inline-block;text-align: center;padding: 0 12px;box-sizing: border-box;flex: 1 0 auto;}
@media only screen and (max-width: 768px){
	.crumbs{display: none;}
	.m_crumbs{display: block;}
}

/*页码*/
.page{margin-top: 40px;text-align: center;}
.page a{display: block;color: #888;}
.page dd{display: inline-block;height: 35px;line-height: 35px;border: 1px solid #d1d5db;border-radius: 4px;margin: 0 2px;padding-left: 8px;padding-right: 8px;box-sizing: border-box;}
.page dt{display: inline-block;width: 35px;height: 35px;line-height: 35px;border: 1px solid #d1d5db;border-radius: 4px;margin: 0 2px;box-sizing: border-box;}
.page dt:hover,.page dd:hover{background: #832438;border: 1px solid #832438;}
.page dt:hover a,.page dd:hover a{color: #fff;}
@media only screen and (max-width: 768px){
	.page{margin-top: 30px;}
	.page dt{width: 30px;height: 30px;line-height: 30px;margin: 0;}
	.page dd{height: 30px;line-height: 30px;margin: 0;}
}

/*左侧导航*/
.in_left{width: 260px;}
.in_left .inT{background: #832438;color: #fff;font-size: 24px;text-align: center;line-height: 75px;height: 75px;}
.in_left .inN{background: #f3f4f6;margin-bottom: 20px;}
.in_left .inN h3{width: 100%;height: 50px;line-height: 50px;background: url(../images/cp_ico05.png) no-repeat 230px 18px;border-top: 1px solid #fff;}
.in_left .inN h3.cur{background: #832438 url(../images/cp_ico02.png) no-repeat 230px 18px;}
.in_left .inN h3.cur a{color: #fff;}
.in_left .inN h3 a{display: block;font-size: 14px;width: 160px;padding: 0 0 0 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.in_left .inN h3:hover{background: #832438 url(../images/cp_ico02.png) no-repeat 230px 18px;}
.in_left .inN h3:hover a{color: #fff;}
.in_left ul li{margin-top: 10px;border: 1px solid #f3f4f6;position: relative;height: 250px;}
.in_left ul li img{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.in_left ul li p{width: 100%;height: 40px;line-height: 40px;background: rgba(0,0,0,.4);text-align: center;color: #fff;position: absolute;left: 0;bottom: 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding: 0 20px;box-sizing: border-box;}
.in_left ul li:hover{border: 1px solid #832438;}
.in_left ul li:hover p{background: #832438;}
.in_left .inP{margin-top: 20px;}
.in_left .inP .img{width: 100%;}
.in_left .inP .img img{display: block;width: 100%;}
.in_left .inP .txt{background: #832438;text-align: center;color: #fff;padding: 20px 0;}
.in_left .inP .txt img{vertical-align: middle;margin-right: 6px;}
.in_left .inP .txt span{display: block;font-size: 28px;font-weight: bold;font-family: Arial;padding-top: 10px;}
@media only screen and (max-width: 768px){
	.in_left{display: none;}
}

/*产品列表*/
.pro_list{width: 900px;}
.pro_list ul{margin-top: -25px;}
.pro_list ul li{margin-left: 3%;width: 31.33%;float: left;border: 1px solid #f3f4f6;box-sizing: border-box;margin-top: 25px;}
.pro_list ul li:nth-child(3n-2){margin-left: 0;}
.pro_list ul li .img{width: 100%;height: 280px;}
.pro_list ul li .img img{display: block;width: 100%;height: 100%;}
.pro_list ul li p{height: 55px;line-height: 55px;background: #f3f4f6;text-align: center;}
.pro_list ul li:hover{border: 1px solid #832438;}
.pro_list ul li:hover p{color: #fff;background: #832438;}
@media only screen and (max-width: 768px){
	.pro_list{width: 100%;}
	.pro_list ul{margin-top: -15px;}
	.pro_list ul li{margin-left: 4%;width: 48%;margin-top: 15px;}
	.pro_list ul li:nth-child(3n-2){margin-left: 4%;}
	.pro_list ul li:nth-child(2n-1){margin-left: 0;}
	.pro_list ul li .img{height: 140px;}
	.pro_list ul li p{height: 40px;line-height: 40px;}
}

/*产品详情*/
.in_pro{width: 100%;background: #f9fafb;}
.in_pro .proT{background: #fff;padding: 60px;box-sizing: border-box;}
.in_pro .proT .img{width: 400px;height: 400px;border: 1px solid #e5e7eb;}
.in_pro .proT .img img{display: block;width: 100%;height: 100%;}
.in_pro .proT .txt{width: 620px;padding-top: 55px;box-sizing: border-box;}
.in_pro .proT .txt h2{font-size: 30px;margin-bottom: 30px;}
.in_pro .proT .txt h3{font-size: 15px;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.in_pro .proT .txt ul{margin-top: 70px;}
.in_pro .proT .txt ul li{height: 50px;line-height: 50px;color: #fff;padding-left: 50px;padding-right: 25px;box-sizing: border-box;float: left;margin-right: 10px;border-radius: 4px;}
.in_pro .proT .txt ul li a{display: block;color: #fff;}
.in_pro .proT .txt ul li:nth-child(1){background: #832438 url(../images/pro_icon1.png) no-repeat center left 20px;}
.in_pro .proT .txt ul li:nth-child(2){background: #641425 url(../images/pro_icon2.png) no-repeat center left 20px;}
.in_pro .proT .txt ul li:nth-child(1):hover{background: #641425 url(../images/pro_icon1.png) no-repeat center left 20px;}
.in_pro .proT .con{width: 100%;margin-top: 30px;}
.in_pro .tit{width: 100%;line-height: 50px;font-size: 18px;border-bottom: 1px solid #e5e7eb;margin-bottom: 20px;}
.in_pro .tit span{display: block;width: 75px;border-bottom: 1px solid #832438;margin-bottom: -1px;text-align: center;}
.in_pro .proL{background: #fff;padding: 30px 40px;box-sizing: border-box;margin-top: 20px;}
.in_pro .proL ul li{margin-left: 2%;width: 18.4%;float: left;}
.in_pro .proL ul li:first-child{margin-left: 0;}
.in_pro .proL ul li a{display: block;}
.in_pro .proL ul li .img{width: 100%;height: 200px;border: 1px solid #e5e7eb;}
.in_pro .proL ul li .img img{display: block;width: 100%;height: 100%;}
.in_pro .proL ul li p{line-height: 50px;text-align: center;}
.in_pro .proL ul li:hover .img{border: 1px solid #832438;}
.in_pro .proL ul li:hover p{color: #832438;}
@media only screen and (max-width: 768px){
	.in_pro{background: #fff;}
	.in_pro .proT{padding: 0;}
	.in_pro .proT .img{width: 100%;height: 280px;}
	.in_pro .proT .txt{width: 100%;padding-top: 20px;}
	.in_pro .proT .txt h2{font-size: 20px;margin-bottom: 10px;}
	.in_pro .proT .txt h3{font-size: 14px;line-height: 26px;}
	.in_pro .proT .txt ul{display: none;}
	.in_pro .proT .con{margin-top: 15px;}
	.in_pro .tit{font-size: 16px;margin-bottom: 15px;line-height: 45px;}
	.in_pro .tit span{width: 65px;}
	.in_pro .proL{display: none;}
}

/*服务支持*/
.in_service h2{margin-top: 25px;margin-bottom: 18px;font-size: 18px;font-weight: bold;}
.in_service img{display: block;margin-bottom: 20px;}
.in_service p{font-size: 15px;line-height: 28px;margin-bottom: 15px;}
.in_service span{display: block;font-size: 16px;margin-bottom: 15px;font-weight: bold;}
@media only screen and (max-width: 768px){
	.in_service h2{margin-top: 25px;margin-bottom: 18px;font-size: 18px;font-weight: bold;}
	.in_service img{width: 100%;margin-bottom: 20px;}
	.in_service p{font-size: 14px;line-height: 25px;}
	.in_service span{font-size: 15px;margin-bottom: 10px;}
}

/*新闻列表*/
.news_list{width: 900px;}
.news_list ul{margin-top: -25px;}
.news_list ul li{margin-top: 25px;border: 1px solid #e5e7eb;padding: 20px;box-sizing: border-box;}
.news_list ul li .img{display: block;width: 200px;height: 150px;}
.news_list ul li .img img{display: block;width: 100%;height: 100%;}
.news_list ul li .txt{width: 635px;}
.news_list ul li .txt h2{width: 100%;font-size: 18px;margin-top: 8px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.news_list ul li .txt p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;color: #888;margin-top: 10px;}
.news_list ul li .txt span{display: block;margin-top: 15px;color: #999;}
.news_list ul li .txt span a{display: block;width: 90px;line-height: 30px;text-align: center;border-radius: 4px;background: #f9fafb;color: #999;float: right;}
.news_list ul li:hover{border: 1px solid #832438;}
.news_list ul li .txt h2:hover{color: #832438;font-weight: bold;}
.news_list ul li .txt span a:hover{background: #832438;color: #fff;}
@media only screen and (max-width: 768px){
	.news_list{width: 100%;}
	.news_list ul{margin-top: -15px;}
	.news_list ul li{margin-top: 15px;border: none;padding: 0;}
	.news_list ul li .img{width: 40%;height: auto;}
	.news_list ul li .txt{width: 60%;padding-left: 15px;box-sizing: border-box;}
	.news_list ul li .txt h2{font-size: 14px;line-height: 24px;margin-top: 4px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	.news_list ul li .txt p{display: none;}
	.news_list ul li .txt span{margin-top: 5px;}
	.news_list ul li .txt span a{display: none;}
}

/*常见问题*/
.in_fag{width: 100%;background: #f9fafb;}
.in_fag ul{margin-top: -10px;}
.in_fag ul li{margin-top: 10px;background: #fff;padding: 0 25px;box-sizing: border-box;}
.in_fag ul li h2{padding-left: 30px;line-height: 60px;height: 60px;background: url(../images/fag_icon.png) no-repeat center left;box-sizing: border-box;}
.in_fag ul li h2 span{display: block;float: left;font-size: 15px;width: 100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background: url(../images/fag_icon2.png) no-repeat center right 8px;}
.in_fag ul li:hover h2 span,.in_fag ul li.cur h2 span{color: #832438;background: url(../images/fag_icon3.png) no-repeat center right 8px;}
.in_fag ul li .fagC{width: 100%;border-top: 1px #e5e7eb dashed;display: none;padding: 25px 0;box-sizing: border-box;}
.in_fag ul li .fagC a{color: #777;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.in_fag ul li .fagC a:hover{color: #832438;}
@media only screen and (max-width: 768px){
	.in_fag ul{margin-top: -8px;}
	.in_fag ul li{margin-top: 8px;padding: 0 15px;}
	.in_fag ul li h2{line-height: 50px;height: 50px;}
	.in_fag ul li h2 span{font-size: 14px;padding-right: 30px;box-sizing: border-box;background: url(../images/fag_icon2.png) no-repeat center right 0;}
	.in_fag ul li.cur h2 span{background: url(../images/fag_icon3.png) no-repeat center right 0;}
	.in_fag ul li .fagC{padding: 20px 0;}
}

/*文章详情*/
.in_news{width: 100%;background: #f9fafb;}
.in_news .newsL{width: 940px;background: #fff;padding: 60px;box-sizing: border-box;}
.in_news .newsL .tit h2{font-size: 24px;}
.in_news .newsL .tit p{color: #9ca3af;margin-top: 25px;border-bottom: 1px solid #e5e7eb;border-top: 1px solid #e5e7eb;line-height: 50px;height: 50px;}
.in_news .newsL .tit p span{display: block;float: left;margin-right: 15px;}
.in_news .newsL .con{margin-top: 30px;}
.in_news .newsL .next{margin-top: 40px;padding-top: 15px;border-top: 1px solid #e5e7eb;}
.in_news .newsL .next p{width: 40%;float: left;}
.in_news .newsL .next p:last-child{float: right;text-align: right;}
.in_news .newsL .next p a:hover{color: #832438;}
.in_news .newsR{width: 240px;padding: 20px;background: #fff;box-sizing: border-box;}
.in_news .newsR h2{padding: 0 70px 10px 0;position: relative;}
.in_news .newsR h2:before{content: '';position: absolute;width: 36px;height: 2px;background: #832438;left: 0;bottom: 2px;}
.in_news .newsR h2 span{display: block;height: 40px;line-height: 40px;font-size: 20px;color: #333;}
.in_news .newsR h2 a{position: absolute;width: 23px;height: 23px;line-height: 20px;color: #e5e7eb;text-align: center;border: 1px solid #e5e7eb;border-radius: 100%;right: 4px;bottom: 10px;}
.in_news .newsR ul li{margin-top: 20px;}
.in_news .newsR ul li .img{height: 145px;width: 100%;}
.in_news .newsR ul li .img img{display: block;width: 100%;height: 100%;object-fit: cover;}
.in_news .newsR ul li .txt{padding-top: 8px;}
.in_news .newsR ul li .txt a{display: block;height: 30px;line-height: 30px;color: #4c4c4c;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_news .newsR h2 a:hover{color: #832438;border: 1px solid #832438;}
.in_news .newsR ul li:hover .txt a{color: #832438;}
@media only screen and (max-width: 768px){
	.in_news{background: #fff;}
	.in_news .newsL{width: 100%;padding: 0;}
	.in_news .newsL .tit h2{font-size: 20px;line-height: 30px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
	.in_news .newsL .tit p{margin-top: 20px;line-height: 40px;height: 40px;}
	.in_news .newsL .con{margin-top: 20px;}
	.in_news .newsL .next{margin-top: 25px;padding-top: 10px;}
	.in_news .newsL .next p{width: 100%;line-height: 30px;}
	.in_news .newsL .next p:last-child{text-align: left;}
	.in_news .newsR{display: none;}
}

/*活动促销*/
.in_event ul{margin-top: -30px;}
.in_event ul li{float: left;width: 23.5%;margin-left: 2%;border: 1px solid #e5e7eb;padding: 20px;box-sizing: border-box;margin-top: 30px;}
.in_event ul li:nth-child(4n-3){margin-left: 0;}
.in_event ul li a{display: block;width: 100%;}
.in_event ul li .img{width: 100%;height: 180px;}
.in_event ul li .img img{display: block;width: 100%;height: 100%;}
.in_event ul li .txt{margin-top: 10px;}
.in_event ul li .txt h2{font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.in_event ul li .txt p{margin-top: 10px;color: #888;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.in_event ul li .txt span{display: block;margin-top: 20px;color: #999;}
.in_event ul li .txt span a{display: block;width: 90px;line-height: 30px;text-align: center;border-radius: 4px;background: #f9fafb;color: #999;margin-top: -4px;float: right;}
.in_event ul li:hover{border: 1px solid #832438;}
.in_event ul li:hover .txt h2{color: #832438;font-weight: bold;}
.in_event ul li .txt span a:hover{background: #832438;color: #fff;}
@media only screen and (max-width: 768px){
	.in_event ul{margin-top: -20px;}
	.in_event ul li{width: 100%;margin-left: 0;margin-top: 20px;}
	.in_event ul li .img{height: 180px;}
	.in_event ul li .txt{margin-top: 20px;}
	.in_event ul li .txt h2{font-size: 15px;}
	.in_event ul li .txt p{margin-top: 8px;}
}

/*关于我们*/
.in_about1{width: 100%;}
.in_about1 .top img{display: block;float: left;width: 600px;height: 460px;}
.in_about1 .top .txt{width: 550px;}
.in_about1 .top .txt h3{margin-top: 30px;margin-bottom: 25px;}
.in_about1 .top .txt h3 span{font-size: 44px;color: #f3f4f6;text-transform: uppercase;font-weight: bold;}
.in_about1 .top .txt h3 em{display: block;font-size: 32px;font-weight: bold;margin-top: -30px;color: #832438;}
.in_about1 .top .txt h3 i{display: block;font-size: 16px;margin-top: 20px;}
.in_about1 .top .txt p{line-height: 28px;margin-top: 20px;}
.in_about1 ul{padding: 25px 0;border-top: 1px solid #d1d5db;border-bottom: 1px solid #d1d5db;box-sizing: border-box;margin-top: 50px;}
.in_about1 ul li{width: 25%;float: left;text-align: center;padding-top: 15px;}
.in_about1 ul li h2{font-size: 15px;margin-bottom: 10px;}
.in_about1 ul li h2 span{font-weight: bold;font-size: 60px;font-family: Gotham,Helvetica Neue,Helvetica,Arial,"sans-serif";color: #832438;}
.in_about1 ul li p{font-size: 15px;}
.in_about2{margin-top: 80px;}
.in_about2 .tit{background: #832438;color: #fff;text-align: center;padding: 70px 0;box-sizing: border-box;position: relative;}
.in_about2 .tit:after{content: "";border: 30px solid transparent;border-bottom: 30px solid #f9fafb;position: absolute;bottom: 0;left: calc(50% - 30px);}
.in_about2 .tit span{opacity: .1;font-size: 58px;color: #f3f4f6;text-transform: uppercase;font-weight: bold;}
.in_about2 .tit h2{font-size: 34px;font-weight: bold;margin-top: -25px;}
.in_about2 .tit i{display: block;width: 100%;letter-spacing: 12px;margin-top: 20px;height: 15px;}
.in_about2 .advaL{overflow: hidden;width: 100%;background: #f9fafb;padding: 70px 0;box-sizing: border-box;}
.in_about2 .advaL .txt{width: 510px;margin-top: 30px;}
.in_about2 .advaL .txt h2{margin-bottom: 30px;}
.in_about2 .advaL .txt h2 span{display: block;font-weight: bold;font-size: 24px;}
.in_about2 .advaL .txt h2 i{display: block;color: #888;font-size: 16px;text-transform: uppercase;margin-top: 10px;}
.in_about2 .advaL .txt a{display: block;width: 125px;height: 40px;line-height: 40px;color: #fff;text-align: center;border-radius: 4px;background: #832438;margin-top: 30px;}
.in_about2 .advaL .img{width: 620px;height: 330px;}
.in_about2 .advaL .img img{display: block;width: 100%;height: 100%;object-fit: cover;}
.in_about2 .advaL .img a{display: none;width: 100%;height: 40px;line-height: 40px;color: #fff;text-align: center;border-radius: 4px;background: #832438;margin: 0 auto;margin-top: 20px;}
.in_about2 .advaL2{background: #fff;}
.in_about2 .advaL2 .txt{float: right;}
.in_about2 .advaL2 .img{float: left;width: 550px;}
.in_about2 .advaL .txt a:hover{background: #641425;}
@media only screen and (max-width: 768px){
	.in_about1 .top img{width: 100%;height: auto;}
	.in_about1 .top .txt{width: 100%;}
	.in_about1 .top .txt h3{margin-bottom: 15px;}
	.in_about1 .top .txt h3 span{font-size: 34px;}
	.in_about1 .top .txt h3 em{font-size: 28px;margin-top: -25px;}
	.in_about1 .top .txt h3 i{font-size: 15px;margin-top: 10px;}
	.in_about1 .top .txt p{line-height: 26px;}
	.in_about1 ul{padding: 25px 0;margin-top: 40px;}
	.in_about1 ul li{width: 50%;padding-top: 10px;}
	.in_about1 ul li:nth-child(1),.in_about1 ul li:nth-child(2){margin-bottom: 30px;}
	.in_about1 ul li h2{margin-bottom: 5px;}
	.in_about1 ul li h2 span{font-size: 40px;}
	.in_about1 ul li p{font-size: 13px;}
	.in_about2{display: none;}
}

/*案例*/
.case_list ul{margin-top: -30px;}
.case_list ul li{float: left;width: 23.5%;margin-left: 2%;margin-bottom: 25px;}
.case_list ul li:nth-child(4n-3){margin-left: 0;}
.case_list ul li .img{width: 100%;height: 270px;overflow: hidden;transition: background 0.5s ease;}
.case_list ul li .img img{display: block;width: 100%;height: 100%;}
.case_list ul li p{width: 100%;margin-top: 10px;font-size: 15px;text-align:center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.case_list ul li:hover p{color: #832438;}
@media only screen and (max-width: 768px){
	.case_list ul{margin-top: -15px;}
	.case_list ul li{width: 48%;margin-left: 4%;margin-bottom: 0;margin-top: 15px;}
	.case_list ul li:nth-child(2n-1){margin-left: 0;}
	.case_list ul li .img{height: 135px;}
	.case_list ul li p{display: none;}
}

/*联系*/
.in_cont dl dt{float: left;width: 190px;height: auto;}
.in_cont dl dt img{display: block;width: 100%;height: 100%;}
.in_cont dl dd{float: right;width: 980px;margin-top: 30px;}
.in_cont dl dd h3{width: 220px;border-bottom: 1px solid #e5e7eb;padding-bottom: 15px;color: #d4d7dd;font-size: 14px;text-transform: uppercase;}
.in_cont dl dd h3 span{font-size: 28px;font-weight: bold;color: #333;}
.in_cont dl dd h3 span i{font-weight: bold;color: #832438;border-bottom: 2px solid #832438;padding-bottom: 15px;}
.in_cont dl dd p{font-size: 16px;line-height: 30px;margin-top: 30px;}
.in_cont ul{margin: 45px auto;}
.in_cont ul li{float: left;background: #f9fafb;text-align: center;margin-left: 2%;width: 23.5%;padding: 35px 0;box-sizing: border-box;}
.in_cont ul li:first-child{margin-left: 0;}
.in_cont ul li img{display: block;width: 50px;margin: 0 auto;}
.in_cont ul li i{display: block;margin-top: 12px;font-size: 16px;font-weight: bold;}
.in_cont ul li span{display: block;font-size: 16px;margin-top: 4px;}
.in_cont iframe{border: 1px solid #cfcdcd;width: 100%;height: 460px;}
@media only screen and (max-width: 768px){
	.in_cont dl dt{display: none;}
	.in_cont dl dd{width: 100%;margin-top: 0;}
	.in_cont dl dd h3{width: 100%;font-size: 13px;}
	.in_cont dl dd h3 span{font-size: 24px;}
	.in_cont dl dd p{font-size: 14px;line-height: 25px;margin-top: 15px;}
	.in_cont ul{margin: 20px auto;margin-top: 5px;}
	.in_cont ul li{margin-left: 4%;width: 48%;padding: 20px 0;margin-top: 15px;}
	.in_cont ul li:nth-child(3){margin-left: 0;}
	.in_cont ul li img{width: 40px;}
	.in_cont ul li i{margin-top: 10px;font-size: 14px;}
	.in_cont ul li span{font-size: 14px;margin-top: 0;}
	.in_cont iframe{border: 1px solid #cfcdcd;height: 300px;}
}

.page{margin-top: 40px;text-align: center;}

.scott{ 
  height:30px; 
  overflow:hidden; 
  text-align:center; 
  padding-top:9px; 
  line-height:21px;
margin-top: 50px;
}
.scott A{
  BORDER:#d1d1d1 1px solid;
  PADDING:5px 10px; 
  MARGIN-RIGHT: 5px;  
  TEXT-DECORATION: none; 
  background:#fff;}
.scott A:hover{
  border:1px solid #d1d1d1; 
  text-decoration:none; 
  BACKGROUND-COLOR:#832438; 
  color:#FFF;}
.scott A:active{
  border:1px solid #d1d1d1; 
  text-decoration:none;
  BACKGROUND-COLOR:#832438;}
.scott SPAN.current{
  BORDER: #d1d1d1 1px solid; 
  PADDING:5px 10px;  
  FONT-WEIGHT: bold;  
  COLOR: #fff; 
  MARGIN-RIGHT: 2px; 
  BACKGROUND-COLOR: #832438;
  MARGIN-RIGHT: 5px;}
.scott SPAN.disabled{
  BORDER:#d1d1d1 1px solid; 
  PADDING:2px 5px; 
  COLOR:#237ac7; 
  MARGIN-RIGHT: 5px; 
  background:#832438;}


.aa {text-align: right}






