html {
	font-size: 12px;
}
.container {
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
}
.box-center {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.sun_head .sun_nav > li .top {
	*zoom: 1;
}
.sun_head .sun_nav > li .top:after {
	content: '';
	display: table;
	clear: both;
}
/*sun_top*/
	.sun_top {
	font-size: 12px;
	color: #333;
	line-height: 2.5;
	background: #efefef;
}
.sun_top a {
	color: #333;
}
@media (max-width: 768px) {
	.sun_top {
	display: none;
}
}
/*sun_head*/
	.sun_head {
	position: fixed;
	z-index: 999;
	width: 100%;
	top: 30px;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
	transition: all .5s ease;
}
.sun_head.fixed {
	top: 0;
}
.sun_head .head_l {
	width: 30%;
}
.sun_head .head_l .logo {
	display: block;
	line-height: 80px;
}
.sun_head .head_l .logo img {
	max-width: 100%;
}
.sun_head .head_l .nav_btn {
	display: none;
}
.sun_head .sun_menu {
	width: 70%;
}
.sun_head .sun_nav > li {
	float: left;
	width: 12.5%;
	position: relative;
}
.sun_head .sun_nav > li .top {
	display: block;
	text-align: center;
}
.sun_head .sun_nav > li .top a {
	display: inline-block;
	font-size: 1rem;
	color: #333;
	line-height: 80px;
	transition: all .5s ease;
}
.sun_head .sun_nav > li .top .creat {
	display: inline-block;
	width: 0;
	height: 0;
	border-width: 4px;
	border-style: solid;
	border-color: #666 transparent transparent transparent;
	margin-left: 5px;
}
.sun_head .sun_nav > li .top:hover a {
	color: #4e97d9;
}
.sun_head .sun_nav > li .top:hover .creat {
	border-color: #4e97d9 transparent transparent transparent;
}
.sun_head .sun_nav > li.open .sub_nav {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}
.sun_head .sub_nav {
	position: absolute;
	z-index: 999;
	background: #fff;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
	width: 160px;
	right: 0;
	padding: 8px 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	transition: all .5s ease;
}
.sun_head .sub_nav a {
	display: block;
	padding: 8px 15px;
	font-size: .875rem;
	transition: all .5s ease;
}
.sun_head .sub_nav a:hover {
	background: #f3f3f3;
	color: #4e97d9;
}
.sun_head .sub_nav:after, .sun_head .sub_nav:before {
	position: absolute;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border: 7px solid transparent;
	border-top-width: 0;
	right: 10px;
	left: auto;
}
.sun_head .sub_nav:after {
	top: -6px;
	border-bottom-color: #fff;
}
.sun_head .sub_nav:before {
	top: -7px;
	border-bottom-color: #e4eaec;
}
@media (max-width: 768px) {
	.sun_head .head_l {
	width: 100%;
	float: none;
}
.sun_head .head_l .logo {
	width: 60%;
}
.sun_head .head_l .nav_btn {
	display: block;
	width: 31px;
	margin-top: 30px;
}
.sun_head .head_l .nav_btn span {
	display: block;
	height: 2px;
	background: #4e97d9;
	margin: 9px 0;
	opacity: 1;
	transition: all .5s ease;
}
.sun_head .head_l .nav_btn:after, .sun_head .head_l .nav_btn:before {
	content: '';
	display: block;
	height: 2px;
	background: #4e97d9;
	transition: all .5s ease;
	transform-origin: left center;
}
.sun_head .head_l .nav_btn.click span {
	opacity: 0;
}
.sun_head .head_l .nav_btn.click:after {
	transform: rotate(-45deg);
	transform-origin: left center;
}
.sun_head .head_l .nav_btn.click:before {
	transform: rotate(45deg);
	transform-origin: left center;
}
.sun_head .sun_menu {
	width: 100%;
	display: none;
	float: none;
}
.sun_head .sun_menu .sun_nav > li {
	float: none;
	width: 100%;
	display: block;
}
.sun_head .sun_menu .sun_nav > li .top {
	text-align: left;
}
.sun_head .sun_menu .sun_nav > li .top a {
	line-height: 35px;
	width: 60%;
	display: block;
	float: left;
	font-size: 1rem;
}
.sun_head .sun_menu .sun_nav > li .top .creat {
	float: right;
	margin-top: 14px;
	border-width: 6px;
}
.sun_head .sun_menu .sub_nav {
	position: static;
	display: none;
	width: 100%;
	padding-left: 20px;
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.sun_head .sun_menu .sub_nav:after, .sun_head .sun_menu .sub_nav:before {
	display: none;
}
}
/*sun_search*/
	.sun_search {
	padding: 5px 0;
	line-height: 30px;
	background: #efefef;
}
.sun_search .keys {
	width: 50%;
	color: #333;
}
.sun_search .keys a {
	font-size: 12px;
	color: #333;
	line-height: 25px;
	display: inline-block;
	padding-right: 10px;
}
.sun_search .search {
	width: 50%;
	text-align: right;
}
@media (max-width: 768px) {
	.sun_search .keys {
	width: 100%;
	float: none;
	text-align: center;
}
.sun_search .search {
	width: 100%;
	float: none;
}
.sun_search #formsearch {
	float: none;
	width: 90%;
	margin: 0 auto;
}
.sun_search #formsearch #keyword {
	width: 80%;
}
.sun_search #formsearch #s_btn {
	width: 20%;
}
}
/*sun_pro*/
	.sun_pro {
	background: #fff;
	padding: 50px 0;
}
.sun_tit {
	margin-bottom: 30px;
}
.sun_tit h3 {
	text-align: center;
	font-size: 2.25rem;
	color: #37474f;
	font-weight: normal;
}
.sun_tit p {
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	width: 80%;
	color: #5e7387;
	margin: 0px auto;
}
.sun_pro .sun_pro_ttt {
	margin-bottom: 20px;
}
.sun_pro .sun_pro_sort {
	display: flex;
	margin: 30px auto;
	justify-content: center;
	text-align: center;
}
.sun_pro .sun_pro_sort li {
	white-space: nowrap;
	display: inline-block;
}
.sun_pro .sun_pro_sort li a {
	background: #fff;
	padding: 8px 30px;
	border-radius: 0;
	white-space: nowrap;
	transition: .25s;
	font-size: 14px;
	color: #76838f;
}
.sun_pro .sun_pro_sort li a:hover, .sun_pro .sun_pro_sort li a.cuur {
	background: #62a8ea;
	color: #fff;
}
.sun_pro .sun_pro_sort.flex-start {
	justify-content: flex-start;
}
.sun_pro .sun_pro_sort .swiper-slide {
	width: auto;
}


