@charset "utf-8";
/*
  Version:TB.H5.M1610
  Author:wellwap team.
  Email:wellwap@qq.com
*/
* {
    margin: 0;
}

html,body,#page {
    height: 100%;
    padding: 0;
    margin: 0;
}
/*
@font-face {font-family:'MSYH';src:url('../fonts/MSYH.ttf') format('truetype');}
@font-face {font-family:'FZZDHJW';src:url('../fonts/FZZDHJW.ttf') format('truetype');}
*/
body {
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: "MSYH",'Microsoft Yahei',Helvetica,Arial,san-serif;
    font-size: 14px;
}
input,textarea,button,select {
    font-family: "MSYH",'Microsoft Yahei',Helvetica,Arial,san-serif;
    font-size: 14px;
}
a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #f00;
}

ul,ol,dl,li {
    list-style: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: visible;
}

address,em {
    font-style: normal;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    width:100%;
    display: inline-block;
    clear:both;
}

.CLEAR {
    clear: both;
}

.hidden {
    display: none!important
}

*:focus {
    outline: none
}

img,a img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}
header,section,article,nav,figure,footer,address,aside,dialog,menu {
    display: block;
    height: auto;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
}
#menu_con *,#menu_con *:hover{
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

/*display:block; for lte IE 8 support html5*/
#load {
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0px;
    background:#fff url(../images/loading.gif) 50% 45% no-repeat;
    z-index:99;
}

#main {
    width: 1200px;
    min-width: 1200px;
    height: auto;
    min-height:300px;
    margin: 10px auto;
    padding: 0;
    background: #fff;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}
#page {
    width: 1100px;
    height: auto;
    margin: 0px auto;
    padding: 0;
    overflow: hidden;
}
#idxmain {
    width: 100%;
    min-width: 1100px;
    height: auto;
    margin: 0px auto;
    padding: 0;
    background: #fff;
    vertical-align: top;
    position: relative;
    overflow: hidden;
}

.wbg {
    background: #fff;
}
.w960 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.w1260 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.w1050 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.w100 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
section {
    width: 100%;
    padding: 0;
    margin: 0px auto;
    height: auto;
    margin-top: 0px;
}
#aside {
    margin: 0;
    padding: 0;
    min-height: 300px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 240px;
    float: left;
    margin-left: 0px;
    background: #fff;
    position: relative;
    overflow: hidden;
}

#content {
    width: 721px;
    float: left;
    margin-right: 0px;
    padding: 10px 0 100px 40px;
    vertical-align: top;
    border-left: 1px solid #ddd;
    margin-left: -1px;
    overflow: hidden;
}
.hbox {
    height: auto;
    width: 730px;
    *width: 728px;
    width: 728px\0;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background: #fff;
    overflow: hidden;
}
.clearbox {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#content > .show {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    line-height: 24px;
    overflow: hidden
}
.showcontent {
    width: 100%;
    margin: 50px auto
}
.showcontent h1 {
    line-height: 30px;
    padding: 0 0 20px 0;
    font-weight: normal;
    display: none
}
.showcontent .sharedown {
    margin: 50px auto 30px;
}
.gray {
    background: #fff;
}
.gray7 {
    background: #f7f7f7
}


/*banner*/
#swiper1{
    width: 100%;
    margin:0 auto;
    height:auto;
    overflow:hidden;
}


.banner {
    width: 100%;
    margin: 0 auto;
    height: auto;
    text-align: center;
    position:relative;
    overflow: hidden;
}
.banner img {
    border: 0;
    text-align: center;
    vertical-align: top;
    margin: 0;
    padding: 0;
    width: 100%;
}
#home .banner {
    display: none;
}


.yuyue {
    width:410px;
    height:210px;
    background:#fff url(/images/aboutbg.png) right center no-repeat;
    border-radius:6px;
    padding:35px;
    position:absolute;
    right:0;
    top:0;
    margin-top:0;
    z-index:10;
}

.yuyue h3 {
    font-size:42px;
    line-height:40px;
    padding-top:20px; 
	color:#002C69;
}
.yuyue h3 b {
    color:#F7B71D;
}
.yuyue p {
    padding:10px 0;
    line-height:25px;
    color:#666;
    font-size:18px;
}
.yuyue p a {
    display:block;
    width:150px;
    height:50px;
    line-height:50px;
    text-align:center;
    color:#fff;
    background:#F7B71D;
    border-radius:4px;
}

header {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 100;
    background: #f1f1fd;
    overflow: visible;
}
.toptext {
    width:auto;
    height:30px;
    margin:35px 0 0 40px;
    padding-left:20px;
    border-left:1px solid #ddd;
}
.toptext i,.toptext em {
    font-style:normal;
    float:left;
}
.toptext span {
    float:right;
}
.toptext span b {
    font-size:16px;
}

.hdbox {
    height: 100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    overflow: visible;
}
.hdbox a.logo {
    display: block;
    height: auto;
    margin: 0;
    float: left;
    width: auto;
    position:relative;
    left: 0px;
    top: 0px;
    z-index: 999;
    padding:0;
    text-align:center;
}
.hdbox a.logo img {
    height: 60px;
    vertical-align: middle;
    margin: 20px 0;
}
.lang {
    display: inline-block;
    position: absolute;
    right: 0PX;
    top: 5px;
    width: auto;
    height: 90px;
    line-height: 25px;
    font-size: 16px;
    font-weight: normal;
    color:#666;
    overflow:hidden;
}
.lang span {
    display:inline-block;
    line-height: 25px;
    padding-left:5px;
    margin-top:20px;
    background-size:20px;
}
.lang span b{
    color:#f00;
}
.lang a,.lang a:visited {
    color: #666;
    margin-left: 10px;
    text-align:center;
    font-weight: normal;
    font-size: 14px;
    display:inline-block;
    padding:0px;
    width:45px;
    height:45px;
    line-height:45px;
    border-radius:50%;
    position:relative;
    opacity:1;
}
.lang a img {
    width:100%;
    height:inherit;
    position:relative;
}
.lang a:hover {
    color:#f00;
}
.lang a .p1 {
    z-index:10;   
}

.lang a .p2 {
    position:absolute;
    left:0;
    top:0;
}


.lang a.sq{
    background:#f96;
}
.lang a.sq:hover{
    background:#f66;
}

.lang a.az{
    background:#69f;
}
.lang a.az:hover{
    background:#33f;
}

.lang a.faq{
    background:#9d6;
}
.lang a.faq:hover{
    background:#409F01;
}

.lang a.sh{
    background:#F7B71D;
}
.lang a.sh:hover{
    background:#d91;
}

.lang a i{
    display:block;
    height: 16px;
    line-height: 16px;
    font-style:normal;
}



.sebtn {
    display: inline-block;
    position: absolute;
    right: 120PX;
    top: 28px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background:url(../images/search_red.png) 50% 50% no-repeat;
    background-size:32px;
}
.sebtn a{
    display: inline-block;
    width: 32px;
    height: 32px;
    color:#333;
    text-indent:-9999px;
}
.seclose {
    display: inline-block;
    position: absolute;
    right: 0PX;
    top: 28px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background:url(../images/close.png) 50% 50% no-repeat;
    background-size:33px;
}
.seclose a{
    display: inline-block;
    width: 32px;
    height: 32px;
    color:#fff;
    text-indent:-9999px;
}

