@charset "utf-8";
/* CSS Document */

div {
    /*margin: 0 auto*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

* {
    font-family: 微软雅黑, iconfont !important;
}

body {
    font: 14px 微软雅黑, SimHei, SimSun, Verdana, Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
    color: #222
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

s ol, ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
}


sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {

}

table {
    border-collapse: collapse;
    border-spacing: 0
}


.w1280 {
    width: 1280px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.index_t {
    text-align: center;
    line-height: 35px;
    padding: 10px 0 30px 0;
}

.index_t div {
    font-size: 35px;
    color: #cccccc;
}

.index_t h2 {
    font-size: 30px;
    color: #333333;
}
/*neiyexiugai*/
.mianbaoxie {
    font-size: 14px;
    line-height: 45px;
    margin-bottom: 30px;
    background: #f4f4f4;
}
.mianbaoxie .warpper {
    padding-left: 20px;
    position: relative;
}
.warpper {
    width: 1280px;
    margin: 0 auto;
}
.mianbaoxie .warpper:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4px;
    height: 14px;
    background: #003b94;
}
.pro-type {
    margin-bottom: 40px;
    text-align: center;
}
.pro-type a {
    display: inline-block;
    line-height: 45px;
    font-size: 16px;
    color: #1b1b1b;
    background: #eeeeee;
    padding: 0 22px;
    border-radius: 30px;
    margin-right: 16px;
}
.in-company-left {
    width: 800px;
}
.in-company-left .fir {
    font-size: 24px;
    color: #1b1b1b;
    font-weight: 700;
}
.line_1 {
    width: 32px;
    height: 3px;
    background: #29364b;
    margin-top: 12px;
}
.des {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    text-align: justify;
    margin: 19px 0 0 0;
}
.in-company .in-company-right {
    width: 423px;
}
.in-company-right img {
    max-width: 100%;
}
.pcon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pcon .pcon-list {
    width: 48%;
    padding: 25px;
    background: #f7f7f7;
    box-sizing: border-box;
}
.mobile_1 {
    margin-bottom: 25px;
    background: url(../img/c-phone.png) no-repeat left center;
}
.pcon-list-item {
    padding-left: 55px;
}
.fir {
    font-size: 20px;
    color: #333;
}
.sec {
    font-size: 14px;
    color: #666;
}
.address {
    background: url(../img/c-address.png) no-repeat left center;
}
.imgbox {
    float: left;
    width: 130px;
}
.imgbox img {
    width: 100%;
}
.text_11 {
    float: left;
    margin-left: 20px;
    margin-top: 38px;
}
.pro-type a:hover {
    background: #29364b;
    color: #fff;
}
.sort_news_right {
    text-align: center;
}
.news-inner-top-list {
    float: left;
    width: 410px;
    margin-right: 24px;
    margin-bottom: 10px;
}
.news-inner-top-list:nth-child(3n) {
    margin-right: 0;
}
.imgbox_2 {
    width: 100%;
    height: 240px;
    overflow: hidden;
    position: relative;
}
.pic-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.time1_1 {
    position: absolute;
    top: 0;
    left: 30px;
    width: 80px;
    padding: 10px 0;
    color: #fff;
    background: #fb7d18;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.news-inner-top-list:hover .imgbox_2 .time1_1 {
    top: 5px;
    box-shadow: 0px 0px 5px #333;
}
.time1_1 span {
    display: block;
    color: #fff;
}
.time1_1 span:nth-child(1) {
    font-size: 25px;
    font-weight: 700;
}
.time1_1 span:nth-child(2) {
    font-size: 14px;
}
.text_2 {
    padding: 20px 15px;
    border: 1px solid #eee;
    text-align: left;
}
.title_2 {
    font-size: 18px;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: left;
}
.des_2 {
    color: #666;
    font-size: 14px;
    line-height: 21px;
    text-align: left;
    margin-top: 5px;
}
.news-inner-top-list:hover .text_2 .title_2 {
    color: #29364b;
}
.news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.h31 {
    font-size: 18px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.bb {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail {
    padding: 0 12px 20px;
    font-size: 15px;
    line-height: 30px;
}
.newsPage {
    font-size: 14px;
    color: #323232;
    line-height: 30px;
    margin: 15px 0 0;
    border-top: 1px solid #ededed;
    padding-top: 10px;
    position: relative;
}
.newsPage a {
    color: #323232;
}
.img_3 {
    border: 1px solid #ddd;
    padding: 5px;
}

.img_3 img {
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
}
/*新增liuyan*/
.lxcon-form {
    margin-top: 20px;
    background: #f7f7f7;
    padding: 25px;
}
.lxcon-form .inputbox input {
    float: left;
    width: 46%;
    line-height: 40px;
    border: 1px solid #eee;
    padding: 0 20px;
    color: #888;
    font-size: 14px;
    outline: none;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.lxcon-form .inputbox input:nth-child(2n) {
    margin-right: 0;
}
.lxcon-form .submit {
    margin: 15px auto 0;
    display: block;
    width: 438px;
    border-radius: 5px;
    height: 42px;
    line-height: 42px;
    background: linear-gradient(to right,#4E007C,#B70084);
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    cursor: pointer;
}

/*新增*/
.index_custom {
    margin: 30px auto 0;
}
.inner {
    width: 1200px;
    height: auto;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.inner1 {
    width: 1280px;
    height: auto;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.index_stock_en {
    font-size: 16px;
    color: #041431;
    text-align: center;
    line-height: 25px;
    display: block;
    font-family: Arial !important;
    text-transform: uppercase;
}
.index_stock_zh {
    font-size: 32px;
    color: #b00519;
    line-height: 48px;
    text-align: center;
    display: block;
}
.index_custom_section {
    margin-top: 30px;
}
.index_custom_left {
    width: 514px;
    float: left;
}
.index_custom_box {
    position: relative;
    margin-bottom: 15px;
}
.index_custom_photo {
    overflow: hidden;
	background: rgba(0,0,0,0.5);
	height: 241px;
}
.index_custom_photo1 {
    overflow: hidden;
	background: rgba(0,0,0,0.5);
	    height: 556px;
}
.index_custom_photo2 {
    overflow: hidden;
	background: rgba(0,0,0,0.5);
	height: 300px;
}
.index_custom_box img {
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.index_custom_box:hover img {
	transform:scale(1.2);
}
.index_custom_info {
    position: absolute;
    bottom: 40px;
    left: 40px;
}
.index_custom_text {
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
	margin-bottom: 15px;
	display: block;
}
.index_custom_en {
    font-size: 18px;
    color: #ffffff;
	line-height: 18px;
	display: block;
	text-transform: uppercase;
}
.index_custom_right {
    float: right;
    width: 671px;
}
.index_custom_kuai {
    width: 278px;
    background: #b71a2c;
    padding: 87px 25px 35px 25px;
    float: left;
    height: 60px;    margin-top: 15px;
}
.index_custom_kuai1 {
    width: 278px;
    background: #3a3c3e;
    padding: 87px 25px 35px 25px;
    float: right;
    height: 60px;
}
a.erp {
    float: left;
    position: relative;
    overflow: hidden;
    height: 359px;
    width: 328px;
}
.index_custom_info1 {
    position: absolute;
    top: 40px;
    left: 40px;
}
a.erp:nth-child(2) {
    margin-right: 0;
}
.index_custom_en1 {
    font-size: 18px;
    line-height: 18px;
	color: #ffffff;
	display: block;
	text-transform: uppercase;
}
.index_custom_title {
    font-size: 24px;
    line-height: 24px;
    color: #ffffff;
    margin-bottom: 15px;
    display: block;
}
.index_custom_kuai_box {
    float: left;
}
.titlebox1 {
    text-align: center;
    position: relative;
    margin: 15px 0 0;
}
.titlebox span {
    color: #b71a2c;
    font-size: 34px;
    display: block;
    line-height: 72px;
    transition: all 0.2s ease 0s;
}
.titlebox1 p {
    font-size: 18px;
    padding-top: 0;
    color: #000;
    line-height: 32px;
}
.titlebox em {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 10px;
}
.titlebox1 em {
    border-bottom: 1px solid #b71a2c;
    border-top: medium none;
}
.liucheng_ziliao {
    background-color: #efefef;
    overflow: hidden;
    padding: 40px 80px;
    margin: 30px 0 0;
}
.wrap11 {
    margin: 0 auto;
    width: 1200px;
}
.liucheng_ziliao h2 {
    text-align: center;
    margin: 0 auto;
    color: #333;
    font-size: 30px;
    padding-bottom: 30px;
}
.lc_list .lc_li {
    width: 20%;
    float: left;
    margin: 0 auto;
    text-align: center;
}
.lc_list .lc_li span {
    display: block;
    color: #333;
    font-size: 18px;
    padding-top: 20px;
}
.zc_lclist {
    float: left;
    width: 1200px;
    margin: 30px auto 0;
}
.zc_lclist li {
    float: left;
    width: 220px;
    margin: 0 25px 0 0;
    height: 250px;
    text-align: center;
    border-radius: 20px;
}
.liucheng1 {
    background: #e60012;
}
.title41 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    margin: 32px 0 0;
}
.line2 {
    height: 16px;
    display: block;
    margin: 0 auto;
    width: 20px;
    border-bottom: 1px solid #fff;
}
.detail11 {
    font-size: 15px;
    line-height: 28px;
    margin: 12px 0 34px;
    color: #fff;
}
.liucheng1 .moree {
    color: #FF222B;
}
.liucheng2 {
    background: #00a89a;
}
.liucheng3 {
    background: #dd2239;
}
.liucheng4 {
    background: #0054df;
}
.liucheng5 {
    background: #5f5f5f;
    margin-right: 0 !important;
}
.moree {
    display: block;
    margin: 0 auto;
    width: 130px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    background: url(../img/more.png) no-repeat;
}
.jizhang {
    width: 1200px;
    margin: 0 auto;
}

.jzliucheng1 {
    display: inline-block;
    width: 396px;
}

.jzliucheng {
    margin: 30px auto 0;
    text-align: center;
}

h2.jzname {
    font-weight: bold;
    font-size: 20px;
    margin: 18px 0;
}

.jzname1 {
    font-size: 15px;
}
.comap {
    height: 664px;
    background: url(../img/9675a_1343x683.png) center no-repeat;
}
.wid {
    width: 1200px;
    margin: 0 auto;
}
.comap .text {
    float: left;
    margin-top: 100px;
    width: 580px;
}
.comap .text h2 {
    font-size: 38px;
    color: #b71a2c;
    font-weight: bold;
}
.comap1 {
    font-size: 25px;
    color: #595453;
    margin-top: 10px;
}
.gsjianjie{
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
}
.index-bann .text ul {
    display: flex;
}
.index-bann .text ul li:nth-of-type(1) {
    margin-left: 0;
}
.index-bann .text ul li {
    margin-left: 174px;
}
.index-bann .text ul li h2 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #333;
}
.index-bann .text ul li p {
    float: left;
    width: 100%;
    margin-top: 6px;
}
.index-bann .text ul li p var {
    float: left;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    border: 1px solid #d3d3d3;
    background: #fff;
    text-align: center;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
}
.index-bann .text ul li p span {
    float: left;
    margin-left: 15px;
    font-size: 18px;
    line-height: 28px;
}
.index-bann{
    background: #efefef;
    padding: 40px 0;
}
.width1200{
    width: 1200px;
    margin:0 auto;
}
.index-bann .text {
    width: 720px;
}
.erpimg {
    margin-top: 30px;
}
/*资讯*/
.xwzixun {
    margin: 30px auto;
}
.new_conter {
    float: left;
    margin-right: 45px;
    width: 370px;
}
.new_conter .new_title {
    width: 100%;
    height: 42px;
}
.new_title h3 {
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 42px;
}
.new_title a {
    float: right;
    font-size: 13px;
    color: #333;
    line-height: 46px;
}
.new_conter .new_top .top_img img {
    width: 370px;
    height: 218px;
}
.new_top h3 {
    float: left;
    margin-top: 10px;
    width: 100%;
    font-size: 16px;
    color: #333;
}
.new_top span {
    float: left;
    margin-top: 4px;
    width: 100%;
}
.new_top span i {
    float: left;
    width: 40px;
    height: 2px;
    background: #af1e28;
}
.new_ul {
    float: left;
    margin-top: 10px;
    width: 100%;
}
.new_ul li {
    float: left;
    width: 100%;
}
.new_ul li i {
    float: left;
    margin: 12px 5px 0 0;
    width: 12px;
    height: 12px;
    background: url(../img/jiantou.jpg) no-repeat;
}
.new_ul li a {
    float: left;
    font-size: 14px;
    line-height: 33px;
    color: #333;
}
.new_ul li span {
    float: right;
    line-height: 33px;
    font-size: 13px;
}
.new_conter:nth-child(3) {
    margin-right: 0;
}
.new_list {
    margin-top: 20px;
}
/*底部*/
.f_link {
	width: 1280px;
	margin: 0 auto;
	font: 14px/30px 微软雅黑;
}
.f_link1 {
	width: 1280px;
	margin: 0 auto;
	font: 14px/30px 微软雅黑;
}
.z_footer {
    background: #202020;
    padding: 30px 0px 38px;
    margin-top: 20px;
}
.footer-dl {
    width: 138px;
    color: #fff;
     text-align: center;
}
.fr, .Right {
    float: right;
}
.footer-dl dd {
    margin-bottom: 15px;
}
.z_footer .footer-left {
    width: 1070px;
}
.fl, .Left {
    float: left;
}
.footer-p {
    color: #c7c5c5;
    border-top: #acacac solid 1px;
    margin-top: 20px;
    padding-top: 15px;
}

.dibulianxi {
    color: #c7c5c5;
    line-height: 26px;
}

.footer-span {
    color: #c7c5c5;
    font-size: 22px;
    font-weight: bold;
    margin-top: 12px;
}






.section2 {
    background: url(../img/bg.png) no-repeat top right;
}
.pb {
    padding-bottom: 60px;
}
.neirong {
    width: 70%;
    max-width: 1280px;
    margin: 0 auto;
}

.lulantaojs {
    padding-top: 50px;
}

.lulantaojs h2 {
    font-size: 35px;
    font-weight: bold;
    color: #484646;
}
.ysjs1 {
    margin: 15px 0 0;
    line-height: 35px;
    font-size: 16px;
}
.ysimg1 {
    margin: 15px auto;
    text-align: center;
}
.xiangmu h2 {
    font-size: 35px;
}

.xiangmu h2 span {
    font-size: 22px;
    padding-left: 15px;
}

.xiangmu {
    width: 41.666%;
    padding-top: 50px;
}

.over1 a:hover {
    background: linear-gradient(to right,#801A87,#C15B9B);
}
.over1 a {
    display: block;
    background: #fff;
    width: 150px;
    height: 150px;
    float: left;
    margin: 0 30px 30px 0;
    box-shadow: 0 0 10px 5px rgba(60,60,60,0.18);
}
.over1 a img:nth-child(1) {
    display: none;
}
.over1 a img {
    display: block;
    margin: 0 auto;
    width: 65%;
}
.over1 a:hover img:nth-child(1){display:block}
.over1 a:hover img:nth-child(2){display:none}

.over1 {
    margin-top: 70px;
}

.over1 a:nth-child(3n) {
    margin-right: 0;
}
.mlanli h3 {
    font-size: 35px;
    color: #333;
    text-align: center;
    line-height: 1.2;
    margin: 30px auto;
}
.mlanli h3 strong {
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin: 12px auto;
    text-transform: uppercase;
}
.mlanli h3 i {
    display: block;
    width: 100px;
    height: 2px;
    background: #8F82BC;
    margin: 0 auto;
}
.mlanli {
    width: 70%;
    max-width: 1280px;
    margin: 0 auto 35px;
}

.teaching {
    overflow: hidden;
    background: #f4f5f9;
}

.comwrap {
    position: relative;
    margin: 0 auto;
    width: 1280px;
}
.teaching .item .imgwr {
    float: left;
    position: relative;
    width: 50%;
}
.teaching .item .img {
    display: block;
    float: right;
}
.teaching .item .conwr {
    float: right;
    padding-top: 80px;
    width: 47%;
}
.d-ib {
    display: inline-block;
    vertical-align: middle;
}
.teaching .conwr .txt {
    margin-left: 20px;
    font-size: 35px;
    font-weight: bold;
}

.teaching .conwr .con {
    margin-top: 3em;
    font-size: 16px;
    line-height: 2.5;
    color: #333;
}

.xmdocbox {
    width: 251px;
    height: 313px;
    float: right;
}
.xmdocbox img {
    width: 249px;
    height: 311px;
    padding: 1px;
    border: 1px solid #dadada;
}
.xmbox {
    width: 1000px;
    height: 314px;
    float: left;
}
.xmbox h4 {
    font-size: 20px;
    text-align: center;
    line-height: 45px;
}
.xmbox h4 a {
    color: #333;
}
.xmbox p {
    display: block;
    width: 100%;
    font-size: 15px;
    border-bottom: 1px solid #f5f5f5;
    height: 70px;
    text-align: left;
    color: #333;
    line-height: 26px;
}
.xmbox ul {
    width: 100%;
    padding: 15px 0;
}
.xmbox ul li {
    width: 49%;
    padding-left: 10px;
    font-size: 15px;
    line-height: 32px;
    float: left;
    color: #333;
    background: url(../img/listicon.gif) left no-repeat;
    overflow: hidden;
}
.xmbox ul li a {
    color: #333;
}
.xmbox span {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    background: #f4f5f9;
    font-size: 15px;
}

.btn {
    display: block;
    width: 115px;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    transition: all 300ms linear;
    -moz-transiton: all 300ms linear;
    -webket-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    background: linear-gradient(to right,#4E007C,#B70084);
    margin: 30px auto 0;
}
.btn:hover{
    color:#fff;
}

.footer__chat {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
    padding: 25px 0;
}
.footer__chat>.am-fl {
    border-right: 2px #cecece solid;
}
.footer__chat>.am-fl, .footer__chat>.am-fr {
    width: 49%;
    text-align: center;
}
.am-fr {
    float: right;
    margin-top: 35px;
}
.am-fl {
    float: left;
}
.footer__chat>.am-fr>p {
    font-size: 18px;
    font-weight: 600;
}
.footer__chat>.am-fr>span {
    font-size: 36px;
    font-weight: 600;
    color: #62027e;
}
.footer__chat>.am-fl img {
    width: 130px;
    height: 130px;
}
div#dituContentl {
    height: 380px;
}

#marquee {
    overflow: hidden;
    margin: 40px auto 0;
    height: 275px;
}
#marquee ul li{
    float: left;
    width: 280px;
    border: 1px solid #dddd;
    margin: 0 15px 0 0;
}
#marquee ul li img {
        max-width: 100%;
        height: 220px;
        margin: 0 auto;
        display: block;
    }
#marquee ul li h4 {
        text-align: center;
        font-size: 16px;
        padding: 15px 0;
    }





.index_slip1 {
    width: 100%;
    height: 200px;
    background: url(../img/ixbannerbg.png) no-repeat center center;
}
.index_slip1 .w1200 {
    height: 200px;
}
.index_slip1 .img {
    width: 244px;
    height: 202px;
    display: block;
    position: absolute;
    left: 140px;
    bottom: 0;
}
.index_slip1 .img img {
    width: 100%;
    height: 100%;
    display: block;
}
.index_slip1 .slip_tit {
    padding-left: 570px;
    width: 735px;
}
.index_slip1 .slip_tit .tit1 {
    padding-top: 20px;
    font-size: 32px;
    line-height: 50px;
    color: #fff;
}
.index_slip1 .slip_tit .tit1 b {
    color: #ec0201;
}
.index_slip1 .slip_tit .tit2 {
    margin-top: 15px;
    font-size: 36px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
}
.index_slip1 .slip_tit .tit3 {
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
}
.index_slip1 .slip_tit .tit3 b {
    font-size: 28px;
    font-weight: bold;
}
.por {
    position: relative;
}
#floor_3_main .in_title3 {
    position: relative;
    width: 100%;
    height: 130px;
}
#floor_3_main .in_title3 .bg {
    width: 1200px;
    height: 60px;
    margin-top: 50px;
    border: 3px solid #d9d9d9;
    box-sizing: border-box;
}
#floor_3_main .in_title3 p {
    position: absolute;
    width: 845px;
    top: -14px;
    left: 125px;
    height: 50px;
}
#floor_3_main .in_title3 .p1 {
    color: #413F40;
    font-size: 24px;
    padding: 0 5px;
    background-color: #FFFFFF;
}
#floor_3_main .in_title3 .p3 {
    position: absolute;
    font-size: 40px;
    color: #0e87db;
    line-height: 1.0;
    height: 58px;
    width: 700px;
    font-weight: bold;
    display: block;
    top: 29px;
    left: 35px;
    text-align: center;
    background-color: #FFFFFF;
}
#floor_3_main .proAdvant {
    margin-top: 0;
}
#floor_3_main .proAdvant .list li {
    width: 100%;
    margin-bottom: 20px;
}
#floor_3_main .proAdvant .list li .img {
    width: 530px;
    height: 300px;
    margin-left: 0;
    margin-right: 20px;
}
#floor_3_main .proAdvant .list li .title {
    width: 650px;
}
#floor_3_main .proAdvant .list li .title .shu {
    border-bottom: 1px dashed #b2b2b2;
    padding-bottom: 20px;
    text-align: center;
}
#floor_3_main .proAdvant .list li .title .shu span {
    display: inline-block;
    width: 60px;
    height: 60px;
    background: #0e87db;
    border-radius: 10px;
    color: #fff;
    font-size: 46px;
    line-height: 60px;
}
#floor_3_main .proAdvant .list li .tit {
    font-size: 28px;
    color: #0e87db;
    line-height: 1.5;
    padding-top: 20px;
    font-weight: bold;
    text-align: center;
}
#floor_3_main .proAdvant .list li .cont {
    font-size: 16px;
    color: #666;
    padding-top: 20px;
    text-align: justify;
    line-height: 30px;
}