.sun_pro .sun_pro_li li {
	width: 24%;
	float: left;
	margin: 0 .5% 15px .5%;
}
.sun_pro .sun_pro_li li a {
	display: block;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.sun_pro .sun_pro_li li img {
	width: 100%;
}
.sun_pro .sun_pro_li li p {
	font-size: 16px;
	text-align: center;
	color: #37474f;
	line-height: 43px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}


@media (min-width: 1200px) {
    .sun_pro .sun_pro_li li img{
        height:150px;
    }
}

@media (max-width: 1024px) {
    .sun_pro .sun_pro_li li img{
        height:100px;
    }
}

@media (max-width: 990px) {
	.sun_pro .sun_pro_li li {
    	width: 32.333%;
    }
}

@media (max-width: 768px) {
	.sun_pro .sun_pro_li li {
    	width: 49%;
    }
}

@media (max-width: 768px) {
	.sun_pro .sun_pro_sort {
    	margin: 20px auto;
    }
} 

/*sun_news*/
	.sun_news {
	background: #F5F5F5;
	padding: 50px 0;
}
.sun_news .sun_news_li li {
	float: left;
	width: 50%;
	margin-bottom: 30px;
}
.sun_news .sun_news_li li .img {
	width: 30%;
	display: block;
}
.sun_news .sun_news_li li .img img {
	width: 100%;
}
.sun_news .sun_news_li li .wz {
	float: left;
	box-sizing: border-box;
	padding: 0 5%;
	width: 70%;
}
.sun_news .sun_news_li li .wz h3 {
	font-size: 1.2rem;
	color: #2a333c;
	margin-bottom: 10px;
	font-weight: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sun_news .sun_news_li li .wz p {
	margin-bottom: 5px;
	color: #76838f;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
}
@media (max-width: 990px) and (min-width: 768px) {
	.sun_news .sun_news_li li .wz p {
	height: 42px;
	overflow: hidden;
}
} .sun_news .sun_news_li li .wz .date {
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
@media (max-width: 768px) {
	.sun_news .sun_news_li li {
	width: 100%;
	float: none;
}
}
/*sun_about*/
	.sun_about {
	background: #fff;
	padding: 50px 0;
}
.sun_about .about_img {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E4EAEC;
}
.sun_about .about_img img {
	width: 100% !important;
}
.sun_about .about_wz {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.8;
	color: #222;
}
/*sun_links*/
	.sun_links {
	padding: 10px 0;
	font-size: 1rem;
	color: #666;
	line-height: 35px;
}
.sun_links a {
	font-size: .85rem;
	display: inline-block;
	padding-right: 10px;
	line-height: 1.7;
}
/*sun_tl*/
	.sun_tl {
	border-top: 1px solid #F0F2F5;
	background: #fff;
	padding: 20px 0;
}
.sun_tl .tl_nav {
	width: 80%;
}
.sun_tl .tl_nav li {
	width: 25%;
	float: left;
	text-align: center;
}
.sun_tl .tl_nav li > a {
	display: block;
	font-size: 1rem;
	color: #2a333c;
	margin-bottom: 10px;
}
.sun_tl .tl_nav li > a:hover {
	color: #4e97d9;
}
.sun_tl .tl_nav li .tl_sub a {
	display: block;
	font-size: .875rem;
	color: #5e7387;
	line-height: 25px;
}
.sun_tl .tl_nav li .tl_sub a:hover {
	color: #4e97d9;
}
.sun_tl .tl_cont {
	width: 20%;
}
.sun_tl .tl_cont h4 {
	font-size: 1rem;
	color: #2a333c;
	margin-bottom: 10px;
	font-weight: normal;
}
.sun_tl .tl_cont p {
	font-size: .875rem;
	color: #5e7387;
	line-height: 25px;
}
@media (max-width: 768px) {
	.sun_tl .tl_nav {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}
.sun_tl .tl_nav li {
	display: inline-block;
	vertical-align: top;
	float: none;
	width: 49%;
	margin-bottom: 15px;
}
.sun_tl .tl_cont {
	width: 100%;
	padding-left: 5%;
	box-sizing: border-box;
	float: none;
}
}
/*sun_foot*/
	.sun_foot {
	background: #fff;
	padding: 15px 0;
	border-top: 1px solid #F0F2F5;
	font-size: 0.875rem;
	color: #aaa;
	line-height: 2;
	text-align: center;
}
.sun_foot a {
	color: #aaa;
}
.sun_foot a:hover {
	color: #4e97d9;
}
/*sun_page*/
	.sun_page .sun_pagr_tt {
	border-bottom: 1px solid #F0F2F5;
	background: #fcc666;
}
.sun_page .sun_pagr_tt .sun_sort_menu {
	display: flex;
	justify-content: center;
	padding: 10px 0;
}
.sun_page .sun_pagr_tt .sun_sort_menu li {
	white-space: nowrap;
	display: inline-block;
	margin: 0 10px;
}
.sun_page .sun_pagr_tt .sun_sort_menu li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 300;
	color: #90939b;
	transition: all .5s ease;
}
.sun_page .sun_pagr_tt .sun_sort_menu li a:hover, .sun_page .sun_pagr_tt .sun_sort_menu li a.cur {
	color: #4e97d9;
}
.sun_page .sun_pagr_tt .sun_sort_menu.flex-start {
	justify-content: flex-start;
}
.sun_page .sun_pagr_tt .sun_sort_menu.flex-start .swiper-slide {
	width: auto;
}
.sun_page .sun_maxnav {
	padding: 5px 0;
	font-size: 14px;
	color: #666;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	margin-bottom: 20px;
	border-bottom: 1px solid #E4EAEC;
}
.sun_page .sun_page_content {
	font-size: 1rem;
	color: #333;
	line-height: 2;
	padding-bottom: 40px;
}
.sun_page .sun_page_content img {
	max-width: 100%;
}
.sun_page .sun_page_content p img {
	width: 100% !important;
}
/*xys_message*/
	.xys_message {
	width: 60%;
	margin: 0 auto;
}
.xys_message .input_g {
	margin-bottom: 15px;
}
.xys_message .input_g span.title {
	display: block;
	float: left;
	width: 25%;
	text-align: right;
	font-size: 1rem;
	color: #666;
	line-height: 35px;
}
.xys_message .input_g input[type='text'], .xys_message .input_g .m_input {
	width: 72%;
	float: right;
	height: 35px;
	border: 1px solid #efefef;
	border-radius: 5px;
	padding-left: 10px;
	box-sizing: border-box;
	background: #fff;
	outline: none;
}
.xys_message .input_g input[type='text']::-webkit-input-placeholder, .xys_message .input_g .m_input::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
.xys_message .input_g input[type='text']:-moz-placeholder, .xys_message .input_g .m_input:-moz-placeholder {
	color: #999;
	opacity: 1;
}
.xys_message .input_g input[type='text']::-moz-placeholder, .xys_message .input_g .m_input::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.xys_message .input_g input[type='text']:-ms-input-placeholder, .xys_message .input_g .m_input:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.xys_message .input_g #content {
	height: 150px;
	resize: none;
	font-family: "Microsoft YaHei";
	padding-top: 5 pxs;
}
.xys_message .input_g #code {
	width: 72%;
	float: right;
	padding-top: 0;
}
.xys_message .input_g #code #checkcode {
	width: 30%;
	float: left;
	height: 35px;
}
.xys_message .input_g #code #checkCodeImg {
	width: 120px !important;
	float: left;
	margin-left: 10px;
}
.xys_message .input_g #code #change_code {
	margin-left: 10px;
	float: left;
	font-size: 16px;
	color: red;
	line-height: 35px;
}
.xys_message .btn_g {
	padding-left: 28%;
}
.xys_message .btn_g .msgbtn {
	width: 25%;
	height: 35px;
	color: #fff;
	background: #4e97d9;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	outline: none;
}
@media (max-width: 768px) {
	.xys_message {
	width: 95%;
	margin: 0 auto;
}
.xys_message .btn_g {
	padding-left: 28%;
}
.xys_message .btn_g .msgbtn {
	width: 40%;
}
}
@media (max-width: 420px) {
	.xys_message .input_g span.title {
	width: 100%;
	float: none;
	text-align: left;
}
.xys_message .input_g input[type='text'], .xys_message .input_g .m_input {
	width: 100%;
	float: none;
}
.xys_message .input_g #code {
	width: 100%;
	float: none;
}
.xys_message .btn_g {
	padding-left: 0;
}
.xys_message .btn_g .msgbtn {
	width: 100%;
}
}
/*news_box*/
	.news_box {
	margin-bottom: 40px;
}
.news_box .news_box_list {
	background: #fff;
	box-sizing: border-box;
	padding: 1.5rem;
	width: 72%;
}
.news_box .news_box_r {
	width: 25%;
	background: #fff;
	box-sizing: border-box;
	padding: 1.5rem;
}
.news_box .news_box_r .new_search {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F0F2F5;
}
.news_box .news_box_r .new_search #formsearch {
	width: 100%;
}
.news_box .news_box_r .new_search #formsearch #keyword {
	width: 75%;
}
.news_box .news_box_r .new_search #formsearch #s_btn {
	width: 25%;
}
.news_box .news_box_r .new_search:after {
	content: '';
	display: table;
	clear: both;
}
.news_box .news_box_r .news_laster {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F0F2F5;
}
.news_box .news_box_r .news_laster h4 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}
.news_box .news_box_r .news_laster ul {
	border: 1px solid #F0F2F5;
}
.news_box .news_box_r .news_laster ul li + li {
	border-top: 1px solid #F0F2F5;
}
.news_box .news_box_r .news_laster ul li a {
	display: inline-block;
	padding: 8px;
	font-size: .9rem;
	color: #2a333c;
}
.news_box .news_box_r .new_sort h4 {
	font-size: 18px;
	font-weight: 300;
	margin-bottom: 10px;
}
.news_box .news_box_r .new_sort li {
	margin-bottom: 10px;
}
.news_box .news_box_r .new_sort li a {
	display: inline-block;
	padding: 8px 30px;
	border: 1px solid #F0F2F5;
	border-radius: 30px;
	font-size: .8rem;
	color: #2a333c;
	background: none;
}
.news_box .news_box_r .new_sort li a:hover {
	background: #4e97d9;
	color: #fff;
}
@media (max-width: 768px) {
	.news_box .news_box_list {
	width: 100%;
	float: none;
	margin-bottom: 1.5rem;
}
.news_box .news_box_r {
	width: 100%;
	float: none;
}
}
/*sun_news_ll*/
	.sun_news_ll li {
	padding-bottom: 1.2rem;
	margin-bottom: 1.2rem;
	border-bottom: 1px solid #F0F2F5;
}
.sun_news_ll li h3 {
	margin: 0 0 1rem;
	font-size: 1.2rem;
	font-weight: normal;
}
.sun_news_ll li h3 a {
	color: #2a333c;
}
.sun_news_ll li h3 a:hover {
	color: #4e97d9;
	text-decoration: underline;
}
.sun_news_ll li .info {
	color: #76838f;
	margin-bottom: 10px;
	font-size: 0.9rem;
	line-height: 1.7;
}
.sun_news_ll li .date {
	font-weight: 300;
	color: #a3afb7;
	font-size: .8rem;
}
/*sun_news_detail*/
	.sun_news_detail .title {
	text-align: center;
	font-size: 1.2rem;
	font-weight: normal;
	border-bottom: 1px solid #F0F2F5;
	line-height: 1.8;
	padding-bottom: .8rem;
	color: #333;
}
.sun_news_detail .caseimg {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	border-bottom: 1px solid #F0F2F5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sun_news_detail .caseimg img {
	max-width: 100%;
}
.sun_news_detail .news_date {
	border-bottom: 1px solid #F0F2F5;
	padding: 5px 0;
	text-align: center;
}
.sun_news_detail .news_date .spana {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px;
}
.sun_news_detail .news_date .bd_share {
	display: inline-block;
	width: 150px;
	vertical-align: middle;
	margin: 0 5px;
}
.sun_news_detail .content {
	padding: 1rem;
	font-size: .85rem;
	line-height: 1.7;
	color: #666;
}
/*relateproduct relate*/
	.relate {
	padding-top: .8rem;
}
.relate h4 {
	margin-bottom: .6rem;
}
@media (max-height: 768px) {
	#relate_n li {
	width: 100%;
	float: none;
}
}
/*sun_case_lll*/
	.sun_case_lll li {
	width: 23%;
	float: left;
	background: #fff;
	margin: 0 1%;
	box-sizing: border-box;
	padding-bottom: .8rem;
	margin-bottom: 1rem;
}
.sun_case_lll li .img {
	display: block;
	width: 100%;
	padding: 1%;
	box-sizing: border-box;
}
.sun_case_lll li .img img {
	width: 100%;
}
.sun_case_lll li h3 {
	text-align: center;
	font-weight: normal;
}
.sun_case_lll li h3 a {
	font-size: 1rem;
	line-height: 1.7;
	color: #333;
}
.sun_case_lll li h3 a:hover {
	color: #4e97d9;
	text-decoration: underline;
}
@media (max-width: 990px) {
	.sun_case_lll li {
	width: 31.333%;
}
}
@media (max-width: 768px) {
	.sun_case_lll li {
	width: 48%;
}
}
/*sun_product_ll*/
	.sun_product_ll li {
	width: 23%;
	float: left;
	background: #fff;
	margin: 0 1%;
	box-sizing: border-box;
	padding-bottom: .8rem;
	margin-bottom: 1rem;
}
.sun_product_ll li .img {
	display: block;
	width: 100%;
	padding: 1%;
	box-sizing: border-box;
}
.sun_product_ll li .img img {
	width: 100%;
}
.sun_product_ll li h3 {
	text-align: center;
	font-weight: normal;
}
.sun_product_ll li h3 a {
	font-size: 1rem;
	line-height: 1.7;
	color: #333;
}
.sun_product_ll li h3 a:hover {
	color: #4e97d9;
	text-decoration: underline;
}
@media (max-width: 990px) {
	.sun_product_ll li {
	width: 31.333%;
}
}
@media (max-width: 768px) {
	.sun_product_ll li {
	width: 48%;
}
}
/*sun_pro_detail_box*/
	.pro_detail_toit {
	text-align: center;
	font-size: 1.2rem;
	color: #666;
	font-weight: normal;
	padding: .5rem 0;
	border-bottom: 1px solid #F0F2F5;
	margin-bottom: 1rem;
}
.sun_pro_detail_box {
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}
.sun_pro_detail_box .sun_pro_txtxt {
	width: 100%;
}
.sun_pro_detail_box .sun_pro_big_tx {
	width: 100%;
	box-sizing: border-box;
	padding: 0 5%;
	position: relative;
}
.sun_pro_detail_box .sun_pro_big_tx .slick-slide {
	outline: none;
}
.sun_pro_detail_box .sun_pro_big_tx .slick-slide .img_a {
	text-align: center;
}
.sun_pro_detail_box .sun_pro_big_tx .slick-slide .big {
	max-width: 100%;
}
.sun_pro_detail_box .sun_pro_small_tx {
	width: 80%;
	margin: 0 auto;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow {
	position: absolute;
	top: 50%;
	width: 16px;
	height: 27px;
	margin-top: -13px;
	background: url(../images/pro_tx_jt.png) center no-repeat;
	outline: none;
	border: none;
	font-size: 0;
	overflow:hidden;
	display: block;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-prev {
	left: -20px;
	background-position: 0 -27px;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-prev:hover {
	background-position: 0 0;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-next {
	right: -20px;
	background-position: -16px 0;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-arrow.slick-next:hover {
	background-position: -16px -27px;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-slide {
	outline: none;
	box-sizing: border-box;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-slide .img_b {
	display: block;
	padding: 5%;
	box-sizing: border-box;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-slide .small {
	width: 100%;
	box-sizing: border-box;
	border: 2px solid #E7E7E7;
}
.sun_pro_detail_box .sun_pro_small_tx .slick-current .small {
	border-color: #4e97d9;
}
.sun_pro_detail_box .sun_pro_ddd {
	width: 100%;
	margin-top: 1rem;
}
.sun_pro_detail_content .title {
	border-bottom: 1px solid #4e97d9;
	margin-bottom: .8rem;
}
.sun_pro_detail_content .title strong {
	display: inline-block;
	padding: 7px 25px;
	border-radius: 7px 7px 0 0;
	background: #F2F2F2;
	font-size: .8rem;
}
@media (min-width: 780px) {
	html {
	font-size: 12px;
}
.container {
	width: 780px;
	margin: 0 auto;
}
}
@media (min-width: 1000px) {
	html {
	font-size: 14px;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
}
@media (min-width: 1200px) {
	html {
	font-size: 16px;
}
.container {
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
}
