@font-face {
    font-family: 'Futura ICG';
    src: url(/templates/jieshun/font/futura_icg_light_1.eot);
    src: url(/templates/jieshun/font/futura_icg_light_1.eot?#iefix) format("embedded-opentype"),
    url(/templates/jieshun/font/futura_icg_light_1.woff2) format("woff2"),
    url(/templates/jieshun/font/futura_icg_light_1.woff) format("woff"),
    url(/templates/jieshun/font/futura_icg_light_1.ttf) format("truetype"),
    url(/templates/jieshun/font/futura_icg_light_1.svg#futura_icglight) format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FZLT';
    src: url(/templates/jieshun/font/FZLTXHJW--GB1-0.eot);
    src: url(/templates/jieshun/font/FZLTXHJW--GB1-0.eot?#iefix) format('embedded-opentype'),
    url(/templates/jieshun/font/FZLTXHJW--GB1-0.woff) format('woff'),
    url(/templates/jieshun/font/FZLTXHJW--GB1-0.svg#FZLTXHJW--GB1-0) format('svg');
url('/templates/jieshun/font/FZLTXHJW--GB1-0.otf') format('truetype'),
font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'mulilight';
    src: url('/templates/jieshun/font/muli-light-webfont.eot');
    src: url('/templates/jieshun/font/muli-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('/templates/jieshun/font/muli-light-webfont.woff2') format('woff2'),
    url('/templates/jieshun/font/muli-light-webfont.woff') format('woff'),
    url('/templates/jieshun/font/muli-light-webfont.ttf') format('truetype'),
    url('/templates/jieshun/font/muli-light-webfont.svg#mulilight') format('svg');
    font-weight: normal;
    font-style: normal;

}
*{
    margin: 0;
    padding: 0;
    border: none;
    font-family: 'mulilight','FZLT';
    /*font-family: "Ebrima","FZLT";*/
}
body{
	max-width:1600px;
	margin: 0 auto;
}
h1,h2,h3,h4,h5,h6{
    font-weight: normal;
}
ul{
    list-style-type: none;
}
a,a:visited{
    text-decoration: none;
    color: inherit;
}
a:hover,a:active{
    text-decoration: none;
    color: inherit;
}
.clear{
    float: none;
    clear: both;
}
.left{
    float: left;
}
.right{
    float: right;
}
img{ vertical-align:top;}
.topDiv {
    position: fixed;
    z-index: 999;
    display: none;
    width: 60%;
    margin-top: 10%;
    left: 20%;
    box-shadow: 0px 0px 10px #888888;
}


/*head部分*/
.head{
    width: 100%;
    height: 67px;
    background-color: #333a42;
}
.logo img{
    height: 26px;
}
.logo{
    float: left;
    margin-top: 18px;
    margin-left: 50px;
}
.menu{
    float: right;
    font-size: 15px;
    height: 67px;
    line-height: 67px;
    letter-spacing: 1px;
}
.menu1{
    width: 100%;
}
.menu1 a{
    display: block;
}
.menu1 li{
    float: left;
    color: #ffffff;
    /*margin-right: 80px;*/
	
	margin-right: 60px;
}
.submenu{
    position: relative;
}
.sanjiao{
    position: absolute;
    /*left: 37px;*/
    top: 60px;
    border-left: 8px solid rgba(0,0,0,0);
    border-right: 8px solid rgba(0,0,0,0);
    border-bottom: 7px solid #f0f0f2;
    display: none;
}
.menu2{
    position: absolute;
    background-color: #333a42;
    width: 215px;
    /*height: 504px;*/
    top: 67px;
    display: none;
    z-index: 10;
}
.l37{
    left: 37px;
}
.l22{
    left: 22px;
}
.l62{
    left: -62px;
}
.l77{
    left: -77px;
}
.menu2 li{
    float: none;
    clear: both;
    height: 56px;
    text-align: center;
    line-height: 56px;
    margin-right: 0px;
}
.menu2 li a{
    display: block;
}
.menu2 li a:hover{
    background-color: #f0f0f2;
    color: #3073b6;
}

/*foot部分*/
.foot{
    width: 100%;
    background-color: #313742;
    color: #fff;
    font-size: 14px;
}
.foot-main{
    width: 70%;
    margin: 0 auto;
    padding-top: 58px;
}
.foot-main .hr{
    background-color: #3f454f;
    height: 1px;
    width: 100%;
    margin-bottom: 30px;
}
.foot-main ul{
    display: inline-block;
    float: left;
    width: 20%;
    height: 400px;
    margin-bottom: 54px;
    padding-left: 5%;
}
.foot-title{
    font-size: 28px;
    display: inline-block;
    margin-bottom: 22px;
}
.foot li a{
    display: block;
}
.foot-main ul li{
    margin-bottom: 10px;
    color: #eff2f4;
}
.copy-link{
    margin-top: 48px;
    padding-bottom: 48px;
}
.copy{
    float: left;
    height: 28px;
    line-height: 28px;
}
.link{
    display: inline-block;
    float: right;
}
.cat{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background: url(/templates/jieshun/images/cat.png) no-repeat left center;
    padding-left: 60px;
}
.ali{
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: url(/templates/jieshun/images/ali.png) no-repeat left center;
    padding-left: 64px;
}

/*首页部分*/
.index{
    position: relative;
}
/* .index .head{
    position: absolute;
    top: 0;
    z-index: 99;
} */
.index-nav{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.index-nav img{
    width: 100%;
}
.index-nav div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15% 0 0 0;
    color: #000;
}
.index-nav-p1{
    font-size: 60px;
	display: inline-block;
	font-family:  'mulilight','simsun';
}
.index-nav-p2{
    font-size: 60px;
	display: inline-block;
	font-family: 'mulilight','simsun';
}
.index-nav-p3{
    font-size: 26px;
	font-family: 'mulilight','simsun';
    margin-top: 0.5em;
}
.index-nav-p5 a{
    padding-bottom: 5px;
    border-bottom: 1px solid;
	font-family: 'mulilight','simsun';
    color: #ffffff;
}
.index-nav-p5{
    font-size: 18px;
	position: absolute;
    width: 100%;
	bottom: 8%;
}
.index-new{
    width: 77%;
    margin: 3.5% auto 6.7%;
    text-align: center;
}
.index-new-p1{
    font-size: 30px;
}
.index-new-p2{
    width: 10em;
    margin: 1.5% auto 3%;
    background-color: #50b5ed;
    border-radius: 30px;
    height: 2.2em;
    line-height: 2.2em;
}
.index-new-p3{
    font-size: 18px;
    text-indent: 2em;
    text-align: justify;
    line-height: 1.5em;
    margin-bottom: 1%;
}
.index-new-main{
    width: 100%;
}
.index-new-main .w65{
    width: 66%;
    overflow: hidden;
    position: relative;
}
.index-new-main .w33{
    width: 33%;
    overflow: hidden;
    position: relative;
}
.index-new-main .w33 img{
    width: 200%;
    margin-left: -50%;
}
.index-new-main img{
    width: 100%;
    display: block;
}
.index-new-main .w33 #index-play1 img{
    position: absolute;
    height: 35%;
    top: 32%;
    left: 36%;
    width: auto;
    margin-left: 0%;
    z-index: 10;
}
.index-new-main .w65 #index-play2 img{
    position: absolute;
    height: 35%;
    top: 32%;
    left: 43%;
    /*height: 100%;*/
    width: auto;
    margin-left: 0%;
}
.v-idea{
    overflow: hidden;
}
.v-auto{
    overflow: hidden;
    margin-top: 1%;
}
.v2-intro{
    background-color: #dddddd;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}
.v2-p1{
    font-size: 30px;
    margin-top: 15%;
}
.v2-p2{
    font-size: 18px;
    margin-top: 7%;
    padding: 0 2em;
    line-height: 30px;
    margin-bottom: 7%;
}
.v2-p3{
    font-size: 16px;
    background-color: #50b5ed;
    border-radius: 30px;
    height: 2.2em;
    line-height: 2.2em;
    width: 10em;
    margin: 0 auto;
}
.index-pro-main .w65{
    width: 66%;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
}
.index-pro-main .w33{
    width: 33%;
}
.index-pro-main img{
    width: 100%;
    display: block;
}
.v-pro{
    overflow: hidden;
}
.v-pro-bottom{
    margin-bottom: 1%;
}
.index-pro{
    max-height: 400px;
 }
.index-pro-intro{
    background-color: #0079bc;
    color: #FFFFFF;
}
.index-pro-intro span {
     font-size: 26px;
    display: inline-block;
    margin-bottom: 0.5em;
 }
.index-pro-intro p{
    text-align: justify;
    font-size: 18px;
    line-height: 1.5em;
    padding: 0 2em;
    text-indent: 2em;
}
.history{
    width: 100%;
    background-color: #4f99e3;
    color: #FFFFFF;
    padding: 5% 0 6% 0;
}
.history .history-title{
    border-bottom: 1px solid #7bafe4;
    margin-bottom: 3%;
}
.history .history-title span{
    font-size: 40px;
    display: inline-block;
    margin-left: 14%;
    margin-bottom: -1px;
    padding-bottom: 14px;
    border-bottom: 1px solid #b2d1ef;
}
.history p{
    font-size: 18px;
    padding-top: 10px;
}
.history-p1{
    width: 72%;
    margin: 0 auto;
    padding: 1%;
}
.history-p1-1{
    width: 49%;
    margin-right: 2%;
    background: url(/templates/jieshun/images/line3.png) no-repeat 80% 95%;
}
.history-p1-2{
    width: 49%;
}
.history-p1 p{
    text-align: justify;
    margin-left: 220px;
    line-height: 1.5em;
}
.history-p2{
    width: 72%;
    margin: 0 auto;
    padding-top: 160px;
    background: url(/templates/jieshun/images/line1.png) no-repeat 50% 1%;
}
.history-p2 p{
    width: 35%;
    text-align: right;
    float: left;
    margin-right: 30px;
    line-height: 1.5em;
}
.history-p2 span{
    float: none;
}
.history-p3{
    width: 72%;
    margin: 0 auto;
    padding-top: 160px;
    background: url(/templates/jieshun/images/line2.png) no-repeat 80% -50%;
}
.history-p3 p{
    text-align: right;
    margin-right: 220px;
    margin-left: 15%;
    line-height: 1.5em;
}
.history span{
    font-size: 80px;
    display: inline-block;
    line-height: 1em;
}
.sub-company{
    width: 80%;
    margin: 0 auto;
}
.sub-company-title span{
    padding-bottom: 14px;
    border-bottom: 1px solid #c0dbf7;
    color: #0371de;
    font-size: 24px;
}
.sub-company-title{
    padding-bottom: 14px;
    padding-bottom: 14px\9;
    border-bottom: 1px solid #e3effb;
    margin-bottom: 50px;
}
.sub-company ul{
    text-align: center;
    margin: 100px 0 110px 0;
}
.sub-company ul li{
    display: inline-block;
    border-right: 1px solid #a1caf3;
    padding: 0 50px;
    margin-bottom: 40px;
}
.sub-company ul li.li3{
    border-right: 1px solid #FFFFFF;
}
.sub-company ul li.li5{
    border-right: 1px solid #FFFFFF;
}
.sub-company li span{
    display: block;
    font-size: 22px;
    color: #0371de;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    padding: 12px 8px;
    text-align: center;
    /*width: 275px;*/
    letter-spacing: 2px;
}


/*联系页面*/
#dituContent{
    width: 100%;
    height: 700px;
}
.address{
    width: 80%;
    margin: 0 auto;
    padding: 5% 0 5% 0;
}
.add-p1{
    font-size: 38px;
    color: #000000;
    line-height: 2em;
}
.add-p2{
    font-size: 18px;
    color: #75797d;
    /*height: 54px;*/
    line-height: 2em;
}
.ask{
    width: 70%;
    padding: 5% 15% 5%;
    background-color: #009ddc;
    color: #ffffff;
}
.ask-title{
    font-size: 36px;
    line-height: 2.5em;
}
.faqcon{
    font-size: 24px;
    margin-bottom: 5px;
}
.faqcon textarea{
    width: 500px;
    height: 80px;
}
.faqline{
    font-size: 24px;
    margin-bottom: 10px;
}
.faqline input{
    width: 220px;
    height: 35px;
    border-radius: 3px;
}
#changecheck{
    height: 27px;
}
.faqcheck{
    font-size: 24px;
}
.faqcheck input{
    font-size: 24px;
    color: #ffffff;
    background-color: #0080b4;
    cursor: pointer;
}
.faqline img{
    /*width: 170px;*/
    /*height: 30px;*/
}
.faqtit{
    width: 120px;
    text-align: right;
    display: inline-block;
}


/*产品列表页*/
.prolist-main{
    width: 74%;
    min-height: 800px;
    margin: 0 auto;
    padding: 66px 13% 10% 13%;
    background-color: #e9e9e9;
}
.prolist-main span{
    display: inline-block;
    padding: 0 20px 10px 20px;
    border-bottom: 1px solid #727272;
    font-size: 40px;
    color: #0079bc;
}
.prolist-page{
    text-align: center;
    margin-top: 20px;
}
.prolist-page span{
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border: 1px solid #d1cdcd;
    border-radius: 2px;
    margin-right: 0.5em;
    background-color: #66bbf7;
    padding: 0;
    font-size: 1em;
}
.prolist-page span font{
    color: #000000!important;
}
.prolist-page a{
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border: 1px solid #d1cdcd;
    border-radius: 2px;
    margin-right: 0.5em;
}
.prolist{
    margin-top: 54px;
}
.prolist-img{
    width: 31%;
    /*height: 705px;*/
    float: left;
    box-shadow: 3px 3px 3px #cecece;
    margin-right: 2%;
    background-color: #FFFFFF;
    text-align: center;
    padding: 5% 0% 0% 0%;
    margin-bottom: 37px;
}
.prolist-img img{
    width: 100%;
}
.prolist-img p{
    margin-top: 1em;
    margin-bottom: 1.5em;
    font-size: 18px;
}



/*产品详情页*/
.pro{
    /*width: 100%;*/
    background-color: #e9e9e9;
    padding: 7% 11.5%;
    position: relative;
}
.pro-main{
    overflow: hidden;
    margin-bottom: 8%;
}
.pro-img{
    width: 49.5%;
    float: left;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    background-color: #ffffff;
}
.pro-img-main{
    width: 84%;
    margin: 0 8%;
}
.pro-img-list{
    margin-bottom: 4%;
}
.pro-img-list div{
    margin-left: 1.6%;
    width: 23%;
    min-height: 20px;
    position: relative;
}
.pro-img-minor{
    width: 100%;
    position: relative;
}
.pro-text{
    float: right;
    width: 41.5%;
    padding: 8% 4% 1000px 4%;
    margin-bottom: -1000px;
    background-color: #084289;
    color: #ffffff;
}
.pro-text .t-1{
    margin-bottom: 20px;
}
.pro-text .t-1 .t-1-1{
    font-size: 38px;
    color: #f39700;
    /*font-weight: 600;*/
}
.pro-text .t-1 .t-1-2{
    font-size: 46px;
    line-height: 1em;
    text-transform: capitalize;
}
.pro-text .t-2 p{
    font-size: 21px;
    line-height: 1.5em;
    text-transform: capitalize;
    padding-left: 48px;
}
.pro-text .t-3{
    border-collapse: collapse;
    width: 100%;
    border-top: 1px solid  #5e84b2;
    margin-bottom: 30px;
}
.pro-text .t-3 tr{
    height: 2em;
    line-height: 2em;
    font-size: 16px;
}
.pro-text .t-3 tr td{
    padding-left: 3em;
    border-bottom: 1px solid #5e84b2;
    word-break: break-word!important;
}
.pro-text .t-3 tr td:first-child{
    text-transform: capitalize;
}
.pro-prene{
    font-size: 32px;
    color: #696868;
}
.middle{
    position: absolute;
    margin-left: -64px;
    left: 50%;
    display: inline-block;
    height: 49px;
    line-height: 49px;
}
.pro-pre{
    width: 5%;
    position: absolute;
    top:40%;
    left: 5%;
}
.pro-next{
    width: 5%;
    position: absolute;
    top:40%;
    right: 5%;
}
.pro-pre img,.pro-next img{
    width: 100%;
}


/*捷顺精神页面*/
.spirit-nav{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.spirit-video{
    width: 100%;
    /*margin-top: -5%;*/
    overflow: hidden;
    position: relative;
}
.spirit-poster{
    display: none;
    width: 100%;
    position: relative;
}
.spirit-pot{
    width: 100%;
    height: 100%;
    top: 0;
    background: url(/templates/jieshun/images/pot.png) repeat;
    position: absolute;
    z-index: 1;
}
.spirit-nav-text{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 27%;
    z-index: 2;
    display: none;
}
.spirit-nav-text p{
    word-break: break-all;
    color: #272727;
}
.spirit-nav-text .f60{
    font-size: 60px;
    display: inline-block;
}
.spirit-nav-text .f30{
    font-size: 30px;
}
.spirit-nav .f33{
    font-size: 33px;
    height: 1em;
	position: absolute;
    width: 100%;
    text-align: center;
	bottom: 15%;
	z-index: 19;
    color: #272727;
	font-weight: 600;
    display: none;
}
.cetify{
    width: 80%;
    /*height: 600px;*/
    margin: 0px auto;
    position: relative;
    padding: 5% 0 4% 0;
}
.cetify p{
    font-size: 18px;
    color: #000000;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 3%;
    line-height: 1.5em;
}
#wrapper {
    width: 1280px;
    /*height: 450px;*/
    /*margin: 0 0 0 -512px;*/
    position: relative;
    margin: 0 auto;
    /*left: 50%;*/
    /*top: 10%;*/
}
#carousel {
    width: 1280px;
    position: relative;
}
#carousel ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
}
#carousel li {
    font-size: 40px;
    color: #999;
    text-align: center;
    display: block;
    width: 310px;
    height: 340px;
    padding: 0;
    margin: 5px;
    float: left;
    position: relative;
}
#carousel li img {
    /*width: 244px;*/
    /*height: 308px;*/
    margin-top: 14px;
}
#carousel li span {
    text-indent: -999px;
    display: block;
    overflow: hidden;
    width: 213px;
    height: 308px;
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 16px;
}
.clearfix {
    float: none;
    clear: both;
}
#carousel .pager {
    text-align: center;
    margin: 0 auto;
}
#carousel .pager a {
    background: url(/templates/jieshun/images/control.png) no-repeat center;
    text-decoration: none;
    text-indent: -999px;
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
}
#carousel .pager a.selected {
    background: transparent url(/templates/jieshun/images/control-selected.png) no-repeat center;
    text-decoration: underline;
}
.spirit-page{
    position: relative;
}
.spirit-page img{
    width: 100%;
}
.spirit-page .spirit-text{
    position: absolute;
    top: 0;
}
.spirit-text h2{
    font-size: 60px;
    margin-bottom: 40px;
}
.spirit-text h3{
    font-size: 48px;
    margin-bottom: 12px;
}
.spirit-text h4{
    font-size: 30px;
    margin-bottom: 5px;
}
.spirit-text p{
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}
.spirit-page .page1{
    left: 11%;
    top: 30%;
    color: #020202;
}
.spirit-page .page3{
    left: 11%;
    top: 30%;
    margin-right: 60%;
}
.spirit-page .page3 h2{
    color: #828282;
}
.spirit-page .page3 p{
    color: #696969;
}
.spirit-page .page2{
    color: #fefafa;
    left: 50%;
    top: 20%;
    margin-right: 11%;
}