.markermenu {
    width: 200px;
    clear: left;
}
.markermenu ul li {
    background: #f5f5f5;
    margin-bottom: 12px;
    padding-left: 15px;
}
.markermenu ul li a {
    display: block;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding-left: 5px;
    font-size: 17px;
}
.markermenu ul li a::before {
    float: left;
    width: 10px;
    height: 10px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: block;
    content: "";
    margin: 13px 10px 0 0;
}



.content {
    width: 1200px;
    margin: 0 auto;
}
.content1 {
    position: relative;
    margin-top: 30px;
}
.content1 .box-search {
    width: 1230px;
    background: url(../img/s-bg.jpg) repeat;
    margin: 0px auto;
    padding: 18px 15px;
}
.content1 .box-search .c1-left {
    width: 575px;
    float: left;
    border-right: 1px solid #298adc;
}
.nav-search {
    background: #fff;
    width: 430px;
    float: left;
    margin-left: 50px;
    padding: 25px 15px;
}
.nav-keyword {
    text-align: left;
    font-size: 15px;
}
.nav-keyword span {
    line-height: 26px;
}
.nav-keyword h1 {
    display: -webkit-inline-box;
    font-weight: bold;
}
.content1 .box-search .c1-right {
    width: 575px;
    float: right;
}
.home-contact {
    background: url(../img/tel1.png) no-repeat left center;
    margin-left: 50px;
    padding-left: 80px;
    font-size: 16px;
    color: #FFF;
    line-height: 32px;
    overflow: hidden;
}


