/*
 html {
	filter: grayscale(100%);
        -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        -webkit-filter: grayscale(1);
}
*/

@media (min-width: 1920px)
.container {
    width: 1900px;
}

@media (min-width: 1650px)
.container {
    width: 1600px;
}

@media (min-width: 1440px)
.container {
    width: 1400px;
}

.sp-image-sanyuan-right {
    background-color: #C6DFF5;
    margin-left: -15px;
}
.sp-image-sanyuan-left {
    background-color: #C31D1F;
    margin-right: -15px;
}
.slide_thumb_wrap {
    display: none;
}

#sp-bottom {
    background-color: white;
    padding: 0px 0px;
}
.sp-bottom-footer {
    padding: 0px 0;
    background-color: #3A0000;
    color: #3A0000;
//    background-color: #323232;
//    color: #323232;
    position: relative;
    font-size: 14px;
}
.president-sign-img {
    width: 120px;
    float: right;
    margin-top: -180px;
}

.routine-report-font {
    color: #000;
    font-size: 15px;
    font-style: normal
    text-transform: none;
}

.btn.btn-sm {
    line-height: 20px;
    padding: 0 15px;
}

.TzHeadingTitle {
    text-align: center;
}

.page-heading {
    text-align: center;
}

h2, .h2 {
    font-size: 24px;
}

.item-image {
    margin-right: 10px;
}

.latestnews a, .mostread a {
    color: black;
    border-bottom:dotted 1px #000;
}

.latestnews small{
    color: grey;
    margin-left: 10px;
}
.latestnews a:hover, .mostread a:hover {
        color: red;
}

.sanyuan_campaign_list ul {
    list-style-type: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}


.sanyuan_campaign_list li:before {
  content: "• ";
}
.yendif-thumbnail .yendif-image:hover{
        -webkit-transform: scale(1.2) rotate(0deg);
        -moz-transform: scale(1.2) rotate(0deg);
        -ms-transform: scale(1.2) rotate(0deg);
        -o-transform: scale(1.2) rotate(0deg);
        transform: scale(1.2) rotate(0deg);
} 
.yendif-thumbnail .yendif-image {
        -webkit-transform: scale(1) rotate(0deg);
        -moz-transform: scale(1) rotate(0deg);
        -ms-transform: scale(1) rotate(0deg);
        -o-transform: scale(1) rotate(0deg);
        transform: scale(1) rotate(0deg);
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -ms-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
}
.thumbnail{
        overflow: hidden;
        position: relative;
        z-index: 1;
}


.yendif-video-share {
    color: black;
    background-color: #454545
}

.yendif-thumbnail .yendif-play-icon {
    position: absolute;
    width: 64px; 
    height: 64px; 
    margin: -32px 0px 0px -32px;
    padding: 0px;
    top: 50%;
    left: 50%;
    z-index: 2;
}

.yf-ptitle {
   display:none;
}

.yendifplayer .yf-playlist .yf-pimage {
    float: left;
    position: relative;
    background-color: #010101;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 120px;
    height: 75px;
    margin: 7px 0px 7px 7px;
}

#placemarkContent h1 {
    font-size: 12px;
}

#placemarkContent1 h1 {
    font-size: 12px;
}


#footmenu li {
	padding: 5px 5px;
	display: inline-block;
	white-space:nowrap;
	text-align: center;
}
#footmenu {
	text-align: center;
	margin: 0px 0px 0px 0px;
}
/*
.weixin_section .show_weixin .sppb-addon-content {
   background-image: url('/images/2016/08/17/icon_weix.jpg');
   height: 253px;
   width: 106px;
   z-index: 0;
}

.weixin_section .show_weixin .sppb-addon-content:hover {
   background-image: url('/images/sanyuan-weixin.png');
   height: 258px;
   width: 258px;
   z-index: 100;
}

*/



#weixinqr{
    position:absolute;
    border:1px solid #ccc;
    background:#333;
    padding:5px;
    display:none;
    color:#fff;
}

#weixinqr img{border:none;}



.sp-simpleportfolio .sp-simpleportfolio-columns-4 .sp-simpleportfolio-title {
	font-size: 22px;
}

#tz_append {
	display: none;
}


.item-page .item-image {
	width: 500px;
}

//for materialdesignicons.com  https://materialdesignicons.com/bootstrap
//detail https://cdn.materialdesignicons.com/1.7.22/

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


i.mdi::before,
span.mdi::before,
button.mdi::before {
    font-size: 24px;
    line-height: 13px;
}
.btn.mdi::before,
.btn .mdi::before {
    position: relative;
    top: 4px;
}
.btn-xs.mdi::before,
.btn-xs .mdi::before {
    font-size: 18px;
    top: 3px;
}
.btn-sm.mdi::before,
.btn-sm .mdi::before {
    font-size: 18px;
    top: 3px;
}
.dropdown-menu .mdi {
    width: 18px;
}
.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
    left: -8px;
}
.nav .mdi::before {
    position: relative;
    top: 4px;
}
.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}
.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}
.breadcrumb a:hover {
    text-decoration: none;
}
.breadcrumb a:hover span {
    text-decoration: underline;
}
.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}
.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}
.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px
}


.container-logo img{
    display: none;
}

.sanyuan_news_title {
    margin-bottom: 5px;
}
.sanyuan_news_title_2 {
    margin-left: 10px;
    margin-bottom: 5px;
}
.sanyuan_huodong_title {
    margin-top: 15px;
    margin-bottom: 5px;
}

.sanyuan_honor_title h3 {
    font-family: arial, "Microsoft Yahei", 微软雅黑;
    text-align: left;
}

.sy_product_detail_introtext {
    padding-top: 160px;

}

.article_body {
	max-width:1024px;
	margin:auto;
}
