/*==========@@HTML默认 开始@@==========*//*基本*/
*
{
    padding: 0;
    margin: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;
}
body
{
    color: #000;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background: #fff;
}
div
{
    margin: 0;
    padding: 0;
    border: 0;
}
img
{
    margin: 0;
    padding: 0;
    border: 0;
}
p
{
    margin: 0;
}
b, strong
{
    font-weight: bold;
}
table
{
    border-collapse: collapse;
    border-spacing: 0;/* Remove most spacing between table cells.*/
}
li
{
    list-style: none outside none;
}/*链接*/
a
{
    text-decoration: none;
    color: #626262;
    background: transparent;
    outline: none;
}
a:visited
{
    color: #aaa;
}
a:focus
{
    outline: none;
}
a:hover
{
    color: #000;
}
a:active
{
    outline: none;
}/*标题*/
h1
{
    font-size: 1.3em;
    margin: 0;
}
h2
{
    font-size: 1.2em;
    margin: 0;
}
h3
{
    font-size: 1.17em;
    margin: 0;
}
h4
{
    font-size: 1em;
    margin: 0;
}
h5
{
    font-size: .83em;
    margin: 0;
}
h6
{
    font-size: .67em;
    margin: 0;
}/*表单*/
form
{
    margin: 0;
}
button, input, select, textarea
{
    font-size: 100%;
    margin: 3px;
    vertical-align: baseline;
    *vertical-align: middle;
}
button, select
{
    text-transform: none;
}
input
{
    padding: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 99%;
    line-height: normal;
}
textarea
{
    padding: 2px;
    color: #000;
    background-color: #fff;
    width: 99%;
}/*其它*/
blockquote
{
    margin: 1em 40px;
}
dfn
{
    font-style: italic;
}
hr
{
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
code, kbd, pre, samp
{
    font-size: 1em;
}
pre
{
    margin: 1em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
small
{
    font-size: 80%;
}
sub, sup
{
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;/* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}
sup
{
    top: -.5em;
}
sub
{
    bottom: -.25em;
}
dl
{
    margin: 1em 0;
}
dd
{
    margin: 0 0 0 40px;
}/*==========@@HTML默认  结束@@==========*//*==========@@元件 开始@@==========*//*常用颜色*/
.blue
{
    color: #00f!important;
}
.green
{
    color: #0f0!important;
}
.red
{
    color: #f00!important;
}
.black
{
    color: #000!important;
}
.white
{
    color: #fff!important;
}
.gray
{
    color: #808080!important;
}
.purple
{
    color: #800080!important;
}/*浮动*/
.clear
{
    display: block;
    clear: both;
    height: 3px;
    overflow: hidden;
    line-height: 3px;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}/*对齐方式*/
.left
{
    text-align: left;
}
.right
{
    text-align: right;
}
.center
{
    text-align: center;
}/*按钮*/
.btn
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    height: 32px;
    line-height: 32px;
    padding: 0 20px;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    text-indent: 0;
    cursor: pointer;
    border: 1px solid #d4d4d4;
    color: #666;
}/*默认样式*/
.btn
{
    background-color: #7db500;
    color: #fff;
}
.btn:hover
{
    background-color: #6b9c00;
    color: #fff;
}
.btn:active
{
    background: #76a312;
    color: #374f00;
}/*按钮大小*/
.btn-large
{
    font-size: 19px;
    height: 38.4px;
    line-height: 38.4px;
    padding: 0 26px;
}
.btn-small
{
    font-size: 12px;
    height: 25.6px;
    line-height: 25.6px;
    padding: 0 16px;
}
.btn-tiny
{
    font-size: 12px;
    height: 22.4px;
    line-height: 22.4px;
    padding: 0 13px;
}/*块按钮*/
.btn-block
{
    display: block;
}/*表单类*/
.form_text, .form_text:hover, .form_text_verifycode, .form_text_verifycode:hover
{
    border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
    border-width: 1px;
    height: 20px;
    line-height: 20px;
    clip: rect;
    padding: 2px;
    color: #000;
}
.form_text
{
    width: 95%;
    background-position: 0 0;
}
.form_text:hover
{
    background-position: 0 -37px;
}
.form_text_verifycode
{
    width: 50px;
    margin-right: 3px;
    background-position: 0 0;
}
.form_text_verifycode:hover
{
    background-position: 0 -37px;
}
.form_radio
{
    width: auto;
    border: 0;
}
.form_checkbox
{
    width: auto;
    border: 0;
}
.form_select
{
    height: 25px;
}
.form_textarea
{
    width: 95%;
    height: 80px;
    border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
    border-width: 1px;
    padding: 2px;
}
.form_button
{
    width: auto;
    vertical-align: middle;
    border: 0 none;/*解决ie焦点是有黑色边框*/
}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner
{
    border: none;
    padding: 0;
}
.required
{
    color: #f00;
    font-weight: bold;
    text-align: left;
    padding-left: 3px;
}/*其它*/
.hide
{
    display: none;
}/*隐藏*/
.more
{
    float: right;
    padding-right: 5px;
    display: none;
}/*more链接*/
.code_image
{
    cursor: pointer;
    padding-bottom: 6px;
}/*验证码图片样式*//*频道*/
.ChannelContent
{
    font-size: 16px;
    margin: 0 auto;
    line-height: 2em;
}
.ChannelContent a
{
    color: #ff9d02;
}/* .ChannelSContent{color:#FFF;  line-height:25px; height:200px;overflow:hidden; margin-bottom:10px;} */
.ChannelSContent a
{
    color: #ff9d02;
}
.ChannelSContent img, .InfoContent img
{
    max-width: 100%;
}
.ChannelAlbum
{
    overflow: hidden;
}/*信息*/
.InfoTitle
{
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
}/* .InfoTitle h1{ font-size:28px; line-height: 1.5em; font-weight:normal;} *//* .InfoTime{color:#999; text-align:left;  padding:2px 0px; height:25px} *//* .InfoContent, .InfoContent p{ font-size:16px; padding:10px 0;} */
.InfoAttachment
{
    padding: 10px 0;
    text-align: center;
    width: 81px;
    margin: 0 auto;
}
.InfoPicture
{
    text-align: center;
}
.InfoPicture img
{
    max-width: 100%;
}
.info_from_wrap
{
    text-align: center;
    border-bottom: #ccc dashed 1px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666;
}
.info_from_wrap a
{
    color: #666;
    font-size: 14px;
}
.info_from_wrap b
{
    color: #666;
    font-size: 14px;
    font-weight: normal;
}
.info_from_wrap a:hover
{
    color: #666;
}
#ReadLevelTip
{
    font-weight: bold;
    color: #f00;
}
.Tag
{
    text-align: left;
    font-weight: bold;
}
.Tag a
{
    padding: 0 3px;
    font-weight: normal;
    text-decoration: none;
}
.info_previous_next_wrap
{
    color: #666;
    font-size: 14px;
    margin-top: 20px;
}
.Next a
{
    color: #666;
    font-size: 14px;
}
.Previous a
{
    color: #666;
    font-size: 14px;
}
.info_previous_next_wrap b
{
    font-weight: normal;
}/*动画缓动*/
.delay_1
{
    transition: all ease-out .1s;
    -webkit-transition: all ease-out .1s;
    -moz-transition: all ease-out .1s;
    -ms-transition: all ease-out .1s;
}
.delay_2
{
    transition: all ease-out .2s;
    -webkit-transition: all ease-out .2s;
    -moz-transition: all ease-out .2s;
    -ms-transition: all ease-out .2s;
}
.delay_3
{
    transition: all .3s ease-out 0s;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;;
}
.delay_5
{
    transition: .5s ease 0s;
    -webkit-transition: .5s ease 0s;
    -moz-transition: .5s ease 0s;
    -ms-transition: .5s ease 0s;
}/*动画延迟*/
.wait_0
{
    animation-delay: 0s;
    -webkit-animation-delay: 0s;/* Safari 和 Chrome */
}
.wait_1
{
    animation-delay: .2s;
    -webkit-animation-delay: .2s;/* Safari 和 Chrome */
}
.wait_2
{
    animation-delay: .4s;
    -webkit-animation-delay: .4s;/* Safari 和 Chrome */
}
.wait_3
{
    animation-delay: .6s;
    -webkit-animation-delay: .6s;/* Safari 和 Chrome */
}/*移上去图片放大*/
.imgscale
{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.imgscale_animate
{
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.imgscale_animate img
{
    transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -moz-transition: all linear .3s;
    -ms-transition: all linear .3s;
}
.imgscale_animate:hover img
{
    transform: scale(1.1,1.1);
}/*==========@@元件 结束@@==========*//*==========@@模块  开始@@==========*//*左侧*//*主体左侧样式*/
.left_title
{
    height: 39px;
    line-height: 39px;
    border-bottom: 1px solid #01673a;
}
.left_title h2
{
    font-size: 16px;
    color: #01673a;
}
.left_body
{
    overflow: hidden;
    zoom: 1;
    color: #01673a;
    padding: 10px 10px 5px;
    border-top: 0;
    border-bottom: 0;
}
.left_bottom
{
    height: 15px;
    margin-bottom: 5px;
}/*样式1*/
.left_title1
{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.left_title1 h2
{
    font-size: 36px;
    color: #0158ba;
    font-weight: bold;
    line-height: 1em;
}
.left_title1 span
{
    font-size: 48px;
    color: #e6ebf5;
    font-weight: bold;
    line-height: 1em;
    font-family: arial;
    margin-top: 12px;
    display: block;
}
.left_title1 p
{
    width: 100%;
    font-size: 18px;
    color: #2b2c2c;
    line-height: 1em;
    position: absolute;
    left: 0;
    top: 60px;
    display: block;
}
.left_title1::after
{
    content: '';
    display: block;
    width: calc(50% - 100px);
    height: 7px;
    background: url(../image/ico5.png);
    position: absolute;
    top: 35px;
    left: 0;
}
.left_title1::before
{
    content: '';
    display: block;
    width: calc(50% - 100px);
    height: 7px;
    background: url(../image/ico5.png);
    position: absolute;
    top: 35px;
    right: 0;
}
.left_body1
{
    overflow: hidden;
    zoom: 1;
    margin-top: 65px;
}
.left_body1 .ChannelF2
{
    float: left;
    width: 320px;
    height: 360px;
}
.left_body1 .ChannelF2 img
{
    display: block;
    width: 100%;
}
.left_body1 .ChannelContent
{
    float: left;
    width: 345px;
    height: 360px;
    margin-left: 45px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}
.left_body1 .ChannelContent a
{
    color: #e53333;
}
.left_body1 .ChannelPicture
{
    float: right;
    width: 470px;
}
.left_bottom1
{
    margin-top: 40px;
    height: 314px;
    background: url(../image/ico7.png) no-repeat 96px 80px;
    position: relative;
}/*样式2*/
.left_title2
{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.left_title2 h2
{
    height: 67px;
    line-height: 67px;
    background: url(../image/ico12.png) no-repeat center;
    color: #fff;
    font-size: 36px;
}
.left_title2 span
{
    font-size: 48px;
    color: #e6ebf5;
    font-weight: bold;
    line-height: 48px;
    font-family: arial;
    margin-top: 12px;
    display: block;
}
.left_title2 p
{
    width: 100%;
    font-size: 18px;
    color: #2b2c2c;
    line-height: 18px;
    position: absolute;
    left: 0;
    top: 96px;
    display: block;
}
.left_body2
{
    overflow: hidden;
    zoom: 1;
}
.left_bottom2
{
    overflow: hidden;
    margin-top: 40px;
}
.left_body4
{
    position: relative;
    margin-top: 65px;
}
.left_body4 .bd
{
    width: 1130px;
    margin: 0 auto;
}
.left_body4 .prev
{
    display: block;
    width: 16px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 10;
    background: url(../image/prev2.png) no-repeat;
    left: 0;
    transform: translate(0,-50%);
}
.left_body4 .next
{
    display: block;
    width: 16px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 10;
    background: url(../image/next2.png) no-repeat;
    right: 0;
    transform: translate(0,-50%);
}
.left_bottom4 a
{
    display: block;
    margin: 50px auto 0;
    color: #8d8d8d;
    text-align: center;
    line-height: 34px;
    width: 120px;
    height: 34px;
    border-radius: 17px;
    border: 2px solid #dcdcdc;
}
.left_title5
{
    height: 45px;
    background: url(../image/ico17.png) no-repeat bottom;
}
.left_title5 .hd
{
    position: relative;
}
.left_title5 a
{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    color: #cfcfcf;
    font-weight: normal;
    font-size: 12px;
    line-height: 1em;
}
.left_title6
{
    height: 43px;
}
.left_title6 h2
{
    color: #0158ba;
    font-weight: bold;
    display: inline-block;
    font-size: 20px;
    line-height: 1em;
}
.left_title6 h2 span
{
    color: #868686;
    font-size: 14px;
}
.left_body6
{
    width: 428px;
    height: 464px;
    padding: 30px 35px 0;
    background: url(../image/ico18.png) no-repeat;
}
.left_body6 h2
{
    color: #659414;
    font-weight: bold;
    display: inline-block;
    font-size: 18px;
    line-height: 1em;
    margin-bottom: 20px;
}
.left_title7
{
    color: #0158ba;
    font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    text-align: center;
}
.left_title7 img
{
    vertical-align: middle;
    margin-right: 5px;
}
.left_body7
{
    margin-top: 60px;
}/*主体右侧*//*样式1*/
.right_title
{
    overflow: hidden;
    height: 65px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}
.right_title h2
{
    color: #0158ba;
    font-size: 24px;
    line-height: 65px;
    float: left;
    font-weight: normal;
}
.right_body
{
    overflow: hidden;
    zoom: 1;
    padding-top: 20px;
}
.right_body1 .InfoTitle
{
    font-size: 18px;
    padding: 0;
    font-weight: normal;
}
.right_body1 .InfoTitle h1
{
    font-weight: normal;
}
.right_body2 .InfoTitle
{
    font-size: 14px;
    padding: 0;
    font-weight: normal;
}
.right_body2 .InfoTitle h1
{
    font-weight: normal;
    color: #666;
    font-size: 14px;
}
.right_body2 .InfoPicture img
{
    max-width: 100%;
}
.right_body2 .content_wrap
{
    margin-bottom: 5px;
    margin-top: 10px;
    border-bottom: 2px solid #ccc;
}
.right_body2 .content_wrap h2
{
    background: #0158ba;
    color: #fff;
    width: 120px;
    text-align: center;
    height: 24px;
    font-size: 16px;
    display: block;
    font-weight: normal;
}
.right_body3_1
{
    overflow: hidden;
    height: 305px;
    background: #f6f6f6;
}
.right_body3_1_left
{
    width: 357px;
    height: 305px;
    overflow: hidden;
    float: left;
}
.right_body3_1_left img
{
    display: block;
    width: 100%;
    height: 100%;
}
.right_body3_1_right
{
    width: 505px;
    margin-right: 15px;
    padding-top: 40px;
    float: right;
}
.right_body3_1_right .InfoTitle
{
    font-size: 24px;
    line-height: 1em;
    color: #0158ba;
    font-weight: bold;
    height: 1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    text-align: left;
}
.right_body3_1_right .ChannelSContent
{
    color: #343434;
    line-height: 24px;
    height: 96px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.right_body3_1_right .wrap
{
    margin-top: 25px;
    line-height: 28px;
    color: #dd3232;
    font-size: 26px;
    font-weight: bold;
}
.right_body3_1_right img
{
    height: 28px;
    vertical-align: bottom;
    margin-right: 5px;
}
.right_body3_1_right .baidu
{
    margin-top: 20px;
}
.right_body3_2
{
    margin-top: 40px;
}
.right_body3_2 h2
{
    color: #555;
    font-size: 18px;
    line-height: 2em;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
}
.right_body3_2 img
{
    vertical-align: middle;
    margin-right: 5px;
}
.right_body3_2 .ChannelContent
{
    margin-top: 25px;
    line-height: 2em;
}
.right_body3_2 .wrap
{
    color: #e53333;
    line-height: 2em;
    font-size: 16px;
    font-weight: bold;
}
.right_body3_3
{
    background: #e6f2ff;
    margin-top: 50px;
    padding: 30px 50px 50px;
}/*==========@@模块  结束@@==========*//*==========@@频道布局  开始@@==========*//*模型body*/
.index, .single, .article, .picture, .video, .product, .job, .feedback
{
    width: 1200px;
    margin: 30px auto 80px;
}
.download, .guestbook
{
    width: 1000px;
    margin: 5px auto;
}
#top, #logo, #navigation, #banner, #announcement, #link, #copyright, #bottom, #floor_1, #floor_2, #floor_3, #floor_4, #floor_5, #floor_6
{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    border: 0 dashed #f00;
}
#left
{
    float: left;
    width: 255px;
}
#right
{
    float: right;
    width: 910px;
}/*===首页 开始===*/
#floor_1_main
{
    overflow: hidden;
    padding-top: 65px;
    background: url(../image/floor_1_main.jpg) no-repeat top center;
    height: 945px;
}
#floor_2_main
{
    overflow: hidden;
    background: #fff;
    padding: 60px 0 0 0;
}
#floor_2
{
    margin-top: 70px;
}
#floor_3_main
{
    padding: 60px 0;
}
#floor_4_main
{
    background: url(../image/floor_4_main.jpg) no-repeat top center;
    height: 2980px;
    padding-top: 45px;
}
#floor_4
{
    margin-top: 80px;
}
#floor_5_main
{
    background: url(../image/floor_5_main.png) no-repeat top center;
    padding-top: 52px;
    height: 662px;
    box-sizing: border-box;
}
#floor_6_main
{
    margin: 70px auto 90px;
}
#floor_6_1
{
    width: 660px;
    float: left;
}
#floor_6_2
{
    width: 500px;
    float: right;
}/*===首页 结束===*//*===产品模型 开始===*/
.product .info_product_detail_wrap
{
    line-height: 2.2em;
}
.product .info_product_detail_wrap b
{
    color: #626262;
    font-weight: bold;
}
.product .info_product_detail_wrap table.detail_table
{
    width: 100%;
}
.product .info_product_detail_wrap table.detail_table th
{
    width: 200px;
}
.product .ProductDescription
{
    height: 40px;
    color: 1673A;
    margin-top: 10px;
    padding-left: 35px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    display: none;
}
.product .info_product_detail_wrap img
{
    width: 216px;
    height: 162px;
    float: left;
    text-align: left;
    margin-right: 10px;
}/* .product .InfoTitle{  font-size:16px; font-weight:bold; text-align:left; padding:10px 0px;}
.product .f2{ padding:5px 0px}
.product .f1{ padding:5px 0px}
.product .InfoHit{ padding:5px 0px; font-weight:bold; color:#990000}
.product .InfoTime{ padding:5px 0px; } *//*===产品模型 结束===*//*===招聘频道  开始===*/
.joblist li
{
    overflow: hidden;
}
table.job_table
{
    margin: 8px 0;
    padding: 0;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}
table.job_table td
{
    padding: 8px 5px;
    border: 1px solid #dadbd6;
}
table.job_table .Requirement
{
    text-align: left;
    padding: 8px 5px;
    line-height: 1.5em;
}
table.job_table th
{
    color: #333;
    font-weight: bold;
    text-align: center;
    border: 1px solid #dadbd6;
}
table.job_table .t1
{
    font-weight: bold;
    padding: 5px 0;
    width: 20%;
}
table.job_table .t2
{
    text-align: left;
    width: 25%;
}
table.job_table .t3
{
    font-weight: bold;
    width: 25%;
}
table.job_table .t4
{
    text-align: left;
    width: 25%;
}
table.job_table .operation
{
    text-align: center;
    margin: 0 auto;
}/*应聘*/
table.resume_table
{
    margin: 3px;
    text-align: center;
    width: 97%;
    border-collapse: collapse;
}
table.resume_table th
{
    font-weight: bold;
    text-align: left;
    width: 100px;
}
table.resume_table td
{
    text-align: left;
}
table.resume_table .operation
{
    text-align: center;
}
table.resume_table #Detail
{
    height: 200px;
}/*===招聘频道  结束===*//*===留言频道  开始===*/
.guestbooklist li
{
    padding: 10px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.MessageTitle
{
    color: #227bad;
    line-height: 1.5em;
    font-weight: bold;
}
.MessageContent
{
    padding: 5px;
    margin-bottom: 10px;
}
table.guestbook_table
{
    width: 98%;
}
.guestbook_table li
{
    overflow: hidden;
    margin-bottom: 15px;
}
.guestbook_table li span
{
    line-height: 38px;
    height: 38px;
    display: block;
    float: left;
    color: #666;
    font-size: 14px;
}
.guestbook_table .form_text
{
    line-height: 38px;
    height: 38px;
    border: 1px solid #e5e5e5;
    text-indent: 10px;
    margin: 0;
    padding: 0;
    width: 350px;
    display: block;
    float: right;
    outline: none;
}
.guestbook_table .form_text:hover
{
    line-height: 38px;
    height: 38px;
    border: 1px solid #e5e5e5;
    text-indent: 10px;
    margin: 0;
    padding: 0;
    width: 350px;
    outline: none;
}
.guestbook_table .form_textarea
{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 98px;
    border: 1px solid #e5e5e5;
    line-height: 28px;
    text-indent: 10px;
}
.guestbook_table li.btns
{
    display: flex;
    justify-content: center;
    align-items: center;
}
.guestbook_table li.btns .btn
{
    width: 112px;
    height: 38px;
    background: #df2932;
    color: #fff;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    margin-right: 20px;
}
.guestbook_table li.btns .btn:last-child
{
    background: #d5d5d5;
    color: #656565;
}
.guestbook_table1
{
    width: 100%;
    overflow: hidden;
}
.guestbook_table1 li
{
    overflow: hidden;
    margin-bottom: 20px;
    float: left;
}
.guestbook_table1 li.m1
{
    float: right;
}
.guestbook_table1 li span
{
    line-height: 40px;
    height: 40px;
    display: block;
    float: left;
    color: #666;
    font-size: 14px;
    width: 80px;
    text-align: right;
}
.guestbook_table1 .form_text
{
    line-height: 40px;
    height: 40px;
    text-indent: 10px;
    margin: 0;
    padding: 0;
    border: none;
    width: 300px;
    display: block;
    float: left;
    outline: none;
}
.guestbook_table1 .form_text:hover
{
    line-height: 40px;
    height: 40px;
    text-indent: 10px;
    margin: 0;
    padding: 0;
    width: 300px;
    outline: none;
}
.guestbook_table1 .form_textarea
{
    margin: 0;
    padding: 0;
    border: none;
    height: 120px;
    width: 725px;
    line-height: 28px;
    text-indent: 10px;
    line-height: 30px;
    text-indent: 10px;
    float: left;
    outline: none;
}
.guestbook_table1 li.btns
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    width: 100%;
    margin-bottom: 0;
}
.guestbook_table1 li.btns .btn
{
    width: 120px;
    height: 40px;
    background: #77b142;
    color: #fff;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    margin-right: 20px;
    box-sizing: border-box;
    outline: none;
}
.guestbook_table1 li.btns .btn:last-child
{
    background: #d5d5d5;
    color: #656565;
}/*管理员回复*/
.answer_wrap
{
    padding: 5px;
    border-top: 1px dashed #ccc;
    line-height: 1.5em;
}
.Administrator
{
    text-align: right;
}
.Reply
{
    text-align: right;
}
.AnswerTime
{
    color: #999;
}/*留言表单*/
.message_title
{
    height: 40px;
    padding-left: 35px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.message_body
{
    padding-left: 10px;
    padding-right: 10px;
    color: #626262;
}
table.feedback_table
{
    width: 99%;
    text-align: center;
    margin: 0 auto;
}
table.feedback_table th
{
    width: 100px;
    text-align: left;
    font-weight: bold;
}
table.feedback_table td
{
    text-align: left;
}
table.feedback_table .operation
{
    text-align: center;
}/*===反馈频道 结束===*//*==========@@频道布局  结束@@==========*//*==========@@公共板块  开始@@==========*//* 顶部 */
#head
{
    height: 192px;
}
#top_main
{
    height: 40px;
    background: #f5f5f5;
    line-height: 40px;
}
#top
{
    overflow: visible;
}
#top_1
{
    float: left;
    text-align: left;
}
#top_2
{
    float: right;
    text-align: right;
}
#top .MobileEdition
{
    font-weight: bold;
    color: #f00;
}
#top a
{
    color: #666;
}
#top a:hover
{
    color: #bdbdbd;
    text-decoration: none;
}
#top_3
{
    color: #bdbdbd;
    font-size: 12px;
    line-height: 40px;
}
#top_4
{
    display: flex;
    align-items: center;
    position: relative;
    color: #bdbdbd;
}
#top_4 a
{
    line-height: 40px;
    color: #bdbdbd;
    font-size: 12px;
    color: #bdbdbd;
    margin: 0 5px;
    cursor: pointer;
}
#top_4 a img
{
    width: 100px;
    height: 100px;
    margin-right: 0;
    top: 40px;
    left: -22px;
    display: none;
    z-index: 99;
    position: absolute;
}
#top_4 a:hover img
{
    display: block;
    transition: all .2s linear 0s;
}/*Logo*/
#logo_main
{
    padding-top: 30px;
}
#logo
{
    overflow: hidden;
}
#logo .WebLogo
{
    float: left;
}
#logo .WebLogo img
{
    height: 81px;
    display: block;
}
#logo .Language
{
    width: 500px;
    float: right;
    padding: 10px;
}
#logo .Language .MobileEdition
{
    font-weight: bold;
    color: #f00;
}
#logo .Member
{
    width: 500px;
    height: 35px;
    line-height: 35px;
    float: right;
    text-align: right;
    font-weight: bold;
}
#logo .Member .MemberName, #logo_main .Member .MemberGroupName
{
    color: #f30;
}
#logo .WebLogo1
{
    overflow: hidden;
    float: right;
    margin-top: 18px;
    width: 290px;
}
#logo .WebLogo1 .label
{
    width: 85px;
    color: #2d2825;
    font-size: 14px;
    line-height: 1em;
    text-align: right;
}
#logo .WebLogo1 .label img
{
    margin-top: 8px;
    display: block;
    float: right;
}
#logo .WebLogo1 .value
{
    width: 195px;
    color: #2b2c2c;
    font-size: 30px;
    font-weight: bold;
    font-family: impact;
    line-height: 1em;
}
#logo .WebLogo1 .value p
{
    letter-spacing: 2px;
    color: #2b2c2c;
    font-size: 30px;
    font-weight: bold;
    font-family: impact;
    line-height: 1em;
}/*导航*/
#navigation_main
{
    background: #0158ba;
}
#navigation
{
    height: 60px;
    line-height: 60px;
    overflow: visible;
}
#navigation ul.navigationlist li
{
    float: left;
    text-align: center;
    line-height: 60px;
    width: 14.28%;
    position: relative;
}
#navigation ul.navigationlist li a
{
    display: block;
    height: 60px;
    float: left;
    width: 92.5%;
    margin-left: 3%;
    text-align: center;
    font-size: 16px;
    line-height: 60px;
    color: #fff;
}
#navigation ul.navigationlist li em
{
    display: block;
    line-height: 60px;
    float: right;
    color: #fff;
    font-size: 16px;
    font-style: normal;
}
#navigation ul.navigationlist li a:hover
{
    text-decoration: none;
    background: #7fb02a;
    color: #fff;
}
#navigation ul.navigationlist .current
{
    background: #7fb02a;
    color: #fff;
}
#navigation ul.navigationlist li:last-child em
{
    display: none;
}/*导航栏下拉*/
#navigation ul.subnavigationlist
{
    width: 92.5%;
    position: absolute;
    left: 3%;
    top: 60px;
    background: #7fb02a;
    z-index: 9999;
    display: none;
}
#navigation ul.subnavigationlist li
{
    float: none;
    padding: 0;
    display: inline;
}
#navigation ul.subnavigationlist li a
{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #fff;
    color: #fff;
    font-size: 12px;
    text-indent: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
    margin: 0;
}
#navigation ul.subnavigationlist li a:hover
{
    background: url(../image/nav.png) no-repeat 10px 16px;
}
#navigation ul.subnavigationlist li a:last-child
{
    border: 0;
}/*公告*/
#announcement
{
    margin-top: 5px;
    height: 35px;
    line-height: 35px;
    background-color: #f0f0f0;
    color: #0b3b7d;
}
#announcement .announcement_title
{
    float: left;
    font-weight: bold;
    text-indent: 35px;
    background: url(../image/announcement_title.gif) no-repeat 8px center;
    width: 150px;
}
#announcement .announcement_body
{
    float: left;
    width: 750px;
}
#announcement .announcement_bottom
{
    float: right;
    width: 100px;
}
.announcementlist li
{
    line-height: 35px;
}/*Js幻灯片样式*/
#banner_main
{
    position: relative;
    border: 0 solid #00f;
}
#banner
{
    border: 0 solid #f00;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.bannerlist li
{
    text-align: center;
    border: 0 dashed #f00;
    overflow: hidden;
    display: block;
}
.bannerlist li img
{
    margin: 0 auto;
    display: block;
}
#banner_main .hd
{
    width: 100%;
    position: absolute;
    bottom: 35px;
    left: 0;
    height: 5px;
    line-height: 5px;
    text-align: center;
    border: 0 solid #f00;
}
#banner_main .hd ul li
{
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    background: #fff;
    margin-right: 6px;
    overflow: hidden;
    font-size: 0;
    border-radius: 50%;
}
#banner_main .hd ul li.on
{
    background: #0158ba;
}
#banner_main .prev
{
    display: block;
    width: 24px;
    height: 42px;
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    background: url(../image/prev.png);
    left: 5%;
}
#banner_main .next
{
    display: block;
    width: 24px;
    height: 42px;
    z-index: 1;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    background: url(../image/next.png);
    right: 5%;
}/*Flash幻灯片样式*//*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} *//*当前位置*/
#location
{
    color: #d3d3d3;
    font-size: 12px;
    line-height: 65px;
    float: right;
}
#location a
{
    color: #d3d3d3;
    font-size: 12px;
    line-height: 65px;
}/*子频道列表*/
#subchannel_main
{
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
#subchannel
{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    line-height: 50px;
    height: 50px;
}
.subchannel_title
{
    width: 255px;
    background: #fff;
}
.subchannel_title h2
{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 28px;
    background: #0158ba;
    padding: 15px 0 8px;
}
.subchannel_body
{
    padding-top: 10px;
    border: 1px solid #0158ba;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.subchannel_bottom
{
    width: 235px;
    height: 196px;
    padding: 40px 10px 0;
    background: url(../image/ico23.png) no-repeat;
    color: #fff;
}
.subchannel_bottom h2
{
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}
.subchannel_bottom h2 span
{
    font-size: 15px;
}
.subchannel_bottom a
{
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-family: arial;
    position: absolute;
    top: 2px;
    right: 0;
}
.subchannel_bottom p
{
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-family: 微软雅黑;
    white-space: normal;
    widows: 1;
}
.subchannellist
{
    text-align: center;
}
.subchannellist li
{
    width: 90%;
    margin-left: 5%;
    overflow: hidden;
}
.subchannellist li a
{
    color: #494949;
    font-size: 16px;
    line-height: 40px;
    display: block;
    width: 100%;
    text-align: left;
    padding-left: 5px;
}
.subchannellist li span
{
    display: block;
    min-width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.subchannellist li:hover .info
{
    color: #fff;
    background: #7fb02a;
}
.subchannellist li:hover .info a
{
    color: #fff;
}
.subchannellist #current.ChannelName .info
{
    color: #fff;
    background: #7fb02a;
}
.subchannellist #current.ChannelName .info a
{
    color: #fff;
}
.subchannellist li.on .info
{
    display: flex;
}/* .subchannellist li.on a{float: left;}
.subchannellist li.on span{float: right;} */
.subchannellist1
{
    border: 1px solid #7fb02a;
    display: none;
}
.subchannellist1 .current
{
    background: #7fb02a;
}
.subchannellist1 .current a
{
    color: #fff;
}
.subchannellist1 li:hover a
{
    color: #fff;
    background: #7fb02a;
}/* .subchannellist li a:hover { color: #fff; background: #7fb02a; }
.subchannellist #current a {   color: #fff; background: #7fb02a; } *//*搜索 */
table.search_table
{
    width: 99%;
    text-align: center;
}
table.search_table th
{
    vertical-align: middle;
    text-align: center;
    padding: 0 3px;
}
table.search_table td
{
    vertical-align: middle;
    width: 60px;
    padding: 0 3px;
}/*联系我们*/
.contact_wrap
{
    line-height: 1.8em;
}
.contact_wrap b
{
    font-weight: bold;
}
.contact_wrap .WebUrl
{
    color: #f00;
}/*公共百度地图*/
#Map
{
    overflow: hidden;
    width: 100%;
}
#Map .MapInfo
{
    float: left;
    border: 1px dashed #ccc;
    padding: 8px;
}
#Map .MapInfo #MapContainer
{
    width: 870px;
    height: 380px;
}
#Map .ContactInfo
{
    width: 300px;
    float: right;
    line-height: 2.7em;
}
#Map .ContactInfo .Company
{
    font-size: 24px;
    margin-bottom: 8px;
}
#Map .ContactInfo img
{
    width: 18px;
    vertical-align: middle;
    margin-right: 8px;
}/*订购*/
.order
{
    margin: 0 auto;
}
.order .WantOrder h1
{
    border-bottom: 1px dotted #999;
    padding: 5px 0;
}
.order .f1
{
    float: right;
    color: #f00;
}
table.order_table
{
    width: 98%;
}
table.order_table th
{
    width: 100px;
    text-align: left;
}
table.order_table td
{
    text-align: left;
}
table.order_table .operation
{
    text-align: center;
}/* 友情链接 */
#link_main
{
    padding: 15px 0;
    background: #fff;
}
#link
{
    line-height: 59px;
    border-bottom: 1px solid rgba(255,255,255,.13);
    display: flex;
}
.link_title
{
    min-width: 70px;
}
.link_title h2
{
    color: rgba(255,255,255,.45);
    font-size: 14px;
    font-weight: normal;
}
.link_body
{
    color: #000;
    border-top: 0;
    border-bottom: 0;
}
.linkpiclist
{
    overflow: auto;
    zoom: 1;
}
.linkpiclist li
{
    float: left;
    padding: 1px 5px;
    text-align: center;
    width: 112px;
}
.linkpiclist li img
{
    width: 86px;
    height: 30px;
    padding: 2px;
    border: 1px solid #eee;
}
.linkpiclist li a:hover img
{
    border: 1px solid #c11b33;
}/*文字链接列表*/
.linktextlist
{
    overflow: hidden;
    zoom: 1;
    display: flex;
    flex-wrap: wrap;
}
.linktextlist li
{
    color: rgba(255,255,255,.45);
    display: inline-block;
    margin-right: 10px;
}
.linktextlist li a
{
    line-height: 22px;
    color: rgba(255,255,255,.45);
}/*底部区域*/
#bottom_main
{
    height: 410px;
    background: #202020;
    position: relative;
    color: #fff;
}
#bottom_1
{
    float: left;
    margin-top: 50px;
}
#bottom_2
{
    float: left;
    width: 370px;
    margin: 60px 0 0 160px;
}
#bottom_2 p
{
    line-height: 36px;
    display: flex;
    align-items: center;
}
#bottom_2 img
{
    margin-right: 10px;
}
#bottom_3
{
    margin-top: 30px;
    float: right;
}
#bottom_3 h2
{
    color: rgba(255,255,255,.45);
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1em;
    text-align: center;
}
#bottom_3 img
{
    width: 156px;
    display: block;
}/* 版权信息 */
#copyright_main
{
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 59px;
    border-top: 1px solid rgba(255,255,255,.13);
}
#copyright a
{
    color: #f0f0f0;
    text-decoration: none;
}
#copyright a:hover
{
    color: #fff;
    text-decoration: none;
}
#copyright .bottom_info
{
    text-align: center;
    padding-top: 5px;
    padding-right: 10px;
    line-height: 20px;
}
#copyright .TechnicalSupport
{
    float: right;
    margin: 0;
}/*分页样式*/
.page
{
    padding: 4px 0 0 1px;
    float: right;
    clear: both;
}
.page a, .page span
{
    float: left;
    display: block;
    border: 1px solid #d3d1d1;
    padding: 2px 5px;
    margin-left: 4px;
    line-height: 22px;
}
.page a:link, .page a:visited
{
    text-decoration: none;
}
.page a:hover
{
    background: #cc0001;
    color: #f90;
}
.page .current
{
    background: #cc0001;
    color: #fff;
}
.page #total
{
    color: #f00;
}/*会员*//*会员登录*/
table.login_table
{
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
table.login_table th
{
    width: 100px;
    text-align: left;
    font-weight: bold;
}
table.login_table td
{
    text-align: left;
}
table.login_table .operation
{
    text-align: center;
}
table.login_table .quick_login td
{
    text-align: left;
    padding: 10px 0;
}
table.login_table .quick_login td img
{
    margin-right: 8px;
    float: left;
}/*会员注册*/
table.reg_table
{
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
table.reg_table th
{
    width: 140px;
    text-align: left;
    font-weight: bold;
}
table.reg_table td
{
    text-align: left;
}
table.reg_table .operation
{
    text-align: center;
}
table.reg_table .MemberCode
{
    text-align: left;
    width: 70px;
}
table.reg_table #SmsCode
{
    width: 50px;
}/*忘记密码 第一步*/
table.forget_table1
{
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
table.forget_table1 th
{
    width: 100px;
    text-align: left;
    font-weight: bold;
}
table.forget_table1 td
{
    text-align: left;
}
table.forget_table1 .operation
{
    text-align: center;
}/*忘记密码 第二步*/
table.forget_table2
{
    width: 40%;
    text-align: center;
    margin: 0 auto;
}
table.forget_table2 th
{
    width: 100px;
    text-align: left;
    font-weight: bold;
}
table.forget_table2 td
{
    text-align: left;
}
table.forget_table2 .operation
{
    text-align: center;
}
table.forget_table2 #SmsCode
{
    width: 60px;
}
table.forget_table2 .PasswordQuestion, table.forget_table2 .MemberMobile, table.forget_table2 .FindPwdWay
{
    padding: 3px 0;
}/*网站地图列表*/
.maplist li
{
    padding: 1px;
}
.maplist li a
{
    background: #d1e8fc;
    line-height: 25px;
    display: block;
    padding: 0 20px;
    border: 0 solid #a6cc93;
}
.maplist li a:hover
{
    text-decoration: none;
    background: #fff;
}
.maplist .depth1
{
    font-weight: bold;
    text-indent: 0;
    font-weight: bold;
}
.maplist .depth2
{
    text-indent: 2em;
}
.maplist .depth3
{
    text-indent: 4em;
}
.maplist .depth4
{
    text-indent: 6em;
}
.maplist .depth5
{
    text-indent: 8em;
}
.maplist .depth6
{
    text-indent: 10em;
}/*==========@@公共板块  结束@@==========*//*==========@@通用列表 开始@@==========*//*文字列表*/
.textlist li
{
    line-height: 28px;
    height: 28px;
    text-indent: 8px;
    background: url(../image/textlist.gif) no-repeat 0 center;
    overflow: hidden;
    width: 100%;/*解决ie6bug*/
}
.textlist li .InfoTime
{
    float: right;
}/*文字列表1*/
.textlist1
{
    overflow: hidden;
}
.textlist1 li
{
    float: left;
    font-weight: bold;
    font-size: 20px;
    color: #7f7f7f;
    line-height: 1em;
    cursor: pointer;
    border-right: 2px solid #7f7f7f;
    padding-right: 5px;
}
.textlist1 li:last-child
{
    border-right: none;
    padding-left: 5px;
}
.textlist1 li.on
{
    color: #0158ba;
}/*带缩略图文字列表*/
.thumblist li
{
    margin-top: 28px;
    height: 120px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #cfcfcf;
    overflow: hidden;
}
.thumblist li .InfoPicture
{
    width: 150px;
    height: 120px;
    display: block;
    overflow: hidden;
    float: left;
}
.thumblist li .InfoPicture img
{
    display: block;
    width: 100%;
    height: 100%;
}
.thumblist li .Info
{
    width: 730px;
    float: right;
    position: relative;
}
.thumblist li .InfoTitle
{
    color: #666;
    font-size: 15px;
    line-height: 2em;
    height: 2em;
    width: 75%;
    text-overflow: ellipsis;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    font-weight: bold;
}
.thumblist li .InfoTime
{
    color: #bebebe;
    font-size: 14px;
    line-height: 2em;
    position: absolute;
    top: 0;
    right: 0;
}
.thumblist li .InfoContent
{
    color: #878787;
    font-size: 12px;
    margin-top: 10px;
    line-height: 2em;
    height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.thumblist li:hover .InfoTitle
{
    color: #1d69bb;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}/*带缩略图文字列表2*/
.thumblist1
{
    overflow: hidden;
}
.thumblist1 li
{
    width: 568px;
    margin: 10px 0;
    border: 1px solid #fff;
    transition: .2s ease 0s;
    -moz-transition: .2s ease 0s;
    -webkit-transition: .2s ease 0s;
}
.thumblist1 li:hover
{
    border: 1px solid #e9e9e9;
    -webkit-box-shadow: 0 0 2px 2px #f0f0f0;
    -moz-box-shadow: 0 0 2px 2px #f0f0f0;
    box-shadow: 0 0 2px 2px #f0f0f0;
    transform: translate3d(0,-2px,0);
}
.thumblist1 div.info_wrap
{
    float: right;
    width: 366px;
    padding-right: 8px;
}
.thumblist1 div.InfoTime
{
    color: #555;
}
.thumblist1 li.n0
{
    float: left;
}
.thumblist1 li.n1
{
    float: right;
}
.thumblist1 li a.InfoPicture
{
    float: left;
}
.thumblist1 li img
{
    width: 182px;
}
.thumblist1 li a.InfoTitle
{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.thumblist1 li a.InfoTitle:hover
{
    color: #0064d6;
}
.thumblist1 li p
{
    color: #999;
    line-height: 1.7em;
}/*橱窗列表*/
.gridlist li
{
    width: 292px;
    height: 290px;
    margin: 0 17px 20px 0;
    float: left;
    text-align: center;
}
.gridlist li.n2
{
    margin-right: 0;
}
.gridlist li a
{
    display: block;
}
.gridlist li .InfoPicture
{
    width: 292px;
    height: 219px;
    overflow: hidden;
}
.gridlist li .InfoPicture img
{
    display: block;
    height: 100%;
    width: 100%;
}
.gridlist li .InfoTitle
{
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    background: #7fbd14;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
.gridlist li:hover img
{
    transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transition: .5s linear;
    -o-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -webkit-transition: .5s linear;
}
.gridlist li:hover .InfoTitle
{
    background: #0158ba;
    color: #fff;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}/*橱窗列表1*/
.gridlist1
{
    overflow: hidden;
}
.gridlist1 .title_top
{
    overflow: hidden;
}
.gridlist1 .title_top .title_top_left
{
    float: left;
    width: 500px;
    position: relative;
}
.gridlist1 .title_top .title_top_left span
{
    font-size: 150px;
    line-height: 1em;
    color: #eff4e8;
    font-family: impact;
    position: absolute;
    top: -36px;
    left: -10px;
}
.gridlist1 .title_top .title_top_left .ChannelName
{
    position: relative;
    height: 63px;
    background: url(../image/ico13.png) no-repeat;
    margin-left: -15px;
    font-weight: bold;
    line-height: 67px;
    color: #fff;
    padding-left: 45px;
    font-size: 24px;
}
.gridlist1 .title_top .title_top_left .ChannelF1
{
    position: relative;
    color: #2b2c2c;
    font-size: 12px;
    line-height: 12px;
    margin-left: 20px;
}
.gridlist1 .title_top .title_top_left .ChannelSContent
{
    color: #2b2c2c;
    font-size: 14px;
    line-height: 36px;
    margin-top: 50px;
    width: 500px;
}
.gridlist1 .title_top .title_top_right
{
    float: right;
}
.gridlist1 .title_body
{
    margin-top: 90px;
}
.gridlist1 .items2
{
    margin-top: 146px;
    background: url(../image/bg3.png) no-repeat center top;
}
.gridlist1 .items2 .title_top
{
    height: 400px;
}
.gridlist1 .items2 .title_top .title_top_left
{
    float: right;
}
.gridlist1 .items2 .title_body
{
    position: relative;
    margin: 0;
}
.gridlist1 .items2 .title_body .bd
{
    margin: 0 auto;
    width: 1050px;
}
.gridlist1 .items2 .title_body .prev
{
    display: block;
    width: 16px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 110px;
    z-index: 10;
    background: url(../image/prev1.png) no-repeat;
    left: 20px;
}
.gridlist1 .items2 .title_body .next
{
    display: block;
    width: 16px;
    height: 36px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    top: 110px;
    z-index: 10;
    background: url(../image/next1.png) no-repeat;
    right: 20px;
}
.gridlist1 .items2 .title_bottom
{
    margin-top: 40px;
}
.gridlist1 .items3
{
    float: left;
    margin-top: 80px;
}
.gridlist1 .items3 .title_top_left
{
    float: none;
}
.gridlist1 .items3 .title_top_right
{
    float: none;
    margin-top: 40px;
}
.gridlist1 .items4
{
    float: right;
}
.gridlist1 .items4 .title_top_left
{
    float: right;
    margin: 80px 0 0 0;
}
.gridlist1 .items4 .title_top_left .ChannelName
{
    background: url(../image/ico15.png) no-repeat;
}
.gridlist1 .items4 .title_top_right
{
    float: none;
}
.gridlist1 .items4 .title_body
{
    width: 500px;
    float: right;
    margin-top: 50px;
}/*橱窗列表2*/
.grildist2
{
    overflow: hidden;
}
.gridlist2 li
{
    margin-right: 10px;
    float: left;
    overflow: hidden;
    text-align: center;
    width: 275px;
}
.gridlist2 li .InfoPicture
{
    width: 275px;
    height: 206px;
}
.gridlist2 li .InfoPicture img
{
    display: block;
    width: 100%;
    height: 100%;
}
.gridlist2 li .InfoTitle
{
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #0158ba;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
.gridlist2 li:hover img
{
    transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transition: .5s linear;
    -o-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -webkit-transition: .5s linear;
}
.gridlist3 li
{
    margin-top: 28px;
    height: 120px;
    padding-bottom: 18px;
    border-bottom: 1px dashed #cfcfcf;
    overflow: hidden;
}
.gridlist3 li .InfoPicture
{
    width: 150px;
    height: 120px;
    display: block;
    overflow: hidden;
    float: left;
}
.gridlist3 li .InfoPicture img
{
    display: block;
    width: 100%;
    height: 100%;
}
.gridlist3 li .Info
{
    width: 490px;
    float: right;
    position: relative;
}
.gridlist3 li .InfoTitle
{
    color: #666;
    font-size: 15px;
    line-height: 2em;
    height: 2em;
    width: 75%;
    text-overflow: ellipsis;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
    font-weight: bold;
}
.gridlist3 li .InfoTime
{
    color: #bebebe;
    font-size: 14px;
    line-height: 2em;
    position: absolute;
    top: 0;
    right: 0;
}
.gridlist3 li .InfoContent
{
    color: #878787;
    font-size: 12px;
    margin-top: 10px;
    line-height: 2em;
    height: 4em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.gridlist3 li:hover .InfoTitle
{
    color: #1d69bb;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}/*视频列表*/
.videolist
{
    margin-top: 5px;
}
.videolist li
{
    float: left;
    margin-bottom: 10px;
    margin-left: 12px;
    text-align: center;
    overflow: hidden;
    transition: all .2s linear;
}
.videolist li:hover
{
    transform: translate3d(0,-4px,0);
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}
.videolist li.n0
{
    margin-left: 0;
}
.videolist li img
{
    border: 1px solid #fff;
    width: 289px;
}
.videolist li a
{
    display: block;
    position: relative;
}
.videolist li .InfoTitle
{
    display: block;
    padding: 10px 0;
}
.videolist li .InfoTitle a
{
    white-space: nowrap;
}
.videolist li i
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../image/play.png) center center no-repeat;
    cursor: pointer;
}
.channellist1 li
{
    float: left;
    width: 286px;
    height: 399px;
    position: relative;
    margin: 0 18px 48px 0;
    border-radius: 25px 0 25px 0;
    overflow: hidden;
}
.channellist1 li.n5
{
    width: 590px;
    height: 260px;
    margin-bottom: 0;
}
.channellist1 li.n6
{
    width: 590px;
    height: 260px;
    margin-bottom: 0;
    margin-right: 0;
}
.channellist1 li.n4
{
    margin-right: 0;
}
.channellist1 li a
{
    display: block;
    height: 100%;
}
.channellist1 li .ChannelPicture
{
    width: 100%;
    height: 100%;
}
.channellist1 li .ChannelPicture img
{
    width: 100%;
    height: 100%;
}
.channellist1 li .info
{
    width: 100%;
    height: 72px;
    text-align: center;
    background: url(../image/ico9_on.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
.channellist1 li.m1 .info
{
    background: url(../image/ico9.png) no-repeat;
}
.channellist1 li .info .ChannelName
{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.channellist1 li .info .ChannelF1
{
    color: rgba(255,255,255,.2);
    font-size: 12px;
    line-height: 1em;
    margin-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.channellist1 li .wrap
{
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: -100%;
    background: rgba(0,0,0,.85);
    color: #fff;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
.channellist1 li .wrap .ChannelName
{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1em;
    padding-top: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-top: 60px;
}
.channellist1 li .wrap .ChannelF1
{
    color: rgba(255,255,255,.2);
    font-size: 12px;
    line-height: 1em;
    margin-top: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.channellist1 li .wrap .ChannelSContent
{
    text-align: left;
    width: 80%;
    margin: 45px auto 50px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}
.channellist1 li .wrap span
{
    display: block;
    width: 59px;
    height: 59px;
    background: url(../image/ico10.png) no-repeat;
    margin: 0 auto;
}
.channellist1 li:hover .wrap
{
    left: 0;
    -webkit-transition: all .2s linear 0s;
    transition: all .2s linear 0s;
}
.channellist1 li.n5 .info, .channellist1 li.n6 .info
{
    width: 260px;
    height: 72px;
    position: relative;
    transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
}
.channellist1 li.n5 .info
{
    background: url(../image/ico9.png) no-repeat;
}
.channellist1 li.n6 .info
{
    background: url(../image/ico9_on.png) no-repeat;
}
.channellist1 li.n5 .wrap .ChannelName, .channellist1 li.n6 .wrap .ChannelName
{
    margin-top: 15px;
}
.channellist1 li.n5 .wrap .ChannelF1, .channellist1 li.n6 .wrap .ChannelF1
{
    margin-top: 10px;
}
.channellist1 li.n5 .wrap .ChannelSContent, .channellist1 li.n6 .wrap .ChannelSContent
{
    margin: 20px auto;
}/*频道相册列表*/
.channelalbumlist
{
    overflow: hidden;
}
.channelalbumlist li
{
    float: left;
    margin-top: 10px;
}
.channelalbumlist li img
{
    display: block;
    width: 290px;
    margin-right: 10px;
}/*频道相册列表1*/
.channelalbumlist1
{
    overflow: hidden;
}
.channelalbumlist1 li
{
    border-radius: 50%;
    float: left;
    position: relative;
    border: 5px solid rgba(1,88,186,.31);
    text-align: center;
    background: #fff;
}
.channelalbumlist1 li .AlbumTitle
{
    color: #0158ba;
    font-size: 48px;
    font-weight: bold;
    line-height: 1em;
    margin-top: 52px;
}
.channelalbumlist1 li .AlbumDescription
{
    color: #2b2c2c;
    font-size: 16px;
    line-height: 1.5em;
    font-weight: bold;
    margin: 25px auto 0;
}
.channelalbumlist1 li.n1
{
    width: 184px;
    height: 184px;
    margin-top: 20px;
}
.channelalbumlist1 li.n2
{
    width: 180px;
    height: 180px;
    margin-top: 110px;
    margin-left: 103px;
}
.channelalbumlist1 li.n3
{
    width: 190px;
    height: 190px;
    margin-top: 0;
    margin-left: 128px;
}
.channelalbumlist1 li.n4
{
    width: 250px;
    height: 250px;
    margin-top: 50px;
    margin-left: 123px;
}
.channelalbumlist1 li.n2 .AlbumDescription
{
    width: 114px;
    margin-top: 20px;
}
.channelalbumlist1 li.n4 .AlbumTitle
{
    font-size: 30px;
    margin-top: 98px;
}/*频道相册列表1*/
.channelalbumlist2
{
    overflow: hidden;
}
.channelalbumlist2 li
{
    float: left;
}
.channelalbumlist2 li img
{
    width: 238px;
    height: 107px;
    border: 1px solid #ddd;
    margin-top: -1px;
    display: block;
}
.channelalbumlist2 li img:hover
{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
.channelalbumlist3
{
    width: 1050px;
    margin: 0 auto;
}
.channelalbumlist3 li
{
    margin-right: 34px;
    width: 326px;
    height: 266px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}
.channelalbumlist3 li img
{
    display: block;
    width: 100%;
    height: 100%;
}
.channelalbumlist3 li:hover img
{
    transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transition: .5s linear;
    -o-transition: .5s linear;
    -moz-transition: .5s linear;
    -ms-transition: .5s linear;
    -webkit-transition: .5s linear;
}
.channelalbumlist4 li
{
    float: left;
}
.channelalbumlist4 li b
{
    color: #0158ba;
    font-size: 16px;
    font-weight: bold;
}
.channelalbumlist4 li span
{
    color: #2b2c2c;
    font-size: 14px;
    line-height: 36px;
    margin-right: 2px;
}/*==========@@通用列表  结束@@==========*/