.sebox {
    left: 0;
    top: 0;
    width: 100%;
    height: 50px;
    font-size: 14px;
    background: #063494;
    z-index:999;
}
.seform {
    display:block;
    position: absolute;
    right:0px;
    top:14px;
    width: 240px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.seform input,.seform button,.seform select {
    float:left;
}
.seform input{
    width: 170px;
    height:32px;
    padding:0 2px;
    border:0;
    margin:0;
}
.seform button{
    width:60px;
    background: #002C69;
    color:#fff;
    border:0;
    height:32px;
    margin:0;
    padding:0;
}

.lang img {
    float:left;
    width: 90px;
    height: 90px;
    margin:0 10px 0 0;
    padding:0;
}
.lang .seform {
    float:right;
    display: block;
    position: relative;
    right: 0px;
    top: 14px;
    width: 476px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
.lang .seform input{
    width: 212px;
    height:32px;
    padding:0 0 0 4px;
    border:0;
    margin:0;
    background:#f1f1f1;
}


header .w1050 {
    overflow: visible;
}
nav {
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 900;
    overflow: visible;
}
nav ul {
    position: relative;
    margin: 0 auto;
    height: inherit;
    text-align: right;
    width: 100%;
    overflow: visible;
}
nav ul li {
    display: inline-block;
    text-align: center;
    width: 11.5%;
    padding: 0 0px 0 0px;
    line-height: 50px;
    float: left;
    position: relative;
}
nav ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    display: block;
    border-right:0;
}
nav ul li.home a {
    display:inline-block;
    padding-left:24px;
    background:url(../images/home.png) left center no-repeat;
}
nav ul li a.upp {
    text-transform: uppercase
}
nav ul li:hover,nav ul li a:hover,nav ul li.this a,nav ul li.this a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #002C69;
}
nav ul li:hover a{
    color:#fff;
}

nav ul li dl {
    width: 360%;
    margin: 0 0px;
    line-height: 18px;
    padding: 0;
    display: none;
    background:rgba(0,0,0,.5);*
    background:url(../images/gray50.png) repeat;
    background:url(../images/gray50.png) repeat\0;
    background:url(../images/gray50.png) repeat\9;
    position: absolute;
}
nav ul li dl dt {
    max-height: 52px;
    width:50%;
    height:34px;
    float:left;
    text-align:left;
    text-indent:24px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
}
nav ul li dl dt a {
    padding: 8px 0;
    border: 0;
    font-weight:normal;
}
nav ul li.this dl a {
    color: #333;
    line-height: 18px;
}
nav ul li dl a,nav ul li.this dl a {
    color: #fff;
    text-decoration: none;
    background:none  left top repeat-x;
}
nav ul li dl a:hover,nav ul li.this dl a:hover {
    color: #fff;
    text-decoration: none;
    background: #EC3031 left top repeat-x;
}
nav ul li dl dt a {
    font-size: 14px;
}
nav ul li dl dt:last-child {
    padding-bottom: 0px;
}

.thisnav {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd
}
.thisnav p {
    line-height: 30px;
}

@-webkit-keyframes scale {
    0% {
        -webkit-transform: scale(.98,.98);
    }
    100% {
        -webkit-transform: scale(1,1);
    }
}
@keyframes scale {
    0% {
        transform: scale(.98,.98);
    }
    100% {
        transform: scale(1,1);
    }
}
@-webkit-keyframes rescale {
    0% {
        -webkit-transform: scale(1,1);
    }
    100% {
        -webkit-transform: scale(.98,.98);
    }
}
@keyframes rescale {
    0% {
        transform: scale(1,1);
    }
    100% {
        transform: scale(.98,.98);
    }
}



.w1050 h2.t {
    text-align: center;
    line-height: 25px;
    padding: 30px 0 10px 0;
    font-size: 20px;
    position: relative
}
.w1050 h2.t:after {
    content: none;
    display: inline-block;
    width: 50px;
    height: 3px;
    background: #E83C04;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0
}

.w1050 h2.t.fl {
    text-align: left;
    line-height: 30px;
    padding: 100px 0 30px 30px;
    font-size: 20px;
    position: relative;
    font-weight: normal
}
.w1050 h2.t.fl:after {
    content: '';
    width: 55px;
    position: absolute;
    left: 30px;
    margin-left: 0;
    bottom: 0
}

.w1050 h2.t.app {
    padding: 50px 0 40px;
    font-size: 42px;
}
.w1050 h2.t.app:after {
    content: '';
    width: 120px;
    height: 2px;
    background: #D9115E;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    bottom: 0
}
.w1050 .st {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding: 20px 0
}

.carousel-inner {
    width: 100%;
    height: auto;
}
.carousel-inner .item {
    width: 100%;
    min-width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
}
.movepic {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: center;
}
.movepic img.p2 {
    position: absolute;
    float: none;
    max-width: 100%;
    left: 0;
    top: 0
}

.anim01 {
    position: absolute;
    left: 20%;
    top: 200px;
    z-index: 10
}


.type {
    width:100%;
    padding: 10px 0px;
    margin: 60px auto 10px auto;
    height: auto;
    text-align:center;
    color:#fff;
    position:absolute;
    top:0;
    z-index:10;
    overflow: hidden;
}
.type h2 {
    width:100%;
    text-align:center;
    height: 30px;
    line-height: 30px;
    padding-bottom:10px;
    margin-bottom:30px;
    float: left;
    color: #fff;
    font-size:32px;
    font-weight:normal;
    position:relative;
}
.type h2:after{
    content:'';
    width:50px;
    height:2px;
    background:#f90;
    position:absolute;
    bottom:0;
    left:50%;
    margin-left:-25px;
}
.type .son{
    width:960px;
    max-width:100%;
    height:auto;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
}
.type h3 {
    display:inline-block;
    text-align:center;
    float: none;
    color: #fff;
    font-size:24px;
    margin:5px;
}
.type h3 a {
    display:block;
    font-size:16px;
    padding:8px 20px;
    background: #063494;
    color:#fff;
    border-radius: 6px;
    font-weight:normal;
}
.type h3.cur a,.type h3 a:hover{
    background:#f90;
}


.type iframe {
    text-align: right;
}
.box {
    text-align: right;
}
.box strong,.box .wtpic,.box .wtline,.box .st,.box .kqzl,.box .zl_txt
{
    float: none;
}

.pl {
    width: 398px;
    border: 1px solid #fff;
    float: left;
    margin-left: 0px;
}
.pc {
    width: 348px;
    border: 1px solid #fff;
    float: left;
    margin-left: 20px;
}
.pr {
    width: 308px;
    border: 1px solid #fff;
    float: right;
    margin-right: 0px;
}

.idx_about {
    height: 300px;
    line-height: 22px;
    padding: 0;
    text-align: justify;
    background: #fff;
    margin-left: 20px;
}
.idx_about.FL {
    margin-left:0;
}
.idx_about .show {
    padding: 10px 10px;
}
.showab {
    padding:10px;
}
.showab p {
    text-indent:2.0em;
}
.showab img {
    width: 96%;
    height:220px;
    margin:9px 2% 0;
}


.bigtit {
    width:100%;
    height:auto;
    text-align:center;
    padding:30px 0 20px 0;
    overflow:hidden;
}
.bigtit h3 {
    font-size:30px;
    line-height:50px;
    color: #002C69;
}
.bigtit i {
    display:inline-block;
    width:auto;
    font-style:normal;
    text-transform:uppercase;
    color:#999;
}



