@charset "utf-8";

/* CSS Document */

body {
    min-width: 1300px;
    margin: 0 auto;
    font-family: 'Microsoft YaHei', '微软雅黑', SimSun, '宋体', 'Lucida Grande', Tahoma, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333;
    overflow-x: hidden;
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
}

a {
    color: #333;
}

ol li,
ul li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    color: #d45c38;
    cursor: pointer;
}

.clearboth {
    clear: both;
    height: 0px;
    width: 0px;
    font-size: 0px;
    line-height: 0px;
}

input[type='submit'],
input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

optgroup {
    font-weight: bold;
    font-style: normal;
    display: block;
}
table { border-collapse:collapse; border-spacing:0; }

/*Clear Fix*/ 
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix{ display:inline-block; } 
.clearfix { display:block; } 

.clear{ clear:both; font-size:0px; height:0px; overflow:hidden; }
.line5{ clear:both; font-size:0px; height:5px; overflow:hidden; }
.line10{ clear:both; font-size:0px; height:10px; overflow:hidden; }
.line15{ clear:both; font-size:0px; height:15px; overflow:hidden; }

.row {
    width: 1240px;
    margin: 0 auto;
    padding: 10px 0 0 0;
    overflow: hidden;
}

/*头部*/
.header .head-top {
    height: 40px;
    background: #333;
    color: #fcfbfb;
    font-size: 12px;
}

.header .head-top .left-box {
    display: block;
    float: left;
    line-height: 40px;
}

.header .head-top .left-box span {
    color: #c8c8c8;
    font-weight: 700;
}

.header .head-top .left-box a {
    margin: auto 3px;
    color: #fcfbfb;
}

.header .head-top .left-box a:hover {
    color: #34ad2a;
}

.header .head-top .right-box {
    float: right;
    margin-right: -8px;
    line-height: 40px;
}

.header .head-top .right-box a {
    margin: auto 8px;
    color: #fcfbfb;
    _display: inline;
    *zoom: 1;
}

.header .head-top .right-box a:hover {
    color: #34ad2a;
}

.header .head-top .right-box a i {
    margin-right: 2px;
    font-size: 12px;
}

.header .head-top .right-box strong {
    color: #444;
    font-size: 12px;
    font-weight: 700;
}

.header .head-nav {
    position: relative;
    height: 100px;
    background: #fff;
    color: #fff;
}

.header .head-nav a {
    color: #fff;
}

.header .head-nav .logo {
    position: absolute;
    top: 25px;
    left: 0;
    width: 180px;
    height: 50px;
}

.header .head-nav .nav-box {
    position: absolute;
    top: 30px;
    left: 21%;
    right: 0;
    line-height: 40px;
    height: 40px;
}

.header .head-nav .nav-box li {
    float: left;
    margin: auto 1.8%;
}

.header .head-nav .nav-box li a {
    color: #fff;
    font-size: 16px;
    line-height: 40px;
}

.header .head-nav .nav-box li a:hover {
    color: #f00;
}

#index .index a,
#news .news a,
#goods .goods a,
#video .video a,
#photo .photo a,
#down .down a,
.header .head-nav .nav-box li a:hover {
    color: #f00;
}

.header .head-nav .search-box {
    position: absolute;
    top: 30px;
    right: 0;
    width: 22%;
    height: 42px;
    overflow: hidden;
    _height: 43px;
}

.header .head-nav .search-box .input-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 65px;
    bottom: 0;
}

.header .head-nav .search-box .input-box input {
    display: block;
    margin: 0;
    padding: 5px 12px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 12px;
    transform: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.header .head-nav .search-box .input-box input::-moz-placeholder {
    color: #b3b3b3;
    opacity: 1;
}

.header .head-nav .search-box a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #333;
    font-size: 16px;
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    *top: 1px;
}

.header .head-nav .search-box a:hover {
    background: #34ad2a;
    border-color: #34ad2a;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header .head-nav .search-box a:hover i {
    color: #fff !important;
}