/*公司介绍*/
.about-nav{
    position: relative;
    /*background: url(/templates/jieshun/images/about.jpg) no-repeat;*/
}
.about-nav img{
    width: 100%;
}
.about-nav p{
    font-size: 36px;
    line-height: 50px;
    color: #FFFFFF;
    text-align: justify;
    text-indent: 2em;
    width: 76%;
    margin: 13% auto 0 12%;
    position: absolute;
    top: 0px;
}
.about-sub ul{
    width: 100%;
}
.about-sub li{
    width: 100%;
}
.about-sub li a{
    display: block;
    transition: background-color 1s;
    -webkit-transition: background-color 1s;
}
/* .about-sub li a:hover{
    background-color: #b1cff2;
} */
.about-sub-title{
    padding: 4% 20%;
    margin: 0 auto;
}
.about-title{
    font-size: 30px;
    text-align: center;
    height: 3em;
    margin-top: 2em;
}
.about-title span {
    background-color: #50b5ed;
    width: 10em;
    display: inline-block;
    height: 2.2em;
    line-height: 2.2em;
    border-radius: 30px;
    font-size: 18px;
}
.about-sub-intro{
    display: none;
    padding: 5% 20%;
    background-color: #eceef2;
    position: relative;
    font-size: 18px;
    color: #2d2d2d;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.5em;
}
.about-sub-title h3{
    font-size: 23px;
    color: #494a4c;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    /*line-height: 180px;*/
}
.about-sub-title p{
    width: 50%;
    color: #708497;
    font-size: 14px;
    display: inline-block;
    line-height: 24px;
    text-align: justify;
}
.about-sub-title-current{
    background-color: #b1cff2;
}
.about-sub-intro span{
    width: 55px;
    height: 48px;
    background: url(/templates/jieshun/images/x.png) no-repeat center;
    position: absolute;
    display: block;
    right: 25px;
    top: 25px;
}
.about-map{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.about-map .map{
    width: 100%;
    vertical-align:top;
}
.xx{
    position: absolute;
    margin-top: -12px;
    margin-left: -8px;
}
.xx div{
    background: url(/templates/jieshun/images/mapbg.png) repeat;
    border-radius: 40px;
    position: absolute;
    top: -10px;
    left: 24px;
}
.xx span{
    color: #FFFFFF;
    font-size: 28px;
    text-align: center;
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
}
#x1{
    left: 66.3%;
    top: 51.8%;
}
#x2{
    left: 25.9%;
    top: 62%;
}
#x3{
    left: 25.2%;
    top: 54.4%;
}
#x4{
    left: 77.8%;
    top: 82.6%;
}
#x5{
    left: 64.9%;
    top: 63.1%;
}
#x6{
    left: 40.3%;
    top: 35.8%;
}
#x7{
    left: 44.6%;
    top: 40.1%;
}
#x8{
    top: 68.0%;
    left: 29.6%;
}
#x9{
    left: 20.6%;
    top: 46.2%;
}
#x10{
    left: 69.9%;
    top: 47%;
}
#x11{
    left: 66.6%;
    top: 57.5%;
}
#x12{
    left: 47.7%;
    top: 35.1%;
}
#x13{
    left: 48.6%;
    top: 46.6%;
}
#x14{
    left: 42.3%;
    top: 41%;
}
#x15{
    left: 26.6%;
    top: 81.1%;
}
#x16{
    left: 25.5%;
    top: 67%;
}
#x17{
    left: 67.9%;
    top: 45.5%;
}
#x18{
    left: 65.8%;
    top: 52.5%;
}
#x19{
    left: 57.5%;
    top: 56.4%;
}
#x20{
    left: 44%;
    top: 38.2%;
}
#x21{
    left: 26.4%;
    top: 55%;
}
#x22{
    left: 44.4%;
    top: 40%;
}
#x23{
    left: 25.6%;
    top: 55%;
}
#x24{
    left: 68.9%;
    top: 76.5%;
}
#x25{
    left: 67.9%;
    top: 30%;
}
#x26{
    left: 23.4%;
    top: 58.1%;
}
#x27{
    left: 62.5%;
    top: 57%;
}
#x28{
    left: 66.6%;
    top: 65.3%;
}
#x29{
    left: 66.2%;
    top: 52.4%;
}
#x31{
    left: 52.9%;
    top: 54.4%;
}
#x32{
    left: 55.4%;
    top: 48.2%;
}
#x33{
    left: 63.6%;
    top: 56.5%;
}
#x30{
    left: 19.8%;
    top: 51%;
}
#x34{
    left: 45.1%;
    top: 36.5%;
}
#x35{
    left: 43.9%;
    top: 44.8%;
}
.about-img{
    width: 50%;
}
.about-text{
    padding: 3em 4em 0 4em;
    color: #2b2b2b;
    font-size: 30px;
}
.about-text p{
    line-height: 1.5em;
    margin-bottom: 1.5em;
    text-align: justify;
    text-indent: 2em;
}
.about-video{
    width: 100%;
    position: relative;
    float: left;
    overflow: hidden;
}
.about-video video{
    width: 100%;
    vertical-align: top;
    position: relative;
    z-index: 1;
}
.about-video img{
    position: absolute;
    height: 20%;
    top: 35%;
    left: 46%;
    z-index: 2;
}
.about-pot{
    width: 100%;
    height: 100%;
    top: 0px;
    background: url(/templates/jieshun/images/pot.png) repeat;
    position: absolute;
}


    /*工厂游览*/