.fwys {
    width:100%;
    height:auto;
    padding:20px 0 40px;
    overflow:hidden;
}
.fwys li {
    width:21%;
    padding:0 2%;
    float:left;
    text-align:center;
}
.fwys li img {
    width:80px;
    height:80px;
    margin-bottom:10px;
}
.fwys li h5 {
    font-size:18px;
    line-height:40px;
}
.fwys li p {
    color:#666;
    font-size:12px;
    line-height:20px;
}


.idx_row {
    width: 1200px;
    height:auto;
    margin:0 auto;
    padding: 0px;
    float:none;
    border:0;
    overflow:hidden;
}
.idx_news {
    width: 1200px;
    float:right;
    height: 300px;
    padding: 0px;
    background: #fff;
}
.idx_news.pc{
    width:348px;
    margin-left:0;
    margin-right:20px;
}
.idx_row h2,.idx_news h2,.idx_about h2,.idx_picnews h2 {
    text-align: left;
    height: 40px;
    line-height: 43px;
    padding: 0 0px;
    font-size: 16px;
    position: relative;
    font-weight: normal;
    border-bottom: 1px solid #eee;
    background: #f9f9f9;
    overflow: visible;

}

.abbg {
    color:#fff;
    background: #002C69;
}
.abbg .bigtit h3,.abbg .bigtit i{
    color:#fff;
}
.csbg {
    background:#F9F9F9;
}

.w1050 h2 a.more {
    float: right;
    font-size: 12px;
    font-weight: normal;
    display:inline-block;
    background:#333;
    color:#fff;
    padding:0 10px;
    line-height:20px;
    height:18px;
    margin: 12px 10px 0 0;
    border-radius:4px;
}
.idx_row h2 b,.idx_news h2 b,.idx_about h2 b,.idx_picnews h2 b{
    display: inline-block;
    width: auto;
    height: 20px;
    line-height: 22px;
    background:none;
    text-indent: 10px;
    position: absolute;
    left: 0px;
    bottom: 10px;
    color: #d00;
    text-align: center;
    font-weight: bold;
    font-size:18px;
    z-index: 8;
    border-left:3px solid #d00;
}
.idx_row h2:hover b,.idx_news h2:hover b,.idx_about h2:hover b,.idx_picnews h2:hover b{
    color:#f00;
    border-left:3px solid #f00;    
}
.idx_row h2 span {
    display:block;
    width:74%;
    margin:0 auto;
    position:absolute;
    left:12%;
    text-align:center;
    white-space:nowrap;
    overflow:hidden;
}
.idx_row h2 span strong {
    display:inline-block; 
    margin:0 5px;
    padding:0 5px;
    height:32px;
    line-height:32px;
    font-weight:normal;
}
.idx_news ul {
    padding: 15px 20px;
    width: auto
}
.idx_news ul li {
    width: 100%;
    text-align: left;
    line-height: 25px;
    padding: 12px 0px 12px 0;
    border-top: 1px dotted #ddd;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.idx_news ul li:first-child {
    padding-top: 0;
    border-top: 0;
}
.idx_news ul li b {
    font-weight: normal;
    float: left;
    display: inline-block;
    width: 280px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.idx_news ul li time {
    float: right;
    color: #999;
    display: inline;
    font-size: 12px;
    text-align: right;
}
.idx_news ul li:first-child time {
    top: 0
}
.idx_news .more ,.idx_about .more {
    text-align: center;
}
.idx_about .more a {
    display: inline-block;
    background: #E83C04;
    color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 40px;
    border-radius: 18px;
}

.idx_picnews {
    width:678px;
    float: left;
    height: 301px;
    overflow:hidden;
    background:#fff;
    border: 1px solid #fff;
    border-bottom: 1px solid #ccc;
}


.abshow {
    width:100%;
    height:auto;
    overflow:hidden;
    padding-bottom: 20px;
    position:relative;
}
.slbox {
    width: 45%;
    float:right;
    margin: 20px 2% 0 0;
}
.slbox img {
    width: 100%;
    height:auto;
}
.abtxt {
    width: 60%;
    float: none;
    margin: 10px auto;
    line-height:30px;
    text-indent: 0em;
    font-size:16px;
    text-align: center;
}
h4.more {
    width:100%;
    height:60px;
    position:absolute;
    left:0;
    bottom:40px;
    text-align:center;
    z-index:10;
}
h4.more a {
    display:block;
    margin:0 auto;
    height:60px;
    line-height:54px;
    width:150px;
    background:#000;
    color:#fff;
    font-size:48px;
    border-radius:4px;
    font-weight:normal;
}
h4.more a:hover {
    background:#fff;
    color:#F7B71D;
    transition:all .3s;
}

h3.more {
    clear:both;
    width:100%;
    height: 40px;
    position:relative;
    text-align:center;
    z-index:10;
    margin: 0 0 10px;
}
h3.more a {
    display:block;
    margin:0 auto;
    height:40px;
    line-height:40px;
    width:150px;
    background:#999;
    color:#fff;
    font-size:16px;
    border-radius:4px;
    font-weight: normal;
    text-transform:capitalize;
}
h3.more a:hover {
    background:#F78F22;
    color:#fff;
    transition:all .3s;
}

.aboutpic ul{
    width:100%;
    height:auto;
    text-align:center;
    margin-bottom: 40px;
    overflow:hidden;
}
.aboutpic ul li{
    display:inline-block;
    width:32%;
    margin:0;
    float:left;
    position:relative;
    overflow:hidden;
}
.aboutpic ul li img{
    width:100%;
}
.aboutpic ul li strong{
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:-100%;
    background:rgba(0,0,255,.3);
    transition:all .3s ease;
}
.aboutpic ul li a:hover strong{
    top:0;
    padding-top: 28%;
    color:#fff;
    font-size:24px;
    font-weight:normal;
    transition:all .3s ease;
} 
.aboutpic ul li.ct{
    margin:0 2%;
}


.idx_pic {
    height: 300px;
    line-height: 22px;
    padding: 0;
    text-align: justify;
    background: #fff;
    margin-left: 10px;
}
.idx_pic img {
    width: 258px;
    height: 192px;
    max-width: none;
}
.idx_pic .p2 {
    width: 100%;
    height: 90px;
    margin-top: 10px;
}

.idx_down {
    display: inline-block;
    width: 240px;
    height: 60px;
    position: absolute;
    left: 53%;
    margin-left: -115px;
    bottom: 13%;
    z-index: 10;
    text-indent: -9999px;
}

.idx_shop form {
    background: #e9e9e9;
    text-align: center;
    padding: 15px 0;
}
.idx_shop form p {
    padding: 0 0 10px 0;
}
.idx_shop form input {
    border: 1px solid #666;
}
.srbox {
    background: none;
    height: auto;
    margin-top: 0px;
}

.idxtab {
    width:245px;
    height:auto;
    float:left;
    margin: 20px 0 20px 20px;
} 
.idxtab li{
    margin-bottom:5px;
    line-height:46px;
    text-align:center;
    width:100%;
}
.idxtab li a{
    display:inline-block;
    width:99%;
    line-height:inherit;
    background:#f9f9f9;    
    border:1px solid #f1f1f1;
    position:relative;
}
.idxtab li a:hover,.idxtab li a.selected{
    color:#fff;
    background:#D10;    
    border:1px solid #D10;
}


#tjcp {
    width: 100%;
    height:auto;
    float:right;
    margin: 10px auto 10px;
    background:none;
    border:0;
    padding: 0px 0 0 0px;
}
#tjcp .tag {
    padding:0;
    width:100%;
    height:auto;
    overflow:hidden;
} 
#tjcp .tag ul{
    padding:0px;
    width:100%;
    height: auto;
    overflow:hidden;
}
#tjcp .tag ul li{
    width: 225px;
    padding:0;
    float:left;
    margin: 0px 20px 20px 0px;
    position:relative;
    overflow:hidden;
}
#tjcp .tag ul li.last,#tjcp.idxtag .tag ul li.last{
    margin-right:0;
}
#tjcp .tag ul li a {
    display:block;
    margin:0 auto;
    position:relative;
    width:100%;
    height: 265px;
    padding:0px;
    background:#fff;
    text-align:center;
    overflow:hidden;
}
#tjcp .tag ul li a strong,#tjcp .tag ul li a span {
    display:inline-block;
    width:90%;
    height:20px;
    line-height:20px;
    padding:10px 5%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    z-index:10;
    color: #002C69;
    text-align:center;
    font-size:16px;
    font-weight:normal;
    background:#f9f9f9;
}
#tjcp .tag ul li a:hover strong{
    background:#f90;
    color:#fff;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}
