@charset "utf-8";



html,
body {
    background: #fff;
    color: #333;
    font: 14px/1.6 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

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

a:hover {
    color: #e9280c;
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

ul,
li {
    list-style: none;
}

img {
    border: 0
}

button,
input,
select,
textarea {
    font-size: 100%
}





.page_bg {
    width: 100%;
    display: block;
    overflow: hidden;
    height: 500px;
}




.container {
    width: 1400px;
    margin: 0 auto;
}

@media (max-width:1520px) {
    .container {
        width: 1200px;
        margin: 0 auto;
        display: block;
    }

}

.header {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: 9;
}

.top_out {
    height: 95px;
    line-height: 95px;
    color: #fff;
}

.top_out .fl p {
    font-size: 14px;
}

.top_out .fr {
    font-size: 24px;
    background-image: url(../images/index_03.png);
    background-repeat: no-repeat;
    line-height: 55px;
    padding-left: 65px;
    height: 55px;
    margin-top: 20px;
}

.head_out {
    height: 75px;
    background-color: #fff;
    border-bottom: 2px solid #28a7e1;
    padding: 10px;
}

.header_nav {
    width: 50%;
    float: left;
    margin-left: 9%;
}


/*导航*/

.nav_out {
    width: 100%;
    display: block;
    margin-top: 13px;
    height: 50px;
    clear: both;
}

.nav_out nav {
    height: 50px;
    line-height: 40px;
}

.nav_out nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav_out nav ul li {
    position: relative;
    float: left;
    line-height: 50px;
    width: 16.6%;
}

.nav_line {
    height: 58px;
    width: 1px;
    overflow: hidden;
    display: none !important;
}

.nav_out nav a {
    display: block;
    font-size: 16px;
}

.nav_out nav a:hover {
    color: #0e6db8;
}

.nav_out nav a.active {
    color: #0e6db8;
}

.nav_out nav a.active:hover {
    color: #0e6db8;
}

.nav_out nav ul li dl {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 99;
    display: none;
    background: #fff;
}

.nav_out nav ul li dl dd {
    float: left;
    padding: 20px 0;
    width: 140px !important;
}

.nav_out nav ul li dl dd a {
    margin: 0 10px;
    padding: 0;
    padding: 8px 5px;
    text-align: center;
    line-height: 1.5;
}

.nav_out nav ul li:hover>dl {



    display: block;



}

.right_reasch {
    text-align: right;
    float: right;
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    margin-right: 10px;
}



.sb_search {
    float: left;
    position: relative;
    width: 30px;
    height: 29px;
    cursor: pointer
}

.sb-icon-search {
    display: block;
    width: 30px;
    height: 29px;
    cursor: pointer;
    background: url(../images/index_10.png) no-repeat;
}

.sb_search_in {
    display: none;
    position: absolute;
    z-index: 9;
    width: 200px;
    height: 36px;
    right: -20px;
    top: 67px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2)
}

.sb-search-input {
    display: block;
    float: left;
    width: 148px;
    padding-left: 10px;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    background: #fff;
    z-index: 9;
    border: none
}

.sb-search-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 30px;
    height: 29px;
    margin: 3px 5px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    background: url(../images/index_10.png) no-repeat;
}

/*banner*/
#flash {
    width: 100%;
    display: block;
}

#flash .swiper-slide {
    width: 100%;
}

#flash .swiper-slide .img {
    width: 100%;
    display: block;
}

#flash .swiper-slide .img img {
    width: 100%;
    display: block;
}

#flash .swiper-pagination-bullet {
    background: #fff;
    width: 8px;
    height: 8px;
    opacity: 1;
    display: inline-block;
    margin: 0 3px;
    vertical-align: middle;
}

#flash .swiper-pagination-bullet-active {
    background: none;
    border: 1px solid #fff;
    padding: 1px;
}

#flash .swiper-button-prev {
    background: url(../images/ad_ctr_01.png) no-repeat;
    width: 46px;
    height: 73px;
    left: 0 !important;
}

#flash .swiper-button-prev:after {
    display: none;
}

#flash .swiper-button-next {
    background: url(../images/ad_ctr_02.png) no-repeat;
    width: 46px;
    height: 73px;
    right: 0 !important;
}

#flash .swiper-button-next:after {
    display: none;
}

#flash .swiper-pagination-bullets {
    bottom: 10px !important;
}

/*banner*/
/*---------- banner style ----------*/
.banner {

  position: relative;

}