.home-about {
    width: 100%;
    background: url(../img/about-bg.jpg) repeat;
    overflow: hidden;
    padding-bottom: 40px;
    padding-top: 20px;
}
.home-about .introduce {
    width: 1230px;
    margin: 35px auto 0px;
    background: #fff;
    padding: 15px 25px;
}
.home-about .introduce img {
    width: 400px;
    height: 250px;
    float: left;
    border: 5px #046fcd solid;
}
.gsjs {
    width: 795px;
    height: 250px;
    line-height: 175%;
    float: right;
    overflow: hidden;
}
.jsbiaoti {
    margin: 0px 0px 10px 0px;
    font-size: 22px;
    font-weight: bold;
    color: #046fcd;
    display: inline-block;
}
.jsbiaoti>a {
    color: #046fcd;
}
.jsnr {
    line-height: 32px;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 20px;
}
a.sylx {
    background: #046fcd;
    color: #fff;
    padding: 10px 15px;
}
.home-news {
    width: 1280px;
    margin: 10px auto;
    overflow: hidden;
}
.home-news .newsleft {
    width: 655px;
    float: left;
    margin-top: 10px;
}
.home-news .newsleft li {
    float: left;
    height: auto;
    margin-top: 30px;
}
.home-news .newsleft li img {
    float: left;
    width: 160px;
    height: 114px;
    border: 3px solid #d0d0d0;
}
.home-news .newsleft li span.ntitle {
    display: block;
    font-size: 16px;
    margin-top: 5px;
    line-height: 28px;
}
.home-news .newsleft li span {
    float: right;
    width: 468px;
    text-align: left;
    margin-top: 5px;
    line-height: 20px;
    overflow: hidden;
}
.home-news .newsleft li a.more {
    width: 100px;
    float: left;
    height: 30px;
    background: #046fcd;
    margin-left: 20px;
    margin-top: 12px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    font-size: 12px;
}
.home-news .newsright {
    width: 575px;
    float: right;
    margin-top: 30px;
}
.home-news .newsright li {
    line-height: 40px;
    border-bottom: 1px dashed #CCC;
    font-size: 15px;
    background: url(../img/point.png) no-repeat left 20px;
    text-indent: 14px;
}
.home-news .newsright li span {
    float: right;
    color: #888;
}