#tjcp .tag ul li a span{
    font-size:12px;
    color:#333;
}
#tjcp .tag ul li a span font {
    color:#f00;
}
#tjcp .tag ul li a i {
    display:block;
    width:100%;
    height: 225px;
    overflow:hidden;
}
#tjcp .tag ul li a img {
    width:100%;
    height: 225px;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}

#tjcp .tag ul li a:hover img{
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}


#tjcp .tag ul.case li a {
    display:block;
    margin:0 auto;
    position:relative;
    width:100%;
    height: 225px;
    background:#fff;
    text-align:center;
    overflow:hidden;
}
#tjcp .tag ul.case li a i {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 0px;
}
#tjcp .tag ul.case li a strong{
    position:absolute;
    left:0;
    bottom:0;
    font-size:14px;
}
#tjcp .tag ul.case li a:hover strong{
    height:100%;
    line-height:230px;
    background:rgba(0,0,255,.3);
    color:#fff;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}


#tjcp.idxtag .tag ul li{
    width: 224px;
    padding:0;
    float:left;
    margin: 0px 20px 20px 0px;
    position:relative;
    overflow:hidden;
}



@-webkit-keyframes scaleIn{
	0%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);}
	100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
}
@-moz-keyframes scaleIn{
	0%{-moz-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1);}
	100%{-moz-transform:scale3d(1,1,1);transform:scale3d(1,1,1);}
}
@keyframes scaleIn{
	0%{transform:scale3d(1.5,1.5,1.5);}
	100%{transform:scale3d(1,1,1);}
}
@-webkit-keyframes scale{
	0%{-webkit-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)}
	100%{-webkit-transform:scale3d(1.1,1.1,1.1);
	transform:scale3d(1.1,1.1,1.1);}
}
@-moz-keyframes scale{
	0%{-moz-transform:scale3d(1,1,1);
	transform:scale3d(1,1,1)}
	100%{-moz-transform:scale3d(1.1,1.1,1.1);
	transform:scale3d(1.1,1.1,1.1);}
}
@keyframes scale{
	0%{transform:scale3d(1,1,1);}
	100%{transform:scale3d(1.1,1.1,1.1);}
}

.idxzs {
    margin-top: 52px;
}
.idxzs img{
    width:100px;
    height:140px;
    float:left;
    padding:9px;
    border:1px solid #f1f1f1;
    background:#f9f9f9
}
.idxzs a:first-child img {
    margin-right:5px;
}



.flink {
    padding: 20px 20px 20px 0;
    width: 1080px;
    height:auto;
    overflow:hidden;
}
.flink li {
    width:12.5%;
    height:auto;
    overflow:hidden;
    float:left;
    text-align:right;
}
.flink li a {
    display:block;
    width:115px;
    height:40px;
    border:1px solid #e9e9e9;
    text-align:center;
    line-height:40px;
    float:right;
    vertical-align:middle;
    overflow:hidden;
}
.flink li img {
    width:auto;
    max-width: 113px;
    height:auto;
    max-height:36px;
    padding:2px 1px;
}


.marquee {
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 5px auto 50px;
}
.marquee span {
    display: inline-block;
    width: 255px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dm1 table,.dm2 table {
    width: 1200px;
    height: 230px;
}
.dm1 table td,.dm2 table td {
    border: 10px solid #f9f9f9;
    width: 255px;
    height: 170px;
    margin: 0 2px;
    overflow: hidden;
}
.dm1 table td a,.dm2 table td a{
    display:block;
    width: 230px;
    height:auto;
    position:relative;
    overflow:hidden;
}
.dm1 table td img,.dm2 table td img {
    width: 251px;
    height: 166px;
    padding: 1px;
    border:0;
}
.dm1 table td a b{
    position:absolute;
    left:0;
    top:-100%;
    text-align:center;
    width:100%;
    height:100%;
    color:#fff;
    transition:all .3s ease;
}
.dm1 table td a:hover b{
    top:0;  
    padding-top:40%;
    background:rgba(0,0,255,.3);
    transition:all .3s ease;
}


#marquee_demob .dm1 table, #marquee_demob .dm2 table {
    width: 1200px;
    height: 230px;
}
#marquee_demob .dm1 table td,#marquee_demob .dm2 table td {
    border: 10px solid #f9f9f9;
    width: 230px;
    height: auto;
    margin: 0 2px;
    overflow: hidden;
}
#marquee_demob .dm1 table td img,#marquee_demob .dm2 table td img {
    width: 230px;
    height: 230px;
    padding: 0px;
    border:0;
}


.idx_cont {
    height: 300px;
    line-height: 22px;
    padding: 0;
    text-align: center;
    background: #fff;
    margin-left: 10px;
}
.idx_cont .show {
    padding: 10px;
    text-align: left;
}

.idx_info{
    width:1200px;
    max-width:100%;
    margin:0 auto;
    height:auto;
    overflow:hidden;
}