.fac-nav img{
    width: 100%;
}
.fac-img{
    width: 1600px;
    margin: 50px auto 0px auto;
}
.fac-title{
    width: 100%;
    text-align: center;
}
.fac-title h2{
    font-size: 36px;
    color: #0d79a9;
    margin-bottom: 10px;
}
.fac-title div{
    width: 108px;
    height: 2px;
    background-color: #dbdbdb;
    margin: 0 auto;
}
.fac-title p{
    font-size: 18px;
    color: #575758;
    margin: 20px 0;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.5em;
}
.visit{
    float: left;
    /*height: 420px;*/
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
}
.visit img{
    display: block;
}
.normal{
    width: 320px;
}
.normal img{
    margin-left: -160px;
}
.big{
    width: 640px;
}
.border-left{
    width: 1px;
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 10;
}
.trame{
    width: 100%;
    height: 320px;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/templates/jieshun/images/bg-trame.png) repeat;
    transition: opacity 500ms;
    -webkit-transition: opacity 500ms;
}
.infos{
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    height: 100px;
    width: 100%;
    background-color: #f0f0f0;
    color: #000000;
    transition: height 500ms;
    -webkit-transition: height 500ms;
}
.visit:hover .infos{
    height: 145px;
    background: url(/templates/jieshun/images/facbg.png) repeat;
    color: #ffffff;
}
.infos h3{
    text-align: center;
    font-size: 23px;
    height: 100px;
    line-height: 100px;
    transition: height 2s;
    -webkit-transition: height 2s;
}
.visit:hover .infos h3{
    height: 145px;
    line-height: 145px;
}
.visit:hover .trame{
    opacity: 0;
}