.anlikz {
	width: 1280px;
	margin: 32px auto 0;
}
.marqueeleft {
	width:100%;
	overflow:hidden;
	margin:0px auto;
}
.marqueeleft ul {
	float:left;
}
.marqueeleft li {
	float:left;
	margin: 0 20px 0 0;
	display:inline;
	overflow:hidden;
	width: 250px;
}
.marqueeleft li .pic {
	display:block;
	border:#ccc 1px solid;
	padding:5px;
	overflow:hidden;
	text-align: center;
	position: relative;
}
.marqueeleft li .txt {
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.marqueeleft ul li a img {
	max-width:100%;
	height:200px;
	display: block;
}
.foot {
    width: 100%;
    background: #228300;
    margin-top: 35px;
    padding: 5px 0px 0px 0px;
}
.foot .footmenu {
    width: 1200px;
    line-height: 20px;
    text-align: center;
    margin: 0px auto 10px;
    border-bottom: 1px solid #31960e;
}
.foot .footmenu li {
    display: inline-block;
    line-height: 20px;
    background: none;
    color: #333;
    margin: 30px 10px;
}
.foot .footmenu li a {
    background: #fff;
    color: #666;
    line-height: 20px;
    font-size: 16px;
    padding: 10px 25px;
    border-radius: 3px;
}
.foot .footer {
    width: 1280px;
    margin: 20px auto 30px;
    color: #666;
    overflow: hidden;
}
.foot .footer .f-left {
    width: 288px;
    float: left;
    margin-right: 30px;
    color: #fff;
    line-height: 26px;
}
.foot .footer .f-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 5px;
}
.foot .footer .f-center {
    width: 680px;
    float: left;
}
.foot .footer .f-center li {
    float: left;
    margin-right: 10px;
    line-height: 30px;
}
.foot .footer a {
    color: #fff;
}
.foot .footer .f-right {
    float: right;
    background: #fff;
    padding: 10px;
}
.foot .footer .f-right img {
    width: 130px;
    height: 130px;
    float: left;
}
.bottom {
    background: #333333;
    color: #fff;
    line-height: 30px;
    padding: 10px 0;
}
.fb-frame {
    width: 1280px;
    margin: 0 auto;
}
.foot_record {
    float: left;
    margin-right: 15px;
}
.fen_zhan {
    color: #fff;
}
.fen_zhan a {
    line-height: 30px;
    color: #fff;
    display: inline-block;
}
.xinw {
    margin: 30px auto 0;
}
.indexTitle {
    text-align: center;
    padding: 0 0;
}
.indexTitle .title {
    font-size: 34px;
    color: #333;
}
.indexTitle .subTitle {
    font-size: 16px;
    color: #666;
    margin-top: 6px;
}
.in-process li {
    float: left;
    width: 13.666666%;
}
.in-process li a {
    display: block;
    text-align: center;
}