/*news*/
.newslist {
    width: 100%;
    height:auto;
    margin: 20px auto;
    overflow:hidden;
}
.newslist li {
    width: 100%;
    height: auto;
    border: 0px solid #f1f1f1;
    padding:20px 0 20px;
    position: relative;
    overflow: hidden;
    border-bottom:1px dotted #ddd;
}
.newslist li img{
    width:80px;
    height:80px;
    float:left;
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
}
.newslist li:hover img{
    -webkit-transition:all .3s ease;
    transition:all .3s ease;
    -webkit-transform:scale(1.1);
    transform:scale(1.1);
}
.newslist li a,.newslist li a:visited {
    color: #333;
    text-decoration: none;
    line-height: 25px;
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.newslist li a:hover {
    color:#063494;
}
.newslist li time {
    display: inline-block;
    width: auto;
    color: #999;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right:0;
    top: 25px;
}
.newslist li p {
    line-height: 20px;
    height:80px;
    color: #333;
    padding: 0px 0px 0px 100px;
}
.newslist li p a {
    display:inline-block;
    line-height:30px;
}
.newslist li p span:after {
    content: "..."
}
.newslist li p span {
    display: block;
    width: 100%;
    color: #999;
}

.newslist.r2 li {
    width: 48%;
    height: auto;
    float:left;
    border: 0px solid #f1f1f1;
    padding:20px 0 20px;
    position: relative;
    overflow: hidden;
    border-bottom:1px dotted #ddd;
}
.newslist.r2 li.last{
    float:right;
    margin-right:0;
}
.newslist.r2 li time{
    display: inline-block;
    width: auto;
    color: #999;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right:auto;
    left: 100px;
    top:auto;
    bottom: 20px;
}
.newslist.r2 li a, .newslist.r2 li a:visited {
    color: #333;
    text-decoration: none;
    line-height: 25px;
    font-size: 18px;
    font-weight: normal;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newslist.r2 li a:hover {
    color:#063494;
}


.idx_info .newslist li {
    width: 30%;
    margin-right:5%;
}
.idx_info .newslist li:nth-child(n+4){
    border-bottom:0;
}



.pagelist {
    width: 780px;
    height: auto;
    margin: 10px auto 20px;
    text-align: right;
    float:right;
    overflow: hidden;
}
.pagelist li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: auto;
    padding: 0 5px;
    text-align: center
}
.pagelist li.thisclass {

}
.pagelist li .pageinfo {
    display: none;
}
.pagelist li a {
    display: inline-block;
    width: 100%;
    height: inherit;
    color: #fff;
    margin: 0;
    padding: 0 4px;
    text-decoration: none;
    background: #063494;
}
.pagelist li a:hover {
    color: #f90;
    text-decoration: none;
}
.pagelist li.thisclass a,.pagelist li.thisclass a:visited {
    background:#f90;
    color: #fff;
}
.pagelist li.prev {
    background: url(../images/page_prev.png) 50% 50% no-repeat;
    text-indent: -9999px;
    margin-right: 10px;
}
.pagelist li.next {
    background: url(../images/page_next.png) 50% 50% no-repeat;
    text-indent: -9999px;
}



.content_show {
    line-height: 30px;
    margin: 10px auto 30px;
    height: auto;
    min-height: 300px;
    overflow: hidden


}
.content_show h1 {
    margin: 10px auto 0;
    text-align: center;
    font-size: 20px;
    line-height: 25px;
    color: #FF9900;
}
.content_show h1 b {
    color: #f00;
}
.content_show h2 {
    margin: 0px 0 20px;
}
.content_show time {
    display: block;
    width: 100%;
    text-align: center;
    color: #666;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    margin: 10px auto 20px;
    padding-bottom:5px;
    border-bottom:1px solid #ddd;
}
.content_show p {
    padding: 5px 0;
}

.content_show p.desc {
    background:#f9f9f9;
    padding: 5px 20px;
    margin-bottom:20px;
    font-size:16px;
}


.w40 {
    width:42%;
    height:auto;
    margin:0 auto;
    overflow:hidden;
}
.w60 {
    width:56%;
    height:auto;
    overflow:hidden;
}

#allmap {
    width: 100%;
    height:400px;
    overflow: hidden;
}


aside h3 {
    width: 100%;
    float: left;
    height: 44px;
    line-height: 44px;
    background: #D4322D url(../images/side_tbg.png) left top repeat-x;
}
aside h3 b {
    display: inline-block;
    text-align: center;
    color: #fff;
    width: auto;
    height: 32px;
    margin-left: 15px;
    font-weight: normal;
}


.display_none {
    display: none;
}
.w1050 .container {
    clear: both;
    height: auto;
    width: 1100px;
    float: left;
    position: relative;
    margin: 0 auto;
    padding: 0px 0px;
    border: 0;
    overflow: hidden;
}
.w1050 .container:before {
    content: none;
    display: block;
    width: 1px;
    height: 100px;
    background: #ddd;
    position: absolute;
    left: 250px;
    top: 0




}

.convention_tab {
    width: 240px;
    text-align: left;
    float: left;
    text-indent: 15px;
    height: auto;
    position: relative;
    padding: 0px 0px 0 0px;
    overflow: hidden
}
.convention_tab li {
    margin: 0 0 1px;
    padding: 0;
    float: left;
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    background:#f1f1f1;
    min-height: 30px;
    border-bottom: 1px solid #ddd;
    overflow: hidden
}
.convention_tab li.current_tab{
    background:#ddd;
    border-bottom: 1px solid #ccc;
}
.convention_tab li a {
    overflow: hidden;
    float: left;
    padding: 10px 20px 10px 0;
    border: 0;
    border-bottom: none;
    display: inline-block;
    width:220px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    position: relative;
    z-index: 10
}
.convention_tab li a.top:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/about_15.jpg) left center no-repeat;
    position: absolute;
    right: 8px;
    top:50%;
    margin-top:-4px;
}
.convention_tab.stit li a{
    font-weight:normal;
    height: 30px;
    line-height: 30px;
}
.convention_tab.stit li a.top:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(../images/about_15.jpg) left center no-repeat;
    position: absolute;
    left: 8px;
    top: 11px;
}
.convention_tab li a:hover {
    color: #E83C04;
}
.convention_tab li dl {
    width: 100%;
    padding: 0;
    margin: 0;
}
.convention_tab li dl dt {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-indent: 1.4em;
}
.convention_tab li dl dt a {
    height: 30px;
    line-height: 30px;
    border-top: 1px solid #f1f1f1;
    color: #333;
    font-weight: normal;
}
.convention_tab li dl dt a:before {
    content: "- ";
    color: #999
}