.header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.topBox {
    border-bottom: 1px solid #eeeeee;
    line-height: 1.5;
    overflow: hidden;
    width: 100%;
}

.top_nav {
    width: 1240px;
    overflow: hidden;
    margin: 0 auto;
    padding: 8px 0;
}

.top_nav .left {
    float: left;
}

.top_nav .right {
    float: right
}

.top_nav a {
    float: left;
    margin-right: 16px;
    font-size: 16px;
    padding-right: 16px;
    background: url(../images/top_nav_li.png) no-repeat center right;
}

.top_nav .right a {
    margin-right: 0;
    margin-left: 16px;
    padding-right: 0;
    padding-left: 16px;
    background-position: center left;
}

.top_nav i {
    font-style: normal;
    font-size: 16px;
    float: left;
}

.top_nav .right a:first-child,
.top_nav .left a:last-child {
    background: none;
}

.logoBox {
    padding-top: 0;
}

.logo_wrap {
    margin: 0 auto;
    width: 1240px;
    height: 160px;
    display: block;
    overflow: hidden;
    background: url("../images/header_bg.jpg") no-repeat bottom right;
    background-size: contain;
}

.logo {
    float: left;
    width: auto;
    padding: 20px 0 0 0;
    display: block;
}

.logo img {
    margin-top: 10px;
    width: auto;
    height: 100px;
}

.tol {
    float: right;
    position: relative;
    width: 340px;
    text-align: right;
    padding-top: 10px;
}

.tol a.oldBtn {
    margin: 10px;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #c02625;
    color: #fff;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
}
.tol a.oldBtn:hover {
    background: #ff3300;
}

.head_links {
    overflow: hidden;
    float: right;
}

.head_links li {
    float: left;
    font-size: 16px;
    padding-left: 16px;
    margin-left: 16px;
    background: url(../images/top_nav_li.png) no-repeat center left;
}

.head_links li:first-child {
    background: none;
}

.wrap_gnav {
    width: 100%;
    height: 50px;
    background: #fafafa;
}

.banner_list {
    margin: 0 auto;
    background: #fff;
    padding: 10px 20px;
    width: 1240px;
    display: block;
}

.banner_list img {
    width: 100%;
    height: auto;
}

.gnav {
    width: 1240px;
    margin: 0 auto;
}

.gnav ul {
    width: 1160px;
    margin: 0 auto;
    overflow: hidden;
}

.gnav ul li {
    padding: 0 35px;
    float: left;
    height: 50px;
    line-height: 50px;
    background: url(../images/nav_line_03.jpg) no-repeat left center;
}

.gnav ul li:first-child {
    background: none;
}

.gnav ul li a {
    font-size: 19px;
}

.gnav ul li:last-child a {
    font-size: 16px;
}

.searchBox {
    position: relative;
    width: 260px;
}

.ser {
    width: 240px;
    height: 32px;
    margin-top: 14px;
    position: relative;
    right: 0;
    border-radius: 20px;
}

.search {
    width: 240px;
    height: 32px;
    position: relative;
    float: right;
    *position: absolute;
    z-index: 1000;
    background: #fff;
    border-radius: 20px;
}

.search input {
    position: absolute;
    width: 159px;
    height: 32px;
    line-height: 32px;
    color: #323232;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.tab_con p {
    line-height: 2;
    margin-bottom: 10px;
}

.search input.notxt {
    padding-left: 20px;
}

.search input.notxt1 {
    position: absolute;
    width: 32px;
    background: url(../images/ser.png) no-repeat center center;
    height: 32px;
    top: 0;
    right: 10px;
    left: auto;
}

#nav {
    width: 100%;
    margin: 0 auto;
    background: #e9e9e9;
}

