.product_page {
    width: 100%;
    display: inline-block;
    background-color: #fff;
    position: relative;
}
.product_page h2 {
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 15px auto;
}
.product_page h2:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 25px solid #28517d;
    display: inline-block;
    vertical-align: middle;
}
.product_page h2 span {
    background: #28517d;
    padding: 10px 30px;
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
	font-size: 20px;
	color: #fff;
}
.product_page h2 span:after {
        content: '';
    width: 166px;
    height: 1px;
    border-bottom: #42b8f6 dashed 2px;
    position: absolute;
    left: 201px;
    top: 117px;
    z-index: 0;
}
.product_box {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
}
.product_inner_box {
    width: 315px;
    height: auto;
    margin: 10px auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    position: relative;
}
.product_firstline:before {
    content: '';
    top: 105px;
    width: 945px;
    margin: auto;
    right: 0;
    height: 1px;
    border-bottom: 2px dashed #42b8f6;
    position: absolute;
    left: -0;
}
.product_line_1:before {
        content: '';
    bottom: 278px;
    width: 1px;
    height: 151px;
    border-left: 2px dashed #42b8f6;
    position: absolute;
    left: -158px;
}
.product_line_2:before {
    content: '';
    top: 96px;
    width: 1px;
    height: 396px;
    border-left: 2px dashed #42b8f6;
    position: absolute;
    right: -160px;
}
.product_line_3:before {
    content: '';
    top: 96px;
    width: 1px;
    height: 396px;
    border-left: 2px dashed #42b8f6;
    position: absolute;
        left: -157px;
}
.pro_circle {
    width: 170px;
    height: 170px;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    z-index: 1;
	overflow:hidden;
}
.pro_circle_1 {
    border: #65cfdc solid 15px;
}
.pro_circle_2 {
    border: #30b1eb solid 15px;
}
.pro_circle_3 {
    border: #065381 solid 15px;
}
.pro_circle_4 {
    border: #8b103e solid 15px;
}
.pro_circle_5 {
    border: #e34858 solid 15px;
}
.pro_circle_6 {
    border: #fe912a solid 15px;
}
.pro_circle_7 {
    border: #ffca5a solid 15px;
}
.pro_circle_8 {
    border: #95bc11 solid 15px;
}
.pro_circle_9 {
    border: #65cfdc solid 15px;
}
.pro_circle_10 {
    border: #65cfdc solid 15px;
}
.pro_circle_11 {
    border: #65cfdc solid 15px;
}
.pro_circle img {
    margin-top: 0px;
	    width: 170px;
    height: 170px;
}
.product_inner_box .pro_title {
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 10px auto 0;
	background:#92a316;
	color:#fff;
	border-radius: 30px;
    line-height: 43px;
    font-size: 20px;
}
.product_inner_box .pro_desc {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 10px auto;
    height: 125px;
}
.product_inner_box .pro_desc p a
{
	color:#fa7902;
}




@media (max-width: 1199px) and (min-width: 992px){
.container {
    width: 970px;
    padding-left: 15px;
    padding-right: 15px;
}
.product_page h2 {
    font-size: 18px;
}
.product_page h2 span:after {

    left: 103px;

}
}
@media (max-width: 991px) and (min-width: 768px){
.container {
    width: 750px;
    padding-left: 15px;
    padding-right: 15px;
}
}
@media (max-width: 767px){
.container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.product_page h2:after{
	display:none;
}
.product_page h2 span:after{
	display:none;
}
}