.convention_tab em {
    display: inline-block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.convention_tab li.current_tab a {
    /*
        background: #900 url(../images/navbg_son_hover.png) left top  repeat-x;
        */
}
.convention_tab li.current_tab a,.convention_tab li.current_tab a:hover {
    color: #f00;
}
.convention_tab li.current_tab dt a {
    color: #333;
}
.convention_tab li.current_tab dt a:hover {
    color: #E83C04;
}

aside p {
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
aside p img {
    width: 100%;
}

.sidecontact {
    width: 220px;
    float: left;
    font-size: 14px;
    color: #333;
    margin: 10px 9px;
    padding: 0




}
.sidecontact img {
    margin: 0;
    vertical-align: middle;
}
.sidecontact td {
    margin: 0;
    padding: 0
}
.sidecontact p {
    padding: 3px 2px;
    width: 100%;
}


.bgDown {
    -moz-animation: bgDown .4s ease;
}
.bgDownLeve {
    -moz-animation: bgDownLeve .4s ease;
}
.bgUp {
    -moz-animation: bgUp .4s ease;
}
.bgUpLeve {
    -moz-animation: bgUpLeve .4s ease;
}

@-webkit-keyframes bgDown {
    0% {
        -webkit-transform: translateY(-40px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}
@-moz-keyframes bgDown {
    0% {
        -moz-transform: translateY(-40px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}
@keyframes bgDown {
    0% {
        transform: translateY(-40px)
    }
    100% {
        transform: translateY(0)
    }
}
@-moz-keyframes bgDownLeve {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(40px)
    }
}
@-moz-keyframes bgUp {
    0% {
        -moz-transform: translateY(40px)
    }
    100% {
        -moz-transform: translateY(0)
    }
}
@-moz-keyframes bgUpLeve {
    0% {
        -moz-transform: translateY(0)
    }
    100% {
        -moz-transform: translateY(-40px)
    }
}
@-webkit-keyframes bgDown {
    0% {
        -webkit-transform: translateY(-40px)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}
@-webkit-keyframes bgFade {
    0% {
        -webkit-transform: scale(.8,.8);
        opacity: .6;
    }
    100% {
        -webkit-transform: scale(1,1);
        opacity: 1;
    }
}
@-moz-keyframes bgFade {
    0% {
        -moz-transform: scale(.8,.8);
        opacity: .6;
    }
    100% {
        -moz-transform: scale(1,1);
        opacity: 1;
    }
}
@keyframes bgFade {
    0% {
        transform: scale(.9,.9);
        opacity: .6;
    }
    100% {
        transform: scale(1,1);
        opacity: 1;
    }
}



#cardarea {
    text-align: left;
    width: 840px;
    height: auto;
    float: right;
    line-height: 25px;
    padding: 0px 0px;
    background: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    overflow:hidden;
}
.shoplist {
    width: 100%;
    height: auto;
    margin: 20px auto;
    overflow: hidden;
}
.shoplist li {
    width: 240px;
    float: left;
    margin: 0 0 20px 28px;
    height: 236px;
    border: 1px solid #fff;
    overflow: hidden
}
.shoplist li i {
    display: inline-block;
    width: 238px;
    height: 180px;
    float: left;
    text-align: center;
    border: 1px solid #eee;
    overflow: hidden;
}
.shoplist li i img {
    width: auto;
    height: auto;
    max-width:100%;
    max-height:178px;
    *height: 178px;
    padding: 1px;
    vertical-align: middle;
    float: none;
}
.shoplist li span {
    display: inline-block;
    width: 220px;
    height: 40px;
    line-height: 21px;
    float: left;
    text-align:center;
    margin: 0;
    padding: 8px 10px;
    overflow: hidden
}
.shoplist li span b {
    color: #f00;
}

#cardarea .content_show {
    width: 750px;
    margin: 0px auto 30px;
    padding-top: 10px;
}


.sonchl {
    width:auto;
    max-width: 780px;
    padding:0;
    margin:0 auto;
    height:auto;
    text-align:center;
    overflow:hidden;
}
.sonchl li {
    width: 130px;
    float:none;
    line-height:55px;
    display:inline-block;
    text-align:center;
    background:#333;    
    margin:10px 0 0;
    padding:0;
}
.sonchl li a {
    display:block;
    width:100%;
	color:#fff;
    line-height:inherit;
    text-align:center;
}
.sonchl li a:hover,.sonchl li a.thisclass  {
    background:#e00;
    color:#fff;
}


#myform ul  {
    width: 100%;
    height: auto;
    float:right;
    position:relative;
    overflow: hidden;
}
#myform ul li {
    width:30%;
    height: auto;
    float:left;
    padding: 5px 0;
    overflow: hidden;
}
#myform ul li p {
    width: 100%;
    text-align: right;
    float: left;
    padding: 5px 0;
    text-indent: 0;
}
#myform ul li input,#myform ul li textarea {
    width: 380px;
}
#myform ul li input#vdcode {
    width: 98px;
}

#myform ul li #vdimgck {
    height: 30px;
    margin-left:5px;
    border:1px solid #ddd;
    float:left;
}


#myform.zx ul li span {
    display:inline-block;
    width: 70px;
    text-align: right;
    margin: 0 10px 0 0px;
    float:left;
    height: 34px;
    line-height: 34px;
}
#myform.zx ul li i{
    float:left;
    margin-right:9px;
    color:#f00;
    font-style:normal;
}
#myform.zx ul li input{
    width: 190px;
    height: 30px;
    padding:0 2px;
    line-height: 30px;
    border-radius:4px;
    border:1px solid #ddd;
    background:#f9f9f9;
    float:left;
}
#myform ul li.ly{
    width: 53%;
}
#myform ul li.butbox{
    width:15%;
    float:right;
}
#myform.zx ul li textarea {
    width: 98%;
    height: 114px;
    resize:none;
    padding:2px;
    border-radius:4px;
    border:1px solid #ddd;
    background:#f9f9f9;
    margin:0 auto;
    float:none;
}
#myform.zx ul li input:focus,#myform.zx ul li textarea:focus{
    background:#fff;
}
#myform.zx ul li #sub {
    background: #ddd;
    color:#fff;
    height:120px;
    line-height:120px;
    width:100%;
    float:right;
    padding:0;
    border-radius:4px;
    border:0;
    font-size:18px;
}
#myform.zx ul li #sub:hover{
    background:#f90;
    cursor:pointer;
}

#myform ul li.fr{
    position:absolute;
    right:0;
    top:0;
}



.shopic {
    width: 960px;
    height:auto;
    margin: 10px auto;
    overflow:hidden;
    background:#fff;
}
.shopic .time {
    margin-bottom:0px;
}
.shopic .p_left {
    margin-left:0px;
}
.shopic .bd td {
    width:320px;
    height:320px;
    margin:0;
    padding:0;
    text-align:center;
    vertical-align:middle;
    overflow:hidden;
}
.shopic .bd td img {
    vertical-align: baseline;
}
.shopic .p_right {
    float:right;
    margin: 20px 0px 0;
    width: 600px;
    height: 320px;
    background: #fff;
}
.shopic .p_right h1 {
    text-align:left;
    line-height: 30px;
    margin-bottom:10px;
    padding-bottom:10px;
    color: #f90;
    font-size:24px;
    font-weight:normal;
    border-bottom:1px solid #eee;
}
.shopic .p_right h1 font{
    color:#000;
    font-weight:normal;
    font-size:16px;
}
.shopic .p_right table {
    width:100%;
    margin-top: 10px;
}
.shopic .p_right table tbody td {
    width:90%;
    padding:2px 5px 2px 0;
    font-size:16px;
}
.shopic .p_right table tfoot td {
    width:100%;
}
.shopic .p_right table td span {
    display:inline-block;
    width: 60px;
    text-align: left;
    color:#999;
    font-size:14px;
}
.shopic .p_right table td.gray{
    color:#999;
    font-size:14px;
}
.shopic .p_right table tbody td b {
    font-size:14px;
    color:#666;
    font-weight:normal;
}
.shopic .p_right table tbody td .call{
    display:none;
}

.show{
    width:100%;
    height:auto;
    overflow:hidden;
}


#menu {
    width: 100%;
    overflow: hidden;
    margin: 0px auto;
}
#menu #tabnav {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    list-style: none;
    border-bottom: 3px solid #ddd;
    overflow: hidden;
}
#menu #tabnav li {
    float: left;
    width: auto;
}
#menu #tabnav li a {
    display: block;
    line-height: 40px;
    text-decoration: none;
    padding: 0 20px;
    text-align: center;
    color: #333;
    border-top:1px solid #ddd;
    border-right:1px solid #ddd;
}
#menu #tabnav li:first-child a{
    border-left:1px solid #ddd;    
}
#menu_con {
    width: 100%;
    height: auto;
    overflow:hidden;
    padding:0px 0;
}
.tag {
    padding: 0px;
    overflow: hidden;
}
#menu #tabnav li a.selected{
    background: #D10;
    color: #fff;
}

#menu_con img{
    max-width:100%;
}



.cplist {
    height: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}
.cplist li {
    display: inline-block;
    width: 80px;
    height: 60px;
    text-align: center;
    padding: 0 0 5px 0;
    overflow: hidden;
}
.cplist li a {
    display: block;
    width: 100%;
    height: inherit;
    margin: 0 auto;
    position: relative;
}
.cplist li a img {
    width: 50px;
    height: 50px;
}
.cplist li a b {
    position: absolute;
    bottom: -5px;
    left: 0;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    width: 100%;
    font-size: 10px;
    font-weight: normal
}

