@charset "utf-8"; /* Star 共享区 */
@font-face {
    font-family: 'Impact';
    src: url('/fonts/Impact.eot');
    src: url('/fonts/Impact.eot?#iefix') format('embedded-opentype'), url('/fonts/Impact.woff') format('woff'), url('/fonts/Impact.ttf') format('truetype'), url('/fonts/Impact.svg#SingleMaltaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    background: url(/template/images/bj.png);
}

.left, .sub_left, .s_left {
    float: left;
}

.right, .sub_right, .s_right {
    float: right;
}

.wapShow, .noShow {
    display: none !important;
}

input, textarea {
    font-family: "微软雅黑";
}

/*
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
*/
ul, li, dl, dt, dd {
    margin: 0;
    padding: 0;
    list-style: none;
}

.center {
    width: 1134px;
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
    vertical-align: bottom;
    display: inline-block;
    width: 100%;
}

a {
    text-decoration: none;
}

/* 阴影 */
.shadow_1 {
    -moz-box-shadow: 1px 2px 5px #ccc;
    -webkit-box-shadow: 1px 2px 5px #ccc;
    box-shadow: 1px 2px 5px #ccc;
}

.shadow2 {
    -moz-box-shadow: 1px 0px 10px #666;
    -webkit-box-shadow: 1px 0px 10px #666;
    box-shadow: 1px 0px 10px #666;
}

.shadow3 {
    -moz-box-shadow: 1px 1px 5px #ccc;
    -webkit-box-shadow: 1px 1px 5px #ccc;
    box-shadow: 1px 1px 5px #ccc;
}

.shadow4 {
    -moz-box-shadow: 1px 14px 12px #0e4b61;
    -webkit-box-shadow: 1px 14px 12px #0e4b61;
    box-shadow: 1px 14px 12px #0e4b61;
}

.shadow5 {
    -moz-box-shadow: 1px 1px 3px #aaa;
    -webkit-box-shadow: 1px 1px 3px #aaa;
    box-shadow: 1px 1px 3px #aaa;
}

/*文字描边*/
.shadow_font {
    text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
}

/*文字阴影*/
.shadowTxt {
    text-shadow: 1px 1px 2px #555;
}

/*  */
.in_banner {
    min-height: 300px;
}

.banner_about {
    background: url(/template/images/banner_about.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_pro {
    background: url(/template/images/banner_pro.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_new {
    background: url(/template/images/banner_new.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_contact {
    background: url(/template/images/banner_contact.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.banner_case {
    background: url(/template/images/banner_case.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

/*Star 单行省略*/
.shenglve {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Star 多行省略*/
.sl_2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 行数 */
    -webkit-box-orient: vertical;
}

.sl_3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* 行数 */
    -webkit-box-orient: vertical;
}

/* 页码 */
.pageNumber {
    font-size: 14px;
    text-align: right;
    min-height: 40px;
    line-height: 40px;
    padding-top: 30px;
    padding-right: 20px;
}

.pageNumber a {
    padding: 5px 10px;
    background: #fff;
    color: #999;
    text-decoration: none;
    /*border-radius: 3px;*/
    border: 1px solid #999;
}

.pageNumber a:hover {
    background: #063995;
    color: #fff;
    border: 1px solid #063995;
}

.pageNumber .current_page {
    padding: 5px 10px;
    background: #063995;
    color: #fff;
    font-weight: normal;
    /*border-radius: 3px;*/
    border: 1px solid #063995;
}

/* Star 上下一篇*/
.prev_next {
    padding-top: 70px;
}

.prev_next a {
    text-decoration: none;
    color: #E30201;
}

.prev_next a:hover {
    /*text-decoration:underline;*/
}

.prev_next .prev {
    float: left;
    width: 48%;
}

.prev_next .next {
    float: left;
    width: 48%;
    margin-left: 4%;
}

.prev_next font {
    font-family: "webdings";
    position: relative;
    top: 3px;
    color: #E30201;
    font-size: 25px;
    width: 35px;
}

/* End  共享区 */
/* Star 头部 */
.head img {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}

.head {
    border-bottom: 19px solid #192974;
    min-height: 208px;
    font-size: 14px;
}

.head .line_1 {
    background: #4a4a4a;
    min-height: 41px;
    line-height: 41px;
    color: #fff;
}

.head .line_1 .center .left span {
    padding-left: 1.5em;
    background: url(/template/images/ico_1.png) no-repeat center left;
}

.head .line_1 .center .right a {
    text-decoration: none;
    color: #fff;
}

.head .line_1 .center .right a.setHome {
    padding-left: 1em;
    background: url(/template/images/ico_01.png) no-repeat center left;
}

.head .line_1 .center .right a.setKeep {
    padding-left: 1em;
    background: url(/template/images/ico_02.png) no-repeat center left;
}

.head .line_2 {
    background: url(/template/images/bj.jpg) no-repeat center;
    min-height: 135px;
}

.head .line_2 .center .left {
    width: 580px;
    padding-top: 50px;
}

.head .line_2 .center .right {
    padding-top: 43px;
    color: #063895;
}

.head .line_2 .center .right .s_1 {
    font-size: 17px;
}

.head .line_2 .center .right .s_2 {
    font-family: "Impact";
    font-size: 24px;
}

.head .line_3 {
    border-top: 1px solid #ccc;
    min-height: 60px;
    background: #fff;
}

.head .line_3 a {
    font-size: 17px;
    color: #1c1c1c;
    text-decoration: none;
    line-height: 55px;
    float: left;
    width: 162px;
    text-align: center;
}

.head .line_3 a:hover {
    border-bottom: 5px solid #E30102;
    color: #e30201;
}

/* Star 搜索框 */
.search {
    min-height: 59px;
    line-height: 59px;
    background: #fff;
    color: #555;
    border-bottom: 1px solid #ccc;
}

.search .left p {
    background: url(/template/images/ico_4.jpg) no-repeat center left;
    margin: 0;
    padding: 0;
    padding-left: 2em;
}

.search .left p a {
    color: #BA131A;
    text-decoration: none;
}

.search .right a {
    color: #BA131A;
    text-decoration: none;
}

.search .right form {
    display: inline;
}

.search .right input {
    border: 0;
}

.search .right input[type="text"] {
    background: url(/template/images/ico_6.png) no-repeat center left;
    width: 123px;
    min-height: 23px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
}

.search .right input[type="button"] {
    background: url(/template/images/ico_5.png) no-repeat center left;
    width: 49px;
    min-height: 23px;
    margin: 0;
    padding: 0;
    color: #BA131A;
    cursor: pointer;
}

/* Star 关于我们 */
.about {
    min-height: 463px;
    background: url(/template/images/bj.jpg) no-repeat center top;
}

.about .center_1 {
    padding-top: 102px;
}

.about .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.about .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t2_15.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.about .line_2 {
    padding-top: 5px;
}

.about .company {
    padding-top: 43px;
    margin-left: 5px;
}

.about .right {
    width: 638px;
    font-size: 16px;
    line-height: 180%;
    padding-top: 10px;
    color: #333;
}

.about .right .link {
    text-decoration: none;
    color: #fff;
    padding: 0.5em 2em;
    background: #E20001;
}

/* Star 产品中心 */
.pro {
    min-height: 1303px;
    background: url(/template/images/bj.jpg);
}

.pro .center_1 {
    padding-top: 78px;
}

.pro .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.pro .title .one {
    width: 166px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t2_12.png) no-repeat;
    text-align: right;
    padding-top: 19px;
    letter-spacing: 2px;
}

.pro .line_1 {
    padding-top: 33px;
    text-align: center;
    padding-bottom: 50px;
}

.pro .line_1 a {
    padding: 0.8em 2em;
    text-decoration: none;
    border: 1px solid #E20001;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
}

.pro .line_1 a:hover {
    color: #fff;
    background: #E20001;
}

.pro .line_2 .proBox {
    border: 1px solid #063793;
    width: 1122px;
    margin: 0 auto;
    min-height: 822px;
}

.pro .line_2 .proBox .left {
    width: 238px;
    background: #fff;
    border-right: 1px solid #063793;
}

.pro .line_2 .proBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.pro .line_2 .proBox .left .type_title .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 48px;
}

.pro .line_2 .proBox .left .type_title .en {
    font-size: 13px;
    text-transform: uppercase;
}

.pro .line_2 .proBox .left a {
    text-indent: 5em;
    text-decoration: none;
    display: block;
    background: url(/template/images/h_1.png) no-repeat center;
    min-height: 3em;
    border-bottom: 1px dashed #063793;
    line-height: 69px;
    color: #333;
    background-position-x: 50px;
}

.pro .line_2 .proBox .left a:hover {
    color: #ff0000;
    font-weight: bold;
    background: url(/template/images/h_2.png) no-repeat center;
    background-position-x: 50px;
}

.pro .line_2 .proBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.pro .line_2 .proBox .left a.last {
    background: url(/template/images/h_3.png) no-repeat center;
    background-position-x: 50px;
    border-bottom: 0;
    color: #fff;
    line-height: 112px;
}

.pro .line_2 .proBox .left a.last:hover {
    background: url(/template/images/h_3.png) no-repeat center;
    background-position-x: 50px;
}

.pro .line_2 .proBox .right {
    width: 881px
}

.pro .line_2 .proBox .right .itemUL {
    margin-left: 14px;
}

.pro .line_2 .proBox .right .item {
    border: 1px solid #ccc;
    width: 265px;
    min-height: 364px;
    float: left;
    margin: 30px 9px 0 9px;
    background: #fff;
}

.pro .line_2 .proBox .right .item .pic {
    display: block;
    width: 252px;
    margin: 10px auto;
    margin-bottom: 3px;
}

.pro .line_2 .proBox .right .item .txt {
    width: 252px;
    margin: 0 6px;
    padding: 0 3px;
    position: absolute;
}

.pro .line_2 .proBox .right .item .txt .proName {
    color: #FF0000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.pro .line_2 .proBox .right .item .txt .miaoShu {
    color: #999;
    font-size: 13px;
    margin: 5px 0 10px 0;
}

.pro .line_2 .proBox .right .link a {
    color: #fff;
    font-size: 16px;
    padding: 0.25em 1.5em;
    text-decoration: none;
}

.pro .line_2 .proBox .right .link a.one {
    background: #333;
}

.pro .line_2 .proBox .right .link a.two {
    background: #063995;
    margin-left: 17px;
}

.pro .line_2 .proBox .right .item:hover .txt {
    margin-top: -60px;
    padding-top: 5px;
    background-color: rgba(255,255,255,0.9);
    z-index: 99;
}

.pro .line_2 .proBox .right .item:hover .txt .miaoShu {
    color: #000;
    line-height: 24px;
}

.pro .line_2 .proBox .right .item:hover .txt .proName {
    font-weight: bold;
}

.pro .line_2 .proBox .right .item:hover .txt .shenglve {
    white-space: normal;
}

.pro .line_2 .proBox .right .item:hover .txt #PI_Pro_LY {
    background-color: #063995;
}

.pro .line_2 .proBox .right .item:hover .txt #PI_Pro_SQ {
    background-color: #ff0000;
}

/* Star 优势 */
.ys {
    min-height: 1959px;
    background: url(/template/images/bj_2.png);
}

.ys .title {
    min-height: 300px;
}

.ys .title .one {
    background: url(/template/images/12_01.png) no-repeat center top;
    min-height: 192px;
}

.ys .title .two {
    background: url(/template/images/12_02.png) no-repeat center top;
    min-height: 113px;
}

.ys ul li {
    padding-left: 1.3em;
    background: url(/template/images/bot.png) no-repeat;
    font-size: 16px;
    color: #333;
    line-height: 41px;
    background-position: 0 16px;
}

.ys .line_1 {
    min-height: 262px;
    margin-top: 77px;
    background: url(/template/images/2_05.jpg) no-repeat center top;
}

.ys .line_1 ul {
    margin-left: 185px;
    padding-top: 65px;
}

.ys .line_1 ul li {
    width: 360px;
}

.ys .line_2 {
    min-height: 264px;
    margin-top: 32px;
    background: url(/template/images/2_11.jpg) no-repeat center top;
}

.ys .line_2 ul {
    margin-left: 588px;
    padding-top: 65px;
}

.ys .line_2 ul li {
    width: 330px;
}

.ys .line_3 {
    min-height: 258px;
    margin-top: 36px;
    background: url(/template/images/2_17.jpg) no-repeat center top;
}

.ys .line_3 ul {
    margin-left: 190px;
    padding-top: 58px;
}

.ys .line_3 ul li {
    width: 310px;
}

.ys .line_4 {
    min-height: 268px;
    margin-top: 33px;
    background: url(/template/images/2_23.jpg) no-repeat center top;
}

.ys .line_4 ul {
    margin-left: 588px;
    padding-top: 37px;
}

.ys .line_4 ul li {
    width: 362px;
}

.ys .line_5 {
    min-height: 267px;
    margin-top: 34px;
    background: url(/template/images/2_29.jpg) no-repeat center top;
}

.ys .line_5 ul {
    margin-left: 191px;
    padding-top: 65px;
}

.ys .line_5 ul li {
    width: 362px;
}

/* Star 案例 */
.cases {
    min-height: 860px;
    background: url(/template/images/bj.jpg);
}

.cases .center_1 {
    padding-top: 100px;
}

.cases .title {
    min-height: 75px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.cases .title .one {
    width: 155px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t2_11.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.cases .line_2 {
    padding-top: 25px;
}

.cases .line_2 .item {
    width: 268px;
    min-height: 208px;
    background: url(/template/images/bj_3.jpg) no-repeat;
    float: left;
    margin-top: 25px;
    margin-left: 13px;
}

.cases .line_2 .item .casePic {
    display: block;
    margin-left: 1px;
    margin-top: 1px;
}

.cases .line_2 .item a {
    text-decoration: none;
    color: #333;
}

.cases .line_2 .item p {
    text-align: center;
    line-height: 35px;
}

/* Star news */
.news {
    min-height: 700px;
}

.news .center_1 {
    padding-top: 51px;
}

.news .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
    padding-top: 10px;
}

.news .title .one {
    width: 137px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t_5.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.news .line_1 {
    text-align: center;
    padding-top: 37px;
}

.news .line_1 a {
    border: 1px solid #E20001;
    padding: 14px 53px;
    color: #333;
    text-decoration: none;
    background: #fff;
    display: inline-block;
    margin: 0 10px;
}

/*.news .line_1 a:hover {
background:#E20001;
color:#fff;
}*/
.news .line_2 {
    padding-top: 68px;
}

/* Star foot */
.foot {
    min-height: 497px;
}

/* Star feedback */
.foot .feedback {
    background: #fff;
    padding: 80px 0;
}

.foot .feedback .left {
    width: 500px;
}

.foot .feedback .left form {
    display: block;
}

.foot .feedback .left .line_1 {
    background: url(/template/images/line_2.png) no-repeat bottom left;
    min-height: 72px;
}

.foot .feedback .left .line_1 .one {
    background: url(/template/images/t2_03.png) no-repeat;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    padding-top: 16px;
    padding-left: 44px;
    letter-spacing: 2px;
    background-position: 2px 0px;
}

.foot .feedback .left .line_2 {
    padding-top: 15px;
}

.foot .feedback .left .line_2 input[type="text"], .foot .feedback .left .line_2 textarea {
    border: 1px solid #ccc;
    background: #FAFAFA;
    border-radius: 5px;
    padding: 15px;
    display: block;
    width: 468px;
    margin: 15px 0;
    font-size: 15px;
}

.foot .feedback .left .line_2 textarea {
    min-height: 145px;
}

.foot .feedback .left .line_3 {
    text-align: right;
}

.foot .feedback .left .line_3 input[type="submit"] {
    border: 0;
    background: #E10101;
    color: #fff;
    padding: 7px 50px;
    cursor: pointer;
    font-size: 18px;
}

.foot .feedback .right {
    width: 515px;
}

.foot .feedback .right .line_1 {
    background: url(/template/images/line_2.png) no-repeat bottom left;
    min-height: 72px;
}

.foot .feedback .right .line_1 .one {
    background: url(/template/images/t2_06.png) no-repeat;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    padding-top: 16px;
    padding-left: 44px;
    letter-spacing: 2px;
    background-position: 2px 0px;
}

.foot .feedback .right .line_2 {
    padding-top: 26px;
}

.foot .feedback .right .line_2 ul li {
    padding: 13px 6px;
    border-bottom: 1px dashed #ccc;
    min-height: 93px;
}

.foot .feedback .right .line_2 ul li .sub_left {
    float: left;
    width: 115px;
}

.foot .feedback .right .line_2 ul li .sub_right {
    float: right;
    width: 375px;
}

.foot .feedback .right .line_2 ul li a {
    text-decoration: none;
}

.foot .feedback .right .line_2 ul li .wen a {
    padding-left: 30px;
    background: url(/template/images/bot_3.png) no-repeat;
    color: #192a74;
    font-size: 16px;
    background-position-y: 4px;
    line-height: 26px;
}

.foot .feedback .right .line_2 ul li .da {
    color: #999;
    font-size: 13px;
    min-height: 38px;
    padding: 5px 0;
}

.foot .feedback .right .line_2 ul li .three {
    text-align: right;
}

.foot .feedback .right .line_2 ul li .three a {
    color: #FF0000;
    border: 1px solid #FF0000;
    padding: 0 16px;
    font-size: 12px;
}

/* Star foot_nav */
.foot .foot_nav {
    min-height: 66px;
    background: url(/template/images/f_nav_bj.png);
    line-height: 66px;
}

.foot .foot_nav .line_1 {
}

.foot .foot_nav .line_1 a {
    text-decoration: none;
    color: #fff;
    padding: 0px 40px;
    border-right: 1px solid #fff;
}

/* Star f_contact */
.foot .f_contact {
    min-height: 336px;
    background: url(/template/images/f_contact.png);
    color: #fff;
}

.foot .f_contact a {
    color: #fff;
    text-decoration: none;
}

.foot .f_contact .center_1 {
    padding-top: 73px;
}

.foot .f_contact .UL_big {
    color: #fff;
}

.foot .f_contact .L_1 {
    width: 323px;
    padding-top: 49px;
}

.foot .f_contact .L_1 .one .f_logo {
    display: block;
    margin-left: 68px;
}

.foot .f_contact .L_1 .one .txt {
    font-size: 16px;
    padding-top: 18px;
}

.foot .f_contact .L_1 .two {
    font-size: 15px;
    line-height: 23px;
    padding-top: 21px;
}

.foot .f_contact .L_2 .two a, .foot .f_contact .L_3 .two a {
    background: url(/template/images/bot_6.png) no-repeat center left;
    text-decoration: none;
    color: #fff;
    float: left;
    padding-left: 14px;
    line-height: 30px;
    width: 113px;
    font-size: 15px;
}

.foot .f_contact .L_2 .two a.last, .foot .f_contact .L_3 .two a.last {
    background: none;
}

.foot .f_contact .L_2, .foot .f_contact .L_3 {
    width: 180px;
}

.foot .f_contact .L_2 .one, .foot .f_contact .L_3 .one {
    background: url(/template/images/ico_10.png) no-repeat;
    padding-left: 20px;
    background-position: 0 4px;
    font-size: 15px;
    font-weight: bold;
}

.foot .f_contact .L_2 .one .line, .foot .f_contact .L_3 .one .line {
    width: 14px;
    height: 0;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.foot .f_contact .L_2 .two, .foot .f_contact .L_3 .two {
    padding-top: 11px;
}

.foot .f_contact .L_4 {
    width: 280px;
}

.foot .f_contact .L_4 p {
    margin: 0;
    padding: 0;
}

.foot .f_contact .L_4 .one {
    background-position: 0 4px;
    font-size: 15px;
    font-weight: bold;
}

.foot .f_contact .L_4 .one .line {
    width: 14px;
    height: 0;
    border-bottom: 1px solid #ccc;
    padding-top: 10px;
}

.foot .f_contact .L_4 .two {
    padding-top: 11px;
    line-height: 30px;
}

.foot .f_contact .L_5 {
    text-align: center;
    font-size: 13px;
    color: #fff;
    width: 127px;
    padding-top: 20px;
}

.foot .f_contact .L_5 .ewm {
    border-radius: 3px;
}

.foot .f_contact .L_5 .two {
    padding-top: 8px;
}

/* Star f_BQ */
.foot .f_BQ {
    min-height: 39px;
    line-height: 39px;
    font-size: 13px;
    background: #07113d;
    color: #fff;
    text-align: center;
}

.foot .f_BQ a {
    color: #fff;
    text-decoration: none;
}

/* Star in_pro */
.in_pro {
    min-height: 1547px;
    /*background:url(/template/images/7_02.jpg);*/
    padding-bottom: 100px;
}

.in_pro .center_1 {
    padding-top: 85px;
}

.in_pro .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.in_pro .title .one {
    width: 166px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t2_12.png) no-repeat;
    text-align: right;
    padding-top: 19px;
    letter-spacing: 2px;
}

.in_pro .line_1 {
    padding-top: 33px;
    text-align: center;
    min-height: 88px;
    padding-bottom: 10px;
}

.in_pro .line_1 a {
    padding: 0.8em 2em;
    text-decoration: none;
    border: 1px solid #E20001;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    background: #fff;
    display: inline-block;
}

.in_pro .line_1 a:hover {
    color: #fff;
    background: #E20001;
}

.in_pro .line_2 .proBox {
    border: 1px solid #063793;
    width: 1132px;
    margin: 0 auto;
    min-height: 1171px;
    display: inline-block;
}

.in_pro .line_2 .proBox .left {
    width: 238px;
    background: #fff;
    border-right: 1px solid #063793;
}

.in_pro .line_2 .proBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.in_pro .line_2 .proBox .left .type_title .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 48px;
}

.in_pro .line_2 .proBox .left .type_title .en {
    font-size: 13px;
    text-transform: uppercase;
}

.in_pro .line_2 .proBox .left .sub_nav {
}

.in_pro .line_2 .proBox .left a {
    text-indent: 5em;
    text-decoration: none;
    display: block;
    background: url(/template/images/h_1.png) no-repeat center;
    min-height: 3em;
    border-bottom: 1px dashed #063793;
    line-height: 73px;
    color: #333;
    background-position-x: 50px;
}

.in_pro .line_2 .proBox .left a:last-child {
    background: none;
    color: #ff0000;
    text-align: center;
    text-indent: 0;
}

.in_pro .line_2 .proBox .left a.last:hover {
    background: none;
}

.in_pro .line_2 .proBox .left a:hover, .in_pro .line_2 .proBox .left .sub_nav .curNav {
    color: #ff0000;
    font-weight: bold;
    background: url(/template/images/h_2.png) no-repeat center;
    background-position-x: 50px;
}

.in_pro .line_2 .proBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.in_pro .line_2 .proBox .left .l_contact .txt {
    background: url(/template/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    padding-bottom: 23px;
}

.in_pro .line_2 .proBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.in_pro .line_2 .proBox .right {
    width: 881px;
    padding-bottom: 33px;
}

.in_pro .line_2 .proBox .right .itemUL {
    margin-left: 14px;
    display: inline-block;
}

.in_pro .line_2 .proBox .right .sun_line_1 {
    padding-left: 22px;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item {
    border: 1px solid #ccc;
    width: 265px;
    min-height: 364px;
    float: left;
    margin: 30px 9px 0px 9px;
    background: #fff;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item .pic {
    display: block;
    width: 252px;
    margin: 10px auto;
    margin-bottom: 3px;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item .txt {
    width: 252px;
    margin: 0 6px;
    padding: 0 3px;
    position: absolute;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item .txt .proName {
    color: #FF0000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item .txt .miaoShu {
    color: #999;
    font-size: 13px;
    margin: 5px 0 10px 0;
}

.in_pro .line_2 .proBox .right .sun_line_2 .link a {
    color: #fff;
    font-size: 16px;
    padding: 0.25em 1.5em;
    text-decoration: none;
}

.in_pro .line_2 .proBox .right .link a.one {
    background: #333;
}

.in_pro .line_2 .proBox .right .link a.two {
    background: #063995;
    margin-left: 17px;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item:hover .txt {
    margin-top: -60px;
    padding-top: 5px;
    background-color: rgba(255,255,255,0.9);
    z-index: 99;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item:hover .txt .miaoShu {
    color: #000;
    line-height: 24px;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item:hover .txt .proName {
    font-weight: bold;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item:hover .txt .shenglve {
    white-space: normal;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item:hover .txt #PL_Pro_LY {
    background-color: #063995;
}

.in_pro .line_2 .proBox .right .sun_line_2 .item:hover .txt #PL_Pro_SQ {
    background-color: #ff0000;
}

/* Star proScroll */
.in_pro .proScroll {
    margin-left: 1px;
    width: 840px;
    padding: 17px 0;
    /*-moz-box-shadow:0px 2px 5px #ccc; -webkit-box-shadow:0px 2px 5px #ccc; box-shadow:0px 2px 5px #ccc;*/
}

.in_pro .proScroll .item_more {
    width: 834px;
    overflow: hidden;
}

.in_pro .proScroll .item_more .bd {
    position: relative;
}

.in_pro .proScroll .item_more .bd ul.piclist {
    width: 2529px;
    margin-left: 27px;
}

.in_pro .proScroll .item_more .bd ul.piclist li {
    border: 1px solid #ccc;
    width: 220px;
    min-height: 220px;
    float: left;
    margin: 30px 9px 0 9px;
    background: #fff;
    text-align: center;
    padding: 10px;
}

.in_pro .proScroll .item_more .bd .tempWrap {
    overflow: hidden;
    position: relative;
    left: 27px;
}

.in_pro .proScroll .item_more .bd a.prev {
    position: absolute;
    z-index: 9;
    overflow: hidden;
    top: 139px;
    display: block;
    width: 19px;
    height: 40px;
    background: url(/template/images/prev_bt.png) no-repeat;
    cursor: pointer;
}

.in_pro .proScroll .item_more .bd a.prev:hover {
    background-position-y: -40px;
}

.in_pro .proScroll .item_more .bd a.next {
    position: absolute;
    top: 139px;
    right: 0px;
    display: block;
    width: 19px;
    height: 40px;
    background: url(/template/images/next_bt.png) no-repeat;
    z-index: 9;
    overflow: hidden;
    cursor: pointer;
}

.in_pro .proScroll .item_more .bd a.next:hover {
    background-position-y: -40px;
}

.in_pro .proScroll .item_more .item .txt .proName {
    color: #FF0000;
    font-size: 16px;
    text-decoration: none;
}

.fa_scroll {
    padding-bottom: 100px;
    padding-top: 50px;
}

.fa_scroll .center_1 {
    padding-top: 48px;
}

.fa_scroll .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.fa_scroll .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t_13.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

/* Star in_contact */
.in_contact .in_1 {
    min-height: 1356px;
}

.in_contact .in_1 .center_1 {
    width: 1080px;
}

.in_contact .in_1 .line_1 {
    text-align: center;
    padding-top: 98px;
}

.in_contact .in_1 .line_1 .sub_line_1 {
    padding-bottom: 8px;
}

.in_contact .in_1 .line_1 .sub_line_2 {
    border-bottom: 3px solid #d10212;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}

.in_contact .in_1 .line_2 {
    color: #000;
    line-height: 30px;
    padding: 26px;
    padding-top: 72px;
    font-size: 16px;
}

.in_contact .in_1 .line_3 {
    padding-top: 72px;
    min-height: 350px;
}

.in_contact .in_1 .line_3 .left {
    width: 400px;
}

.in_contact .in_1 .line_3 .left img.pic_2 {
    margin-top: 10px;
    margin-left: 21px;
}

.in_contact .in_1 .line_3 .right {
    width: 630px;
    color: #000;
}

.in_contact .in_1 .line_3 .right .s_title {
    font-size: 28px;
    font-weight: bold;
    padding-left: 30px;
}

.in_contact .in_1 .line_3 .right .txt {
    font-size: 17px;
    position: relative;
    margin-top: -17px;
    padding-top: 22px;
    padding-left: 70px;
    background: url(/template/images/a1.png) no-repeat;
    background-position-y: 10px;
    min-height: 267px;
    line-height: 78px;
}

.in_contact .in_1 .line_3 .right .txt p {
    padding: 0;
    margin: 0;
}

.in_contact .in_1 .line_4 {
    padding-top: 26px;
}

/* Star proShow */
.proShow .proBox {
    width: 1118px;
    margin: 0 auto;
    min-height: 1171px;
    display: inline-block;
}

.proShow .proBox .left {
    width: 238px;
    background: #fff;
    border: 1px solid #063793;
}

.proShow .proBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.proShow .proBox .left .type_title .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 40px;
}

.proShow .proBox .left .type_title .en {
    font-size: 18px;
    letter-spacing: 5px;
}

.proShow .proBox .left .sub_nav {
    min-height: 740px;
}

.proShow .proBox .left a {
    text-indent: 5em;
    text-decoration: none;
    display: block;
    background: url(/template/images/h_1.png) no-repeat center;
    min-height: 3em;
    border-bottom: 1px dashed #063793;
    line-height: 51px;
    color: #333;
    background-position-x: 50px;
}

.proShow .proBox .left a.first {
    font-weight: bold;
    color: #063995;
    font-size: 17px;
    background: #E4E4E4;
    text-align: center;
    text-indent: 0;
    line-height: 68px;
}

.proShow .proBox .left a.first:hover {
    background: #E4E4E4;
    color: #063895;
}

.proShow .proBox .left a.last {
    background: none;
    color: #e20000;
    text-align: center;
    text-indent: 0;
}

.proShow .proBox .left a.last:hover {
    background: none;
}

.proShow .proBox .left a:hover {
    color: #BB0B0B;
    background: url(/template/images/h_2.png) no-repeat center;
    background-position-x: 50px;
}

.proShow .proBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.proShow .proBox .left .l_contact .txt {
    background: url(/template/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    padding-bottom: 18px;
}

.proShow .proBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.proShow .proBox .right {
    width: 816px;
}

.proShow .proBox .right .line_2 .sub_right .two {
    line-height: 33px;
    padding-top: 13px;
}

.proShow .proBox .right .line_2 .sub_right .two p {
    margin: 0;
    padding: 0;
}

/* Star newsList */
.newsList {
    padding-bottom: 35px;
}

.newsList .center_2 {
    padding-top: 89px;
    width: 1120px;
}

.newsList .newsBox {
    width: 1118px;
    margin: 0 auto;
    display: inline-block;
}

.newsList .newsBox .left {
    width: 238px;
    background: #fff;
}

.newsList .newsBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.newsList .newsBox .left .sub_nav {
    padding-bottom: 15px;
}

.newsList .newsBox .left a {
    text-decoration: none;
    display: block;
    min-height: 3em;
    border: 1px solid #063793;
    line-height: 65px;
    color: #333;
    text-align: center;
    border-top: 0;
}

.newsList .newsBox .left a:hover {
    color: #BB0B0B;
    background: url(/template/images/h_5.png) no-repeat center;
}

.newsList .newsBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.newsList .newsBox .left .l_contact .txt {
    background: url(/template/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    min-height: 215px;
    border: 1px solid #063793;
    border-top: 0;
}

.newsList .newsBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.newsList .newsBox .right {
    width: 816px;
}

.newsList .newsBox .right .line_1 {
    background: url(/template/images/line_5.png) no-repeat center bottom;
    min-height: 46px;
    line-height: 46px;
}

.newsList .newsBox .right .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.newsList .newsBox .right .line_1 .sub_right {
    float: right;
    color: #999;
}

.newsList .newsBox .right .line_2 {
    padding: 15px 0;
}

.newsList .newsBox .right .line_2 .ItemAll a {
    text-decoration: none;
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 25px 10px;
    min-height: 84px;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_left {
    float: left;
    width: 105px;
    min-height: 84px;
    background: url(/template/images/bj_15.png) no-repeat center top;
    text-align: center;
    color: #777;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_left .big {
    font-size: 36px;
    font-weight: bold;
    line-height: 43px;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_left .small {
    font-size: 13px;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_right {
    float: right;
    width: 680px;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_right .one {
    font-size: 16px;
    color: #333;
}

.newsList .newsBox .right .line_2 .ItemAll a dd.sub_right .two {
    font-size: 13px;
    color: #999;
    padding-top: 10px;
}

.newsList .newsBox .right .line_2 .ItemAll a:hover dd.sub_left .big, .newsList .newsBox .right .line_2 .ItemAll a:hover dd.sub_right .one {
    color: #e20202;
}

.newsList .newsBox .right .line_2 .ItemAll a:hover {
    background: #fff;
}

.xgPro_scroll {
    min-height: 650px;
}

.xgPro_scroll .center_1 {
    padding-top: 48px;
}

.xgPro_scroll .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.xgPro_scroll .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/bj_12.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

/* Star newShow */
.newShow {
    padding-bottom: 35px;
}

.newShow .center_2 {
    padding-top: 89px;
    width: 1120px;
}

.newShow .newsBox {
    width: 1118px;
    margin: 0 auto;
    display: inline-block;
    background: #fff;
}

.newShow .newsBox .left {
    width: 238px;
    background: #fff;
}

.newShow .newsBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.newShow .newsBox .left .sub_nav {
    padding-bottom: 15px;
}

.newShow .newsBox .left a {
    text-decoration: none;
    display: block;
    min-height: 3em;
    border: 1px solid #063793;
    line-height: 65px;
    color: #333;
    text-align: center;
    border-top: 0;
}

.newShow .newsBox .left a:hover {
    color: #BB0B0B;
    background: url(/template/images/h_5.png) no-repeat center;
}

.newShow .newsBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.newShow .newsBox .left .l_contact .txt {
    background: url(/template/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    min-height: 215px;
    border: 1px solid #063793;
    border-top: 0;
}

.newShow .newsBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.newShow .newsBox .right {
    width: 816px;
    margin-right: 15px;
    padding: 6px 0;
    padding-bottom: 30px;
}

.newShow .newsBox .right .line_1 {
    background: url(/template/images/line_5.png) no-repeat center bottom;
    min-height: 46px;
    line-height: 46px;
}

.newShow .newsBox .right .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.newShow .newsBox .right .line_1 .sub_right {
    float: right;
    color: #999;
}

.newShow .newsBox .right .line_2 {
    min-height: 90px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.newShow .newsBox .right .line_2 h1 {
    font-size: 25px;
    letter-spacing: 1px;
    color: #E30201;
}

.newShow .newsBox .right .line_2 .two {
    color: #666;
}

/* Star caseList */
.caseList .in_1 {
    min-height: 811px;
}

.caseList .in_1 .center_1 {
    padding-top: 92px;
}

.caseList .in_1 .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.caseList .in_1 .title .one {
    width: 135px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/bj_10.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.caseList .in_1 .txt {
    background: url(/template/images/bj_11.png) no-repeat center bottom;
    min-height: 408px;
    padding-top: 82px;
}

.caseList .in_1 .txt .UL_2 {
    padding-top: 178px;
    letter-spacing: 1px;
}

.caseList .in_1 .txt ul li {
    width: 130px;
    padding: 15px;
    margin-left: 35px;
}

.caseList .in_1 .txt ul li .one {
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #d10212;
}

.caseList .in_1 .txt ul li .two {
    font-size: 15px;
    color: #858585;
    padding-top: 58px;
}

.caseList .in_2 {
    min-height: 1067px;
    background: url(/template/images/bj_16.png);
}

.caseList .in_2 .center_1 {
    padding-top: 64px;
}

.caseList .in_2 .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.caseList .in_2 .title .one {
    width: 172px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/bj_17.png) no-repeat;
    text-align: right;
    padding-top: 19px;
}

.caseList .in_2 .line_2 {
    padding-top: 66px;
}

.caseList .in_2 .line_2 .left {
    width: 660px;
}

.caseList .in_2 .line_2 .left .itemDL {
    width: 648px;
    min-height: 202px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px #A3A3A3;
    -webkit-box-shadow: 2px 2px 5px #A3A3A3;
    box-shadow: 2px 2px 5px #A3A3A3;
    margin-bottom: 25px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_left {
    float: left;
    width: 265px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_left .pic {
    padding: 5px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right {
    float: right;
    width: 343px;
    margin-right: 13px;
    padding-top: 17px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .a_name {
    font-size: 17px;
    font-weight: bold;
    color: #e20000;
    text-decoration: none;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .two {
    font-size: 15px;
    line-height: 22px;
    color: #999;
    padding-top: 10px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .three {
    text-align: right;
    padding-top: 10px;
}

.caseList .in_2 .line_2 .left .itemDL .sub_right .three a.more {
    color: #e20000;
    font-size: 14px;
    text-decoration: none;
}

.caseList .in_2 .line_2 .right {
    width: 417px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px #A3A3A3;
    -webkit-box-shadow: 2px 2px 5px #A3A3A3;
    box-shadow: 2px 2px 5px #A3A3A3;
}

.caseList .in_2 .line_2 .right .two {
    min-height: 473px;
    padding: 0 25px;
}

.caseList .in_2 .line_2 .right .two input[type="text"], .caseList .in_2 .line_2 .right .two textarea {
    border: 1px solid #ccc;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 10px;
    display: block;
    width: 346px;
    margin: 15px 0;
}

.caseList .in_2 .line_2 .right .two textarea {
    min-height: 92px;
}

.caseList .in_2 .line_2 .right .two input[type="submit"] {
    border: 0;
    background: #E10101;
    color: #fff;
    padding: 7px 50px;
    cursor: pointer;
}

.caseList .in_2 .line_2 .right .three {
    background: url(/template/images/10_07.jpg) no-repeat center top;
    min-height: 73px;
    font-size: 33px;
    letter-spacing: 1px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    padding-top: 42px;
}

/* Star caseShow */
.caseShow {
    padding-bottom: 35px;
}

.caseShow .center_2 {
    padding-top: 89px;
    width: 1120px;
}

.caseShow .caseBox {
    width: 1118px;
    margin: 0 auto;
    display: inline-block;
    background: #fff;
}

.caseShow .caseBox .left {
    width: 238px;
    background: #fff;
    border: 1px solid #063793;
}

.caseShow .caseBox .left .type_title {
    min-height: 149px;
    border-bottom: 1px solid #063793;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    background: #063995;
}

.caseShow .caseBox .left .type_title .cn {
    font-size: 31px;
    font-weight: bold;
    padding-top: 40px;
}

.caseShow .caseBox .left .type_title .en {
    font-size: 18px;
    letter-spacing: 5px;
}

.caseShow .caseBox .left .sub_nav {
    min-height: 740px;
}

.caseShow .caseBox .left a {
    text-indent: 5em;
    text-decoration: none;
    display: block;
    background: url(/template/images/h_1.png) no-repeat center;
    min-height: 3em;
    border-bottom: 1px dashed #063793;
    line-height: 51px;
    color: #333;
    background-position-x: 50px;
}

.caseShow .caseBox .left a.first {
    font-weight: bold;
    color: #063995;
    font-size: 17px;
    background: #E4E4E4;
    text-align: center;
    text-indent: 0;
    line-height: 68px;
}

.caseShow .caseBox .left a.first:hover {
    background: #E4E4E4;
    color: #063895;
}

.caseShow .caseBox .left a.last {
    background: none;
    color: #e20000;
}

.caseShow .caseBox .left a.last:hover {
    background: none;
}

.caseShow .caseBox .left a:hover {
    color: #BB0B0B;
    background: url(/template/images/h_2.png) no-repeat center;
    background-position-x: 50px;
}

.caseShow .caseBox .left .l_contact .sub_title {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #063895;
    line-height: 93px;
    border-left: 0;
}

.caseShow .caseBox .left .l_contact .txt {
    background: url(/template/images/ico_7.png) no-repeat;
    line-height: 40px;
    background-position: 10px 20px;
    padding: 10px;
    padding-left: 40px;
    min-height: 215px;
}

.caseShow .caseBox .left .lastDiv {
    background: #4269AE;
    min-height: 112px;
}

.caseShow .caseBox .right {
    width: 816px;
    margin-right: 15px;
}

.caseShow .caseBox .right .line_1 {
    background: url(/template/images/line_5.png) no-repeat center bottom;
    min-height: 46px;
    line-height: 46px;
}

.caseShow .caseBox .right .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.caseShow .caseBox .right .line_1 .sub_right {
    float: right;
    color: #999;
}

.caseShow .caseBox .right .line_2 {
    min-height: 90px;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.caseShow .caseBox .right .line_2 h1 {
    font-size: 25px;
    letter-spacing: 1px;
    color: #E30201;
}

.caseShow .caseBox .right .line_2 .two {
    color: #666;
    font-size: 15px;
}

/* Star search pro */
.pro_Search .proBox .right {
    width: 846px;
}

.pro_Search .proBox .right .line_2 {
    width: 846px;
    overflow: hidden;
}

.pro_Search .proBox .right .line_2 .itemUL {
    display: inline-block;
}

.pro_Search .proBox .right .line_2 .item {
    border: 1px solid #ccc;
    width: 265px;
    min-height: 364px;
    float: left;
    margin: 30px 9px 0 9px;
    background: #fff;
}

.pro_Search .proBox .right .line_2 .item .pic {
    display: block;
    width: 252px;
    margin: 10px auto;
    margin-bottom: 3px;
}

.pro_Search .proBox .right .line_2 .item .txt {
    width: 252px;
    margin: 0 6px;
    padding: 0 3px;
    position: absolute;
}

.pro_Search .proBox .right .line_2 .item .txt .proName {
    color: #FF0000;
    font-size: 16px;
    text-decoration: none;
    display: block;
    text-align: center;
}

.pro_Search .proBox .right .line_2 .item .txt .miaoShu {
    color: #999;
    font-size: 13px;
    margin: 5px 0 10px 0;
}

.pro_Search .proBox .right .line_2 .link a {
    color: #fff;
    font-size: 16px;
    padding: 0.25em 1.5em;
    text-decoration: none;
}

.pro_Search .proBox .right .line_2 .link a.one {
    background: #333;
}

.pro_Search .proBox .right .line_2 .link a.two {
    background: #063995;
    margin-left: 17px;
}

.pro_Search .proBox .right .item:hover .txt {
    margin-top: -60px;
    padding-top: 5px;
    background-color: rgba(255,255,255,0.9);
    z-index: 99;
}

.pro_Search .proBox .right .item:hover .txt .miaoShu {
    color: #000;
    line-height: 24px;
}

.pro_Search .proBox .right .item:hover .txt .proName {
    font-weight: bold;
}

.pro_Search .proBox .right .item:hover .txt .shenglve {
    white-space: normal;
}

.pro_Search .proBox .right .item:hover .txt #PI_Pro_LY {
    background-color: #063995;
}

.pro_Search .proBox .right .item:hover .txt #PI_Pro_SQ {
    background-color: #ff0000;
}

/* in_feedback */
.in_feedback {
    min-height: 498px;
    background: #fff;
    margin-bottom: 100px;
}

.in_feedback .center_1 {
    padding-top: 89px;
}

.in_feedback .title {
    min-height: 72px;
    background: url(/template/images/t_bj.png) no-repeat center bottom;
}

.in_feedback .title .one {
    width: 146px;
    margin: 0 auto;
    font-size: 25px;
    font-weight: bold;
    color: #1e1e1e;
    background: url(/template/images/t2_03.png) no-repeat;
    text-align: right;
    padding-top: 19px;
    letter-spacing: 2px;
}

.in_feedback .line_2 {
    min-height: 208px;
    padding-top: 15px;
    width: 1060px;
    margin: 0 auto;
}

.in_feedback .line_2 .left {
    width: 498px;
}

.in_feedback .line_2 .right {
    width: 498px;
}

.foot .in_feedback .line_2 input[type="text"], .foot .in_feedback .line_2 textarea {
    border: 1px solid #ccc;
    background: #E5E5E5;
    border-radius: 5px;
    padding: 15px;
    display: block;
    width: 466px;
    margin: 15px 0;
}

.foot .in_feedback .line_2 textarea {
    min-height: 152px;
}

.foot .in_feedback .line_3 {
    text-align: right;
    width: 1060px;
    margin: 0 auto;
}

.foot .in_feedback .line_3 input[type="submit"] {
    border: 0;
    background: #E10101;
    color: #fff;
    padding: 7px 50px;
    cursor: pointer;
}

/* in_about */
.in_about .in_1 {
    min-height: 562px;
}

.in_about .in_1 .line_1 {
    text-align: center;
    padding-top: 98px;
}

.in_about .in_1 .line_1 .sub_line_1 {
    padding-bottom: 8px;
}

.in_about .in_1 .line_1 .sub_line_2 {
    border-bottom: 3px solid #d10212;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}

.in_about .in_1 .line_2 {
    padding-top: 65px;
}

.in_about .in_1 .line_2 .center_2 {
    width: 1120px;
}

.in_about .in_1 .line_2 .left {
    width: 520px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.in_about .in_1 .line_2 .left .sub_line_2 {
    padding-top: 35px;
}

.in_about .in_1 .line_2 .left .sub_line_2 li {
    float: left;
    width: 173px;
}

.in_about .in_1 .line_2 .right {
    width: 515px;
    line-height: 38px;
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
}

.in_about .in_2 {
    background: url(/template/images/about_bj.png);
    min-height: 659px;
}

.in_about .in_2 .line_1 {
    text-align: center;
    padding-top: 95px;
}

.in_about .in_2 .line_1 .sub_line_1 {
    padding-bottom: 8px;
}

.in_about .in_2 .line_1 .sub_line_2 {
    border-bottom: 3px solid #d10212;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}

.in_about .in_2 .line_2 {
    padding-top: 36px;
    min-height: 362px;
}

.in_about .in_2 .line_2 .left {
    width: 550px;
}

.in_about .in_2 .line_2 .right {
    width: 555px;
    overflow: hidden;
}

.in_about .in_2 .line_2 .right .DL {
    width: 580px;
}

.in_about .in_2 .line_2 .right .DL dd {
    float: left;
    width: 269px;
    height: 172px;
    overflow: hidden;
    margin-bottom: 12px;
    margin-right: 12px;
}

.in_about .in_2 .line_2 .right .DL dd .txt {
    background: url(/template/images/bj_18.png) no-repeat;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    position: relative;
    top: -43px;
    text-align: center;
    background: url(/template/images/bj_18.png);
}

.in_about .in_3 {
    min-height: 934px;
}

.in_about .in_3 .line_1 {
    text-align: center;
    padding-top: 123px;
}

.in_about .in_3 .line_1 .sub_line_1 {
    padding-bottom: 8px;
}

.in_about .in_3 .line_1 .sub_line_2 {
    border-bottom: 3px solid #d10212;
    font-size: 18px;
    color: #000;
    padding-bottom: 5px;
}

.in_about .in_3 .line_2 {
    padding-top: 35px;
    min-height: 555px;
    background: url(/template/images/a_3.jpg) no-repeat center bottom;
}

.in_about .in_3 .line_2 .sub_title .dd_1 {
    font-size: 18px;
    color: #164299;
    padding-top: 41px;
}

.in_about .in_3 .line_2 .sub_title .dd_2 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    line-height: 40px;
}

.in_about .in_3 .line_2 .txt {
    font-size: 13px;
    color: #666;
    line-height: 28px;
    padding-top: 42px;
    letter-spacing: 1px;
}

.in_about .in_3 .line_2 .one {
    padding-left: 784px;
    padding-right: 28px;
}

.in_about .in_3 .line_2 .two {
    padding-top: 54px;
    padding-left: 45px;
    padding-right: 770px;
}

.in_about .in_3 .line_2 .two .sub_title {
    padding-left: 190px;
}

.noSearch {
    padding-bottom: 35px;
    min-height: 534px;
    background: url(/template/images/bj_30.jpg) no-repeat center;
}


.noSearch .one {
    padding-top: 384px;
    padding-left: 279px;
}

.noSearch a {
    display: inline-block;
    height: 49px;
    width: 166px;
    margin-right: 18px;
}

.page404 {
    padding: 60px 0;
    min-height: 334px;
    background: url(/template/images/404.jpg) no-repeat center top;
    font-size: 19px;
    font-weight: bold;
    line-height: 200%;
    padding-top: 110px;
}

.page404 .line_1 {
    padding: 0 100px;
    padding-bottom: 50px;
}

.page404 .line_2 {
    padding: 0 100px;
    color: #19417f;
}

.tzBox {
    display: inline-block;
}

.caseShow .caseBox .right .line_3 {
    color: #666;
    padding-top: 20px;
}

.caseShow .caseBox .right .line_4 {
    padding-top: 20px;
}

.caseShow .caseBox .right .line_3,.caseShow .caseBox .right .line_3 p, .caseShow .caseBox .right .line_3 span {
    font-size: 16px !important;
}

.proShow {
    min-height: 3119px;
    padding-bottom: 35px;
}

.proShow .psCenter {
    padding-top: 89px;
    width: 1120px;
}

.proShow .proBox .right .line_1 {
    background: url(/template/images/line_5.png) no-repeat center bottom;
    min-height: 46px;
    line-height: 46px;
}

.proShow .proBox .right .line_3 {
    padding-top: 55px;
}

.proShow .proBox .right .line_4 {
    padding-top: 18px;
}

.proShow .proBox .right .line_1 .sub_left {
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #063895;
}

.proShow .proBox .right .line_1 .sub_right {
}

.proShow .proBox .right .line_1 .sub_right a.more {
    text-decoration: none;
    font-size: 16px;
    color: #063895;
}

.proShow .proBox .right .line_3 .st_3 {
    background: url(/template/images/bj_13.png) no-repeat center top;
    min-height: 51px;
    padding-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.proShow .proBox .right .line_3 .txt {
    color: #000;
    line-height: 30px;
    padding: 15px;
}

.proShow .proBox .right .line_3 .txt, .proShow .proBox .right .line_3 .txt p, .proShow .proBox .right .line_3 .txt span {
    font-size: 16px !important;
    line-height: 210% !important;
    background: none !important;
}

.proShow .proBox .right .line_3 .txt p {
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
}

.proShow .proBox .right .line_4 .st_4 {
    background: url(/template/images/bj_13.png) no-repeat center top;
    min-height: 51px;
    padding-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.proShow .proBox .right .line_4 .txt {
    color: #000;
    line-height: 30px;
    padding: 15px;
}

.proShow .proBox .right .line_4 .pic {
    text-align: center;
    padding-top: 30px;
}

.proShow .proBox .right .line_2 {
}

.proShow .proBox .right .line_2 .ul_2 {
    width: 812px;
    min-height: 351px;
    background: #fff;
    -moz-box-shadow: 2px 2px 5px #ccc;
    -webkit-box-shadow: 2px 2px 5px #ccc;
    box-shadow: 2px 2px 5px #ccc;
    margin-top: 39px;
}

.proShow .proBox .right .line_2 .ul_2 .sub_left {
    width: 360px;
}

.proShow .proBox .right .line_2 .ul_2 .sub_left img {
    padding-top: 18px;
    padding-left: 19px;
}

.proShow .proBox .right .line_2 .ul_2 .sub_right {
    float: right;
    width: 430px;
    margin-right: 12px;
}

.proShow .proBox .right .line_2 .ul_2 .sub_right .one {
    color: #063895;
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
}

.proShow .proBox .right .line_2 .ul_2 .sub_right .three {
    padding-top: 15px;
}

.caseList .in_1 .txt ul.UL_2 .L_1 {
    margin-left: 12px;
}

.caseList .in_1 .txt .UL_2 .L_4 {
    margin-left: 30px;
}

.caseList .in_1 .txt .UL_2 .L_5 {
    margin-left: 25px;
}

.caseList .in_1 .txt .UL_2 .L_6 {
    margin-left: 30px;
}

.search .searchUL {
}

.search .searchUL .right {
}

.search .searchUL .right .txt {
    display: inline-block;
    margin-right: 20px;
}

.pro .line_1 .cur {
    background: #E20001;
    color: #fff;
}

.pro .line_1 a:first-child {
}

.foot .f_contact .link {
    line-height: 50px;
    padding-top: 20px;
}

.in_pro .line_1 .cur {
    background: #E20001;
    color: #fff;
}

.in_pro .line_1 a:first-child {
    margin-right: 18px;
}

.in_pro .line_2 .proBox .left a:last-child:hover {
    background: none;
}

.caseShow .caseBox .right .line_2 .two span {
    margin: 0 2%;
}

.newShow .newsBox .right .line_3 {
    color: #666;
    padding-top: 20px;
    line-height: 180%;
}

.newShow .newsBox .right .line_4 {
    padding-top: 20px;
}

.newShow .newsBox .right .line_2 .two span {
    margin: 0 13px;
}

.newShow .newsBox .right .line_3,.newShow .newsBox .right .line_3 p,.newShow .newsBox .right .line_3 span {
    font-size: 16px !important;
    line-height: 180% !important;
}

.pro_Search {
    padding-bottom: 35px;
}

.pro_Search .center {
    padding-top: 89px;
    width: 1120px;
}

.proShow .proBox .right .line_1 .sub_right a {
    text-decoration: none;
    font-size: 16px;
    color: #063895;
}

.pro_Search .proBox .right .line_2 .searchListBox {
    width: 870px;
}

.otherTag {
    line-height: 35px;
    font-size: 17px;
}

.otherTag span {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.otherTag a {
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 100px;
    padding: 0 18px;
    margin-right: 8px;
    margin-bottom: 10px;
    text-decoration: none;
    color: #666;
    background: #fff;
}

.otherTag a:hover {
    border: 1px solid #a51414;
    color: #a51414;
}

.jhList {
    padding: 100px 0;
}

.jhList .left {
    width: 955px;
    position: relative;
}

.jhList .right {
    width: 300px;
}

.jhlistBox {
}

.jhlistBox .item {
    padding: 15px 18px;
    margin-bottom: 26px;
    width: 919px;
    background: #fff;
}

.jhlistBox .item .sub_left {
    width: 280px;
    height: 230px;
    overflow: hidden;
}

.jhlistBox .item .sub_right {
    width: 610px;
    font-size: 16px;
    color: #666;
}

.jhlistBox .item .sub_left a {
}

.jhlistBox .item .sub_left img {
    width: 280px;
    height: 230px;
    min-height: 200px;
}

.jhlistBox .item .sub_right .one {
    font-size: 23px;
    padding-top: 3px;
    padding-bottom: 8px;
}

.jhlistBox .item .sub_right .two {
    line-height: 190%;
}

.jhlistBox .item .sub_right .one a {
    color: #333;
}

.sjTag {
}

.sjTag .left_Title {
    color: #fff;
    padding: 10px 18px;
    letter-spacing: 1px;
    background: #d88e00;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(bottom, #d88e00, #f1b33d);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, #d88e00, #f1b33d);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, #d88e00, #f1b33d);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, #d88e00, #f1b33d);
    /* Standard syntax */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 48px;
    line-height: 160%;
    padding-top: 15px;
    width: auto;
}

.sjTag .left_Title .cn {
    font-weight: bold;
    font-size: 23px;
}

.sjTag .left_Title .en {
    font-size: 13px;
}

.sjTag .sContent {
    border: 1px solid #f3d28b;
    font-size: 16px;
    width: 298px;
    background: #fff;
    margin-bottom: 30px;
}

.sjTag .sContent a {
    line-height: 50px;
    text-align: center;
    width: 49%;
    border-bottom: 1px dashed #f3d28b;
    float: left;
    color: #333;
}

.jhList .center {
    width: 1300px;
}

.jhlistBox .item .sub_right .one a:hover {
    color: #e3060b;
}

.sjTag .sContent a:hover {
    color: #e3060b;
}