/*可控生产页面*/
.process-nav{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.process-nav img{
    width: 100%;
}
.process-nav-pot{
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/templates/jieshun/images/pot3.png) repeat;
}
.process-nav div{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #000000;
    margin-top: 10%;
}
.process-nav-p1,.process-nav-p2{
    font-size: 60px;
    display: inline-block;
}
.process-nav-p3{
    font-size: 26px;
    margin-top: 0.5em;
}
.process-nav-p5{
    font-size: 18px;
	position: absolute;
    width: 100%;
	bottom: 13%;
}
.process-nav-p5 a{
    padding-bottom: 8px;
    border-bottom: 1px solid #000000;
}
.process-main ul{
    width: 80%;
    margin: 65px auto 0 auto;
}
.process-main li{
    float: left;
    margin-left: 4%;
    padding: 0.5%;
    width: 21%;
    background-color: #7e8894;
}
.process-main li img{
    width: 100%;
}
.process-main li p{
    text-align: center;
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.all{
    position: relative;
    width: 80%;
    margin: 5% auto 15% auto;
    overflow: hidden;
    /*min-height: 1100px;*/
}
.all .all-main{
    position: absolute;
    display: none;
    width: 100%;
}
.all-main table{
    width: 100%;
}
.all-main img{
    width: 100%;
    -o-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}
.all-main td{
    -webkit-transition: opacity 1000ms ease-in;
    -moz-transition: opacity 1000ms ease-in;
    transition: opacity 1000ms ease-in;
}
.all div.current{
    display: block;
}
.all-main td{
    position: relative;
    overflow: hidden;
}
.all-main td h3{
    position: absolute;
    width: 100%;
    height: 80px;
    line-height: 80px;
    /*height: 18%;*/
    bottom: 0;
    /*padding-top: 8%;*/
    text-align: center;
    color: #FFFFFF;
    font-size: 32px;
}
.all-main td a.lkjhg{
    position: absolute;
    width: 100%;
    height: 80px;
    display: block;
    bottom: 0;
    background: url(/templates/jieshun/images/bgcolor.png) repeat;
    transition: height 1s;
}
.all-main .you h3 img{
    position: absolute;
    right: 5%;
    top: 25px;
    height: 30px;
    width: 18px;
}
.all-main .done h3 img{
    position: absolute;
    right: 5%;
    top: 25px;
    height: 30px;
    width: 30px;
}
.all-main .zuo h3 img{
    position: absolute;
    left: 5%;
    top: 25px;
    height: 30px;
    width: 18px;
}
.all-main .down h3 img{
    position: absolute;
    left: 5%;
    top: 31px;
    height: 18px;
    width: 30px;
}
.all-main p{
    position: absolute;
    padding: 0 12%;
    width: 76%;
    height: 100%;
    padding-top: 12%;
    color: #FFFFFF;
    font-size: 1em;
    line-height: 2.5em;
    vertical-align: middle;
    top: 100%;
    transition: top 1s;
    /*opacity: 0;*/
}
.all-main .kk1-2:hover p{
    top: 0%;
}
.all-main .kk1-2:hover a.lkjhg{
    height: 100%;
}
.all-main img:hover{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    -o-transform: translate3d(0, 0, 0) scale(1.2);
    -ms-transform: translate3d(0, 0, 0) scale(1.2);
    -moz-transform: translate3d(0, 0, 0) scale(1.2);
    -webkit-transform: translate3d(0, 0, 0) scale(1.2);
    transform: translate3d(0, 0, 0) scale(1.2);
}
.all-main .kk4-2:hover p{
    top: 0%;
}
.all-main .kk4-2:hover a.lkjhg{
    height: 100%;
}
.all-main .kk2-3:hover p{
    top: 0%;
}
.all-main .kk2-3:hover a.lkjhg{
    height: 100%;
}
.all-main .kk3-3:hover p{
    top: 0%;
}
.all-main .kk3-3:hover a.lkjhg{
    height: 100%;
}
.kkbot{
    vertical-align: bottom;
}
.kk1-1,.kk2-1,.kk3-1,.kk4-1{
    display: inline-block;
    width: 30%;
    margin: 0 1.5% 1.5% 18.5%;
}
.kk1-2,.kk2-3,.kk3-3,.kk4-2{
    display: inline-block;
    width: 36%;
}
.kk1-2,.kk2-2,.kk3-2,.kk4-2{
    margin: 0 0 1.5% 1.5%;
}
.kk1-4,.kk4-4,.kk3-4,.kk2-4{
    float: left;
}
.kk1-4,.kk2-4,.kk3-4,.kk4-4{
    display: inline-block;
    width: 30%;
    margin: 1.5% 1.5% 0 18.5%;
}
.kk1-3,.kk2-2,.kk3-2,.kk4-3{
    display: inline-block;
    width: 30%;
}
.kk1-3,.kk2-3,.kk3-3,.kk4-3{
    margin: 1.5% 0 0 1.5%;
}
.kktop{
    vertical-align: top;
}





/*新闻列表*/
.newslist-nav img{
    width: 100%;
}
.newslist-main{
    width: 1530px;
    margin: 0 auto;
}
.newslist-main h1{
    font-size: 40px;
    color: #001475;
    margin: 55px 0 25px 0;
}
.recommend{
    width: 100%;
    display: block;
    margin-bottom: 45px;
}
.recom-news{
    width: 320px;
    border: 1px solid #d4d4d4;
    float: left;
    padding: 19px;
    height: 425px;
    display: block;
}
.recom-news img{
    width: 320px;
    display: block;
}
.recom-news h3{
    font-size: 20px;
    text-align: center;
    color: #1d1d1d;
    height: 70px;
    line-height: 70px;
}
.recom-news p{
    font-size: 14px;
    color: #9e9c9c;
    line-height: 24px;
    text-indent: 2em;
    text-align: justify;
}
.recom-news span{
    font-size: 16px;
    color: #9f9d9d;
    margin-top: 20px;
}
.general{
    width: 100%;
    margin-bottom: 75px;
}
.gene-news{
    margin-top: 5px;
    padding-top: 100px;
    padding-bottom: 90px;
    border-bottom: 1px solid #f2f2f2;
}
.gene-news:hover{
    background-color: #f8faf1;
}
.gene-news h3{
    font-size: 30px;
    color: #1d1d1d;
    margin-bottom: 55px;
}
.gene-news p{
    font-size: 18px;
    color: #9e9c9c;
    line-height: 2em;
    padding: 0 10px;
    text-align: justify;
    text-indent: 2em;
}
.gene-news span{
    font-size: 18px;
    color: #9a9898;
    margin-top: 60px;
    margin-right: 30px;
}
.newlist-page{
    margin: 0 auto;
    text-align: center;
    margin-bottom: 50px;
}
.newlist-page span{
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border: 1px solid #d1cdcd;
    border-radius: 2px;
    margin-right: 0.5em;
    background-color: #66bbf7;
}
.newlist-page span font{
    color: #000000!important;
}
.newlist-page a{
    width: 26px;
    height: 26px;
    line-height: 26px;
    display: inline-block;
    border: 1px solid #d1cdcd;
    border-radius: 2px;
    margin-right: 0.5em;
}
.ppt-container {
    width : 100%; /*根据展示图片的大小在这里设置容器的width和height*/
    /*height : 392px;*/
    position : relative;
    margin: 0 auto;
}
.image-list span{
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    z-index: 1;
    background-color: #506c87;
    text-align: center;
    font-size: 36px;
    color: #FFFFFF;
}
.ppt-container img {
    width : 100%;
    height : 100%;
}
.ppt-container .hide {
    display : none;
}
.ppt-container ul.image-list li {
    position : absolute;
    top : 0px;
    left : 0px;
}
.ppt-container ul.button-list {
    list-style : none;
    position : absolute;
    right : 5%;
    bottom : 20px;
    z-index: 2;
}
.ppt-container ul.button-list li {
    float : left;
    padding-right : 10px;
}
.ppt-container ul.button-list span {
    background : url(/templates/jieshun/images/control.png) no-repeat center;
    padding : 1px 7px;
    line-height : 20px;
    font-size : 13px;
    display : block;
    cursor : default;
    height: 15px;
    width: 12px;
}
.ppt-container ul.button-list span.selected {
    color : #FFF;
    background : url(/templates/jieshun/images/control-selected.png) no-repeat center;
}

/*新闻页面*/
.news{
    padding: 5% 10%;
    text-align: center;
}
.news h1{
    padding-bottom: 20px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
}
.news img{
    margin-top: 50px;
    width: 60%;
}

.news p img{
    margin-top: 0px;
    
}

.news span{
    font-size: 16px;
}
.news p{
    text-indent: 2em;
    text-align: justify;
    margin-top: 25px;
    font-size: 18px;
    line-height: 30px;
}