.cp {
    margin: 20px 0;
    text-align: center;
    position: relative;
    z-index: 9
}
.cp img {
    width: auto;
    max-width: 100%;
}
.ydlist {
    margin-bottom: 50px;
    position: relative;
    z-index: 10
}
.ydlist li {
    width: 33%;
    height: auto;
    float: left;
    text-align: center;
    padding: 50px 0
}
.ydlist li img {
    border: none;
    width: 90%;
    height: auto;
}
.fz {
    -webkit-animation: fanZhuan 1.6s .2s ease-in-out both;
    -moz-animation: fanZhuan 1.6s .2s ease-in-out both;
    animation: fanZhuan 1.6s .2s ease-in-out both;
}

@-webkit-keyframes fanZhuan {
    0% {
        -webkit-transform: scale(0,1);
    }
    33.33% {
        -webkit-transform: scale(1,1);
    }
    66.66% {
        -webkit-transform: scale(0,1);
    }
    100% {
        -webkit-transform: scale(1,1);
    }
}
@-moz-keyframes fanZhuan {
    0% {
        -moz-transform: scale(0,1);
    }
    33.33% {
        -moz-transform: scale(1,1);
    }
    66.66% {
        -moz-transform: scale(0,1);
    }
    100% {
        -moz-transform: scale(1,1);
    }
}
@keyframes fanZhuan {
    0% {
        transform: scale(0,1);
    }
    33.33% {
        transform: scale(1,1);
    }
    66.66% {
        transform: scale(0,1);
    }
    100% {
        transform: scale(1,1);
    }
}




.context {
    width: 100%;
    margin: 30px auto;
    background:#f9f9f9;
    padding:10px 0;
}
.context ul {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}
.context ul li {
    width: 100%;
    display: inline-block;
    float: none;
    text-indent:10px;
    line-height:25px;
}
.context ul li a {
    color: #063494;
    display: inline-block;
    text-indent:0;
}
.context ul li a:hover{
    color:#f90;
}
.context ul li a[href="javascript:void(0)"] {
    color: #999
}


.liketitle{
    background:#f9f9f9;
    padding:10px;
    line-height:20px;
    font-weight:normal;
    font-size:18px;
}
.liketitle a.fr{
    font-size:12px;
    display:inline-block;
    color:#999;
}


/*kefu*/
.izl-rmenu{position:fixed; right:0; margin-right: 10px; bottom:20px; padding-bottom:20px; background:url(../images/r_b.png) 0px bottom no-repeat; z-index:999; }
.izl-rmenu .btn{width:72px; height:73px; margin-bottom:1px; cursor:pointer; position:relative;}
.izl-rmenu .btn-qq{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de;}
.izl-rmenu .btn-qq:hover{background-color:#488bc7;}
.izl-rmenu a.btn-qq,.izl-rmenu a.btn-qq:visited{background:url(../images/r_qq.png) 0px 0px no-repeat; background-color:#6da9de; text-decoration:none; display:block;}
.izl-rmenu .btn-wx{background:url(../images/r_wx.png) 0px 0px no-repeat; background-color:#78c340;}
.izl-rmenu .btn-wx:hover{background-color:#58a81c;}
.izl-rmenu .btn-wx .pic{position:absolute; left:-146px; top:0px; display:none;width:146px;height: 147px;max-width:146px;}
.izl-rmenu .btn-phone{background:url(../images/r_phone.png) 0px 0px no-repeat; background-color:#fbb01f;}
.izl-rmenu .btn-phone:hover{background-color:#ff811b;}
.izl-rmenu .btn-phone .phone{background-color:#ff811b; position:absolute; width:160px; left:-160px; top:0px; line-height:73px; color:#FFF; font-size:18px; text-align:center; display:none;}
.izl-rmenu .btn-top{background:url(../images/r_top.png) 0px 0px no-repeat; background-color:#666666; display:none;}
.izl-rmenu .btn-top:hover{background-color:#444;}


footer {
    width: 100%;
    height: auto;
    padding: 0;
    line-height: 20px;
    font-size: 14px;
    color: #ddd;
    background: #063494;
    overflow: visible


}
footer a {
    color: #ddd;
}
footer address {
    margin: 0 auto;
    text-align: center;
    padding: 100px 0 50px;
    position: relative;
    background: #212121;
}


.bottom {
    color: #ddd;
}
.bottom .w1050 {
    line-height: 20px;
    font-size: 14px;
    background: #063494;
    /* overflow: visible; */
    text-align: left;
    padding: 20px 0;
}
.bottom .w1050 a {
    margin: 0 5px;
    color: #ddd
}
.bottom .w1050 a:first-child {
    margin-left: 0
}
.bottom .w1050 span {
    padding: 0 20px;
}
.bottom .w1050 span a {
    margin-left: 50px;
    font-weight: bold
}

.bottom .power {
    width: 100%;
    float:left;
    height:auto;
    padding:12px 0 12px 0px;
    line-height: 25px;
    text-align:center;
    overflow:hidden;
}
.bottom .ewm {
    width:30%;
    float:right;
    height:100px;
    text-align:right;
}
.bottom .ewm img {
    width:100px;
    height:100px;
    float:right;
    margin-right:0px;
}
.bottom .ewm span {
    display:inline-block;
    height:50px;
    line-height:25px;
    padding:25px 10px;
}

.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}
.ml10 {
    margin-left: 10px;
}
.mr10 {
    margin-right: 10px;
}

.mt0{
    margin-top:0;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.ml20 {
    margin-left: 20px;
}
.mr20 {
    margin-right: 20px;
}

.fl,.FL {
    float: left;
}

.fr,.FR {
    float: right;
}





@media only screen and (max-width: 960px) {

/*wellwap format*/
*, *:after, *:before { -webkit-box-sizing:border-box; -moz-box-sizing:border-box;box-sizing:border-box;}
*:focus {
	outline:none;}
img,* img {
  max-width:100%;
  height:auto;
  vertical-align: middle;
}
html {
  font-size: 62.5%;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0 auto;
}
body{
  padding: 0;
  margin: 0 auto;
  max-width:100%;
  min-height: 100%;
	word-wrap:break-word;
  word-break:break-word;
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  font-family:'Microsoft Yahei',Helvetica,Arial;
  font-size: 16px;
  font-size: 1.6rem;
}
.fl,.FL {
  float: left
}
.fr,.FR {
  float: right
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
.clr,.clear {
  clear: both
}
.hidden,.hide,.none {
  display: none!important
}
dl, dt, dd, ul, ol, li {
  list-style: none;
}
*:hover,*:focus,*:active{   
    -webkit-tap-highlight-color: transparent;
}
* table{
	width:100%;
	height:auto;
	overflow:scroll;}	
textarea {
	outline:none;
	resize:none;}
textarea, select, button, input[type="button"], input[type="text"], input[type="password"], input[type="submit"], input[type="reset"]{
	-webkit-appearance:none;border-radius:0;}
input:-moz-placeholder, textarea:-moz-placeholder, input:-ms-placeholder, textarea:-ms-placeholder, input:-webkit-placeholder, textarea:-webkit-placeholder, input:placeholder, textarea:placeholder {
	color:#ddd;font-family:'Microsoft Yahei',Helvetica,Arial;font-size:inherit;}

/*wellwap responsive*/
    
.w1050 {
    width: 100%;
}

.hdbox {
    height: 60px;
}
.hdbox a.logo {
    width:100%;
    text-align:center;
}
.hdbox a.logo img {
    height: 50px;
    margin: 5px 0;
}
.sebox {
    height: auto;
    line-height: 30px;
    overflow:hidden;
}
nav {
    height: auto;
    width: 100%;
    padding:5px 0;
    overflow:hidden;
}

nav ul li {
    width: 33.33%;
    line-height: 30px;
}
nav ul li:first-child {
    width: 33.33%;
    display:none;
}

nav ul li:hover, nav ul li a:hover, nav ul li.this a, nav ul li.this a:hover{
    background:#063494;
    color:#f90;
}

.toptext,.lang {
    display:none;
}

#kefu{
    display:none;
}

#idxmain {
    width: 100%;
    min-width: 100%;
    height: auto;
}
.idx_row {
    width: 100%;
    height: auto;
}

.abshow{
    padding:0 10px 10px;
}
.abtxt {
    width: 100%;
}


.bigtit {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 10px 0 0px 0;
    overflow: hidden;
}
.srbox {
    margin-top: 10px;
}
.marquee {
    margin: 5px auto 10px;
}
.marquee span {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
}
.dm1 table,.dm2 table {
    width: 960px;
    height: 100px;
}
.dm1 table td,.dm2 table td {
    border: 10px solid #f9f9f9;
    width: 100px;
    height: 100px;
    margin: 0 2px;
    overflow: hidden;
}
.dm1 table td a,.dm2 table td a{
    display:block;
    width: 100px;
    height:auto;
    overflow:hidden;
}
.dm1 table td img,.dm2 table td img {
    width: 100px;
    height: 100px;
    padding: 1px;
    border:0;
}
#marquee_demob .dm1 table, #marquee_demob .dm2 table {
    width:960px;
    height: 100px;
}
#marquee_demob .dm1 table td,#marquee_demob .dm2 table td {
    border: 10px solid #f9f9f9;
    width: 100px;
    height: auto;
    margin: 0 2px;
    overflow: hidden;
}
#marquee_demob .dm1 table td img,#marquee_demob .dm2 table td img {
    width: 100px;
    height: 100px;
    padding: 0px;
    border:0;
}



#main {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0px auto;
    padding: 0 5px;
}
.shopic {
    width: 100%;
    height: auto;
    margin: 10px auto;
    overflow: hidden;
    background: #fff;
}
.content_show {
    line-height: 30px;
    margin: 0px auto 0px;
    height: auto;
    min-height: 200px;
    overflow: hidden;
    text-align:justify;
}


.banner img{
    float:left;
}
.type {
    width:100%;
    padding: 0px 0px;
    margin: 0px auto 0px auto;
    height: auto;
    text-align:center;
    color:#fff;
    position:relative;
    overflow: hidden;
}
.type h2 {
    display:none;
}
.type .son{
    width:100%;
    height:auto;
    text-align:left;
    padding:4px 0 0;
    overflow:hidden;
}
.type h3 {
    display:inline-block;
    width:50%;
    float:left;
    text-align:center;
    float: none;
    color: #fff;
    font-size:16px;
    margin:0px;
    padding:0 2px;
}
.type h3 a {
    display:block;
    font-size:16px;
    padding:8px 5px;
    background: #063494;
    color:#fff;
    border-radius: 6px;
    font-weight:normal;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.type h3.cur a,.type h3 a:hover{
    background:#f90;
}


.newslist {
    width: 100%;
    height: auto;
    margin: 0px auto 10px;
    overflow: hidden;
}
.newslist li p a {
    display: inline-block;
    width:100%;
}
.newslist li p span {
    display: none;
}
.newslist li time {
    display: inline-block;
    width: auto;
    color: #999;
    font-size: 12px;
    text-align: center;
    position: absolute;
    right:auto;
    top: auto;
    left:100px;
    bottom:20px;
}
.newslist.r2{
    padding:0 10px;
}
.newslist.r2 li {
    width: 100%;
    height: auto;
    float: left;
    border: 0px solid #f1f1f1;
    padding: 20px 0 20px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px dotted #ddd;
}

#tjcp .tag ul{
    text-align:center;
}
#tjcp .tag ul li,#tjcp.idxtag .tag ul li {
    display:inline-block;
    width: 150px;
    padding: 0;
    float: none;
    margin: 0px 5px 20px;
    position: relative;
    overflow: hidden;
}
#tjcp.idxtag .tag ul li:last-child{
    display:;
}
#tjcp .tag ul li a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 180px;
    padding: 0px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
#tjcp .tag ul li a i {
    display: block;
    width: 100%;
    height: 150px;
    overflow: hidden;
}
#tjcp .tag ul li a img {
    width: 100%;
    height: 150px;
}
#tjcp .tag ul li a strong, #tjcp .tag ul li a span {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0px 5%;
}
#tjcp .tag ul.case li a {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 150px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}
#tjcp .tag ul.case li a:hover strong{
    height:30px;
    line-height:30px;
}