.banner .slider {

  width: 100% !important;
  height: 100vh;

  overflow: hidden;

  position: relative;

  z-index: 1;

}

.banner .slider-main {

  width: 1920px;

  height: 100%;

  position: absolute;

  left: 50%;

  margin-left: -960px;

}

.banner .slider-main li {

  width: 100%;

  height: 100%;

}

.banner .osSlider-main .slider-btn-prev {

  position: absolute;

  z-index: 30;

  top: 50%;

  left: -45px;

  width: 40px;

  height: 40px;

  text-indent: -9999px;

  margin-top: -20px;

  background: url(../images/arrowPrev.png) 50% 50% no-repeat;

  transition: all 0.5s linear;

  cursor: pointer;

}

.banner .osSlider-main:hover .slider-btn-prev {

  left: 3%;

}

.banner .osSlider-main .slider-btn-next {

  position: absolute;

  z-index: 30;

  top: 50%;

  right: -45px;

  width: 40px;

  height: 40px;

  text-indent: -9999px;

  margin-top: -20px;

  background: url(../images/arrowNext.png) 50% 50% no-repeat;

  transition: all 0.5s linear;

  cursor: pointer;

}

.banner .osSlider-main:hover .slider-btn-next {

  right: 3%;

  cursor: pointer;

}

.banner .osSlider-main .slider-nav {

  position: absolute;

  width: 100%;

  bottom: 40px;

  text-align: center;

  z-index: 25;

  font-size: 0;

}

.banner .osSlider-main .slider-nav li {

  display: inline-block;

  vertical-align: top;

  width: 18px;

  height: 18px;

  border: solid 1px #ffffff;

  text-align: center;

  font-family: Arial;

  font-size: 0;

  line-height: 32px;

  margin: 0 10px;

  border-radius: 50%;

  background: transparent;

  cursor: pointer;

  padding: 3px;

  -webkit-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  position: relative;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

}

.banner .osSlider-main .slider-nav li:before {

  content: "";

  display: inline-block;

  width: 12px;

  height: 12px;

  background-color: #ffffff;

  border-radius: 50%;

  left: 50%;

  top: 50%;

  margin-left: -6px;

  margin-top: -6px;

  -webkit-transition: all 0.5s ease-out;

  transition: all 0.5s ease-out;

  position: absolute;

  z-index: -1;

}

.banner .osSlider-main .slider-nav li.active {

  border-color: #feb301;

  color: #fff;

}

.banner .osSlider-main .slider-nav li.active:before {

  background: #feb301;

}



/*banner*/

.proleft_out {
    background-color: #0e6db8;
    background-image: url(../images/bg_04.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 29%;
    height: 887px;
    float: left;
    padding-top: 30px;
}

.cp_lb dl {
    border-bottom: 1px solid #2f8fda;
    clear: both;
}

.cp_lb dl dt {
    height: 61px;
    line-height: 61px;
    padding-top: 30px;
    margin-left: 30px;
}

.cp_lb dl dt img {
    display: inline;
    vertical-align: middle;
}

.cp_lb dl dt a {
    font-size: 24px;
    color: #fff;
}

.cp_lb dl dd {
    padding: 20px 0;
}

.cp_lb dl dd a {
    display: block;
    float: left;
    margin: 5px 0;
    padding: 0 30px;
    color: #fff;
}



.prolist_out {
    width: 68%;
    float: right;
    margin-top: 10px;
}

.protit {
    width: 100%;
    height: 26px;
    line-height: 26px;
}

.protit_txt {
    display: block;
    float: left;
    border-left: 5px solid #0e6db8;
    padding: 10px;
    font-size: 24px;
}

.protit_more {
    display: block;
    float: right;
}

.pro_list {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}

.pro_list dl {
    width: 31%;
    float: left;
    overflow: hidden;
    margin-right: 2%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    background: #f9f9f9;
    position: relative;
}

.pro_list dl a {
    line-height: 0;
}

.pro_list dl hr {
    background-color: #5685ca;
    width: 0px;
    position: absolute;
    bottom: 0;
    transition: width 1s linear;
    height: 2px;
    border: 0px;
}

.pro_list dl a:hover hr {
    width: 100%;
}

.pro_list dl:nth-child(3n) {
    margin-right: 0;
}

.pro_list dl dt {
    width: 100%;
    overflow: hidden;
    font-size: 0;
    background-color: #000;
    position: relative;

}

.pro_list dl dt .zhezhao {
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: block;
    margin-top: -100%;
}

.pro_list dl dt .zhezhao img {
    width: 53px;
    height: 53px;
    display: block;
    margin: 20% auto 0;
}

.pro_list dl dt .zhezhao h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-weight: normal;
}