.nav_main{
    width: 1240px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.nav{
    width: 980px;
}
.nav li {
    width: 113px;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}
.nav li a {
    text-align: center;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 15px 0;
}
.nav li>a {
    font-size: 18px;
    color: #000;
    font-weight: normal;
}
.nav li>a:hover,
.nav li.onthisNav>a,
.nav li.active>a {
    background: #c02625;
    color: #fff;
}
.nav li .subNav {
    width: 100%;
    top: -1500%;
    background: #c02625;
    left: 0;
    position: absolute;
    border-top: 1px solid #c02625;
    z-index: 99999;
}
.nav li.onthisNav .subNav {
    top: 100%;
}
.nav li .subNav dl dd {
    line-height: 30px;
}
.nav li .subNav dl dd a {
    margin-left: 0;
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 10px 5px;
    line-height: 30px;
}
.nav li .subNav dl dd a:hover {
    background: #ff3300;
}
.nav:after {
    clear: both;
    content: '';
}
.nav li>a.oldBtn {
    margin: 8px 0 0 10px;
    padding: 10px 5px;
    font-size: 16px;
    background-color: #c02625;
    color: #fff;
    cursor: pointer;
}
.nav li>a.oldBtn:hover {
    background: #ff3300;
}

.fadeInUpSmall {
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        -ms-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUpSmall {
    -webkit-animation-name: fadeInUpSmall;
    animation-name: fadeInUpSmall;
}

.animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.wrap_footer {
    width: 100%;
    margin: 20px auto 0 auto;
    position: relative;
    overflow: hidden;
    background: #c02625;
    border-top: 1px solid #c02625;
}

.footer {
    width: 1240px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding: 40px 0;
    font-size: 15px;
    display: flex;
}

.mlink {
    margin: 0;
    width: 200px;
    height: auto;
}

.mlink img {
    display: inline-block;
    max-width: 100px;
    vertical-align: middle;
}

.copyRight {
    width: 940px;
    color: #f1f1f1;
    line-height: 24px;
    font-style: normal;
    display: flex;
    align-items: flex-start;
    text-align: left;
}

.copyRight a {
    color: #f1f1f1;
    text-decoration: underline;
}

.fc_01, .fc_02 {
    margin-left: 40px;
}

.fc_01 h2, .fc_02 h2 {
    margin-bottom: 10px;
    font-size: 18px;
}

.weixin_qrcode {
    width: 100px;
    height: auto;
    right: 0%;
    top: 60px;
    margin: 0;
    color: #fff;
}

.weixin_qrcode img {
    width: 80px;
    height: 80px;
}

/*.copyRight a:hover{color:#74f9c1;}*/

/*flexslider start*/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}
.flexslider {
    position: relative;
    zoom: 1;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.flexslider .slides {
    zoom: 1;
    overflow: hidden;
}
.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
    width: 100%;
    display: block;
}
.flex-pauseplay span {
    text-transform: capitalize;
}
.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 20px;
}

.flex-direction-nav {
    overflow: hidden;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 28px;
    height: 48px;
    position: absolute;
    margin-top: -20px;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-indent: -999em;
}

.flex-direction-nav .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-next {
    right: 0px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 6px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd;
}

.flex-pauseplay a:before {}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {}

.flex-control-nav {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: center;
    z-index: 1000;
}

.flex-control-nav li {
    cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:10px; margin:1px; overflow:hidden; background:#dedede;filter:alpha(opacity=50);opacity:0.5;line-height:999px;border-radius: 10px;margin-right: 10px;
}
.flex-control-nav li.on {
    background:#ffffff;
    filter:alpha(opacity=100);opacity:1;
}
.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 6px;
}

.flex-control-paging li a:hover {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
}
.imgResponsive {
    width: 100%;
    overflow: hidden;
    height: 0;
    display: block;
    padding-bottom: 380px;
    background: #fff;
    position: relative;
}

.imgResponsive img,
.imgResponsive02 img {
    width: 100%;
    transition: all 0.8s ease-in-out;
}