.shopic .p_left {
    display:none;
}
.shopic .p_right {
    float: right;
    margin: 0px 0px 0;
    width: 100%;
    height: auto;
    background: #fff;
}
.content_show p.desc {
    background: #f9f9f9;
    padding: 5px 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
.shopic .p_right table tbody td .call{
    display:inline-block;
    background:#f90 url(../images/telephone_20.png) left center no-repeat;
    width:auto;
    height:20px;
    padding:0 10px 0 30px;
    float:right;
    border-radius:4px;
    color:#fff;
}


#myform ul li {
    width:100%;
    height: auto;
    float:left;
    padding: 5px 0;
    overflow: hidden;
}
#myform ul li p {
    width: 100%;
    text-align: right;
    float: left;
    padding: 5px 0;
    text-indent: 0;
}
#myform ul li input,#myform ul li textarea {
    width: 100%;
}
#myform ul li input#vdcode {
    width: 98px;
}

#myform ul li #vdimgck {
    height: 30px;
    margin-left:5px;
    border:1px solid #ddd;
    float:left;
}


#myform.zx ul li span {
    display:inline-block;
    width: 70px;
    text-align: right;
    margin: 0 10px 0 0px;
    float:left;
    height: 34px;
    line-height: 34px;
}
#myform.zx ul li i{
    float:left;
    margin-right:9px;
    color:#f00;
    font-style:normal;
}
#myform.zx ul li input{
    width: 190px;
    height: 30px;
    padding:0 2px;
    line-height: 30px;
    border-radius:4px;
    border:1px solid #ddd;
    background:#f9f9f9;
    float:left;
}
#myform ul li.ly{
    width: 100%;
}
#myform ul li.butbox{
    width:100%;
    float:right;
}
#myform.zx ul li textarea {
    width: 100%;
    height: 114px;
    resize:none;
    padding:2px;
    border-radius:4px;
    border:1px solid #ddd;
    background:#f9f9f9;
    margin:0 auto;
    float:none;
}
#myform.zx ul li input:focus,#myform.zx ul li textarea:focus{
    background:#fff;
}
#myform.zx ul li #sub {
    background: #f90;
    color:#fff;
    height:40px;
    line-height:40px;
    width:100%;
    float:right;
    padding:0;
    border-radius:4px;
    border:0;
    font-size:18px;
}
#myform.zx ul li #sub:hover{
    background:#fc0;
    cursor:pointer;
}



.w40 {
    width: 100%;
}
.w60 {
    width: 100%;
    height: auto;
    margin: 10px auto 0;
    overflow: hidden;
}

.pagelist{
    width:100%;
    text-align:center;
}
.pagelist li {
    padding: 0 0;
}
.pagelist li a {
    padding: 0 8px;
}


}

@media only screen and (max-width: 320px) {
#main {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 200px;
    margin: 0px auto;
    padding: 0 0px;
}
    
}