.in-process li .img-center {
    height: 60px;
    line-height: 60px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.in-process li h4 {
    margin: 15px 0 0;
    font-size: 16px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in-process li p {
    margin: 10px 0 0;
    font-size: 12px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #888;
}

.in-process li a:hover .img-center {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.footlx1 {
    line-height: 30px;
    font-size: 16px;
}
.problem_bg {
    background: url(../img/20200416193850_901301685.jpg)no-repeat center;
    height: 326px;
    margin-top: 40px;
}
.bg {
    width: 100%;
    min-width: 1300px;
}
.page {
    margin: 0 auto;
    width: 1300px;
    overflow: hidden;
}
.top70 {
    padding-top: 60px;
}
.probtt p:nth-child(1) {
    font-size: 30px;
    color: #ff9600;
    font-weight: bold;
    line-height: 45px;
    margin-top: 30px;
}
.probtt p:nth-child(2) {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 20px;
    color: #fff;
    background: #228300;
    border-radius: 30px;
    margin-top: 10px;
}
.top30 {
    padding-top: 30px;
}
.pro_titl {
    height: 221px;
    background: url(../img/20200416194553_476949140.png) no-repeat center;
    padding-left: 36px;
}



/*广告*/
.ggbg img {
    width: 100%;
}

.liuyan {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

/*top*/
.top {
    height: 35px;
    line-height: 35px;
    color: #333;
}

.top a {
    line-height: 35px;
}

/*热门关键词*/
.main-keywords {
    background: #efefef;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.main-keywords h1 {
    width: 1280px;
    margin: 0 auto;
    background: #e6e6e6;
    padding: 0 10px;
}

.main-keywords h1:before {
    content: '热门关键词: ';
}

.product-classifies {
    margin: 20px auto;
    height: 40px;
}

.product-classifies li {
    float: left;
    height: 40px;
    width: 100px;
    margin-right: 10px;
}

.product-classifies li a {
    display: block;
    height: 40px;
    color: #333;
    border: 1px solid #cecece;
    line-height: 40px;
    text-align: center;
}

/*head&nav*/
.head {
   
    background: #7d0000;
}

.head .logo {
    padding-top: 20px;
}

.head .tel {
    padding-top: 16px;
}

.nav {
  
}

.nav .breadcrumbnav {

}

.nav .breadcrumbnav li {
    display: inline-block;
    text-align: right;
        width: 100px;
    line-height: 42px;
    position: relative;
}

.nav .breadcrumbnav li a {
    font-size: 18px;
    color:#fff

}


.nav .breadcrumbnav li:hover a {
    color:#333;
}
.nav .breadcrumbnav .nav_list {
    position: absolute;
    left: 0;
    right: 0;
    top: 88px;
    background: #fff;
    display: none;
    z-index: 9999;
    line-height: 40px;
}

.nav .breadcrumbnav .nav_list a {
    font-size: 16px;
}

.nav .breadcrumbnav li:hover .nav_list {
    display: block;
}
.nav_list li {
    padding: 0 0 !important;
    width: 112px;
    line-height: 40px !important;
}

/*banner*/

.banner {
    width: 100%;
    height: 550px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.banner_img {
    width: 100%;
    height: 550px;
    position: absolute;
    left: 0;
    top: 0;
}

.banner_img li {
    width: 100%;
    height: 550px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    list-style: none;
}

.banner_list {
    height: 50px;
    bottom: 0px;
    position: absolute;
    margin: 0 auto;
    z-index: 1;
    left: 0;
    right: 0;
}

.banner_list span {
    display: block;
    cursor: pointer;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #555;
    float: left;
    margin: 0 5px;
}

.banner_list .spcss {
    border: 3px solid yellowgreen;
}

.banner_left {
    position: absolute;
    height: 90px;
    width: 60px;
    top: 50%;
    left: -60px;
    background-color: rgba(73, 72, 62, 0.6);
    margin-top: -45px;
    text-align: center;
    transition: all .5s;
    z-index: 2;
}

.banner_left:hover {
    background-color: rgba(73, 72, 62, 0.9);
}

.banner_right {
    position: absolute;
    height: 90px;
    width: 60px;
    top: 50%;
    right: -60px;
    background-color: rgba(73, 72, 62, 0.6);
    margin-top: -45px;
    text-align: center;
    transition: all .5s;
    z-index: 2;
}

.banner_right:hover {
    background-color: rgba(73, 72, 62, 0.9);
}

.banner_left img {
    margin-top: 22px;
}

.banner_right img {
    margin-top: 22px;
}

/*about*/
.about_bg {
    padding: 40px 0 20px 0;
}

.about_bg .fl img {
    width: 560px;
}

.about_bg .fr {
    width: 680px;
}

.about_bg .fr h2 {
    font-size: 30px;
    color: #333333;
}

.about_bg .fr div {
    color: #999999;
    font-size: 16px;
    font-weight: lighter;
    padding-bottom: 30px;
}

.about_bg .fr p {
    font-size: 14px;
    font-weight: lighter;
    color: #999999;
    line-height: 35px;
}

/*优势*/
.youshi {
    font-size: 0;
    text-align: center;
    padding: 40px 0;
}

.youshi ul li {
    float: left;
    width: 25%;
}

.youshi ul li h3 {
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    font-weight: bold;
    padding: 20px 0 5px 0;
}

.youshi ul li p {
    font-size: 14px;
    color: #999999;
    font-weight: lighter;
    line-height: 25px;
    padding: 0 60px;
}

/*产品展示*/
.product_bg {

}

.pro_show {
   margin:30px auto 0;
}

.pro_show_n li p {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    display: block;
}

.pro_show_n li {
    width: 285px;
    float: left;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 20px;
}

.pro_show_n li:nth-child(4n) {
    margin-right: 0;
}

.pro_show_n li a {
    overflow: hidden;
    font-size: 16px;
    font-weight: lighter;
    color: #999;
}

.pro_show_n li a.picshow1 {
    width: 262px;
    height: 213px;
    overflow: hidden;
    display: block;
}
.img_1 {
    border: 1px solid #9f9f9f;
    padding: 5px;
}

.pro_show_n li h4:hover {

}
.img_1 img {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
    height: 230px;
}

.pro_show_n li h4 {
    font-size: 16px;
    line-height: 42px;
    color: #333;
}



/*案例*/
.case_bg {
    padding: 60px 0 20px 0;
    font-size: 0;
}

.case_bg .index_t {
    text-align: left;
    padding-top: 0;
}

.case_bg .case_l {
    width: 615px;
}

.case_bg .case_r {
    width: 610px;
}

.case_bg .case_l ul li {
    margin-bottom: 40px;
}

.case_bg .case_l ul li .fl {
    width: 100px;
    -webkit-text-stroke: 1px #b8b8b8;
    color: #fff;
    font-weight: bold;
    font-size: 90px;
    line-height: 90px;
}

.case_bg .case_l ul li .fr {
    width: 460px;
}

.case_bg .case_l ul li .fr h3 {
    font-size: 20px;
    color: #333333;
    padding-bottom: 10px;
}

.case_bg .case_l ul li .fr p {
    font-size: 16px;
    color: #999999;
    line-height: 25px;
    font-weight: lighter;
}

.case_bg .case_r img {
    width: 100%;
}

.case_com {
    background: #39a5ea;
    color: #fff;
    font-size: 20px;
    font-weight: lighter;
    line-height: 35px;
    text-align: center;
    padding: 40px 0;
}


/*新闻*/
.new_bg {
    padding: 40px 0 20px 0;
}

.new_bg ul li {
    float: left;
    width: 410px;
    margin-right: 25px;
}

.new_bg ul li:nth-child(3n) {
    margin-right: 0;
}

.new_bg ul li img {
    width: 100%;
    height: 250px;
}

.new_bg ul li h2 {
    font-size: 20px;
    line-height: 50px;
    color: #333333;
}

.new_bg ul li p {
    font-size: 16px;
    color: #999;
    line-height: 25px;
    font-weight: lighter;
}

.new_bg ul li div {
    font-size: 16px;
    color: #999;
    line-height: 25px;
    font-weight: lighter;
    padding-top: 30px;
}

/*首页留言*/
.index_message {
    background: #39a5ea;
    height: 320px;
    margin-bottom: 220px;
}

.index_message .index_t h2 {
    color: #fff;
}

.index_message .form-group {
    float: left;
    width: 300px;
    margin-bottom: 30px;
    margin-right: 150px;
}

.index_message .form-group:nth-child(3n) {
    margin-right: 0;
}

.index_message form {
    background: #fff;
    padding: 40px;
    box-shadow: 1px 1px 10px #ebebeb;
    margin-bottom: 80px;
}

.index_message p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.index_message span {
    color: red;
    padding-right: 5px;
}

.index_message .form-group input {
    width: 300px;
    line-height: 40px;
    height: 40px;
    background: #eeeeee;
    text-indent: 10px;
}

.index_message .form-group textarea {
    width: 800px;
    background: #eeeeee;
    height: 80px;
    line-height: 25px;
    text-indent: 10px;
}

.index_message .submit {
    float: right !important;
    width: 185px !important;
}

.index_message .submit button {
    background: #39a5ea;
    color: #fff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 45px;
    margin-top: 30px;
}

.index_message .submit div p {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    text-align: right;
    margin-top: 80px;
}


/*footer*/
footer {
    background: #040d12;
    padding: 40px 0;
}

footer .fl {

}

footer h3 {
    font-size: 20px;
    color: #fff;
    font-weight: lighter;
    margin-bottom: 30px;
}

footer .foot_l {
    width: 465px;
}

footer .foot_l div {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
}

footer .foot_l div p {
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}

footer .foot_l .wx {
    position: relative;
    margin-right: 10px;
}

footer .foot_l .wx > img {
    display: none;
    position: absolute;
    width: 150px;
    bottom: 80px;
}

footer .foot_l .wx:hover > img {
    display: block;
}

footer .foot_m {
    width: 575px;
}

footer .foot_m div {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
    padding-right: 200px;
}

footer .foot_r {
    width: 240px;
}

footer .foot_r div ul li a {
    font-size: 16px;
    font-weight: lighter;
    color: #a4a6a7;
    line-height: 30px;
}

/*company*/
.company {
    margin-bottom: 30px;
}

.sort_list {

}

.sort_list .sort_list_l {
    width: 340px;
}

.sort_list .sort_list_l .index_t {
    text-align: right;
    background: url(../img/fenlei.png) no-repeat;
    background-size: 65px;
    background-position: 50px 20px;
}

.sort_list .sort_list_l .index_t div {
    font-size: 32px;
    margin-bottom: 10px;
}

.sort_list .sort_list_l .index_t h2 {
    font-size: 26px;
}

.sort_list .sort_list_l ul {
    background: #efefef;
}

.sort_list .sort_list_l ul li a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
}

.sort_list .sort_list_l ul li:hover a {
    background: #003b94;
    color: #fff;
}

.sort_list_l_phone {
    background: #fc8e11;
    padding: 20px 15px;
}

.sort_list_l_phone .fl {
    width: 58px;
}

.sort_list_l_phone .fr {

}

.sort_list_l_phone div {
    color: #fff;
    font-size: 16px;
}

.sort_list_l_phone p {
    font-weight: bold;
    font-size: 26px;
}

.sort_list_r {
    width: 950px;
    padding-top: 15px;
}

.breadcrumb {
 
}

.breadcrumb li {
    display: inline-block;
}

.breadcrumb li:after {
    content: '>';
}

.breadcrumb li:last-child:after {
    content: '';
}

.breadcrumb li a {
    font-size: 15px;
    color: #666;
}

.page_content {
    font-size: 15px;
    color: #333;
    line-height: 32px;
    box-shadow: 0 5px 30px rgb(0 0 0 / 10%);
    padding: 1% 1%;
}

/*留言*/
.message_form .form_group {
    line-height: 40px;
    margin-bottom: 20px;
    vertical-align: top;
}

.message_form .form_group input {
    line-height: 40px;
    border: 1px solid #999;
    width: 400px;
    border-radius: 5px;
}

.message_form .form_group textarea {
    width: 400px;
    border: 1px solid #999;
    line-height: 30px;
    border-radius: 5px;
}

/*分页*/
.news-inner-top {
    margin-bottom: 20px;
}
.sort_news_right .pagination {
    text-align: center;
}

.sort_news_right .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_news_right .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_news_right .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_news_right .pagination .page-item span {
    font-size: 16px;
}

.sort_product_right .sort_product_list .pagination {
    text-align: center;
}

.sort_product_right .sort_product_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_product_right .sort_product_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_product_right .sort_product_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_product_right .sort_product_list .pagination .page-item span {
    font-size: 16px;
}

.sort_case_right .sort_case_list .pagination {
    text-align: center;
}

.sort_case_right .sort_case_list .pagination .page-item {
    display: inline-block;
    height: 30px;
    width: 30px;
    text-align: center;
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.sort_case_right .sort_case_list .pagination .page-item:first-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_case_right .sort_case_list .pagination .page-item:last-child {
    border: 1px solid #999999;
    border-radius: 50%;
}

.sort_case_right .sort_case_list .pagination .page-item span {
    font-size: 16px;
}

/*上一条-下一条*/
.liu_d {
    margin-top: 40px;
}

.liu_d a {
    padding: 5px 20px;
    line-height: 30px;
    border: 1px solid #eee;
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: lighter;
}

.liu_d a:hover {
    background: #39a5ea;
    color: #fff;
}

/*sort_news*/
.sort_news_list {

}

.sort_news_list .sort_news_left {
    width: 380px;
}

.sort_news_list .sort_news_left .index_t {
    text-align: right;
}

.sort_news_list .sort_news_left .index_t div {
    font-size: 48px;
}

.sort_news_list .sort_news_left .index_t h2 {
    font-size: 30px;
}

.sort_news_list .sort_news_left ul {
    background: #efefef;
}

.sort_news_list .sort_news_left ul li a {
    color: #999999;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
    font-weight: lighter;
}

.sort_news_list .sort_news_left ul li:hover a {
    background: #39a5ea;
    color: #fff;
}

.sort_news_right form {
    margin-bottom: 30px;
}

.sort_news_right .form_shaixuan input {
    opacity: 0;
    position: absolute;
}

.sort_news_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_news_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_news_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_news_right form > input {
    line-height: 40px;
    background: url(../img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_news_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #29364b;
    border-radius: 5px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li {
    float: left;
    margin-right: 25px;
    width: 240px;
    padding: 10px;
    margin: 20px 0;
}

.sort_news_right .sort_news_list .sort_news_list_ul li:nth-child(3n) {
    margin-right: 0;
}

.sort_news_right .sort_news_list .sort_news_list_ul li:hover {
    background: #efefef;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a h2 {
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #bfbfbf;
    font-weight: lighter;
    padding-bottom: 10px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a span {
    font-size: 14px;
    color: #999;
    font-weight: lighter;
    margin-top: 20px;
    display: block;
    margin-bottom: 10px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a p {
    font-size: 14px;
    color: #999;
    font-weight: lighter;
    line-height: 30px;
}

.sort_news_right .sort_news_list .sort_news_list_ul li a div {
    text-align: right;
    color: #333;
    font-weight: lighter;
    margin: 10px 0;
}


/*info_news*/
.info_news_right h2 {
    font-size: 20px;
    color: #333333;
    font-weight: lighter;
    margin-bottom: 20px;
}

.info_news_right span {
    color: #999;
    font-weight: lighter;
}

.info_news_content {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}


/*info_product*/
.info_product_right h2 {
    font-size: 20px;
    color: #333333;
    margin-bottom: 12px;
}

.info_product_right span {
    color: #666;
    font-weight: lighter;
}

.sort_product_list {

}

.sort_product_list .sort_product_left {
    width: 300px;
}

.sort_product_list .sort_product_left .index_t {
    text-align: right;
    background: url(../img/fenlei.png) no-repeat;
    background-size: 65px;
    background-position: 50px 20px;

}

.sort_product_list .sort_product_left .index_t div {
    font-size: 30px;
}

.sort_product_list .sort_product_left .index_t h2 {
    font-size: 30px;
}

.sort_product_list .sort_product_left ul {
    background: #efefef;
}

.sort_product_list .sort_product_left ul li a {
    color: #333;
    font-size: 16px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #e0e0e0;
    display: block;
}

.sort_product_list .sort_product_left ul li:hover a {
    background: #29364b;
    color: #fff;
}

#product_info_img {
    width: 738px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

/*大图片*/
#product_info_img .pic {
    width: 738px;
    height: 430px;
    position: relative;
}

#product_info_img .pic ul li {
    list-style: none;
    width: 738px;
    height: 430px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

#product_info_img .pic ul li.first {
    display: block;
}

#product_info_img .pic ul li img {
    width: 100%;
}

/*按钮*/
#product_info_img .but {
    width: 104px;
    height: 10px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -52px;
}

#product_info_img .but ul li {
    list-style: none;
    width: 10px;
    height: 10px;
    float: left;
    margin: 0 5px;
    background-color: white;
    border-radius: 50%;
}

#product_info_img .but ul li.first {
    background-color: red;
}

/*图片导航*/
#product_info_img .picnav {
    width: 625px;
    height: 86px;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    bottom: -86px;
    left: 50%;
    margin-left: -312px;
}

#product_info_img .picnav ul li {
    list-style: none;
    width: 115px;
    height: 75px;
    float: left;
    margin: 5px;
}

#product_info_img .picnav ul li.first {
    border-bottom: 4px solid red;
}