.video_list { width: 100%; overflow: hidden;}
.video_list li{margin: 1%; float: left; width: 23%; height: 180px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.video_list li img{width: 100%; height: 150px;}
.video_list li a p{ background-color: #ff9900; display: block; width: 100%; height: 30px; line-height: 30px; text-align: center;}
.video_list li a{display: block;position: relative;overflow: hidden;padding: 0;white-space: normal;text-overflow: ellipsis; color: #fff;}
.video_list li a:before{content: '';clear: both;position: absolute;left: 0;top:15px;width:4px;height: 4px;background: #d1d1d1;border-radius: 50%;}

.topic_list { width: 100%; overflow: hidden;}
.topic_list li{margin: 1%; float: left; width: 43%; height: 130px; background-position: center; background-repeat: no-repeat; background-size: cover;}
.topic_list li a{display: block;position: relative;  overflow: hidden;padding: 0; height: 130px; white-space: normal;text-overflow: ellipsis; color: #fff;}
.topic_list li img{width: 100%; height: 100px;}
.topic_list li a p{ background-color: #ff9900; position: absolute; padding: 5px 0; bottom: 0; left: 0; display: block; width: 100%; line-height: 26px; text-align: center;}
.quick {
    float: right;
    text-align: right;
}
.quick li {
    float: left;
    margin: 10px;
    border-radius: 6px;
    background-color: #d8d02f86;
    padding: 3px 6px;
}
.quick li a{
    display: inline-block;
    color: #fff;
}
.f12 {
    font-size:calc(100vw * 12 / 1920); 
}
.f16 {
    font-size: 16px
}
.f24 {
    font-size: 24px
}
.f36 {
    font-size:calc(100vw * 36 / 1920); 
    /* font-size: 36px; */
    line-height: 54px;
}
.red {
    font-style: normal;
    color: #d92f26;
    font-weight: 500;
}
.hide {
    display: none;
}
/*文本框样式*/
input.wide{width:250px;}
input.txt{width:200px;}
input.small{width:50px;}
.input{display:inline;margin-right:5px;padding:5px;height:18px;line-height:18px;vertical-align:middle;background:#fff;color:#999px;border:1px solid #CACACA;border-radius:4px 4px 4px 4px;font-family:'Microsoft YaHei';}
/*按钮样式*/
.btn{border-radius:2px 2px 2px 2px;color:#FFF;display:inline-block;height:30px;line-height:30px;min-width:48px;padding:0 25px;text-align:center;font-family:'Microsoft Yahei';}
.btn{background-color:#1E7BB3;background-image:-moz-linear-gradient(center top , #3999D2, #1E7BB3);border-bottom:1px solid #02598E;box-shadow:0 1px 2px #BBBBBB;text-shadow:0 -1px 0 #1E7BB3;}
.btn:hover{color:#FFF;opacity:0.9;}
.btn-mini{height:20px;line-height:20px;padding:1px 8px 0;}
input.btn, button.btn{border-left:0 none;border-right:0 none;border-top:0 none;cursor:pointer;}
.btn-success{background-color:#52A152;background-image:-moz-linear-gradient(center top , #5FBE5F, #52A152);border-bottom:1px solid #417F41;text-shadow:0 -1px 0 #52A152;}
.btn-error{background-color:#CB423B;background-image:-moz-linear-gradient(center top , #E85A56, #CB423B);border-bottom:1px solid #AA352F;text-shadow:0 -1px 0 #CB423B;}
.btn-gray{background-color:#DDDDDD;background-image:-moz-linear-gradient(center top , #EEEEEE, #DDDDDD);border-bottom:1px solid #A9A9A9;text-shadow:0 -1px 0 #EEEEEE;}
.btn-gray, .btn-gray:hover{color:#777777;}

.form_box dl{clear:both;padding:10px;}
.form_box dl dt{display:block;float:left;width:200px;text-align:right;}
.form_box dl dt em{padding-right:5px;color:#FF0000;font-style:normal;}
.form_box dl dd{margin-left:200px;padding-left:10px;}
.form_box dl dd i{display:block;line-height:28px;color:#999;font-style:normal;}
.form_box dl dd em{line-height:28px;color:#999;font-style:normal;}
.form_box dl dd .btn_submit{padding:10px 30px;border:1px solid #fd6929;background:#f64712;color:#fff;font-size:14px;line-height:1em;cursor:pointer;font-family:'Microsoft YaHei';}