﻿/* 通用默认样式-------------------------------------- */

A:link {
    /*font-family: Arial, Helvetica, sans-serif, '宋体';*/
    /*font-size: 12px;*/
    color: #333333;
    text-decoration: none;
}

A:visited {
    /*font-family: Arial, Helvetica, sans-serif, '宋体';*/
    /*font-size: 12px;*/
    color: #333333;
    text-decoration: none;
}

A:hover {
    /*font-family: Arial, Helvetica, sans-serif, '宋体';*/
    /*font-size: 12px;*/
    color: #d0121c;
    text-decoration: none;
}

A:active {
    /*font-family: Arial, Helvetica, sans-serif, '宋体';*/
    /*font-size: 12px;*/
    color: #d0121c;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    border: 0px;
}

body, ol, ul, li, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0
}

.clear {
    clear: both;
}








.main {
    width: 100%;
    min-width: 1200px;
    float: left;
    padding-top: 50px;
    /*margin-top: -50px;*/
    /*padding-bottom: 30px;*/
    /*background: #fafafb;*/
}

.main .mainibox {
    width: 1200px;
    margin: 0px auto;
}

.main_left {
    width: 230px;
    margin-bottom: 50px;
    float: left;
    padding-bottom: 20px;
    border: 1px solid #ededed;
    background-color: #f9f9f9;
}

.m_l_title {
    background: #3f97d3;
    display: block;
    padding: 18px 0;
    color: #fff;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    border-bottom: 1px #fff solid;
}

.m_l_title p {
    font-size: 24px;
    font-family: 黑体;
    line-height: 34px;
}

.m_l_ul {
    width: 225px;
    overflow: hidden;
    float: left;
    padding-left: 8px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.m_l_ul li {
    width: 200px;
    padding-left: 18px;
    float: left;
    border: 1px solid #ffffff;
    border-left: 3px solid #3f97d3;
    background-color: #ffffff;
    margin-top: 10px;
    height: 36px;
    line-height: 36px;
}
.m_l_ul li:hover {
    /*border: 1px solid #d0121c;*/
    border-left: 3px solid #3f97d3;
    box-shadow: 0 0 5px #3f97d3;
    border-radius: 5px;
}
.m_l_ul li.active {
    /*border: 1px solid #d0121c;*/
    border-left: 3px solid #d0121c;
    box-shadow: 0 0 5px #d0121c;
    border-radius: 5px;
}
.m_l_ul li a {
    display: block;
    color: #000;
    font-size: 15px;
    font-family: "Noto Sans SC" !important;
}

.m_l_ul li a:hover {
    color: #3f97d3;
}
.m_l_ul li.active a {
    color: #d0121c;
}
.choice{
    border: 1px solid #d0121c;
    border-left: 3px solid #d0121c;
}
.choices{
    color: #d0121c;
}




.lefttel {
    padding-top: 10px;
    padding-left: 24px;
    float: left;
}
.com_left_tit {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: bold;
    background: #3f97d3;
    color: #fff;
    padding: 18px 0;
    text-align: center;
    float: left;
}
.contact_con {
    /*padding: 15px 10px 20px 15px;*/
    line-height: 30px;
    background-color: #f9f9f9;
    color: #666;
    font-size: 16px;
    text-align: center;
}
.contact_con b {
    font-size: 20px;
    color: #d0121c;
    font-weight: normal;
}




.main_right {
    width: 920px;
    float: right;
}

.m_r_title {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgb(238, 238, 238);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}

.m_r_title_l {
    /*width: 56%;
    float: left;
    text-align: left;
    line-height: 40px;
    background: url(../images/in_news_t_ioc.jpg) left no-repeat;
    padding-left: 20px;
    font-size: 20px;
    font-family: '微软雅黑';
    color: #000;*/
    float: left;
    width: 26.087%;
    overflow: hidden;
    border-left: 4px solid  #3f97d3;
    color:  #3f97d3;
    font-family: "Noto Sans SC";
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding-left: 15px;
    font-weight: bold;
}

.m_r_title_r {
    /*width: 40%;
    float: right;
    text-align: right;
    line-height: 20px;
    padding-top: 13px;*/

    float: right;
    background: url(../images/icon_home.jpg) no-repeat left 7px;
    padding-left: 20px;
}
.m_r_title_r a {
    height: 30px;
    line-height: 26px;
    color: #666;
    text-decoration: none;
    font-family: "Noto Sans SC",Arial;
    font-weight: normal;
    margin: 0 5px;
    font-size: 14px;
}
.m_r_title_r:before {
    content: "您当前的位置:";
    font-size: 14px;
    color: #666;
    font-family: "Noto Sans SC";
}
.main_right_con{
    width: 920px;
    padding-top: 15px;
    float: left;
    overflow: hidden;
    margin-bottom: 80px;
}
.main_content {
    padding: 0 20px;
    margin: 10px 0;
    margin-bottom: 80px;
    padding-top: 15px;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 8px #ccc;
}
.main_content img{
    width: 100%;
    height: 100%;
}
.main_right_con img{
    width: 100%;
    height: 100%;
}

.newsul {
    width: 920px;
    float: left;
    float: left;
}

.newsul li {
    width: 905px;
    float: left;
    background: url(../images/in_news_li_ioc.jpg) 1px 18px no-repeat;
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
}

.newsul li span {
    float: right;
}

.newsview {
    width: 920px;
    float: left;
    padding-top: 10px;
}

.newsview_title {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    font-family: '微软雅黑';
    color: #000;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
}

.newsview_title p {
    font-size: 12px;
    color: #666;
    line-height: 30px;
}

.newsview_con {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.product {
    width: 920px;
    float: left;
    padding-top: 5px;
}

.product li {
    width: 230px;
    float: left;
    padding-right: 18px;
    padding-top: 5px;
    text-align: center;
    line-height: 30px;
}
.product li a{
    font-size: 14px;
}

.product li p {
    width: 100%;
    /*height: 170px;*/
    border: 1px solid #CCC;
    padding: 1px;
}

.product li p img {
    width: 100%;
    height: 208px;
    border: 0px;
}

/*在线留言*/
.yy_banner {text-align: center;margin-top: 50px;}
.yy_banner h2 {color: #252525;font-weight: bold;font-size: 24px;line-height: 50px;}
.contact-right-w3layouts {width: 60%;margin: 0 auto;}
textarea {outline: none;resize: none;height: 100px;}
.contact-right-w3layouts input[type="text"], .contact-right-w3layouts input[type="email"], textarea {font-size: 13px;background: rgba(251, 251, 252, 0.11);border: none;outline: none;padding: 10px;width: 100%;margin-bottom: 15px;border-bottom: 1px solid #38383a;color: #000;}
.contact-right-w3layouts input[type="submit"] {margin:0 auto;display:block;background: #d0121c;color: #fff;padding: 8px 45px;font-size: 15px;text-transform: capitalize;border: none;outline: none;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.contact-right-w3layouts input[type="submit"]:hover{background: #f8b239;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
h5.title-w3 {font-size: 23px;color: #0177b5;letter-spacing: 2px;margin: 0;font-weight: 600;font-family: 'Roboto', sans-serif;}
p.head-w3-agileits {font-size: 14px;letter-spacing: 0.8px;line-height: 25px;margin: 20px 0;text-align: center;}
/*在线留言 end*/