#product_info_img .picnav ul li img {
    width: 115px;
    height: 70px;
}


/*sort_product*/
.sort_product_right {

}

.sort_product_right form {
    margin-bottom: 30px;
}

.sort_product_right .form_shaixuan input {
    /*opacity: 0;*/
    /*position: absolute;*/
}

.sort_product_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_product_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_product_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_product_right form > input {
    line-height: 40px;
    background: url(../img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_product_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #39a5ea;
    border-radius: 5px;
}

.sort_product_right .sort_product_list .sort_product_list_ul {
    font-size: 0;
    margin-bottom: 20px;
}

.sort_product_right .sort_product_list .sort_product_list_ul li {
    float: left;
    margin-right: 25px;
    width: 301px;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:nth-child(4n) {
    margin-right: 0;
}

.sort_product_right .sort_product_list .sort_product_list_ul li img {
    width: 100%;
}

.sort_product_right .sort_product_list .sort_product_list_ul li h4 {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: center;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:hover {
    background: #ddd;
}

.sort_product_right .sort_product_list .sort_product_list_ul li:hover h4 {
    color: #333;
}


/*sort_case*/
.sort_case_list {

}
.sort_case_right {
    text-align: center;
}
.sort_case_right form {
    margin-bottom: 30px;
}

.sort_case_right .form_shaixuan input {
    opacity: 0;
    position: absolute;
}

.sort_case_right .form_shaixuan {
    margin-bottom: 20px;
}

.sort_case_right .form_shaixuan .active {
    background: #e7e7e7;
    border-radius: 20px;
    color: #000;
}

.sort_case_right .form_shaixuan label {
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}

.sort_case_right form > input {
    line-height: 40px;
    background: url(../img/search-img.png) no-repeat #efefef;
    width: 500px;
    background-size: 30px;
    background-position: 5px 5px;
    padding-left: 40px;
}

.sort_case_right form button {
    margin-left: 20px;
    line-height: 40px;
    width: 100px;
    color: #fff;
    background: #046fcd;
    border-radius: 5px;
}

.sort_case_right .sort_case_list .sort_case_list_ul {
    font-size: 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li {
    float: left;
    margin-right: 25px;
    width: 301px;
}
.img_4 {
    border: 1px solid #ddd;
    padding: 5px;
}
.sort_case_right .sort_case_list .sort_case_list_ul li:nth-child(4n) {
    margin-right: 0;
}

.sort_case_right .sort_case_list .sort_case_list_ul li img {
    max-width: 100%;
    height: 220px;
    margin: 0 auto;
    text-align: center;
}

.sort_case_right .sort_case_list .sort_case_list_ul li h4 {
    font-size: 16px;
    color: #666;
    line-height: 40px;
    text-align: center;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:hover {
    background: #f48a12;
}

.sort_case_right .sort_case_list .sort_case_list_ul li:hover h4 {
    color: #fff;
}

.link_info {
    margin-top: 20px;
}

.link_info li {
    display: inline-block;
    padding: 3px;
    margin: 2px 5px;
}

/*友情链接*/
.blogroll {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #efefef;
}

.blogroll-center {
    width: 1280px;
    margin: 0 auto;
}