.pro_list dl a:hover dt .zhezhao {
    margin-top: 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.pro_list dl dt img {
    width: 100%;
    transition: all .5s;

}


.pro_list dl dd {
    width: 100%;
    overflow: hidden;
}

.pro_list dl dd h4 {
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    width: 100%;
    overflow: hidden;
    color: #393939;
    text-indent: 16px;
    font-weight: normal;

}

.pro_list dl dd h4 i {
    float: right;
    width: 28px;
    height: 27px;
    display: block;
    margin-right: 18px;
    background: url(../images/arrow.png) no-repeat;
}

.pro_list dl:hover dd h4 i {
    background: url(../images/arrow02.png) no-repeat;
}

.pro_list dl:hover dd h4 {
    color: #1859b7;
}

.pro_list dl dd i {
    margin: 12px auto 5px;
    text-align: center;
    font-size: 100px;
    color: #999;
    display: block;
}

.pro_list dl dd h3 {
    text-align: center;
    font-size: 26px;
    color: #333
}

.about_out {
    background: url(../images/bg_07.jpg) no-repeat;
    width: 100%;
    height: 920px;
    margin-top: 30px;
}

.about_tit {
    background: url(../images/tit_bg_03.png) no-repeat;
    width: 733px;
    height: 60px;
    color: #fff;
    font-size: 42px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
}

.about_tit_out {
    clear: both;
    padding-top: 50px;
}

.about_tit_out p {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    color: #fff;
}

.about_content {
    margin-top: 80px;
}

.about_img {
    float: left;
    width: 50%;
    overflow: hidden;
}

.about_txt {
    float: right;
    width: 49%;
    background-color: #fff;
    height: 424px;
}

.about_in {
    padding: 45px;
}

.about_txt span {
    font-size: 24px;
    color: #0e6db8;
    text-align: center;
    display: block;
}

.about_txt p {
    line-height: 32px;
    padding-top: 20px;
}

.about_ico_list {
    width: 1015px;
    margin: 0 auto;
    padding-top: 50px;
}

.about_ico_list li {
    float: left;
    margin: 0 30px;
}

.about_ico_list li a {
    width: 142px;
    height: 37px;
    display: block;
    padding-top: 105px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.about_ico_list .aico01 a {
    background: url(../images/aico_01.png) no-repeat;
    background-position: center 20px;
}

.about_ico_list .aico02 a {
    background: url(../images/aico_03.png) no-repeat;
    background-position: center 20px;
}

.about_ico_list .aico03 a {
    background: url(../images/aico_05.png) no-repeat;
    background-position: center 20px;
}

.about_ico_list .aico04 a {
    background: url(../images/aico_07.png) no-repeat;
    background-position: center 20px;
}

.about_ico_list .aico05 a {
    background: url(../images/aico_09.png) no-repeat;
    background-position: center 20px;
}

.about_ico_list li:hover {
    background: rgba(0, 0, 0, 0.4);
    border: 1px solid #81b9d9;
}

.ys_tit {
    padding-top: 50px;
}

.ys_tit span {
    display: block;
    font-size: 40px;
    color: #0e6db8;
    background: url(../images/tit_bg_07.png) no-repeat;
    background-position: center bottom;
    text-align: center;
    width: 350px;
    padding-bottom: 10px;
    margin: 0 auto;
}

.ys_tit p {
    text-align: center;
    line-height: 50px;
}

.youshi_out {
    margin-top: 50px;
    background: url(../images/index_32.jpg) no-repeat;
    background-position: center;
    height: 818px;
    width: 100%;
}

.ys_list {
    width: 50%;
    float: right;
    margin-top: 25px;
}

.ys_item {
    width: 46%;
    float: left;
    margin: 2%;
    height: 340px;
}

.ys_item .ys_img {
    width: 158px;
    margin: 0 auto;
}

.ys_item .ys_item_tit {
    text-align: center;
    color: #0e6db8;
    font-size: 28px;
    margin: 20px auto;
}

.ys_item .ys_item_txt {
    line-height: 36px;
    text-align: center;
}

.case_tit {
    background: url(../images/tit_bg_10.png) no-repeat;
    width: 733px;
    height: 57px;
    color: #010101;
    font-size: 42px;
    text-align: center;
    margin: 0 auto;
    line-height: 40px;
}

.case_tit_out {
    clear: both;
    padding-top: 50px;
}

.case_tit_out p {
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
}

.case_list {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-top: 60px;
}

.case_list dl {
    width: 24.8%;
    display: block;
    overflow: hidden;
    float: left;
    margin: 0 0.1% 20px 0.1%;
    position: relative;
}

.case_list dl dt {
    width: 100%;
    display: block;
    overflow: hidden;
}

.case_list dl dt img {
    width: 100%;
    display: block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.case_list dl:hover dt img {
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    transform: scale(1.06);
}

.case_list dl dd {
    position: absolute;
    bottom: 0;
    background-color: #0e6db8;
    width: 100%;
    line-height: 60px;
}

.case_list dl dd p {
    font-size: 16px;
    color: #fff;
    text-align: left;
    text-decoration: none;
    padding-left: 20px;
    background: url(../images/index_40.png) no-repeat;
    background-position: right;
    margin-right: 10px;
}

.case_list dl .zhezhao {
    width: 100%;
    position: absolute;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    margin-top: -100%;
    z-index: 2
}

.case_list dl .zhezhao img {
    width: 53px;
    height: 53px;
    display: block;
    margin: 20% auto 0;
}

.case_list dl .zhezhao h3 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
    font-weight: normal;
}

.case_list dl:hover .zhezhao {
    margin-top: 0px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.news_out {
    background-color: #f0f8ff;
    width: 100%;
    height: 560px;
    padding: 50px 0;
    margin-top: 30px;
}

.news_left {
    float: left;
    width: 51%;
}

.news_class_tit {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    height: 70px;
}

.news_class_tit span {
    display: block;
    float: left;
    font-size: 24px;
    color: #191919;
    line-height: 70px;
}

.news_class_tit a {
    display: block;
    float: right;
    line-height: 70px;
}

.news_list dl {
    width: 100%;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid #ebebeb;
    padding: 30px 0;
    background: url(../images/index_47.png) no-repeat;
    background-position: right;
}

.news_list dl dt {
    width: 80px;
    border-right: 1px solid #ebebeb;
    text-align: center;
    margin-right: 15px;
    float: left;
}

.news_list dl dt h3 {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
}

.news_list dl dt p {
    font-size: 14px;
    color: #999;
    line-height: 16px;
    margin-top: 10px;
}

.news_list dl dd {
    display: inline-block;
    width: 78%;
}

.news_list dl dd h3 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    line-height: 28px;
}

.news_list dl dd p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.news_list dl:hover dt h3,
.news_list dl:hover dt p,
.news_list dl:hover dd h3,
.news_list dl:hover dd p {
    color: #0e6db8;
}

.news_right {
    float: right;
    width: 46%;
}

.news_r_img {
    padding: 15px 0;
    clear: both;
}

.news_r_img img {
    border-radius: 5px;
    width: 100%;
}

.news_list_2 dl {
    line-height: 38px;
    clear: both;
}

.news_list_2 dl a {
    float: left;
}

.news_list_2 dl a h3 {
    font-weight: normal;
}

.news_list_2 dl a h3 font {
    color: #0e6db8;
}

.news_list_2 dl span {
    float: right;
}

.link_out {
    padding: 20px 0;
}

.link_out span {
    background: url(../images/index_52.png) no-repeat;
    display: block;
    padding-left: 58px;
    height: 53px;
    line-height: 53px;
    font-size: 22px;
    color: #000;
    float: left;
}

.link_out ul {
    float: left;
}

.link_out li {
    float: left;
    padding: 0 20px;
    line-height: 53px;
}

.footer_out {
    background: url(../images/bg_09.jpg) no-repeat;
    height: 685px;
    width: 100%;
    margin-top: 30px;
    color: #fff;
}

.area {
    height: 66px;
    width: 100%;
}

.area li {
    float: left;
    line-height: 66px;
    color: #fff;
    padding-right: 30px;
}

.area li a {
    color: #fff;
}

.ft_contact {
    width: 30%;
    margin-top: 68px;
    float: left;
}

.ft_tit_en {
    font-size: 40px;
    display: block;
    line-height: 40px;
}

.ft_tit_cn {
    font-size: 24px;
    display: block;
    padding: 10px 0;
}

.ft_tit_out hr {
    border: 0px;
    width: 50px;
    height: 3px;
    background-color: #fff;
}

.ft_contact_info {
    padding-top: 48px;
}

.ft_cname {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}

.ft_contact_info li {
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
    margin: 8px 0;
}

.ft_contact_info .ft_ico01 {
    background: url(../images/index_59.png) 0 0 no-repeat;
}

.ft_contact_info .ft_ico02 {
    background: url(../images/index_59.png) 0 -42px no-repeat;
}

.ft_contact_info .ft_ico03 {
    background: url(../images/index_59.png) 0 -87px no-repeat;
}

.ft_contact_ewm {
    margin: 30px 0 0 30px;
}

.ft_contact_ewm img {
    border-radius: 5px;
    vertical-align: middle;
}

.ft_proclass {
    float: left;
    width: 26%;
    margin-top: 130px;
    margin-left: 50px;
}

.ft_pro_tit {
    font-size: 24px;
    margin-bottom: 20px;
}

.ft_proclass li {
    float: left;
    width: 50%;
    line-height: 40px;
}

.ft_proclass li a {
    color: #fff;
}

.ft_msg {
    background-color: #fff;
    width: 39%;
    height: 536px;
    float: right;
    color: #343434;
}

.ft_msg_content {
    width: 410px;
    margin: 0 auto;
    margin-top: 60px;
}

.ft_msg_tit {
    font-size: 16px;
}

.ft_msg_tit font {
    font-size: 30px;
    font-weight: bold;
}

.ly_list {
    margin-top: 30px;
}

.ly_list ul li {
    height: 76px;
    border-bottom: 1px solid #dcdcdc;
    clear: both;
}

.ly_list label {
    display: block;
    float: left;
    padding-left: 30px;
    height: 35px;
    line-height: 35px;
    margin-top: 26px;
}

.ly_list ul li input {
    float: right;
    width: 325px;
    height: 50px;
    margin-top: 16px;
    border: 0px;
}

.ly_list .msg_ico01 {
    background: url(../images/index_56.png) 0 8px no-repeat;
}

.ly_list .msg_ico02 {
    background: url(../images/index_56.png) 0 -90px no-repeat;
}

.ly_list .msg_ico03 {
    background: url(../images/index_56.png) 0 -190px no-repeat;
}

.ly_list .submit1 {
    background: url(../images/index_67.png) no-repeat;
    background-position: 120px;
    background-color: #0e6db8;
    width: 186px;
    height: 46px;
    line-height: 46px;
    color: #fff;
    border-radius: 10px;
    border: 0px;
    margin: 40px 0 0 100px;
}

/*左侧分栏*/
.copyright {
    line-height: 80px;
    text-align: center;
}

.copyright a {
    color: #fff;
}

.con_section {

    position: relative;

    padding: 20px 0 50px;

}

lside {
    display: block;
    position: relative;

    float: left;

    width: 20%;

}

lside section h2 {
    background: url(../images/p_tit.png) 10px no-repeat #0060a9;
    height: 112px;
    font-size: 30px;
    line-height: 112px;
    color: #fff;
    padding-left: 65px
}

lside .lside_list {
    border: 1px solid #dfdfdf;

    display: block;

    overflow: hidden;

    background: #fff;
    padding: 15px 0 30px;
}

lside .lside_list dl {
    border-bottom: 1px solid #dfdfdf;
    clear: both;
}

lside .lside_list dl dt {

    padding-left: 34px;

    font-size: 16px;

    color: #666;

    background: url(../images/side_ico.png) 90% no-repeat;

    display: block;
}

lside .lside_list dl dt a {
    display: block;
    padding: 15px 0 15px 20px;
    color: #4b4b4b;
}

lside .lside_list dl dt:hover {
    color: #fff;
    background: url(../images/side_ico1.png) 90% no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt:hover a {
    color: #fff;
}

lside .lside_list dl dt.current {
    color: #fff;
    background: url(../images/side_ico1.png) 90% no-repeat #ffa94c;
    display: block;
}

lside .lside_list dl dt.current a {
    color: #fff;
}

lside .lside_list dd {
    padding: 15px 8px;
    background-color: #f0f8ff;
}

lside .lside_list dd a {
    display: block;
    float: left;
    height: 24px;
    color: #333;
    font-weight: normal;
    line-height: 24px;
    background: url(../images/p_ico.png) 0 5px no-repeat;
    padding-left: 22px;
    margin: 5px;
}

lside .lside_list dl dd .current a,
.lside_list dl dd a:hover {
    background: #efefef;
}

.side_news {
    display: block;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    background: #fff;
    margin: 15px 0;
}

.side_news h3 {
    text-align: center;
    width: 100%;
    line-height: 83px;
    font-size: 24px;
    color: #fff;
    background: #004b98;
}

.side_news ul {
    list-style: none;
    padding: 15px 8px;
    display: block;
    overflow: hidden;
}

.side_news ul li {
    width: 100%;
    display: block;
    line-height: 42px;
    border-bottom: 1px solid #eeeeee;
}

.side_news ul li a {
    padding-left: 5px;
    display: block;
    font-size: 14px;
    color: #5c5c5c;
}

.side_news ul li a:hover {
    color: #004b98;
    text-decoration: underline;
}

/*右侧内容*/

article {

    width: 76%;

    float: right;

    padding: 0 10px;

}

.article_head {
    position: relative;
    height: 60px;
    border-bottom: 1px solid #ddd;
    line-height: 60px;
}

.article_head .position {
    position: absolute;
    top: 0;
    right: 0px;
    color: #aaa;
    font-family: '宋体';
}

.article_head .position a {
    color: #999;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
}

.article_head h1 {
    color: #555;
    font-weight: normal;
    font-size: 18px;
}



/*新闻列表*/

.module_list_article {

    padding: 10px;

}

.module_list_article dl {

    list-style: none;

    border-bottom: 1px solid #ddd;

    padding: 15px 0px;

    position: relative;

    clear: both;

}

.module_list_article dl dt {

    width: 20%;

    float: left;

}

.module_list_article dl dt img {

    width: 100%;

}

.module_list_article dl dd {}

.module_list_article dl dd h3 {

    font-size: 14px;

}

.module_list_article dl dd p {

    font-size: 12px;

    line-height: 20px;

    padding: 5px 0px;

    color: #666;

}

.module_list_article dl dd span {

    font-size: 12px;

    color: #666;

}



/*新闻详细*/

.article_content h1.article_title {
    font-size: 28px;
    font-weight: normal;
    padding: 5px 0
}

.article_content .article_infos {
    color: #818181;
    font-size: 12px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd
}

.article_content .article_infos span {
    margin-right: 10px;
}

.article_content .article_editor {

    padding: 0 10px;

}

/*图片列表*/

.module_list_img {
    padding: 10px;
    margin-top: 30px;
}

.module_list_img li {
    width: 32%;
    float: left;
    margin-right: 1.5%;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.module_list_img li:nth-child(3n) {
    margin-right: 0 !important;
}

.module_list_img li a {
    display: block;
    width: 100%;
    text-align: center;
}

.module_list_img li .img-size {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    height: 230px;
}

.module_list_img li h3 {
    font-weight: normal;
    background: #787979;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.module_list_img li:hover h3 {
    background: #0e6db8;
}


/*图片详情*/

.product-info {

    padding: 10px;

}

.product-img {

    width: 500px;

    float: left;

    border-right: 1px solid #eee;

    padding-right: 49px;

}

.product-img img {

    width: 100%;

}

.product-arr {

    float: left;

    width: 550px;

    padding-left: 50px;

}

.product-arr h3 {

    font-size: 24px;

    padding: 20px 5px;

    border-bottom: 1px solid #ddd;

}

.product-arr p {

    line-height: 28px;

    font-size: 14px;

}

.product_nav {
    height: 45px;
    line-height: 45px;
    margin: 30px 0;
    border: 1px solid #ddd
}

.product_nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #ddd;
    cursor: pointer
}

.product_nav li a {
    display: block;
    padding: 0 40px
}

.product_nav li.product_nav_now,
.product_nav li.product_nav_hover {
    background: #f7f8fa
}



/*留言*/

.msg_hr {
    border-top: 1px solid #ddd;
    margin: 0;
    padding: 0 5px 0 15px;
    font-weight: bold;
    font-size: 16px;
    background: #ddd;
    height: 60px;
    line-height: 60px;
}

:-ms-input-placeholder {
    color: #999
}

.msg {
    border: 1px solid #ddd;
    border-top: 0;
    overflow: hidden;
    text-align: left
}

.msg dl:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.msg dl {
    width: 100%;
    zoom: 1;
    background: #fff
}

.msg dl {
    border-top: 1px solid #ddd;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -ms-flexbox;
    position: relative;
    padding: 5px 0
}

.msg dl dt {
    padding: 15px 15px 10px 15px;
    width: 105px;
    text-align: left;
    font-weight: normal;
    overflow: hidden;
    line-height: 1.2
}

.msg dl dd {
    -moz-box-flex: 1.0;
    -webkit-box-flex: 1.0;
    box-flex: 1.0;
    -ms-flex: 1;
    padding: 2px 0 0 15px;
    margin: 10px 0
}

.msg dl dd label input {
    position: relative;
    top: 1px;
    margin-right: 3px
}

.msg dl dd .fbox {
    margin: 0 10px 0 0
}

.msg dl dd .tips {
    color: #aaa
}

.msg dl dd .tips:hover {
    color: #f00
}

.msg dl dd.labelinline label {
    display: inline
}

.msg dl dt.addimgdt {
    padding: 10px 5px 10px
}

.msg dl dt.addimgdt p {
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px
}

.msg dl.noborder {
    border-bottom: 0
}

.msg dl dd.ftype_description {
    color: #fff;
    padding: 8px;
    margin: 0 5px;
    background: #00AAFF
}

.ftype_input .fbox {
    float: left
}

.ftype_input .tips {
    float: left;
    padding-top: 5px
}

.ftype_input .fbox input {
    width: 350px;
    height: 28px;
    line-height: 28px\9;
    padding: 2px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0;
    border-radius: 2px
}

.placeholder-ie {
    position: relative
}

.placeholder-ie label {
    position: absolute;
    left: 8px;
    top: 7px;
    cursor: text;
    color: #999
}

.ftype_textarea .tips {
    display: block
}

.ftype_textarea textarea {
    width: 350px;
    line-height: 1.5;
    height: 100px;
    padding: 7px 5px;
    border: 1px solid #dcdfe0;
    background-color: #fff;
    color: #333;
    outline: 0
}

.ftype_select .tips,
.ftype_select-linkage .tips {
    display: block;
    margin-top: 5px
}

select {
    line-height: 31px;
    height: 31px;
    vertical-align: middle;
    background-color: #fff;
    outline: 0;
    border: 1px solid #ccc;
    padding: 4px;
    color: #656565
}

.ftype_radio .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_radio .fbox input[type='radio'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0;
    position: relative;
    top: -1px;
    margin-right: 6px
}

.ftype_radio .formerror {
    margin-top: 0
}

.ftype_checkbox .fbox input[type='checkbox'] {
    border-radius: 100%;
    bottom: 3px;
    height: 15px;
    position: relative;
    vertical-align: middle;
    width: 15px;
    margin: 0
}

.ftype_checkbox .fbox label {
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    margin: 0;
    display: block
}

.ftype_checkbox .fbox input {
    position: relative;
    top: -1px;
    margin-right: 6px !important
}

.ftype_checkbox .formerror {
    margin-top: 0
}

.ftype_transverse .fbox label {
    display: inline;
    margin-right: 15px
}

.submit {
    display: block;
    background: #23b7e5;
    border: 0 none;
    height: 34px;
    line-height: 26px;
    padding: 0 35px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun'
}

.submit:hover {
    background: #38c4f0
}

.submit.active {
    background: #1ba4cf
}

.msg dl dd.ftype_code input {
    width: 80px;
    margin-right: 10px
}

.msg dl dd.ftype_code img {
    height: 30px;
    position: relative;
    bottom: 2px
}



/*分页*/

.page-list {

    clear: both;

    margin: 20px 0px 0px 0px;

    text-align: center;

}

.page-list .page-item {
    display: inline-block;
}

.page-list .page-link {

    display: inline-block;

    font-family: Arial;

    font-size: 13px;

    padding: 7px 11px;

    margin-left: 6px;

    background-color: #fff;

    border: 1px solid #e6e6e6;

    border-radius: 4px;

}

.page-item.active .page-link {

    z-index: 1;

    color: #fff;

    background-color: #007bff;

    border-color: #007bff;

}

.page-item.disabled .page-link {

    color: #6c757d;

    pointer-events: none;

    cursor: auto;

    background-color: #fff;

    border-color: #dee2e6;

}

.img_01 {
    display: block;
    overflow: hidden;
}

.img_01 img {
    margin: 0 auto;
    max-width: 100%;
    display: block;
}